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

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

/**
 * 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 0px;
}
.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: 0px;
  padding-right: 0px;
}
.content-wrapper,
.dnd-section > .row-fluid{
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]>.row-fluid {
    padding: 0 !important;
}
@media(min-width:1000px)
{
  .content-wrapper,
  .dnd-section > .row-fluid{
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
  }

}
@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: 'FontAwesome';
   src: url(//f.hubspotusercontent20.net/hubfs/7233776/The_Pineapple_Agency_June2021/fonts/fontawesome-webfont.eot) format('eot');
  src: url(//f.hubspotusercontent20.net/hubfs/7233776/raw_assets/public/The_Pineapple_Agency_June2021/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(//f.hubspotusercontent20.net/hubfs/7233776/raw_assets/public/The_Pineapple_Agency_June2021/fonts/fontawesome-webfont.woff) format('woff'),
    url(//f.hubspotusercontent20.net/hubfs/7233776/raw_assets/public/The_Pineapple_Agency_June2021/fonts/fontawesome-webfont.ttf) format('ttf');
  font-style: normal; font-weight: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url(://f.hubspotusercontent20.net/hubfs/7233776/The_Pineapple_Agency_June2021/fonts/icomoon.eot) format('eot');
  src: url(//f.hubspotusercontent20.net/hubfs/7233776/raw_assets/public/The_Pineapple_Agency_June2021/fonts/icomoon.woff2) format('woff2'),
    url(//f.hubspotusercontent20.net/hubfs/7233776/raw_assets/public/The_Pineapple_Agency_June2021/fonts/icomoon.woff) format('woff'),
    url(//f.hubspotusercontent20.net/hubfs/7233776/raw_assets/public/The_Pineapple_Agency_June2021/fonts/icomoon.ttf) format('ttf');
  font-style: normal; font-weight: 400;
}

@font-face {
  font-family: 'steadysets';
  src: url(//f.hubspotusercontent20.net/hubfs/7233776/raw_assets/public/The_Pineapple_Agency_June2021/fonts/steadysets.ttf) format('truetype');    
  font-style: normal; font-weight: 400;
}

body {
  font-family: Open Sans, sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

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

}

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

/* 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, sans-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: Open Sans, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.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: Open Sans, 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-form {
  letter-spacing: normal;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #2084bc;
  border-color: #2084bc;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: Open Sans, sans-serif;
  white-space: pre-wrap;
  text-decoration:none !important;
}

.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-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  color: #ffffff;
}

.hs-error-msgs label {
  color:#f2545b !important;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  margin: 0;
  opacity:1 !important;
  font-weight:400;
}


ul.no-list.hs-error-msgs.inputs-list {
  padding-left: 5px !important;
}

ul.no-list.hs-error-msgs.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

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 {
  display: inline-block;
  width: 90%;
  height: 40px;

  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid #cad5e2;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.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;
  vertical-align: middle;
}

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


/* Placeholder Text */
form input::-webkit-input-placeholder {
  color: #bfbfbf;  
  opacity: 1;
} /* Webkit Browsers */
form input:-moz-placeholder {
  color: #bfbfbf;
} /* Firefox 18- */
form input::-moz-placeholder {
  color: #bfbfbf;
} /* Firefox 19+ */
form input:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
} /* IE10 */

form .hs-input::-webkit-input-placeholder {
  color: #bfbfbf;  
  opacity: 1;
} /* Webkit Browsers */
form .hs-input:-moz-placeholder {
  color: #bfbfbf;
} /* Firefox 18- */
form .hs-input::-moz-placeholder {
  color: #bfbfbf;
} /* Firefox 19+ */
form .hs-input:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
} /* IE10 */

.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;
  padding: 10px 15px;
  min-height: 66px;
}

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 {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
}

.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: 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;
    }
    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 {
      width: 100%;
    }
}

.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, sans-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;
 
  text-decoration: none;
}

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

.hs-menu-item.active a {
 
}
/* ******************************************************************************
*********************************************************************************
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 website pages
look if there is anything specific to your website 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.
*********************************************************************************
****************************************************************************** */

.body-inner-wrapper {
  transition: filter .45s linear;
  -webkit-transition: -webkit-filter .45s linear;
}
.menu-open .body-inner-wrapper {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.scroll_logo a img {
  display: none !important;
}

.header_changed .default_logo a img {
  display: none;
}

.header_changed .scroll_logo a img {
  display: block !important;
  height: auto;
}

.with_banner .header_ourter_wrapper {
    background: linear-gradient(to bottom,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 99%) !important;
}
.with_banner.header_changed .header_ourter_wrapper {
    background: transparent !important;
}

.header_changed .header_ourter_wrapper:before {

  display: none;
}
.scroll_header .header_ourter_wrapper {

  box-shadow: none;
  background-color: transparent !important;
  background: none;
}
.no-banner .header_main_wrapper {
  min-height: 121.97px;
}

.with_banner header.header {
  background: transparent;
}

.no-banner header.header{
  background-color: #252735;
}


.header_ourter_wrapper {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 28px 0 0;
  z-index: 9999;
  overflow: visible;
  padding-top: 0;
  transition: background-color .3s ease 0s,box-shadow .3s ease 0s,margin .25s ease;
  -webkit-transition: background-color .3s ease 0s,box-shadow .3s ease 0s,margin .25s ease;
  background-color: transparent!important;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom,rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 99%);
}

.header_ourter_wrapper:before {
  background: linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.04) 16%,rgba(0,0,0,.23) 75%,rgba(0,0,0,.33) 100%);
  position: absolute;
  pointer-events: none;
  height: 120%;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  display: block;
}



header.header {
  display: block;
  position: relative;
  z-index: 9998;
  width: 100%;
}

.header_container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 28px;
}

.header_row {
  position: relative;
  padding-bottom: 0;
}
.logo_wrapper a {
  text-decoration: none;
  width: auto;
  max-width: none;
  display: block;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: margin .32s ease;
  color: #fff;
}

.header_col1 {
  position: relative;
  pointer-events: all;
}

.logo_wrapper a img {
  text-indent: -9999px;
  max-width: none;
  width: auto;
  margin-bottom: 0;
  display: block;
  transition: width .32s ease,opacity .2s ease;
  /* opacity: 0; */
  width: 197px !important;
}

.header_col2 {
  margin-right: 0;
  position: static;
  pointer-events: all;
}

.header_col2 {
  margin-right: 0;
  position: static;
  pointer-events: all;
}

.header_col2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  width: auto;
  margin-left: auto;
}







i.lines {
  display: block;
  transition: background .2s ease,opacity .2s ease;
  height: 3px;
  width: 2rem;
  border-radius: 2px;
  background-color: transparent!important;
  opacity: 1!important;
}

i.lines:before ,i.lines:after {
  display: block;
  width: 1.4rem;
  height: 3px;
  background: #ecf0f1;
  transition: .3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: .142rem center;
  transform-origin: .142rem center;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top .4s .45s ease,-webkit-transform .3s ease,background-color .2s ease,opacity .2s ease;
  transition: top .4s .45s ease,transform .3s ease,background-color .2s ease,opacity .2s ease;
  transition: -webkit-transform .45s ease,background-color .2s ease,opacity .2s ease;
  transition: transform .45s ease,background-color .2s ease,opacity .2s ease;
}

i.lines:before {
  opacity: 1!important;
  height: 3px;
  width: 2rem;
  border-radius: 2px;
  top: 10px;
  background-color: #ffffff;
}

i.lines:after {
  opacity: 1!important;
  top: -8px;
  height: 3px;
  width: 2rem;
  border-radius: 2px;
  background-color: #ffffff;
}

i.lines-button.x2:after {
  display: inline-block;
  width: 1.4rem;
  height: 2px;
  transition: transform .45s ease,opacity .2s ease,background-color .2s linear;
  -webkit-transition: -webkit-transform .45s ease,opacity .2s ease,background-color .2s ease;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  height: 3px;
  top: 0;
  width: 2rem;
  border-radius: 2px;
  opacity: 1!important;
  background-color: #ffffff;
}

