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














































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


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

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

.container , .dnd-section > .row-fluid , .content-wrapper , .footer__container , .page-center {
  padding-left: 15px;
  padding-right: 15px;
}


@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: Flaticon;
  src: url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/Flaticon.woff2) format("woff2"),
    url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/Flaticon.ttf) format("truetype"),
    url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/Flaticon.woff) format("woff"),
    url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/Flaticon.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face { 
  font-family: Ionicons;
  src: url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/ionicons.woff2) format("woff2"),
    url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/ionicons.ttf) format("truetype"),
    url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/ionicons.woff) format("woff"),
    url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/ionicons.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face { 
  font-family: FontAwesome;
  src:url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/fontawesome-webfont.woff) format("woff"),
    url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/fontawesome-webfont.ttf) format("truetype"), 
    url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/fontawesome-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
    font-family: lg;
    src: url(//info.nationwideutilities.com/hubfs/NationwideUtilities_Dec2020/Fonts/lg.eot);
    src: url(//info.nationwideutilities.com/hubfs/NationwideUtilities_Dec2020/Fonts/lg.eot) format("embedded-opentype"),
      url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/lg.woff) format("woff"),
      url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/lg.ttf) format("truetype"),
      url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/fonts/lg.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

html {
  font-size: 24px;
}

body {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #494a52;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.66;
  background-color: #ffffff;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 15px!important;
}

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

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

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

h2 {
  font-size: 1.3rem!important;
  line-height: 1.2;
}

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
.wow.fadeInUp {
    visibility: hidden;
}


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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

* {
  outline: none;
}

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

[class*=" ion-"], [class^=ion-] {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-container-wrapper {
  position: relative;
  z-index: 19;
  background-color: #ffffff;
  padding-top: 30px;
}

.body-container-wrapper.no-p-t {
  padding-top: 0px;
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}


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

.fa-phone-square:before {
  content: "\f098";
}


[class^='flaticon-'], [class*=' flaticon-'] {
  font-family: Flaticon !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-cog:before,.fa-gear:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-repeat:before,.fa-rotate-right:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-cogs:before,.fa-gears:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

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

.fa-facebook-f:before,.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-floppy-o:before,.fa-save:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

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

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-sort:before,.fa-unsorted:before {
  content: "\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

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

.fa-rotate-left:before,.fa-undo:before {
  content: "\f0e2"
}

.fa-gavel:before,.fa-legal:before {
  content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-bolt:before,.fa-flash:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-clipboard:before,.fa-paste:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-chain-broken:before,.fa-unlink:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
  content: "\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
  content: "\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
  content: "\f152"
}

.fa-eur:before,.fa-euro:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
  content: "\f155"
}

.fa-inr:before,.fa-rupee:before {
  content: "\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
  content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
  content: "\f158"
}

.fa-krw:before,.fa-won:before {
  content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

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

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

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

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-try:before,.fa-turkish-lira:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
  content: "\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
  content: "\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
  content: "\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
  content: "\f1d0"
}

.fa-empire:before,.fa-ge:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
  content: "\f1d7"
}

.fa-paper-plane:before,.fa-send:before {
  content: "\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-bed:before,.fa-hotel:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-y-combinator:before,.fa-yc:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
  content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-television:before,.fa-tv:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
  content: "\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-sign-language:before,.fa-signing:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-address-card:before,.fa-vcard:before {
  content: "\f2bb"
}

.fa-address-card-o:before,.fa-vcard-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.speech-bubble {
position: relative;
padding:10px;
  background: #ebebeb;
  border-radius:10px;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #ebebeb;
  border-bottom: 0;
  margin-left: -5px;
  margin-bottom: -12px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
h3.form-title {
  margin: 0;
  padding: 15px 15px 0;
}

.hs-button, 
.button--primary {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 15px;
  line-height: 56px;
}
input.hs-button.primary {
  margin-top: 0;
}
.hs-button:hover, .button--primary:hover {
  border-color: #21222a;
  color: #fff;
}

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

.hs-button:active, .button--primary:active  {
  border-color: #71727a;
}

.hs-button:hover, .hs-button:focus {
  border-color: #21222a;
}

.hs-button:active {
  border-color: #71727a;
}

.hs-button.primary:after {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  right: auto;
  z-index: -1;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  border-radius: 5px;
}

.hs-button:after {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  right: auto;
  z-index: -1;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  border-radius: 5px;
}
/* .hs-button:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  background: white;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
}
.hs-button.primary:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  background: white;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
} */

/* .hs_submit.hs-submit .actions .hs-button.primary {
  background-color: transparent;
} */

.hs_submit.hs-submit .actions:before {
  content: "";
  background-color: rgba(193,14,14,1.0);
  width: 100%;
  position: absolute;
  height: 100%;
}

body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  color: #33475b;
  border: 1px solid #cbd6e2;
  padding: 3px 20px;
  min-height: 60px;
  height: auto;
  width: 100%;
  font-family: Montserrat;
  font-size: 20px;
  line-height: normal;
      max-width: 100%;
  font-weight: 500;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  color: #33475b;
}

body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  outline: none;
  box-shadow: 0 0 30px rgba(193,14,14,0.13);
}

#hs-pwd-widget-password {
  margin: 0 0 15px !important;
}

#email-prefs-form .hs-button:hover,
#hs_cos_wrapper_password_prompt .hs-button:hover {
  background-color: #fff;
}

.hs-form label {
  color: #33475b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.66;
  display: inline-block;
}
.hs-form legend {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.66;
  display: inline-block;
}
.hs-form-field label, .hs-form-field a {
  color: #33475b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.66;
  display: inline-block;
}

a#hs_login_reset {
  color: #33475b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.66;
  display: inline-block;
}

form .hs-error-msgs label {
  color: #f2545b;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.66;
}

.hs_error_rollup .hs-error-msgs label {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.66;
}
body form .hs-input[type=checkbox],
body form .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  margin: 3px 5px 3px 0px;
  padding: 0 !important;
  line-height: normal;
  min-height: auto;
}

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

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

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

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

.actions .hs-button.primary.large {
  margin: 0;
}

.hs_submit.hs-submit .actions {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.hs_submit.hs-submit .actions:after {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  right: auto;
  z-index: 1;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  border-radius: 5px;
}

/* .hs_submit.hs-submit .actions:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  background: white;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
} */
.actions:hover .hs-button.primary.large {
  background-color: transparent !important;
/*   color: #000; */
}

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

@media only screen and (max-width: 400px) {
  fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
    width: 95%;  
  }
}

@media only screen and (min-width: 600px) and (max-width:940px) {
  .hs-form-field {
    float: unset !important;  
  }
}

/* Add a bit of padding top for all form fields */
.hs-form-field {
    margin-top: 10px !important;
}

body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
  border-color: #c87872 !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
  border-color: #b9554d !important;
}

.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
  padding-left: 0;
}
.hs_error_rollup {
  margin-top: 10px;
}
form .field:first-child {
  margin-top: 0;
}

.field {
  margin-bottom: 0;
  /*margin-top: 15px;*/
}

.hs-field-desc {
  color: #7c98b6;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.66;
}

.hs-form-required {
  color: red;
  display: none;
}
#hs-pwd-widget-password {
  margin-top: 0 !important;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */


.custom-menu-primary .navigation-primary > .level-1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 30px;
  position: static;
}

