/* ******************************************************************************
*********************************************************************************
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.
 */
sup {
    top: -0.5em;
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */



sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

.dnd-section > .row-fluid,
.container,
.page-center{
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;

}

.dnd-section .widget-type-cell {

}


@media(max-width:1260px){
  .dnd-section > .row-fluid,
  .container,
  .page-center{
    max-width: 95%!important;
  }
}
@media(max-width:1024px){
  .dnd-section > .row-fluid,
  .container,
  .page-center{
    max-width: 100%!important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: 'source_sans_proregular';
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/sourcesanspro-regular-webfont.eot');
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/sourcesanspro-regular-webfont.eot#iefix') format('embedded-opentype'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/sourcesanspro-regular-webfont.woff) format('woff'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/sourcesanspro-regular-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'source_sans_probold';
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/sourcesanspro-regular-webfont.eot');
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/sourcesanspro-regular-webfont.eot#iefix') format('embedded-opentype'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/sourcesanspro-bold.woff) format('woff'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/sourcesanspro-bold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo500Regular';
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/Museo500-Regular-webfont-1.eot');
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/Museo500-Regular-webfont-1.eot#iefix') format('embedded-opentype'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/Museo500-Regular-webfont.woff) format('woff'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/Museo500-Regular-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/fontawesome-webfont.eot');
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/fontawesome-webfont.eot#iefix') format('embedded-opentype'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/fontawesome-webfont.woff) format('woff'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/fontawesome-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Icomoon';
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/Icomoon.eot');
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/Icomoon.eot#iefix') format('embedded-opentype'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/Icomoon.woff) format('woff'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/Icomoon.woff2) format('woff2'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/Icomoon.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'hbicons';
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/Hbicons.eot');
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/Hbicons.eot#iefix') format('embedded-opentype'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/hbicons.woff) format('woff'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/hbicons.woff2) format('woff2'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/hbicons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'revicons';
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/revicons.eot');
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/revicons.eot#iefix') format('embedded-opentype'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/revicons.woff) format('woff'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/revicons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'source_sans_prosemibold';
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/SourceSansPro-Semibold.eot');
  src: url('https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/Infinity_Incorporated_April2021/fonts/SourceSansPro-Semibold.eot#iefix') format('embedded-opentype'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/SourceSansPro-Semibold.woff) format('woff'),
    url(https://5351324.fs1.hubspotusercontent-na1.net/hubfs/5351324/raw_assets/public/Infinity_Incorporated_April2021/fonts/SourceSansPro-Semibold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: dashicons;
  src: url("../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),
    url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u")
    format("woff"),
    url("../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");
  font-style: normal;
  font-weight: 400;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #00aeef;
  color: #FFF;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: source_sans_proregular,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  background: #f9f9f9;
}

p {
  margin: 0 0 20px;
}

/* Anchor Links */
a {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  text-decoration: none;
  color: #adbab7;
}
a:hover, a:focus {
  color: #6f6e6d;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323436;
  line-height: 1.5;
  font-family: Museo500Regular;
  font-weight: 400;
  margin: 0 0 15px;
}

h1 {
  color: #000;
  font-family: "", sans-serif;
  font-size: 33px;
  line-height: 36px;
  letter-spacing: 0px;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: normal;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {

}

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

blockquote {
  padding: 10px 0 10px 60px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  position: relative;
}
blockquote:before {
  position:absolute;
  top:0;
  left:10px;
  display:block;
  color:rgba(0,0,0,.1);
  font-size:32px;
  font: 14px/1 Icomoon;
  text-decoration: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  content: "\e099";
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}


@media screen and (max-width: 480px){
  h1, h2, h3, h4, h5 {
    line-height: 1.4!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register{
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  position: relative;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  color: #000 ;
  font-size: 14px;
  font-weight: 500;
  font-family: Montserrat;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 11px 10px 11px;
  letter-spacing: 1px;
  text-align: center;
  border: 1px solid #000;
  min-width: 107px;
  transition: background-color .1s linear,color .1s linear!important;
  box-shadow: 0 0;
  text-decoration: none;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}
.hs-search-module a {
  margin-top: 15px;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 14px;
  color: #757575;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: source_sans_proregular,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color:#dc3232!important;
}

.hs-input,
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{
  display: inline-block;
  width: 100%;
  min-height: 42px;
  font-weight: normal;
  color: ##777;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.05);
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  outline: 0;
  position: relative;
  z-index: 9;
  border-radius: 0;
  padding: 12px 12px 10px;
  width: 100%;
  border: 1px solid #000;
  color: #777;
  line-height: normal;
  font-family: source_sans_proregular,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
  font-size: 14px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #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;
}

.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

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

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

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

.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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */



.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.custom_website_page ul {
  padding-left: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}

.custom_website_page .dnd-section>.row-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.body-container__website table {
  border-spacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  border: 1px solid #ebebeb;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  outline: 0
}

.body-container__website table thead tr th, table tbody tr td {
  line-height: 18px;
  text-align: left;
  font-size: 14px!important;
  font-weight: 700;
  color: #323436;
  padding: 8px 10px 9px;
  background: transparent;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.body-container__website table tbody tr td {
  line-height: 18px;
  text-align: left;
  font-size: 14px;
  padding: 10px 20px;
  border-top: 1px solid #ebebeb;
  font-weight: 400;
}

.body-container__website .span6 {
  width: 50%;
  padding-right: 10px !important;
}

.body-container__website .span6+.span6 {
  padding-right: 0px!important;
  padding-left: 10px !important;
  margin-left: 0;
}

/*********** Portfolio layout************/
.custom_portfolio_page {
  overflow: hidden;
  position: relative;
}

.custom-portfolio-row1 h1 {
  margin-bottom: 45px;
}

.custom-portfolio-row1 h3+h3+h3 {
  margin-top: 25px;
}

.custom-portfolio-row1 .dnd-section>.row-fluid, .custom-portfolio-row3 .dnd-section>.row-fluid, .custom-portfolio-row5 .dnd-section>.row-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.custom-portfolio-row6 a.hs-button {
  border: 2px solid #000;
  padding: 10px 20px;
  color: #000;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  letter-spacing: 0;
  font-family: source_sans_proregular,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
}

.custom-portfolio-row6 a.hs-button:hover {
  background: #3dff00;
  border-color: #000;
  color: #000;
}

.custom-portfolio-row6 .span6+.span6 {
  margin-left: 24px;
}

.custom-portfolio-row5 h3:nth-child(5) {
  margin-bottom: 25px;
}

.custom-portfolio-row5 h3:nth-child(5) {
  margin-bottom: 25px;
}

.custom-portfolio-row5 h1 {
  margin-bottom: 45px;
  /* margin-top: 20px; */
}

.custom-portfolio-row3 h1 {
  margin-bottom: 45px;
  margin-top: 25px;
}

.custom-portfolio-row3 h3 {
  margin-top: 25px;
}

.custom-portfolio-row4 .custom_banner_wrap {
  min-height: 100vh;
}

.custom-portfolio-row7 .custom_banner_wrap {
  min-height: 100vh;
}

.custom-portfolio-row2.full_width {
  margin-bottom: 0px ;
  margin-top: 0px ;
  height: auto;
  padding: 0;
  margin-left: 0 ;
  width: 100vw;
  left: calc(50% - 50vw) ;
  position: relative;
}

.custom-portfolio-row2 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.custom-portfolio-row3 h3:last-child {
  margin-bottom: 0;
}

.custom-portfolio-row6 .span2 {
  margin-left: 24px;
}

.custom-portfolio-row6 .span2+.span5 {
  margin-left: 2px;
}

.custom-portfolio-row6 .span5 {
  margin-left: 23px;
}

/* .custom-portfolio-row6 .dnd-section>.row-fluid {
padding-left: 75px;
} */
.fixed__header .header-wrapper .logo {
  line-height: 79px;
}

.fixed__header .header-wrapper .logo a>img {
  width: 232px !important;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  text-decoration: none;
}

.fixed__header header.header {
  line-height: 79px;
  min-height: 79px;
}

.fixed__header .custom-menu-primary.desktop .navigation-primary>ul>li {
  line-height: 79px;
}

.fixed__header .header .custom-menu-primary.desktop {
  line-height: 79px;
}

.fixed__header .header .mobile-toggle {
  line-height: 79px;
}

.fixed__header header.header.scorll {
  line-height: 60px;
  min-width: 60px;
}

.fixed__header header.header.scroll .header-container {
  background: #000;
}

.fixed__header header.scroll .header-wrapper .logo {
  line-height: 60px;
}

.fixed__header header.scroll .header-wrapper .logo a>img {
  width: 177px!important;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  text-decoration: none;
}

.fixed__header .scroll .custom-menu-primary.desktop .navigation-primary>ul>li {
  line-height: 60px;
}

.fixed__header header.header.scroll {
  line-height: 60px;
  min-height: 60px;
}

.fixed__header .header.scroll .mobile-toggle {
  line-height: 60px;
}

.custom-portfolio-row1 h3:last-child {
  margin-top: 25px;
}

.custom-portfolio-row5 h3:last-child {
  /*   margin-top: 25px; */
}

.custom-portfolio-row1 h3:nth-child(5) {
  margin-top: 15px;
}

.custom-portfolio-row6 .span4 a.hs-button {
  margin-right: 10px;
  margin-left: 10px;
}

.custom-portfolio-row6 .span4 {
  margin-left: 23px;
  width: auto !important;
  margin: 0 !important;
}
.banner-section {
  overflow: hidden;
}
.custom-portfolio-row6 .dnd-section>.row-fluid {
  justify-content: center;
}

.custom-portfolio-row4 .custom_banner .custom_banner_wrap,
.custom-portfolio-row7 .custom_banner .custom_banner_wrap{
  min-height: 100vh;
  background-position: inherit;
}
/********************clients layout************** */
.custom_clients_page {
  overflow: hidden;
}
.inhouse-banner .text-image img {

  transform-origin: 50% 50% 0px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.custom_clients_page .custom_banner .custom_banner_wrap {
  min-height: 554px;
  background-position: center center;
  margin-bottom: 0;
  display:flex;
  align-items:center;
  justify-content:center;
}
/* .custom_clients_page  .text-image img{
width: 87%;
padding-left: 15%;
} */
.custom-clients-row1 .dnd-section > .row-fluid {
  display: block !important;
}
.custom-clients-row1 h2 {
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  margin-left: -15px;
  margin-right: -15px;
}

.custom-clients-row1 h1 {
  font-family: "", sans-serif;
  font-size: 33px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  padding-top: 35px;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.custom-clients-row1 h3 {
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  padding: 0 0;
  margin: 0 -15px;
}
body .header .submenu.level-1>li.no-submenu.menu-item>a.menu-link.active-item {
  color: #fff;
}
.custom-clients-row1 h4 {
  font-family: "", sans-serif;
  font-size: 33px;
  line-height: 36px;
  letter-spacing: 0px;
  font-weight: 400;
  margin: 0 0 15px;
  padding-top: 40px !important;
  padding-bottom: 10px !important;
  margin-bottom: 25px!important;
}

.custom-clients-row1 h4,.custom-clients-row2 h2 {
  font-family: Montserrat;
  font-size: 33px;
  line-height: 36px;
  letter-spacing: 0px;
  font-weight: 400;
  margin: 0 0 15px;
  padding-top: 40px !important;
  padding-bottom: 10px !important;
  margin-bottom: 25px!important;
}

.custom-clients-row1 p,.custom-clients-row2 p {
  font-size: 18px;
  margin: 0 0 20px;
}

.custom-clients-row1 h3.form-title {
  font-size: 18px;
  margin: 0 0 20px;
  font-family: source_sans_proregular;
  text-align: left;
}
.custom_clients_page form{
  padding-right: 30%;
  position: relative;
}
.custom_clients_page input.hs-button{
  position: absolute;
  right: 30px;
  bottom: 0;
}
.custom-clients-row1 .span6+.span6 .hs-button {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  zoom: 1; font-family: source_sans_probold,Arial;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #3cfa00;
  color: rgba(255,255,255,1)!important;
  border: none;
  text-align: left;
  padding: 24px 30px 20px;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 30px;
}
.page-center{
  margin:0 auto;
}

main.body-container-wrapper.custom_portfolio_page  .custom_banner_wrap {
  min-height: 547px;
  background-position: inherit;
}
.custom-clients-row1 .span6+.span6 .social_share_inner {
  list-style: none;
  display: flex;
  margin: 10px 0 0;
}

.custom-clients-row1 .span6+.span6 li.social_share_items:not(:first-child,:last-child) {
  padding: 0 25px;
}
.custom_portfolio_page .custom-portfolio-row4 .custom_banner .custom_banner_wrap, 
.custom_portfolio_page .custom-portfolio-row7 .custom_banner .custom_banner_wrap {
  min-height: 100vh !important;
  background-position: inherit;
}
.custom-clients-row1 .span6+.span6 li.social_share_items:not(:last-child) i {
  font-size: 20px;
  font: 20px/1 Icomoon;
  text-decoration: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.custom-clients-row1 .span6+.span6 .social_share_inner>li {
  margin-right: -3px;
}
.custom-clients-row1 .span6+.span6 .hs-button {
  opacity: 0;
}

.animate-2s .custom-clients-row1 .span6+.span6 .hs-button {
  -webkit-animation: .65s forwards spin;
  animation: .65s forwards spin;
  opacity: 1;
}
.custom-clients-row1 .span6+.span6 li.social_share_items:last-child i[class^=icon-]{
  font-size: 22px !important;
}

.custom-clients-row1 .span6+.span6 li.social_share_items i[class^=icon-] {
  font-size: 20px !important;
}

.custom-clients-row1 .span6+.span6 .icon-linkedin:before {
  content: "\e3c9";
}
.custom_website_page .widget-module>ul>li span.filter-link-count {
  display: none;
}
/* ---------- In house Layout ------- */
.inhouse-banner .text-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
main.body-container-wrapper.custom_clients_page.contact-us {
  background: #fff;
}

.custom-clients-row1 .hs-form label {
  margin: 0;
}

.custom-clients-row1 .hs-form .hs-form-field {
  margin-bottom: 20px;
}
.inhouse-banner .custom_banner_inner {
  width: 100%;
  height: 100%;
}.contact-us .custom-clients-row1 h4 {
  color: #000;
}

.custom-clients-row1 .span6+.span6 .hs-button {
  margin: 5px 0 16px;
}

.inhouse-banner .custom_banner .custom_banner_wrap,
.inhouse-banner .custom_banner_wrap{
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  background-position: center center;
  min-height: 331px;
  position: relative;
  margin-bottom: 0;
  -webkit-backface-visibility: hidden;
}
.custom_clients_banner.inhouse-banner .text-image img {
  width: 20.2%;
  margin-left: 2%;
  margin-top: 3%;
}

.custom_clients_banner.inhouse-banner .custom_banner_inner {
  padding-right: 6px;
  padding-top: 6px;
}
.contact-us .custom-clients-row2 p {
  margin-bottom: 25px;
}
.custom_clients_banner .banner-text h2 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: Montserrat;
  padding-top: 38px;
  font-size: 40px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding-left: 30px;
}

.body-container-wrapper.in-house .inhouse-banner .text-image img {
  width: 41.3%;
  margin-left: 7.4%;
  margin-top: 36px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}


.body-container-wrapper.in-house .custom-inhouse-row4 .dnd-section>.row-fluid {
  max-width: 1360px !important;
}


main.body-container-wrapper.in-house .custom-inhouse-row1 .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
}

main.body-container-wrapper.in-house .custom-inhouse-row1  .span3 img {
  vertical-align: middle;
}


main.body-container-wrapper.merchandise .custom-inhouse-row3 .dnd-section .span6,
main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section .span6{
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  margin: 0;
}

main.body-container-wrapper.merchandise .custom-inhouse-row3 .dnd-section>.row-fluid>div {
  margin: 0 -15px;
  width: auto;
}
main.body-container-wrapper.merchandise .custom-inhouse-row3 .dnd-section .span6 {
  width: 50%;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 20px
}
main.body-container-wrapper.merchandise .custom-inhouse-row3 .dnd-section .span6 p {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 400!important;
  line-height: 29px !important;
  margin: 0;
}
.custom_inhouse_page h4 img {
  vertical-align: middle;
}
main.body-container-wrapper.merchandise .custom-inhouse-row3 .dnd-section{
  padding-top: 72px;
}

main.body-container-wrapper.merchandise .custom-inhouse-row3 .dnd-section>.row-fluid {
  max-width: 1375px;
  padding-left: 60px;
  padding-right: 60px;
}

main.body-container-wrapper.merchandise .custom-inhouse-row3 .dnd-section {
  padding-top: 72px;
  padding-bottom: 17px;
}

main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section .span6 h1 {
  padding: 0;
}
main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section .span6 {
  width: 50%;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 20px
}
main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section .span6 p {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 400!important;
  line-height: 29px !important;
  margin: 0;
}
.custom_inhouse_page h4 img {
  vertical-align: middle;
}
main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section{
  padding-top: 72px;
}
main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section>.row-fluid {
  max-width: 1410px !important;
  padding-left: 60px;
  padding-right: 60px;
}
.online-ordering .custom-inhouse-row3 h1 {
  padding: 0 15px;
}

main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section>.row-fluid p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 26px !important;
  letter-spacing: 0px;
  font-weight: ;
}
main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section>.row-fluid {
  max-width: 1375px;
  padding-left: 60px;
  padding-right: 60px;
}

main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section {
  padding-top: 72px;
  padding-bottom: 17px;
}




.custom_inhouse_page p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #323436;
  font-weight: 400;
  margin-bottom: 25px;
}

.custom_inhouse_page h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.custom_inhouse_page h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: Montserrat!important;
  line-height: 30px;
  letter-spacing: 0px;
  margin-bottom: 25px;
}

.custom_inhouse_page h5 {
  font-size: 15px;
  font-family: Montserrat;
  font-weight: 400;
  text-align: center;
}

.custom_inhouse_page h3 {
  font-size: 25px !important;
  line-height: 33px;
  font-family: Montserrat!important;
  margin-bottom: 25px;
}

.custom_inhouse_page h1 {
  margin-bottom: 0;
}

.custom-inhouse-row1 .dnd-section > .row-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.custom-inhouse-row2 .dnd-section > .row-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.custom-inhouse-row3 p {
  margin-bottom: 5px;
}
.custom-inhouse-row3 .dnd-section > .row-fluid{
  display: block !important;
}
.custom-inhouse-row4 .dnd-section>.row-fluid{
  /*   left: calc(50% - 50vw) ; */
  /*   padding: 0 calc(50vw - 630px) ; */
  box-sizing: border-box;
  /*   width: 100vw !important; */
  position: relative;
}

.custom_inhouse_page {
  overflow: hidden;
  position: relative;
}

.custom_inhouse_page h4+p {
  font-size: 18px;
  font-weight: 400!important;
  line-height: 29px;
}
.custom-inhouse-row3 hr {
  /* border-bottom-width: 0 !important; */
  background: transparent;
  border-bottom: 1px solid;
}

.custom-inhouse-row2 .dnd-section[class*="full-width-section"]>.row-fluid {
  padding: 0 !important;
  max-width: 100% !important;
}

.custom-inhouse-row2 .dnd-section[class*="full-width-section"] {
  padding: 0 !important;
}

.custom-inhouse-row2 img.hs-image-widget {
  width: 100%;
}
.custom-inhouse-row3 img {
  vertical-align: middle;
}
.custom-inhouse-row2 .dnd-section[class*="full-width-section"] .dnd-module {
}

.custom-inhouse-row2 .dnd-section[class*="full-width-section"] .dnd-module>.widget-type-linked_image {
  width: 100%;
}
.custom-inhouse-row1 h5 {
  font-weight: 500;
  color: #222;
}
.custom-inhouse-row3 h5 {
  font-weight: 500;
}
.custom-inhouse-row3 .dnd-section>.row-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.custom-inhouse-row3 .span4 {
  width: 33.33333333%;
  padding-left: 15px;
  margin: 0!important;
  padding-right: 15px;
}
.custom-inhouse-row4 .span4 {
  width:33.3333%;
  padding-left: 15px;
  margin: 0!important;
  padding-right: 15px;
}
.custom_clients_page .brand-container .row{
  margin: 0;
}
.container-fluid.custom-inhouse-row4 h4+p {
  margin-bottom: 17px;
}

/***************** home layout****************/
.custom-home-row h2 {
  font-size: 36px;
}

.custom-home-row1 h2 {
  font-size: 36px;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 50px;
}

.custom-home-row1 h1 {
  padding-bottom: 35px;
  padding-top: 50px;
}

.custom_home_page {
  background-color: #fff;
  overflow: hidden;
}

.custom-home-row2.full_width .dnd-section>.row-fluid {
  padding: 0;
}

.custom-home-row2.full_width {
  left: calc(50% - 50vw) ;
  padding: 0 calc(50vw - 615px) ;
  margin-left: 0 ;
  box-sizing: border-box;
  width: 100vw ;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0px ;
  margin-top: 0px ;
  margin-right: 0px;
  visibility: visible;
  position: relative;
}

.custom-home-slider .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

.custom-home-slider .dnd-section>.row-fluid .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.custom-home-slider .dnd-section>.row-fluid .hs_cos_gallery_main img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  max-height: 700px;
  object-position: center;
}

.custom-home-slider .dnd-section>.row-fluid .hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: block;
  padding-bottom: 701.094px;
}

.custom-home-slider .slick-prev:before, .custom-home-slider .slick-next:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  content: '\e825';
  margin-top: 0;
  font-family: revicons;
  color: #fff;
  display: block;
  text-align: center;
  opacity: 1;
}

.custom-home-slider .slick-next:before {
  content: '\e825';
}

.custom-home-slider .slick-prev, .custom-home-slider .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: tranasparent;
  color: #ffffff;
  top: 47.9%;
  margin-top: -10px;
  padding: 0;
  border: none;
  right: 3px;
  outline: none;
  z-index: 99;
}
.custom-home-slider ul.slick-dots {
  position: absolute;
  bottom: 0;
  margin: 14px 0;
}


.custom-home-slider ul.slick-dots li.slick-active, .custom-home-slider ul.slick-dots li.slick-active:hover {
  background: rgba(255, 255, 255, 1);
}
.custom-home-slider ul.slick-dots li button {
  display: none !important;
}

.custom-home-slider ul.slick-dots li {
  width: 13px;
  height: 13px;
  background: rgba(229, 229, 229, 1);
  border-radius: 50%;
  cursor: pointer;
  margin: 0   2.5px;
}
.custom-home-slider .hs_cos_gallery_main .slick-next, 
.custom-home-slider .hs_cos_gallery_thumbnails .slick-next, 
.custom-home-slider .hs_cos_gallery_lightbox .slick-next {
  right: 20px;
}

.custom-home-slider .hs_cos_gallery_main .slick-prev, 
.custom-home-slider .hs_cos_gallery_thumbnails .slick-prev,
.custom-home-slider .hs_cos_gallery_lightbox .slick-prev {
  left: 20px;
}

.custom-home-slider .slick-prev:before {
  content: '\e824';
}

.custom-home-slider .hs_cos_gallery_main .slick-prev:before,
.custom-home-slider .hs_cos_gallery_main .slick-next:before, 
.custom-home-slider .hs_cos_gallery_thumbnails .slick-prev:before, 
.custom-home-slider .hs_cos_gallery_thumbnails .slick-next:before, 
.custom-home-slider .hs_cos_gallery_lightbox .slick-prev:before, 
.custom-home-slider .hs_cos_gallery_lightbox .slick-next:before {
  color: #ffffff;
}

.custom-home-row3 .brand-container .row {
  margin: 0;
}

.custom-home-row3 .dnd-section>.row-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.custom-home-row3 .brand-container .row {
  margin: 0;
}

.custom-home-row3 h3:last-child {
  margin-bottom: 50px;
}

.custom-home-row3 {
  position: relative;
}

.custom-home-row3 .dnd-section>.row-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.custom-home-row3 {
  position: relative;
}

.custom-home-row3 h3:last-child {
  margin-bottom: 50px;
}

.custom-home-row5 .dnd-section>.row-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.custom-home-row3 .brand-container .row {
  margin: 0;
}

/******************** About Layout Styling ***********************/

.custom_about_page {
  overflow: hidden;
}

.custom-about-row1 h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #323436;
}

.custom-about-row1 .dnd-section>.row-fluid, 
.custom-about-row3 .dnd-section>.row-fluid, 
.custom-about-row5 .dnd-section>.row-fluid,
.custom-about-row6 .dnd-section>.row-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.custom-about-row2 h3 {
  font-weight: bold;
  color: #000;
  font-family: Montserrat;
  font-size: 33px;
  text-align: center;
  background-color: #fafbfd;
  padding-top: 10px;
  margin-top: 20px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.custom-about-row3 .span3 {
  width: 25%;
  margin: 0;
}
body .custom-about-row3 .dnd-section>.row-fluid {
  max-width: 1050px;
  padding: 35px 0 10px;
  background-color: #fafbfd;
}
.custom-about-row3 h5 {
  font-family: source_sans_prosemibold,Arial,Helvetica,Tahoma,sans-serif;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0;
  text-transform: capitalize;
  display: block;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 31px;
  margin-top: 13px;
  color: #000000;
}

.custom-about-row3 p {
  font-family: Roboto;
  padding-left: 10px;
  padding-right: 10px;
}

.custom-about-row4,.custom-about-row5 {
  background-color: #fff;
}

.custom-about-row5 .span4 {
  width: 33.333%;
  margin: 0;
  margin: 0 10px;
  margin-left: 10px!important;
  margin-right: 10px!imporant;
}

.custom-about-row5 h4 {
  background-color: #fafbfd;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  line-height: 1em;
  font-size: 20px;
  letter-spacing: normal;
  text-align: center;
  font-family: source_sans_probold,Arial,Helvetica,Tahoma,sans-serif;
  font-weight: 400;
  margin-top: 13px;
}


.custom-about-row5 p {
  font-family: 'Roboto';
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.35em;
  padding-right: 9.5%;
  padding-left: 9.5%;
  background-color: #fafbfd;
}

.custom-about-row6 {
  background-color: #fff;
}

.custom-about-row6 h3 {
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  color: #323436;
}

.about-banner .custom_banner {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0; 
  margin-left: 0;
  width: 100vw;
  left: calc(50% - 50vw);
  box-sizing: border-box;
  position: relative
}

.about-banner .custom_banner .custom_banner_wrap {
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  /*   min-height: 694px; */
  position: relative;
  margin-bottom: 20px;
  -webkit-backface-visibility: hidden;
}

.about-banner .custom_banner .custom_banner_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-banner .inhouse-banner .text-image img {
  width: 38.5%;
  margin-left: -20px;
  margin-top: 93px;
  width: 746.333px;
  height: 159.574px !important;
}
.about-banner .banner-text h1 {
  text-align: center;
  z-index: 5;
  white-space: nowrap;
  font-size: 40px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: Montserrat;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 20px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  text-align: center;
  margin-top: 25px;
  padding: 9px 11px 0 0px;
}

.custom-about-row2.full_width {
  background: #fff;
}
.custom-about-row1 {
  background: #fff;
}
.online-ordering .inhouse-banner .text-image img,
.uniforms-solutions .inhouse-banner .text-image img{
  width: 611.537px;
  height: 265.627px !important;
}
.custom_website_page .submenu.level-1 {
  display: block;
}
main.body-container-wrapper.custom_inhouse_page.online-ordering {
  background: #fff;
}
.custom_website_page .submenu.level-1>li {
  padding: 0;
  margin: 0;
}
main.body-container-wrapper.custom_inhouse_page.merchandise .custom-inhouse-row3 h4 {
  color: #000;
}

.custom_inhouse_page .custom-inhouse-row4 h3 {
  color: #222;
}
.uniforms-solutions .custom-inhouse-row4 .span4 img {
  max-width: 100%;
}
.custom_website_page .submenu.level-1>li>a {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #323436;
  text-transform: capitalize;
}
main.body-container-wrapper.custom_inhouse_page.merchandise .custom-inhouse-row3 .span6 h4 {
  color: #323436;
}
.custom_website_page ul.submenu.level-1>li>ul.submenu.level-2 {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
  border: none;
  margin-top: 14px;
  margin-bottom: 20px;
}

.custom_website_page ul.submenu.level-1>li>ul.submenu.level-2>li {
  border: none;
  line-height: 20px;
  margin-bottom: 6px;
}
.custom_website_page ul.submenu.level-1>li>ul.submenu.level-2>li>a {
  text-transform: none;
}
.custom_website_page ul.submenu.level-1>li>ul.submenu.level-2>li>a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: block;
  float: left;
  text-decoration: inherit;
  font-size: 14px;
  padding-right: 10px;
}

.custom_website_page .widget-module >ul {
  padding-left: 0;
  list-sytle: none;
  list-style: none;
  margin-bottom: 20px;
}

.custom_website_page .widget-module ul>li>a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: block;
  float: left;
  text-decoration: inherit;
  font-size: 14px;
  padding-right: 10px;
}