.overlay {
  left: 0;
  top: 0;
  z-index: 9996;
  position: fixed;
  -webkit-backface-visibility: hidden;
  background-color: #252735;
  height: 1px;
  width: 1px;
  display: block;
  transform: translate(0px, -100%);
  opacity: 0.93;
  height: 1px;
  width: 1px;
}

@media (min-width: 1000px) {
  .menu-open .overlay {
    display: block;
    transform: translate(0px, 0%);
    opacity: 0.93;
    transition: transform 920ms cubic-bezier(.86,0,.07,1) 0s;
    height: 100%;
    width: 100%;
  }
  .menu-open2:not(.menu-open) .overlay {
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 900ms cubic-bezier(.25,.46,.45,.94) 0s;
    transform: translate(0px, 0%);
  }
}

@media (max-width: 999px) {
  .menu-open .overlay {
    display: block;
    transform: translate(0px, 0%);
    opacity: 0.93;
    transition: transform 920ms cubic-bezier(.215,.61,.355,1) 0s;
    height: 100%;
    width: 100%;
  }
  .menu-open2:not(.menu-open) .overlay {
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 900ms cubic-bezier(.25,.46,.45,.94) 0s;
    transform: translate(0px, 0%);
  }
}


.menu_wrapper {
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  right: auto;
  left: 0;
  top: 0;
  z-index: 9997;
  background-color: transparent!important;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms;
  transition: opacity 700ms ease-in-out, visibility 700ms ease-in-out;
}

.menu_wrapper_innner {
  height: 100%;
  padding-top: 0px;
}



.menu-open .menu_wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 700ms ease-in-out, visibility 700ms ease-in-out;
}

.menu-open2 .overlay {
  transition: opacity 900ms cubic-bezier(.25,.46,.45,.94) 0s; 
}
.menu_wrapper_innner p {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: fixed;
  bottom: 28px;
  left: 28px;
  padding-bottom: 0;
  margin: 0;
  letter-spacing: 1px;

}

.custom_menu_primary {
  width: 100%;
  position: relative;
  left: 0;
  height: auto;
  top: 0;
  transform: none!important;
  -webkit-transform: none!important;
  padding: 130px 0 120px;
}

.custom_menu_primary_inner {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
  margin: 0;
  height: auto;
}

.menu-open i.lines-button.x2 {
  -webkit-transform: none;
  transform: none;
}

.menu-open i.lines:before {
  webkit-transform: translateY(-8px) rotateZ(
    -45deg
  );
  -ms-transform: translateY(-8px) rotateZ(-45deg);
  transform: translateY(-8px) rotateZ(
    -45deg
  );
}

.menu-open i.lines:after {
  webkit-transform: translateY(10px) rotateZ(
    45deg
  );
  -ms-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(
    45deg
  );
}

.menu-open i.lines-button.x2:after {
  transform: scale(0,1);
  -webkit-transform: scale(0,1);
}
.toggle_button_inner a>span {
  pointer-events: none;
}



@media(min-width:690px)
{
  .header_col1 {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 690px) and (max-width: 999px){

  .header_col1 {
    margin-bottom: 0;
    margin-right: 0;
  }
}



@media(min-width:1000px)
{
  .scroll_header .logo_wrapper a img {
    width: 178.63px !important;
  }
  .scroll_header .logo_wrapper a {
    margin-top: 15.5555555556px;
    margin-bottom: 15.5555555556px;
    transition: margin .32s ease;
  }

  .header_col1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
  }

  .logo_wrapper a {
    margin-top: 28px;
    margin-bottom: 28px;
    position: relative;
  }

  .header_col2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
    margin-left: auto;
  }
  .toggle_button_inner a {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    transition: border-color .3s ease;
    -webkit-transition: border-color .3s ease;
    border: none;
  }
  .header_row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .toggle_button_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -28px;
    margin-left: 22px;

  }

  .toggle_button_inner {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 0;
  }

  .toggle_button_inner a {
    padding-left: 28px;
    padding-right: 30px;
    width: 100%;
  }

  .toggle_button_inner a>span {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10;
    transform-origin: center;
    display: block;
    transition: -webkit-transform .33s 0s ease;
    transition: transform .33s 0s ease;
    height: auto;
  }

  .toggle_button_inner a>span i {
    transition: .3s;
    cursor: pointer;
    position: relative;
    user-select: none;
    display: block;
    line-height: 0;
    font-size: 0;
    top: -1px;
  }

  .menu_wrapper_innner {
    display: table;
    width: 100%;
  }

  .menu_wrapper_innner1 {
    display: table-cell;
    vertical-align: middle;
  }

}

@media(max-width:999px)
{
  .no-banner .header_main_wrapper {
    min-height: 73.72px;
  }
  .no-banner .header_ourter_wrapper {
    background-color: rgba(37,39,53,1.0) !important;
  }
  .menu_wrapper_innner1 {
    width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    height: auto;
    transform: translate(0px, -50%);
  }

  .header_col1 {
    margin-left: 0;
    left: 0;
    top: 0;
    z-index: 100;
    position: relative;
    width: 100%;
    line-height: 0;
    text-align: left;
  }

  .logo_wrapper a {
    top: 0;
    left: 0;
    -webkit-transform: none!important;
    transform: none!important;
    display: inline-block;
    vertical-align: middle;
  }

  .logo_wrapper a img {
    margin-top: 0!important;
    top: 0;
    width: 143px !important;
  }
  .header_col2 {
    display: block;
    margin-right: 0;
    text-align: right;
    line-height: 0;
    margin-left: 0;
    margin-bottom: 0;
    min-height: 0;
    width: auto!important;
    position: absolute!important;
    right: 0;
    top: 0;
    z-index: 2000;
    height: 100%;
    float: right;
  }


  .header_ourter_wrapper {
    margin-bottom: 0;
    padding: 12px 0;
  }

  .toggle_button_wrapper {
    position: relative;
    width: auto;
    padding: 0 7px;
    top: auto;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    padding-right: 0;
    display: inline-block;
    top:1px;
  }


  .toggle_button_inner {
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }
  .menu_wrapper_innner {
    display: table;
    width: 100%;
  }
  .menu_wrapper_innner1 {
    transform: none;
    top: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 80px 0 50px;
  }

  .toggle_button_inner a>span {
    color: #ffffff!important;
  }

  .toggle_button_inner a>span i {
    width: 22px;
  }

  i.lines:before, i.lines:after {
    height: 2px!important;
    width: 22px!important;
  }

  i.lines-button.x2:after {
    height: 2px!important;
    width: 22px!important;
  }

  .menu_wrapper_innner p {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 30px;
    margin-top: 15px;
  } 

  i.lines-button.x2:after{
    top: -1px;
  }
  i.lines:before{
    top: 5px;
  }

  i.lines:after{
    top: -7px;
  }

  .custom_menu_primary {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
    margin: 0;
  }

  .menu-open i.lines:before {
    -webkit-transform: translateY(-6px) rotateZ(
      -45deg
    );
    transform: translateY(-6px) rotateZ(
      -45deg
    );
  }

  .menu-open i.lines:after {
    -webkit-transform: translateY(6px) rotateZ(
      45deg
    );
    transform: translateY(6px) rotateZ(
      45deg
    );
  }
  .custom_menu_primary {
    padding: 0;
  }
  .toggle_button_inner a {
    pointer-events: none;
  }
  .toggle_button_wrapper {
    cursor: pointer;
  }
  .toggle_button_inner {
    height: 20px;
    cursor: pointer;
  }
  .toggle_button_inner a {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
}


@media(max-width:690px)
{

  .header_container {
    max-width: 100%;
    padding: 0 18px;
  }

}





.child-trigger {
  display: block !important;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px !important;
  min-width: 71.99px !important;
  height: 72px !important;
  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);
}  
.open_child .child-trigger i{}
.open_child .child-trigger i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.menu_wrapper ul.off-canvas-social-links.line-shown>li>a>i.icon-salient-spotify {
  font-family: icomoon;
  margin-right: -3px;
  margin-left: -1px;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 1px;
}

