/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

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

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}
.dnd-section>.row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section .widget-type-cell {

}
@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: FontAwesome;
  src: url('https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/KRWolfe_April2021/Fonts/fontawesome-webfont.eot');
  src: url('https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/KRWolfe_April2021/Fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/raw_assets/public/KRWolfe_April2021/Fonts/fontawesome-webfont.woff2) format('woff2'),
    url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/raw_assets/public/KRWolfe_April2021/Fonts/fontawesome-webfont.woff) format('woff'),
    url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/raw_assets/public/KRWolfe_April2021/Fonts/fontawesome-webfont.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: flexslider-icon;
  src: url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/KRWolfe_April2021/Fonts/flexslider-icon.eot);
  src: url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/KRWolfe_April2021/Fonts/flexslider-icon.eot#iefix) format('embedded-opentype'),
    url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/raw_assets/public/KRWolfe_April2021/Fonts/flexslider-icon.woff) format('woff'),
    url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/raw_assets/public/KRWolfe_April2021/Fonts/flexslider-icon.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

@font-face {
    font-family: 'revicons';
    src: url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/KRWolfe_April2021/Fonts/revicons.eot);
    src: url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/KRWolfe_April2021/Fonts/revicons.eot#iefix) format('embedded-opentype'),
      url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/raw_assets/public/KRWolfe_April2021/Fonts/revicons.woff) format('woff'),
      url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/raw_assets/public/KRWolfe_April2021/Fonts/revicons.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

[class^=revicon-]:before,[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* 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.5em;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 16px;
  margin-bottom: 16px;
}



ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
img, video {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
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;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #18a4da;
}

::-webkit-scrollbar-thumb {
  background-color: #18a4da;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(33, 33, 33, .3);
}


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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}



.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-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}


::-webkit-scrollbar {
  width: 10px;
  background-color: #18a4da
}

::-webkit-scrollbar-thumb {
  background-color: #18a4da
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.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"
}
/* ******************************************************************************
*********************************************************************************
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;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1.8;
  font-family: Lato;
  -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
  -moz-transition: all .5s cubic-bezier(.215,.61,.355,1);
  -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
  transition: all .5s cubic-bezier(.215,.61,.355,1);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 24px;
  font-size: 13px;
  width:auto !important;
  font-style:normal;
}

@media only screen and (min-width: 641px) {
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,
form input, form select, form textarea{
  line-height: 1.8;
  font-style: italic;
  letter-spacing: normal;
  padding: 5px 4px;
  font-family: Lato;
  display:block;
  width: 100% !important;
  max-width:500px;
  border: 1px solid #eee;
  font-weight: 400;
  background-color: #f7f7f7;
  font-size: 14px;
  margin-bottom: 10px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
[type=checkbox],
[type=radio] {
  width:auto !important;  
  display:inline-block;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-top: 16px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/** Nenu module style 
/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: wrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 991px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}



/** end**/
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
caption, th, td {
  font-weight: 400;
  text-align: left;
  padding: 10px 0;
}
.tm_project_details table {
  background-color: #f8f8f8;
  padding: 20px 30px;
}
.tm_project_details table td.meta-title+td {
  font-weight: 700;
  font-style: italic;
  color: #111;
}
.single-project .meta-title {
  font-weight: 400;
  color: #878787;
  margin-right: 10px;
}
.tm_project_details table td.meta-title {
  width: 40%;
}
.tm_project_details .single-project-categories {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  list-style-type: none;
}
.tm_project_details .single-project-categories li {
  display: inline-block;
  margin-right: 5px;
}
.tm_project_details table td.meta-title+td {
  font-weight: 700;
  font-style: italic;
  color: #111;
}
.tm_project_details table, .tm_project_details tr, .tm_project_details td {
  border: 0;
}
.tm_project_details td {
  background: transparent;
}
.listing {
  margin: 0 !important;
}
.listing li {
  list-style: none;
  margin-right: 0;
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}
ul.listing {
  padding: 0;
}
.listing li i {
  display: inline-block;
  vertical-align: middle;
  width: 5%;
  margin-right: 10px;
  color: #18a4da;
}
.listing li span {
  display: inline-block;
  vertical-align: top;
  width: 92%;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.product-page .body-container__website .dnd-section {
  padding-top: 30px;
  padding-bottom: 60px;
}
.body-content-group {
  position: relative;
  background: #fff;
  z-index: 5;
}
.product-page .body-container__website .dnd-section + .dnd-section {
  padding-top: 0;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
hr {
  border-top: 0 !important;
  height: 0;
}
header.header {
  position: relative;
  z-index: 3;
}
.body-container-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
}
.banner-section {
  position: relative;
  z-index: 2;
  background: #fff;
}
.widget-title {
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  line-height: 1.8;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-bottom-width: 3px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  border-color: #18a4da;
}
div[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}


/** Hubdb Style */
.custom-content-header {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
}
.custom-content-header h2 {
  font-family: Montserrat,sans-serif;
  margin-bottom: .5em;
  line-height: 1.2;
  margin-top: 0;
  font-size: 20px;
  text-align: left;
}
.content.tm_project_details p:last-child {
  margin-bottom: 0;
}
.custom-image-group .custom-image-items ~ .custom-image-items {
  margin-top: 20px;
}
.custom-content-header:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #18a4da;
}
.plr-15 {
  padding-left:15px;
  padding-right:15px;
}

/** Client ** */

.custom-content-header {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
}
.custom-content-header h2 {
  font-family: Montserrat,sans-serif;
  margin-bottom: .5em;
  line-height: 1.2;
  margin-top: 0;
  font-size: 20px;
  text-align: left;
}
.content.tm_project_details p:last-child {
  margin-bottom: 0;
}
.custom-image-group .custom-image-items ~ .custom-image-items {
  margin-top: 20px;
}
.custom-content-header:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #18a4da;
}
.plr-15 {
  padding-left:15px;
  padding-right:15px;
}
.content p:last-child {
  margin-bottom: 0;
}
.hs-client-details-group .client-header {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
}
.hs-client-details-group .client-header h2 {
  margin-bottom: .5em;
  line-height: 1.2;
  margin-top: 0;
  font-family: Montserrat,sans-serif;
  font-size: 20px;
  text-align: left;
}
.hs-client-details-group .client-header:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #18a4da;
}
.hubdb-bottom-pane .hubdb-right-column-inner a:hover {
  opacity: .7;
  background: 0 0 !important;
  color: #fff !important;
}
.hs-client-details-group .client-content .tm_project_details {
  width: 100%;
  line-height: 2;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  padding: 20px 30px;
  display: table;
}