.custom-menu-primary .navigation-primary .submenu .menu-item {
  position: relative;
  display: inline-block;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
  position: relative;
  display: block;
  white-space: nowrap;
  letter-spacing: 0em;
  line-height: 1.26;
  text-transform: none;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 13px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  text-decoration:none;
}
.custom-menu-primary .navigation-primary > .submenu > .has-submenu.menu-item > a:after {
  font-family: Ionicons;
  content: "\f35f";
  font-size: 12px;
  margin-left: 9px;
  position: relative;
  top: -2px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item {
  display: block;
  width: 100%;
  margin: 0px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  letter-spacing: 0em;
  line-height: 1.2;
  text-transform: none;
  display: block;
  position: relative;
  font-size: 15px;
  padding: 11px 30px;
}

.triangle-container {
  display: none;
}

.submenu-toggle {
  display: none;
}

.custom-menu-primary .navigation-primary > .level-1:after {
  content: " ";
  display: table;
  clear: both;
}

.custom-menu-primary .navigation-primary > .level-1:before {
  content: " ";
  display: table;
}

.custom-menu-primary .navigation-primary .submenu .menu-item:hover > ul{
  opacity: 1;
  visibility: visible;
  top: 101%;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
  width: 100%;
  position: relative;
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item:first-child > ul > li > a,
.custom-menu-primary .navigation-primary > .submenu > .menu-item:nth-child(3) > ul > li > a {
  padding: 12px 0;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item:hover > a:after {
  transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
}

.header_row {
  display: inline-block;
  margin-right: 13px;
  font-size:14px;
  line-height:26px;
}

.header__column {
  text-align: right;
}


@media (min-width: 1301px){
  .custom-menu-primary .child-trigger {
    display: none  !important;
  }
  .header_close {
    display: none !important;
  }
  .custom-menu-primary .navigation-primary > .submenu > .menu-item > ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s ease, top .4s ease, visibility .4s ease;
    position: absolute;
    z-index: 10;
    top: calc(100% + 50px);
    left: 0;
    text-align: left;
    padding: 25px 0;
    min-width: 270px;
    box-shadow: 0 0 37px rgba(0,0,0,.07);
    border-bottom: 3px solid transparent;
    border-bottom-color: #c10e0e;
    display: block !important;
  }
  .custom-menu-primary .navigation-primary .submenu > .menu-item > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s ease, top .4s ease, visibility .4s ease;
    position: absolute;
    left: 100%;
    top: -17px;
    z-index: 10;
    text-align: left;
    padding: 25px 0;
    min-width: 270px;
    box-shadow: 0 0 37px rgba(0,0,0,.07);
    border-bottom: 3px solid transparent;
    border-bottom-color: #c10e0e;
  }
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:first-child > ul {
    width: 80%;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 34px;
    padding-bottom: 23px;
  }
  
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:nth-child(3) > ul {
    width: 40%;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 34px;
    padding-bottom: 23px;
  }
  
  .custom-menu-primary .navigation-primary>.submenu>.menu-item:first-child:hover>ul.submenu,
  .custom-menu-primary .navigation-primary>.submenu>.menu-item:nth-child(3):hover>ul.submenu {
    top: 72px;
    left: auto;
    right: 0;
  }
  
  .custom-menu-primary .navigation-primary>.submenu>.menu-item:first-child>ul.submenu,
  .custom-menu-primary .navigation-primary>.submenu>.menu-item:nth-child(3)>ul.submenu
  {
    left: auto;
    right: 0;
  }
  
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:first-child,
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:nth-child(3) {
    position: static;
  }

  .custom-menu-primary .navigation-primary > .submenu > .menu-item:first-child > ul > li,
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:nth-child(3) > ul > li {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.2;
  }
  
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:first-child > ul > li {
    width: 25%;
  }
  
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:nth-child(3) > ul > li:first-child {
    width: 40%;
  }
  
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:nth-child(3) > ul > li:last-child {
    width: 60%;
  }

  .custom-menu-primary .navigation-primary > .submenu > .menu-item:first-child > ul > li+li,
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:nth-child(3) > ul > li+li {
    border-left: 1px solid #eee;
  }

  .custom-menu-primary .navigation-primary > .submenu > .menu-item:first-child > ul > li > ul,
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:nth-child(3) > ul > li > ul {
    position: static;
    visibility: hidden;
    overflow: hidden;
    opacity: 1;
    width: 100%;
    padding: 0;
    border: 0;
    box-shadow: 0 0 BLACK;
  }
  .custom-menu-primary .navigation-primary>.submenu>.menu-item:first-child:hover>ul>li>ul,
  .custom-menu-primary .navigation-primary>.submenu>.menu-item:nth-child(3):hover>ul>li>ul {
    visibility: visible;
    overflow: visible;
  }
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:first-child > ul > li > ul > li > a,
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:nth-child(3) > ul > li > ul > li > a {
    padding: 11px 0;
  }

  .custom-menu-primary .navigation-primary > .submenu > .menu-item:first-child > ul > li > a,
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:nth-child(3) > ul > li > a {
    color: black;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.2;
  }

  .custom-menu-primary .navigation-primary .submenu>.menu-item > ul > ul {
    left: 100%;
    right: auto;
  }

  .custom-menu-primary .navigation-primary .submenu>.menu-item > ul > li > ul.submenu {
    left: calc(100% + 50px);
    transition: opacity .4s ease,left .4s ease,visibility .4s ease;
    top: -17px;
    min-width: 100%;
  }
  .custom-menu-primary .navigation-primary .submenu>.menu-item > ul > li:hover > ul.submenu {
    left: calc(100% + 2px);
    top: -17px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item .submenu.level-3:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    left: -3px;
  }
  .custom-menu-primary .navigation-primary .submenu>.menu-item>ul>li:hover>ul.submenu:after {
    display: none;
  }

  .custom-menu-primary .navigation-primary>.submenu>.menu-item:nth-child(2) > a:before {
    content: "";
    bottom: -8px;
    width: 100%;
    left: 0;
    right: 0;
    height: 10px;
    position: absolute;
  }
  .custom-menu-primary .navigation-primary>.submenu>.menu-item:first-child>ul.submenu,
  .custom-menu-primary .navigation-primary>.submenu>.menu-item:nth-child(3)>ul.submenu {
    max-height: calc(100vh - 87px);
    overflow-y: auto;
  }


}

@media (max-width: 1400px){
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:first-child > ul > li > a,
  .custom-menu-primary .navigation-primary > .submenu > .menu-item:nth-child(3) > ul > li > a {
    padding: 11px 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
    font-size: 13px;
  }
}

@media (max-width: 1300px){

  .mobile-menu-custom-menu .navigation-primary > .level-1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 100%;
  }
  .mobile-menu-custom-menu .navigation-primary .submenu .menu-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom:5px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .mobile-menu-custom-menu .navigation-primary .submenu .menu-item a {
    position: relative;
    display: block;
    letter-spacing: 0em;
    line-height: 1.5;
    text-transform: none;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    border: 0;
    border-color: transparent;
    text-decoration: none;
  }
  .mobile-menu-custom-menu .navigation-primary .submenu .menu-item+li > a {
    border-top: 1px solid transparent;
    border-color: #333;
  }
  .mobile-menu-custom-menu .navigation-primary .submenu .menu-item ul {
    display: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 0 14px 10px;
  }
  .mobile-menu-custom-menu .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item .menu-arrow {
    right: 0px;
    top: 0;
  }
  .mobile-menu-custom-menu .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a:after {
    right: 8px;
  }
  .mobile-menu-custom-menu .navigation-primary .submenu .menu-item ul ul {
    display: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin: 12px 0 14px 10px;
  }
  .mobile-menu-custom-menu .navigation-primary > .submenu > .has-submenu.menu-item.open-submenu > a {
    border-bottom: 1px solid #333333 !important;
  }



  .mobile-menu-custom-menu .navigation-primary .submenu .menu-item ul li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
  }
 

  .mobile-menu-custom-menu .navigation-primary .submenu .menu-item a:hover {
    color: #ffffff;
  }

  .mobile-menu-custom-menu .navigation-primary .submenu .menu-item ul li a:hover {
    color: #ffffff;
  }

  .mobile-menu-custom-menu-primary {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-color: rgba(27,29,62,0.99);
    text-align: left;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-y: auto;
    padding-top: 70px;
  }
  .has-submenu.menu-item.open-submenu > a {
    color: #ffffff !important;
  }
  .mobile-open .mobile-menu-custom-menu-primary {
    right: 0;
  }


  .mobile-menu-custom-menu-primary .child-trigger {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    background-color: hsla(0,0%,100%,.1);
  }

  .mobile-menu-custom-menu-primary .child-trigger:hover {
    background: hsla(0,0%,100%,.2);
  }

  .mobile-menu-custom-menu-primary .child-trigger:after {
    display: block;
    content: "\f3d3";
    font-size: 24px;
    font-family: Ionicons;
    font-weight: 500;
  }

  .mobile-menu-custom-menu-primary .child-trigger.child-open:after {
    content: "\f3d0";
  }
  body.mobile-open {
    overflow: hidden;
  }

  .mobile-menu-custom-menu .navigation-primary>.submenu>.menu-item:nth-child(2)>ul>li>ul.submenu.level-3 {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
  }

  .mobile-menu-custom-menu .navigation-primary>.submenu>.menu-item:nth-child(2)>ul>li>a {
    font-weight: bolder;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: 14px;
    color: white;
    padding-top: 19px;
  }

  .mobile-menu-custom-menu .navigation-primary>.submenu>.menu-item:nth-child(2)>ul>li+li {
    margin-top: 27px;
  }

  .mobile-menu-custom-menu .navigation-primary>.submenu>.menu-item:nth-child(2)>ul>li>ul.submenu.level-3 {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
  }
  .mobile-menu-custom-menu .navigation-primary>.submenu>.menu-item:nth-child(2)>ul>li>a {
    font-weight: bolder;
    text-transform: uppercase;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    padding-top: 19px;
  }
  .mobile-menu-custom-menu .navigation-primary>.submenu>.menu-item:nth-child(2)>ul>li+li {
    margin-top: 27px;
  }
  .mobile-menu-custom-menu .navigation-primary>.submenu>.menu-item:nth-child(2)>ul.submenu.level-2 .has-submenu.menu-item>a>.child-trigger {
    display: none;
  }
  .mobile-menu-custom-menu .navigation-primary>.submenu>.has-submenu.menu-item.open-submenu>a {
    border: 0 !important;
  }
  .mobile-menu-custom-menu .navigation-primary  .submenu .menu-item.open-submenu ul {
    border-top: 1px solid #333 !important;
  }