.menu-open .scroll_logo {
  display: none;
}
.menu-open .default_logo a img.hs-image-widget {
  display: block !important;
}

.menu_wrapper ul.off-canvas-social-links.line-shown>li {
  transform: scale(0);
  -webkit-transform: scale(0);
}
.menu-open .menu_wrapper ul.off-canvas-social-links.line-shown>li {
  transform: scale(1, 1);
  transition: transform 400ms cubic-bezier(.215,.61,.355,1) 0s;
}
.menu_wrapper ul.off-canvas-social-links.line-shown>li:nth-child(1) {
  transition-delay: 950ms;
}
.menu_wrapper ul.off-canvas-social-links.line-shown>li:nth-child(2) {
  transition-delay: 1000ms;
}
.menu_wrapper ul.off-canvas-social-links.line-shown>li:nth-child(3) {
  transition-delay: 1050ms;
}
.menu_wrapper ul.off-canvas-social-links.line-shown>li:nth-child(4) {
  transition-delay: 1100ms;
}
.menu_wrapper ul.off-canvas-social-links.line-shown>li:nth-child(5) {
  transition-delay: 1150ms;
}

.menu_wrapper_innner p {
  opacity: 0;
}
.menu-open .menu_wrapper_innner p {
  opacity: 1;
  transition: opacity 400ms cubic-bezier(.215,.61,.355,1) 0s;
  transition-delay: 950ms;
}

@media(max-width:999px){
  .child-trigger {
    width: 42px !important;
    min-width: 42px !important;
    height: 54px !important;
  }
  
  .menu-open ul.off-canvas-social-links.line-shown:after,
  .menu-open2 ul.off-canvas-social-links.line-shown:after {
    width: 100px;
    transition-delay: 950ms;
  }
  i.lines:before, i.lines:after, i.lines-button.x2:after {
    background-color: white !important;
  }
  .header_changed i.lines:after, .header_changed i.lines:before, .header_changed i.lines-button.x2:after {
    background-color: #252735 !important;
  }
  .menu-open i.lines:after, .menu-open i.lines:before, .menu-open i.lines-button.x2:after {
    background-color: white !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer .hs-form label.hs-error-msg {
    color: #f2545b !important;
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
  font-family: Open Sans, sans-serif;
    font-size: 14px;
    opacity: 1 !important;
}
.body-container {
    z-index: 999;
}
footer ul.no-list.hs-error-msgs.inputs-list {
    padding-left: 5px !important;
}

footer ul.no-list.hs-error-msgs.inputs-list>li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
}
.body-container-wrapper {
  margin-bottom: 509.21px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: rgb(37 39 53) 0px 70px 110px -30px;
}
.landing-container-wrapper {
  box-shadow: none;
}


footer.footer {
  background-color: #252735;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.no-banner footer.footer {
    position: relative;
}

i.fa.fa-facebook:before {
    content: "\f09a";
}

i.fa.fa-linkedin:before {
    content: "\f0e1";
}

i.fa.fa-youtube-play:before {
    content: "\f16a";
}

i.fa.fa-instagram:before {
    content: "\f16d";
}

i.icon-salient-spotify:before {
    text-decoration: inherit;
    speak: none;
    content: "\f1bc";
}

.fa {
    display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class*=" icon-"], i[class*="fa-"], span[class*="fa-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

i[class*=fa-], span[class*=fa-] {
    display: inline-block;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    max-width: 100%;
}


.footer_bottom {
  position: relative;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 12px;
  color: #777;
  border: none;
  background-color: #252735;
  border-top: 1px solid rgba(255,255,255,.18);
}

.footer_bottom_conatiner {
  position: relative;
}

.footer_bottom_col1 {
  display: block;
  position: relative;
  float: left;
  z-index: 10;
  min-height: 1px;
}

.footer_bottom_col2 {
  display: block;
  position: relative;
  float: left;
  margin-right: 0;
  z-index: 10;
  min-height: 1px;
  margin-bottom: 0;
}


.footer_social ul.off-canvas-social-links.line-shown {
  margin: 0;
  float: right;
  position:static;
}

.footer_social ul.off-canvas-social-links.line-shown>li {
  list-style: none;
  float: left;
  margin: 0 !important;
  margin-left: 19.5px !important;
}

.footer_social ul.off-canvas-social-links.line-shown>li>a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  background-position: center top;
  opacity: 1;
  padding: 0 !important;
}
.footer_content p a {
  text-decoration: none;
}

.footer_bottom_col1 p {
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
  line-height: 22px;
  margin: 0;
  margin-top: 3px;
  color: #fff;
}

.footer_bottom_col1 p a {
  -webkit-transition: color .3s;
  text-decoration: none;
  color: #ffffff;
}

.footer_social ul.off-canvas-social-links.line-shown>li>a i {
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
  font-size: 20px;
  width: auto;
  background-color: transparent;
  -webkit-transition: all .2s linear; 
}
.footer_social ul.off-canvas-social-links.line-shown>li>a i.icon-salient-spotify {
  line-height: 1;
  font-family: icomoon;
  margin-right: -1px;
  margin-left: -1px;
}

.footer_top {
  border-bottom: none;
}

.footer_top_container {
  position: relative;
}
.footer_row {
  position: relative;
  margin-bottom: 0;
  padding: 80px 0;
}

.footer_row_col1 ,.footer_row_col2 ,.footer_row_col3 {
  display: block;
  position: relative;
  float: left;
  z-index: 10;
  min-height: 1px;
}

.footer_logo {
  margin-bottom: 30px;
}

.footer_logo a img {
  margin-bottom: 0;
  width: 200px !important;
}

.footer_logo a {
  color: #ffffff;
}

.footer_content {
  margin-bottom: 30px;
}

.footer_content p {
  -webkit-font-smoothing: antialiased;
  padding-bottom: 20px;
  margin: 0;
}

.menu {
  margin-bottom: 30px;
}

.menu ul {
  display: block;
  margin: 0;
  list-style: none;
}

.menu ul>li {
  list-style: none;
  margin-bottom: 0;
  border: none!important;
  padding: 4px 0!important;
}

.menu ul>li>a {
  -webkit-transition: color .3s;
  text-decoration: none;
  color: #ffffff;
  padding: 0!important;
  border: none!important;
  padding-top: 0!important;
  display: block;
}

.footer_content p:last-of-type {
  padding-bottom: 0;
}

footer .hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
 
  font-weight: 500;
  letter-spacing: normal;
  
}

footer h3.form-title {
  margin: 0;
  padding: 0;
}

footer .hs-input {
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.footer_form {
  margin-bottom: 30px;
}

@media(min-width:690px)
{
  .footer_bottom_col1 {
    margin-right: 2%;
    width: 40.5%;
  }

  .footer_bottom_col2 {
    width: 57.5%;
  }

  .footer_row_col1 {
    margin-right: 2%;
    width: 32%;
  }

  .footer_row_col2 {
    margin-right: 2%;
    width: 32%;
  }

  .footer_row_col3 {
    width: 32%;
  }

}




@media only screen and (min-width: 690px) and (max-width: 999px){
  .footer_top_container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
  }

  .footer_row_col1 {
    width: 48%;
    margin-left: 0;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 40px;
  }

  .footer_row_col2 {
    width: 48%;
    margin-left: 0;
    padding: 15px;
    margin-bottom: 40px;
    margin-right: 0!important;
  }

  .footer_row_col3 {
    width: 48%;
    margin-left: 0;
    padding: 15px;
    margin-right: 0;
    margin-bottom: 0!important;
  }

  .footer_bottom_conatiner {
    margin: 0 auto;
    position: relative;
    max-width: 600px;
  }

  .footer_bottom_col1 {
    margin-right: 2%;
    margin-left: 0;
    width: 49%;
    margin-bottom: 0;
  }

  .footer_bottom_col2 {
    margin-left: 0;
    width: 49%;
  }

}

@media(min-width:1000px)
{

  .footer_bottom_conatiner {

    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    max-width: 1425px;
  }

  .footer_top_container {
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    max-width: 1425px;
  }

}

