/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */













































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */
 

.dnd-section {
  padding: 50px 0;
}
.banner-area .dnd-section {
  padding: 0;
}

.content-wrapper ,
.dnd-section > .row-fluid { 
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;  
}

 
.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px; 
}

/*body every div margin in the bottom*/
.body-container .dnd-module { 
  margin-bottom: 35px; 
}
.blog .body-container form{
  margin-bottom: 0; 
}

/* =============== Screen sizes smaller than page-center / contant-wrapper /container =============== */

@media (min-width: 768px){
  
  .dnd-section {
    padding: 80px 0;
  }
  .content-wrapper ,
  .dnd-section > .row-fluid { 
    padding-left: 50px;
    padding-right: 50px;  
  }
  
}
@media (min-width: 992px){}
@media (min-width: 1025px){
  
  .content-wrapper ,
  .dnd-section > .row-fluid { 
    padding-left: 80px;
    padding-right: 80px;  
  } 
}
@media (min-width: 1200px){}
@media (min-width: 1367px){}
@media (min-width: 1441px){}
@media (min-width: 1681px){}
@media (min-width: 1921px){}


@media (max-width: 1920px){}

@media (max-width: 1680px){}


@media (max-width: 1440px){}

@media (max-width: 1366px){}


@media (max-width: 1199px){}

@media (max-width: 1024px){}

@media (max-width: 991px){}

@media(max-width:767px){ }

@media (max-width: 479px) { }
@media (max-width: 767px) and (max-height: 700px) {  }
@media (max-width: 736px) and (min-height:414px) { 
/* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
/* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
/* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
/* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
/* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
/* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
/* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
/* =============== iphone 5 horizontal =============== */
} 

@media (max-width:350px) {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

 /* =============== Base =============== */

 *, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; 
} 
body {    
  color: #494a52;
  font-family: Lato, serif;
  font-size: 16px; 
  line-height: 1.15;
} 

.body-container{    
  font-size: 16px; 
  letter-spacing: .29px;
  line-height: 1.5; 
}
@media (min-width: 1024px){  
  .body-container{    
    font-size: 15px;
    letter-spacing: .25px;
    line-height: 1.8;
  }
}
#site-wrapper {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
} 
/* Highlighted Text */
::-moz-selection {
  background: rgba(186,187,186,.5);
  color: #000;
  text-shadow: none;
}
::selection {
  background: rgba(186,187,186,.5);
  color: #000;
  text-shadow: none;
}

/* Basic text */
p { 
  margin-top: 0;
  margin-bottom: 1rem;
} 

/* TODO */
img{
	vertical-align:middle;
}
small {}

strong {
  font-weight: 700;
}
em {}
cite {}
code {
  vertical-align: bottom;
}
pre {}
 
/* TODO */
mark {} 

sup,sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }


.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon svg {
  display: block;
  fill: currentColor; 
  height: 100%;
  width: 100%;
}
 
/* Headings */
h1,h2,h3,h4,h5,h6 {
  color: #494a52;
  font-family: Merriweather, serif;
  font-weight: 700;
  line-height: 1.5;  
  word-break: break-word;
} 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px; 
  margin-bottom: 10px;
}
h1 {
  font-size: 2.1rem; 
}

h2 {
  font-size: 1.6rem; 
}

h3 {
  font-size: 1.25rem; 
} 
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 { 
  font-size: 1.175rem; 
}

h5 {
  font-size: 1rem; 
}

h6 {
  font-size: .9rem; 
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

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;
}

/* Block Quotes */ 
blockquote {
  border-left: 2px solid #A9A9A9;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; 
  padding-left: 15px;
}
blockquote p {}
blockquote small {}


/* Horizontal Rules */
hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}
 
:focus {
  outline: auto;
  outline-color: #3399ff;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.form-title{    }  
form { 
  border-width: 1px;
  border-style: solid;
  font-family: Lato, sans-serif; 
  max-width: 500px;
  padding: 5px;
} 
 
.hs-richtext {
  color: #494a52;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 3px;
}
.hs-richtext hr {
  margin-left: 0;
  text-align: left;
  width: 91%;
} 
.grecaptcha-badge {
  margin: 0 auto;
} 
.email-correction, 
.email-validation {
  font-size: 12px;
  padding-top: 3px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
ul.no-list {
  list-style: none;
}  
.inputs-list {
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}
.inputs-list > li {
  display: block;
  padding: 0;
  padding-top: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  font-weight: normal;
  line-height: 18px;
  padding: 0;
  text-align: left;
  white-space: normal;
  width: auto;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
} 
 


/* ==========================================================================
6. FORMS                                        
========================================================================== */
body .hs-search-field__suggestions,
.blog .blog-sidebar .hs-search-field__suggestions,
body .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.one-column .body-container form {
  width: 50% !important;
}
#email-prefs-form .email-edit { 
  max-width: 100%  !important;
}
div#comment-form input.hs-button.primary {
  margin-top: 20px;
}

/* =============== Global Form Styles =============== */

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

.field { } 
.hs-form-field {}

/* Descriptions */  
.hs-field-desc {
  color: #7c98b6;
  font-size: 14px;
  margin: 0px 0px 6px;
} 
/* Labels and Legends */ 
label {  } 
 
.hs-form-field > label { }

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

.hs-form-required {
  color:#ff0000;
}
/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select { 
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; 
  color: #33475b;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  letter-spacing: normal;
  line-height: 22px;
  margin: 10 0 18px 0 !important;
  /*margin-top: 10px; */
  min-height: 27px;
  outline:0 none;
  padding:0 15px;
  position:relative;
  transition: border 0.2s linear;
  width: 100% !important; 
} 
.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 3px 5px 3px 0px;
  padding: 0;
  width: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
} 
textarea.hs-input {
  height: auto;
} 
select[multiple].hs-input {
  height: inherit;
} 
input.hs-search-field__input {
    margin: 0 !important;
}  
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{ 
  color: #ff0000 !important ; 
  display: block;
  float: none;  
  text-align: left;
  white-space: normal;
  width: auto;
}  

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  /* border-color: #ff0000; */
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  /* border-color: #ff0000; */
} 
.submitted-message {
  border-width: 1px;
  border-style: solid;
  padding: 5px;
}
/* Placeholder Text */
::-webkit-input-placeholder {
	color: #bfbfbf;
	opacity: 1;
}
/* Webkit Browsers */
:-moz-placeholder {
	color: #bfbfbf;
	opacity: 1;
}
/* Firefox 18- */
::-moz-placeholder { 
	color: #bfbfbf;
	opacity: 1;
}
/* Firefox 19+ */
:-ms-input-placeholder { 
	color: #bfbfbf;
	opacity: 1;
} 

/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
} 
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { 
	max-width: none; 
}
form.hs-form fieldset .hs-form-field {
	padding: 0 10px 0 0;
}
form.hs-form fieldset[class*="form-columns"] .input {
	margin-right: 0; 
}
form.hs-form fieldset[class*="form-columns"] .hs-input { 
	width: 100%;
}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
	width: auto;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
	width: 33.33%; 
}