.mobile-menu-custom-menu .navigation-primary .submenu .menu-item.open-submenu ul ul {
    border: 0 !important;
}
}
.custom-menu-primary .navigation-primary>ul>li:nth-child(4) ul .child-trigger {
  display: block !important;
}
.custom-menu-primary .navigation-primary > ul > li:not(:nth-child(2)) ul .child-trigger {
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 15px;
  display: block;
}
.custom-menu-primary .navigation-primary > ul ul .child-trigger:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Ionicons;
  content: "\f35f";
  font-size: 12px;
  content: "\f3d3";
  right: 30px;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.demand-page-wrapper .widget-type-rich_text p {
  color: #222 !important;
}
@media (max-width: 767px){
  .migration form.hs-form.stacked {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px){
  .bar-chart.clearfix .left-content p,
  .body-container__website .widget-type-rich_text p {
    word-break: break-word !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.border-red {
  padding:10px;
  border: 2px solid #e44655;
  border-radius:15px;
}
.border-gray {
  padding:10px;
  border: 2px solid #ebebeb;
  border-radius:15px;
}
.border-dark {
  padding:10px;
  border: 2px solid #212f45;
  border-radius:15px;
}

.border-yellow {
  padding:10px;
  border: 2px solid #fec76f;
  border-radius:15px;
}

.border-green {
  padding:10px;
  border: 2px solid #75ba75;
  border-radius:15px;
}

.dnd-section[class*=force-full-width-section]>.row-fluid{
  padding: 0 !important;
}

.breadcrumb-wrapper ul li:not(:first-child) a {
  cursor: default;
  color: #999 !important;
}

.breadcrumb-wrapper ul li:not(:first-child) a:after {
  display: none;
}

.service-inner-page {
  padding-top: 65px;
}

.service-inner-page .breadcrumb-wrapper ul {
  margin: 0;
  padding: 0;
}

.service-inner-page .breadcrumb-wrapper ul li {
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1.26;
  text-transform: none;
  float: none;
  display: inline-block;
  color: #222;
  padding: 0;
}

.service-inner-page .breadcrumb-wrapper ul li a {
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1.26;
  text-transform: none;
  color: #999;
  position: relative;
  padding: 2px 0;
  overflow: hidden;
  z-index: 1;
  text-decoration:none;
}

.service-inner-page .breadcrumb-wrapper .page-center {
  padding: 0 15px;
}

.service-inner-page .breadcrumb-wrapper ul li .hs-breadcrumb-menu-divider {
  display: none;
}

.service-inner-page .breadcrumb-wrapper ul li+li {
  position: relative;
  padding-left: 25px;
}

.service-inner-page .breadcrumb-wrapper ul li+li:before {
  font-family: Ionicons;
  content: "\f363";
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}

.service-sidebar .service-sidebar-wrapper .grid-item .post-item-wrap:hover .icon svg circle {
  fill: #ffffff !important;
}

.service-inner-page .breadcrumb-wrapper ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.service-inner-page .breadcrumb-wrapper ul li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  background-color: #d72420;
}

.service-inner-page .breadcrumb-wrapper ul li a:hover {
  color: #d72420;
}

.service-inner-page .service-inner-top .widget-type-rich_text h2 {
  font-size: 42px;
  color: #575759;
  line-height: 1.23;
  margin-bottom: 50px;
}

.service-inner-page .widget-type-rich_text h5 {
  font-weight: 700;
  margin-bottom: 1.5em;
  margin-top: 0;
  line-height: 1.66;
  font-size: 20px;
  color:#222;
}

.cm-row {
  margin-left: -15px;
  margin-right: -15px;
}


.service-inner-page-main .cm-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-inner-top {
  position: relative;
  min-height: 1px;
  width: 100%;
}


.page-sidebar-inner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.service-inner-page .widget-type-rich_text li:not(:last-child) p
{
  margin-bottom: 0;
}

.service-inner-page .widget-type-rich_text p {
  margin-bottom: 28px;
  color: #222;
}

.service-inner-page-main {
  padding-top: 54px;
}


.sidebar-top-service-inner {
  background: #f2f2f3;
  border-radius: 5px;
  padding: 50px 25px 48px;
}


.page-sidebar-inner .widget-type-rich_text h2 {
  font-size: 24px;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
  color: #575759;
  line-height: 1.23;
}


.page-sidebar-inner .widget-type-linked_image img {
  vertical-align: bottom;
  margin-bottom: 33px;
}

.page-sidebar-inner .widget-type-rich_text p {
  font-size: 16px;
  margin-bottom: 21px;
}

.page-sidebar-inner .widget-type-rich_text a {
  color: #0065c2;
  font-size: 16px;
}

.page-sidebar-special {
  margin-top: 40px;

}

.service-inner-page .widget-type-rich_text h4 {
  font-weight: 700;
  color: #222222;
  font-size: 24px;
  margin-bottom: 1.5em;
  letter-spacing: 0em;
  line-height: 1.66;
}

.service-inner-page .widget-type-rich_text h6 {
  font-weight: 600;
  font-size: 20px;
  color: #575759;
  line-height: 1.23;
  margin-bottom: 28px;
}
.row3-sector-inner-page h3 {
  font-size: 32px;
  letter-spacing: 0em;
  line-height: 1.23;
  color: #575759;
  margin-bottom: 28px;
}
.row3-sector-inner-page .widget-type-rich_text ul,
.service-inner-page .widget-type-rich_text ul , 
.row1-sector-page .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.row3-sector-inner-page .widget-type-rich_text ul{
  margin-bottom: 50px;
}
.row3-sector-inner-page .widget-type-rich_text ul li,
.service-inner-page .widget-type-rich_text ul li , 
.row1-sector-page .widget-type-rich_text ul li {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  line-height: 33px;
/*   margin-bottom: 15px; */
  position: relative;
  padding-left: 32px;
}
.row3-sector-inner-page .widget-type-rich_text ul li{
  color: #575759;
}
.row3-sector-inner-page .widget-type-rich_text ul li:before,
.service-inner-page .widget-type-rich_text ul li:before , 
.row1-sector-page .widget-type-rich_text ul li:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  font-family: Ionicons;
  content: "\f122";
  font-size: 18px;
  color: #c7322d;
}
.title-wrap {
  color: #000;
}
.service-inner-page .benefit-wrapper .list-header .marker {
  background-color: #c7322d;
}
.content-with-form .content-with-form-wrapper textarea:focus {
  border-color: #C10E0E !important;
}
.content-with-form .hs-form-field label {
  margin: 0 !Important;
  cursor: pointer;
}
.content-with-form .hs-upload_your_bill {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-width-page .content-with-form .content-with-form-wrapper textarea {
  background-color: #fff;
  border-color: #ddd;
}
.demand-page-wrapper .widget-type-rich_text p {
  margin-bottom: 28px;
  color: #000;
}
.service-inner-page .widget-type-rich_text ul.small li{
  font-size: 18px;
  line-height: inherit;
  font-weight: 500;
}
.service-inner-page .widget-type-rich_text h3 {
  font-size: 30px;
  font-weight: 600;
  color: #1b1f3e;
  line-height: 1.23;
  margin-bottom: 28px;
}
/* .banner-wrapper ul.hs-breadcrumb-menu li a:hover:after {
background-color: #d72420 !important;
}
.banner-wrapper ul.hs-breadcrumb-menu li a:hover {
color: #d72420;
} */
:-moz-placeholder, ::placeholder {
    color: #ABABAB;
    opacity: 1;
    -webkit-transition: opacity .3s !important;
    transition: opacity .3s !important;
}
.content-with-form .content-with-form-wrapper textarea {
	background-color: #fff !important;
	border-color: #ddd !important;
}
.glossary-wrapper .glossary-content p:last-child {
  margin: 0;
}
.glossary-wrapper .glossary-content a:hover {
  color: #d7241f;
}

.glossary-wrapper .glossary-content a {
  color: #000;
}
.service-inner-page .widget-type-rich_text ol {
  margin: 0;
  padding: 0;
  padding: 0 15px;
  list-style: none;
}

.service-inner-page .widget-type-rich_text ol>li {
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 5px;
}

.service-inner-page .widget-type-rich_text li ul li {
  padding-left: 20px;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}

.service-inner-page .widget-type-rich_text li ul li:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  font-family: Ionicons;
  content: "\f400";
  font-size: 9px;
}

.service-inner-page .widget-type-rich_text li ul {
  padding-left: 20px;
  padding-top: 10px;
}

.page-sidebar-inner .widget-type-rich_text a {
  text-decoration: none;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.page-sidebar-inner .widget-type-rich_text a:hover {
  color: #C10E0E;
}

.body-container__website .widget-type-rich_text p {
  color: #000000;
  margin-bottom: 30px;
}

.body-container__website .widget-type-rich_text ul li {
  color: #000000;
}

.body-container__website .widget-type-rich_text h3 {
  color: #575759;
  font-size: 32px;
  line-height: 1.23;
  margin-bottom: 50px;
}

.case-study-main h3 {
  font-size: 30px;
}

.demand-page .banner-wrapper.banner.blog-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  border-bottom-width: 0px;
/*   padding-top: 159px;
  padding-bottom: 143px; */
}

/* .demand-page .banner-sub-heading {
  margin-top: 14px;
} */

.demand-page-wrapper .service-inner-page-main {
  padding: 0;
}

.demand-page-wrapper {
  padding-top: 100px;
}

.demand-page-wrapper .service-inner-top {
  position: relative;
  min-height: 1px;
  width: 100%;
}

.demand-page-wrapper .page-sidebar-inner {
  position: relative;
  min-height: 1px;
  width: 100%;
}
.demand-page .service-inner-page .widget-type-rich_text h6 {
  font-weight: bold;
}
.demand-page-wrapper .widget-type-rich_text p {
  margin-bottom: 28px;
}
.accordion-content a:hover {
  color: #C10E0E;
}
.demand-page .advanced-image-wrapper img {
  -moz-box-shadow: 0px 5px 10px #000000;
  -webkit-box-shadow: 0px 5px 10px #000000;
  box-shadow: 0px 5px 10px #000000;
}

.service-inner-page .widget-type-rich_text ul li a:hover {
  color: #c7322d;
}

.service-inner-page .widget-type-rich_text ul li a {
  color: #000;
}

.demand-page .service-inner-page .widget-type-rich_text h6 {
  margin: 0;
  padding-bottom: 15px;
}

.demand-page .tm-accordion .accordion-section.active h6.accordion-title {
  background-color: #C10E0E;
}

.demand-page .content-with-form .vc_container-overlay {
  background-color: #C10E0E;
}

.demand-page .service-inner-page .widget-type-rich_text a {
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  color: #e44755;
  text-decoration: none !important;
}
.demand-page.procurement-page .advanced-image-wrapper {
  padding: 0px 0 100px;
}
.demand-page.procurement-page  .advanced-image-wrapper {
  padding-right: 30px !important;
}
.demand-page .service-inner-page .widget-type-rich_text a:hover {
  color: #c7322d;
}
.new-connection-page .tm-accordion {
  margin: 100px 0 50px;
}

.row1-sector-page .widget-type-rich_text h3 {
  color: #575759;
  line-height: 1.23;
  margin-bottom: 28px;
  font-size: 22.4px;
}

.row1-sector-page .widget-type-rich_text ul li {
  color: #575759;
}

.row4-sector-page .contact-detail-wrapper.bottom-pane-wrapper .contact-box h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.row4-sector-page  .contact-detail-wrapper.bottom-pane-wrapper {
  padding-top: 50px;
}

.row2-sector-page .widget-type-rich_text a , .row2-sector-page .widget-type-rich_text a span {
  text-decoration: none;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}


.row2-sector-page .widget-type-rich_text a:hover , .row2-sector-page .widget-type-rich_text a:hover span {
  color: #d7241f !important;
}

.sector-page-banner .banner-wrapper.banner.blog-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main.body-container-wrapper.full-width-page {
  padding: 0;
}

.body-full-width-page h3 {
  color: #575759;
  font-size: 32px;
  letter-spacing: 0em;
  line-height: 1.23;
  margin-bottom: 28px;
}

.body-full-width-page {
  color: #000;
}

.body-full-width-page p {
  margin-top: 0;
  margin-bottom:0;
}
.body-full-width-page h5 {
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.66;
  font-size: 20px;
  margin-bottom: 0;
}
.hs_error_rollup ul li label {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-color: #ffb900;
/*   color: #fff; */
}
.body-container-wrapper.contact-page {
  padding: 0;
}

.contact-page .content-with-form .vc_container-overlay {
  background-color: #C10E0E;
}

.contact-page .content-with-form .content-with-form-wrapper textarea {
  background-color: #fff;
  border-color: #ddd;
  line-height: 33px;
  margin-bottom: 20px;
}
.contact-page  .content-with-form .inner-content h3 {
  max-width: 370px;
  line-height: 1.2;
  color: #fff;
  font-size: 64px;
  font-weight: bold;
}

.contact-page .content-with-form .inner-content p {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 20px;
}
.contact-page  .content-with-form .hs-upload_your_bill {
  margin-bottom: 20px;
}

.contact-page .content-with-form .content-with-form-column-inner {
  padding: 0;
}
.contact-page  #hs_cos_wrapper_module_spacer {
  height: 50px;
  display: block;
}
.body-full-width-page h6 {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  height: 55px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: inherit;
}