.custom_website_page .widget-module >ul>li {
  line-height: 20px;
  margin-bottom: 6px;
}


.custom-portfolio-row6 .dnd-section>.row-fluid {
  justify-content: center;
  width: 100%;
  display: flex;
}

.custom-home-slider ul.slick-dots li:before {
  background: rgba(255, 255, 255, 1);
  top: -35px;
  left: 50%;
  visibility: visible;
  right: auto;
  position: absolute;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 600;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-10px);
  content: 'slide';
  text-transform: capitalize;
  font-family: source_sans_proregular,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
}

.custom-home-slider ul.slick-dots li:hover:before {
  transform: translateX(-50%) translatey(0px);
  -webkit-transform: translateX(-50%) translatey(0px);
  opacity: 1;
  visibility: visible;
}
.custom-home-slider ul.slick-dots li:after {
  border-width: 10px 10px 0px 10px;
  border-color: rgba(255,255,255,0.75) transparent transparent transparent;
  right: auto;
  left: 82%;
  margin-left: -10px;
  top: auto;
  bottom: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255,255,255,0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0px;
  top: -35px;
  opacity: 1;
  transform: rotate(92deg);
  visibility: hidden;
  -webkit-transition: top 0.4s;
}
.portfoliolife-fitness .banner-section .custom_banner .custom_banner_wrap {
  background-position: inherit;
}