@media(max-width:999px)
{
  footer ul.off-canvas-social-links.line-shown:after {
    display: none;
  }
  footer.footer {
    position: relative;
  }
  .blog_content, .body-container-wrapper {
    margin-bottom: 0px !important;
  }
  a.back-to-top {
    display: none !important;
  }
  footer.footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}



@media(max-width:690px)
{

  .footer_bottom_col1 {
    margin-bottom: 25px;
  }

  .footer_social ul.off-canvas-social-links.line-shown {
    float: left;
    padding-left: 0;
  }
  .footer_social ul.off-canvas-social-links.line-shown>li:first-child {
    margin-left: 0 !important;
  }
  .footer_row_col1 {
    margin-bottom: 40px;
    display: block;
    width: 100%;
  }

  .footer_row_col2 {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer_row_col3 {
    display: block;
    width: 100%;
    margin-bottom: 0!important;
  }
  .footer_top_container, .footer_bottom_conatiner {
    margin: 0 auto;
    position: relative;
    max-width: 320px;
  }
}




@media only screen and (min-width: 480px) and (max-width: 690px){
  .footer_top_container ,.footer_bottom_conatiner {
    margin: 0 auto;
    position: relative;
    max-width: 420px;
  }

}



/****************Back To Top************** */
a.back-to-top {
  bottom: 17px;
  -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
  background-color: rgb(0 0 0 / 16%);
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  box-shadow: none;
  transition: box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  color: #fff!important;
  cursor: pointer;
  z-index: 9994;
  overflow: hidden;
  height: 29px;
  width: 29px;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: rgba(0,0,0,.25); */
}

a.back-to-top i {
  line-height: 29px;
  width: 29px;
  top: 7px;
  height: 29px;
  font-size: 14px;
  text-align: center;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  z-index: 10;
  background-color: transparent;
  font-family: FontAwesome;
  font-weight: normal;
  vertical-align: middle;
  max-width: 100%;
  font-style: normal;
  text-decoration: inherit;
  display: block;
  max-width: 100%;
  word-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
}

a.back-to-top i.fa.fa-angle-up.top-icon {
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform .2s ease;
  -webkit-transition: transform .2s ease;
}

a.back-to-top i.fa.fa-angle-up.top-icon:before {
  content: "\f106";
}

a.back-to-top:hover i.fa.fa-angle-up.top-icon {
  transform: translate(0,-29px);
}

a.back-to-top:hover {
  text-decoration: none;
}

a.back-to-top:hover i.fa.fa-angle-up {
  -webkit-transform: translate(0,-29px);
  transform: translate(0,-29px);
}

a.back-to-top i.fa.fa-angle-up:before {
  content: "\f106";
}

a.back-to-top i.fa.fa-angle-up {
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform .2s ease;
  -webkit-transition: transform .2s ease;
}

a#back-to-top:after {
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all .3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

a#back-to-top:hover:after {
  background-color: #2084bc!important;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.fullscreen-header a.section-down-arrow:hover {
    opacity: 1;
}
/* ******************************************************************************
*********************************************************************************
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 15px;
  margin: 0 auto;
}

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

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

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

@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);
  }
  .fullscreen-header .page-header-bg-image.translate {
    -webkit-transform: none!important;
    transform: none!important;
  }
}
@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, 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: Open Sans, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

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

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

.blog_content_wrapper {
  position: relative;
  z-index: 10;
  background-color: white;
}


/******************************************** BLOG CSS **************************************************************/

.fullscreen-header {
  width: 100%;
  position: relative;
  transition: none;
  -webkit-transition: none;
  z-index: 2;
  background-color: #2b2b2b;
  overflow: hidden;
}

.fullscreen-header .fullscreen-headerin  {
  color: #fff;
  display: block!important;
  -webkit-font-smoothing: antialiased;
  position: fixed;
  margin: 0;
  width: 100%;
  transition: none;
  -webkit-transition: none;
  z-index: 2;
  background-color: rgb(37, 39, 53);
  top: 0px;
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.fullscreen-header .page-header-bg-image-wrap.nectar-parallax-enabled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.fullscreen-header .page-header-bg-image.translate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-image:url(//f.hubspotusercontent20.net/hubfs/7233776/raw_assets/public/The_Pineapple_Agency_June2021/images/NARS_NYC-4.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: scroll;
  top: auto;
  bottom: 0;
  background-position: center center;
  height: 100%!important;
}
.fullscreen-header .page-header-overlay-color {
  position: static;
  height: 1px;
  width: 1px;
  margin-left: -9999px;
  pointer-events: none;
  background-color: #252735;
}

.fullscreen-header .page-header-overlay-color:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: ' ';
  z-index: 10;
  opacity: .65;
}

.fullscreen-header .banner_container {
  position: relative;
  z-index: 100;
  height: 100%;
}


.fullscreen-header .banner_row {
  padding-bottom: 0;
  z-index: 100;
  position: relative;
  visibility: visible;
  height: 100%;
}

.fullscreen-header .banner_col {
  display: block;
  float: left;
  margin-right: 0;
  width: 100%;
  z-index: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  top: 25%!important;
}

.fullscreen-header .inner-wrap {
  left: 0;
  position: absolute;
  width: 100%;
}