@media (max-width: 400px) {
	form.hs-form fieldset .hs-form-field { 
		padding: 0;
	}
	form.hs-form fieldset.form-columns-3 .hs-form-field,
	form.hs-form .form-columns-2 .hs-form-field .hs-input, 
	form.hs-form .form-columns-3 .hs-form-field .hs-input { 
		width: 100%;
	}
	form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { 
		width: auto; 
	}
}

@media (max-width: 400px),(min-device-width: 320px) and (max-device-width: 480px) {

  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form label {}
#comment-form .hs-form-field > label {}
 
/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] { 
	margin-right: 10px;
	width: auto;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-recaptcha { 
  max-width:250px;
  overflow-x:auto;
} 
.actions {
  margin-top: 18px;
  margin-top: 0px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
} 
 
.hs-button,
.hs-button.primary,
input[type="submit"],
input[type="button"] {  
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #494A52; 
	border: 1px solid #494A52;
	border-radius: 0px;
	color: #fff; 
	cursor: pointer;
	display:inline-block;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1;
	margin:0; 
	outline:0 none;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.15s linear;
	vertical-align:middle;
	white-space:normal;
} 
 
.hs-button:hover,
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover { 
 background-color: #21222a;
  border-color: #21222a; 
  color: #fff;  

}

.hs-button:focus,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus { 
	background-color: #21222a;
	border-color: #21222a; 
	color: #fff;  

}  
.hs-button:active,
.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {  
  background-color: #71727a;
  border-color: #71727a;  
}   

  
/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

/* Override max width on menu links */
.site-navigation .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible;
  max-width: none;
  width: auto;
} 


.site-navigation .hs-menu-wrapper ul{
  list-style: none;
  margin: 0;
  padding: 0;
}  
 
/* Fix menu disappearing on desktop after toggling mobile menu */
 
.site-navigation > div { 
  display: block; 
}
.site-navigation .hs-menu-wrapper { 
  display: block !important;
}
.trigger-content-wrapper {
  display: none;
} 
/* =============== Custom Menu Primary =============== */ 

/* Parent List */
  
.site-navigation .hs-menu-wrapper > ul{
  display: block;
  position: relative; 
} 
.site-navigation .hs-menu-wrapper > ul > li{   
  width: 100%;
}
.site-navigation .hs-menu-wrapper > ul > li:hover > a {}
.site-navigation .hs-menu-wrapper > ul > li > a{
  color: #373c41;
  display: block;
  font-family: FrutigerBoldCn,sans-serif;
  font-size: 20px;
  letter-spacing: -.3px;
  line-height: 1.25; 
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  width: 100%;
  white-space: nowrap; 
} 
 
.site-navigation .hs-menu-wrapper > ul > li a .text {
  position: relative;
  z-index: 99;
}
.site-navigation .hs-menu-wrapper > ul > li > a:hover{
  color: #373c41;
}  

.site-navigation .hs-menu-wrapper > ul ul li{
  border-bottom: 1px solid transparent; 
} 

.site-navigation .hs-menu-wrapper > ul ul li a{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: FrutigerBold,sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  position: relative; 
  text-transform: uppercase;
  width: 100%; 
} 
.site-navigation .hs-menu-wrapper > ul ul li a::after{
  background-color: #d3d6d3;
  bottom: -1px;
  content: '';
  height: 1px;
  left: 0; 
  position: absolute;
  width: 100%; 
}
.site-navigation .hs-menu-wrapper > ul ul li a:hover{}

.site-navigation .hs-menu-wrapper>ul li a {
  white-space: normal !important;
}
.site-navigation .hs-menu-wrapper > ul ul ul li {
  border-bottom: 0px solid transparent; 
} 
.site-navigation .hs-menu-wrapper > ul ul ul li a::after{
  display: none; 
}
.site-navigation .hs-menu-wrapper > ul > li > ul > li > ul li a{
  -webkit-box-align: center;
  -ms-flex-align: center; 
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
  color:rgb(102, 102, 102);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: FrutigerBold,sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  position: relative; 
  text-transform: uppercase;
  width: 100%; 
}
/* =============== Mobile Toggle Menu =============== */
 
/* Hide button on Desktop */
.mobile-trigger, 
.child-trigger{ 
  display: none;
} 
 
.site-navigation .hs-menu-wrapper > ul ul li a span.secondary-navigation-link-icon.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  height: 15px;
  left: 303px;
  opacity: 0; 
  position: absolute;
  right: auto;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  width: 15px;
}
.site-navigation .hs-menu-wrapper > ul ul li a:hover span.secondary-navigation-link-icon.icon { 
  opacity: 1; 
}