.body-full-width-page h6 a {
  color: #575759;
}

.body-full-width-page h6:first-of-type {
  margin-top: 50px;
}

.body-full-width-page h6 a:hover {
  text-decoration: none;
  color: #c7322d;
}

.body-full-width-page h6:last-of-type {
  margin-bottom: 0;
}



.case-study-page .page-sidebar-inner {
  flex: 0 0 25%;
  max-width: 25%;
}

.case-study-page .service-inner-top {
  flex: 0 0 75%;
  max-width: 75%;
}

.tm-attribute-list {
  border: 1px solid #eee;
  border-radius: 5px;
  background: #f7f7f7;
  font-size: 14px;
  margin-left: 70px !important;
  margin-right: 0;
}

.tm-attribute-list ul {
  padding: 40px 35px;
  margin: 0;
  display: table;
  width: 100%;
}

.tm-attribute-list ul li {
  list-style-type: none;
  display: table-row;
}

.tm-attribute-list span {
  display: table-cell;
  padding: 8px 5px;
  font-weight: 600;
  color: #000;
}

.case-study-information .span4 {
  width: 33.33%;
}

.case-study-information .span8 {
  width: 66.66666667%;
}

.case-study-sidebar .row-fluid {
  padding: 0;
}

.case-study-information {
  padding-bottom: 170px;
}

.service-inner-page.case-study-page.body-container-wrapper .service-inner-page .widget-type-rich_text h3 {
  color: #575759;
  letter-spacing: 0em;
  line-height: 1.23;
  font-weight: bold;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.case-study-page.service-inner-page .widget-type-rich_text h3 {
  font-weight: bold;
}

.case-study-page  .container-fluid.case-study-information h3 {
  margin-bottom: 40px;
  font-weight: bold;
}

.case-study-page .service-inner-page-main,
.case-study-page .service-inner-page.case-study-page {
  padding: 0;
}

.service-inner-page.case-study-page.body-container-wrapper {
  padding: 100px 0;
}

.case-study-page  .container-fluid.case-study-information p {
  margin-bottom: 26px;
}

.case-study-page  .container-fluid.case-study-information p:last-child {
  margin-bottom: 0;
}

.case-study-left-content ul {
  padding-left: 34px !important;
}

.case-study-left-content .body-service-inner ul li h6 {
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  font-weight: bold;
  padding-top: 2px;
}

.case-study-left-content .body-service-inner ul li p {
  margin-top: 13px;
  margin-bottom: 40px;
}

.case-study-page .case-study-left-content .body-service-inner ul li {
  padding-left: 39px;
}

.case-study-page  .case-study-left-content .body-service-inner ul li:before {
  content: "\f137";
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 8px;
  font-size: 20px;
}
.case-study-page .case-study-left-content .body-service-inner .bar-chart.clearfix ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  font-family: Ionicons;
  content: "\f400";
  font-size: 10px;
  color: #c7322d;
}

.case-study-page .case-study-left-content .body-service-inner .bar-chart.clearfix ul li {
  position: relative;
}
.page-sidebar-inner.case-study-sidebar h2 {
  font-size: 24px;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
  color: #575759;
  line-height: 1.23;
}
.case-study-section .post-item-wrap {
  background: #fff url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/images/icon-document.png) no-repeat 20px;
}
.banner-section.sector-page-banner .banner-wrapper .banner_container-overlay {
  background-color: #000;
  opacity: 0.4;
}
body.no-banner .banner-section .widget-type-cell {
  min-height: 0 !important;
}
body.no-banner .banner-section .dnd-module {
  min-height: 0 !important;
}
.testimonial-page .content-with-form .hs-upload_your_bill,
.demand-page .content-with-form .hs-upload_your_bill {
  padding-top: 4px;
  margin-bottom: 20px;
}
.demand-page  .advanced-image-wrapper {
  padding-right: 20px !important;
}
.demand-page .service-inner-page .sidebar-top-service-inner .widget-type-rich_text a:hover {
  color: #C10E0E  !important;
}

.demand-page .service-inner-page .sidebar-top-service-inner .widget-type-rich_text a {
  color: #e44755  !important;
}

.demand-page  .sidebar-top-service-inner .dnd-section>.row-fluid {
  padding: 0;
}
.case-study-page.case-study-page-2 .service-inner-top {
  flex: 0 0 100%;
  max-width: 100%;
}
.body-testimonial-page {
  padding: 100px 0 50px;
  text-align: center;
}
.body-container-wrapper.testimonial-page .content-with-form .vc_container-overlay {
  background-color: #c7322d;
}
.body-container-wrapper.testimonial-page {
  padding: 0;
}

.body-container-wrapper.testimonial-page {
  background-color: #f9f9f9;
}

.row2-testimonial-page .row-fluid {
  padding: 0;
}
.body-testimonial-page h3 {
  color: #575759;
  font-size: 32px;
  letter-spacing: 0em;
  line-height: 1.23;
  margin-bottom: 28px;
}

.body-testimonial-page p {
  color: #000;
  margin: 0;
}
.service-page-banner ul.hs-breadcrumb-menu {
  margin-top: 18px;
  text-align: center;
}

.service-page-banner .banner.banner-wrapper.blog-banner {
  padding-top: 160px;
  padding-bottom: 146px;
}

.service-page-banner .banner-wrapper .banner-content h1 {
  line-height: 1.04;
}
.privacy-policy-page .body-full-width-page {
  padding: 50px 0;
}

.privacy-policy-page .body-full-width-page h3 {
  font-size: 36px;
}
.privacy-policy-page ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-policy-page  ul li{
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 32px;
}

.privacy-policy-page  ul li:before{
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  font-family: Ionicons;
  content: "\f122";
  font-size: 18px;
  color: #c10e0e;
}

.privacy-policy-page .hs_cos_wrapper_type_rich_text span {
  display: block;
}
main.body-container-wrapper.sector-inner-page.sector-page {
  padding: 0;
}

.row1-sector-inner-page {
  padding: 100px 0 50px;
}

.row1-sector-inner-page p:last-child {
  margin: 0;
}

.row2-sector-page.row2-sector-inner-page {}

.full-width-content-wrapper {
  padding: 50px 0;
}

.full-width-content-wrapper .page-center {
  padding: 0;
}

.full-width-content p {
  margin-bottom: 28px;
}

.full-width-content-wrapper .vc_row-separator.triangle.top {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  line-height: 0;
  position: absolute;
}
.full-width-content p:last-child {
  margin-bottom: 0;
}
.full-width-content-wrapper .vc_row-separator.triangle.top svg {
  height: 30px;
  fill: #fff;
  width: 100%;
}

.sector-inner-page .dnd-column {
  min-height: 0 !important;
}

.sector-inner-page .widget-type-cell {
  min-height: 0 !important;
}
.full-width-content-wrapper {
  position: relative;
}

.row3-sector-inner-page {
  padding: 50px 0;
  color: #000;
}

.row3-sector-inner-page p {
  margin-bottom: 28px;
}

.row3-sector-inner-page p:last-child {
  margin: 0;
}

.row3-sector-inner-page a {
  color: #000;
}

.row3-sector-inner-page a:hover {
  color: #d7241f;
  text-decoration: none;
}

.testimonial-desc {
  color: #000;
}
.sector-page p {
  color: #000;
}
.row1-sector-inner-page p {
  margin-bottom: 28px;
}
.row1-sector-inner-page h3 {
  margin-bottom: 50px;
}

.row1-sector-inner-page p {
  margin-bottom: 28px;
}
.row2-sector-inner-page {
  position: relative;
}
.full-width-content-wrapper .vc_row-separator.triangle.bottom {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  line-height: 0;
  top: 0;
}

.full-width-content-wrapper .vc_row-separator.triangle.bottom svg {
  height: 30px;
  fill: #fff;
  width: 100%;
}
.contact-detail-wrapper.bottom-pane-wrapper .contact-box>div {
  display: flex;
  align-items: center;
}
.body-container-wrapper.our-loaction-page {
  padding: 0;
}
.our-loaction-page .partner-slider-wrapper {
  border: 0;
}

.our-loaction-page .partner-slider-wrapper .page-center {
  padding: 0;
}

.our-loaction-page .partner-slider-wrapper {
  padding: 0;
}
.body-our-loaction-page {
  padding-top: 100px;
  padding-bottom: 50px;
  color: #000;
}