.hs-client-details-group .client-content .tm_project_details  .tr {
  display: table-row;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
.hs-client-details-group .client-content .tm_project_details .tbody {
  display: table-row-group;
}
.hs-client-details-group .client-content .tm_project_details .tr .td {
  display: table-cell;
  text-align: left;
  padding: 10px 0;
}
.hs-client-details-group .client-content .tm_project_details .tr .td.meta-title {
  font-weight: 400;
  color: #878787;
  margin-right: 10px;
  width: 40%;
}
.hs-client-details-group .client-content .tm_project_details .tr .td.meta-title + .td {
  font-weight: 700;
  font-style: italic;
  color: #111;
}
.hubdb-project-post-group > div {
  margin-top: 30px;
  margin-bottom: 60px;
}
.hubdb-project-post-group {
  margin-left: -15px;
  margin-right: -15px;
}
.project-details ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.project-details ul li {
  margin-bottom: 10px;
}
.project-details ul li:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  width: 5%;
  color: #18a4da;
  margin-right: 10px;
}
.location-group .location-header:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #18a4da;
}
.hubdb-bottom-pane .row.hubdb-bottom-pane-inner {
  margin: 0;
}
.hubdb-bottom-pane {
  position: relative;
  z-index: 2;
}
.hubdb-bottom-pane {
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: #fdc502;
}
.hubdb-bottom-pane .hubdb-left-column-inner {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.hubdb-bottom-pane .hubdb-left-column-inner h3 {
  font-family: Montserrat,sans-serif;
  margin-bottom: 0 !important;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 22px;
  color: #ffffff;
  text-align: left;
  line-height: 1.2;
}
div.pp_pic_holder .ppt {
  display: none !important;
}
.hubdb-bottom-pane .hubdb-right {
  padding: 31px 0;
  background-repeat: no-repeat;
  background-position: right;
}
.hubdb-bottom-pane .hubdb-right-column-inner a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: '\f101';
  margin-left: 15px;
}
.hubdb-right-column-inner {
  text-align: center;
}
.hubdb-bottom-pane .hubdb-right-column-inner a {
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 2px;
  border-color: #FFF;
  background-color: transparent;
  color: #FFF;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  font-family: Montserrat,sans-serif;
}
.projects-listing-nav-group ul.filter {
  margin-top: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-bottom-pane-main-group .hs-right-column-inner a:hover {
  opacity: 0.7;
  background: none !important;
  color: #fff !important;
}
.projects-listing-nav-group ul.filter li {
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #babfc5;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 15px;
}
.hs-bottom-pane-main-group .hs-bottom-pane .hs-left-column-inner h3 {
  text-align: center !important;
}
.right-bg {
  background-image:url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/raw_assets/public/KRWolfe_April2021/images/bg3.png)
}
.projects-listing-nav-group ul.filter li a {
  color: inherit;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid transparent;
  padding-top: 3px;
}
.projects-listing-nav-group ul.filter li a:hover, .projects-listing-nav-group ul.filter li.active > a  {
  color: #18a4da;
}
.projects-listing-nav-group ul.filter {
  margin-bottom: 35px;
}
.projects-listing-nav-group {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.projects-listing-group ul.projects {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.projects-listing-group ul.projects li.project-items {
  margin-bottom:30px;
  padding: 0 15px;
  font-size: 13px;
  width: 100%;
}
.projects-listing-group .project-featured-image {
  height: 195px;
  overflow: hidden;
  text-align: center;
  background-color: #ccc;
  margin-bottom: 20px;
}
.projects-listing-group .project-featured-image a.image-link {
  display: block;
  height: 100%;
}
.projects-listing-group .project-featured-image img {
  max-width: 100%;
  width: auto;
}
.projects-listing-group .project-name a {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: .5em;
  display: block;
  font-family: Montserrat,sans-serif;
  color: #111;
  font-weight: 600;
}
/** Pagenation **/

.post-nav {
  overflow: hidden;
  text-align: center;
  margin-bottom: 60px;
  display: block;
}
.post-nav > ul {
  margin: 0;
  outline: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.post-nav > ul > li {
  display: inline-block;
  margin-right: 5px;
}
.post-nav > ul > li > a {
  border: solid 1px #ffb600;
  display: inline-block;
  padding: 4px 12px;
  text-align: center;
  transition: all .3s ease;
}
.post-nav > ul > li > a.active, .post-nav > ul > li > a:hover {
  background: #ffb600;
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #ffb600;
  color: #fff;
}
.projects-listing-nav-group {
  font-family: Montserrat,sans-serif;
}
.projects-listing-nav-group ul.filter li.active>a {
  border-bottom-color: #18a4da;
}

.hs_cos_wrapper_type_gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs_cos_wrapper_type_gallery .hs_cos_gallery_main .slick-slide-inner-wrapper {
  position: relative !important;
  padding-bottom: 50%;
  display: block !important;
}
.hs_cos_wrapper_type_gallery .hs_cos_gallery_main {
  margin-bottom: 20px;
}
.hs_cos_wrapper_type_gallery .hs_cos_gallery_main .slick-slide-inner-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.title-with-content ul {
  list-style-type: square;
}
.custom-divisions-of-service-page .title-with-content-group.Style1 .custom-header-title {
  margin-top: 20px;
}
.custom-divisions-of-service-page .body-container__website .dnd-section {
  margin-bottom: 20px;
  border-bottom-width: 1px;
  padding-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-color: #eee;
  border-bottom-style: solid;
}
.custom-divisions-of-service-page .body-container__website .dnd-section:last-child {
  margin-bottom: 0;
  padding-bottom: 80px !important;
  border-bottom: 0;
}
.custom-divisions-of-service-page .hs-view-brochure-main-group {
  margin-bottom: 20px;
}
.custom-divisions-of-service-page .hs-view-brochure-main-group h3 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.4px;
  font-size: 20px;
  margin-top: 20px !important;
  line-height: 1.2;
  padding-bottom: 7px;
}
.custom-related-post.center {
  margin-bottom: 0 !important;
}
.custom-related-post {
  margin-bottom: 0;
}
.project_image_gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-divisions-of-service-page .body-container__website .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}
.hs-bottom-pane-main-group .hs-bottom-pane .hs-left-column-inner h3 {
  text-align: center;
}
.project_image_gallery_slider button.slick-arrow {
  text-decoration: none;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  color: rgba(0,0,0,.8);
  text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
  transition: all .3s ease;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  font-size: 0;
}
.hs-bottom-pane-main-group .hs-bottom-pane .hs-left-column-inner h3 a {
  color: #fff;
}
.hs-bottom-pane-main-group .hs-bottom-pane .hs-left-column-inner h3 a:hover {
  color: #757575;
}
.project_image_gallery_slider button.slick-prev:after {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  line-height: 1;
}
.project_image_gallery_slider button.slick-next:after {
  content: '\f002';
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  line-height: 1;
}
.project_image_gallery_slider button.slick-prev {
  left: -50px;
}
.project_image_gallery_slider button.slick-next {
  right: -50px;
}
.project_image_gallery_slider:hover button.slick-next {
  right: 7px;
}
.project_image_gallery_slider:hover button.slick-prev {
  left: 7px;
}
.project_image_gallery_slider:hover button.slick-arrow {
  opacity: 0.7;
}
.hubdb-project-post-main-group {
  padding-bottom: 1px;
}
.project_image_gallery_slider button.slick-arrow:hover {
  opacity: 1;
  color: #757575;
}
.project_image_gallery_slider button.slick-arrow {
  border: 0;
  background: transparent;
}
.project_image_gallery ul li img {
  max-height: 380px;
  width: auto;
  object-fit: cover;
  width: 100% !important;
}
.project_image_gallery_slider button.slick-arrow {
  margin: -12px 0 0px;
  transform: translateY(-50%);
}
.project_image_gallery.project_image_gallery_slider .slick-list {
  padding: 0;
  margin: 0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  border-radius: 4px;
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
  zoom: 1;
}
.project_image_gallery ul.slick-dots {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.project_image_gallery ul.slick-dots li {
  width: auto;
  display: inline-block;
  margin: 0 6px;
}
.project_image_gallery ul.slick-dots li button {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
  padding: 0;
  font-size: 0;
  border: 0;
}
.project_image_gallery ul.slick-dots li button:hover {
  background: #333;
  background: rgba(0,0,0,.7);
}
.project_image_gallery ul.slick-dots li.slick-active button {
  background: #000;
  background: rgba(0,0,0,.9);
  cursor: default
}
.project-details ul li span {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 92%;
}
.dnd_area_how_row1 .dnd-section {
  padding-top: 32px;
  padding-bottom: 32px;
}
.dnd_area_how_row1 .dnd-section h3 {
  padding-top: 10px;
}
.alignright {
  float: right;
}
.dnd_area_how_row3 .dnd-section {
  padding-top: 60px;
  padding-bottom: 50px;
}

header.header {
  z-index: 99 !important;
}
a.read-m {
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: no;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 2px;
  color: #aaa;
  border-color: #ccc;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 13px 19px;
  background-color: transparent;
  font-family: Montserrat,sans-serif;
}
.custom-buttom-wrapper.center {
  text-align: center;
}
a.read-m:hover {
  background-color: #EBEBEB;
}
.hs-we-are-on-a-OEST-content p {
  margin-bottom: 1.2em !important;
}
.dnd_area_how_row4 .dnd-section {
  padding: 0;
}
.container-fluid.dnd_area_how_row5 .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-fluid.dnd_area_how_row7 .dnd-section {
  padding-top: 50px;
  padding-bottom: 40px;
}
.custom-services-main-group .custom-services-header h2 {
  text-align: left !important;
}

.custom-divisions-of-service-page .custom-services-main-group .custom-services-header {
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  position: relative;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
}
.custom-divisions-of-service-page  .custom-services-items-inner {
  margin-bottom: 20px;
}
.custom-divisions-of-service-page .custom-services-items {
  margin-bottom: 25px;
}
.custom-divisions-of-service-page .custom-services-main-group .custom-services-header {
  margin-top: 0;
  margin-bottom: 80px;
}
.custom-about-us-page blockquote {
  text-align: right;
  padding-top: 50px;
  margin: 0;
  border: 0;
  line-height: inherit;
}
.custom-about-us-page blockquote p:first-child {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .025em;
  color: #666;
  margin-bottom: 15px !important;
  font-family: Lato;
}
.custom-about-us-page blockquote p:first-child:before {
  content: url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/raw_assets/public/KRWolfe_April2021/images/quote3.png);
  margin-right: 20px;
}
.custom-about-us-page blockquote h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  color: #111;
  line-height: 1.2;
}
.custom-about-us-page h3.widget-title {
  font-size: 20px !important; 
}