.site-navigation .hs-menu-wrapper > ul ul li.hs-item-has-children > a span.secondary-navigation-link-icon.icon {
  height: 4px;
  opacity: 1;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

.mobile-open{
  overflow: hidden;  
}
/* =============== Screen sizes smaller than .page-center =============== */

.landing-page .mobile-trigger {
  display: none !important;
}
  
@media (min-width: 768px){
  .site-navigation .hs-menu-wrapper > ul > li > a{
    font-size: 24px; 
  }
}
@media (min-width: 992px){} 
@media (min-width: 1025px){
  
  .site-navigation .hs-menu-wrapper > ul > li > ul > li:first-of-type {  
    display: none; 
  } 
  .site-navigation .hs-menu-wrapper > ul:before { 
    border-left: 1px solid #d3d6d3;
    height: 100%;
    left: 374px; 
    max-width: calc(25% - 41.25px);
    content: "";
    position: absolute; 
    top: 0;
    width: 100%; 
  } 
  .site-navigation .hs-menu-wrapper > ul > li > a{
    color: #babbba;
    padding-bottom: 40px;   
    position: relative; 
    width: 374px;
  } 
  .site-navigation .hs-menu-wrapper > ul > li:last-of-type > a{ 
    padding-bottom: 0px;   
  } 
  .site-navigation .hs-menu-wrapper > ul > li:hover > a{ 
    color: #373c41;  
  } 
  .site-navigation .hs-menu-wrapper > ul > li > a .text:before {
    background-color: #373c41; 
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
  }
  .site-navigation .hs-menu-wrapper > ul > li:hover > a .text:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  /* Child List */
  .site-navigation .hs-menu-wrapper > ul > li > ul{
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    height: 100%; 
    left: 374px;
    margin: 0;
    min-width: 160px;
    opacity: 0;
    padding: 0 0 0 124.5px;
    position: absolute;
    top: 0;
    transition: all 250ms ease-in-out;
    visibility: hidden;
    width: 614px;  
    width: 622px;  
  }
  .site-navigation .hs-menu-wrapper > ul li:hover > ul{  
    opacity: 1;
    visibility: visible;
  } 
  .site-navigation .hs-menu-wrapper > ul > li.menu-show > ul {
    opacity: 1; 
    visibility: visible;
  }
  .site-navigation .hs-menu-wrapper > ul > li > ul:before {
    content: ''; 
    height: 100vh;
    position: fixed; 
    max-width: 684px;
    right: -9px;
    max-width: 33.33%;
    opacity: 0;
    right: -4px;  
    top: 0;
    transition: all 1.2s ease-in-out,-webkit-all 1.2s ease-in-out;
    width: 100%;
    z-index: 96;
    background: transparent url('https://7595142.fs1.hubspotusercontent-na2.net/hubfs/7595142/raw_assets/public/Tenaris_July2020/images/navigation-01.jpg') no-repeat 100% 100%; 
    background-position: bottom;
  } 
  .site-navigation .hs-menu-wrapper > ul > li > ul:after {
    background: #000;
    content: '';
    height: 100vh; 
    opacity: 0;
    position: fixed;
    max-width: 684px;
    right: -9px;  
    max-width: 33.33%;
    right: -4px; 
    top: 0;
    transition: all 1.2s ease-in-out,-webkit-all 1.2s ease-in-out;
    width: 100%;
    z-index: 97; 
  } 
  .site-navigation .hs-menu-wrapper > ul > li:hover > ul:before,
  .site-navigation .hs-menu-wrapper > ul > li.menu-show > ul:before {
    opacity: 1;
  }
  .site-navigation .hs-menu-wrapper > ul > li.menu-show > ul:after,
  .site-navigation .hs-menu-wrapper > ul > li:hover > ul:after { 
    opacity: 0.3;
  }

  .site-navigation .hs-menu-wrapper > ul > li:nth-child(1) > ul:before {
    background-image: url('https://7595142.fs1.hubspotusercontent-na2.net/hubfs/7595142/raw_assets/public/Tenaris_July2020/images/navigation-01.jpg');
  }
  .site-navigation .hs-menu-wrapper > ul > li:nth-child(2) > ul:before {
    background-image: url('https://7595142.fs1.hubspotusercontent-na2.net/hubfs/7595142/raw_assets/public/Tenaris_July2020/images/navigation-02.jpg'); 
  }
  .site-navigation .hs-menu-wrapper > ul > li:nth-child(3) > ul:before {
    background-image: url('https://7595142.fs1.hubspotusercontent-na2.net/hubfs/7595142/raw_assets/public/Tenaris_July2020/images/navigation-03.jpg');
  }
  .site-navigation .hs-menu-wrapper > ul > li:nth-child(4) > ul:before {
    background-image: url('https://7595142.fs1.hubspotusercontent-na2.net/hubfs/7595142/raw_assets/public/Tenaris_July2020/images/navigation-04.jpg');
  }
  .site-navigation .hs-menu-wrapper > ul > li:nth-child(5) > ul:before {
    background-image: url('https://7595142.fs1.hubspotusercontent-na2.net/hubfs/7595142/raw_assets/public/Tenaris_July2020/images/navigation-05.jpg');
  }
  .site-navigation .hs-menu-wrapper > ul > li:nth-child(6) > ul:before {
    background-image: url('https://7595142.fs1.hubspotusercontent-na2.net/hubfs/7595142/raw_assets/public/Tenaris_July2020/images/navigation-06.jpg');
  }
  .site-navigation .hs-menu-wrapper > ul > li:nth-child(7) > ul:before {
    background-image: url('https://7595142.fs1.hubspotusercontent-na2.net/hubfs/7595142/raw_assets/public/Tenaris_July2020/images/navigation-07.jpg');
  }

  .site-navigation .hs-menu-wrapper > ul ul li a::after{ 
    max-width: 320px; 
  }
  .site-navigation .hs-menu-wrapper > ul > li > ul > li > ul{   
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    height: 100%;
    left: 622px;
    margin: 0;
    min-width: 160px;
    opacity: 0;
    padding: 0 0 0 125px;
    position: absolute;
    top: 0;
    transition: all 250ms ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 99;
  }
  .site-navigation .hs-menu-wrapper > ul > li > ul > li:hover > ul{  
    opacity: 1; 
    visibility: visible;
  }
  .site-navigation .hs-menu-wrapper > ul > li.menu-show > ul > li:first-of-type > ul{  
    opacity: 1;
    visibility: visible;
  }
  .site-navigation .hs-menu-wrapper > ul > li > ul > li > ul li a{ 
    color: #ffffff; 
  } 
  
  .site-navigation .hs-menu-wrapper > ul > li > ul > li > ul > li.hs-item-has-no-children > a span.secondary-navigation-link-icon.icon,
  .site-navigation .hs-menu-wrapper > ul > li > ul > li > ul > li.hs-item-has-children > a span.secondary-navigation-link-icon.icon {
    display: none;
  }
  
} 
@media (min-width: 1300px){  
  
  .site-navigation .hs-menu-wrapper > ul > li > a{
    font-size: 34px;
    line-height: 1.17;
  }
}
@media (min-width: 1200px){}
@media (min-width: 1367px){}
@media (min-width: 1441px){}
@media (min-width: 1681px){
  .site-navigation .hs-menu-wrapper > ul:before {  
    left: 373px; 
  }   
  .site-navigation .hs-menu-wrapper > ul > li > ul{ 
    padding: 0 0 0 125px; 
  }
} 
@media (min-width: 1921px){}



@media (max-width: 1920px){}

@media (max-width: 1680px){}


@media (max-width: 1440px){}

@media (max-width: 1366px) and (min-width: 1251px){ 
  .site-navigation .hs-menu-wrapper > ul:before { 
    left: 307px; 
  } 
  .site-navigation .hs-menu-wrapper > ul > li > a{
    width: 307px;  
  }
  .site-navigation .hs-menu-wrapper>ul>li>ul { 
    left: 307px; 
    padding: 0 0 0 102px;  
  }
  .site-navigation .hs-menu-wrapper > ul ul li a::after { 
    max-width: 251px; 
  }
}

@media (max-width: 1250px) and (min-width: 1200px){ 
  .site-navigation .hs-menu-wrapper > ul:before { 
    left: 265px; 
  } 
  .site-navigation .hs-menu-wrapper > ul > li > a{
    width: 265px; 
  }
  .site-navigation .hs-menu-wrapper > ul > li > ul { 
    left: 265px; 
    padding: 0 0 0 89px;   
    width: 442px;
  }
  .site-navigation .hs-menu-wrapper > ul ul li a::after {  
    max-width: 210px;
  }
  .site-navigation .hs-menu-wrapper > ul > li > ul::before, 
  .site-navigation .hs-menu-wrapper > ul > li > ul:after { 
    right: -10px; 
  }
  .site-navigation .hs-menu-wrapper > ul > li > ul > li > ul {  
    left: 441px; 
    padding: 0 0 0 90px; 
  } 
 
}
@media (max-width: 1199px) and (min-width: 1025px){ 
  .site-navigation .hs-menu-wrapper > ul:before { 
    left: 222px; 
  } 
  .site-navigation .hs-menu-wrapper > ul > li > a{
    width: 222px; 
  }
  .site-navigation .hs-menu-wrapper > ul > li > ul { 
    left: 222px;
    padding: 0 0 0 73px;
    width: 369px;
  }
  .site-navigation .hs-menu-wrapper > ul ul li a::after {  
    max-width: 167px;
  }
  .site-navigation .hs-menu-wrapper > ul > li > ul::before, 
  .site-navigation .hs-menu-wrapper > ul > li > ul:after { 
    right: -10px; 
  }
  .site-navigation .hs-menu-wrapper > ul > li > ul > li > ul {   
    left: 369px; 
    padding: 0 0 0 74px;
  }
 
}

@media (max-width: 1024px){
 
  .site-navigation .hs-menu-wrapper > ul ul {
    background: #f5f5f5; 
    display: none;
    height: calc(100vh - 60px);  
    left: 0;
    padding: 20px 20px 40px;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 999;
  }  
  .site-navigation .hs-menu-wrapper>ul>li>ul {
    overflow: hidden;
    overflow-y: scroll;
  }
  .site-navigation .hs-menu-wrapper > ul > li.children-open > ul {
    display: block;
  }
  .site-navigation .hs-menu-wrapper > ul ul ul {
    background: transparent;
    display: none;
    height: auto; 
    margin-bottom: -1px;
    padding: 11px 20px 0px 20px; 
    position: static;
  }  
  .site-navigation .hs-menu-wrapper > ul ul li.children-open > ul {
    display: block;
  } 

  .site-navigation .hs-menu-wrapper > ul ul li a span.secondary-navigation-link-icon.icon { 
    left: auto;
    opacity: 1;  
    right: 0px; 
  }   
  .site-navigation .hs-menu-wrapper > ul > li > ul > li:first-of-type { 
    border: 0; 
    display: block;  
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0 20px;
    position: fixed;
    margin-top: -80px;
    width: 100%;
    z-index: 999999;
  } 
  
  /* ===== Mobile Toggle Button ===== */

  .close-menu{
    cursor: pointer;
    display: inline-block;
    height: auto;
    padding: 5px 14px 5px 14px;
    position: absolute;
    right: 0px;
    top: 11px;
    text-align: left;
    width: auto;
  } 
  /* Toggle Button Icon */
  .close-menu i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .close-menu i:before, .close-menu i:after{
    content: '';
    position: absolute;
  }
  .close-menu i, .close-menu i:before, .close-menu i:after{
    background-color: transparent;
    display: inline-block;
    height: 1px;
    width: 20px;
  }
  .close-menu i:before{ 
    background-color: #373c41;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(45deg); 
  } 
  .close-menu i:after{  
    background-color: #373c41;
    top: 0; 
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }  

  .site-navigation .hs-menu-wrapper > ul > li > ul > li:first-of-type > a {
    color: #373c41;
    font-family: FrutigerBoldCn,sans-serif;
    font-size: 20px;
    letter-spacing: -.3px;
    line-height: 1.25; 
    padding: 18px 0 16px 30px;
    text-transform: capitalize; 
  }
  .site-navigation .hs-menu-wrapper > ul > li > ul > li:first-of-type > a::after {
    left: -20px; 
    right: -20px;
    width: calc(100% + 40px);
  }  
  .site-navigation .hs-menu-wrapper > ul > li > ul > li:first-of-type > a span.secondary-navigation-link-icon.icon {
    display: none;
  }

  .site-navigation .hs-menu-wrapper>ul>li>ul>li:first-of-type>a span.cta-icon.icon {
    color: #666;
    height: 20px;  
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 19px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 20px;
  }
}

@media (max-width: 991px){}

 
 
/* =============== Landscape tablet and smaller devices =============== */
 

@media (max-width: 767px)  {}
/* =============== Landscape phones and smaller devices =============== */
 
@media (max-width: 479px)  {}
@media (max-width: 767px) and (max-height: 700px) { 
  .site-navigation .hs-menu-wrapper > ul {    
    max-height: 50vh; 
    overflow-y: auto;
  }
}
@media (max-width: 736px) and (min-height:414px) { 
  /* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
  /* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
  /* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
  /* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
  /* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
  /* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
  /* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
  /* =============== iphone 5 horizontal =============== */
} 

@media (max-width:350px) {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* Missing Template at Path: \'Tenaris_July2020\/css\/_homepage.css\' */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

/* =============== Header =============== */
 

.no-banner .custom-header-wrapper {
  min-height: 120px;
} 

.custom-header{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify; 
  justify-content: space-between;
  min-height: 60px;
  padding: 0 20px;
  position: absolute;
  -webkit-transition: background-color .3s ease,-webkit-transform .8s ease,-webkit-box-shadow .9s ease;
  -webkit-transition: background-color .3s ease,box-shadow .9s ease,-webkit-transform .8s ease;
  transition: background-color .3s ease,box-shadow .9s ease,-webkit-transform .8s ease;
  transition: transform .8s ease,background-color .3s ease,box-shadow .9s ease;
  transition: transform .8s ease,background-color .3s ease,box-shadow .9s ease,-webkit-transform .8s ease;
  width: 100%;
  z-index: 999; 
}
@keyframes menu_sticky {
0%   {margin-top:-120px;opacity: 0;}
50%  {margin-top: -90px;opacity: 0;}
100% {margin-top: 0;opacity: 1;}
}


.sticky .custom-header{ } 

.hide-nav-bar.follow .custom-header {
  position: absolute;
}   
.follow .custom-header {
  animation-name: menu_sticky;
  animation-duration: 0.70s;
  animation-timing-function: ease-in-out;

  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
  position: fixed;
}
.hs-header-inner-wrapper {
  display: block !important;
  width: 100% !important;
}
.header__container {  
  margin: 0 auto;  
}     
.header-logo-link-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 9; 
} 

.logo-and-lang-wrapper  { 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  padding: 4px 0 0 0;
}
.custom-logo {}
.logo {
  display: inline-block;
  height: 35px;
  margin: 0; 
  overflow: hidden;
  width: 100px;
} 
.logo .logo-link {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
  width: 100%;
}
.logo .logo-icon,
.logo .logo-icon-filled {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%;
}
.logo .logo-icon {
  color: #fff;
}
.logo .logo-icon-filled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
} 
.follow .logo .logo-icon-filled {
  opacity: 100; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} 