.fullscreen-header .inner-wrap h4 {
  margin-bottom: 8px;
  display: block;
  color: #fff;
  z-index: 101;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.fullscreen-header span.subheader,
.fullscreen-header .inner-wrap h1{
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 68px;
  font-weight: 700;
  color: white;
}

.fullscreen-header .scroll-down-wrap {
  transition: opacity 0.4s ease 0s;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 60px;
  z-index: 101;
  margin-left: -22px;
}

.fullscreen-header a.section-down-arrow {
  z-index: 101;
  position: absolute;
  color: rgb(255, 255, 255) !important;
  display: inline-block;
  width: 49px;
  height: 49px;
  border: 2px solid rgb(255, 255, 255);
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  border-radius: 100px;
  transition: opacity 0.4s ease 0s;
  overflow: hidden;
  margin-left: 0px;
  left: 0px;
  bottom: 16px;
  opacity: 0.6;
  text-decoration:none;
}

.fullscreen-header i.fa.fa-angle-down.top:before {
  content: "";
}

.fullscreen-header i.fa.fa-angle-down.top {
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
  color: rgb(255, 255, 255) !important;
  transition: transform 0.2s ease 0s;
  display: block;
  width: 49px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
}

.fullscreen-header i.fa.fa-angle-down {
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
  color: rgb(255, 255, 255) !important;
  transition: transform 0.2s ease 0s;
  display: block;
  width: 49px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
}

.blog_content {
  position: relative;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  margin-top: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px;
  margin-bottom: 509.238px;
  box-shadow: rgb(37 39 53) 0px 70px 110px -30px;
}
.blog_content .blog_content_wrapper {
  min-height: 800px;
}

.blog_wrapper_row {
  position: relative;
  padding-bottom: 0px;
}

.blog_wrapper_col {
  box-shadow: none;
  background-position: center center;
  background-size: cover;
  float: none;
  margin-right: 0px;
  padding: 0px;
  margin-bottom: 0px;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin-left: 0px;
}
.blog_wrapper_col:last-child {
  margin-bottom: 10px;
}

.blog_wrapper_inner {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.article_inner {
  display: flex;
  flex-wrap: wrap;
  transition: opacity 0.3s ease 0s;
  margin: 10px 10px 0;
}

.article {
  position: relative;
  min-height: 50vh;
  margin: 10px;
  width: calc(50% - 20px);
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, opacity 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  z-index: 100;
}

.article_iner_wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.articlebg {
  transition: opacity 0.6s ease 0.25s;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  width: 100%;
  height: 100%;

}
.articleoverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  opacity: 0.3;
  background-color: #252735;
}

.content {
  position: absolute;
  z-index: 200;
  padding: 35px;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

a.nectar-post-grid-link {
  text-decoration: none;
  transition: color 0.3s ease 0s;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: rgb(255, 255, 255);
}

.item-main {
  position: relative;
  z-index: 9;
  display: inline-block;
  color: rgb(255, 255, 255);
}

h3.post-heading {
  font-family: Open Sans, sans-serif;
  text-transform: none;
  letter-spacing: -1px;
  font-size: 36px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  transition: all 0.45s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  line-height: 1.25em;
  max-width: 70%;
  margin: 0px auto;
}

h3.post-heading a {
  text-decoration: none;
  transition: color 0.3s ease 0s;
  color: rgb(255, 255, 255);
}

span.meta-date {
  margin-top: 20px;
  line-height: 1.1em;
  display: block;
  transition: color 0.45s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  color: rgb(255, 255, 255);
}

.article:after {
  box-shadow: 0px 30px 70px rgb(0 0 0 / 25%);
  opacity: 0;
  display: block;
  position: absolute;
  content: '';
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity .35s cubic-bezier(.15,.75,.5,1) 0s;
}

.article:hover:after {
  opacity: 1;
}

.fullscreen-header h1.entry-title {
  position: relative;
  top: 3px;
  max-width: none;
  margin-bottom: 8px;
  display: block;
  color: #fff;
  z-index: 101;
  font-family: Open Sans, sans-serif;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 5.5vw;
  line-height: 5.9vw;
  text-align:center;
}

.author-section {
  width: 100%;
  z-index: 10;
  text-align: center;
  margin-top: 25px;
}

span.meta-author {
  display: none;
}

.avatar-post-info.vcard.author {
  margin-left: 10px;
  text-align: left;
  display: inline-block;
  top: 9px;
}

span.fn {
  top: 0;
  position: relative;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  color: #fff;
  padding-left: 0;
  line-height: 20px;
  font-size: 20px;
}

.blog_post_wrapper {
  position: relative;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  padding-top: 70px !important;
  margin-top: 0px !important;
  padding-bottom: 0px;
  margin-bottom: 509.238px;
  box-shadow: rgb(37 39 53) 0px 70px 110px -30px;
  min-height: 700px;
}

.blog_post_container {
  position: relative;
}
.blog_row {
  position: relative;
  padding-bottom: 24px;
}

.blog_article {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  max-width: 1000px;
  margin: 0px auto !important;
}
h2.post-listing-simple {
  -webkit-font-smoothing: antialiased;
  color: rgb(37, 39, 53);
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  padding-bottom: 52px;
}

.blog-post__body p {
  padding-bottom: 27px;
}

.blog-post__body a {
  color: rgb(6, 147, 227);
  text-decoration: none !important;
}

.blog_img {
  margin-bottom: 1em;
}

.blog_post_wrapper img {
  max-width: 100%;
}

.article:hover .articleoverlay {
  opacity: .5;
}

.blog-pagination{
  display: block !important;
}
.blog-pagination .no-post{
  display: none;
}

.blog_content .blog-pagination {
  text-align: center;
  margin: 60px 0;
}

a.next-posts-link.load-more {
  text-decoration: none;
  padding: 10px 40px;
  color: #000;
  border: 1px solid rgba(0,0,0,.15);
  background-color: transparent;
  display: inline-block;
  position: relative;
  transition: background-color .3s ease,border-color .3s ease,color .3s ease;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase!important;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 50px;
}

a.next-posts-link.load-more:hover {
  background-color: #2084bc;
  color: #fff;
}
i.icon-default-style.steadysets-icon-share:before {
  text-decoration: inherit;
  speak: none;
  content: "\e63c";
}

i.icon-default-style.steadysets-icon-share {
  font-family: steadysets!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1300px) and (max-width: 1500px){
  .inner-wrap h1 {
    font-size: 16.2px;
    line-height: 23.4px;
  }
}

@media(min-width:690px)
{
  .blog_article {
    width: 100%;
  }


}


@media(min-width:1000px)
{
  .blog_post_container {
    width: 100%;
    margin: 0px auto;
    padding: 0px 90px;
    max-width: 1425px;
  }


  .fullscreen-header {
    height: 100vh;
    margin-top: 0!important;
  }

  .fullscreen-header .fullscreen-headerin {
    margin-top: 0!important;
    height: 100vh;
  }

  .fullscreen-header .banner_container {
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    max-width: 1425px;
  }

  .fullscreen-header .inner-wrap {
    padding-top: 94px;
  }

}


@media only screen and (min-width: 1000px) and (max-width: 1300px){
  .fullscreen-header .inner-wrap h4 {
    font-size: 15.3px;
    line-height: 22.1px;
  }

  .fullscreen-header h1.entry-title {
    max-width: none;
    font-family: Open Sans, sans-serif;
    text-transform: none;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 5.5vw;
    line-height: 5.9vw;
  }
}


@media(max-width:999px)
{
  .fullscreen-header .inner-wrap {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
    padding-top: 73px;
  }
  .fullscreen-header span.subheader,
  .fullscreen-header .inner-wrap h1{
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 25px !important;
    line-height: 30px !important;
    letter-spacing: 1px !important;
  }

  .blog_post_wrapper {
    margin: 0;
    margin-bottom: 0 !important;
  }

  .fullscreen-header {
    transition: none 0s ease 0s !important;
    height: auto !important;
    margin-top: 0px;
    overflow: visible;
  }

  .fullscreen-header .fullscreen-headerin {
    transition: none 0s ease 0s !important;
    /* overflow: hidden; */
    margin: 0px;
    padding-right: 0px;
    transform: translate(0px) !important;
    visibility: visible !important;
    top: 0px !important;
    position: relative !important;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fullscreen-header .page-header-bg-image.translate {
    height: calc(100% + 15px) !important;
  }

  .fullscreen-header .banner_container {
    margin: 0px auto;
    position: relative;
    max-width: 600px;
  }

  .fullscreen-header .banner_row {
    top: 0px !important;
  }

  .fullscreen-header .banner_col {
    display: block !important;
    opacity: 1 !important;
    padding-right: 0px;
    transform: translate(0px) !important;
    visibility: visible !important;
  }

  .fullscreen-header .inner-wrap h4 {
    font-size: 15.3px !important;
    line-height: 22.1px !important;
    letter-spacing: 6px !important;
  }
  .fullscreen-header h1.entry-title {
    letter-spacing: -1px !important;
    font-weight: 600;
    font-size: 5.5vw !important;
    line-height: 5.9vw !important;
  }
}
@media(max-width:690px)
{
  .fullscreen-header .banner_container {
    max-width: 320px;
  }
  .article {
    width: 100%;
    padding-bottom: 75%;


  }

  h3.post-heading {
    font-size: 28.8px;
  }
  h2.post-listing-simple {
    font-size: 14.4px;
    line-height: 25.2px;
  }
  .blog_post_container {
    margin: 0px auto;
    position: relative;
    max-width: 320px;
  }

}
@media only screen and (min-width: 480px) and (max-width: 690px){
  .fullscreen-header .banner_container {
    margin: 0px auto;
    position: relative;
    max-width: 420px;
  }

  .fullscreen-header .inner-wrap h4 {
    margin-bottom: 4px;
  }

}




@media only screen and (min-width: 690px) and (max-width: 999px){
  .blog_post_container {
    margin: 0px auto;
    position: relative;
    max-width: 600px;
  }

}

@media only screen and (min-width: 480px) and (max-width: 690px){
  .blog_post_container {
    margin: 0px auto;
    position: relative;
    max-width: 420px;
  }

}


@media(max-height:650px)
{

  .fullscreen-header i.fa.fa-angle-down.top {
    width: 26px;
    height: 26px;
    line-height: 28px;
    webkit-transform: translate(0,-26px);
    -ms-transform: translate(0,-26px);
    transform: translate(0,-26px);
    font-size: 18px;
  }

  .fullscreen-header a.section-down-arrow {
    width: 30px;
    height: 30px;
    line-height: 34px;
    bottom: 25px;
    margin-left: -15px;
  }

  .fullscreen-header i.fa.fa-angle-down {
    width: 26px;
    height: 26px;
    line-height: 28px;
    -webkit-transform: translate(0,-26px);
    -ms-transform: translate(0,-26px);
    transform: translate(0,-26px);
    font-size: 18px;
  }

  .fullscreen-header i.fa.fa-angle-down:before {
    content: "\f107";
  }
  .fullscreen-header .scroll-down-wrap {
    margin-left: 0;
  }
}







.nectar-social.fixed {
  position: fixed;
  right: 34px;
  bottom: 34px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1000
}

.nectar-social.fixed>a {
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-decoration:none;
}

.nectar-social.fixed>a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 50%
}

.nectar-social.fixed:hover>a:before {
  box-shadow: 0 7px 15px rgba(0,0,0,.2)
}

a.section-down-arrow:hover {
  opacity: 1;
}
a.section-down-arrow:hover i {
  -webkit-transform: translate(0,0px)!important;
  transform: translate(0,0px)!important;
}

i.fa.fa-angle-down:before {
  content: "";
}
i.fa.fa-angle-down{
  transform: translate(0,-48px);
}
.nectar-social.fixed>a>[class^=icon-].icon-default-style {
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #fff;
  left: -1px;
  top: 0;
  z-index: 10;
  position: relative
}

.nectar-social.fixed .nectar-social-inner {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center
}

.nectar-social.fixed .nectar-social-inner a {
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  width: 36px;
  left: 7px;
  position: absolute;
  opacity: 0;
  border: none;
  top: 0;
  box-shadow: 0 7px 15px rgba(0,0,0,.2);
  border-radius: 50%;
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  text-decoration:none !important;

}

.nectar-social.fixed>a:after,.nectar-social.fixed .nectar-social-inner a:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%
}

.nectar-social.fixed a:after {
  -webkit-transition: opacity .25s cubic-bezier(.15,.2,.1,1);
  transition: opacity .25s cubic-bezier(.15,.2,.1,1)
}

@keyframes socialButtonFlash {
  0% {
    opacity: 0;
    transform: scale(1)
  }

  25% {
    opacity: .22;
    transform: scale(1.1115)
  }

  100% {
    opacity: 0;
    transform: scale(1.23)
  }
}

.nectar-social.fixed:hover>a:after {
  -webkit-animation: socialButtonFlash .45s cubic-bezier(.15,.2,.1,1) forwards;
  animation: socialButtonFlash .45s cubic-bezier(.15,.2,.1,1) forwards
}

.nectar-social.fixed a:hover:after {
  opacity: .2
}

.nectar-social.fixed:hover>a:before {
  -webkit-transform: scale(1.23) translateZ(0);
  transform: scale(1.23) translateZ(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(1) {
  transform: translateY(0px) scale(0);
  -webkit-transform: translateY(0px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(2) {
  -webkit-transform: translateY(-36px) scale(0);
  transform: translateY(-36px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(3) {
  -webkit-transform: translateY(-86px) scale(0);
  transform: translateY(-86px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(4) {
  -webkit-transform: translateY(-136px) scale(0);
  transform: translateY(-136px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(5) {
  -webkit-transform: translateY(-186px) scale(0);
  transform: translateY(-186px) scale(0)
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(1) {
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  -webkit-transform: translateY(-56px) scale(1);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  transform: translateY(-56px) scale(1);
  opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2) {
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  -webkit-transform: translateY(-106px) scale(1);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  transform: translateY(-106px) scale(1);
  opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3) {
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  -webkit-transform: translateY(-156px) scale(1);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  transform: translateY(-156px) scale(1);
  opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4) {
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  -webkit-transform: translateY(-206px) scale(1);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  transform: translateY(-206px) scale(1);
  opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(5) {
  -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
  -webkit-transform: translateY(-256px) scale(1);
  transition: all .45s cubic-bezier(.15,.2,.1,1);
  transform: translateY(-256px) scale(1);
  opacity: 1
}

.nectar-social.fixed:hover {
  height: 340px
}

body .nectar-social.fixed a i,#ajax-content-wrap .nectar-social.fixed a i {
  color: #fff;
  font-size: 14px;
  top: 0;
  padding-right: 0;
  display: block
}

body .nectar-social.fixed .nectar-social-inner a i,#ajax-content-wrap .nectar-social.fixed .nectar-social-inner a i {
  height: 36px;
  line-height: 36px;
  width: 36px
}

.nectar-social.fixed .google-plus-share i {
  font-size: 12px
}

.sharing-default-minimal .nectar-social .love-text {
  display: inline
}

.sharing-default-minimal .nectar-social .love-text,.sharing-default-minimal .nectar-social .social-text,#ajax-content-wrap .sharing-default-minimal .nectar-social .social-text {
  display: inline-block;
  opacity: 1;
  font-size: 15px;
  line-height: 15px
}

.sharing-default-minimal .nectar-social .facebook-share,.nectar-social.hover .facebook-share:hover,#single-below-header .nectar-social.hover .facebook-share:hover {
  border-color: #6a75c8;
  color: #6a75c8;
  transition: all .2s ease
}

.sharing-default-minimal .nectar-social .twitter-share,.nectar-social.hover .twitter-share:hover,#single-below-header .nectar-social.hover .twitter-share:hover {
  border-color: #6abaf7;
  color: #6abaf7;
  transition: all .2s ease
}

.sharing-default-minimal .nectar-social .linkedin-share,.nectar-social.hover .linkedin-share:hover,#single-below-header .nectar-social.hover .linkedin-share:hover {
  border-color: #2e82d9;
  color: #2e82d9;
  transition: all .2s ease
}

.sharing-default-minimal .nectar-social .pinterest-share,.nectar-social.hover .pinterest-share:hover,#single-below-header .nectar-social.hover .pinterest-share:hover {
  border-color: red;
  color: red;
  transition: all .2s ease
}

.sharing-default-minimal .nectar-social .facebook-share i {
  height: 15px;
  font-size: 15px;
  line-height: 19px;
  color: #6a75c8;
  padding-right: 3px;
  transition: all .2s ease
}

.sharing-default-minimal .nectar-social .twitter-share i {
  height: 15px;
  font-size: 16px;
  line-height: 18px;
  padding-right: 3px;
  color: #6abaf7;
  transition: all .2s ease
}

.sharing-default-minimal .nectar-social .google-plus-share i {
  height: 15px;
  font-size: 14px;
  line-height: 19px;
  padding-right: 3px;
  color: #f05660;
  transition: all .2s ease
}

.sharing-default-minimal .nectar-social .linkedin-share i {
  height: 15px;
  font-size: 14px;
  color: #2e82d9;
  padding-right: 3px;
  line-height: 16px;
  transition: all .2s ease
}

.sharing-default-minimal .nectar-social .pinterest-share i {
  height: 15px;
  font-size: 16px;
  color: red;
  padding-right: 3px;
  line-height: 18px;
  transition: all .2s ease
}

.sharing-default-minimal .nectar-social .facebook-share:hover,.nectar-social.fixed .facebook-share {
  background-color: #6a75c8
}

.sharing-default-minimal .nectar-social .twitter-share:hover,.nectar-social.fixed .twitter-share {
  background-color: #6abaf7
}

.sharing-default-minimal .nectar-social .linkedin-share:hover,.nectar-social.fixed .linkedin-share {
  background-color: #2e82d9
}

.sharing-default-minimal .nectar-social .pinterest-share:hover,.nectar-social.fixed .pinterest-share {
  background-color: red
}

.sharing-default-minimal .nectar-social a:hover {
  color: #fff
}

#ajax-content-wrap .sharing-default-minimal .nectar-social .nectar-love,body .sharing-default-minimal .nectar-social .nectar-love {
  margin-top: 0;
  font-size: 15px;
  line-height: 22px
}

body .sharing-default-minimal .n-shortcode {
  border-right: none!important;
  top: -1px;
  position: relative
}

.col.centered-text .sharing-default-minimal .nectar-social-inner {
  text-align: center
}

.sharing-default-minimal .nectar-social-inner .nectar-love {
  border: 2px solid rgba(0,0,0,.2);
  padding: 7px 9px 7px 30px!important;
  margin-top: 50px;
  height: auto!important;
  font-size: 12px;
  margin-right: 10px;
  line-height: 20px;
  position: relative;
  transition: all .2s ease
}

.sharing-default-minimal .nectar-love.loved {
  border-color: transparent;
  background-color: #000
}

.sharing-default-minimal .n-shortcode .nectar-love .icon-salient-heart-2,body .sharing-default-minimal .nectar-love i {
  font-size: 14px!important;
  margin-right: 8px;
  line-height: 20px;
  transition: all .2s ease
}

#ajax-content-wrap .sharing-default-minimal .nectar-love i,body .sharing-default-minimal .hovered .nectar-love i {
  color: rgba(0,0,0,.2);
  transform: scale(1);
  opacity: 1;
  position: relative
}

.sharing-default-minimal .total_loves {
  background-color: rgba(0,0,0,.2);
  color: #fff;
  border-radius: 100px;
  padding: 2px 8px!important;
  margin-left: 28px;
  float: right;
  line-height: 12px;
  transition: all .2s ease
}

.sharing-default-minimal .nectar-love .total_loves .nectar-love-count {
  font-size: 10px;
  line-height: 16px;
  opacity: 1
}

.sharing-default-minimal .nectar-love:hover {
  background-color: #000
}

.sharing-default-minimal .nectar-love:hover .total_loves,.sharing-default-minimal .nectar-love.loved .total_loves {
  background-color: rgba(255,255,255,.25)
}

.sharing-default-minimal .nectar-love .icon-salient-heart-2:before {
  content: "\e00e"!important
}

.nectar-social.fixed>a:before {
  background-color: #2084bc;
}

span.social-text {
  display: none;
}

.sharing-default-minimal .nectar-love.loved,body .nectar-social[data-color-override=override].fixed>a:before,body .nectar-social[data-color-override=override].fixed .nectar-social-inner a,.sharing-default-minimal .nectar-social[data-color-override=override] .nectar-social-inner a:hover {
  background-color: #2084bc;
}

.nectar-social.hover .nectar-love.loved,.nectar-social.hover>.nectar-love-button a:hover,.nectar-social[data-color-override=override].hover>div a:hover,#single-below-header .nectar-social[data-color-override=override].hover>div a:hover,.nectar-social[data-color-override=override].hover .share-btn:hover,.sharing-default-minimal .nectar-social[data-color-override=override] .nectar-social-inner a {
  border-color: #2084bc
}

#single-below-header .nectar-social.hover .nectar-love.loved i,#single-below-header .nectar-social.hover[data-color-override=override] a:hover,#single-below-header .nectar-social.hover[data-color-override=override] a:hover i,#single-below-header .nectar-social.hover .nectar-love-button a:hover i,.nectar-love:hover i,.hover .nectar-love:hover .total_loves,.nectar-love.loved i,.nectar-social.hover .nectar-love.loved .total_loves,.nectar-social.hover .share-btn:hover,.nectar-social[data-color-override=override].hover .nectar-social-inner a:hover,.nectar-social[data-color-override=override].hover>div:hover span,.sharing-default-minimal .nectar-social[data-color-override=override] .nectar-social-inner a:not(:hover) i,.sharing-default-minimal .nectar-social[data-color-override=override] .nectar-social-inner a:not(:hover) {
  color: #2084bc
}

i.fa.fa-twitter:before {
  content: "\f099";
}

i.fa.fa-pinterest:before {
  content: "\f0d2";
}

li.next-post.mouse-leaving.only-next-btn {
  width: 100%;
}
li.next-post.mouse-leaving.only-next-btn .nxtbtn {
  text-align: center;
}
li.previous-post.mouse-leaving.only-prev-btn {
  width: 100%;
}
li.previous-post.mouse-leaving.only-prev-btn .prevbtn {
  text-align: center;
}

a.section-down-arrow:hover i {
  -webkit-transform: translate(0,0px)!important;
  transform: translate(0,0px)!important;
}

i.icon-default-style.steadysets-icon-share {
  font-size: 14px !important;
}

ul.controls {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}



ul.controls>li {
  list-style: disc;
  list-style-position: outside;
  width: 50%;
  line-height: 0;
  height: auto;
  padding: 6%;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none;
  overflow: hidden;
  position: relative;
  background-color: #333;
  padding: 6% 9%;
}

li.next-post.mouse-leaving {}

.post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform .4s cubic-bezier(.05,.2,.1,1) 0s;
  -webkit-transition: transform .4s cubic-bezier(.05,.2,.1,1) 0s;
  transition: transform .4s cubic-bezier(.05,.2,.1,1) 0s;
}

ul.controls>li>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: block;
}

