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











































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


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

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

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


.banner-section .dnd-section, .banner-area .row-fluid{
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
	font-family: "secpro__bold";
	src: url("https://60387.fs1.hubspotusercontent-na1.net/hubfs/60387/Securitas_April2021/SecuritasPro-Bold.ttf") format("embedded-opentype"), 
    url("https://60387.fs1.hubspotusercontent-na1.net/hubfs/60387/Securitas_April2021/SecuritasPro-Bold.ttf") format("woff2"), 
    url("https://60387.fs1.hubspotusercontent-na1.net/hubfs/60387/Securitas_April2021/SecuritasPro-Bold.ttf") format("woff"),
    url("https://60387.fs1.hubspotusercontent-na1.net/hubfs/60387/Securitas_April2021/SecuritasPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "secpro__regular";
	src: url("https://60387.fs1.hubspotusercontent-na1.net/hubfs/60387/Securitas_April2021/SecuritasPro-Regular.ttf") format("embedded-opentype"),
    url("https://60387.fs1.hubspotusercontent-na1.net/hubfs/60387/Securitas_April2021/SecuritasPro-Regular.ttf") format("woff2"),
    url("https://60387.fs1.hubspotusercontent-na1.net/hubfs/60387/Securitas_April2021/SecuritasPro-Regular.ttf") format("woff"),
    url("https://60387.fs1.hubspotusercontent-na1.net/hubfs/60387/Securitas_April2021/SecuritasPro-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: "secpro__light";
    src: url("https://60387.fs1.hubspotusercontent-na1.net/hubfs/60387/SecuritasPro-Light-1.woff") format("woff");
    font-style: normal;
    font-weight: 300; /* Light */
}

@font-face {
	font-family: "Roboto";
	src: url("https://60387.fs1.hubspotusercontent-na1.net/hubfs/60387/Securitas_April2021/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html{

font-size:16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height:1.5;
  line-height: 133%;
    --spacing__24: 1.5rem;
    --spacing__36: 2.25rem;
    --spacing__12: 0.75rem;
    --spacing__96: 6rem;
    --spacing__96: 6rem;
    --font__size--15: 0.938rem;
    --font__size--15: 0.938rem;
    --color__white: #fff;
    --font__size--30: 1.875rem;
    --font__bold: "secpro__bold", Tahoma, Verdana, sans-serif;
  --spacing__144: 9rem;
  --spacing__48: 3rem;
   --menu__height--md: 3rem;
  --color__blue--800: #031f30;
  --color__blue--900: #011523;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form {
    max-width: 767px;
    font-family: Lato, sans-serif;
    }
    h3.form-title {
    margin: 0;
    padding: 0px 5px;
      font-size: 3rem;
    line-height: 107%;
    letter-spacing: -0.005rem;
      font-family: var(--font__bold);
    }


    .hs-button, 
    .button--primary {
    background-color: #494A52;
    border-color: #494A52;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 15px;
    cursor: pointer;
      white-space:normal;
      font-size: 1rem;
    font-weight: bold;
    outline: none;
      text-decoration: none;      
    line-height: 1;
      height: auto ;
    max-width: 100% ;
    font-family:secpro__regular, Tahoma, Verdana, sans-serif;
      
    }



    .hs-button:hover, .button--primary:hover {
    background-color: #21222a;
    border-color: #21222a;
    color: #fff;
    }
    .hs-button:focus, .button--primary:focus  {
    background-color: #21222a;
    border-color: #21222a;
    color: #fff;
    outline: none;
    }
    .hs-button:active, .button--primary:active  {
    background-color: #71727a;
    border-color: #71727a;
    }
    .hs-button:hover, .hs-button:focus {
    background-color: #21222a;
    border-color: #21222a;
    }
    .hs-button:active {
    background-color: #71727a;
    border-color: #71727a;
    }

    body form .hs-input, 
    body form .hs-search-field__input,
    body form select,
    body form #hs-pwd-widget-password,
    body form textarea {
    color: #33475b;
    border: 1px solid #cbd6e2 !important;
    width: 100%!important;
    height: auto!important;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    transition: 0.3s ease;
      font-size: 1rem;
    font-family: secpro__regular, Tahoma, Verdana, sans-serif;
    padding-bottom: 0.313rem!important;
      line-height: normal;
      outline:none;
    }

    body form .hs-input:hover, 
    body form .hs-search-field__input:hover,
    body form select:hover,
    body form #hs-pwd-widget-password:hover,
    body form textarea:hover {
    color: #33475b;
    }
    body form .hs-input:focus, 
    body form .hs-search-field__input:focus,
    body form select:focus,
    body form #hs-pwd-widget-password:focus,
    body form textarea:focus {
    outline: none;
    
    }
    .hs-form label {
    color: #33475b;
     font-family: var(--font__bold);
    margin-bottom: var(--spacing__12);
    font-size:16px;
      line-height:normal;
    display: inline-block;
    }

    .hs-form-field label, .hs-form-field a {
    color: #33475b;
     font-family: var(--font__bold);
    margin-bottom: var(--spacing__12);
    font-size:16px;
      line-height:normal;
    display: inline-block;
    }
 

    a#hs_login_reset {
    color:#641432;
      font-family:secpro__regular, Tahoma, Verdana, sans-serif;
      font-size:16px;
      line-height:normal;
    display: inline-block;
    }
    
    form .hs-error-msgs label {
    color: #f2545b;
       color:#641432;
      font-family:secpro__regular, Tahoma, Verdana, sans-serif;
      font-size:16px;
      line-height:normal;
    display: inline-block;
    }
    .hs_error_rollup .hs-error-msgs label {
   color:#641432;
      font-family:secpro__regular, Tahoma, Verdana, sans-serif;
      font-size:16px;
      line-height:normal;
    display: inline-block;
    }

 

    body form .hs-input[type=checkbox],
    body form .hs-input[type=radio] {
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    margin: 3px 5px 3px 0px;
    padding: 0 !important;
    line-height: normal;
    min-height: auto;
    }
    .hs-input[type=file] {
    background-color: #fff;
    padding: initial;
    border: initial;
    line-height: initial;
    box-shadow: none;
    }
    .hs-input:-moz-placeholder {
    color: #bfbfbf;
    }
    .hs-input::-webkit-input-placeholder {
    color: #bfbfbf;
    }
    .hs-input input,
    .hs-input textarea {
    transition: border 0.2s linear;
    }
    .hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    }
    textarea.hs-input {
    height: auto;
    }
    select[multiple].hs-input {
    height: inherit;
    }
    /* Force single column fields to full width inside of fieldsets */
    fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
    width: 100% !important;
    }
    body form .hs-input.form-input-error,
    body form input.hs-input.error,
    body form div.field.error input,
    body form div.field.error textarea,
    body form div.field.error .chzn-choices,
    body form textarea.hs-input.error,
    body form select.hs-input.error {
    border-color: #c87872 !important;
    }
    body form .hs-input.form-input-error,
    body form input.hs-input.error:focus,
    body form div.field.error input:focus,
    body form div.field.error textarea:focus,
    body form div.field.error .chzn-choices:focus,
    body form textarea.hs-input.error:focus,
    body form select.hs-input.error:focus {
    border-color: #b9554d !important;
    }
    .actions {
    padding: 0;
    }
    .inputs-list {
    margin: 0 0 0px;
    width: 100%;
    padding-left: 0;
    }
    .inputs-list > li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
    }
    .inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    text-align: left;
    white-space: normal;
    font-weight: normal;
    }
    .inputs-list:first-child {
    padding-top: 6px;
    }
    .inputs-list > li + li {
    padding-top: 2px;
    }
    .inputs-list label > input,
    .inputs-list label > span {
    vertical-align: middle;
    }
    ul.no-list {
    list-style: none;
    padding-left: 0;
    }
    .hs_error_rollup {
    margin-top: 10px;
    }
    form .field:first-child {
    margin-top: 0;
    }
    .field {
    margin-bottom: 0;
    margin-top: 15px;
    }
    .hs-field-desc {
    color: #7c98b6;
    margin: 0px 0px 6px;
    }
    .hs-form-required {
    color: red;
    }
    #hs-pwd-widget-password {
    margin-top: 0 !important;
    }


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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