.language-selector {
  padding: 12px 0 0px 35px;
  position: relative; 
}
.language-selector .selector-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.language-selector .selector-button-copy {
  font-family: FrutigerRoman,sans-serif;
  margin-right: 10px;
  text-transform: uppercase;
}
.language-selector .selector-button-icon {
  height: 12px;
  width: 12px;
}
.language-selector .language-list-wrapper {
  left: 35px;
  overflow: hidden;
  position: absolute;
  top: 32px;
}

.language-selector .language-list {
  background-color: #f5f5f5;
  border: 1px solid #d3d6d3;
  color: #babbba;
  margin: 0; 
  padding: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: visibility .4s ease-out,opacity .4s ease-out,-webkit-transform .4s ease-out;
  transition: visibility .4s ease-out,opacity .4s ease-out,-webkit-transform .4s ease-out;
  transition: visibility .4s ease-out,opacity .4s ease-out,transform .4s ease-out;
  transition: visibility .4s ease-out,opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
  visibility: hidden;
}
.language-selector .language-list.is-open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.language-selector .language-item-link {
  color: rgb(186, 187, 186);
  display: block;
  padding: 10px 15px;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
  text-transform: uppercase;
} 
.language-selector .language-item-link:hover {
  color: #090;
}
.header-link-search-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0 0 0;
}
.navigation{
  padding-right: 4px; 
}
.navigation-link {
  color: #fff; 
  display: none; 
  margin-right: 21px; 
  overflow: hidden;
  position: relative;
}
.navigation-link:hover{
  color: #fff; 
} 
.navigation-link:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  width: 100%;
}
.navigation-link:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.search-button {
  cursor: pointer; 
  height: 15px;
  overflow: hidden; 
  position: relative;
  width: 15px;
}
.arrow-icon, 
.search-icon {
  color: #fff;
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  top: 0;
  pointer-events: all;
  width: 100%;
} 
.arrow-icon.is-hidden, 
.search-icon.is-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;  
}
 