.slick-prev:before, .slick-next:before {
  display:none;

}

.project_image_gallery.project_image_gallery_slider {
  overflow: hidden;
}

.custom-about-us-page .hs_cos_wrapper_type_rich_text hr { 
  border-bottom: 1px solid #ccc;
  margin-left: -15px;
  margin-right: -5px;
  margin-top: 0;
  margin-bottom: 0;
}
.custom-divisions-of-service-page .hs_cos_gallery_main .slick-arrow,
.custom-divisions-of-service-page .hs_cos_gallery_thumbnails .slick-prev, 
.custom-divisions-of-service-page .hs_cos_gallery_lightbox .slick-prev {
  display: none !important;
}
.recent-post-main-group .recent-posts__item .recent-posts__thumb:hover img { 
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}



/** css m */

.body-container__website ul {
  list-style: square;
}

.body-container__website iframe {
  padding-top: 2em !important;
  width: 100% !important;
}
.contact-kr-wolfe-page main.body-container-wrapper .content-wrapper {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form label {
  line-height: 1.3;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 13px;
}
.contact-kr-wolfe-page .body-container-wrapper .dnd-section>.row-fluid {
  padding: 0;
}
.contact-kr-wolfe-page .body-container-wrapper h2 {
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.4px;
  position: relative;
  margin-bottom: 40px;
  font-family: Montserrat,sans-serif;
  display: inline-block;
  clear: both;
  padding-bottom: 10px;
}
.contact-kr-wolfe-page .body-container-wrapper h2:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #18a4da;
}
.contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form fieldset {
  max-width: 100%;
}
.contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form textarea {
  min-height: 160px;
}
.contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form .hs-input {
  max-width: 100%;
  color:#999;
}
.contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form select {
  padding: 2px 0 2px 3px;
  line-height: 1.5;
  color: #999;
}
.contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}
.contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form {
  padding-top: 36px;
}
.contact-kr-wolfe-page .body-container-wrapper .col-lg-3 .hs_cos_wrapper_type_rich_text i {
  padding-right: 6px;
  margin-right: 18px;
  color: #18a4da;
  font-size: 18px;
  color: #18a4da;
  position: relative;
  top: 3px;
}
.contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form .hs-button {
  font-size: 14px;
}
.custom-about-us-page .banner-area .location-group .location-header:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #18a4da;
}
.custom-about-us-page .banner-area  .location-group .location-header {
  margin-bottom: 20px;
}
.custom-about-us-page .body-container__website .hs_cos_wrapper_type_rich_text h2 {
  font-family: Montserrat, sans-serif;
  color: #111111;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing:2.4px;
  line-height: 1.8;
  padding-bottom: 5px;
}
.custom-about-us-page .body-container__website .hs_cos_wrapper_type_rich_text h2:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #18a4da;
}
.site-map-page .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  padding-right: 0;
}
.site-map-page .content-wrapper .col-lg-9 ul {
  margin: 16px 20px;
  padding: 0;
  list-style: square;
}
.site-map-page .content-wrapper .dnd-section>.row-fluid {
  padding: 0;
}
.site-map-page .content-wrapper .col-lg-9 ul li {
  margin-left: 20px;
}
.site-map-page .content-wrapper .col-lg-9 {
  padding: 0;
}
.site-map-page .content-wrapper .col-lg-3 {
  padding-left: 11px;
}
.hs-kr-wolfe-inc-one iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 600px !important;
  position: relative !important;
}
.hs-kr-wolfe-inc-one .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-height: 600px !important;
  min-width: 100% !important;
}
.hs-kr-wolfe-inc-two .hs-bottom-pane-main-group.Style2 {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.hs-kr-wolfe-inc-two .hs-bottom-pane-main-group.Style2 .hs-left.col-sm-8.col-lg-8 h3 {
  text-align: left !important;
}
.hs-kr-wolfe-inc-two .hs-bottom-pane-main-group.Style2 .hs-left.col-sm-8.col-lg-8 .hs-left-column-inner {
  padding-left: 0;
  padding-right: 0;
}
.hs-kr-wolfe-inc-three .row-fluid [class*="span"] {
  min-height: 16px;
}
.hs-kr-wolfe-inc-four .title-with-content-group .custom-header-title {
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
}
.hs-kr-wolfe-inc-four .title-with-content-group .custom-header-title h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.hs-kr-wolfe-inc-four  .title-with-content-group.Style1 {
  text-align: center;
}
.hs-kr-wolfe-inc-five .title-with-content-group.Style1 {
  text-align: center;
  margin-bottom: 16px;
}
.hs-kr-wolfe-inc-five .title-with-content-group.Style1 .custom-header-title {
  margin-top: 0;
}
.hs-kr-wolfe-inc-five .title-with-content-group.Style1 .custom-header-title h2 {
  font-size: 24px;
}
.hs-kr-wolfe-inc-six .title-with-content-group.Style1 {
  text-align: center;
}
.hs-kr-wolfe-inc-six .title-with-content-group.Style1 h2 {
  font-size: 24px;
}
.hs-kr-wolfe-inc-six .title-with-content-group.Style1 .custom-header-title {
  margin-top: 0;
}
.hs-kr-wolfe-inc-six .span3 {
  text-align: center;
  margin-top: 39px;
}
.hs-kr-wolfe-inc-six .span3 h3 {
  border-bottom: 2px solid #ddd;
  margin-top: 10px;
  display: inline-block;
  line-height: 2;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}
.hs-kr-wolfe-inc-six .span3 p {
  margin: 0;
}
.hs-kr-wolfe-inc-seven .title-with-content-group.Style2 {
  text-align: center;
}
.hs-kr-wolfe-inc-seven blockquote {
  padding: 30px 25px 30px 90px;
  font-style: italic;
  display: block;
  background-color: #f8f8f8;
  color: #999;
  margin: 0;
  border: none;
  position: relative;
  margin-bottom: 20px;
}
.hs-kr-wolfe-inc-seven blockquote:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAhCAYAAACvBDmYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANS8yNS8xNW84a3EAAAHASURBVFiF7ZfdbcIwFEYPEe+wQZE9QNmg6QSlG2SDwgRNJyDdoN0AJmjYAAa4yGxAJqAPcVDaktROghASR0IJsu93v9z4Lz0cEZHQ3o6BIWDsb6213rvqeOgDrIG1Usr0awJHQARMgPuaHI9A2tBcZHM81HR7A+I/RkVkCMTAS5PkLojIBEiAO9eYH0ZFZAx8UF/BVohIDLz6xh2N2kou8HhKX0RkSgOTAEHp/twmQ2DeNL5fEqkb0L/ZkQ+RPfnMdCHx0M/IC2fs9fjqpx4iM621T9KiEK7jfgOExZJ3OBwACOzYfHIUWfmatESO/TJKJssE5AusK01MQr4Wu7Co2jwCIPRIaDz6AseNY9BWP6hqOIXW2nXilBl59DVVDb4VPTemqsGropfkaoxWnp5OISJp6W8KfGitTYd+EhEpZr0h31RSgJ5N7rMrlSnWvcpJZhf7r4b6ADOlVNL21Q/Ij4TnZL7dboddjFHXXa0N46uZTDejXXMz2jU3o11zM9o1V2XUXNqECwHu3+VVbP5pNy31AUxAfubLWojEdY32vLpsob9USpnAfp6GwMpTYAc8a60XDn0j4BO/gmTAu43lGxkghYvMYgt3AAAAAElFTkSuQmCC);
  position: absolute;
  left: 25px;
  opacity: 1;
}
.hs-kr-wolfe-inc-seven blockquote p {
  font-family: Lato;
  margin-bottom: 1em;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  line-height: 1.8;
}
.hs-kr-wolfe-inc-seven blockquote:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAjCAYAAADv0ujUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAUdEVYdENyZWF0aW9uIFRpbWUAMy8yLzE1k7LeuAAAAZlJREFUWIXtmKF3wjAYxO/6MMNih0XPbha7WTT/w/Tc7Ozem9ssdljssFhqma0d8iaassIo/RIaVM6Vfi/3yyX5aEtJbzhfLyTzppuSRgAeO/CZZx0MclEl4NhKwLGVgGMrAcdWAo6tBBxbCTi2EnBssa1A0hOA65ayk28cFkmaABi3lJneONpgu9LQUtTJljg3XQ+tTwJLurkEhaQ+gJGlti1hC3AX6VqDyRuBJQ0B3BoGKYxmTT59APdWn6PADnZq9AxO2MFOAQysPr2DAQYoW8sdgCuj78aOuPPpo1y9MWywO5+epOqLzBB2yEoFyVZgt2ITdznwgKxrBZQJm05ng0zbgeTGrV4IKFAGU0hCBmAZOAgALDxq5134ZAA+AwdZWrZDJZJfCOsoBck/YJIF/FPeImyiISnP6hdVW/M1f3UT9VJAynOSq/oPmRuogG32WwDPZz47vBvrPkj+C7Lehxco+2JTa1sCmJH88cI7EMlcUo7m7pQ7n6PnY+95WNID9v8mc5T9bxWyBZp05Iv8N4A1Wg6yJPwCU0N/neZoRocAAAAASUVORK5CYII=);
  position: absolute;
  right: 0;
  top: 0;
  opacity: .5;
}
.hs-kr-wolfe-inc-seven cite {
  display: inline-block;
  margin-top: 20px;
  position: relative;
  margin-bottom: 30px;
  font-style: normal;
}
.hs-kr-wolfe-inc-seven cite span:first-child {
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-family: Montserrat,sans-serif;
  color: #111;
  display: block;
}
.hs-kr-wolfe-inc-seven cite span:last-child {
  color: #999;
  font-style: normal;
}
.hs-kr-wolfe-inc-seven {
  text-align: center;
}
.hs-kr-wolfe-inc-seven .span6 .hs-button {
  background-color: #ffffff;
  color: #aaaaaa;
  padding: 0 20px 0 0;
  border-bottom: 2px solid #aaa;
  line-height: 2;
  font-size: 14px;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
  position: relative;
  font-weight: 600;
  letter-spacing: .1em;
  font-family: Montserrat,sans-serif;
  text-transform: uppercase;
  margin-top: 58px;
}
.hs-kr-wolfe-inc-seven .span6 .hs-button:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  height: 14px;
  line-height: 14px;
  content: "\f101";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  right: 0;
}
.hs-kr-wolfe-inc-seven .span6 .hs-button:hover {
  background: 0 0;
  border-bottom: 2px solid #aaa;
  color: #000 ;
}
.hs-kr-wolfe-inc-seven cite:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #f8f8f8 transparent transparent;
  position: absolute;
  left: -50px;
  top: -40px;
  z-index: 99;
}
.hs-kr-wolfe-inc-seven .span6 {
  margin-bottom: 50px;
}
.hs-kr-wolfe-inc-eight .custom-header-title h2 {
  font-size: 32px;
  color: #ffffff;
  line-height: 1.3;
  text-transform: initial;
  letter-spacing: 0;
}
.hs-kr-wolfe-inc-eight .title-with-content-group .custom-header-title:before { 
  width: 100px;
  bottom: -9px;
}
.hs-kr-wolfe-inc-eight .custom-header-title {
  margin-bottom: 0;
}
.hs-kr-wolfe-inc-nine .title-with-content-group {
  text-align: center;
}
.hs-kr-wolfe-inc-nine .title-with-content-group .custom-header-title h2 {
  font-size: 24px;
}
.projects-listing-group .project-featured-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-related-post-main-group {
   cursor: url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/KRWolfe_April2021/Images/openhand.cur),move
}

