*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,.blog-container ,.container ,.dnd-section > .row-fluid   {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.dnd-section .dnd-column {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media (max-width: 579px){
  .content-wrapper, .blog-container, .container, .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 340px){
  .content-wrapper, .blog-container, .container, .dnd-section>.row-fluid {
    padding: 0 10px;
  }
}
@font-face {
  font-family: FontAwesome;
  src: url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/fontawesome-webfont.eot) format("embedded-opentype"),
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/fontawesome-webfont.woff) format("woff"),
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/fontawesome-webfont.ttf) format("truetype");
  font-display:swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SanukWeb";
  src: url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_2.eot) format("embedded-opentype"), 
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_2.woff2) format("woff2"), 
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_2.woff) format("woff"),
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_2.ttf) format("truetype");
  font-display:swap;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SanukWeb";
  src: url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_7.eot) format("embedded-opentype"),
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_7.woff2) format("woff2"), 
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_7.woff) format("woff"), 
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_7.ttf) format("truetype");
  font-display:swap;
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "SanukWeb";
  src: url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_6.eot) format("embedded-opentype"), 
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_6.woff2) format("woff2"),
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_6.woff) format("woff"),
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_6.ttf) format("truetype");
  font-display:swap;
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "SanukWeb";
  src: url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_5.eot) format("embedded-opentype"), 
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_5.woff2) format("woff2"),
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_5.woff) format("woff"),
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/WebFontFont_5.ttf) format("truetype");
  font-display:swap;
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: "socicon";
  src: url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/socicon.eot) format("embedded-opentype"),
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/socicon.woff) format("woff"), 
    url(//25311363.fs1.hubspotusercontent-eu1.net/hubfs/25311363/raw_assets/public/Ipoint_February_2022_Blog/fonts/socicon.ttf) format("truetype");
  font-display:swap;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Pastiche Grotesque';
  src: url('https://go.ipoint-systems.com/hubfs/Ipoint_February_2022_Blog/font/PasticheGrotesqueWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pastiche Grotesque';
  src: url('https://go.ipoint-systems.com/hubfs/Ipoint_February_2022_Blog/font/PasticheGrotesqueWeb-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 24px;
}

/* Anchors */

a {
  cursor:pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 24px;
}
h1, .h1 {
  font-size: 40px;
}
h2{
  line-height: 1.308;

}
.h3, h3 {
  line-height: 1.364;
}
.h4, h4 {
  line-height: 1.4;
}
.h5, h5 {
  line-height: 1.445;
}
.h6, h6 {
  line-height: 1.5;
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  color: rgba(17,17,17,0.8);
  font-family: 'Lato';
  font-weight: 700;
  padding-left: 50px;
  margin: 0 0 1rem;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

blockquote:before, q:before {
  content: "”";
  font-size: 72px;
  position: absolute;
  top: -2px;
  left: 6px;
  font-weight: 900;
  line-height: 72px;
}

blockquote:before {
  color: rgba(17,17,17,0.15);
}
img{
  max-width:100%;
  height:auto;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

@media (max-width: 579px){
  p {
    margin: 0 0 16px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */


form {
  padding: 20px;
  margin-bottom: 20px;
  display:block;
  max-width: 700px;
  color: #fff;
  position: relative;
}

/* Labels */

form label {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */
.field {
  margin-bottom: 5px;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-style: solid;
  padding: 11px 10px;
  outline: 0;
  line-height: 1;
  width: 100%;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  -webkit-transition: .2s all cubic-bezier(.4,0,.2,1);
  transition: .2s all cubic-bezier(.4,0,.2,1);

}

fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

input[type=submit],
.hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  border-style: solid;
  margin: 15px 0;

}
.hs_error_rollup label {
    color: #ef6b51;
    margin-top: 0.35rem;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.iPoint-blog-header-outer .hs-search-field {
  position: relative;
}
.iPoint-blog-header-outer .hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.iPoint-blog-header-outer .hs-search-field__bar button svg {
  height: 10px;
}
.iPoint-blog-header-outer .hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.iPoint-blog-header-outer .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.iPoint-blog-header-outer .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.iPoint-blog-header-outer .hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.iPoint-blog-header-outer .hs-search-field__suggestions a,
.iPoint-blog-header-outer .hs-search-field__suggestions #results-for {
  display: block;
}
.iPoint-blog-header-outer .hs-search-field__suggestions a:hover,
.iPoint-blog-header-outer .hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

/****************************************************************************************************/

.iPoint-blog-header-outer .custom_menu_primary ul {
  margin: 0px;
  padding: 0px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
.iPoint-blog-header-outer li.menu-category {
  display: inline-block;
}
.iPoint-blog-header-outer li.menu-category:not(:last-child) {
    margin-right: 5px;
}
.iPoint-blog-header-outer li.menu-category a {
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  color:#000000;
  transition: all .2s ease-in-out;
  display: inline-block;
}
.iPoint-blog-header-outer .custom_menu_primary>ul>li:hover>a {
  color: rgba(255,255,255,1.0);
  background-color: rgba(200,15,47,1.0);
}
.iPoint-blog-header-outer .custom_menu_primary ul li.menu-category a.category.active-menu {
  background: #e6e6e6;
}
.iPoint-blog-header-outer .hs-search-field--open .hs-search-field__suggestions {
    display: none;
}
.iPoint-blog-header-outer .custom_menu_primary ul li:hover a.category.active-menu {
    background-color: rgba(17,17,17,0.05);
    color: #000000;
}
body.scrolled .iPoint-blog-header-outer .custom_menu_primary ul li.menu-category a.category.active-menu {
    background: transparent;
}
body.scrolled .iPoint-blog-header-outer .custom_menu_primary>ul>li:hover>a {
    background-color: transparent;
    color:#000000;
}
.ipoint-mobile-menu-outer .mobile_menu ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}
.ipoint-mobile-menu-outer .mobile_menu ul li a.category {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid;
    color: #5e5e5e;
    padding: 10px 0;
    margin: 0 30px;
    border-color: rgba(94,94,94,0.1);
}







header.header.lp .custom_header {
    padding-top: 50px;
}
.search-sub-menu button {
  outline: 0;
  cursor: pointer;
  -webkit-appearance: button;
  height: 40px;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 14px 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%), inset 0 0 0 transparent;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%), inset 0 0 0 transparent;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #e95c02;
  background-color: transparent;
  border: 1px solid #e95c02;
  box-shadow: none;
  width: 100%;
  margin-top: 7px;
}

.search-sub-menu button:before {
  content="Search"

}

.search-sub-menu button:before {
  content: 'search';
}

.search-sub-menu button svg {
  display: none;
}

.sticky_header .header_logo img {
  max-height: 70px;  
  width: auto !important;
}

.sticky_header .header_logo {
  position: static;
  margin: 0;
  display: block;
  line-height: 0;
}
.sticky_header {
  color: #111111;
  background-color: #ffffff;
  position: fixed;
  -webkit-transform: translate3d(0,-110px,0);
  transform: translate3d(0,-110px,0);
  top: 0;
  left: 0;
  height: 70px;
  max-height: 100px;
  z-index: 9000;
  width: 100%;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
  box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
}

.scrolled .sticky_header {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.header_container_wrapper {
  position: relative;
  z-index: 9000;
  -webkit-box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
  box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
  margin-bottom: 30px;
}

.top-custom-nav {
  padding-top: 10px;
}

.custom_header {

  z-index: 8003;
  position: relative;
}


header.header .container {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.gridlove-actions.gridlove-menu {
  display: block;
  text-align: right !important;
}

.gridlove-actions.gridlove-menu >div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.gridlove-action-search {
  color: #c80f2f;
}

.gridlove-actions-button>span {
  z-index: 1001;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  width: 45px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  position: relative;
}
.active .search-sub-menu {
  opacity: 1;
  right: 0;
  left: auto;
}
.search-sub-menu {
  display: block;
  text-align: right !important;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  opacity: 0;
  left: -5000px;
  width: 200px;
  position: absolute;
  z-index: 1000049;
  text-align: left;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  width: 280px;
  font-size: 14px;
  background: #fff;
}

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

.active .top-custom-nav i.fa.fa-search:before {
  content: "\f00d";
}
.top-custom-nav i.fa.fa-search:before {
  content: "\f002";
}
.gridlove-action-search>span {
  position: relative;
  z-index: 1001;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  width: 45px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.custom-support a {
  font-size: 10px;
  margin-right: 5px;
  pointer-events: auto;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  text-transform: uppercase;
  display: inline-block;
  transition: all .2s ease-in-out;
  height: 30px;
  line-height: 30px;
  padding: 1px 15px;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #c80f2f;
  border: 1px solid #c80f2f;
}

.custom-support a:hover {
  background: transparent;
  color: #e95c02;
}
.custom_header>.container {
  height: 100px;
}

.header_logo {
  margin-top: -50px;
  height: 100%;
  left: 30px;
  position: absolute;
  z-index: 1002;
  display: table;
  top: 0;
}

.header_logo img {
  max-height: 150px;
  line-height: inherit;
  height: auto;
  max-width: 100%;
  width: auto !important;
}
.header_menu {
  position: absolute;
  z-index: 1002;
  display: table;
  top: 0;
  right: 30px;
  height: 100%;
}

.header_menu .hs-menu-wrapper >ul>li {}

.header_menu .hs-menu-wrapper >ul {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header_menu .hs-menu-wrapper >ul>li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.header_menu .hs-menu-wrapper >ul ul {
  position: absolute;
  left: 0;
  min-width: 200px;
  background: #fff;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
}

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

.header_menu .hs-menu-wrapper >ul>li:hover > ul {
  visibility: visible;
  opacity: 1;

}

.header_menu .hs-menu-wrapper >ul>li>a {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #111111;
}

.custom_header .header_menu .hs-menu-wrapper >ul>li>a:hover {
  background: #c80f2f;
  color: #ffffff;
}

.header_menu .hs-menu-wrapper >ul ul>li>a {
  line-height: 40px;
  height: 40px;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #111111;
}

.custom_header .header_menu .hs-menu-wrapper >ul ul>li>a:hover {
  background: #c80f2f;
  color: #ffffff;
}
.header_menu .custom_menu_primary {
  display: table-cell;
  vertical-align: middle;
}
.search-sub-menu form {
  margin: 0;
  padding: 25px;
}

.search-sub-menu input::-webkit-input-placeholder {
  color: rgba(0,0,0,.2);
}

.search-sub-menu input[type="text"] {
  font-size: 14px;
  padding: 12px 10px;
}


@media (max-width: 1299px){

  .header_menu .hs-menu-wrapper>ul>li>a {
    padding: 0 7px;
  }

}
@media (min-width: 1200px){
  .mobile_header,
  .mobile_menu_wrpaper,
  .sidebar-action-overlay{
    display:none !important;
  }
}
@media (max-width: 1199px){
  header.header{
    display:none;
  }
  header.mobile_header {
    height: 70px;
    position: fixed;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    z-index: 9998;
    width: 100%;
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background-color: #ffffff;
    display: block;
    color: #111111;
  }

  header.mobile_header .container {
    height: 100%;
  }

  .mobile_header_row {
    display: inline-block;
  }

  .mobile_header_row {
    height: 100%;
  }

  .mobile_header_logo img {
    vertical-align: middle;
    max-height: 70px;
    margin-top: -9px;
    display: inline-block;
    //width: auto !important;
  }

  .mobile_header_logo {
    margin-bottom: 0;
    line-height: 70px;
    font-size: 36px!important;
  }
  .header_menu_trigger {
    line-height: 70px;
    position: absolute;
    right: 10px;
    top: 0;
    height: 70px;
    display: inline-block;
    vertical-align: top;
  }

  .mobile_trigger {
    vertical-align: top;
  }

  .mobile_trigger_inner {
    margin-right: 4px;
    font-size: 21px;
    padding: 0 10px;
    width: auto;
    line-height: 50px;
    height: 50px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    display: inline-block;
    cursor: pointer;
    z-index: 1001;
  }

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

  .mobile_trigger_inner i:before {
    content: "\f0c9";
  }
  .sidebar-action-overlay {
    width: 100%;
    height: 100%;
    height: -webkit-calc(160%);
    height: calc(160%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: #fff;
    background: rgba(0,0,0,.5);
    content: '';
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
  }

  .mobile_open .sidebar-action-overlay {
    opacity: 1;
    visibility: visible;
  }

  .mobile_menu_wrpaper {
    width: 360px;
    height: 100%;
    position: fixed;
    padding: 80px 30px 40px;
    top: 0;
    right: 0;
    background: #f3f3f3;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    -webkit-transform: translate3D(360px,0,0);
    -ms-transform: translate3D(360px,0,0);
    transform: translate3D(360px,0,0);
    -webkit-transition: visibility 1ms linear .2s,-webkit-transform .2s ease;
    transition: visibility 1ms linear .2s,-webkit-transform .2s ease;
    transition: transform .2s ease,visibility 1ms linear .2s;
    transition: transform .2s ease,visibility 1ms linear .2s,-webkit-transform .2s ease;
  }

  .mobile_open .mobile_menu_wrpaper {
    -webkit-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
  }

  body.mobile_open {
    overflow: hidden;
  }
  span.mobile-action-close {
    background: #FFF;
    height: 50px;
    width: 100%;
    display: inline-block;
    color: rgba(51,51,51,.5);
    text-align: center;
    padding: 10px;
    cursor: pointer;
    line-height: 30px;
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
    box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
  }

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

  span.mobile-action-close i:before {
    content: "\f00d";
  }

  span.mobile-action-close:hover {
    color: #333;
  }

  .mobile_menu {
    padding: 20px 0;
    background: #ffffff;
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.43;
    clear: both;
  }
  .mobile_menu .hs-menu-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile_menu .hs-menu-wrapper >ul>li {
    position: relative;
    z-index: 2;
  }

  .mobile_menu .hs-menu-wrapper >ul>li>a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    border-bottom: 1px solid;
    font-weight: 700;
    border-color: rgba(94,94,94,0.1);
    padding: 10px 0;
    margin: 0 30px;
  }

  .mobile_menu .hs-menu-wrapper >ul ul>li>a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    border-bottom: 1px solid;
    font-weight: 700;
    border-color: rgba(94,94,94,0.1);
    padding: 10px 0;
    margin: 0 30px;
  }

  .mobile_menu .hs-menu-wrapper >ul ul li {
    padding-left: 10px;
  }

  .mobile_menu .hs-menu-wrapper >ul ul {
    display: none;
  }

  .mobile_menu .hs-menu-wrapper >ul>li:last-child>a {
    border-bottom: none;
  }

  .mobile_menu .hs-menu-wrapper >ul>li>a:hover {
    padding-left: 5px;
  }

  .mobile_menu .hs-menu-wrapper >ul  ul>li>a:hover {
    padding-left: 5px;
  }
  .child-trigger {
    width: 50px;
    height: 40px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
  }

  .child-trigger:before {
    content: '+';
  }

  .child-open .child-trigger:before {
    content: '-';
  }
}

@media (max-width: 450px){
  header.mobile_header {
    font-size: 18px;
  }

  .mobile_trigger_inner i {
  }

  .mobile_trigger_inner {
    font-size: 18px;
    position: relative;
    top: -1px;
  }

  .mobile_header_logo {float: left;}

  .mobile_header_row {
    display: block;
  }

  .mobile_menu_wrpaper {
    width: 100%;
    padding: 60px 10px 20px;
    max-width: 320px;
  }


}
@media (max-width: 340px){
  header.mobile_header .container {
    padding: 0 10px;
  }

}
.blog-footer-outer {
    padding: 50px 30px;
}
.blog-footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-footer-left a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: rgba(233,92,2,0.8);
    transition: all .2s ease-in-out;
    font-size: 14px;
    line-height: 1.43;
}
.blog-footer-left a:hover {
    border-bottom: 1px solid transparent;
}
.blog-footer-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.blog-footer-right ul li {
    list-style-type:none;
}
.blog-footer-right ul li svg {
    fill: #ffffff;
    width: 18px;
    height: 18px;
}
.blog-footer-right ul li a { 
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin:0 6px 6px 0px;
}
.blog-footer-right ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-footer-right ul li a:hover {
    opacity: 0.7;
}
.blog-footer-left p {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}
.blog-footer-left li {
    list-style-type: none;
}
.blog-footer-left ul {
    padding:0px;
    margin:0px;
}
.blog-footer-left a i {
    margin-right: 8px;
    font-size: 13px;
}
.blog-footer-left {
    flex: 0 50%;
}
.blog-footer-right {
    flex: 0 50%;
}

@media (max-width: 650px) {
  .blog-footer-left, .blog-footer-right {
    flex: 0 100%;
  }
  .blog-footer-right {
    padding-top: 50px;
  }
}
@media (max-width: 400px) { 
  .blog-footer-right {
    padding-top: 50px;
    text-align:center;
  }
  .blog-footer-right ul {
    padding:0px;
  }
}

.footer_container {
  background: #6a6a6a;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  clear: both;
}

.footer_container .container {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.footer_container .row {
  margin-left: -30px;
  margin-right: -30px;
}

.copyright_wrapper {
  padding-right: 30px;
  padding-left: 30px;
}

.footer_icons_wrapper {
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 100px){
  .copyright_wrapper,
  .footer_icons_wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 580px){
  .copyright_wrapper,
  .footer_icons_wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media (min-width: 1024px){
  .copyright_wrapper,
  .footer_icons_wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

}

.copyright {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.43;
  clear: both;
}

.copyright p {
  margin-bottom: 5px;
  font-weight: 600;
}


.copyright a {
  border-bottom: 1px solid;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-color: rgba(233,92,2,0.8);
  color: #fff;
}
.copyright a:hover{
  color:#fff;
}
.foot_meta i {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 8px;
}

.foot_meta {
  margin-top: 15px;
}

.foot_meta i:before {
  content: "\f0a9";
}

.copyright a:hover {
  border-bottom: 1px solid transparent;
}


.footer_icons_container ul li:hover>a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
.footer_icons_container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer_icons_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size:14px;
}

.footer_icons_container ul li {
  display: inline-block;
  vertical-align: top;
  border: none !important;
  padding: 0;
}

.footer_icons_container ul li a {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 40px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 5px;
  position: relative;
  border: none !important;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  letter-spacing: normal;
  float: left;
  margin-right: 5px;
  color: #FFF;
}

.socicon-facebook:before {
  content: "\e028";
}

.footer_icons_container ul li a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer_icons_container ul li a.socicon-twitter.soc_circle:before {
  content: "\e08d";
}

.footer_icons_container ul li a.socicon-xing.soc_circle:before {
  content: "\e09f";
}

.footer_icons_container ul li a.socicon-linkedin.soc_circle:before {
  content: "\e04c";
}

.footer_icons_container ul li a.socicon-youtube.soc_circle:before {
  content: "\e0a5";
}

.footer_icons_container ul li a.socicon-instagram.soc_circle:before {
  content: "\e044";
}

@media (max-width: 1040px) and (min-width: 580px){
  .footer_container .container{
    padding-left: 24px;
    padding-right: 24px;

  }
  .footer_container .row{
    margin-left: -12px;
    margin-right: -12px;
  }
  .copyright_wrapper, .footer_icons_wrapper{

    padding-left: 12px;
    padding-right: 12px;     
  }
  .copyright {
    margin-bottom: 30px;
    margin-top: 24px;
  }

  .footer_icons_wrapper {
  }

  .footer_icons_container {
    margin-bottom: 30px;
    margin-top: 24px;
  }
}

@media (max-width: 579px){
  .copyright {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer_icons_container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer_container .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_container .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .copyright_wrapper, .footer_icons_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

}


@media (max-width: 340px){
  .footer_container .container {
    padding: 0 10px;
  }

}