form .field.hs-form-field {
    border-radius: 3px;
    background-color: var(--color__grey--100);
    padding: var(--spacing__18) var(--spacing__18) var(--spacing__24) var(--spacing__18);
    --color__grey--100: #f7f7f7;
    --spacing__18: 1.125rem;
    --font__size--24: 1.5rem;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.title__separator {
  height: 15px;
  width: 1px;
  background-color: rgba(255,255,255,0.3);
  margin: 0 var(--spacing__24);
}

@media (min-width: 1048px) {
  .title__separator {
    display: flex;
    margin: 0 var(--spacing__12);
  }
}

.custom-menu-primary {
  transition: 0.2s ease;
  z-index: initial;
  position: initial;
  left: initial;
  top: initial;
  width: auto;
  height: 100%;
  /*     overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; ; */
}

.custom-menu-primary>*,.custom-menu-primary>*>* {
  display:block;
  height:100%;
}




@media(max-width:1047.5px){
  .custom-menu-primary{
    display:none;
  }
  .mobile-menu {
    display:block;
  }
}

.custom-menu-primary .navigation-primary>ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  margin: initial;
  padding-left: unset;
  padding-right: unset;
  display: inline-flex;
  height: 100%;
  border-top: none;
  border-bottom: none;
}

.custom-menu-primary .navigation-primary>ul>li {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  height: inherit;
  display: block;
  position: relative;
  padding-top: var(--spacing__12);
  padding-bottom: var(--spacing__12);
  padding: 0 var(--spacing__12);
  display: flex;
  align-items: center;
}

.custom-menu-primary .navigation-primary>ul>li+li{
  border-top: 2px solid transparent;
}

.custom-menu-primary .navigation-primary>ul>li>a {
  padding-top: var(--spacing__12);
  padding-bottom: var(--spacing__12);
  padding: 0 var(--spacing__12);
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  height: auto;
  font-size: var(--font__size--15);
  transition: 0.3s ease;
}

.custom-menu-primary .navigation-primary>ul>li.open__submenu__dekstop>a{
  font-family:secpro__bold, Tahoma, Verdana, sans-serif;
}

.custom-menu-primary .navigation-primary>ul>li.open__submenu__dekstop>a::after{
  content: "";
  width: 2px;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color__white);
}

.custom-menu-primary .navigation-primary>ul>li.open__submenu__dekstop:not(:first-child)>a::after{
  top:-1px;
}

.custom-menu-primary .navigation-primary>ul>li>a>svg{
  margin-left: 0.5rem;
  margin-top: 2px;
  fill: #fff;
  width: 1rem;
  height: 1rem;

}

.custom-menu-primary .navigation-primary>ul>li.open__submenu__dekstop>a>svg{
  transition: 0.1s ease;
  transform: rotate(180deg);
}

.header__lanuage__selector {
  height: inherit;
  display: block;
  position: relative;
}

@media (min-width: 1048px) {
  .header__lanuage__selector {
    padding: 0 var(--spacing__12);
    display: flex;
    align-items: center;
  }
}

#header__icon--language {
  height: inherit;
  display: flex;
  cursor: pointer;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-size: var(--font__size--15);
  color: var(--color__white);
  align-items: center;
  outline: none;
}

#header__icon--language>svg {
  margin-left: 0.5rem;
  margin-top: 2px;
  width: 1rem;
  height: 1rem;
  fill: #fff;
}

.show__language__list #header__icon--language>svg{
  transition: 0.1s ease;
  transform: rotate(180deg);
}