.portfoliouniversity-of-manchester-2 .banner-section .custom_banner .custom_banner_wrap {
  background-position: inherit;
}

.custom-home-slider ul.slick-dots li:hover:after {
  opacity: 1;
  visibility: visible;
  top: -20px;
}
main.body-container-wrapper.custom_inhouse_page.uniforms-solutions {
  background: #fff;
}
.about-banner.inhouse-banner,
.custom-about-row7,
.custom-about-row3{
  background-color: #ffffff;
}





@media(max-width:3600px){
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner_wrap,
  .custom_banner.inhouse-banner .custom_banner_wrap{
    min-height: 694px;
    display: flex;
    align-items: center;
  }
  .inhouse-banner .text-image img {
    width: 32.2%; 
    margin-left: -45px;
    margin-top: 40px;
  }
}

@media(min-width:1921px) and (max-width:3600px){
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner_wrap,
  .custom_banner.inhouse-banner .custom_banner_wrap{
    min-height: 700px;
  }

}
@media(max-width:1720px){
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner_wrap,
  .custom_banner.inhouse-banner .custom_banner_wrap{
    min-height:  607px;
  }
  .about-banner .inhouse-banner .text-image img {
    width: 627.141px;
    height: 134.09px !important;
  }
  .inhouse-banner .text-image img {
    width: 32.2%;
    margin-left: -30px;
    margin-top: 25px;
  }
}