.body-our-loaction-page p {
  margin-bottom: 28px;
}

.body-our-loaction-page a {
  color: #000;
}

.body-our-loaction-page a:hover {
  color: #d7241f;
  text-decoration: none;
}
.body-our-loaction-page p:last-child {
  margin: 0;
}
.our-location-wpb_wrapper p {
  margin: 0;
}
.body-container-wrapper.our-people-page {
  padding: 0;
}

.body-our-people-page {
  padding: 100px 0 50px;
}

.body-our-people-page h3 {
  font-size: 32px;
  color: #575759;
  letter-spacing: 0em;
  line-height: 1.23;
  margin-bottom: 28px;
}
.body-our-people-page {
  color: #000;
}
.body-our-people-page p:first-child {
  margin-bottom: 50px;
}
.body-our-people-page p:first-of-type {
  margin-bottom: 50px;
}
.body-our-people-page .span4 {
  width: 330px;
  max-width: 100%;
}
.body-our-people-page .span4 + .span8 {
  margin: 0;
  padding-left: 20px;
  width: calc(100% - 330px);
}
.body-our-people-page .span4 img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.body-our-people-page .span8 h3 {
  margin: 0;
}

.body-our-people-page .span8 p {
  margin-bottom: 1.5em;
}

.body-our-people-page .span8 p:last-child {
  margin: 0;
}

.row3-our-people-page .dnd-section {
  padding: 100px 0;
  position: relative;
  background-attachment: fixed !important;
  background-position: initial !important;
}

.row3-our-people-page h3 {
  font-size: 50px;
  letter-spacing: 0em;
  line-height: 1.23;
  margin-bottom: 28px;
}

.row3-our-people-page p {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.23;
}

.row3-our-people-page:after {
  background-color: #000;
  opacity: 0.52;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
}

.row3-our-people-page {
  position: relative;
}

.row3-our-people-page .dnd-section .dnd-column {
  position: relative;
  z-index: 9;
}

.row3-our-people-page  .hs-button {
  min-width: 170px;
  background-color: #c7322d;
  text-align: center;
  margin-top: 50px;
  line-height: 60px;
}

.row3-our-people-page h6 {
  font-size: 16px;
  margin: 0;
  letter-spacing: 0em;
  line-height: 1.23;
}

.home-layout.body-container-wrapper {
  padding: 0;
}

/* .home-header .custom-header-logo img {
  max-width: 250px !important;
}

.scroll-header .home-header .custom-header-logo img {
  max-width: 155px !important;
} */

.home-row1 .dnd-section {
  padding-top: 120px;
  padding-bottom: 0;
}

.home-row1 .hs_cos_wrapper_type_header {
  display: block;
  padding-bottom: 26px;
}

.home-row1 .hs_cos_wrapper_type_header h3 {
  line-height: 1.26;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  color: #d1d1d8;
  font-weight: 700;
  margin: 0;
}

.home-row1 .span6 h3 {
  color: #4b4b4e;
  line-height: 1.33;
  font-size: 36px;
}

.home-row1 .span6 h3 mark {
  color: #D8372F;
  background: none;
  text-decoration: none;
}

.home-row1 .span6:first-of-type>div {
  padding-right: 85px;
}

.home-row1 .span6:last-of-type>div {
  padding-left: 70px;
}

.home-row1 .span6 p {
  color: #222222;
  padding-bottom: 1px;
}

.home-row1 .span6:last-of-type>div a {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  padding-right: 30px;
  color: #4c4b4e;
}

.home-row1 .span6:last-of-type>div a span {
  position: relative;
  display: inline-block;
  padding: 0 0 8px;
}

.home-row1 .span6:last-of-type>div a span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #eee;
}

.home-row1 .span6:last-of-type>div a:after {
  content: "\f10b";
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #C10E0E;
  font-size: 20px;
  position: absolute;
  right: 1px;
  top: 4px;
}

.homepage-slider .smooth-scroll-link {
  animation: moving 8s infinite;
  top: 30px;
  display: block;
  position: relative;
}

.body-contact .dnd-section {
  padding-top: 100px;
}

.body-contact .widget-type-rich_text h3 {
  font-size: 32px;
  color: #575759;
  letter-spacing: 0em;
  line-height: 1.23;
  margin-bottom: 28px;
  font-weight: 600;
}

.body-contact .widget-type-rich_text p {
  margin-bottom: 28px;
}

.body-contact .widget-type-rich_text p:last-child {
  margin: 0;
}
.body-contact .widget-type-rich_text ul li{
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 32px;
}
.body-contact .widget-type-rich_text ul li:before{
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  font-family: Ionicons;
  content: "\f122";
  font-size: 18px;
  color: #C10E0E;
}


.body-contact .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

@keyframes bounce {
  50% {
    transform: translateY(-15px);
  }
}

@keyframes moving {
  0% {
    top: 0px;
  }
  30% {
    top: 30px;
  }
  100% {
    top: -10px;
  }
}
.body-contact .widget-type-rich_text h3:first-of-type {
  font-weight: bold;
}
mark {
  color: #D8372F;
  background: transparent;
}
.home-row1 .span6:last-of-type>div a span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  background: currentColor;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.home-row1 .span6:last-of-type>div a:hover {
  color: #d72420;
  border-color: #C10E0E;
}

.home-row1 .span6:last-of-type>div a:hover span:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.home-layout.body-container-wrapper .container-fluid {
  padding: 0;
}

.home-layout .content-with-form .left-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.home-layout .content-with-form .left-content .vc_container-overlay {
  background-color: #C10E0E;
}

.home-layout .content-with-form .left-content h3 {
  max-width: 370px;
  line-height: 1.2;
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
}

.home-layout .content-with-form .left-content p {
  font-size: 16px;
  line-height: 1.23;
}

.home-layout .content-with-form .hs_submit.hs-submit {
  margin-top: 20px;
}

.home-layout .content-with-form {
  border-bottom: 1px solid #fff;
}
.row3-our-people-page .hs-button:hover {
  color: #222;
}
/* .home-layout .content-with-form .hs-input[type=file] {
width: 100%;
height: 40px;
position: absolute;
top: 0;
opacity: 0;
} */


.content-with-form .hs-upload_your_bill label {
  margin: 0;
  line-height: 40px;
}

.home-layout .content-with-form .content-with-form-wrapper textarea {
  margin-bottom: 20px;
}
.demand-page .contact-page .content-with-form .inner-content p {
  margin-top: 20px;
  line-height: 1.23;
}
.content-with-form .hs-form-field label {
  display: block;
  margin-top: 5px;
}

.body-full-width-page h6 a:hover {
  color: #c7322d;
}

.about-layout.body-container-wrapper {
  padding: 0;
}

.about-row1 .dnd-section {
  padding-top: 100px;
  padding-bottom: 50px;
}

.about-row1 h3 {
  color: #575759;
  line-height: 1.38;
  font-size: 32px;
  margin: 0;
  padding-bottom: 28px;
}

.about-row1 p {
  color: #000000;
  padding-bottom: 4px;
}

.about-row2 {
  background-color: #f7f7f7;
}

.about-row1 p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-row2 .dnd-section {
  padding-top: 50px;
  padding-bottom: 20px;
}

.about-row2 h3 {
  text-align: center;
  color: #575759;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.23;
  padding-bottom: 28px;
  margin-bottom: 0;
}

.about-row4 {
  border-top: 1px solid #eaeaea;
  background-color: #f7f7f7;
}

.about-row4 .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-row4 h3 {
  text-align: center;
  color: #575759;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.23;
  padding-bottom: 50px;
  margin-bottom: 0;
}

.about-row4 .slick-slider {
  padding: 0 !important;
  margin: 0 !important;
}

.about-row4 ul.slick-dots {
  display: none !important;
}

.about-row4 .slick-arrow {
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  border: 2px solid rgba(34,34,34,.16);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.01);
  background-image: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none!important;
  width: 60px;
  height: 60px;
  font-size: 20px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  color: transparent;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
}

.about-row4 .slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.about-row4 .slick-arrow:before {
  content: none;
}

.about-row4 .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  line-height: 1;
  display: inline-block;
  font: normal normal normal 14px/1 Ionicons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3cf";
  color: #222;
}

.about-row4 .slick-arrow.slick-next:after {
  content: "\f3d1";
}

.about-row4 .slick-arrow.slick-prev {
  left: 20px;
}

.about-row4 .slick-arrow.slick-next {
  right: 20px;
}

.about-row4 .slick-slide .slick-slide-inner-wrapper {
  display: block !important;
}

.about-row4 .slick-slide img {
  max-width: 100%;
  max-height: 550px;
  margin: 0 auto;
}

.about-layout .contact-detail-wrapper.bottom-pane-wrapper {
  background-color: #C10E0E;
}

.about-layout .contact-detail-wrapper .contact-phone-number .button-icon {
  color: #C10E0E;
}

.about-layout .contact-detail-wrapper.bottom-pane-wrapper .contact-box h3 {
  font-size: 24px;
  padding: 7.5px 0;
}

.about-row4 .slick-arrow:hover {
  border-color: #C10E0E;
  background-color: #C10E0E;
}

.about-row4 .slick-arrow:hover:after {
  color: #fff;
}
.custom_blog_next-previous > div > a:hover {
  color: #000000;
  text-decoration:none;
}
.body-contact .widget-type-rich_text {
  color: #000;
}
.about-layout .wow.fadeInUp {
  visibility: visible;
}
.home-layout .content-with-form .hs-input[type=file] {
  cursor: pointer;
}
.service-inner-page-main {
  padding-bottom: 100px;
}
.case-study-page .case-study-left-content .body-service-inner ul li {
  padding-left: 39px;
  font-size: 20px;
}
ul.tm-pricing-list {
  color: #000;
}
.pricing-list .price-content .tm-button:hover {
  color: #c7322d;
  border-color: #c7322d;
}
.full-width-page .tm-accordion .accordion-section.active h6.accordion-title {
  background-color: #c7322d;
}