/* lnguage selector*/
.header__country__list {
  display:block;
  width: 100%;
  background-color: var(--color__blue--800);
  border-top: 1px solid var(--color__blue--900);
  overflow-y: auto;
  /* z-index: -1; */
  transition: 0.3s ease;
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-sizing: border-box;
  position: fixed;
  top: -2000px;
  left: 0;
  padding-top: var(--spacing__24);
  padding-bottom: var(--spacing__36);
  height: calc(100vh - var(--spacing__96));
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;

}

.header__country__list::-webkit-scrollbar {
  display: none;
}

.show__language__list .header__country__list {
  top: var(--menu__height--md);
}

@media (min-width: 1048px){
  .header__country__list {
    height: initial;
    max-height: calc(100vh - var(--menu__height--md));
  }
}

.header__country__list>*{
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--spacing__36);
  padding-right: var(--spacing__36);
}

@media (min-width: 790px){
  .header__country__list>*{
    max-width: 768px;
    padding-left: var(--spacing__12);
    padding-right: var(--spacing__12);
  }
}

@media (min-width: 1048px){
  .header__country__list>*{
    max-width: 1024px;
  }
}

@media (min-width: 1224px){
  .header__country__list>*{
    max-width: 1200px;
  }
}


@media (min-width: 1464px){
  .header__country__list>*{
    max-width: 1440px;
  }
}


.header__country__list .navigation-primary{
  display:block;
}

.header__country__list .navigation-primary>ul{
  display:block;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;

}

@media (min-width: 1048px){
  .header__country__list .navigation-primary>ul{
    column-count: 4;
    column-gap: var(--spacing__24);
  }
}

.header__country__list .navigation-primary>ul>li{
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.header__country__list .navigation-primary>ul>li+li{
  margin-top:12px;
}

.header__country__list .navigation-primary>ul>li>a {
  text-decoration: none;
  font-size: var(--font__size--15);
  transition: 0.3s ease;
  color: var(--color__white);
  display: flex;
  align-items: center;
  line-height: 1.6;
}


/* header-logo */

.header__logo>*,.header__logo>*>*{
  display:block;
}

.header__logo  a {
  text-decoration: none;
  font-size: var(--font__size--15);
  transition: 0.3s ease;
  color: var(--color__white);
  display: flex;
  align-items: center;
}

.header__logo  a img{
  max-width:55px
}

/*dekstop-submenu  */
.custom-menu-primary .navigation-primary > ul > li .child__sub__wrapper{
  width: 100%;
  background-color: var(--color__blue--800);
  border-top: 1px solid var(--color__blue--900);
  overflow-y: auto;
  z-index: -1;
  transition: 0.3s ease;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: -6666px;
  left: 0;
  max-height: 80vh;
}
.custom-menu-primary .navigation-primary > ul > li > ul li.has-submenu.menu-item{
  display:none;
}

.custom-menu-primary .navigation-primary > ul > li.open__submenu__dekstop .child__sub__wrapper{
  top: var(--menu__height--md);
  display: block;
}

.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper::-webkit-scrollbar{
  display:none;
}


.custom-menu-primary .navigation-primary > ul > li > .child__sub__wrapper > ul{
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--spacing__36);
  padding-right: var(--spacing__36);
/*   display: grid; */ 
  grid-template-columns: repeat(12, 1fr);
  padding-top: var(--spacing__24);
  padding-bottom: var(--spacing__36);
  grid-row-gap: var(--spacing__48);
  grid-column-gap: var(--spacing__24);
  min-height: 30vh;
  width:100%;
  z-index:-2;
}
.custom-menu-primary .navigation-primary > ul > li ul{
  display:none !important;
}
.custom-menu-primary .navigation-primary > ul > li.open__submenu__dekstop > .child__sub__wrapper > ul {
  display: grid !important;
}
.custom-menu-primary .navigation-primary > ul > li ul ul{
  display:block !important;
}
@media (min-width: 790px){
  .custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul{
    max-width: 768px;
    padding-left: var(--spacing__12);
    padding-right: var(--spacing__12);
  }
}

@media (min-width: 1048px){
  .custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul{
    max-width: 1024px;
  }
}

@media (min-width: 1224px){
  .custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul{
    max-width: 1200px;
  }
}


@media (min-width: 1464px){
  .custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul{
    max-width: 1440px;
  }
}