ul.controls>li h3 {
  margin-bottom: 7px;
  -webkit-font-smoothing: antialiased;
  font-family: Open Sans, sans-serif;
  text-transform: none;
  letter-spacing: -1px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform .4s cubic-bezier(.05,.2,.1,1);
  transform: translateX(0px) translateZ(0);
  transition: transform .4s cubic-bezier(.05,.2,.1,1);
  color: #fff;
  position: relative;
  z-index: 100;
}

li.previous-post:after , li.next-post:after {
  background-color: rgba(13,13,13,.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .4s cubic-bezier(.05,.2,.1,1) 0s;
  transition: background-color .4s cubic-bezier(.05,.2,.1,1) 0s;
}

span.prevbtn {
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  display: block;
  font-size: 16px;
  text-align: right;
}

span.nxtbtn {
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  z-index: 100;
  display: block;
  font-size: 16px;
  text-align: left;
}
ul.controls>li:hover .post-bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



span.text {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  text-align: right;
  position: relative;
}

ul.controls>li:hover:after {
  background-color: rgba(13,13,13,.9);
}
svg.next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  -webkit-transform: translateX(38px) rotate(
    180deg
  );
  transform: translateX(38px) rotate(
    180deg
  );
  left: -43px;
  right: auto;
  animation: rightArrowEnd2 .7s cubic-bezier(0,.2,.1,1) forwards;
}