.our-technology-section .row-fluid:before,
.our-technology-section .row-fluid:after,
.home-abt-us-section .page-center>.row-fluid:before,
.home-abt-us-section .page-center>.row-fluid:after,
.testimonial-slider-section .row-fluid:before,
.testimonial-slider-section .row-fluid:after {
  display: none ;
}
.our-technology-section .span6,
.home-abt-us-section .page-center>.row-fluid>div,
.testimonial-slider-section .row-fluid>div {
  float: none !important;
}

.case-study-page .service-inner-page-main, 
.case-study-page .service-inner-page.case-study-page
.our-process-wrapper {
    overflow: hidden;
}

@media(min-width:768px) {
  .case-study-main>.page-center {
    max-width: 720px;
  }
}


@media(min-width:992px) {

  .service-inner-top {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .page-sidebar-inner {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .case-study-main>.page-center {
    max-width: 940px;
  }

  .demand-page-wrapper .service-inner-top {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .demand-page-wrapper .page-sidebar-inner {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media(min-width:1200px) {
  .case-study-main>.page-center {
    width: 100%;
    max-width: 100%;
  }

  .row1-sector-page .widget-type-rich_text h3 {
    font-size: 32px;
  }
}

@media (min-width: 1400px) {
  .about-row4 .slick-arrow.slick-prev {
    left: -110px;
  }

  .about-row4 .slick-arrow.slick-next {
    right: -110px;
  }
}

@media(min-width:1600px) {
  .demand-page-wrapper .page-center {
    max-width: 1200px;
  }
  .case-study-page.body-container-wrapper .page-center {
    max-width: 1200px;
  } 
}


@media(max-width:1199px) {
  .service-inner-page .service-inner-top .widget-type-rich_text h2 {
    font-size: 36px;
  }

  .service-inner-page .widget-type-rich_text h3 {
    font-size: 26px;
  }
  .case-study-page .container-fluid.case-study-information h3 {
    font-size: 30px;
  }
  .case-study-page.service-inner-page .widget-type-rich_text h3 {
    font-weight: bold;
    font-size: 30px;
  }
  .tm-attribute-list {
    margin: 0 !important;
  }
  .tm-attribute-list {
    margin: 0 !important;
    margin-left: 15px !important;
  }

  .home-row1 .span6 h3 {
    font-size: 30px;
  }

  .home-row1 .span6:first-of-type>div {
    padding-right: 45px;
  }

  .home-row1 .span6:last-of-type>div {
    padding-left: 35px;
  }

  .home-layout .content-with-form .left-content h3 {
    font-size: 40px;
  }
  .case-study-section .post-item-wrap {
    padding: 30px 30px 30px 58px;
  }
  .case-study-section h6.post-title {
    font-size: 12px;
  }

  .value-section .our-values-wrapper h4.heading {
    white-space: nowrap;
  }
}

@media (max-width: 1199px) and (min-width: 544px) {
  .body-contact .widget-type-rich_text h3,
  .row3-sector-inner-page h3,
  .body-our-people-page h3,
  .body-container__website .widget-type-rich_text h3,
  .row1-sector-page .widget-type-rich_text h3,
  .body-full-width-page h3,
  .body-testimonial-page h3{
    font-size: calc(22.4px + (32 - 22.4) * ((100vw - 554px) / 646));
  }

  .about-row1 h3 {
    font-size: calc(22.4px + (32 - 22.4) * ((100vw - 554px) / 646));
  }

  .about-row4 h3 {
    font-size: calc(22.4px + (32 - 22.4) * ((100vw - 554px) / 646));
  }
}

@media (max-width: 992px) {
  .home-row1 .span6 h3 {
    font-size: 24px;
  }

  .home-row1 .span6:first-of-type>div {
    padding-right: 15px;
  }

  .home-row1 .span6:last-of-type>div {
    padding-left: 0;
  }

  .home-row1 .dnd-section {
    padding-top: 60px;
  }

  .home-layout .content-with-form .left-content h3 {
    font-size: 30px;
  }

  .about-row1 .dnd-section {
    padding-top: 50px;
  }

  .about-row2 h3 {
    font-size: 24px;
  }
  .body-contact .dnd-section {
    padding-top: 50px;
  }
}

@media(max-width:991px) {
  .service-inner-page-main {
    padding-top: 50px;
  }

  .service-inner-page .service-inner-top .widget-type-rich_text h2 {
    font-size: 30px;
  }

  .page-sidebar-inner {
    margin-top: 100px;
  }

  .page-sidebar-content .widget-type-linked_image {
    margin-right: auto;
  }

  .service-inner-page .widget-type-rich_text h3 {
    font-size: 24px;
  }

  .case-study-main>.page-center>.cm-row {
    display: block;
  }

  .case-study-main>.page-center>.cm-row>div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .case-study-information .span8 {
    width: 58.33333333%;
  }

  .case-study-information .span4 {
    width: 41.66666667%;
  }

  .case-study-information {
    padding-bottom: 120px;
  }

  .case-study-left-content ul {
    padding-left: 14px !important;
  }

  .our-process-wrapper {
    padding-top: 26px;
  }

  .demand-page .banner-wrapper .banner-content h1 {
    font-size: 42px;
  }
  .demand-page-wrapper .service-inner-top .span7 {
    width: 100%;
  }

  .demand-page-wrapper .service-inner-top .span5 {
    width: 100%;
    margin: 0;
  }

  .demand-page-wrapper .service-inner-top .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }

  .demand-page .advanced-image-wrapper img {
    margin-bottom: 50px;
  }

  .demand-page .content-with-form .inner-content h3 {
    font-size: 45px;
  }

  .content-with-form .content-with-form-column-inner {
    padding-right: 15px;
  }

  .demand-page .content-with-form .inner-content p {
    margin-bottom: 0;
  }
  .container-fluid.bottom-deamnd-inner .row-fluid-wrapper {
    padding: 0 !important;
  }
  .demand-page .page-sidebar-content {
    margin-bottom: 50px !important;
  }
  .demand-page.procurement-page  .advanced-image-wrapper {
    padding-right: 0 !important;
  }
  .demand-page.procurement-page .advanced-image-wrapper img {
    margin: 0;
  }
  .new-connection-page .tm-accordion {
    margin: 20px 0 50px;
  }

  .row1-sector-page .dnd-section {
    padding-top: 20px !important;
  }
  .body-container-wrapper.sector-inner-page.sector-page .row1-sector-page .dnd-section {
    padding: 0 !important;
  }
  .row1-sector-inner-page {
    padding: 50px 0 50px;
  }
  .case-banner .banner {
    padding: 100px 0;
  }
  .demand-page .widget-type-rich_text h3 {
    font-size: 24px;
  }
}

@media(max-width:992px){

  .contact-page .content-with-form .inner-content h3 {
    font-size: 44px;
  }
  .contact-page .content-with-form .content-with-form-column-inner {
    padding: 50px 15px;
  }
  .contact-page .content-with-form .inner-content p {
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 0em;
    line-height: 1.23;
  }
  .privacy-policy-page .body-full-width-page h3 {
    font-size: 36px;
    font-size: 24px;
  }
  .contact-page #hs_cos_wrapper_module_spacer {
    height: 0;
  }
  .contact-page .dnd-module {
    min-height: 0;
  }
  .contact-page .dnd-column {
    min-height: 0;
  }
  .core-wrapper-section .core-container svg {
    width: 115px;
    margin-left: 0;
  }
  .careers-page .body-full-width-page p:first-of-type {
    margin-bottom: 50px;
  }
  .body-testimonial-page {
    padding: 50px 0 50px;
    text-align: center;
  }
  .service-page-banner .banner.banner-wrapper.blog-banner  {
    padding-top: 160px;
    padding-bottom: 140px;
  }
  .service-page-banner .banner-wrapper .banner-content h1 {
    line-height: 1.04;
    font-size: 42px;
  }
  .service-page-list .body-full-width-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .body-our-loaction-page {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
  }
  .row3-our-people-page .dnd-section {
    padding: 50px 0;
  }
  .body-our-people-page {
    padding: 50px 0 50px;
  }
  .row3-our-people-page h3 {
    font-size: 36px;
  }
  .service-inner-page-main {
    padding-bottom: 50px;
  }
}

@media(max-width:767px) {
  .service-inner-page .breadcrumb-wrapper ul li a {
    font-size: 12px;
  }

  .service-inner-page {
    padding-top: 50px;
  }

  .service-inner-page .breadcrumb-wrapper ul li {
    font-size: 12px;
  }

  .service-inner-page-main {
    padding-top: 40px;
  }

  .page-sidebar-inner {
    margin-top: 50px;
  }


  .page-sidebar-special {
    margin-bottom: 50px;
  }

  .case-study-information {
    padding-bottom: 150px;
  }

  .case-study-information .span8 {
    width: 100%;
    margin-bottom: 40px;
  }

  .case-study-information .span4 {
    width: 100%;
  }

  .case-study-main>.page-center {
    max-width: 576px;
  }

  .demand-page .banner-wrapper.banner.blog-banner {
    padding-top: 106px;
    padding-bottom: 107px;
  }

  .demand-page .banner-wrapper .banner-content h1 {
    font-size: 34px;
  }

  .demand-page .banner-sub-heading {
    margin-top: 15px;
  }
  .demand-page .banner-wrapper .banner-content h1 {
    font-size: 32px;
  }
  .demand-page .advanced-image-wrapper {
    padding-right: 0 !important;
  }

  .row4-sector-page .contact-detail-wrapper.bottom-pane-wrapper .contact-box h3 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .service-page-banner .banner-wrapper .banner-content h1 {
    font-size: 32px;
  }
  .service-page-banner .banner.banner-wrapper.blog-banner {
    padding-top: 109px;
    padding-bottom: 107px;
  }
  .service-page-list .body-full-width-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tm-service.style-01 .post-item-wrap {
    padding: 0;
  }
  .our-people-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .body-our-people-page .span4+.span8 {
    width: 100%;
    padding: 0 0px 0 10px;
  }

  .body-our-people-page .span4 {
    padding-right: 10px !important;
    margin-bottom: 50px;
    width: 100%;
  }

  .about-layout .contact-detail-wrapper.bottom-pane-wrapper .contact-box h3 {
    padding: 0;
  }

/*   .home-header .custom-header-logo img {
    max-width: 120px !important;
  } */
  .service-inner-page .widget-type-rich_text h3 {
    float: left;
    width:100%;
  }

/*   .scroll-header .home-header .custom-header-logo img {
    max-width: 120px !important;
  } */

  .service-inner-page.case-study-page.body-container-wrapper {
    padding: 50px 0;
  }
}

@media(max-width:543px){
  .body-contact .widget-type-rich_text h3,
  .row3-sector-inner-page h3,
  .body-our-people-page h3,
  .body-container__website .widget-type-rich_text h3,
  .row1-sector-page .widget-type-rich_text h3,
  .body-full-width-page h3,
  .body-testimonial-page h3{
    font-size: 22.4px;
  }
  .body-testimonial-page h3 {
    font-size: 22.4px;
  }
  .service-page-banner .banner.banner-wrapper.blog-banner  {
    padding-top: 109px;
    padding-bottom: 107px;
  }

  .about-row1 h3 {
    font-size: 22.4px;
  }

  .about-row4 h3 {
    font-size: 22.4px;
  }
}

@media(max-width:400px){  
  .bar-chart.clearfix .left-content p,
  .body-container__website .widget-type-rich_text p {
    word-break: break-all;
  } 
  .body-full-width-page p {
    word-break: break-word;
  }
  .row2-sector-page p {
    word-break: break-word;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 1200px) {
  .header-container {
    padding: 0 35px;
  }  
}

@media (min-width: 1820px) {
  .header-container {
    padding: 0 85px;
  }
}

header.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.scroll-header header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
  -webkit-animation: headerSlideDown .95s ease forwards;
  animation: headerSlideDown .95s ease forwards;
  background-color: rgba(27,29,62,0.93);
}
.scroll-header .lp-header .cm-row-fluid-wrapper {
  height: 80px;
}
.no-banner header.header {
  background-color: rgba(27,29,62,0.93);
}
.scroll-header .custom-header-logo {
  max-width: 155px;
  padding-bottom: 9px;
}
.no-banner .no-banner-style {
  height: 85px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.scroll-header .custom-menu-primary .navigation-primary > .submenu > .menu-item > a {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 18px;
  padding-right: 18px;
}


@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px
  }

  to {
    margin-top: 0
  }
}

.cm-row-fluid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0px -15px;
  padding: 0px 15px;
}


.header-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

nav.navigation-primary {
  position: static;
  text-align: right;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.custom-logo a {
  display: inline-block;
}

.custom-header-logo {
  height: auto !important;
  vertical-align: top;
  max-width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

@media (min-width: 1301px){

  .custom-header-logo {
    line-height: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .custom-menu-primary {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .mobile-menu-custom-menu-primary {
    display: none;
  }

}

@media (max-width: 1300px){
  .cm-row-fluid-wrapper {
    position: relative;
  }
  .header_close {
    cursor: pointer;
    padding: 0 12px;
  }
  .trigger_toggle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
  }
  .header-container {
    padding: 0 15px;
  }

  .cm-row-fluid-wrapper {
    margin: 0;
    padding: 0;
  }
  .custom-header-logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 0;
  }

  .custom-menu-primary {
    display: none;
  }

  .header-trigger {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .trigger-inner {
    position: relative;
    width: 24px;
    height: 18px;
  }

  .trigger-inner i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    color: #fff;
    background: currentColor;
  }

  .trigger-inner i:after, .trigger-inner i:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    content: "";
    -webkit-transition: width .3s cubic-bezier(.645,.045,.355,1);
    transition: width .3s cubic-bezier(.645,.045,.355,1);
  }

  .trigger-inner i:after {
    top: 8px;
  }

  .trigger-inner i:before {
    top: -8px;
  }
  .header_close:hover .trigger-inner i {
    color: #C10E0E;
  }

  .header_close:hover .trigger-inner i:after {
    width: 65%;
  }

  .header_close:hover .trigger-inner i:before {
    width: 80%;
  }
  .mobile-menu-custom-menu {
    padding: 14px 30px;
  }

  .mobile-menu-custom-menu .navigation-primary>.submenu>.menu-item:nth-child(2)>ul>li>a:hover {
    color: #D72420;
  }

  .page-mobile-menu-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(27,29,62);
  }

  .page-mobile-menu-logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .page-close-mobile-menu {
    font-size: 48px;
    cursor: pointer;
  }

  .page-mobile-menu-logo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    width: 120px !important;
  }

  .ion-ios-close-empty:before {
    content: "\f404";
    color: #ffffff;
  }

  .scroll-header .cm-row-fluid-wrapper {
    height: 80px;
  }
  .scroll-header .custom-header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cm-row-fluid-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767px){
  .custom-header-logo img {
    max-width: 120px;
  }
  .scroll-header .custom-header-logo {
    width: 120px;
  }

  .no-banner .no-banner-style {
    min-height: 64px;
    height: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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-color: #F8FAFC;
  padding-top: 100px;
}
.footer__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer_social-wrapper {
  font-size: 15px;
  line-height: 1.66;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top-width: 1px;
  border-top-color: rgba(216,216,216,0.11);
  border-top-style: solid;
  padding-top: 29px;
  padding-bottom: 29px;
}

.footer-botm-col {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-right: 15px;
}
footer.footer.lp-footer {
  padding-bottom: 30px;
}
.footer_social ul:after {
  content: "";
  display: table;
  clear: both;
}

.footer_social ul li {
  float: left;
  display: inline-block;
}

.footer_social ul li+li {
  margin-left: 10px;
}

.footer_social ul li a {
  letter-spacing: 0em;
  line-height: 1.66;
  text-transform: none;
  padding: 5px 8px;
  font-size: 16px;
  display: block;
  text-align: center;
  height: 45px;
  width: 45px;
  color: #222;
  border: 2px solid hsla(0,0%,87%,.65);
  border-radius: 50%;
  position: relative;
  border-color: rgba(238,238,238,0.15);
}

.footer_social ul li a i {
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 30px;
}

[class*=" ion-"], [class^=ion-] {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.footer-column-title h2 {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.23;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  margin: 0;
  padding-bottom: 28px;
}

.footer-content-wrap p {
  margin: 0;
  text-align: left;
  font-size: 15px;
  line-height: 1.66;
  color: #ffffff;
  letter-spacing: 0em;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.footer-content-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 33px;
}

.footer-content-wrap ul li {
  display: block;
  font-size: 15px;
  line-height: 1.66;
}

.footer-content-wrap ul li a {
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1.66;
  text-transform: none;
  position: relative;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.footer-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  line-height: 1.66;
}

.footer-menu-wrap ul li {
  margin-bottom: 3px;
  padding: 0;
  border: 0;
}

.footer-menu-wrap ul li a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1.66;
  text-transform: none;
  text-decoration: none;
}
.footer-content-wrap {
  padding-top: 6px;
}

.footer-content-wrap ul li+li {
  margin-top: 15px;
}

.footer-column3.footer-column-width .footer-column-title h2 {
  margin-left: -10px;
  position: relative;
  top: -1px;
}

.footer-column3.footer-column-width .footer-column-width-wrap {
  padding-left: 15px;
}
.footer-menu-wrap ul li:last-child {
  margin-bottom: 0;
}
.footer__main .footer-column-width {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

.footer__main {
  margin: 0px -15px;
}

.footer-form-wrap .form-title {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 15px;
  line-height: 1.66;
  color: #ffffff;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 26px;
}

.footer-form-wrap form {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  position: relative;
}

.footer-form-wrap form .hs_email.hs-email > label {
  display: none

}

.footer-form-wrap form .input .hs-input {
  padding: 0 60px 0 30px !important;
  border-color: hsla(0,0%,100%,.07) !important;
  background-color: hsla(0,0%,100%,.06);
  color: #fff;
  font-size: 15px;
  font-family: Montserrat;
  font-weight: 500;
}

.footer-form-wrap form .actions .hs-button.primary {
  border: 0;
  border-left: 1px solid transparent;
  background: none;
  border-radius: 0;
  width: 60px;
  height: 60px;
  color: transparent;
  font-size: 0;
}

.footer-form-wrap form .hs_submit.hs-submit .actions {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.footer-form-wrap form .hs_submit.hs-submit .actions:after {
  font-family: Ionicons;
  content: "\f2eb";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 13px;
  left: 37px;
  font-weight: 700;
  height: auto;
  width: auto;
  transition: all .4s;
}

.footer-form-wrap form .hs_submit.hs-submit .actions:hover:after {
  background-color: transparent;
  transform: scale(1.1);
}

.footer-form-wrap form .hs_submit.hs-submit .actions:hover .hs-button.primary {
  color: transparent;
}


.footer-form-wrap form ul.hs-error-msgs.inputs-list li {
  display: inline-block;
  align-items: center;
  color: #000;
  font-size: 14px;
  padding: 7px 7px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
  width: auto;
}
.footer-form-wrap form ul.hs-error-msgs.inputs-list li:before {
  background-image: url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/images/error.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.footer-form-wrap form ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
.footer-form-wrap form ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}
.footer-form-wrap form ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  color: #000000;
  font-size: 13px;
}
.footer-form-wrap form .hs-error-msgs.inputs-list {
  margin-top: 9px;
}
.footer-form-wrap form .no-list.hs-error-msgs li {
  display: inline-block;
  align-items: center;
  color: #000;
  font-size: 14px;
  padding: 7px 7px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
  width: auto;
}

.footer-form-wrap form .hs_error_rollup {
  display: none;
}

.footer-form-wrap form .no-list.hs-error-msgs li:before {
  background-image: url(//info.nationwideutilities.com/hubfs/raw_assets/public/NationwideUtilities_Dec2020/images/error.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.footer-form-wrap form .no-list.hs-error-msgs li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 20px;
}

.footer-form-wrap form .no-list.hs-error-msgs li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 20px;
  z-index: 1;
}
.footer-form-wrap form .input .hs-input:focus {
  border-color: hsla(0,0%,100%,.5) !important;
}
.footer-form-wrap form input.hs-input.error {
  border-color: hsla(0,0%,100%,.5) !important;
}

.footer-form-wrap form .hs_submit.hs-submit .actions:before {
  display: none;
}

@media (min-width: 1024px) {
  footer.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}

@media (max-width: 1023px) {
  .footer-septrator {
    display: none;
  }
}

@media (max-width: 992px) {
  footer.footer {
    padding-top: 50px;
  }
  .footer-column-title h2 {
    padding-bottom: 20px;
  }

  .footer-menu-wrap ul {
    padding-top: 8px;
  }

  .footer-content-wrap {
    padding-top: 0;
  }

  .footer-content-wrap ul {
    margin-top: 15px;
  }

  .footer-form-wrap .form-title {
    padding-top: 0;
  }
}


@media (max-width: 767px) {
  .footer-copyright.footer-botm-col {
    min-height: 21px;
  }

  .footer-botm-col {
    justify-content: center;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 0;
  }
  .footer_social ul {
    padding-right: 0;
    text-align: center;
    display: inline-block;
  }
  .footer__main .footer-column-width {
    float: none;
    width: 100%;
  }
  .footer__main .footer-column-width:last-child {
    margin-bottom: 20px;
  }
  .footer__main .footer-column-width:last-child {
    margin-bottom: 20px;
  }

  .footer-menu-wrap ul li a {
    padding: 3px 0;
    display: block;
  }
  .footer-menu-wrap ul {
    padding-top: 0px;
  }
  .footer-content-wrap ul {
    padding-bottom: 10px;
  }

  .footer__main .footer-column-width {
    margin-bottom: 30px;
  }
}
#back_to_top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  background-color: #C10E0E;
  color: #fff;
}

#back_to_top.up {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#back_to_top:hover {
  opacity: .8;
}