.search-wrapper {
  display: none;
}
form#target input#q {  
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid hsla(0,0%,100%,.35);
  box-shadow: none;
  color: #fff;
  display: none;
  font-family: FrutigerRoman,sans-serif;
  font-size: 14px;
  height: 20px;
  letter-spacing: .25px;
  line-height: 1.4;
  letter-spacing: .25px;
  margin: 0 !important;
  min-height: 20px;
  position: relative;
  -webkit-transition: width .5s ease-in;
  transition: width .5s ease-in;
  width: 0 !important
} 
form#target input#q.is-active { 
  display: block;
  margin-right: 15px !important;
  padding: 0 10px 1px 10px;
  width: 169px !important; 
}

.menu-button {  
  cursor: pointer;
  padding: 20px 24px 20px 20px;
  padding: 18px 24px 20px 20px;
  position: relative;
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
} 
.menu-button:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: .35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  position: absolute;
  top: 0;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  width: 1px; 
}
.menu-line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; 
  -ms-flex-direction: column;
  flex-direction: column;
  height: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
}
.menu-line-bottom, 
.menu-line-middle,
.menu-line-top {
  background-color: #fff; 
  display: block;
  height: 1px;
  -webkit-transition: background-color .5s ease-in-out,-webkit-transform .5s ease-in-out;
  transition: background-color .5s ease-in-out,-webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out,background-color .5s ease-in-out;
  transition: transform .5s ease-in-out,background-color .5s ease-in-out,-webkit-transform .5s ease-in-out;
  width: 25px;
}