.mfp-iframe-holder .mfp-close {
  font-weight: 600;
}
@media(max-width:1200px){
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper,
  .site-map-page .content-wrapper{
    max-width: 960px;
  }
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 ,
  .site-map-page .content-wrapper .col-lg-9 {
    width: 75%;
  }
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-3 ,
  .site-map-page .content-wrapper .col-lg-3 {
    width: 25%;
  } 
  .site-map-page .content-wrapper {
    padding: 0 15px;
  }
  .site-map-page .content-wrapper .col-lg-3 {
    padding: 0;
    padding-left: 15px;
  }
  .hs-kr-wolfe-inc-two .hs-bottom-pane-main-group.Style2 {
    padding-top: 10px;
    padding-bottom: 4px;
  }
  .hs-kr-wolfe-inc-two  .hs-bottom-pane .hs-right {
    padding-bottom: 50px;
    padding-top: 26px;
  }
  .hs-kr-wolfe-inc-one .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-height: 56vh !important;
  }
}
@media(max-width:1032px){
  .hs-kr-wolfe-inc-one .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-height: 78vh !important;
  }
  .hs-kr-wolfe-inc-one iframe {
    height: 78vh !important;
  } 


}
@media(max-width:991px){
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper,
  .site-map-page .content-wrapper{
    max-width: 640px;
  }
  .site-map-page .content-wrapper .col-lg-9 {
    width: 100%;
    padding-bottom:80px;
  }

  .site-map-page .content-wrapper .col-lg-3 {
    width: 100%;
    padding:0;
  }
}
@media(max-width:768px){
  .product-page .banner-group .banner h2 {
    font-size: 28.8px;
  }
  .body-container__website h3 {
    font-size: 16.2px;
  } 
  .contact-kr-wolfe-page .banner h1,
  .custom-website-page .banner h1{
    font-size: 28.8px;
  }
  .custom-about-us-page .body-container__website .hs_cos_wrapper_type_rich_text h2{
    font-size: 21.6px;
  }
}
@media(max-width:990px) and (min-width:768px){
  .hs-kr-wolfe-inc-eight .custom-header-title h2 {
    padding-right: 10px;
  } 
}
@media(max-width:767px){
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper ,
  .site-map-page .content-wrapper{
    max-width: 480px;
    display: block;
  }
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9, 
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-3 ,
  .site-map-page .content-wrapper .col-lg-9,
  .site-map-page .content-wrapper .col-lg-3{
    width: 100%;
  }
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form fieldset.form-columns-3 .hs-form-field,
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form fieldset.form-columns-2 .hs-form-field{
    width: 100%;
    float: none !important;
  }
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form fieldset.form-columns-3 .hs-form-field .input,
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form fieldset.form-columns-2 .hs-form-field .input{
    margin: 0 !important;
  }
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form .hs-button.primary {
    margin-top: 40px;
  }
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-3 .dnd-module[class*="flexbox-positioning"] {
    display: block !important;
  }
  .hs-kr-wolfe-inc-two .hs-bottom-pane-main-group.Style2 {
    padding: 0;
  }
  .hs-kr-wolfe-inc-two .hs-bottom-pane .hs-right {
    padding-bottom: 55px;
    padding-top: 28px;
  }
  .hs-kr-wolfe-inc-three .row-fluid [class*="span"] {
    min-height: 25px;
  }
  .hs-kr-wolfe-inc-four .title-with-content-group .custom-header-title h2,
  .hs-kr-wolfe-inc-five .title-with-content-group.Style1 .custom-header-title h2, 
  .hs-kr-wolfe-inc-six .title-with-content-group.Style1 h2,
  .hs-kr-wolfe-inc-nine .title-with-content-group h2 {
    font-size: 21.6px;
  }
  .hs-kr-wolfe-inc-seven blockquote p {
    font-size: 14px;
  }
  .hs-kr-wolfe-inc-seven blockquote {
    padding: 30px;
    margin-bottom: 20px;
    font-style: italic;
    display: block;
    background-color: #f8f8f8;
  }
  .hs-kr-wolfe-inc-seven blockquote:before, .hs-kr-wolfe-inc-seven blockquote:after {
    content: none;
  }
  .hs-kr-wolfe-inc-one .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-height: 100vw !important;
  }
  .hs-kr-wolfe-inc-one iframe {
    height: 100vw !important;
  }
  iframe#resumator-job-frame {
    height: 1370px;
  }
}
@media(max-width:640px){
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form .hs-button.primary {
    width:100% !important;
    max-width:100%;
  }
}
@media(max-width:479px){
  .body-container__website h3 {
    font-size: 14.4px;
  } 
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper,
  .site-map-page .content-wrapper{
    max-width:320px; 
  }
  .contact-kr-wolfe-page .banner h1 ,
  .custom-website-page .banner h1{
    font-size: 25.6px;
  }
  .product-page .banner-group .banner h2 {
    font-size: 25.6px;
  }
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form {
    padding-top: 20px;
  }
  .custom-about-us-page .body-container__website .hs_cos_wrapper_type_rich_text h2{
    font-size: 19.2px;
  }
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form .hs-input{
    width:100% !important; 
  }
  .hs-kr-wolfe-inc-one iframe {
    height: 55vh !important;
  }
  .hs-kr-wolfe-inc-one .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-height: 55vh !important;
  }
  .hs-kr-wolfe-inc-four .custom-header-title h2, 
  .hs-kr-wolfe-inc-five .title-with-content-group.Style1 .custom-header-title h2, 
  .hs-kr-wolfe-inc-six .title-with-content-group.Style1 h2, 
  .hs-kr-wolfe-inc-nine .title-with-content-group h2 {
    font-size: 19.2px;
  }
}