.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li{
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li:nth-child(4n+1){
  grid-column-start: 1;
  grid-column-end: 3;
  justify-self: stretch;
  align-self: stretch;
}


.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li:nth-child(4n+2){
  grid-column-start: 3;
  grid-column-end: 5;
  justify-self: stretch;
  align-self: stretch;
}

.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li:nth-child(4n+3){
  grid-column-start: 5;
  grid-column-end: 7;
  justify-self: stretch;
  align-self: stretch;
}


.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li:nth-child(4n+4){
  grid-column-start: 7;
  grid-column-end: 9;
  justify-self: stretch;
  align-self: stretch;
}

.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li>a{
  text-decoration: none;
  font-size: var(--font__size--15);
  transition: 0.3s ease;
  color: var(--color__white);
display: flex;
  align-items: center;
  line-height: 1.6;
  font-family: var(--font__bold);
  height: initial;
}

.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li>ul{
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li>ul>li{
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li>ul>li>a{
  text-decoration: none;
  font-size: var(--font__size--15);
  transition: 0.3s ease;
  color: var(--color__white);
  display: flex;
  align-items: center;
  color: var(--color__white);
  line-height: 1.6;
  height: initial;
}

.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li:last-child {
  display: flex;
  grid-column-start: 9;
  grid-column-end: 13;
  justify-self: stretch;
  align-self: stretch;
  grid-row: span content/none;
  border-left: 1px solid rgba(255,255,255,0.2);
  padding-left: var(--spacing__12);
}

.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li:last-child>a {
  color: var(--color__white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li:last-child>a>span {
  display: block;
  font-size: 3rem;
  line-height: 107%;
  letter-spacing: -0.005rem;
  font-family: secpro__regular, Tahoma, Verdana, sans-serif;
}

/* menu-ovrlay */
.custom-menu-primary .navigation-primary>ul>li>.child-trigger{
  display:none;
}


.custom-menu-primary .navigation-primary>ul>li.open__submenu__dekstop>.child-trigger{
  display:block;
  content: "";
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  z-index:-1;
}


/* child menu hover dekstop */
.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li>a:hover,.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li>ul>li>a:hover{
  text-decoration:underline;
}

.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li:last-child>a:hover,.custom-menu-primary .navigation-primary>ul>li>.child__sub__wrapper>ul>li:last-child>a{
  text-decoration:none;
  pointer-events:none;
  cursor:text;
}

.header__lanuage__selector .language__overlay {
  display:none;
  content: "";
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
}

.show__language__list  .header__lanuage__selector .language__overlay {
  display:block;

}



/*  */

/*mobile-sub-menu  */
.mobile-menu {
  transition: 0.2s ease;
  z-index: -1;
  position: fixed;
  left: 0;
  top: -2000px;
  background-color: var(--color__blue--800);
  width: 100%;
  height: calc(100vh - var(--menu__height--md));
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display:none;
}

.mobile__open .mobile-menu{
  top: var(--menu__height--md);
  display:block;
}

.mobile-menu::-webkit-scrollbar {
  display: none;
}

.mobile-menu .navigation-primary>ul{
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-top: 1px solid var(--color__blue--900);
  border-bottom: 1px solid var(--color__blue--900);
}

.mobile-menu .navigation-primary>ul>li {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  height: inherit;
  display: block;
  position: relative;
}

.mobile-menu .navigation-primary>ul>li+li {
  border-top: 1px solid var(--color__blue--900);
}

.mobile-menu .navigation-primary>ul>li>a {
  text-decoration: none;
  font-size: var(--font__size--15);
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--spacing__36);
  padding-right: var(--spacing__36);
  height: var(--spacing__48);
  justify-content: space-between;
}


@media (min-width: 790px){
  .mobile-menu .navigation-primary>ul>li>a {
    width: 768px;
    padding-left: var(--spacing__12);
    padding-right: var(--spacing__12);
  }
}


.mobile-menu .navigation-primary>ul>li>ul{
  padding: 0;
  margin:0;
  list-style:none;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--spacing__36);
  padding-right: var(--spacing__36);
  display:none;
}

.mobile-menu .navigation-primary>ul>li.open__submenu__dekstop>ul{
  display:block;
}


@media (min-width: 790px){
  .mobile-menu .navigation-primary>ul>li>ul{
    max-width: 768px;
    padding-left: var(--spacing__12);
    padding-right: var(--spacing__12);
  }
}

.mobile-menu .navigation-primary>ul>li>ul>li>a{
  text-decoration: none;
  font-size: var(--font__size--15);
  transition: 0.3s ease;
  color: var(--color__white);
  display: flex;
  align-items: center;
  line-height: 1.6;
  font-family: var(--font__bold);
  height: var(--spacing__48);
}

.mobile-menu .navigation-primary>ul>li>ul>li>ul{
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0 0 0 var(--spacing__24);
}

.mobile-menu .navigation-primary>ul>li>ul>li>ul>li {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.mobile-menu .navigation-primary>ul>li>ul>li>ul>li>a{
  text-decoration: none;
  font-size: var(--font__size--15);
  transition: 0.3s ease;
  color: var(--color__white);
  display: flex;
  align-items: center;
  line-height: 1.6;
  height: var(--spacing__48);
}

.mobile-menu .navigation-primary>ul>li>a>svg{
  margin-left: 0.5rem;
  margin-top: 2px;
  fill: #fff;
  width: 1rem;
  height: 1rem;
}

.mobile-menu .navigation-primary>ul>li>a>svg path{
  fill:#fff;
}

.mobile-menu .navigation-primary>ul>li>a.open__child__menu{
  font-family: var(--font__bold);
}

/* .mobile-menu .navigation-primary>ul>li>a.open__child__menu>svg{
transition: 0.1s ease;
transform: rotate(180deg);
} */

.mobile-menu .navigation-primary>ul>li.open__submenu__dekstop>a>svg{
  transition: 0.1s ease;
  transform: rotate(180deg);
}


.mobile-menu .navigation-primary>ul>li>a.open__child__menu::after{
  content: "";
  width: 2px;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  top: 0;
  left: 0;
}



.mobile-menu .navigation-primary>ul>li>a:hover,.mobile-menu .navigation-primary>ul>li>ul>li>a:hover,.mobile-menu .navigation-primary>ul>li>ul>li>ul>li>a:hover{
  text-decoration:underline;
}




.mobile__open #header__icon--language {
  opacity: 0.6;
  pointer-events: none;
}


.mobile__open .show__language__list .header__country__list{
  top: -2000px;
}

.mobile__open .show__language__list .header__lanuage__selector .language__overlay{
  display:none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


/* body.show__overlay::after{
content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
} */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__outer__main__wrapper{
min-height:48px;
}

.header__lanuage__selector ul{
display:none;
}

header.header {
    font-size:16px;
    line-height:normal;
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height:3rem;
    transition: 0.3s ease;
    z-index: 999;
    top: 0px;
  --spacing__36: 2.25rem;
  --spacing__12: 0.75rem;
  --font__size--15: 0.938rem;
}

.header__scroll header.header{
top:-60px;
}

.header__outer {
    width: 100%;
    height: inherit;
    display: flex;
    align-items: center;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: var(--spacing__36);
    padding-right: var(--spacing__36);
}

@media (min-width: 790px){
    .header__container {
        padding-left: var(--spacing__12);
    padding-right: var(--spacing__12);
    }
}




.header__navigation {
    display: flex;
    height: inherit;
    align-items: center;
}

.company__title{
    text-decoration: none;
    font-size: var(--font__size--15);
    transition: 0.3s ease;
    align-items: center;
    height: inherit;
    display: none;
  cursor:pointer;
}

.company__title a{
text-decoration:none;
  color:#fff;
}

.company__title a:hover{
text-decoration:underline;
  color:#fff;
}

@media(max-width:1047.5px){
.title__separator.left__separator {
    display: none;
}
}

@media (min-width: 1048px){
    .company__title{
        display: flex;
    margin-right: var(--spacing__12);
    }
}


#button__mobile {
    display: flex;
    cursor: pointer;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    outline: none;

}

@media (min-width: 1048px){
#button__mobile {
    display: none;
}
}


.button__mobile--burger {
    display: flex;
    cursor: pointer;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
    transition: all .1s ease-in-out;
}

.button__mobile--line {
    width: 1.125rem;
    height: 2px;
    background-color: var(--color__white);
    border-radius: .313rem;
    transition: all .1s ease-in-out;
}

.button__mobile--line:after, .button__mobile--line:before {
    content: "";
    position: absolute;
    width: 1.125rem;
    height: 2px;
    background-color: var(--color__white);
    border-radius: .313rem;
    transition: all .1s ease-in-out;
}

.button__mobile--line:before {
    transform: translateY(-7px);
    left: 0;
}

.button__mobile--line:after {
    transform: translateY(7px);
    left: 0;
}

.mobile__open .button__mobile--line {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
    background-color: var(--color__white);
}

.mobile__open .button__mobile--line:before{
    transform: rotate(45deg) translate(35px, -35px);
    background-color: var(--color__white);
}

.mobile__open .button__mobile--line:after{
    transform: rotate(-45deg) translate(35px, 35px);
    background-color: var(--color__white);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
     --spacing__24: 1.5rem;
    --spacing__36: 2.25rem;
    --spacing__12: 0.75rem;
    --spacing__96: 6rem;
    --spacing__96: 6rem;
    --font__size--15: 0.938rem;
    --font__size--15: 0.938rem;
    --color__white: #fff;
    --font__size--30: 1.875rem;
    --font__bold: "secpro__bold", Tahoma, Verdana, sans-serif;
  --spacing__144: 9rem;
  --spacing__48: 3rem;
    font-size:16px;
    line-height:normal;
    height: inherit;
    margin-top: var(--spacing__96);
    padding-top: var(--spacing__36);
    padding-bottom: var(--spacing__36);
   
}

.footer__container {
   box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: var(--spacing__36);
    padding-right: var(--spacing__36);
    grid-row-gap: var(--spacing__24);
  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}



@media (min-width: 790px){
.footer__container {
    padding-left: var(--spacing__12);
    padding-right: var(--spacing__12);
}

}

@media (min-width: 1048px){
.footer__container {
    column-gap: var(--spacing__36);
}
}

.footer__logo {
    grid-column-start: 1;
    grid-column-end: 13;
    justify-self: stretch;
    align-self: start;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: var(--spacing__24);
}


@media (min-width: 1048px){
.footer__logo {
    grid-row: 1;
}
}

.footer__logo>*, .footer__logo>*>*{
    display:inline-block
}

.footer__logo a {
    max-width: 70px;
    display: inline-block;
}

.footer__logo a img {
    max-width: 70px;
    vertical-align: baseline;
}

.footer__left__links {
    grid-column-start: 1;
    grid-column-end: 13;
    justify-self: start;
    align-self: start;
    grid-row: 2;
    font-size: var(--font__size--15);
}

@media (min-width: 1048px){
.footer__left__links {
    grid-column-start: 7;
    grid-column-end: 9;
    justify-self: start;
    align-self: start;
}
}

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

.footer__left__links .navigation-primary >ul>li>a{
    font-family: var(--font__bold);
    line-height: 160%;
    font-size: var(--font__size--15);
    color: var(--color__white);
    text-transform: initial;
    display:block;
    cursor: text;
}

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


@media (min-width: 800px){
    .footer__left__links .navigation-primary >ul>li>a{
       letter-spacing: -0.005rem;
    }
}

.footer__left__links .navigation-primary >ul>li>ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer__left__links .navigation-primary >ul>li>ul>li{
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.footer__left__links .navigation-primary >ul>li>ul>li>a{
    text-decoration: none;
    line-height: 160%;
}

.footer__left__links .navigation-primary >ul>li>ul>li>a:hover{
    text-decoration: underline;
    
}



.footer__right__links {
    grid-column-start: 1;
    grid-column-end: 13;
    justify-self: start;
    align-self: start;
    grid-row: 3;
    font-size: var(--font__size--15);
}

@media (min-width: 1048px){
.footer__right__links {
    grid-column-start: 9;
    grid-column-end: 11;
    justify-self: start;
    align-self: start;
    grid-row: 2;
}
}

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

.footer__right__links .navigation-primary>ul>li>a{
    display: block;
    cursor: text;
    font-family: var(--font__bold);
    line-height: 160%;
    font-size: var(--font__size--15);
    color: var(--color__white);
    text-transform: initial;
}

@media (min-width: 800px){
.footer__right__links .navigation-primary>ul>li>a{
    letter-spacing: -0.005rem;
}
}

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

.footer__right__links .navigation-primary>ul>li>ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__right__links .navigation-primary>ul>li>ul>li{
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.footer__right__links .navigation-primary>ul>li>ul>li>a{
    text-decoration: none;
    color: var(--color__white);
    line-height: 160%;
    transition: 0.3s ease;
}

.footer__right__links .navigation-primary>ul>li>ul>li>a:hover{
    text-decoration:underline;
}



.footer__copyright {
    --spacing__24: 1.5rem;
    --spacing__48: 3rem;
    --font__size--15: 0.938rem;
    --spacing__144: 9rem;
    font-size: var(--font__size--15);
    color: rgba(255,255,255,0.6);
    grid-column-start: 1;
    grid-column-end: 13;
    justify-self: stretch;
    align-self: start;
    grid-row: 6;
    padding-top: var(--spacing__24);
    margin-top: var(--spacing__48);
}

@media (min-width: 1048px){
.footer__copyright {
    grid-column-start: 1;
    grid-column-end: 7;
    justify-self: start;
    align-self: end;
    padding-top: var(--spacing__144);
    margin-top: 0;
    grid-row: 3;
}
}




.footer__social {
    font-size: var(--font__size--15);
    color: rgba(255,255,255,0.6);
    grid-column-start: 1;
    grid-column-end: 13;
    justify-self: stretch;
    align-self: start;
    grid-row: 5;
    padding-top: var(--spacing__24);
    margin-top: var(--spacing__48);
    border-top: 1px solid rgba(255,255,255,0.2);
    overflow: hidden;
}

@media (min-width: 1048px){
.footer__social {
    grid-column-start: 7;
    grid-column-end: 13;
    justify-self: start;
    align-self: end;
    grid-row: 3;
    border-top: none;
    padding-top: var(--spacing__144);
    margin-top: 0;
}
}

.footer__social ul {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    padding: 0;
    margin: -12px;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1048px){
.footer__social ul {
    margin: -24px;
}
}

.footer__social ul li {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: var(--spacing__12);
}

@media (min-width: 1048px){
    .footer__social ul li {
        margin: var(--spacing__24);
    }
}

.footer__social ul li a {
    display: block;
}

.footer__social ul li a >svg {
    width: 1.25rem;
    height: 1.25rem;
    transition: 0.3s ease;
    opacity: 0.6;
}

.footer__social ul li a>svg:hover{
opacity:1;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

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

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

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
/* .blog-comments .hs-button {
background-color: transparent;
border: 2px solid #494A52;
color: #494A52;
}
.blog-comments .hs-button:hover {
background-color: #494A52;
color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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

.breadcrumbs ul::-webkit-scrollbar {
  display: none;
}

nav.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

nav.breadcrumbs ul li {
  display: flex;
  align-items: center;
  border: 0;
  font-size: 12px;
  vertical-align: baseline;
}

nav.breadcrumbs ul li a:hover {
  color: #011523;
}

nav.breadcrumbs ul li:first-child a {
  text-decoration: underline;
}


nav.breadcrumbs ul li a {
  font-size: 12px;
  color: rgb(23, 47, 72);
}

nav.breadcrumbs ul li svg {
  width: 6.4px;
  height: 10.24px;
  margin: 0 13px;
  margin-left: 14px;
  fill: #031f30;
  color: #031f30;
}

.post-top {
  min-height: 30vh;
  box-sizing: border-box;
}

.post-top h1 {
  padding-top: 48px;
  line-height: 100%;
  letter-spacing: -0.01rem;
}

.news__publishdate {
  margin-top: 60px;
  padding-left: 11px;
  color: #031f30;
  margin-left: 26px;
  height: 60px;
  border-left: 1px solid rgb(215 216 214);
  font-size: 15px;
  line-height: normal;
  width: 25%;
  display: inline-block;
}

.news__publishlabel {
  font-family: "secpro__bold", Tahoma, Verdana, sans-serif;
  margin-bottom: 0.313rem;
  line-height: normal;
}

.post-top #hs_cos_wrapper_post_subtitle{
  margin-top:60px;
  width: 66%;
  float: left;
}

.post-top #hs_cos_wrapper_post_subtitle .post-subtitle{
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 0;
} 

.post-main-content {
  width: 66.6666666666%;
  padding-left: 20px;
  margin-left: 33.3333333333%;
}

.post-main-content .post-body {
  padding-left: 12px;
  border-left: 1px solid hsl(90deg 2% 84%);
}

.blog-banner-group {
  width:100%;
  --font__size--60: 3.75rem;
  --spacing__24: 1.5rem;
  --spacing__12: 0.75rem;
  --spacing__36: 2.25rem;
  --font__size--30: 1.875rem;
  --font__bold: "secpro__bold", Tahoma, Verdana, sans-serif;
}

.blog-banner-group .cm-banner-wrapper {
  font-size:16px;
  line-height:normal;
  width:100%;
  position: relative;
}

.blog-banner-group .banner-image img{
  width: 100%;
  display: block;
  height: auto;
}

.blog-banner-group .banner-headline {
  margin-top: var(--spacing__48);
}


.blog-banner-group .banner-headline h1 span{
  grid-column-start: 1;
  grid-column-end: 13;
  justify-self: start;
  align-self: start;
  color: #ffffff;
}



.blog-banner-group .banner-headline h1{
  margin:0;
  font-size: var(--font__size--30);
  line-height: 120%;
  font-family: var(--font__bold);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--spacing__36);
  padding-right: var(--spacing__36);
  column-gap: var(--spacing__24);
}

.spacing {
  height: 48px;
}

.post-subtitle-wrap {
  margin-top: 24px;
  margin-bottom: 24px;
}

.post-subtitle-wrap .list-subtitle {
  width: 50%;
  margin-left: 50%;
}

.post-subtitle-wrap .list-subtitle p {
  font-size: 24px;
  padding-left: 12px;
  line-height: 125%;
  margin-bottom: 0;
}

.list-page-wrap {
  margin-top: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid hsl(90deg 2% 84%);
  overflow-x: scroll;
}

.list-page-wrap::-webkit-scrollbar {
  display: none;
}

.custom-year-filter-wrapper ul.page-center {
  margin-top: 16px;
  margin-bottom: 16px;
}

.custom-year-filter-wrapper ul {
  display: flex;
  list-style: none;
  box-sizing: border-box;
}

.custom-year-filter-wrapper ul li a {
  display: flex;
  line-height: normal;
  cursor: pointer;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 6px 24px;
  border-radius: 2.25rem;
  font-family: "secpro__bold", Tahoma, Verdana, sans-serif;
  font-size: 15px;
}

.custom-year-filter-wrapper ul li a:hover {
  text-decoration: none;
}

.custom-year-filter-wrapper ul li.active a {
  background-color: rgb(85 65 158);
  color: rgb(255 255 255);
}

.archive-item h3 {
  font-size: 30px;
  font-family: "secpro__bold", Tahoma, Verdana, sans-serif;
  padding-bottom: 24px;
  margin-bottom: 0;
  line-height: normal;
  border-bottom: 1px solid #d7d8d6;
}


.archive-item .post-item-wrapper .archive-post-item {
  padding-top: 24px;
  padding-bottom: 48px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #d7d8d6;
}

.custom-archive-date {
  line-height: normal;
  width: 33.3333333333%;
}

.post-header {
  width: 58.3333333333%;
}

.action-wrap-post{
  display: flex;
  justify-content: flex-end;
  width: 8.33333333333%;
}

a.list-action {
  display: block;
  width: 36px;
  position: relative;
  height: 36px;
}

a.list-action:before{
  content: "";
  background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjM2IiBoZWlnaHQ9IjM2IiByeD0iMTgiIGZpbGw9IiMwMzFGMzAiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS4wNjY0IDI0LjA1ODZDMTQuODIyMyAyMy44MTQ2IDE0LjgyMjMgMjMuNDE4OCAxNS4wNjY0IDIzLjE3NDhMMjAuMjQxMSAxOEwxNS4wNjY0IDEyLjgyNTNDMTQuODIyMyAxMi41ODEyIDE0LjgyMjMgMTIuMTg1NSAxNS4wNjY0IDExLjk0MTRDMTUuMzEwNSAxMS42OTczIDE1LjcwNjIgMTEuNjk3MyAxNS45NTAzIDExLjk0MTRMMjEuNTY2OSAxNy41NTgxQzIxLjgxMSAxNy44MDIyIDIxLjgxMSAxOC4xOTc5IDIxLjU2NjkgMTguNDQyTDE1Ljk1MDMgMjQuMDU4NkMxNS43MDYyIDI0LjMwMjcgMTUuMzEwNSAyNC4zMDI3IDE1LjA2NjQgMjQuMDU4NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a.list-action:hover:before{
  content: "";
  background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjM2IiBoZWlnaHQ9IjM2IiByeD0iMTgiIGZpbGw9IiMxNzJGNDgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS4wNjY0IDI0LjA1ODZDMTQuODIyMyAyMy44MTQ2IDE0LjgyMjMgMjMuNDE4OCAxNS4wNjY0IDIzLjE3NDhMMjAuMjQxMSAxOEwxNS4wNjY0IDEyLjgyNTNDMTQuODIyMyAxMi41ODEyIDE0LjgyMjMgMTIuMTg1NSAxNS4wNjY0IDExLjk0MTRDMTUuMzEwNSAxMS42OTczIDE1LjcwNjIgMTEuNjk3MyAxNS45NTAzIDExLjk0MTRMMjEuNTY2OSAxNy41NTgxQzIxLjgxMSAxNy44MDIyIDIxLjgxMSAxOC4xOTc5IDIxLjU2NjkgMTguNDQyTDE1Ljk1MDMgMjQuMDU4NkMxNS43MDYyIDI0LjMwMjcgMTUuMzEwNSAyNC4zMDI3IDE1LjA2NjQgMjQuMDU4NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

.post-header h2 {
  line-height: normal;
  margin-bottom: 0;
  font-size: 16px;
}

.archive-item {
  margin-bottom: 48px;
}

.post-main-content p {
  line-height: 24px;
  font-size: 16px;
}




@media (min-width: 580px){
  .blog-banner-group .banner-headline h1{
    font-size: 3rem;
    line-height: 107%;
    letter-spacing: -0.005rem;
  }
}


@media (min-width: 790px){
  .blog-banner-group .banner-headline h1{
    width: 768px;
    padding-left: var(--spacing__12);
    padding-right: var(--spacing__12);
  }

  .post-top {
    margin-bottom: 72px;
  }
}

@media (min-width: 800px){
  .blog-banner-group .banner-headline h1{
    font-size: var(--font__size--60);
    line-height: 100%;
    letter-spacing: -0.01rem;
  }

  .blog-banner-group .banner-headline {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: var(--spacing__48);
    margin-top: 0;
  }
}

@media(min-width:1048px){
  .post-top h1{
    width: 60%;
  }

  .post-top {
    margin-bottom: 96px;
  }

  .blog-banner-group .banner-headline h1{
    width: 1024px;
  }

  .post-top {
    margin-bottom: 96px;
  }
}


@media (min-width: 1224px){
  .blog-banner-group .banner-headline h1{
    width: 1200px;
  }
}


@media (min-width: 1464px){
  .blog-banner-group .banner-headline h1{
    width: 1440px;
  }

  .news__publishdate {
    margin-top: 40px;
  }

  .post-top #hs_cos_wrapper_post_subtitle{
    margin-top: 40px;
    float: left;
  }
}

@media(max-width:1050px){
  .news__publishdate {
    border-left: 0;
    margin-top: 31px;
    margin-left: 0;
    padding-left: 0;
  } 

  .post-top #hs_cos_wrapper_post_subtitle{
    font-size: 18px;
    float: none;
    margin-top: 29px;
  }


  .post-top #hs_cos_wrapper_post_subtitle .post-subtitle {
    font-size: 18px;
    line-height: 133%;
  }

  .post-top {
    margin-bottom: 60px;
  }
}


@media (max-width: 800px){
  .post-top {
    margin-bottom: 72px;
  }

  .news__publishdate {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .post-main-content {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .post-main-content .post-body {
    border-left: 0;
  }

  .post-top h1 {
    font-size: 3rem;
    line-height: 107%;
    letter-spacing: -0.005rem;
  }
  .blog-banner-group .banner-headline h1 span{
    grid-column-start: 1;
    grid-column-end: 7;
    justify-self: start;
    align-self: start;
  }

  .custom-archive-date {
    width: 91.6666666666%;
  }

  .archive-item .post-item-wrapper .archive-post-item {
    flex-wrap: wrap;
  }

  .post-header {
    width: 100%;
    margin-top: 12px;
    order: 3;
  }

  .blog-banner-group .banner-headline h1 span {
    color: #031f30;
  }

  .post-subtitle-wrap .list-subtitle {
    width: 100%;
    margin-left: 0;
  }

  .post-subtitle-wrap .list-subtitle p {
    padding-left: 0;
    font-size: 18px;
    padding-top: 14px;
    line-height: 133%;
  }

  div#hs_cos_wrapper_post_subtitle{
    margin-top: 25px;
  }

  .post-top #hs_cos_wrapper_post_subtitle {
    margin-top: 32px;
  }

  .news__publishdate {
    margin-top: 32px;
  }

}

@media(max-width: 790px){
  .post-main-content {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }

  .post-main-content .post-body{
    padding: 0 36px;
  }

  .post-subtitle-wrap .list-subtitle p {
    padding-left: 0;
    font-size: 18px;
    padding-top: 12px;
  }
}

@media(max-width:580px){
  .post-main-content .post-body {
    padding: 0 36px;
  }

  .post-top h1 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 0;
    width: 100%;
    letter-spacing: 0;
  }

  .news__publishdate {
    margin-top: 38px;
    width: 50%;
  }

  .custom-archive-date {
    width: 66.6666666666%;
  }

  .action-wrap-post {
    width: 33.3333333333%;
  }

  .post-top #hs_cos_wrapper_post_subtitle {
    margin-top: 37px;
  }
}

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

@media(max-width:370px){
  .post-main-content .post-body {
    padding: 0 15px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 430px;
    overflow: hidden;
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.systems-page ul.hs-error-msgs{
  margin:0;
}

.systems-page .hs-form-field {
    margin-top: 24px;
}

.systems-page .form-input-validation-message.hs-form-field{
margin:0;
}

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

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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


@media(max-width:500px){
.systems-page h1 {
    font-size: 29px;
}

.systems-page h2 {
    font-size: 22px;
}
}

html, body {
  height: 100%;
  margin: 0; /* Remove default margin */
}

* {
  scroll-behavior: smooth;
}

/* Gold Club Main Page */
.two-row-layout {
  display: flex;
  min-height: 100vh; /* Full height of the browser */
  flex-direction: row; /* Default is row layout */
  @media only screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.left-column, .right-column {
  min-height: 100vh; /* Ensure both columns take up the full height of the viewport */
  @media only screen and (max-width: 768px) {
    min-height: fit-content;
  }
}

.left-column {
  background-color: #0A1F2E;
  width: 25%;
  color: white;
  padding: 20px;
  position: relative;
  z-index: 999;
  * {
    color: white;
  }
  @media only screen and (max-width: 768px) {
    width: 100%;
    position: fixed;
    padding: 0px;
  }
}

.right-column {
  background-color: white;
  width: 75%;
  padding: 0rem 4rem 4rem 4rem;
  @media only screen and (max-width: 768px) {
    width: 100%;
    padding: 0rem;
    margin-top: 7rem;
  }
}

.right-column * {
  line-height: 1.5;
}

.right-column p, ul {
  color: #7A7A7A;
}

.right-column a {
  text-decoration: underline;
  color: #7A7A7A;
}

.right-column a:not([href^="mailto"]) {
  text-transform: uppercase;
}

.right-column a[href^="mailto"] {
  text-transform: none;
}

.right-column a:focus {
  color: inherit;
}

.right-column table {
  border-collapse: collapse;
}

.right-column thead th, thead td {
    background-color: #0A1F2E;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
}

.right-column thead th {
  font-family: "secpro__light";
}

.right-column h1 {
  color: #FC273F;
  line-height: 60px;
  @media (max-width: 768px) {
    font-size: 36px;
    line-height: 50px;
  }
}

.right-column p {
  font-size: 22px;
  /*line-height: 1.5;*/
}

.right-column ul {
  padding-left: 0;
  list-style-position: outside;
  margin-left: 1rem;
  font-size: 22px;
}

.right-column li {
  padding-left: 1em; /* Adjust space between bullet and text */
}

.right-column li::marker {
  /* size */
  font-size: calc(100% - 5%);
}

.right-column h2 {
  font-size: 35px;
}

.right-column h3 {
  font-size: 27px !important;
  color: #041D2F !important;
  font-weight: 100 !important;
}

.right-column-custom {
  color: #041D2F;
  font-family: "secpro__light";
	font-style: normal;
	font-weight: normal;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}

.right-column__content {
  margin-top: 0rem;
  
  @media (max-width: 768px) {
    margin-top: 3rem;
  }
}

.jump-up-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  font-size: 16px;
  background: #FC273F;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: none; /* Initially hidden */
  z-index: 1000;
}

.jump-up-btn:hover {
  background: rgba(252, 39, 63, 0.5);
}

/* Gold Club Login */
.page-login {
    background-color: #0A1E2D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

.page-login__header {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    align-items: center;
}

.page-login__logo {
    width: auto;
    height: auto;
    padding: 2rem;
    min-width: 250px;
  
    @media (max-width: 768px) {
      max-width: 200px;
      min-width: 200px;
      width: 100%;
  }
}

.page-login__content {
    text-align: center;
}

.page-login__title {
    color: white;
    font-size: 60px;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page-login__description {
    color: white;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.page-login__input {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

.page-login__button {
    padding: 1rem 4.5rem;
    background-color: #EF3C4F;
    color: white;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.page-login__button:hover {
    background-color: #FC273F;
}