.nectar-social-inner a {
  background-color: #2084bc !important;
}

.load-more-wrap a:hover {
  background-color: #2084bc;
  color: #fff;
}

ul.controls>li.previous-post:hover h3 {transform: translateX(40px) translateZ(0);backface-visibility: hidden;}

ul.controls>li.next-post:hover h3 {
  -webkit-transform: translateX(-40px) translateZ(0);
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;
}

ul.controls>li.previous-post:hover h3 svg {
  animation: rightArrowStart2 .4s cubic-bezier(.05,.2,.1,1) forwards;

}

ul.controls>li.next-post:hover h3 svg {
  animation: rightArrowStart .4s cubic-bezier(.05,.2,.1,1) forwards;
  webkit-transform: translateX(42px);
  transform: translateX(42px);
}

ul.controls>li.next-post:hover h3 svg line {
  animation: rightArrowLineStart .3s cubic-bezier(.05,.2,.1,1) .1s forwards;
  stroke-dashoffset: 30px;
}

ul.controls>li h3 svg line {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke: #fff;
  animation: rightArrowLineEnd .4s cubic-bezier(.3,.2,.1,1) .25s forwards;
  stroke-dashoffset: 40px;
}
svg.pre-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
  animation: rightArrowEnd .7s cubic-bezier(0,.2,.1,1) forwards;
}

svg.pre-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
  animation: rightArrowEnd .7s cubic-bezier(0,.2,.1,1) forwards;
}



ul.controls>li.previous-post .line {
  color: #fff;
  margin-bottom: 5px;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
  display: block;
  font-size: 16px;
  text-align: right;
  webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
}

ul.controls>li.previous-post:hover .line {
  webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 .4s cubic-bezier(.05,.2,.1,1) forwards;
}

ul.controls>li.next-post .line {
  margin-bottom: 5px;
  color: #fff;
  z-index: 100;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
  display: block;
  font-size: 16px;
  text-align: left;
  animation: rightLineEnd .4s cubic-bezier(.05,.2,.1,1) forwards;
}

ul.controls>li:hover ul.controls>li h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}

.single-below-header {
  color: #888;
  margin-bottom: 60px;
  overflow: hidden
}

.blog_article .blog-post__body {
  padding-bottom: 80px;
}

div#comments-listing:empty {
  margin-bottom: -2em;
}
.section.post-footer {
  padding-top: 0;
}

span.textnxt {
  position: relative;
}