.menu-line-middle {
  -webkit-transform: translate(-40%);
  transform: translate(-40%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.menu-button:hover .menu-line-middle {
  -webkit-transform: translate(0);
  transform: translate(0);
}


.site-navigation {
  background: #f5f5f5;
  height: 100vh; 
  left: -100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; 
  position: fixed; 
  top: 0;
  /* -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out; */
  transition: left 1.2s ease-in-out,-webkit-left 1.2s ease-in-out;
  width: 100%;
} 
.site-navigation.is-navigation-open {
 /*  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  -o-transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out,-webkit-transform 1.2s ease-in-out; */
  left: 0;
  transition: left 1.2s ease-in-out,-webkit-left 1.2s ease-in-out;
}

.site-navigation .content-wrapper {
  display: block;
  opacity: 0;
  padding-bottom: 40px; 
  min-height: 100%;
  /* -webkit-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%); 
  -webkit-transition: opacity .6s,-webkit-transform .6s ease-in-out;
  transition: opacity .6s,-webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out,opacity .6s;
  transition: transform .6s ease-in-out,opacity .6s; 
  transition: transform .6s ease-in-out,opacity .6s,-webkit-transform .6s ease-in-out;*/
  right: 90%;
  transition: right 1.2s ease-in-out,-webkit-right 1.2s ease-in-out;
} 
.site-navigation.is-navigation-open .content-wrapper {
  opacity: 1;
  /* 
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); 
  -webkit-transition: opacity .9s .45s,-webkit-transform 1.2s ease-in-out;
  transition: opacity .9s .45s,-webkit-transform 1.2s ease-in-out;
  -o-transition: transform 1.2s ease-in-out,opacity .9s .45s;
  transition: transform 1.2s ease-in-out,opacity .9s .45s;
  transition: transform 1.2s ease-in-out,opacity .9s .45s,-webkit-transform 1.2s ease-in-out;
  */
  right: 0;
}
.site-navigation .navigation-content {
  padding: 100px 0 30px;
  width: 100%;
}

.site-navigation .navigation-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-navigation .navigation-button-wrapper .text-button {
  margin-top: 20px; 
  width: 48%;
}
.site-navigation .navigation-social-media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 50px 0 0; 
  padding: 0;
} 
.site-navigation .social-media-item {
  position: relative;
}
.site-navigation .social-media-item+.social-media-item {
  padding: 0 20px;
}
.site-navigation .social-media-item:first-of-type {
  padding:0 20px 0 0;
}
.site-navigation .social-media-item:not(:last-of-type):before {
  background-color: #babbba;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
} 
.site-navigation .social-media-link {
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.site-navigation .social-media-icon {
  color: #babbba;
  height: 20px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  width: 20px; 
}  
.site-navigation .social-media-icon:hover {
  color: #373c41;
}




.text-button.mobile-search {
  border-color: #000;
}

.text-button.mobile-search a {
  color: #000;
}
/* =============== open open style =============== */ 

.mobile-open .custom-header {
  position: fixed;
} 
.mobile-open .header-link-search-inner-wrapper { 
  margin: 3px -7px 0 0;
}
.mobile-open .logo .logo-icon-filled {
  opacity: 100;
  -ms-filter: "alpha(opacity=100)";
}

.mobile-open .logo .logo-icon {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.mobile-open .language-selector {
  opacity: 0; 
} 
.mobile-open .search-wrapper { 
  /* opacity: 0; */ 
  padding: 0 22.5px;
}
.mobile-open .menu-button { 
  padding: 0 0 0 37px; 
}
.mobile-open .menu-button .menu-line-top {
  margin-top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
} 
.mobile-open .menu-button .menu-line-middle {
  width: 0;
}
.mobile-open .menu-button .menu-line-bottom { 
  margin-bottom: 5px; 
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* =============== Screen sizes smaller than page-center / contant-wrapper /container =============== */
@media (min-width: 480px){
    
  .follow .custom-header { 
    -webkit-box-shadow: 0 15px 50px rgba(0,0,0,.15);
    box-shadow: 0 15px 50px rgba(0,0,0,.15);
  }
}
@media (min-width: 768px){
  .site-navigation .navigation-content {
    padding: 100px 0 50px;
    padding: 100px 0 45px; 
  }
  .site-navigation .navigation-button-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-navigation .navigation-button-wrapper .text-button {
    width: auto;
  }
  .site-navigation .navigation-button-wrapper .text-button:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media (min-width: 992px){}
@media (min-width: 1025px){
  
  .custom-header{
    background-color: transparent;
    border-bottom: none;
    min-height: 100px;
    padding: 0 40px; 
  }
  .logo {
    width: 140px; 
  }
  .navigation-link {
    display: inline-block;
  }
  .search-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 15px;
    line-height: 1;
    margin: 2px 0 0 0;
    padding: 0 30px;
    position: relative;
  } 
  .search-wrapper:before {
    background-color: #fff;
    content: "";
    height: 20px;
    left: 0;
    opacity: .35;
    -ms-filter: "alpha(opacity=35)";
    position: absolute;
    top: -3px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    width: 1px; 
  }
  .menu-button {
    border: none;
    height: 15px;
    margin: 2px 0 0 0;
    padding: 0 0 0 30px;
    -webkit-transform: none;
    transform: none;
  }

  .site-navigation .navigation-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify; 
    justify-content: space-between;
    padding: 150px 0 80px;
  }
  .site-navigation .navigation-button-wrapper {
    display: none;
  }
  .site-navigation .navigation-social-media-list {
    bottom: 30px;
    bottom: -14px; 
    margin: 0;
    position: absolute; 
  }
  .site-navigation .navigation-button-wrapper .text-button { 
    margin-top: 0px;  
  }
  
}
@media (min-width: 1200px){} 
@media (min-width: 1300px){
  .site-navigation .navigation-content {
    padding: 190px 0 0;
    padding: 190px 0 107px;
  }
}
@media (min-width: 1367px){}
@media (min-width: 1441px){}
@media (min-width: 1600px){
  .custom-header{  
    min-height: 120px; 
    padding: 0 100px; 
  }
}
@media (min-width: 1681px){}
@media (min-width: 1921px){}


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

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


@media (max-width: 1440px){}
 
@media (max-width: 1366px){
  .site-navigation .navigation-content { 
    /* padding: 146px 0 107px; */
  }
  .mobile-open .menu-line-wrapper { 
    width: 19px;
  }
  .mobile-open .menu-button .menu-line-top {
    margin-top: 6px; 
  }

  .mobile-open .menu-button .menu-line-bottom {
    margin-bottom: 7px; 
  }
}


@media (max-width: 1199px) and (min-width: 1025px){ 
  .site-navigation .navigation-content { 
    padding: 150px 0 210px;
  }
}
 
@media (max-width: 1024px){
  .mobile-open .custom-header{

  }
  .custom-header:before { 
    background-color: hsla(0,0%,100%,.3);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 100%;
  }
  .custom-header:after {
    background-color: #d3d6d3;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: -webkit-transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out,-webkit-transform .8s ease-in-out;
    width: 100%;
  }
  .mobile-open .custom-header:after { 
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  } 
  .menu-button { 
    -webkit-transform: none;
    transform: none;
  }
  .mobile-open .menu-line-wrapper {
    width: auto;
  }
  .mobile-open .menu-button .menu-line-bottom, 
  .mobile-open .menu-button .menu-line-top {
    background-color: #373c41;  
  }
  .site-navigation .navigation-content{
    padding: 100px 0 25px;   
  }
  .site-navigation.children-active {
    z-index: 9;
  }
}

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

@media(max-width:767px){ 
  .site-navigation .navigation-content{
    padding: 100px 0 5px;  
  }
}

@media (max-width: 479px) {
  
  .site-navigation .navigation-button-wrapper .text-button {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-height: 700px) {  }
@media (max-width: 736px) and (min-height:414px) { 
/* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
/* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
/* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
/* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
/* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
/* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
/* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
/* =============== iphone 5 horizontal =============== */
} 

@media (max-width:350px) {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

/* =============== Footer =============== */
 
.custom-footer-wrapper {}
.footer {
  background-color: transparent; 
}
.custom-footer {
  background-color: #373c41;
  color: #babbba;
  padding: 50px 0;
}
  
 
.footer__container { 
  margin: 0 auto;
}  
.copyright-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.hs-footer-logo { 
  display: block;
  margin-bottom: 20px;
}
.hs-footer-logo a{
  color: #babbba; 
  display: inline-block;
  text-decoration: none;
  vertical-align:middle;
}
.hs-footer-logo svg{  
  display: block;
  height: 40px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  width: 150px;
} 
.hs-footer-logo:hover .logo-icon { 
  color: #fff;
}
.custom-copyright{ 
  line-height: 1;
  position: relative;
}
.custom-copyright p { 
  margin: 0 0 0 0;
  padding:0px;
  position: relative;  
}   

.footer-main-navigation {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.footer-main-navigation-line {
  display: none;
}
.cta-module-wrapper {
  display: inline-block;
  width: 100%;
}
.cta-module {
  width: 100%;
}
.cta-module:not(:last-of-type) {
  margin-bottom: 45px;
}
.cta-title {
  margin-bottom: 15px;
}
.cta-description {
  display: none;
} 
.site-footer .cta-button {
  display: block;
}   
.main-navigation-wrapper {
  display: inline-block;
  margin-top: 50px;
  width: 100%;
} 
.navigation-module {  
  width: 100%;
} 
.navigation-module:last-of-type {
  margin-bottom: 1px;
  margin-top: 30px;
}
.navigation-module .navigation-title {
  border-bottom: 1px solid #666;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.navigation-module ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation-module ul li{ 
  margin: 0;
  padding: 0;
}
.navigation-module .navigation-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #babbba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
  width: 100%;
}
.navigation-module .navigation-link.main-navigation {
  border-bottom: 1px solid #666;
  margin: 0; 
  padding: 20px 0;
} 
.navigation-module .navigation-link:hover {
  color: #FFFFFF;
}
nav.navigation-module ul.level-1 > li > a span.navigation-arrow.icon,
.navigation-module .navigation-link .navigation-arrow {
  color: #666;
  height: 15px;
  margin-left: 20px;
  width: 15px;
}
nav.navigation-module ul.level-1 > li > a span.navigation-arrow.icon,
.navigation-module .navigation-link .navigation-arrow, 
.navigation-module .navigation-link .text {
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out; 
  transition: color .3s ease-in-out;
}

.footer-secondary-navigation {
  margin-top: 50px;
  overflow: hidden;
  width: 100%;
}
.secondary-navigation-wrapper {
  width: 100%;
}
.secondary-navigation-wrapper:last-of-type {
  border-top: 1px solid #666;
  margin-top: 40px;
  padding-top: 20px;
} 

.secondary-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}
.hs-privacy-policy { 
  position: relative;
}
.hs-privacy-policy .hs_cos_wrapper{
  position: relative;
}
.hs-privacy-policy .hs_cos_wrapper ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
} 
.hs-privacy-policy .hs_cos_wrapper > ul::before,
.hs-privacy-policy .hs_cos_wrapper > ul:after{
  clear: both; 
  content: '';
  display: table;
}
.hs-privacy-policy .hs_cos_wrapper > ul > li{ 
  display: inline-block;
  float: left; 
  position: relative;
  width: auto;
}
.hs-privacy-policy .hs_cos_wrapper > ul > li+li > a {
  margin-left: 30px;
}
.hs-privacy-policy .hs_cos_wrapper > ul > li > a{
  color: #babbba;
  display: block;
  font-family: FrutigerBold,sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1;
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .5s ease-in-out;
  -o-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
  white-space: normal;
  width: auto; 
}
.hs-privacy-policy .hs_cos_wrapper > ul > li > a:hover{
  color: #fff;
} 
.hs-privacy-policy .hs_cos_wrapper > ul > li > a:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
  width: 100%;  
}
.hs-privacy-policy .hs_cos_wrapper > ul > li > a:hover:after { 
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.hs-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hs-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
} 
.hs-social ul li {
  display: inline-block;
  float: left;
  padding: 0 20px;
  position: relative;
  vertical-align: middle;
} 
.hs-social ul li:not(:last-of-type):before {
  background-color: #666; 
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
} 
.hs-social ul li:first-of-type { 
  padding: 0 20px 0 0; 
} 
.hs-social ul li a {
  color: #babbba;
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
  vertical-align: middle;
}  
.social-media-icon {
  height: 20px; 
  width: 20px;
}
.custom-footer .navigation-link:before{
  display: none; 
}

/* =============== Screen sizes smaller than page-center / contant-wrapper /container =============== */

@media (min-width: 480px){
  
  .cta-button {
    display: inline-block;
  } 
}
@media (min-width: 768px){
  .custom-footer {
    padding: 80px 0;
  }
}
@media (min-width: 992px){}
@media (min-width: 1025px){
  
  .footer-main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-main-navigation-line {
    background-color: #666;
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 1px;
  }
  .cta-module-wrapper {
    max-width: calc(50% - 27.5px);
    width: 100%;
  }
  .cta-module {
    max-width: calc(66.66667% - 18.33333px);
    width: 100%;
  }
  .cta-module:not(:last-of-type) {
    margin-bottom: 75px;
  }
  .cta-title {
    margin-bottom: 0;
  }
  .cta-description {
    display: block;
    margin: 15px 0 25px;
  }
  .main-navigation-wrapper {
    margin: 0 0 0 auto;
    max-width: calc(41.66667% - 32.08333px);
    width: 100%;
  }
  .navigation-module:last-of-type { 
    margin-top: 0px;
  }
  .navigation-module .navigation-title {
    border-bottom: none;
    padding-bottom: 0;
  }
  .navigation-module .navigation-link.main-navigation {
    border-bottom: none;
    margin-bottom: 20px;
    padding: 0; 
  }




  .footer-secondary-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
  }
  .secondary-navigation-wrapper:first-of-type, 
  .secondary-navigation-wrapper:last-of-type {
    border: none;
    margin: 0;
    padding: 0;
  }
  .copyright-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .custom-copyright{ 
    margin-top: 20px;
  }
  .hs-footer-logo { 
    display: block; 
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px){}
@media (min-width: 1300px){ 
  .custom-footer {
    padding: 100px 0;
  }
  .cta-description {
    max-width: calc(75% - 13.75px);
    width: 100%;
  }
  .main-navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navigation-module {
    max-width: calc(40% - 33px);
    width: 100%;
  }
  .navigation-module .navigation-title {
    margin-bottom: 40px;
  } 
  .navigation-module .navigation-link.main-navigation {
    margin-bottom: 30px;
  }



  .secondary-navigation-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(50% - 27.5px);
    width: 100%;
  }
  .lp .secondary-navigation-wrapper {
    justify-content: space-evenly;
  }
  .secondary-navigation {
    margin: 0 0 0 60px;
  } 
  .copyright-content {
    max-width: calc(83.33333% - 9.16667px);
    margin-left: auto;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .custom-copyright{ 
    margin-top: 0;
  }
  .hs-footer-logo svg{  
    height: 30px; 
  } 
  
}
@media (min-width: 1367px){}
@media (min-width: 1441px){}
@media (min-width: 1600px){  
  .secondary-navigation {
    margin: 0 0 0 100px; 
  }
}
@media (min-width: 1681px){}
@media (min-width: 1921px){}


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

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


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

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


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

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

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

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

@media (max-width: 479px) { }
@media (max-width: 767px) and (max-height: 700px) {  }
@media (max-width: 736px) and (min-height:414px) { 
/* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
/* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
/* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
/* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
/* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
/* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
/* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
/* =============== iphone 5 horizontal =============== */
} 

@media (max-width:350px) {
 .hs-social ul li:last-of-type {
      padding: 0 0px 0 20px;
      margin-right: -5px; 
  }
} 
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */


/* TODO: Find a better place for this */
.hs-blog-listing .content-wrapper { }
.hs-blog-post .content-wrapper {  }

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
} 
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:0;
}
.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.blog-index__tag-header {
  -webkit-box-flex:1;
  -ms-flex:1 0 100%;
  flex:1 0 100%;
  padding: 16px;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}