@media(max-width:1500px){
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner_wrap,
  .custom_banner.inhouse-banner .custom_banner_wrap{
    min-height:  525px;
  }
  .about-banner .inhouse-banner .text-image img {
    width: 565px;
    height: 121px !important;
  }
  .about-banner .banner-text h1 {
    font-size: 30px;
    margin-top: 15px;
  }
}
@media (min-width:1262px) and (max-width:1500px){
  .about-banner .inhouse-banner .text-image img {
    width: 565px;
    height: 121px !important;
    margin-top: 78px;
    margin-left: -16px;
  }

}



@media(max-width:1260px){
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner_wrap,
  .custom_banner.inhouse-banner .custom_banner_wrap{
    min-height:  459px;
  }
  .inhouse-banner .text-image img {
    width: 32.2%;
    margin-left: -30px;
    margin-top: 25px;
  }
  main.body-container-wrapper.merchandise .custom-inhouse-row3 .dnd-section>.row-fluid {
    max-width: 1375px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media(max-width:1024px){
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner_wrap,
  .custom_banner.inhouse-banner .custom_banner_wrap{
    min-height: 375px;
  }
  .about-banner .inhouse-banner .text-image img {
    width: 38.5%;
    margin-left: -20px;
    margin-top: 93px;
    width: 385.912px;
    height: 82.5125px !important;
  }
  .inhouse-banner .text-image img {
    width: 32.1%;
    margin-left: -28px;
    margin-top: 20px;
  }
  .body-container-wrapper.in-house .inhouse-banner .text-image img {
    width: 41.3%;
    margin-left: 7.4%;
    margin-top: 14px;
  }
  .about-banner .banner-text h1 {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
  }
  .about-banner .inhouse-banner .text-image img{
    width: 38.5%;
    margin-left: -20px;
    margin-top: 55px;
  }
  main.body-container-wrapper.in-house .custom-inhouse-row1 .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .body-container-wrapper.in-house .custom-inhouse-row4 .dnd-section>.row-fluid {
    max-width: 100% !important;
    padding: 0 33px;
  }
  .contact-us .custom-clients-row1 .dnd-section>.row-fluid {
    max-width: 100% !important;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media(max-width:992px){
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner_wrap,
  .custom_banner.inhouse-banner .custom_banner_wrap{
    min-height: 361px;
  }
  .inhouse-banner .text-image img {
    width: 32.1%;
    margin-left: -25px;
    margin-top: 20px;
  }
  .custom_clients_banner .banner-text h2 {
    font-size: 20px;
    padding-top: 19px;
    padding-left: 17px;
  }
  .about-banner .inhouse-banner .text-image img{

    height: 159.574px !important;
    width: 382.775px;
    height: 81.8417px !important;
  }
}

@media(max-width:990px){
  .custom-about-row3 .dnd-section {
    max-width: 100%!important;
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media(max-width:768px){
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner_wrap,
  .custom_banner.inhouse-banner .custom_banner_wrap{
    min-height: 288px;
  }
  .inhouse-banner .text-image img {
    width: auto;
    margin-left: -18px;
    margin-top: 15px;
  }
  .about-banner.inhouse-banner .custom_banner.inhouse-banner {
    padding: 0;
  }
  .inhouse-banner .custom_banner{
    padding-top: 80px;
  }
  .custom_banner.inhouse-banner {
    padding-top: 80px;
  }
}
@media (max-width: 480px){
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner_wrap,
  .custom_banner.inhouse-banner .custom_banner_wrap{
    min-height: 175px;
  }
  .inhouse-banner .text-image img {
    width: 32.1%;
    margin-left: -14px;
    margin-top: 8px;
  }
}

@media (max-width: 320px){
  .inhouse-banner .custom_banner .custom_banner_wrap ,
  .inhouse-banner .custom_banner_wrap,
  .custom_banner.inhouse-banner .custom_banner_wrap{
    min-height: 117px;
  }
  .inhouse-banner .text-image img {
    width: 32.1%;
    margin-left: -10px;
    margin-top: 6px;
  }
}




@media (min-width: 768px) { 
  .flipbox_wrapper {
    float: left;
  }
}


@media(min-width: 1360px) {
  .custom-clients-row1 h3, .custom-clients-row1 h1, .custom-clients-row1 h2 {
    margin: 0 -80px 25px;
    padding-left: 0;
    padding-right: 0;
  }
}

.custom-clients-row1 .dnd-section {
  padding-top: 32px;
}

.custom-clients-row1 h1 {
  margin-bottom: 0;
}

.custom-clients-row2 .brand-container {
  margin-top: 12px;
}

@media(min-width: 1360px) {
  .custom-clients-row2 .brand-container {
    margin-left:-15px;
    margin-right: -15px;
    width: auto;
  }

  .brand-container .row {
    margin: 0;
  }
  main.body-container-wrapper.custom_portfolio_page.portfoliointu .custom_banner_wrap.bg_image-center,
  .portfoliolife-fitness .banner-section .custom_banner .custom_banner_wrap,
  .portfoliouniversity-of-manchester-2 .banner-section .custom_banner .custom_banner_wrap{
    min-height: 525px;
  }
}

@media(max-width: 1359px) {
  .container-fluid.custom-home-row2.full_width {
    width: 100%;
    padding-left: 7.9%;
    padding-right: 7.9%;
    margin-right: 0;
    left: 0;
    position: relative;
  }
}


@media(max-width: 1260px) and (min-width: 768px){
  .custom-inhouse-row3 .dnd-section>.row-fluid{
    padding-left:20px;
    padding-right:20px;
  }
}
@media(max-width:1200px) and (min-width:1024px){
  .custom_clients_page input.hs-button {
    right: 10px;
  }
  .about-banner .inhouse-banner .text-image img{
    width: 481.92px;
    height: 103.04px !important;
    margin-top: 74px;
  }
  .about-banner .banner-text h1 {
    font-size: 26px;
    padding: 0;
  }
}
@media(max-width: 1260px) {
  .custom-portfolio-row1 .dnd-section>.row-fluid, 
  .custom-portfolio-row3 .dnd-section>.row-fluid, 
  .custom-portfolio-row5 .dnd-section>.row-fluid {
    max-width:95%!important;
  }
  body .custom-about-row3 .dnd-section>.row-fluid {
    max-width: 1050px;
    padding: 35px 0 10px;
    background-color: #fafbfd;
    max-width: 100% !important;
  }
  .contact-us .custom-clients-row1 .dnd-section>.row-fluid {
    max-width: 95%!important;
  }
  .custom-about-row1 .dnd-section>.row-fluid, 
  .custom-about-row3 .dnd-section>.row-fluid, 
  .custom-about-row5 .dnd-section>.row-fluid,
  .custom-about-row6 .dnd-section>.row-fluid {
    max-width:95%!important;
    padding-left: 35px;
    padding-right: 35px;
  }
  .custom-inhouse-row1 .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid.custom-about-row3 {
    background: #fff;
  }
  .custom-about-row3 .dnd-section {
    max-width: 95% !important;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto;
    overflow: hidden;
  }
  .online-ordering .inhouse-banner .text-image img,
  .uniforms-solutions .inhouse-banner .text-image img{
    width: 611.537px;
    height: 265.627px !important;
    width: 377.913px;
    height: 164.15px !important;
  }
  .custom-about-row2 .dnd-section>.row-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
  .custom-about-row2 h3 {
    font-weight: bold;
    color: #000;
    font-family: Montserrat;
    font-size: 33px;
    text-align: center;
    background-color: #fafbfd;
    padding-top: 10px;
    margin-top: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}

@media(max-width: 1180px) {
  .custom-home-slider .dnd-section>.row-fluid .hs_cos_gallery_main .slick-slide-inner-wrapper {
    display: block;
    padding-bottom: 59.9%;
  }
}

@media(max-width: 1024px) {
  .custom-portfolio-row1 .dnd-section>.row-fluid, .custom-portfolio-row3 .dnd-section>.row-fluid, .custom-portfolio-row5 .dnd-section>.row-fluid, .custom-inhouse-row1 .dnd-section>.row-fluid {
    max-width:100%!important;
  }

  .custom-inhouse-row4 .dnd-section>.row-fluid {
    padding: 0 50px;
  }
  .online-ordering .inhouse-banner .text-image img,
  .uniforms-solutions .inhouse-banner .text-image img{
    width: 611.537px;
    height: 265.627px !important;
    width: 322.603px;
    height: 140.126px!important;
  }
  .custom-clients-row1 h3 {
    margin: 0;
  }
  .online-ordering .custom-inhouse-row1 .dnd-section>.row-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
  main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section>.row-fluid {
    max-width: 1375px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .brand-container .row {
    margin: 0 !important;
  }
  .custom_clients_page input.hs-button{
    position:static;
  }
  /*   .custom-clients-row1 .dnd-section>.row-fluid{
  padding-left:0;
  padding-right:0;
} */
}

@media screen and (max-width: 860px) and (min-width: 768px){
  .custom-about-row3 h5 {
    font-family: source_sans_prosemibold,Arial,Helvetica,Tahoma,sans-serif;
    font-size: 22px;

  }

}
@media screen and (max-width: 769px) and (min-width: 320px){
  .custom-home-row1 h2{
    font-size: 20px;
  }

}
@media(max-width: 767px) {
  .custom-about-row7 .dnd-section>.row-fluid {
    text-align: center;
  }
  main.body-container-wrapper.custom_portfolio_page .custom_banner_wrap {
    min-height: 223px !important;
    background-position: inherit;
    padding-bottom: 0 !important;
  }
  .custom-portfolio-row6 .span4 a.hs-button {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .custom-portfolio-row6 .dnd-section>.row-fluid {
    flex-wrap: wrap;
    display: block !important;
  }
  .custom-portfolio-row6 .dnd-column {
    margin-right: 10px !important;
    margin-left: 10px !important;
    display: inline-block;
  }
  .about-banner.inhouse-banner .custom_banner_inner {
    left: 0 !important;
  }
  .custom_portfolio_page .custom_banner.inhouse-banner {
    padding: 35px 0 0;
  }
  .about-banner.inhouse-banner .custom_banner_inner {
    left: 0 !important;
  }

  .about-banner.inhouse-banner .custom_banner_inner .text-image {
    flex-direction: column;
    justify-content: center;
    display: block;
    height: auto;
  }
  .about-banner.inhouse-banner .custom_banner_inner {
    padding-top: 34px !important;
  }
  .about-banner .banner-text h1 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
  }
  .about-banner.inhouse-banner .custom_banner_inner {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    /* display: block; */
  }
  .uniforms-solutions .custom-inhouse-row4 .dnd-section>.row-fluid  .span4 {
    padding-left: 0;
    padding-right: 0;
  }
  .about-banner .inhouse-banner .text-image img{
    height: auto !important;
  }
  main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section>.row-fluid {
    max-width: 1375px;
    padding-left: 0;
    padding-right: 0;
  }
  .uniforms-solutions .custom-inhouse-row4 .span4 img {
    max-width: 100%;
    width: 60% !important;
  }
  .online-ordering .custom-inhouse-row3 h5 {
    margin-bottom: 25px;
  }
  .online-ordering .custom-inhouse-row3 h1 {
    padding: 0 15px;
    text-align: center !important;
  }
  main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section .span6 {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: center;
  }
  main.body-container-wrapper.online-ordering .custom-inhouse-row3 .dnd-section .span6 h1 {
    padding: 0;
    text-align: center !important;
  }
  .online-ordering .custom-inhouse-row1 .dnd-section>.row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .online-ordering .inhouse-banner .text-image img,
  .uniforms-solutions .inhouse-banner .text-image img{
    height: auto !important;
  }
  .about-banner .banner-text h1 {
    text-align: center;
    z-index: 5;
    white-space: nowrap;
    font-size: 22px;
  }
  main.body-container-wrapper.custom_inhouse_page.merchandise .custom-inhouse-row3 h4 {

    font-size: 24px !important;
  }

  main.body-container-wrapper.custom_inhouse_page.merchandise .custom-inhouse-row3 .span6 h4 {
    color: #323436;
    font-size: 20px !important;
  }
  .custom_clients_page form{
    padding-right:0;
  }
  .custom-about-row3 .dnd-section {
    max-width: 100% !important;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    overflow: hidden;
  }
  .container-fluid.custom-home-row2.full_width {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    left: 0;
    position: relative;
  }
  .custom-about-row7 img.hs-image-widget {
    width: 92.95%;
    text-align: center;
  }
  .custom-about-row4 .dnd-section>.row-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .custom-about-row5 .span4 {
    width: 100%;
  }
  .body-container-wrapper.in-house .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner_wrap,
  .custom_banner.inhouse-banner .custom_banner_wrap{
    min-height: 1px !important;
    padding-bottom: 36%;
  }
  .body-container-wrapper.in-house .inhouse-banner .custom_banner .custom_banner_wrap .custom_banner_inner,
  .inhouse-banner .custom_banner .custom_banner_wrap .custom_banner_inner,
  .inhouse-banner .custom_banner_wrap .custom_banner_inner{
    position: absolute;
    top: 0;
    left: 35px;
    margin: 0;
    padding: 0 30%;
  }
  .body-container-wrapper.in-house .inhouse-banner .text-image img,
  .body-container-wrapper .inhouse-banner .text-image img{
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }
  .custom-about-row3 .span3 {
    width: 100%;
  }
  .custom-about-row1 h2 {
    font-size: 20px!important;
  }
  .custom-about-row1 .dnd-section>.row-fluid, 
  .custom-about-row3 .dnd-section>.row-fluid, 
  .custom-about-row5 .dnd-section>.row-fluid,
  .custom-about-row6 .dnd-section>.row-fluid {
    max-width:100%!important;
    padding-left: 35px;
    padding-right: 35px;
  }
  .custom_website_page .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-inhouse-row2 .dnd-section>.row-fluid, .custom-inhouse-row4 .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-inhouse-row3 p {
    line-height: 1.4!important;
  }

  .custom-inhouse-row3 .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom_website_page h1, .custom_website_page h2 {
    text-align: center;
  }

  .body-container__website .span6 {
    width: 100%;
  }

  .custom-portfolio-row1 .dnd-section>.row-fluid, .custom-portfolio-row3 .dnd-section>.row-fluid, .custom-portfolio-row5 .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-portfolio-row6 .span6 {
    display: inline-block;
    margin-left: 20px;
  }

  .container-fluid.custom-portfolio-row6 {
    text-align: center;
  }

  .fixed__header .header.scroll .mobile-toggle {
    line-height: 60px;
  }

  .fixed__header .header_outer_wrap {
    min-height: 69px;
  }

  .fixed__header .header:not(.scroll) .header-container {
    background-color: #000000f2;
  }

  .fixed__header header.header {
    line-height: 80px;
    min-height: 80px;
  }

  .fixed__header .custom-menu-primary.desktop .navigation-primary>ul>li {
    line-height: 80px;
  }

  .fixed__header .header .custom-menu-primary.desktop {
    line-height: 80px;
  }

  .fixed__header .header-wrapper .logo {
    line-height: 79px;
  }

  .custom-clients-row1 h2 {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-clients-row1 h1 {
    font-size: 24px;
  }

  .custom-clients-row1 h3 {
    margin: 0 auto;
  }

  .custom-portfolio-row6 .span6+.span6 {
    margin-left: 20px;
  }

  .custom_inhouse_page h2 {
    font-size: 20px;
    text-align:center !important;
  }
  .custom-inhouse-row3 .span4 {
    width: 100%;
    padding-left: 15px;
    margin: 0!important;
    padding-right: 15px;
  }
  .custom-inhouse-row4 .span4 {
    width:100%;
    padding-left: 15px;
    margin: 0!important;
    padding-right: 15px;
  }
  .custom_website_page ul.submenu.level-1>li>ul.submenu.level-2 {
    margin-bottom: 30px;
  }

  .custom_website_page .widget-module>ul {
    margin-bottom: 30px;
  }
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .inhouse-banner .custom_banner_wrap{
    min-height: 280px;
  }

  .custom_banner_inner {
    margin-bottom: 25px;
  }
  .body-container-wrapper.in-house .custom-inhouse-row4 .dnd-section>.row-fluid {
    max-width: 100% !important;
    padding: 0 10px;
  }
  .merchandise .custom_inhouse_page h4 {
    font-size: 24px;
  }
  main.body-container-wrapper.merchandise .custom-inhouse-row3 .dnd-section .span6 {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  main.body-container-wrapper.merchandise .online-ordering  .dnd-section .span6 {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .contact-us .custom-clients-row1 .dnd-section>.row-fluid {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-us .custom-clients-row1 h4 {
    text-align: center;
    font-size: 24px !important;
  }
  .body-container-wrapper.contact-us .inhouse-banner .text-image img {
    width: 145.367px;
    height: 63.0417px;
  }
  .body-container-wrapper.contact-us .inhouse-banner .custom_banner .custom_banner_wrap .custom_banner_inner {
    left: 0;
  }
  .contact-us .custom-clients-row1 h4 {
    text-align: center;
    font-size: 24px !important;
  }

  .body-container-wrapper.contact-us .inhouse-banner .text-image img {
    width: 145.367px;
    height: 63.0417px;
  }
  .body-container-wrapper.contact-us .inhouse-banner .custom_banner .custom_banner_wrap .custom_banner_inner {
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    padding-top: 29px;
  }
  .body-container-wrapper.contact-us .inhouse-banner .custom_banner .custom_banner_wrap .custom_banner_inner .text-image {
    /* display: block; */
    height: auto;
  }
  .custom_clients_banner .banner-text h2 {
    font-size: 15px;
    padding-top: 13px;
    padding-left: 0;
  }
  .body-container-wrapper.contact-us .custom-clients-row2 h2 {
    font-size: 24px !important;
    text-align: center;
    padding-top: 29px !important;
  }
}

@media(max-width: 640px) {
  .custom-clients-row2 .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width: 540px) {
  .custom-portfolio-row6 .span4+.span4+.span4 a.hs-button {
    margin-top: 20px;
  }

  .custom-portfolio-row6 .span4 a.hs-button {
    margin-right: 12px;
    margin-left: 11px;
  }

  .custom-portfolio-row6 .dnd-section>.row-fluid {
    flex-wrap: wrap;
    display: flex;
  }
}

@media(max-width: 480px) {
  .custom-portfolio-row4 .custom_banner_wrap, .custom-portfolio-row7 .custom_banner_wrap {
    min-width: 35vh;
  }
  .body-container-wrapper .inhouse-banner .text-image img {
    margin: 0 auto !important;
    display: block;
    width: 179.644px;
    height: 38.41px;
  }
  main.body-container-wrapper.custom_portfolio_page .custom_banner_wrap {
    min-height: 324px !important;
    background-position: center;
  }

  .uniforms-solutions .custom-inhouse-row3 .span4 {
    padding-top: 25px;
    padding-left: 0;
    margin: 0 !important;
    padding-right: 0;
  }
  .uniforms-solutions .custom-inhouse-row4 .span4 img {
    max-width: 100%;
    width: 66% !important;
  }
  .uniforms-solutions .custom-inhouse-row1 .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
  }
  .merchandise .custom-inhouse-row1 .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 22px;
  }
  .custom-portfolio-row6 .span6+.span6 a.hs-button {
    margin-top: 15px;
  }

  .custom-portfolio-row6 .span6+.span6 a.hs-button {
    margin-top: 20px;
  }
  .body-container-wrapper.in-house .custom-inhouse-row2 .span3:first-child img {
    margin-top: 25px;
  }

  .body-container-wrapper.in-house .custom-inhouse-row2 img {
    margin-top: 50px;
  }
  .custom-portfolio-row6 .span6+.span6 {
    margin-left: 0;
  }
  .body-container-wrapper.in-house .custom_inhouse_page .custom-inhouse-row3 p {
    margin-bottom: 5px;
  }
  .custom_inhouse_page h3 {
    line-height: 33px !important;
  }
  .custom_website_page ul.submenu.level-1>li>ul.submenu.level-2 {
    margin-top: 15px;
  }

  .custom_website_page ul.submenu.level-1 {
    margin-top: 1px;
  }
  .custom-home-row1 .dnd-section>.row-fluid, 
  .custom-home-row3 .dnd-section>.row-fluid, 
  .custom-home-row5 .dnd-section>.row-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .body-container-wrapper.in-house .inhouse-banner .custom_banner .custom_banner_wrap .custom_banner_inner ,
  .inhouse-banner .custom_banner .custom_banner_wrap .custom_banner_inner,
  .inhouse-banner .custom_banner_wrap .custom_banner_inner{
    position: absolute;
    top: 0;
    left: 0;
  }
  .body-container-wrapper.in-house .inhouse-banner .custom_banner .custom_banner_wrap .custom_banner_inner,
  .inhouse-banner .custom_banner .custom_banner_wrap .custom_banner_inner,
  .inhouse-banner .custom_banner_wrap .custom_banner_inner{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .body-container-wrapper.in-house .inhouse-banner .text-image img,
  .body-container-wrapper .inhouse-banner .text-image img{
    width: 192px;
    margin-left: 0;
    margin-top: 0;
  }
  .custom_inhouse_page p {
    line-height: 1.4;
    margin-bottom: 25px;
  }
  main.body-container-wrapper.in-house .custom-inhouse-row1 .hs_cos_wrapper_type_linked_image img {
    vertical-align: middle;
    margin-top: 25px;
  }
  main.body-container-wrapper.in-house .inhouse-banner .text-image,
  main.body-container-wrapper .inhouse-banner .text-image{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .body-container-wrapper .inhouse-banner .text-image img {
    margin: 0 auto 4px !important;
    display: block;
    width: 179.644px;
    height: 38.41px;
  }
}

@media(max-width: 390px) {
  .body-container-wrapper.contact-us .inhouse-banner .text-image img {
    width: 61px;
    height: 63.0417px;
  }

}
@media(max-width: 380px) {
  .inhouse-banner .custom_banner .custom_banner_wrap,
  .custom_banner .custom_banner_wrap{
    min-height: 117px;
  }
  .about-banner.inhouse-banner .custom_banner_inner {
    padding-top: 10px !important;
  }
  main.body-container-wrapper.custom_inhouse_page.online-ordering .inhouse-banner .text-image img,
  main.body-container-wrapper.custom_inhouse_page.uniforms-solutions .inhouse-banner .text-image img{
    width: 102.833px;
  }
  .about-banner .banner-text h1 {
    margin-top: 0;
    font-size: 14px;
  }

  .about-banner .inhouse-banner .text-image img {
    margin-top: 0;

  }
  .custom-portfolio-row6 .span4+.span4 a.hs-button {
    margin-top: 20px;
  }
  .body-container-wrapper.in-house .inhouse-banner .text-image img,
  .body-container-wrapper .inhouse-banner .text-image img{
    width: 125px;
    margin-left: 0;
    margin-top: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
  }
}

@-webkit-keyframes hb_fade {
  0% {
    opacity: .1
  }

  100% {
    opacity: 1
  }
}

@keyframes hb_fade {
  0% {
    opacity: .1
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes hb_fade_highlight {
  0%,100% {
    background-color: #fff
  }

  50% {
    background-color: #ff6
  }
}

@keyframes hb_fade_highlight {
  0%,100% {
    background-color: #fff
  }

  50% {
    background-color: #ff6
  }
}

@-webkit-keyframes hb_scale {
  0% {
    -webkit-transform: scale(.3);
    opacity: .1
  }

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

@keyframes hb_scale {
  0% {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: .1
  }

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

@-webkit-keyframes hb_left_to_right {
  0% {
    -webkit-transform: translate(-15%,0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0,0);
    opacity: 1
  }
}

@keyframes hb_left_to_right {
  0% {
    -webkit-transform: translate(-15%,0);
    transform: translate(-15%,0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
  }
}

@-webkit-keyframes hb_left_to_right_s {
  0% {
    -webkit-transform: translate(-4%,0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0,0);
    opacity: 1
  }
}

@keyframes hb_left_to_right_s {
  0% {
    -webkit-transform: translate(-4%,0);
    transform: translate(-4%,0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
  }
}

@-webkit-keyframes hb_right_to_left {
  0% {
    -webkit-transform: translate(15%,0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0,0);
    opacity: 1
  }
}

@keyframes hb_right_to_left {
  0% {
    -webkit-transform: translate(15%,0);
    transform: translate(15%,0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
  }
}

@-webkit-keyframes hb_bottom_to_top {
  0% {
    -webkit-transform: translate(0,60%);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0,0);
    opacity: 1
  }
}

@keyframes hb_bottom_to_top {
  0% {
    -webkit-transform: translate(0,60%);
    transform: translate(0,60%);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
  }
}
@-webkit-keyframes spin{
  to{
    -webkit-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes spin{
  to{
    -webkit-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-webkit-keyframes hb_top_to_bottom {
  0% {
    -webkit-transform: translate(0,-20%);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0,0);
    opacity: 1
  }
}

@keyframes hb_top_to_bottom {
  0% {
    -webkit-transform: translate(0,-20%);
    transform: translate(0,-20%);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
  }
}


.custom_website_page ul {
  list-style: square;
}
/* ******************************************************************************
*********************************************************************************
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.header {
  min-height: 80px;
  line-height: 80px;
  position: fixed;
  width: 100%;
  z-index:999;
}

.clearfix {
  zoom: 1;
}
header .social_share_wrap .social_share_inner>li>a i{
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .header-container {
  border-bottom: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  background: #000000b3;
}

.header  .header-container {
  background: rgba(0,0,0,0.7);
  -webkit-backface-visibility: hidden;
}

body.no-banner header.header.scroll .header-container {
  background: #000;
}
div#TB_overlay {
    z-index: 999999;
}

div#TB_window {
    z-index: 999999;
}
header.header.scroll {
  line-height: 80px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999999;
  left: 0;
}
.header-container .header-wrapper {
  max-width: 1170px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  zoom: 1;
}

.header-wrapper .logo {
  line-height: 80px;
  max-width: 75%;
  float: left;
  position: relative;
  z-index: 99991;
  -webkit-backface-visibility: hidden;
}

.header-wrapper .logo>div {
  display: block;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: background-color .1s linear,color .1s linear;
  transition: background-color .1s linear,color .1s linear;
}

.header-wrapper .logo a>img {
  display: inline-block;
  max-height: 55%;
  width: 236px !important;
  vertical-align: middle;
  text-align: center;
  max-width: 100%;
}
.header .social {
  float: right;
  margin-left: 30px;
}
.header-right-col {
  float: right;
}
.social_share_inner {
  padding: 0;
  margin: 0;
}

.header-wrapper .social_share_items {
  display: inline-block;
  margin: 0 9px;
  list-style: none;
  list-style-position: outside;
}

.header-wrapper .social_share_items a {
  color: #adbab7;
}

i[class^=icon-] {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\f0e1";
}
.hb-moon-twitter{
  font: 14px/1 Icomoon;
  text-decoration: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.hb-moon-twitter:before {
  content: "\e397";
}
.icon-instagram:before {
  content: "\f16d";
}
.header .icon-instagram{
  position: relative;

}
.social_share_wrap .social_share_inner>li>a:hover {
  color: #3dff00;
}
.header .mobile-toggle {
  margin-right: 0;
  display: inline-block;
  font-size: 28px;
  float: right;
  color: #adbab7;
  min-height: 80px;
  line-height: 80px;
  display: none;
}
.header.social_share_wrap .social_share_inner>li>a i.icon-linkedin:before{
  content: "\f0e1";
}
.header .social_share_wrap .social_share_inner>li>a i.hb-moon-twitter{
  font: 14px/1 Icomoon
}
.mobile-toggle .icon-bars:before {
  content: "\f0c9";
}
.mobile-menu-container {
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 9999999;
  visibility: hidden;
  min-width: 321px;
  height: 100%;
  background: #252525;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-left: 1px solid #333;
}

.mobile-menu-top-header {
  padding: 0;
  min-height: 50px;
  border: none;
  background: #131313;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #444;
}

.mobile-menu-close {
  position: fixed;
  top: 0;
  right: -100px;
  font-size: 20px;
  display: block;
  color: #adbab7;
  z-index: 9999;
  cursor: pointer;
  padding: 0 17px;
  line-height: 49px;
  min-width: 24px;
  text-align: center;
  border-left: 1px solid #444;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.mobile-menu-close i {
  z-index: 9999;
  color: #fff;
  display: inline-block;
  font: 14px/1 hbicons;
  text-rendering: auto;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

.mobile-menu-close i:before {
  content: "\e003";
}
.mobile-menu-open .mobile-menu-container {
  visibility: visible;
  right: 0;


}
.mobile-menu-open .mobile-menu-close {
  right: 0;
}
body.mobile-menu-open {
  background: rgba(41 41 41 / 70%);
}

.header_outer_wrap{
  min-height:0px; 
}

body.no-banner .header_outer_wrap{
  min-height:80px; 
}

header .header-wrapper .social_share_wrap .social_share_inner li.social_share_items {
  padding: 0;
}

header .social_share_wrap .social_share_inner>li:nth-child(2)>a i {
  width: 14px;
}

header .social_share_wrap .social_share_inner>li:first-child>a i.icon-linkedin:before {
  content: "\f0e1";
  position: relative;
  top: -2px;
}
header .header-wrapper .social_share_wrap .social_share_inner li.social_share_items:not(:first-child) {
  padding-left: 3px;
}
body .custom-home-slider .dnd-section>.row-fluid .hs_cos_gallery_main .slick-prev:hover:before,
body .custom-home-slider .dnd-section>.row-fluid .hs_cos_gallery_main .slick-next:hover:before {
  opacity: 0.75;
}

body.home__header.no-banner header.header.scroll .header-container {
  background-color: rgba(0,0,0,0.7000000000000001);
}
/********************* Meadi Query *********************/
@media handheld, only screen and (max-width: 1260px){
  .header-container .header-wrapper{
    max-width: 95%!important;
  }
}
@media handheld, only screen and (max-width: 1024px){
  .header-container .header-wrapper{
    max-width: 100%!important;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media handheld, only screen and (max-width: 900px){
  .header .custom-menu-primary.desktop {
    display: none;
  }
  .header .mobile-toggle{
    display: inline-block;
  }
}
@media screen and (max-width: 767px){
  .header .social{
    display: none;
  }
  .header-container .header-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header:not(.scroll) .header-container{
    background: #000000f2;
  }
  body.no-banner header.header.scroll .header-container {
    background: #292929 !important;
  }
  .fixed__header header.header {
    background: #fff;
  }
}

body div#TB_closeWindow {
  height: auto;
  padding: 11px 25px 10px 0;
  float: right;
}

body  span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

body div#TB_caption {
  height: auto;
  padding: 7px 30px 17px 25px;
}


@media(max-width:480px){
  #TB_closeWindowButton {
    bottom: 7px;
  }

  body div#TB_caption {
    padding: 11px 30px 17px 25px;
  }

}

@media(max-width:1024px) and (orientation: landscape) {
  .mobile-menu-open .mobile-menu-container {
    overflow: scroll;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  -webkit-backface-visibility: hidden;
}

.footer .footer-container {
  width: 1170px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  zoom: 1;
}

.footer .footer-container .copyright {
  float: left;
  margin-bottom: 0;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  list-style-image: none;
  list-style-type: none;
}

.footer .footer-container {
  display: flex;
  justify-content: space-between;
}
.footer-content {
  display: flex;
}
.footer-container .social {
  margin-left: 30px;
}
.footer-container .footer-menu ul {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  list-style-image: none;
  list-style-type: none;
}

.footer-container .footer-menu ul>li {
  float: left;
  margin-right: 15px;
}

.footer-container .footer-menu ul>li>a {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding-bottom: 2px;
  color: #adbab7;
  transition: all .1s linear;
}

.footer-container .footer-menu ul>li:not(:last-child)>a:after {
  content: "|";
  margin-left: 15px;
}
.footer-container .social_share_items {
  float: left;
  margin-right: 15px;
  list-style: none;
  line-height: normal;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
}

.footer-container .social_share_items a>i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: -1px;
}

.footer-container .social_share_items:last-child {
  margin-right: 3.5px;
}
.footer-container .social_share_items a>.icon-instagram {
  font-size: 20px;
}
.footer .footer-container a {
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding-bottom: 5px;
}
.back-to-top {
  position: fixed;
  text-align: center;
  right: 20px;
  bottom: 52px;
  color: #adbab7;
  cursor: pointer;
  z-index: 10000;
  height: 40px;
  width: 40px;
  background-color: rgba(0,0,0,.4);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -webkit-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
}

.back-to-top>i {
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  top: 0;
  left: 0;
  text-align: center;
  background-color: transparent;
  margin-top: 1px;
  margin-right: 0;
}

.hb-moon-arrow-up-4 {
  font: 14px/1 Icomoon;
  text-decoration: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
}
a.back-to-top.pop_up {
  opacity: 1;
  visibility: visible;
  -webkit-animation: .4s cubic-bezier(.175,.885,.32,1.275) hb-pop;
  animation: .4s cubic-bezier(.175,.885,.32,1.275) hb-pop;
}
.hb-moon-arrow-up-4:before {
  content: "\e2bb";
}
.footer-container .icon-linkedin {
  font: 14px/1 Icomoon;
  text-decoration: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: auto;
  height: auto;
}

@-webkit-keyframes hb-pop{
  0%{
    -webkit-transform:scale(.8);
    opacity:.1
  }
  100%{
    -webkit-transform:scale(1);
    opacity:1
  }
}
@keyframes hb-pop{
  0%{
    -webkit-transform:scale(.8);
    transform:scale(.8);
    opacity:.1
  }
  100%{
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1
  }
}

.footer-container .social_share_wrap .social_share_inner>li:not(:last-child)>a i {
  font: 18px/1 Icomoon;
}
footer .footer-container .social_share_wrap .social_share_inner li.social_share_items {
  padding: 0;
}
.footer-container .footer-menu ul>li>a:hover {
  color: #3dff00;
}
.footer .footer-container a:hover {
  color: #3dff00;
}
a.back-to-top:hover {
  background-color: #3dff00;
  color: #6f6e6d;
}
.footer-container .footer-menu ul>li:not(:last-child)>a:hover:after {
  color: #adbab7;
}

.footer-container .social_share_wrap .social_share_inner>li>a i.hb-moon-twitter:before,
.footer-container .social_share_wrap .social_share_inner>li>a i.icon-linkedin:before{
  position: relative;
  top: -1px;
}
/******************** Media Query  ********************************/

@media handheld, only screen and (max-width: 1260px){
  .footer .footer-container {
    width: 95%;
  }
}

@media screen and (max-width: 1200px){
  .footer .footer-container .copyright {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer-container {
    flex-wrap: wrap;
  }
  .footer-content {
    width: 100%;
    justify-content: center;
  }
  .footer-container .footer-menu ul {
    padding: 0;
  }
  .footer-container .social {
    margin: 0;
  }
  .footer-container .footer-menu ul>li {
    margin-right: 19px;
  }
  .copyright {
    padding-bottom: 1px;
  }
  .footer-container .social_share_items {
    margin-right: 18px;
  }
} 

@media(max-width:1024px){
  .footer .footer-container{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media handheld, only screen and (max-width: 900px){
  .footer-content {
    display: none;
  }
  .copyright{
    padding-bottom: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.hs-blog-listing .blog-post-body {
  padding: 20px 0;
}

.hs-blog-listing .post-left-body-content .blog-post__tags {
  padding: 0;
}

.post-item-in {
  padding: 0 0 30px;
}
.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;
}

body .hs-blog-listing, body .hs-blog-post {
  background-color: #f9f9f9;
}
.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;
}

/**************************** Custom Css **************************************/

.post-main-content {
  padding-top: 20px;
  overflow: hidden;
  position: relative;
  z-index: 997;
}

.post-conatiner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1170px;
}

.blog-wrapper {
  display: flex;
}

.post-left {
  border-right: 1px solid #ebebeb;
  margin-right: -1px;
  margin-bottom: 0;
  padding-bottom: 70px;
  padding-right: 30px;
  min-height: 470px;
  width: 82%;
  padding-left: 0;
}

.post-right {
  padding-right: 0px;
  padding-top: 31px;
  padding-bottom: 70px;
  /* border-left: 1px solid #ebebeb; */
  margin-bottom: 0;
  width: 29%;
}

.blog-post-body figure img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

.blog-post-body figure figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  order: 2;
  text-align: left;
}

.blog-post-body figure figcaption sub {
  font-size: 11px;
  top: 3px;
}

.post-left .date {
  color: #000;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}

.post-left-body-content h1 {
  font-family: "", sans-serif;
  font-size: 33px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #000;
  font-weight: 400;
  margin: 0 0 15px;
}

.blog-post-body p {
  margin: 20px auto;
  color: #000;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  max-width: 100%;
}

.blog-post-body h4 {
  font-size: 18px;
  color: #323436;
  line-height: 1.5;
  font-family: Museo500Regular;
  font-weight: 400;
  margin: 0 0 15px;
}

.blog-post-body h2{
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: normal;
  color: #323436;
  margin: 27px 0 15px;
}

.hs-responsive-embed-wrapper.hs-responsive-embed{
  margin: 0 !important;
  margin-bottom: -7px !important;
}

.blog-post-body blockquote {
  margin: 0;
  margin-bottom: 1em;
  padding: 0 1em;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  position: relative;
}

.blog-post-body p strong {
  font-weight: 700;
  font-style: normal;
}

p em {
  font-weight: 400;
}

strong em {
  font-weight: 700;
}

.blog-post-body blockquote p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}

.blog-post-body figure {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: .5em 1em .5em 0;
  display: flex;
  flex-direction: column;
}

.post-left-body-content .blog-post__tags {
  margin-top: 0px;
  margin: 0px auto;
  padding: 0 15px;
  max-width: 100%;
  font-family: source_sans_probold,Arial,Helvetica,Tahoma,sans-serif;
  text-transform: uppercase;
  color: #323436;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
}

.post-left-body-content .blog-post__tags a.blog-post__tag-link {
  display: inline-block;
  padding: 5px 8px;
  margin: 5px 0 0 0;
  line-height: 13px;
  font-size: 12px;
  background-color: #c8c8c8;
  color: #fff;
  border-radius: 2px;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  letter-spacing: normal;
  font-family: source_sans_proregular,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
}
.post-right .widget-module>ul>li>a span.filter-link-count {
  display: none;
}

.post-right .search form input:focus {
  color: #323436;
  background-color: rgba(150,150,150,.05);
  outline: 0;
}
.post-right .search {
  padding-left: 15px;
  margin-bottom: 40px;
  position: relative;
}
.post-right .widget-module>ul>li>a:hover {
  color: #6f6e6d !important;
}
.post-right .search form input {
  background: transparent;
  border-radius: 0;
  padding: 12px 12px 10px;
  width: 100%;
  border: 1px solid #e3e3e3;
  color: #777;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  outline: 0;
  position: relative;
  z-index: 9;
}

.post-right .recent-post {
  padding-left: 15px;
  margin-bottom: 40px;
  position: relative;
}

.post-right h3 {
  font-family: source_sans_probold,Arial,Helvetica,Tahoma,sans-serif;
  letter-spacing: 1.8px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  color: #111;
  display: inline-block;
  width: auto;
}

.post-right .widget-module>ul {
  margin: 0;
  padding: 0;
}

.post-right .widget-module>ul>li {
  list-style-type: square;
  border-top: 1px solid rgba(0,0,0,.07);
  padding: 7px 0;
  display: block;
  margin: 0;
}

.post-right .widget-module>ul>li:first-child{
  border-top: 0;
}

nav.hb-single-next-prev a {
    color: #adbab7 !important;
}

.hb-single-next-prev a:hover {
    color: #FFF !important;
}
i.hb-moon-arrow-right-5 {
    font: 14px/1 Icomoon;
    text-decoration: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.hb-moon-arrow-right-5:before {
    content: "\e2bd";
}
.hb-moon-arrow-left-4:before {
    content: "\e2c1";
}
i.hb-moon-arrow-left-4 {
    font: 14px/1 Icomoon;
    text-decoration: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.post-right .widget-module>ul>li>a {
  display: block;
  color: #adbab7;
}
.post-right .widget-module>ul>li>a:before{
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: block;
  float: right;
  text-decoration: inherit;
  font-size: 14px;
}
.blog-post-body figure figcaption {
    font-family: source_sans_proregular,'Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: normal;
    display: table-caption;
    text-align: center;
    caption-side: bottom;
}
.hb-single-next-prev a{
  position:fixed;
  height:110px;
  width:150px;
  background:rgba(0,0,0,.4);
  color:#fff;
  top:50%;
  margin-top:-40px;
  text-align:right;
  line-height:110px;
  left:-120px;
  opacity:.4;
  padding-right:10px;
  cursor:pointer;
  z-index:9991
}
.hb-single-next-prev a:hover{
  background:#323436;
  opacity:1;
  left:0
}
.hb-side-navigation .hb-single-next-prev a.hb-prev-post{
  left:145px
}
.hb-side-navigation .hb-single-next-prev a.hb-prev-post:hover{
  left:265px
}
.hb-single-next-prev a.hb-next-post{
  left:auto;
  right:-120px;
  text-align:left;
  padding-left:10px;
  padding-right:0
}
.hb-single-next-prev a.hb-next-post:hover{
  right:0
}
.hb-single-next-prev .text-inside{
  font-size:13px;
  font-family:source_sans_probold,Arial,Helvetica,Tahoma,sans-serif;
  color:#fff;
  letter-spacing:2px;
  line-height:113px!important;
  text-transform:uppercase;
  position:absolute;
  left:0;
  width:100%;
  text-align:center!important;
  top:0;
  height:100%;
  cursor:pointer
}

.hb-single-next-prev a:hover {
    color: #FFF !important;
}

.post-right .archive {
  padding-left: 15px;
  margin-bottom: 40px;
  position: relative;
}

.search form {
  display: flex;
}





.hb-single-next-prev a:hover {
    background: rgba(0,174,239,0.95);
}
.hb-single-next-prev a:hover {
    color: #FFF !important;
}
.post-right .categories{
  padding-left: 15px;
  margin-bottom: 40px;
  position: relative;
}

.post-left-body-content .blog-post__tags a.blog-post__tag-link:hover {
  background-color: #00aeef;
  color: #6f6e6d !important;
}

.post-right .search button {
    padding: 10px;
    cursor: pointer;
}
@media handheld, only screen and (max-width: 1260px){
  .post-conatiner {
    width: 95%;
  }
  .post-right {
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 70px;
    border-left: 1px solid #ebebeb;
    margin-bottom: 0;
    width: 29%;
  }
}

@media handheld, only screen and (max-width: 1024px){
  .post-conatiner.clearfix {
    width: 100%;
  }

}
@media handheld, only screen and (max-width: 900px){
  .post-conatiner.clearfix {
    width: 100%;
  }
  .post-left {
    width: 71%;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    margin-top: 0;
    border-right: 1px solid #ebebeb;
  }
}

@media(max-width:990px)and (min-width:769px){
  .post-left {
    padding-right: 15px;
  }
}

@media screen and (max-width: 769px) and (min-width: 320px){
  .post-left-body-content h1 {
    font-size: 24px;
  }
  .blog-post-body h2 {
    font-size: 20px;
  }
}
@media handheld, only screen and (max-width: 767px){
  .post-conatiner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-post-body figure {
    margin: .5em 0 .5em 0;
}
  .post-left.clearfix {
    padding-right: 0;
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-right: none;
    margin-top: 0;
  }
  .post-left-body-content h1,
  .blog-post-body h4,
  .blog-post-body h2{
    text-align: center;
  }
  .blog-post-body p {
    padding: 0px 15px;
  }
  .post-left .date {
    padding-left: 15px;
  }
  /*   .post-left.clearfix {
  margin: 80px auto 0px;
} */
  .post-left.clearfix {
    margin: 30px auto 0px;
  }

  .post-right {
    width: 100%;
    border-right: none;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-top: 0;
  }
  .post-right .categories {
    padding-left: 0;
  }
  .post-right .archive{
    padding-left: 0;
  }
  .post-right .recent-post,
  .post-right .search{
    padding-left: 0;
  }
  .blog-wrapper {
    display: block; 
  }
  .post-left {
    padding-right: 0;
    width: 100%;
  }
  .post-right {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 70px;
    border-left: none;
    margin-bottom: 0;
    width: 100%;
  }
}

@media(max-width: 550px){
  .hs-responsive-embed-wrapper.hs-responsive-embed{
    padding-top: 5px !important;
  }
  .hs-responsive-embed-wrapper.hs-responsive-embed {
    padding-top: 5px !important;
    min-width: 100% !important;
}
}

@media screen and (max-width: 414px){
  .post-left.clearfix {
    margin: 50px auto 0px;
  }
  .post-left.clearfix{
    margin: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #ddd;
  z-index: -1;
}
.systems-page input#hs-pwd-widget-password {
  height: 42px !important;
  margin-bottom: 15px;

}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .75rem .75rem;
}
.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;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form#email-prefs-form {
  max-width: 100%;
}
p.header {
  position: static !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 2px ;
}
.systems-page form {
  max-width: 767px;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
  width: 767px !important;
}

.error-box {
  display: block;
  margin: 5px auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  padding-top: 80px;
  padding-bottom: 180px;
  position: relative;
  clear: both;
}

.error-box-inner {
  position: relative;
  z-index: 1;
}

i.error-moon-construction {
  font: 14px/1 Icomoon;
  text-decoration: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  position: absolute;
  font-size: 440px;
  height: 380px;
  color: rgba(0,0,0,.03);
  z-index: 0;
  bottom: -10px;
  text-align: center;
  left: 0;
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

i.error-moon-construction:before {
  content: "\e0ef";
}

.error-box-inner h1 {
  font-size: 60px!important;
  line-height: 36px;
  letter-spacing: 0px;
}

.error-box-inner h4 {
  color: rgba(0,0,0,.5)!important;
}

.error-box-inner a {
  box-shadow: 0 3px 0 0 #007cbd;
  background: #3cfa00 !important;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  zoom: 1;
  line-height: 1.3;
  text-transform: uppercase;
  color: rgba(255,255,255,1)!important;
  padding: 16px 20px 12px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background-color .1s linear,color .1s linear!important;
  transition: background-color .1s linear,color .1s linear!important;
  font-size: 12px;
  border-color: transparent;
  min-width: auto;
  margin-top: 37px;
  letter-spacing: 1.5px;
  border-width: 0;
  font-family: source_sans_probold,Arial;
  font-weight: 500;
}
.error-box-inner a:hover {
  box-shadow: 0 3px 0 0 #000;
}
@media (max-width: 767px) {
  .error-box-inner h1 {
    font-size: 40px!important;
  }
  div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
    width: 100% !important;
  }
  .systems-page form {
    max-width: 100%;
  }
}