.ion-android-arrow-up:before {
  content: "\f366";
}
/* ******************************************************************************
*********************************************************************************
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 */

.custom_blog_next-previous > div > a:hover {
  color: #000000;
  text-decoration:none;
}
.content-wrapper {
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  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;
  padding: 10px 0px 50px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
  font-family:'Montserrat';
}
.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: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}

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

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

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}
.body-wrapper.hs-blog-listing main.body-container-wrapper{
  background: #f7f7f7;
}
@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%;
  }
  .post-title {
    font-size: 16px;
  }
}

.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;
  }
  .post-title {
    font-size: 16px !important;
}
}

/* 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_blog_next-previous a:hover {
  text-decoration: none;
}
.banner .banner-content a:hover {
  text-decoration: none;
}

.custom_blog_next-previous>div>a {
  color: #000000;
  text-decoration:none;
}

.custom_blog_next-previous a:hover>.n-t {
  color: #c7322d;
}
.blog-post__body, .blog-post__tags a {
  color: #000;

}

.blog-index-post-image {
  display: block;
  width: 100%;
  padding-bottom: 62%;
  background-size: cover;
  background-position: center center;
}

.post-image-wrapper-main {
  overflow: hidden;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-index-post-content {
  padding: 31px 40px 54px;
}

.post-meta {
  margin-bottom: 10px;
  color: silver;
  font-weight: 600;
}

.custom-date {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
  color: grey;
  position: relative;
  display: inline-block;
}
.blog-post-tags a {
  margin-bottom: 4px;
}
.blog-post-tags {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
  color: transparent;
  position: relative;
  display: inline-block;
}

.blog-post-tags a {
  color: white;
  background-color: grey;
  font-size: 10px;
  padding: 5px;
  border: 1px solid grey;
  border-radius: 4px;
  display: inline-block;
  font-weight: 700;
}

.blog-post-tags a:hover {
  color: #ffffff;
}

.blog-post-tags a+a {
  margin-left: 4px;
}

.post-title {
  color: #575759;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.post-title a {
  color: #c7322d;
}

.post-title a:hover {
  color: #c7322d;
}

.post-excerpt p {
  margin: 0;
}

.hs-blog-listing  .post-read-more {
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale3d(.9,.9,.9);
  transform: translateX(-50%) scale3d(.9,.9,.9);
  opacity: 0;
  visibility: hidden;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  font-size: 24px;
  color: #fff;
  background-color: #c7322d;
}

.post-read-more .ion-arrow-right-c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

}

.ion-arrow-right-c:before {
  content: "\f10b";
}
.blog-post-tags a:hover {
  text-decoration: none;
  cursor: default;
}
h2.post-title a:hover {
  text-decoration: none;
}
.blog-index-post-inner-card:hover .post-read-more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
  color: #fff;
}

.blog-index-post {
  padding-bottom: 20px;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: moveVertical .65s ease forwards;
  animation: moveVertical .65s ease forwards;
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@-webkit-keyframes moveVertical {
  to {
    -webkit-transform: translateY(0);
    opacity: 1
  }
}

@keyframes moveVertical {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.blog-index-post-inner-card {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 20px 20px rgba(0,0,0,.03);
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.blog-index-post-inner-card:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,.09);
}

.post-read-more:hover {
  background-color: #000000;
}

.index-wrapper {
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
}
.custom-blog-index {
  padding-top: 100px;
}

.blog-post-main {
  padding-top: 100px;
}

.blog-post-main-tag {
  text-align: center;
  margin-bottom: 85px;
}

h1.blog-post-title {
  font-size: 42px;
  margin: 0 0 30px;
  text-align: center;
  color: #575759;
}

.blog-post-meta {
  font-size: 15px;
  font-weight: 600;
  margin: 0 -8px;
  text-align: center;
}

.post-date-in {
  display: inline-block;
  padding: 0 8px;
}

.post-date-in .meta-icon {
  font-size: 18px;
  margin-right: 7px;
  color: #c7322d;
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 5px;
  overflow: hidden;
  overflow-x: auto;
}

.comment-date {
  display: block !important;
}
.blog-post__body p img {
  max-width: 100%;
}
.blog-comments .comment-reply-to {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 25px !important;
  background-color: transparent !important;
  color: inherit !important;
  outline: none !important;
}
.hs_recaptcha.hs-recaptcha .grecaptcha-badge {
  margin: 0;
}
.blog-comments .hs-submit {
  text-align: left;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 0px;
}


.blog-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.blog-share-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.blog-share-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.post-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post-share-title {
  font-weight: 600;
  margin-right: 26px;
  color: #000000;
}

.post-share-list {
  padding: 1px 0 0 1px;
}

.post-share-list a {
  margin: -1px 0 0 -1px;
  display: block;
  float: left;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  color: inherit;
  border: 1px solid #eee;
  position: relative;
}

.post-share-list a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.post-share-list a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.post-share-list a:before {
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  background: transparent;
  border: 7px solid transparent;
  z-index: 1000001;
  border-top-color: #000;
  margin-bottom: -13px;
  bottom: 100%;
  left: calc(50% - 7px);
  -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
  transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
  transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
  transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
}

.post-share-list a:after {
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  position: absolute;
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 16px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  line-height: 16px;
  white-space: nowrap;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-shadow: 0 -1px 3px rgba(0,0,0,.3);
  box-shadow: 4px 4px 8px rgba(0,0,0,.3);
  -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
  transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
  transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
  transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
  content: attr(aria-label);
}

.post-share-list a:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.post-share-list a:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.post-share-list a:hover {
  color: #fff !important;
  border-color: transparent;
  background-color: #c7322d;
}

.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-googleplus:before {
  content: "\f235";
}

.blog-share-wrapper {
  padding-top: 50px;
  margin: 0px -15px;
}

.custom_blog_next-previous {
  margin-top: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 77px;
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}

.custom-previous {
  width: 46%;
}

.custom-next {
  width: 46%;
  text-align: right;
}

.custom_blog_next-previous > div > a {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.custom_blog_next-previous a > .n-t {
  color: #bbb;
  font-size: 15px;
  margin-bottom: 16px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.custom_blog_next-previous > div > a:hover {
  color: #000000;
  text-decoration:none;
}

.custom_blog_next-previous a:hover > .n-t {
  color: #c7322d;
}

.n-t .ion-arrow-right-c {
  margin-left: 10px;
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.n-t .ion-arrow-left-c {
  margin-right: 8px;
}

.content-wrapper.padding-t-0 {
  padding-top: 0;
}

.content-post-page-main {
  padding-bottom: 30px;
}
.post-date-in {
  color: #000;
}
.post-share-list a {
  color: #000 !important;
}
@media (max-width: 992px) {
  .custom-blog-index {
    padding-top: 50px;
  }

  .blog-index-post {
    width: 50%;
  }
}


@media (max-width: 767px) {
  .blog-index-post {
    width: 100%;
  }
  .blog-index-post-content {
    padding: 31px 30px 54px;
  }
  .blog-post-main {
    padding-top: 50px;
  }
  .blog-share-item {
    width: 100%;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .blog-share-main {
    width: 100%;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .post-share {
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 330px) {
  .post-share-title {
    margin-right: 12px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 5px 10px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
p.header {
    background: #0000;
}
.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;
}
.systems-page form {
    max-width: 767px;
    font-family: Lato,sans-serif;
}
.systems-page{
  padding:30px 0; 
}
@media(max-width:479px){
  .systems-page h1,
  .systems-page h2{
    font-size:20px;   
  }

}