/** end css m*/



.hubdb-right-column-inner {
  text-align: center;
  margin-bottom: 21.74px;
}
.project_image_gallery ul {
  margin-bottom: 60px;
  position: relative;
}
.project_image_gallery ul.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.custom-divisions-of-service-page .hs-view-brochure-main-group h3 {
  text-align: left;
}
.custom-divisions-of-service-page .span8.widget-span.widget-type-cell.dnd-column {
  margin-bottom: 40px;
}
.body-container__website .span4 .title-with-content ul {
  padding: 0;
  margin: 16px 20px;
}
.body-container__website .span4 .title-with-content ul ul li { 
  margin-left: 20px;
}
.contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form .hs-error-msgs label {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  font-size: .813em;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal; 
}
.contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form .hs_error_rollup .hs-error-msgs label {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.hs-bottom-pane-main-group {
  margin-left: -15px;
  margin-right: -15px;
}
.post-nav>ul {
  display: flex;
  align-items: center; 
  justify-content: center;
  flex-wrap: wrap;
}
.project_image_gallery p {
  margin-bottom: 20px;
}
h1.blog-post-title {
  font-size: 28px;
  letter-spacing: .025em;
}
.section.post-footer .hs-error-msgs label {
  font-size: 14px;
  color: #FF0000;
}
.migration table td {
  padding: 5px;
}
.migration table th {
  padding: 5px;
}
.body-container__website .span4 .title-with-content ul li {
  margin-left: 20px;
}
.mfp-iframe-holder .mfp-close:hover {
  background-color: #1B273D;
}
.custom-services-main-group .custom-services-group .custom-services-items h2 {
  overflow: hidden;
}
.hs-kr-wolfe-inc-four .title-with-content-group .custom-header-title h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.hs-kr-wolfe-inc-eight .title-with-content-group .custom-header-title h2 {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1.3;
  text-transform: initial;
  letter-spacing: 0;
}
@media(max-width:990px) and (min-width:768px){
  .contact-kr-wolfe-page .body-container-wrapper .col-lg-3 h2 {
    font-size: 11px;
  }
  .contact-kr-wolfe-page .body-container-wrapper .col-lg-3 .hs_cos_wrapper_type_rich_text i {
    margin-right: 0;
  }
  .contact-kr-wolfe-page main.body-container-wrapper .content-wrapper .col-lg-9 form .hs-button{
    margin-top:20px;
  }
}
@media only screen and (min-width: 768px) {
  .projects-listing-group ul.projects li.project-items {
    width: 50%;
  }
  .custom-divisions-of-service-page .custom-services-items:last-child, .custom-divisions-of-service-page .custom-services-items:nth-last-child(2) {
    margin-bottom: 0;
  } 
}
@media only screen and (min-width: 992px)  {
  .projects-listing-group ul.projects li.project-items {
    width: 25%;
  }
  .custom-about-us-page blockquote {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1200px)  {
  .hubdb-right-column-inner {
    margin-bottom: 0 !important;
  }
}
@media (max-width:991px) {
  .hs-contact-us {
    padding: 8px 12px !important;
  }
  .project-details ul li span {
    width: auto;
  }
  .post-thumb {
    margin-bottom: 0 !important;
    position: relative;
  }
  .blog-pagination {
    margin-bottom: 30px !important;
  }
  .custom-about-us-page.hs-affiliations-page .body-container__website .span9.widget-span.widget-type-cell.dnd-column, 
  .custom-about-us-page.hs-affiliations-page .body-container__website .span3.widget-span.widget-type-cell.dnd-column {
    width: 100%;
    margin-left: 0 !important;
  }
}
@media (max-width:768px) {
  .projects-listing-group .project-name a {
    font-size: 16.2px;
  }
  .project_image_gallery_slider button.slick-prev {
    left: 10px;
    opacity: 1;
  }
  h1 {
    font-size: 28.8px;
  }
}
@media screen and (max-width: 860px) {
  .project_image_gallery_slider button.slick-next {
    right: 10px;
    opacity: 1;
  }

}
@media (max-width:767px) {
  .hubdb-bottom-pane .hubdb-left.col-lg-8.col-sm-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-divisions-of-service-page .custom-services-main-group .custom-services-header h2 {
    text-align: center !important;
  }
  .custom-divisions-of-service-page .custom-services-items {
    margin-bottom: 0;
  }
  .hs-we-are-on-a-OEST-group {
    padding: 40px 0 0;
  }
  .container-fluid.dnd_area_how_row5 .dnd-section {
    padding: 40px 0 10px;
  }
  .dnd_area_how_row5 .span6.widget-span.dnd-column {
    margin-bottom: 20px;
  }
  .hs-contact-us {
    font-size: 11px !important;
  }
  .hubdb-bottom-pane .hs-bottom-pane-inner .hubdb-left.col-lg-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-image-group {
    margin-bottom: 15px;
  }
  .client-image {
    margin-bottom: 15px;
  }
  .dnd_area_how_row3 .dnd-section {
    padding-bottom: 0;
  }
  .custom-about-us-page blockquote {
    padding-right: 0;
    padding-left: 0;
  }
  .project_image_gallery.project_image_gallery_slider {
    margin-bottom: 30px;
  }
  .site-map-page .content-wrapper .col-lg-9 ul li {
    display: list-item;
  }
  .site-map-page .content-wrapper .col-lg-9 ul {
    margin: 0;
    padding: 16px 20px;
  }
  .hs-kr-wolfe-inc-four .title-with-content-group .custom-header-title h2,
  .hs-kr-wolfe-inc-five .title-with-content-group.Style1 .custom-header-title h2,
  .hs-kr-wolfe-inc-six .title-with-content-group.Style1 h2,
  .hs-kr-wolfe-inc-nine .title-with-content-group .custom-header-title h2 {
    font-size: 21.6px;
  }
}
@media (max-width:550px) {
  .hubdb-project-post-page {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hubdb-project-post-row4 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width:480px) {
  .project-details ul li span {
    width: auto;
  } 
  header .custom-logo { 
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .projects-listing-group .project-name a {
    font-size: 14.4px;
  }
  header.header a.mobile-trigger {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
  }
  header.header .col-md-3.col-xs-6 {
    width: 100%;
    padding-left: 0;
    position: relative;
    padding-right: 0;
  }
  .dates .date {
    font-size: 16px;
  }
  .dates .comments-counts span {
    font-size: 15px;
  }
  .dates .comments-counts {
    font-size: 11px;
  }
  .hs-kr-wolfe-inc-four .title-with-content-group .custom-header-title h2,
  .hs-kr-wolfe-inc-five .title-with-content-group.Style1 .custom-header-title h2,
  .hs-kr-wolfe-inc-six .title-with-content-group.Style1 h2,
  .hs-kr-wolfe-inc-nine .title-with-content-group .custom-header-title h2{
    font-size: 19.2px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.custom-logo {
  padding: 20px 0;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}
header.header.header-no-nav {
  padding: 4px 0;
}

/** menu **/
.page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.custom-menu-primary {
  text-transform: uppercase;
  font-family: Montserrat,sans-serif;
}
.custom-menu-primary {
  text-align: right;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  vertical-align: middle;
  padding-left: 0;
}
.header [class*="col-"] {
  vertical-align: middle;
}
.header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .child-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: inline-block;
    padding: 10px 5px;
    position: relative;
  }
  .menu-link {
    display: none;
  }

  /** desktop css */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: #fff;
    text-align: left;
    width: 270px;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    margin: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding: 0;
    border-top: 3px solid;
    border-top-color: #18a4da;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li:hover > ul {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li > a {
    text-transform: uppercase;
    padding: 4px 20px;
    font-size: 14px;
    font-family: Lato, sans-serif;
    white-space: normal !important;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 40px 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1299px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2)> ul {
    left: auto !important;
    right: 0 !important;
  }
}
@media(max-width:1200px){
  header.header.header-no-nav {
    padding: 0;
  } 
}
@media only screen and (max-width: 991px) {
  .custom-menu-primary .hs-menu-wrapper {
    display: none;
  }
  .custom-menu-primary {
    text-align: left;
  }
  .header .col-md-9.col-sm-8.col-xs-6.header__right {
    width: 100%;
  }
  span.menu-link {
    color: #111111;
  } 
  .header__container {
    position: relative;
  }
  a.mobile-trigger {
    position: absolute;
    right: 15px;
    top: 32px;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding: 0;
    margin: 0;
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li>a:hover {
    background: transparent !important;
    color: rgba(24,164,218,1.0) !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li>a {
    padding: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: none;
  }
  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
  }
  .child-trigger i {
    width: auto;
    transition: 0.3s ease;
  }
  .child-trigger i {
    width: auto;
  }
  .child-trigger.child-open i {
    transform: rotate(
      180deg
    );
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright-group {
  padding: 25px 0;
  text-align: center;
  font-size: 14px;
  position: relative;
  background-color: #18a4da;
  color: #fff;
}
.footer__copyright-group a {
  color: inherit;
}
footer.footer h3 {
  border: 0;
}
footer.footer h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  vertical-align: top;
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 14px;
}
.footer__main .col-md-4 {
  margin-bottom: 20px;
}
.footer__main {
  padding: 60px 0 40px;
  position: relative;
  color: #353535;
}
.footer__container {
  padding-left: 15px;
  padding-right: 15px;
}
.footer__main h3:after {
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 10px;
  position: absolute;
  background-color: #18a4da;
}
.footer__main .hs_cos_wrapper_type_linked_image {
  display: block;
  margin-bottom: 0.7em;
}

.footer .footer__main .hs_cos_wrapper_type_linked_image img {
  margin-bottom: 6px;
}
.footer__main p {
  font-family: Lato;
  margin-bottom: 0.7em;
}
ul#menu-social-profile-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-menu ul {
  display: block !important;
}
.footer__main {
  font-size: 14px;
}
.footer__main p {
  line-height: 1.8;
  font-family: Lato;
  font-size: 14px;
}

.footer-menu ul li {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer-menu ul li:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f101";
  margin-right: 10px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.footer-menu ul li:hover {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
}
.custom-footer-social-icon ul {
  margin-top: 15px !IMPORTANT;
}
.footer-menu ul li .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  word-break: break-word;
  white-space: normal !important;
  width: auto;
  display: inline;
}

@media (min-width:992px) {
  .footer-menu ul li {
    display: inline-block;
    width: 50%;
  }
  .bottom-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 0;
    width: 100%;
  }
}
@media (max-width:1199px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
  .footer-menu ul li a {
    width: auto !important;
    display: inline !important;
  }
}
@media (max-width:991px) { 
  .footer-menu ul li {
    width: 50%;
  }
  .footer-menu ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-height {
    display: none !important;
  }
}
@media (max-width:767px) { 
  .footer__main {
    padding: 30px 0;
  }
  footer.footer h3 {
    margin-bottom: 20px;
    padding-bottom: 13px;
  }
  .footer-menu ul li {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.entry-meta i {
  margin-right: 5px;
}
.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;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #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 .hs-button {
  margin-top:20px;
}
.blog-comments .hs-button:hover {
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
.blog-listing-wrapper .content-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.blog-listing-wrapper .content-wrapper.container-fluid {
  padding: 0;
}
.hs-blog-listing, .hs-blog-post {
  background-color: #fff !important;
}
.blog-post-section .row-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.blog-post-section .row-inner .col-md-7 > h2 {
  font-size: 28px;
  letter-spacing: .025em;
  margin-bottom: .5em;
  line-height: 1.2;
}
.entry-meta {
  margin-bottom: 20px;
}
.entry-meta span {
  margin-right: 20px;
}
.entry-meta .categories-links a {
  font-weight: 600;
  color: #18a4da;
  -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
  -moz-transition: all .5s cubic-bezier(.215,.61,.355,1);
  -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
  transition: all .5s cubic-bezier(.215,.61,.355,1);
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.entry-meta .categories-links a:hover {
  color: #757575;
}
.entry-content {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.8;
}
.read-more a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  padding: 6px 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  color: #aaa;
  border: 2px solid #ddd;
  line-height: 1.8;
  font-family: Montserrat,sans-serif;
}
.read-more a:hover {
  border-color: #18a4da;
  background-color: #18a4da;
  color: #fff;
}
.dates .year {
  padding-bottom: 10px;
}
.custom-blog-post-banner.tage-page {
  margin-bottom: 70px;
}
.custom-blog-post-banner h1 span {
  color: #18a4da;
}
.blog-post-section .row-inner.no-feature-image .col-md-7 {
  width: 100%;
}
.blog-pagination.span12 {
  display: block;
  text-align: left;
}

a.blog-pagination-link.blog-pagination-prev-link.blog-pagination-prev-link-disabled {
  display: none;
}

a.blog-pagination-link{
  display: inline-block;
  padding: 10px 5px;
  font-size: 16px;
}
.blog-listing-wrapper .col-md-3 h3 {
  font-size: 20px;
  letter-spacing: .1em;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  line-height: 1.8;
  display: inline-block;
  font-weight: 700;
  border-color: #18a4da;

  border-bottom-width: 3px;
}
.blog-listing-wrapper .col-md-3 .custom-view-brochure a.download {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #eee;
  padding: 15px 20px;
}
.blog-listing-wrapper .col-md-3 .custom-view-brochure a.download:hover {
  border-color: #18a4da;
  color: #757575;
}
.custom-view-brochure {
  margin-bottom: 35px;
}
.hs-rss-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.hs-rss-item a {
  font-size: 14px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
}
a.recent-posts__thumb {
  float: left;
  margin-right: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}
.recent-posts__thumb:before {
  content: '';
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
  -moz-transition: all .5s cubic-bezier(.215,.61,.355,1);
  -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
  transition: all .5s cubic-bezier(.215,.61,.355,1);
}
.recent-posts__thumb:after {
  content: '\f061';
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  width: 30px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #18a4da;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
}
.recent-posts__thumb img {
  max-width: 80px;
  margin-top: 5px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
  -moz-transition: all .5s cubic-bezier(.215,.61,.355,1);
  -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
  transition: all .5s cubic-bezier(.215,.61,.355,1);
}
.blog-listing-wrapper {
  position: relative;
  background: #fff;
  z-index: 1;
}
.recent-posts__thumb:hover:before {
  opacity: .75;
  visibility: visible;
}
.recent-posts__thumb:hover:after {
  opacity: 1;
  visibility: visible;
}
.recent-posts__thumb:hover img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.custom-blog-post-banner {
  position: relative;
  z-index: 1;
  background: #fff;
}
.custom-blog-post-wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: 70px;
}
.blog-listing-wrapper .col-md-9 {
  padding-bottom: 80px;
}

.section.post-footer .hs-input {
  max-width: 100%;
}
.download i {
  margin-right: 10px;
}
.custom-blog-post-wrapper .inner {
  display: flex;
  flex-wrap: wrap;
}
.post-thumb {
  margin-bottom: 30px;
  position: relative;
}
.post-thumb img {
  width: 100%;
  max-width: 100%;
}
.dates {
  position: absolute;
  background-color: #fff;
  top: 30px;
  left: 30px;
  background-color: #18a4da;
}
.dates span.month, .dates span.year {
  text-transform: none;
  font-style: italic;
}
.dates .month {
  padding-top: 10px;
}
.dates span {
  font-size: 14px;
}
.dates span {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 1;
  font-family: Montserrat,sans-serif;
}
.dates .date {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
}
.dates .comments-counts {
  background-color: #fff;
  color: #999;
  font-size: 14px;
  text-transform: none;
  font-style: italic;
  padding: 10px 12px;
}
.dates .comments-counts span {
  font-style: normal;
  font-weight: 600;
  color: #999;
  font-size: 32px;
  line-height: 1;
  padding: 0;
}
.custom-blog-post-wrapper.blog-listing-wrapper .content-wrapper {
  padding: 0;
}
.custom-blog-post-banner {
  padding: 70px 0;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  background-image: url(https://19590148.fs1.hubspotusercontent-na1.net/hubfs/19590148/raw_assets/public/KRWolfe_April2021/images/kr-wolfe-page-title-bg.jpg) ;
}
.entry-bottom {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.entry-bottom .col-sm-4 {
  text-align: right;
}

.share span {
  padding: 5px;
  font-family: Montserrat,sans-serif;
}
.share a {
  color: #999;
}
.share a:hover {
  color: #757575;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.post-thumb.no-feature-image .dates {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 110px;
}
#comments-listing:not([data-has-comments="true"]){
  display: none;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
p.has-text-align-center {
  text-align: center;
}
.section.post-footer form .hs-error-msgs label {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  font-size: .813em;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}
.section.post-footer form .hs_error_rollup .hs-error-msgs label {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
#comments-listing.no-comments {
  border: none;
}
#comment-form {
  background: #fff;
  border: 1px solid #000;
  margin: 15px 0;
  padding: 30px;
}
.comment-date { font-size: 13px; text-align: left; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
@media(max-width:1200px){
  .blog-listing-wrapper .content-wrapper,
  .blog-listing-wrapper .content-wrapper.container-fluid {
    max-width:960px;
  }
  .custom-blog-post-banner {
    padding: 50px 0;
  }
}
@media(max-width:991px){
  .blog-post-section .row-inner .col-md-5 {
    margin-bottom: 30px;
  }
  .blog-listing-wrapper .content-wrapper>.row-fluid .col-md-9 {
    padding-bottom: 90px;
  }
  .blog-listing-wrapper .content-wrapper.container-fluid ,
  .blog-listing-wrapper .content-wrapper{
    max-width: 640px;
  } 
}
@media(max-width:768px){
  .custom-blog-post-banner h1 {
    font-size: 28.8px;
  } 
}
@media(max-width:767px){
  .blog-listing-wrapper .content-wrapper.container-fluid,
  .blog-listing-wrapper .content-wrapper{
    max-width: 480px;
  } 
  .custom-blog-post-banner h1 {
    font-size: 28.8px;
  }
}
@media(max-width:479px){
  .blog-listing-wrapper .content-wrapper.container-fluid ,
  .blog-listing-wrapper .content-wrapper{
    max-width: 320px;
  } 
  .dates {
    top: 0;
  }
  .custom-blog-post-banner h1{
    font-size: 25.6px;
  }
  .dates .date {
    font-size: 16px;
  }
  .dates .comments-counts span {
    font-size: 15px;
  }
  .dates .comments-counts {
    font-size: 11px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
}



.hs_cos_wrapper_type_member_register {
  max-width: 500px;
  display: block;
}
.hs_cos_wrapper_type_member_register label,
.hs_cos_wrapper_type_password_reset label,
.hs_cos_wrapper_type_member_login label{
  display: block;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs_cos_wrapper_type_member_register .hs-input,
.hs_cos_wrapper_type_password_reset .hs-input, 
.hs_cos_wrapper_type_member_login .hs-input,
.hs_cos_wrapper_type_password_reset_request .hs-input,
.hs_cos_wrapper_type_member_login .hs-input{
  margin-top: 10px;
  margin-bottom: 15px;
}

.hs_cos_wrapper_type_member_register .hs-button, 
.hs_cos_wrapper_type_password_reset .hs-button, 
.hs_cos_wrapper_type_member_login .hs-button ,
.hs_cos_wrapper_type_password_reset_request .hs-button,
.hs_cos_wrapper_type_member_login .hs-button{
  margin-bottom: 10px;
}

.hs_cos_wrapper_type_member_register , 
.hs_cos_wrapper_type_password_reset , 
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_login{
  max-width: 500px;
  display: block;
}
input#hs-login-widget-remember ~ label {
  display: inline-block;
}

ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
[type="checkbox"], [type="radio"] {
  display: inline-block;
  width: auto;
}
.custom-blog-post-banner.four-o-four-page-banner {
  margin-bottom: 70px;
}

.four-o-four-page .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.four-o-four-page .content-wrapper {}

.four-o-four-page .content-wrapper h2 {
  font-size: 32px;
  margin-top: 100px;
  color: #18a4da;
}

.four-o-four-page input.hs-search-field__input {
  max-width: 100%;
  font-size: 15px;
  padding: 11px 15px;
  color: #999;
}
.four-o-four-page .content-wrapper{
  padding:0 15px; 
}
.four-o-four-page .content-wrapper p:last-of-type {
  margin-bottom: 0;
}

.four-o-four-page input.hs-search-field__input::placeholder {
  color: #999;
}
.custom-blog-post-banner.search-page-banner {
  margin-bottom: 70px;
}

.search-page {
  padding-bottom: 70px;
}

a.hs-search-results__title {
  color: #18a4da;
  text-decoration: none;
  font-family: Montserrat,sans-serif;
  font-size: 24px;
  font-weight: 600;
}

p.hs-search-results__description {
  padding-top: 7px;
}

a.hs-search-results__title:hover {
  color: #757575;
}
@media(max-width:1200px){
  .four-o-four-page .content-wrapper,
  .custom-blog-post-banner.four-o-four-page-banner .content-wrapper{
    max-width:960px;
  }
}
@media(max-width:991px){
  .four-o-four-page .content-wrapper,
  .custom-blog-post-banner.four-o-four-page-banner .content-wrapper{
    max-width:640px;
  }
  .four-o-four-page .content-wrapper .col-md-6{
    padding:0;
  }
  .four-o-four-page .content-wrapper h2{
    margin-top:0;
    font-size:24px;
  }
}
@media(max-width:479px){
  .four-o-four-page .content-wrapper,
  .custom-blog-post-banner.four-o-four-page-banner .content-wrapper{
    max-width:320px;
  }
}
@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  } 
  .hs_cos_wrapper_type_member_register , 
  .hs_cos_wrapper_type_password_reset , 
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_member_login {
    max-width: 100%;
    display: block;
  }
  .systems-page .page-header h1 {
    font-size: 30px;
  }

  .systems-page .page-header h2 {
    font-size: 21px;
  }
  .four-o-four-page .content-wrapper h2 {
    font-size: 21.6px;
  }
  .systems-page .success {
    min-width: 100%;
  }
}
@media(max-width:479px){
  .four-o-four-page .content-wrapper h2 {
    font-size: 19.2px;
  } 
}