.blog-index__post {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%; 
  padding:1rem;
}
.blog-index__post-image {
  background-image:url ("https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 63%;
} 
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {}
.blog-index__post-content p { }
.blog-index__post-content a { 
  color: inherit;
} 
.blog-index__post-content a:hover {
  color: inherit;
}
.blog-index__post img {
  height: auto;
  max-width: 100%;
}  
.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  font-family: Lato, sans-serif;
  margin-bottom: 52.8px; 
  margin-bottom: 3.3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
} 
.blog-pagination a.num-link {  
  display: inline-block; 
  margin:0 5px; 
  padding:0 5px;
  position: relative;
  text-decoration: none; 
}
.blog-pagination a.num-link:hover,
.blog-pagination a.num-link:focus { 
  opacity: 1;
}
.blog-pagination a.num-link.active { 
  opacity: 1;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
  text-decoration: none;
}
.blog-pagination a.prev-link,
.blog-pagination a.next-link {   }

.blog-pagination a.prev-link {
  margin-right: .25rem;
  text-align: right;
}
.blog-pagination a.next-link {
  margin-left: .25rem;
  text-align: left;
}
.blog-pagination a.prev-link.disabled,
.blog-pagination a.next-link.disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}
.blog-pagination a.prev-link svg,
.blog-pagination a.next-link svg {
  fill: #494a52;
  margin: 0 5px;
  vertical-align:middle;
}
.blog-pagination a.prev-link.disabled svg,
.blog-pagination a.next-link.disabled svg {
  fill: #B0C1D4;
}  
.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
} 
.blog-post { }
.blog-post h1 { }
.blog-post__meta { 
  margin: 1rem 0;
} 
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}  
.blog-psot__timestamp {
  padding: 10px 0;
}
.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}
.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}
.blog-post__tag-link {  } 
.blog-recent-posts {
  background-color: transparent;
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.blog-recent-posts__post {
  color: #494a52;
  display: block;
  flex: 0 0 100%;
  margin-bottom: 30px;
  padding: 1rem;
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
} 
.blog-comments {
    max-width: 700px;
    margin: 50px auto;
    width: 100%;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
} 
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  color: #494A52;
  background-color: transparent;
  text-decoration: underline;
}