span.meta-category {
  webkit-transition: all .4s cubic-bezier(.05,.2,.1,1);
  transition: all .4s cubic-bezier(.05,.2,.1,1);
  font-size: 16px;
  font-family: inherit;
  color: #888;
  padding-left: 0;
  display: inline-block;
  float: left;
}

.blog-post-tags a {
  margin-right: 14px;
  font-size: 14px;
  line-height: 28px;
  border: 2px solid rgba(0,0,0,.1);
  -webkit-transition: border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1);
  transition: border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1);
  padding: 6px 20px;
  margin-bottom: 14px;
  border-radius: 100px;
  display: inline-block;
  color: #888;
  text-decoration: none !important;
}

.blog-post-tags a:hover {
  color: #2084bc;
  border-color: #2084bc;
}

i.icon-default-style.steadysets-icon-book2 {
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  top: -2px;
  word-spacing: 1px;
  font-family: steadysets!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  font-size: 18px;
  line-height: 23px;
  height: 20px;
  width: auto;
  margin-right: 7px;
  color: inherit;
}

i.icon-default-style.steadysets-icon-book2:before {
  text-decoration: inherit;
  speak: none;
  font-family: icomoon!important;
  content: "\e034";
}

li.next-post.mouse-leaving.only-next-btn span.line {
  left: auto;
}

@media only screen and (max-width: 999px) and (min-width: 690px)
{

  ul.controls>li {
    min-height: 225px;
  }

  span.nxtbtn {
    text-align: center;
  }

  span.textnxt {
    text-align: center;
  }

  ul.controls>li h3 {
    font-size: 28.8px;
    line-height: 35.2px;
  }

}

@media only screen and (max-width: 1000px) and (min-width: 690px)
{
  svg.pre-arrow {
    display: none;
  }

  svg.next-arrow {
    display: none;
  }

  span.text {
    text-align: center;
  }

  span.prevbtn {
    text-align: center;
  }

  ul.controls>li.previous-post:hover h3 , ul.controls>li.next-post:hover h3 {
    transform: none;
  }
  span.line {
    display: none !important;
  }
}

@media(max-width:690px)
{

  ul.controls>li {
    width: 100% !important;
    min-height: 250px;
  }
  ul.controls>li h3 {
    font-size: 28.8px;
    line-height: 35.2px;
    text-align: center;
  }

  span.prevbtn {
    text-align: center;
  }

  span.text {
    text-align: center;
  }

  span.nxtbtn {
    text-align: center;
  }

  span.textnxt {
    text-align: center;
  }

  svg.pre-arrow {
    display: none;
  }

  svg.next-arrow {
    display: none;
  }

  ul.controls>li.previous-post:hover h3 , ul.controls>li.next-post:hover h3 {
    transform: none;
  }
  span.line {
    display: none !important;
  }
}


@keyframes portRightLineStart {
  0% {
    transform: translateY(-50%) translateX(-25px) scaleX(0)
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1)
  }
}

@keyframes rightLineStart {
  0% {
    transform: translateY(-50%) translateX(-88px) scaleX(0)
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1)
  }
}

@keyframes rightLineEnd {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1)
  }

  100% {
    transform: translateY(-50%) translateX(28px) scaleX(0)
  }
}

@keyframes rightLineStart2 {
  0% {
    transform: translateY(-50%) translateX(88px) scaleX(0)
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1)
  }
}

@keyframes rightLineEnd2 {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1)
  }

  100% {
    transform: translateY(-50%) translateX(-28px) scaleX(0)
  }
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow,
.portfolio-items[data-ps="8"] .next-arrow,
.blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px)
}

@keyframes portRightLineStart {
  0% {
    transform: translateY(-50%) translateX(-25px) scaleX(0)
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1)
  }
}

@keyframes rightLineStart {
  0% {
    transform: translateY(-50%) translateX(-88px) scaleX(0)
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1)
  }
}

@keyframes rightLineEnd {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1)
  }

  100% {
    transform: translateY(-50%) translateX(28px) scaleX(0)
  }
}

@keyframes rightLineStart2 {
  0% {
    transform: translateY(-50%) translateX(88px) scaleX(0)
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1)
  }
}

@keyframes rightLineEnd2 {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1)
  }

  100% {
    transform: translateY(-50%) translateX(-28px) scaleX(0)
  }
}
@keyframes rightArrowStart2 {
  0% {
    transform: translateX(50px) rotate(180deg)
  }

  100% {
    transform: translateX(-42px) rotate(180deg)
  }
}

@keyframes rightArrowEnd2 {
  0% {
    transform: translateX(-42px) rotate(180deg)
  }

  100% {
    transform: translateX(-75px) rotate(180deg)
  }
}
@keyframes rightArrowLineStart {
  0% {
    stroke-dashoffset: 30px
  }

  100% {
    stroke-dashoffset: 40px
  }
}

@keyframes rightArrowLineEnd {
  0% {
    stroke-dashoffset: 40px
  }

  100% {
    stroke-dashoffset: 50px
  }
}


@keyframes rightArrowStart {
  0% {
    transform: translateX(-50px)
  }

  100% {
    transform: translateX(42px)
  }
}

@keyframes rightArrowEnd {
  0% {
    transform: translateX(42px)
  }

  100% {
    transform: translateX(75px)
  }
}

@keyframes rightArrowStart2 {
  0% {
    transform: translateX(50px) rotate(180deg)
  }

  100% {
    transform: translateX(-42px) rotate(180deg)
  }
}

@keyframes rightArrowEnd2 {
  0% {
    transform: translateX(-42px) rotate(180deg)
  }

  100% {
    transform: translateX(-75px) rotate(180deg)
  }
}

ul.controls>li:hover h3 svg line {
  animation: rightArrowLineStart .3s cubic-bezier(.05,.2,.1,1) .1s forwards;
  stroke-dashoffset: 30px;
}

ul.controls>li:hover:last-child .line {
  transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart .4s cubic-bezier(.05,.2,.1,1) forwards;
}

.post-page-layout a.back-to-top {
  display: none!important;
}

.blog_post_wrapper {
  padding-bottom: 1px;
}

.hs-blog-post .fullscreen-header .page-header-bg-image.translate {
  background-image: none;
}

.section.post-footer .hs-input {
  width: 100%;
  display: block;
}

.fullscreen-header .author-section span.meta-date.date.published i {
  margin: 0;
  font-size: 16px;
  line-height: 1.1em;
  font-style: normal;
  display: block;
  letter-spacing: 0px;
}
.fullscreen-header .author-section span.meta-date.date.published {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255,255,255,.8);
}
.hs-blog-post .fullscreen-header .banner_col {
  top: 50% !important;
  -ms-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.hs-blog-post .fullscreen-header .banner_col .inner-wrap {
  position: static;
}

@media screen and (max-width: 999px) {
  .blog_post_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.controls {
    margin: 0 -15px;
    width: auto;
  }
  .nectar-social.fixed>a {
    transition: all .35s cubic-bezier(.15,.2,.1,1);
    -webkit-transition: all .35s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .scroll_header .nectar-social.fixed>a {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .nectar-social.fixed {
    pointer-events: none;
  }
  .scroll_header .nectar-social.fixed {
    pointer-events: auto;
  }
  .hs-blog-post .fullscreen-header .banner_col .inner-wrap {
    padding-top: 0;
  }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
  h3.post-heading {
    font-size: 28.8px;
  }
}
/* ******************************************************************************
*********************************************************************************
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, 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: 20rem;
  }
}
.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;
  font-size: 90%;
}
.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: Open Sans, sans-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%;
}

ul.no-list.hs-error-msgs {
  padding-left: 2px ;
}
.systems-page form {
  max-width: 100%;
}

:focus {
  outline: none;
}

.systems-page .hs-form-field .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  display: block;
  margin-top: 5px;
}
.systems-page input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  height: 40px !important;
}


.systems-page .hs-form-field {
  margin-bottom: 18px;
}
div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
  width: 100% !important;
  font-size: 16px !important;
  padding: 0 15px !important;
}

.systems-page-wrapper {
  margin-bottom: 0 !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;
  }
}