/* Blog Listing with Sidebar */
.post-item .full{ 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.post-item .full .span4,
.post-item .full .span8 { /* Safari */
  -ms-flex: 1; /* IE 10 */
  -webkit-box-flex: 1;
  flex: 1; /* Standard syntax */
}
.post-item .full .span8 {
  -ms-flex-preferred-size: 31.914893614%;
  flex-basis: 31.914893614%; 
}
img.featured-image {
  height: auto !important; 
  object-fit: cover;
  width: 100% !important;
}  
.post-description h2 {  } 
.post-description h2 a,
.post-description h2 a:hover {
  color: inherit;
}
@media screen and (min-width: 768px) {

  .blog-index__post {
    -webkit-box-flex:0;
    -ms-flex:0 0 calc(100%/2);
    flex:0 0 calc(100%/2);
  }  
  .blog-header__form {
    margin: 0 auto;
    max-width: 500px;
    width:100%;
  }  
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:1;
    -ms-flex:1 0 100%;
    flex:1 0 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  } 
  .blog-index__post-image--large {
    flex: 1 1 52%;
    padding-bottom: 0;
  } 
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  } 
  .blog-index__post-image--small {
    flex: 1 1 100%;
  }
  .blog-index__post-content--small {
    flex: 1 1 100%;
    padding-left: 0rem;
  } 
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {

  .blog-index__post {
    -webkit-box-flex:0;
    -ms-flex:0 0 calc(100%/3);
    flex:0 0 calc(100%/3);
  } 
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:1;
    -ms-flex:1 0 100%;
    flex:1 0 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
} 

/* ==========================================================================
blog listing                                    
========================================================================== */

.hs-blog-listing {}
.post-listing{   
  width: 100%;
} 
.post-item{ 
  border-bottom: 1px solid #ccc;
  margin: 0 0px 30px;
  width: 100%;
} 
.custom-hs-post-item { } 
.custom-featured-image-wrapper {
  padding: 10px 0;
} 
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{ 
  border-width: 0;
  display: block !important;
  float: none;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%; 
  width: 100%; 
}
.custom-post-content-wrapper{}

.post-item .post-header h2 { }
.post-item .post-header h2 a{ }
.post-item .post-header h2 a:hover{  } 
.post-author { }
.post-body{ } 
.hs-post-date {
  position: relative;
} 
/* ==========================================================================
blog post                                    
========================================================================== */
.hs-blog-post{}

.blog-post-wrapper {
  padding: 25px 0 0;
}
.hs-blog-post .section.post-header h1{ }
.blog-post-wrapper .post-body {} 

/* ==========================================================================
all post page                                        
========================================================================== */

.post-item h2.post-listing-simple{ 
  margin: 15px 0 15px;
}
.post-item h2.post-listing-simple a {
  color: inherit;
}
/* ==========================================================================
blog sidebar
========================================================================== */

.blog-sidebar { 
  position: relative;
}
.blog-sidebar > div {
  margin-bottom: 40px;
}

.blog-sidebar h3, 
.blog-sidebar h3.form-title  { 
  position: relative;
}  
.blog-recent-post{
  position: relative;
}
.blog-recent-post ul{ 
  list-style-type: none;
  margin:0px;
  padding: 0 0 0 25px;
}
.blog-recent-post ul li{ 
  margin-bottom: 20px;
}
.blog-recent-post ul li a{  
  text-decoration: none;
} 
.blog-recent-post ul li a:hover{ }
/* ==========================================================================
all post page                                        
========================================================================== */

div.post-listing-simple .post-item {
  float: none;
  margin: 0px 0px 20px 0;
  max-width: none;
  min-height: 0 !important;
  padding:0;
  width: 100% !important;
}
div.post-listing-simple .post-item h2{ 
  margin: 20px 0 10px;
}

/* ==========================================================================
search result                                      
========================================================================== */

.hs-search-results__listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-search-results__listing li {
  border-bottom: 1px solid #e1e1e1;
  margin: 20px 0 0;
  padding: 0;
}
.hs-search-results__listing li a {
  color: #09060a; 
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: inherit;
  text-decoration:none;
  text-transform: none;
}
.hs-search-results__listing li a:hover { 
  color: #00416a; 
}

.hs-search-results__listing li p {
  margin: 12px 0 30px 0;
}


/* =============== Screen sizes smaller than page-center / contant-wrapper /container =============== */

@media (min-width: 768px){}
@media (min-width: 992px){}
@media (min-width: 1025px){}
@media (min-width: 1200px){}
@media (min-width: 1367px){}
@media (min-width: 1441px){}
@media (min-width: 1681px){}
@media (min-width: 1921px){}


@media (max-width: 1920px){}

@media (max-width: 1680px){}


@media (max-width: 1440px){}

@media (max-width: 1366px){}


@media (max-width: 1199px){}

@media (max-width: 1024px){}

@media (max-width: 991px){}

@media (max-width: 767px){

  .hs-blog-listing {}

  .blog-index__post { 
   padding:1rem 0;
  }
  .post-listing{ 
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
    width: 100%;
  }
  .post-item{ 
    min-height:1px !important;
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
  }
  .custom-hs-post-item{
    margin-left:0px;
    margin-right:0px;
    min-height:1px !important;
  }   
  .custom-featured-image-wrapper {
    padding:0 0 15px 0;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 auto 15px;
    max-width: 100px;
  }  
  .section.post-body img {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: auto !important;
  }  
  .blog-recent-posts__post { 
    padding: 1rem 0;
  }
  .blog-comments {
    margin: 50px auto;
    max-width: 680px;
  }
  .blog-sidebar {
    padding-bottom: 50px;
    padding-top: 50px; 
  }
  .post-item .full .span4,
  .post-item .full .span8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
  }
} 
 
@media (max-width: 479px) { }
@media (max-width: 767px) and (max-height: 700px) {  }
@media (max-width: 736px) and (min-height:414px) { 
/* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
/* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
/* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
/* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
/* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
/* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
/* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
/* =============== iphone 5 horizontal =============== */
} 

@media (max-width:350px) {}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}
.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.error-page_heading {
  margin-bottom: 1rem;
} 
.systems-page {
  padding: 3rem 0px;
} 
 
}
.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  font-size: 1em;
  margin: 2rem 0;
  min-width: 250px;
  padding: 1em;
} 
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  color: #494a52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: .25rem;
  text-decoration: underline;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
} 
h1.error-page_heading+.hs-button {
  width: auto; 
}
form#email-prefs-form p.header {
  background: transparent;
}
.form-input-validation-message ul {
  margin: 0;
  padding: 0;
} 
input#hs-pwd-widget-password {
  height: 40px !important; 
  min-height: 40px !important;
}

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

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
@media screen and (min-width: 768px) { 
  .systems-page .success { 
    min-width: 650px; 
  } 
}

.systems-page h1 {
   font-family: 'Frutiger';
  line-height: 1;
  }