/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

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

@media (max-width:1024px) {
	.body-container,
	.banner__container,
	.footer__container,
	.content-wrapper,
	.page-center,
	.header__container{
		max-width:95%;
		width:95%;
		margin:0 auto;
	}
}

@media (max-width: 767px) {
	.dnd-section .widget-type-cell {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@font-face {
	font-family: FontAwesome;
	src: url(https://7109303.fs1.hubspotusercontent-na1.net/hubfs/7109303/TSC_April2020/Fonts/fontawesome-webfont.eot) format('embedded-opentype'),
		url(https://7109303.fs1.hubspotusercontent-na1.net/hubfs/7109303/raw_assets/public/TSC_April2020/fonts/fontawesome-webfont.woff2) format('woff2'), 
		url(https://7109303.fs1.hubspotusercontent-na1.net/hubfs/7109303/raw_assets/public/TSC_April2020/fonts/fontawesome-webfont.woff) format("woff"), 
		url(https://7109303.fs1.hubspotusercontent-na1.net/hubfs/7109303/raw_assets/public/TSC_April2020/fonts/fontawesome-webfont.ttf) format("truetype"),
		url(https://7109303.fs1.hubspotusercontent-na1.net/hubfs/7109303/raw_assets/public/TSC_April2020/fonts/fontawesome-webfont.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=uk-icon-] {
	font-family: FontAwesome;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

[class*=uk-icon-], [class*=uk-icon-]:focus, [class*=uk-icon-]:hover {
	text-decoration: none
}

.uk-icon-sm {
	font-size: 150%;
	vertical-align: -10%
}

.uk-icon-md {
	font-size: 200%;
	vertical-align: -16%
}

.uk-icon-lg {
	font-size: 250%;
	vertical-align: -22%
}

.uk-icon-justify {
	width: 1em;
	text-align: center
}

.uk-icon-spin {
	display: inline-block;
	-webkit-animation: uk-rotate 2s infinite linear;
	animation: uk-rotate 2s infinite linear
}

.uk-icon-hover {
	color: #999
}

.uk-icon-hover:hover {
	color: #666
}

.uk-icon-button {
	box-sizing: border-box;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #eee;
	line-height: 35px;
	color: #333;
	font-size: 18px;
	text-align: center
}

.uk-icon-button:focus, .uk-icon-button:hover {
	background-color: #f5f5f5;
	color: #666;
	outline: 0
}

.uk-icon-button:active {
	background-color: #ddd;
	color: #666
}

.uk-icon-glass:before {
	content: "\f000"
}

.uk-icon-music:before {
	content: "\f001"
}

.uk-icon-search:before {
	content: "\f002"
}

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

.uk-icon-heart:before {
	content: "\f004"
}

.uk-icon-star:before {
	content: "\f005"
}

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

.uk-icon-user:before {
	content: "\f007"
}

.uk-icon-film:before {
	content: "\f008"
}

.uk-icon-th-lg:before {
	content: "\f009"
}

.uk-icon-th:before {
	content: "\f00a"
}

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

.uk-icon-check:before {
	content: "\f00c"
}

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

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

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

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

.uk-icon-signal:before {
	content: "\f012"
}

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

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

.uk-icon-home:before {
	content: "\f015"
}

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

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

.uk-icon-road:before {
	content: "\f018"
}

.uk-icon-download:before {
	content: "\f019"
}

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

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

.uk-icon-inbox:before {
	content: "\f01c"
}

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

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

.uk-icon-refresh:before {
	content: "\f021"
}

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

.uk-icon-lock:before {
	content: "\f023"
}

.uk-icon-flag:before {
	content: "\f024"
}

.uk-icon-headphones:before {
	content: "\f025"
}

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

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

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

.uk-icon-qrcode:before {
	content: "\f029"
}

.uk-icon-barcode:before {
	content: "\f02a"
}

.uk-icon-tag:before {
	content: "\f02b"
}

.uk-icon-tags:before {
	content: "\f02c"
}

.uk-icon-book:before {
	content: "\f02d"
}

.uk-icon-bookmark:before {
	content: "\f02e"
}

.uk-icon-print:before {
	content: "\f02f"
}

.uk-icon-camera:before {
	content: "\f030"
}

.uk-icon-font:before {
	content: "\f031"
}

.uk-icon-bold:before {
	content: "\f032"
}

.uk-icon-italic:before {
	content: "\f033"
}

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

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

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

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

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

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

.uk-icon-list:before {
	content: "\f03a"
}

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

.uk-icon-indent:before {
	content: "\f03c"
}

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

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

.uk-icon-pencil:before {
	content: "\f040"
}

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

.uk-icon-adjust:before {
	content: "\f042"
}

.uk-icon-tint:before {
	content: "\f043"
}

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

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

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

.uk-icon-arrows:before {
	content: "\f047"
}

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

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

.uk-icon-backward:before {
	content: "\f04a"
}

.uk-icon-play:before {
	content: "\f04b"
}

.uk-icon-pause:before {
	content: "\f04c"
}

.uk-icon-stop:before {
	content: "\f04d"
}

.uk-icon-forward:before {
	content: "\f04e"
}

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

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

.uk-icon-eject:before {
	content: "\f052"
}

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

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

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

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

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

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

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

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

.uk-icon-crosshairs:before {
	content: "\f05b"
}

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

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

.uk-icon-ban:before {
	content: "\f05e"
}

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

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

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

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

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

.uk-icon-expand:before {
	content: "\f065"
}

.uk-icon-compress:before {
	content: "\f066"
}

.uk-icon-plus:before {
	content: "\f067"
}

.uk-icon-minus:before {
	content: "\f068"
}

.uk-icon-asterisk:before {
	content: "\f069"
}

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

.uk-icon-gift:before {
	content: "\f06b"
}

.uk-icon-leaf:before {
	content: "\f06c"
}

.uk-icon-fire:before {
	content: "\f06d"
}

.uk-icon-eye:before {
	content: "\f06e"
}

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

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

.uk-icon-plane:before {
	content: "\f072"
}

.uk-icon-calendar:before {
	content: "\f073"
}

.uk-icon-random:before {
	content: "\f074"
}

.uk-icon-comment:before {
	content: "\f075"
}

.uk-icon-magnet:before {
	content: "\f076"
}

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

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

.uk-icon-retweet:before {
	content: "\f079"
}

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

.uk-icon-folder:before {
	content: "\f07b"
}

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

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

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

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

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

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

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

.uk-icon-key:before {
	content: "\f084"
}

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

.uk-icon-comments:before {
	content: "\f086"
}

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

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

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

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

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

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

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

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

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

.uk-icon-trophy:before {
	content: "\f091"
}

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

.uk-icon-upload:before {
	content: "\f093"
}

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

.uk-icon-phone:before {
	content: "\f095"
}

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

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

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

.uk-icon-twitter:before {
	content: "\f099"
}

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

.uk-icon-github:before {
	content: "\f09b"
}

.uk-icon-unlock:before {
	content: "\f09c"
}

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

.uk-icon-rss:before {
	content: "\f09e"
}

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

.uk-icon-bullhorn:before {
	content: "\f0a1"
}

.uk-icon-bell:before {
	content: "\f0f3"
}

.uk-icon-certificate:before {
	content: "\f0a3"
}

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

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

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

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

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

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

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

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

.uk-icon-globe:before {
	content: "\f0ac"
}

.uk-icon-wrench:before {
	content: "\f0ad"
}

.uk-icon-tasks:before {
	content: "\f0ae"
}

.uk-icon-filter:before {
	content: "\f0b0"
}

.uk-icon-briefcase:before {
	content: "\f0b1"
}

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

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

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

.uk-icon-cloud:before {
	content: "\f0c2"
}

.uk-icon-flask:before {
	content: "\f0c3"
}

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

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

.uk-icon-paperclip:before {
	content: "\f0c6"
}

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

.uk-icon-square:before {
	content: "\f0c8"
}

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

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

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

.uk-icon-strikethrough:before {
	content: "\f0cc"
}

.uk-icon-underline:before {
	content: "\f0cd"
}

.uk-icon-table:before {
	content: "\f0ce"
}

.uk-icon-magic:before {
	content: "\f0d0"
}

.uk-icon-truck:before {
	content: "\f0d1"
}

.uk-icon-pinterest:before {
	content: "\f0d2"
}

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

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

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

.uk-icon-money:before {
	content: "\f0d6"
}

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

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

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

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

.uk-icon-columns:before {
	content: "\f0db"
}

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

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

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

.uk-icon-envelope:before {
	content: "\f0e0"
}

.uk-icon-linkedin:before {
	content: "\f0e1"
}

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

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

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

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

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

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

.uk-icon-sitemap:before {
	content: "\f0e8"
}

.uk-icon-umbrella:before {
	content: "\f0e9"
}

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

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

.uk-icon-exchange:before {
	content: "\f0ec"
}

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

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

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

.uk-icon-stethoscope:before {
	content: "\f0f1"
}

.uk-icon-suitcase:before {
	content: "\f0f2"
}

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

.uk-icon-coffee:before {
	content: "\f0f4"
}

.uk-icon-cutlery:before {
	content: "\f0f5"
}

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

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

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

.uk-icon-ambulance:before {
	content: "\f0f9"
}

.uk-icon-medkit:before {
	content: "\f0fa"
}

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

.uk-icon-beer:before {
	content: "\f0fc"
}

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

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

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

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

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

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

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

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

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

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

.uk-icon-desktop:before {
	content: "\f108"
}

.uk-icon-laptop:before {
	content: "\f109"
}

.uk-icon-tablet:before {
	content: "\f10a"
}

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

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

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

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

.uk-icon-spinner:before {
	content: "\f110"
}

.uk-icon-circle:before {
	content: "\f111"
}

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

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

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

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

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

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

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

.uk-icon-gamepad:before {
	content: "\f11b"
}

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

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

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

.uk-icon-terminal:before {
	content: "\f120"
}

.uk-icon-code:before {
	content: "\f121"
}

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

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

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

.uk-icon-crop:before {
	content: "\f125"
}

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

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

.uk-icon-question:before {
	content: "\f128"
}

.uk-icon-info:before {
	content: "\f129"
}

.uk-icon-exclamation:before {
	content: "\f12a"
}

.uk-icon-superscript:before {
	content: "\f12b"
}

.uk-icon-subscript:before {
	content: "\f12c"
}

.uk-icon-eraser:before {
	content: "\f12d"
}

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

.uk-icon-microphone:before {
	content: "\f130"
}

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

.uk-icon-shield:before {
	content: "\f132"
}

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

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

.uk-icon-rocket:before {
	content: "\f135"
}

.uk-icon-maxcdn:before {
	content: "\f136"
}

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

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

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

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

.uk-icon-html5:before {
	content: "\f13b"
}

.uk-icon-css3:before {
	content: "\f13c"
}

.uk-icon-anchor:before {
	content: "\f13d"
}

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

.uk-icon-bullseye:before {
	content: "\f140"
}

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

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

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

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

.uk-icon-ticket:before {
	content: "\f145"
}

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

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

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

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

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

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

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

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

.uk-icon-compass:before {
	content: "\f14e"
}

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

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

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

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

.uk-icon-gbp:before {
	content: "\f154"
}

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

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

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

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

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

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

.uk-icon-file:before {
	content: "\f15b"
}

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

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

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

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

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

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

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

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

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

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

.uk-icon-youtube:before {
	content: "\f167"
}

.uk-icon-xing:before {
	content: "\f168"
}

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

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

.uk-icon-dropbox:before {
	content: "\f16b"
}

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

.uk-icon-instagram:before {
	content: "\f16d"
}

.uk-icon-flickr:before {
	content: "\f16e"
}

.uk-icon-adn:before {
	content: "\f170"
}

.uk-icon-bitbucket:before {
	content: "\f171"
}

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

.uk-icon-tumblr:before {
	content: "\f173"
}

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

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

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

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

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

.uk-icon-apple:before {
	content: "\f179"
}

.uk-icon-windows:before {
	content: "\f17a"
}

.uk-icon-android:before {
	content: "\f17b"
}

.uk-icon-linux:before {
	content: "\f17c"
}

.uk-icon-dribbble:before {
	content: "\f17d"
}

.uk-icon-skype:before {
	content: "\f17e"
}

.uk-icon-foursquare:before {
	content: "\f180"
}

.uk-icon-trello:before {
	content: "\f181"
}

.uk-icon-female:before {
	content: "\f182"
}

.uk-icon-male:before {
	content: "\f183"
}

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

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

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

.uk-icon-archive:before {
	content: "\f187"
}

.uk-icon-bug:before {
	content: "\f188"
}

.uk-icon-vk:before {
	content: "\f189"
}

.uk-icon-weibo:before {
	content: "\f18a"
}

.uk-icon-renren:before {
	content: "\f18b"
}

.uk-icon-pagelines:before {
	content: "\f18c"
}

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

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

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

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

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

.uk-icon-wheelchair:before {
	content: "\f193"
}

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

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

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

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

.uk-icon-slack:before {
	content: "\f198"
}

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

.uk-icon-wordpress:before {
	content: "\f19a"
}

.uk-icon-openid:before {
	content: "\f19b"
}

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

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

.uk-icon-yahoo:before {
	content: "\f19e"
}

.uk-icon-google:before {
	content: "\f1a0"
}

.uk-icon-reddit:before {
	content: "\f1a1"
}

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

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

.uk-icon-stumbleupon:before {
	content: "\f1a4"
}

.uk-icon-delicious:before {
	content: "\f1a5"
}

.uk-icon-digg:before {
	content: "\f1a6"
}

.uk-icon-pied-piper:before {
	content: "\f1a7"
}

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

.uk-icon-drupal:before {
	content: "\f1a9"
}

.uk-icon-joomla:before {
	content: "\f1aa"
}

.uk-icon-language:before {
	content: "\f1ab"
}

.uk-icon-fax:before {
	content: "\f1ac"
}

.uk-icon-building:before {
	content: "\f1ad"
}

.uk-icon-child:before {
	content: "\f1ae"
}

.uk-icon-paw:before {
	content: "\f1b0"
}

.uk-icon-spoon:before {
	content: "\f1b1"
}

.uk-icon-cube:before {
	content: "\f1b2"
}

.uk-icon-cubes:before {
	content: "\f1b3"
}

.uk-icon-behance:before {
	content: "\f1b4"
}

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

.uk-icon-steam:before {
	content: "\f1b6"
}

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

.uk-icon-recycle:before {
	content: "\f1b8"
}

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

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

.uk-icon-tree:before {
	content: "\f1bb"
}

.uk-icon-spotify:before {
	content: "\f1bc"
}

.uk-icon-deviantart:before {
	content: "\f1bd"
}

.uk-icon-soundcloud:before {
	content: "\f1be"
}

.uk-icon-database:before {
	content: "\f1c0"
}

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

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

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

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

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

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

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

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

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

.uk-icon-vine:before {
	content: "\f1ca"
}

.uk-icon-codepen:before {
	content: "\f1cb"
}

.uk-icon-jsfiddle:before {
	content: "\f1cc"
}

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

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

.uk-icon-ra:before, .uk-icon-rebel:before {
	content: "\f1d0"
}

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

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

.uk-icon-git:before {
	content: "\f1d3"
}

.uk-icon-hacker-news:before {
	content: "\f1d4"
}

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

.uk-icon-qq:before {
	content: "\f1d6"
}

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

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

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

.uk-icon-history:before {
	content: "\f1da"
}

.uk-icon-circle-thin:before, .uk-icon-genderless:before {
	content: "\f1db"
}

.uk-icon-header:before {
	content: "\f1dc"
}

.uk-icon-paragraph:before {
	content: "\f1dd"
}

.uk-icon-sliders:before {
	content: "\f1de"
}

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

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

.uk-icon-bomb:before {
	content: "\f1e2"
}

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

.uk-icon-tty:before {
	content: "\f1e4"
}

.uk-icon-binoculars:before {
	content: "\f1e5"
}

.uk-icon-plug:before {
	content: "\f1e6"
}

.uk-icon-slideshare:before {
	content: "\f1e7"
}

.uk-icon-twitch:before {
	content: "\f1e8"
}

.uk-icon-yelp:before {
	content: "\f1e9"
}

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

.uk-icon-wifi:before {
	content: "\f1eb"
}

.uk-icon-calculator:before {
	content: "\f1ec"
}

.uk-icon-paypal:before {
	content: "\f1ed"
}

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

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

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

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

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

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

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

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

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

.uk-icon-trash:before {
	content: "\f1f8"
}

.uk-icon-copyright:before {
	content: "\f1f9"
}

.uk-icon-at:before {
	content: "\f1fa"
}

.uk-icon-eyedropper:before {
	content: "\f1fb"
}

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

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

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

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

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

.uk-icon-lastfm:before {
	content: "\f202"
}

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

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

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

.uk-icon-bicycle:before {
	content: "\f206"
}

.uk-icon-bus:before {
	content: "\f207"
}

.uk-icon-ioxhost:before {
	content: "\f208"
}

.uk-icon-angellist:before {
	content: "\f209"
}

.uk-icon-cc:before {
	content: "\f20a"
}

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

.uk-icon-meanpath:before {
	content: "\f20c"
}

.uk-icon-buysellads:before {
	content: "\f20d"
}

.uk-icon-connectdevelop:before {
	content: "\f20e"
}

.uk-icon-dashcube:before {
	content: "\f210"
}

.uk-icon-forumbee:before {
	content: "\f211"
}

.uk-icon-leanpub:before {
	content: "\f212"
}

.uk-icon-sellsy:before {
	content: "\f213"
}

.uk-icon-shirtsinbulk:before {
	content: "\f214"
}

.uk-icon-simplybuilt:before {
	content: "\f215"
}

.uk-icon-skyatlas:before {
	content: "\f216"
}

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

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

.uk-icon-diamond:before {
	content: "\f219"
}

.uk-icon-ship:before {
	content: "\f21a"
}

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

.uk-icon-motorcycle:before {
	content: "\f21c"
}

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

.uk-icon-heartbeat:before {
	content: "\f21e"
}

.uk-icon-venus:before {
	content: "\f221"
}

.uk-icon-mars:before {
	content: "\f222"
}

.uk-icon-mercury:before {
	content: "\f223"
}

.uk-icon-transgender:before {
	content: "\f224"
}

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

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

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

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

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

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

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

.uk-icon-neuter:before {
	content: "\f22c"
}

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

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

.uk-icon-whatsapp:before {
	content: "\f232"
}

.uk-icon-server:before {
	content: "\f233"
}

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

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

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

.uk-icon-viacoin:before {
	content: "\f237"
}

.uk-icon-train:before {
	content: "\f238"
}

.uk-icon-subway:before {
	content: "\f239"
}

.uk-icon-md-logo:before {
	content: "\f23a"
}

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

.uk-icon-amazon:before {
	content: "\f270"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-icon-chrome:before {
	content: "\f268"
}

.uk-icon-clone:before {
	content: "\f24d"
}

.uk-icon-commenting:before {
	content: "\f27a"
}

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

.uk-icon-contao:before {
	content: "\f26d"
}

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

.uk-icon-expeditedssl:before {
	content: "\f23e"
}

.uk-icon-firefox:before {
	content: "\f269"
}

.uk-icon-fonticons:before {
	content: "\f280"
}

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

.uk-icon-gg:before {
	content: "\f260"
}

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

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

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

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

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

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

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

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

.uk-icon-hourglass:before {
	content: "\f254"
}

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

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

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

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

.uk-icon-houzz:before {
	content: "\f27c"
}

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

.uk-icon-industry:before {
	content: "\f275"
}

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

.uk-icon-map:before {
	content: "\f279"
}

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

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

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

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

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

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

.uk-icon-odnoklassniki:before {
	content: "\f263"
}

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

.uk-icon-opencart:before {
	content: "\f23d"
}

.uk-icon-opera:before {
	content: "\f26a"
}

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

.uk-icon-registered:before {
	content: "\f25d"
}

.uk-icon-safari:before {
	content: "\f267"
}

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

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

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

.uk-icon-trademark:before {
	content: "\f25c"
}

.uk-icon-tripadvisor:before {
	content: "\f262"
}

.uk-icon-vimeo:before {
	content: "\f27d"
}

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

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

.uk-icon-y-combinator-square:before, .uk-icon-yc-square:before {
	content: "\f1d4"
}

.uk-icon-bluetooth:before {
	content: "\f293"
}

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

.uk-icon-codiepie:before {
	content: "\f284"
}

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

.uk-icon-edge:before {
	content: "\f282"
}

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

.uk-icon-hashtag:before {
	content: "\f292"
}

.uk-icon-mixcloud:before {
	content: "\f289"
}

.uk-icon-modx:before {
	content: "\f285"
}

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

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

.uk-icon-percent:before {
	content: "\f295"
}

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

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

.uk-icon-scribd:before {
	content: "\f28a"
}

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

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

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

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

.uk-icon-usb:before {
	content: "\f287"
}

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

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

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

.uk-icon-blind:before {
	content: "\f29d"
}

.uk-icon-braille:before {
	content: "\f2a1"
}

.uk-icon-deaf:before, .uk-icon-deafness:before {
	content: "\f2a4"
}

.uk-icon-envira:before {
	content: "\f299"
}

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

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

.uk-icon-gitlab:before {
	content: "\f296"
}

.uk-icon-glide:before {
	content: "\f2a5"
}

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

.uk-icon-hard-of-hearing:before {
	content: "\f2a4"
}

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

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

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

.uk-icon-snapchat:before {
	content: "\f2ab"
}

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

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

.uk-icon-themeisle:before {
	content: "\f2b2"
}

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

.uk-icon-viadeo:before {
	content: "\f2a9"
}

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

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

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

.uk-icon-wpbeginner:before {
	content: "\f297"
}

.uk-icon-wpforms:before {
	content: "\f298"
}

.uk-icon-yoast:before {
	content: "\f2b1"
}

.uk-icon-adress-book:before {
	content: "\f2b9"
}

.uk-icon-adress-book-o:before {
	content: "\f2ba"
}

.uk-icon-adress-card:before {
	content: "\f2bb"
}

.uk-icon-adress-card-o:before {
	content: "\f2bc"
}

.uk-icon-bandcamp:before {
	content: "\f2d5"
}

.uk-icon-bath:before {
	content: "\f2cd"
}

.uk-icon-bathub:before {
	content: "\f2cd"
}

.uk-icon-drivers-license:before {
	content: "\f2c2"
}

.uk-icon-drivers-license-o:before {
	content: "\f2c3"
}

.uk-icon-eercast:before {
	content: "\f2da"
}

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

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

.uk-icon-etsy:before {
	content: "\f2d7"
}

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

.uk-icon-grav:before {
	content: "\f2d6"
}

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

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

.uk-icon-id-card:before {
	content: "\f2c2"
}

.uk-icon-id-card-o:before {
	content: "\f2c3"
}

.uk-icon-imdb:before {
	content: "\f2d8"
}

.uk-icon-linode:before {
	content: "\f2b8"
}

.uk-icon-meetup:before {
	content: "\f2e0"
}

.uk-icon-microchip:before {
	content: "\f2db"
}

.uk-icon-podcast:before {
	content: "\f2ce"
}

.uk-icon-quora:before {
	content: "\f2c4"
}

.uk-icon-ravelry:before {
	content: "\f2d9"
}

.uk-icon-s15:before {
	content: "\f2cd"
}

.uk-icon-shower:before {
	content: "\f2cc"
}

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

.uk-icon-superpowers:before {
	content: "\f2dd"
}

.uk-icon-telegram:before {
	content: "\f2c6"
}

.uk-icon-thermometer:before {
	content: "\f2c7"
}

.uk-icon-thermometer-0:before {
	content: "\f2cb"
}

.uk-icon-thermometer-1:before {
	content: "\f2ca"
}

.uk-icon-thermometer-2:before {
	content: "\f2c9"
}

.uk-icon-thermometer-3:before {
	content: "\f2c8"
}

.uk-icon-thermometer-4:before {
	content: "\f2c7"
}

.uk-icon-thermometer-empty:before {
	content: "\f2cb"
}

.uk-icon-thermometer-full:before {
	content: "\f2c7"
}

.uk-icon-thermometer-half:before {
	content: "\f2c9"
}

.uk-icon-thermometer-quarter:before {
	content: "\f2ca"
}

.uk-icon-thermometer-three-quarters:before {
	content: "\f2c8"
}

.uk-icon-times-rectangle:before {
	content: "\f2d3"
}

.uk-icon-times-rectangle-o:before {
	content: "\f2d4"
}

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

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

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

.uk-icon-vcard:before {
	content: "\f2bb"
}

.uk-icon-vcard-o:before {
	content: "\f2bc"
}

.uk-icon-widow-close:before {
	content: "\f2d3"
}

.uk-icon-widow-close-o:before {
	content: "\f2d4"
}

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

.uk-icon-window-xsmize:before {
	content: "\f2d1"
}

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

.uk-icon-wpexplorer:before {
	content: "\f2de"
}


/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
	font-size: 16px;
}

body {
	font-family: Helvetica, "Barlow Semi Condensed", sans-serif;
	font-size: 16px;
	color: #777;
	line-height: 1.38;
}

p {
	margin: 0 0 15px 0;
}

/* Anchor Links */
a {
	color: #004799;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.5;
	font-weight: 900;
	font-family: Helvetica, "Barlow Semi Condensed", sans-serif;
	color: #777;
	word-break: break-word;
}

h1 {
	font-size: 24px;
	line-height: 1.75;
}

h2 {
	font-size: 20px;
	line-height: 1.75;
}

h3 {
	font-size: 19px;
	line-height: 1.843;
}

h4 {
	font-size: 18px;
	line-height: 1.45;
}

h5 {
	font-size: 16px;
	line-height: 1.38;
}

h6 {
	font-size: 14px;
	line-height: 1.45;
}

strong {
	font-weight: 700;
}

code {
	vertical-align: bottom;
}

ul,
ol {
	padding-left:30px;
	margin:0 0 1.5rem;
}

ul li,
ol li {
}

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

blockquote {
	padding-left: 15px;
	border-left: 5px solid #ddd;
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	margin-bottom:.5rem;
}

figure {
	margin:0;
}

figcaption {
	margin-top:10px;
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

audio, canvas, img, svg, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

img {
	border: 0;
}

::selection {
	background: #00489a;
	color: #fff;
	text-shadow: none;
}

/* Horizontal Rules */
hr {
	box-sizing: content-box;
	height: 0;
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #ddd;
}

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

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


[class*=uk-animation-] {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@media screen {
	[data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]) {
		opacity: 0
	}
}

.uk-animation-fade {
	-webkit-animation-name: uk-fade;
	animation-name: uk-fade;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important
}

.uk-animation-scale-up {
	-webkit-animation-name: uk-fade-scale-02;
	animation-name: uk-fade-scale-02
}

.uk-animation-scale-down {
	-webkit-animation-name: uk-fade-scale-18;
	animation-name: uk-fade-scale-18
}

.uk-animation-slide-top {
	-webkit-animation-name: uk-fade-top;
	animation-name: uk-fade-top
}

.uk-animation-slide-bottom {
	-webkit-animation-name: uk-fade-bottom;
	animation-name: uk-fade-bottom
}

.uk-animation-slide-left {
	-webkit-animation-name: uk-fade-left;
	animation-name: uk-fade-left
}

.uk-animation-slide-right {
	-webkit-animation-name: uk-fade-right;
	animation-name: uk-fade-right
}

.uk-animation-scale {
	-webkit-animation-name: uk-scale-12;
	animation-name: uk-scale-12
}

.uk-animation-shake {
	-webkit-animation-name: uk-shake;
	animation-name: uk-shake
}

.uk-animation-reverse {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

.uk-animation-15 {
	-webkit-animation-duration: 15s;
	animation-duration: 15s
}

.uk-animation-top-left {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.uk-animation-top-center {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.uk-animation-top-right {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.uk-animation-middle-left {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.uk-animation-middle-right {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%
}

.uk-animation-bottom-left {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.uk-animation-bottom-center {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}

.uk-animation-bottom-right {
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.uk-animation-hover:not(:hover), .uk-animation-hover:not(:hover) [class*=uk-animation-], .uk-touch .uk-animation-hover:not(.uk-hover), .uk-touch .uk-animation-hover:not(.uk-hover) [class*=uk-animation-] {
	-webkit-animation-name: none;
	animation-name: none
}

@-webkit-keyframes uk-fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes uk-fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes uk-fade-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes uk-fade-top {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes uk-fade-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes uk-fade-bottom {
	0% {
		opacity: 0;
		transform: translateY(100%)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes uk-fade-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes uk-fade-left {
	0% {
		opacity: 0;
		transform: translateX(-100%)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes uk-fade-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes uk-fade-right {
	0% {
		opacity: 0;
		transform: translateX(100%)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes uk-fade-scale-02 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1)
	}
}

@keyframes uk-fade-scale-02 {
	0% {
		opacity: 0;
		transform: scale(.2)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@-webkit-keyframes uk-fade-scale-15 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1)
	}
}

@keyframes uk-fade-scale-15 {
	0% {
		opacity: 0;
		transform: scale(1.5)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@-webkit-keyframes uk-fade-scale-18 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1)
	}
}

@keyframes uk-fade-scale-18 {
	0% {
		opacity: 0;
		transform: scale(1.8)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@-webkit-keyframes uk-slide-left {
	0% {
		-webkit-transform: translateX(-100%)
	}
	100% {
		-webkit-transform: translateX(0)
	}
}

@keyframes uk-slide-left {
	0% {
		transform: translateX(-100%)
	}
	100% {
		transform: translateX(0)
	}
}

@-webkit-keyframes uk-slide-right {
	0% {
		-webkit-transform: translateX(100%)
	}
	100% {
		-webkit-transform: translateX(0)
	}
}

@keyframes uk-slide-right {
	0% {
		transform: translateX(100%)
	}
	100% {
		transform: translateX(0)
	}
}

@-webkit-keyframes uk-slide-left-33 {
	0% {
		-webkit-transform: translateX(33%)
	}
	100% {
		-webkit-transform: translateX(0)
	}
}

@keyframes uk-slide-left-33 {
	0% {
		transform: translateX(33%)
	}
	100% {
		transform: translateX(0)
	}
}

@-webkit-keyframes uk-slide-right-33 {
	0% {
		-webkit-transform: translateX(-33%)
	}
	100% {
		-webkit-transform: translateX(0)
	}
}

@keyframes uk-slide-right-33 {
	0% {
		transform: translateX(-33%)
	}
	100% {
		transform: translateX(0)
	}
}

@-webkit-keyframes uk-scale-12 {
	0% {
		-webkit-transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1)
	}
}

@keyframes uk-scale-12 {
	0% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes uk-rotate {
	0% {
		-webkit-transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg)
	}
}

@keyframes uk-rotate {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(359deg)
	}
}

@-webkit-keyframes uk-shake {
	0%, 100% {
		-webkit-transform: translateX(0)
	}
	10% {
		-webkit-transform: translateX(-9px)
	}
	20% {
		-webkit-transform: translateX(8px)
	}
	30% {
		-webkit-transform: translateX(-7px)
	}
	40% {
		-webkit-transform: translateX(6px)
	}
	50% {
		-webkit-transform: translateX(-5px)
	}
	60% {
		-webkit-transform: translateX(4px)
	}
	70% {
		-webkit-transform: translateX(-3px)
	}
	80% {
		-webkit-transform: translateX(2px)
	}
	90% {
		-webkit-transform: translateX(-1px)
	}
}

@keyframes uk-shake {
	0%, 100% {
		transform: translateX(0)
	}
	10% {
		transform: translateX(-9px)
	}
	20% {
		transform: translateX(8px)
	}
	30% {
		transform: translateX(-7px)
	}
	40% {
		transform: translateX(6px)
	}
	50% {
		transform: translateX(-5px)
	}
	60% {
		transform: translateX(4px)
	}
	70% {
		transform: translateX(-3px)
	}
	80% {
		transform: translateX(2px)
	}
	90% {
		transform: translateX(-1px)
	}
}

@-webkit-keyframes uk-slide-top-fixed {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes uk-slide-top-fixed {
	0% {
		opacity: 0;
		transform: translateY(-10px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes uk-slide-bottom-fixed {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes uk-slide-bottom-fixed {
	0% {
		opacity: 0;
		transform: translateY(10px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}
form {
	max-width: 500px;
	font-family: Helvetica, "Barlow Semi Condensed", sans-serif;
}

.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt {
	width:100%;
	max-width:500px;
}

.hs-blog-post .content-wrapper .widget-type-blog_comments,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments{
	max-width:100%;
}


#email-prefs-form {
	max-width:100%;
}


.hs-button,
.button--primary,
.blog-comments .hs-button,
.uk-button{
	cursor:pointer;
	display: -moz-inline-stack;
	display: inline-block;
	outline:0;
	-webkit-appearance: none;
	margin: 15px 0;
	border: none;
	overflow: visible;
	font-family: inherit;
	font-size: 1rem;
	text-transform: none;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 37px;
	min-height: 37px;
	text-align: center;
	min-width: 130px;
	display: inline-block;
}

.hs-blog-post .blog-comments .hs-button {
	font-weight: bold;
	border-radius: 5px;
}


.custom-header .uk-button ,
.custom-header .hs-button{
	min-width:auto;
	margin:0;
}

.hs-button:hover,
.button--primary:hover,
.blog-comments .hs-button:hover,
.uk-button:hover,
.hs-button:focus,
.button--primary:focus,
.blog-comments .hs-button:focus,
.uk-button:focus{
	outline: 0;
	text-decoration: none;
}


.content-wrapper .custom_error_message form,
.content-wrapper .widget-type-form,
.content-wrapper .widget-type-blog_subscribe,
.content-wrapper .widget-type-google_search,
.content-wrapper .widget-type-password_prompt.custom_error_message,
.content-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .content-wrapper .widget-type-blog_comments,
.content-wrapper .hs-search-field__bar{
	display:block;
}



.hs-form label {
	color: #777;
}

label {
	display: block;
	padding-top: 7px;
	font-family: Helvetica, 'Barlow Semi Condensed', sans-serif;
	line-height: 22px;
	font-size:16px;
}

.hs-form-field>label {
	display: block;
	padding: 7px 0;
	font-family: Helvetica, 'Barlow Semi Condensed', sans-serif;
	line-height: 22px;
	font-size:16px;
}

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

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form select,
form select,
form textarea,
.hs-input, 
.hs-search-field__input,
#hs-pwd-widget-password,
select {
	width: 100%;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin: 0;
	border-radius: 0;
	font: inherit;
	box-shadow: none;
	height: 37px;
	max-width: 100%;
	padding: 4px 6px;
	border: 1px solid;
	-webkit-transition: all .2s linear;
	-webkit-transition-property: border, background, color, box-shadow, padding;
	transition: all .2s linear;
	transition-property: border, background, color, box-shadow, padding;
	vertical-align: middle;
	font-family: Helvetica, 'Barlow Semi Condensed', sans-serif;
}

#hs-pwd-widget-password {
	height:37px !important;
	margin-top:0 !important;
}


form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
}

form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{

}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-passwor.error{

}

form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {

}

.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;
	-webkit-appearance: checkbox;
}

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

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

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

.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: #790000;
}
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: #df280a;
}

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

.hs-error-msgs {
	font-size: 14px;
	margin-top:10px;
}



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

.field {
	margin-bottom: 18px;
}

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

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

.hs-richtext {
}
.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: Helvetica, "Barlow Semi Condensed", sans-serif;
}



@media (max-width:767px) {

	.body-container-wrapper .custom_error_message form,
	.body-container-wrapper .widget-type-form,
	.body-container-wrapper .widget-type-blog_subscribe,
	.body-container-wrapper .widget-type-google_search,
	.body-container-wrapper .widget-type-password_prompt.custom_error_message,
	.body-container-wrapper .widget-type-email_simple_subscription,
	.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
	.body-container-wrapper .hs-search-field__bar,
	.body-container-wrapper .submitted-message,
	.body-container-wrapper #hs_cos_wrapper_password_prompt {
		max-width:100%;
	}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
	text-decoration: none !important;
}

.top-links {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.divLogin.uk-button-dropdown>.uk-button:after {
	margin-left:5px;
}

.uk-button-dropdown>.uk-button:after{
	content: '\f107';
	font-family: FontAwesome;
	margin-left: 9.5px;
	display: inline-block;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.uk-button-dropdown.active-child>.uk-button:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.top-links .uk-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	width: 200px;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid;
	font-size: 1rem;
	vertical-align: top;
	right: 0;
	margin-top: 5px;
	top:100%;
}

.top-links.active-child .uk-dropdown:before {
	content:"";
	position:absolute;
	bottom:100%;
	left:0;
	width:100%;
	height:6px;
}

.top-links.active-child .uk-dropdown {
	display: block;
	-webkit-animation: uk-fade .2s ease-in-out;
	animation: uk-fade .2s ease-in-out;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.top-links .uk-dropdown>ul {
	padding: 0;
	list-style: none;
	margin: 0 -15px;
}

.top-links .uk-dropdown>ul>li>a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
}

@media (min-width:966px) {

	.custom-menu-primary {
		float: right;
		padding-right: 10px;
	}
	
	.custom-blog-header .custom-menu-primary {
		padding-right:0;
	}

	.custom-menu-primary .hs-menu-wrapper>ul {
		float: left;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li {
		float: left;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>a {
		padding: 0 20px;
		line-height: 24px;
		display: block;
		position:relative;
	}

	.scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
		line-height: 37px;
		padding: 0 15px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
		content: '';
		position: absolute;
		left: 10%;
		bottom: -5px;
		width: 80%;
		height: 3px;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
		position: absolute;
		z-index: 1020;
		border: 1px solid #ddd;
		font-size: 1rem;
		vertical-align: top;
		margin-top: 0;
		padding: 10px 15px;
		display:none;
		left:0;
		top:75%;
	}
	
	.scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
		top:83%;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
		content:"";
		height:20px;
		width:100%;
		bottom:100%;
		position:absolute;
		display:block;
		z-index: 1020;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
		display: block;
		transform-origin: 0 0;
		padding: 10px 0;
		max-height: 450px;
		width: 100%;
		-webkit-animation: uk-slide-top-fixed .2s ease-in-out;
		animation: uk-slide-top-fixed .2s ease-in-out;
		margin-top: 10px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row {
		padding: 20px 0;
		display: -ms-block;
		display: block;
		margin: 0;
		min-height: 300px;
		position:relative;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li {
		width: 30%;
		border-right: 1px solid #fff;
		padding: 10px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>a {
		display: inline;
		padding: 10px 15px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul {
		pointer-events: none;
		position: absolute;
		top: 20px;
		bottom: 0;
		left: 30%;
		right: 0;
		z-index: 1;
		-webkit-transition: max-height 0.6s ease;
		-moz-transition: max-height 0.6s ease;
		-ms-transition: max-height 0.6s ease;
		-o-transition: max-height 0.6s ease;
		transition: max-height 0.6s ease;
		max-height: 0;
		overflow: hidden;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li:hover>ul {
		max-height: 500px;
		z-index: 5;
		pointer-events:auto;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li {
		display: inline-block;
		vertical-align: top;
		padding: 0 30px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>a {
		padding: 10px 0px 5px 0px;
		margin-bottom: 10px;
		display: block;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>a>span {
		border-bottom: 1px solid #fff;
		padding: 10px 0px 5px 0px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul {
		padding: 4px 0;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul>li {
		padding: 3px 0;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul>li>ul {
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 1s linear;
		background: white;
		position: fixed;
		right: 117px;
		top: 160px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul>li:hover>ul {
		opacity: 1;
		visibility: visible;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul>li>ul>img {
		height: 250px;
	}


}

@media (min-width:1025px) {
	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.page-center {
		padding: 0 25px;
	}

}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.page-center>.row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 -15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.page-center>.row>li>a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
}


@media (max-width:1025px) and (min-width:966px) {
	.custom-menu-primary .hs-menu-wrapper>ul>li>a {
		padding:0 15px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li,
	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul>li{
		font-size: 14px;
		line-height: 22px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul>li>ul {
		right:57px;
	}

	.scroll-header .top-links .uk-button-link,
	.scroll-header #search-btn {
		padding: 0 8px;
		line-height: 30px;
		min-height: 30px;
	}

	.scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
		padding: 0 8px;
		line-height: 30px;
		height: 25px;
	}

}

@media (max-width:1024px) {
	.custom-menu-primary .hs-menu-wrapper>ul>li {
		float: none;
		display:inline-block;
	}
}

@media (max-width:965px) {
	.navbar-toggle {
		position: relative;
		float: right;
		margin-top: 8px;
		margin-bottom: 6px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		padding:0;
		outline:none;
		cursor:pointer;
	}

	.navbar-toggle .icon-bar {
		position: relative;
		display: block;
		width: 22px;
		height: 3px;
		border-radius: 1px;
		background-color: #333;
		transition: all 200ms ease-in-out;
	}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 3px;
	}

	.navbar-toggle .icon-bar:nth-of-type(2) {
		top: 1px;
	}

	.navbar-toggle .icon-bar:nth-of-type(3) {
		top: 2px;
	}

	.mobile-open .navbar-toggle .icon-bar:nth-of-type(1) {
		top: 6px;
		transform: rotate(45deg);
	}

	.mobile-open .navbar-toggle .icon-bar:nth-of-type(2) {
		background-color: transparent;
	}

	.mobile-open .navbar-toggle .icon-bar:nth-of-type(3) {
		top: -6px;
		transform: rotate(-45deg);
	}

	.top-links .uk-button-link, #search-btn {
		padding: 0 10px;
	}

	.custom-menu-primary{
		opacity:0;
		visibility:hidden;
		pointer-events:none;
		position: absolute;
		left: 0;
		top: 57px;
		z-index: 11;
		width: 100%;
		max-width: 100%;
		margin-top: 0;
		background-color: #5c80ad;
		transition:all .3s ease-in-out;
	}

	.mobile-open .custom-menu-primary {
		opacity:1;
		visibility:visible;
		pointer-events:auto;
	}

	.custom-menu-primary .hs-menu-wrapper>ul {
		margin-bottom: 5px;
		padding: 15px 0;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li {
		display: block;
		position:relative;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li+li {
		margin-top:10px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>a {
		color: #fff;
		font-size: 20px;
		height: auto;
		line-height: 30px;
		padding: 0 20px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
		content: '\f107';
		font-family: FontAwesome;
		padding-left: 5px;
		display: inline;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after{
		content: '\f106';
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
		background-color: rgba(0,0,0,0.1);
		margin-top: 10px;
		display:none;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.page-center>.row {
		display: block;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.page-center>.row>li>a {
		line-height: 28px;
	}

	.child-trigger {
		display: inline-block;
		width: 50px;
		height: 22px;
		cursor: pointer;
		vertical-align: middle;
		left: -38px;
		position: relative;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row {
		padding: 20px 0;
		display: -ms-block;
		display: block;
		margin: 0;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li {
		margin-left: -15px;
		padding-left: 15px;
		position:relative;
		line-height: 30px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>a {
		background-color: rgba(255, 255, 255, 0);
		text-align: left;
		font-size: 20px;
		color: #92dbeb;
		font-weight: 700;
		line-height: 26px;
		margin-bottom: 5px;
		padding: 0;
		display: block;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>.child-trigger {
		position: absolute;
		width: 100%;
		top:0;
		left:0;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul {
		display:none;
	}


	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li:hover {
		background-color:rgba(0,0,0,0.1);
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li {
		margin-left: -10px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>a{
		float: left;
		padding-left: 10px;
		width: 16.666%;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>a:hover,
	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul>li>a:hover{
		background-color:transparent;
		color:#fff;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>a>span,
	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul>li>a>span{
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>a>span:hover,
	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul>li>a>span:hover{
		color:#92dbeb;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>a>span {
		line-height: 30px;
		display: inline-block;
	}


	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>a>span {
		line-height: 30px;
		display: inline-block;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li .child-trigger {
		display:none;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul {
		float: left;
		padding-left: 10px;
		width: 83.333%;
		display:block !Important;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.products>ul>.page-center>.row>li>ul>li>ul>li {
		line-height: 30px;
	}
}

@media (max-width:965px) and (max-height:600px) {
	.custom-menu-primary {
		height:calc(100vh - 57.19px);
		overflow-x:hidden;
		overflow-y:auto;
	}
}

@media (max-width:480px) {
	.top-links .uk-button-link, #search-btn {
		padding: 0 5px;
		font-size:13px;
	}

	.navbar-toggle {
		margin-left:6px;
	}

	.uk-button-dropdown>.uk-button:after {
		margin-left:8.5px;
	}

}

@media (max-width:400px) {
	.top-links .uk-button-link, #search-btn {
		padding: 0 4px;
	}
}

@media (max-width:340px) {
	.top-links .uk-button-link, #search-btn {
		padding: 0 3px;
		font-size:11px;
	}

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.custom-header-height {
	min-height:121px;
}

.custom-header {
	padding: 30px 0;
	z-index: 900;
	position:relative;
}

.custom-blog-header .custom-header {
	border-bottom: 1px solid #ddd;
}

.scroll-header .custom-header {
	position: fixed;
	top: 0px;
	width:100%;
	left:0;
	padding: 10px 0;
	box-shadow: 0 3px 3px rgba(50, 50, 50, 0.2);
}

.custom-logo {
	width: 180px;
}

.lp .custom-logo {
	max-width: 127px;
	padding-top: 7px;
}

.custom-logo img {
	width:auto !important;
}

.scroll-header .custom-logo{
	width: 100px;
}

.header_inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.custom-header-search {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	float: right;
}

.custom-header-search #search-btn {
	display: none;
}

.custom-header-search #head-search {
	width: 400px;
	max-width: 100%;
}

.scroll-header .custom-header-search #head-search {
	width: 432px;
	max-width:none;
}

.custom-header-search #head-search .form-inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.custom-header-search #head-search .form-inner:after,
.custom-header-search #head-search .form-inner:before {
	content: "";
	display: block;
	overflow: hidden;
}

.custom-header-search .hs-form-field {
	float: left;
	width: 90%;
}

.custom-header-search .hs-submit {
	float: left;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	width: 10%;
}

.custom-header-search .hs-button {
	border-radius: 0;
	line-height: 30px;
	border:1px solid;
	border-left: none;
	width: 100%;
}

/* ================= Banner Area =========================== */

.custom-banner-image {
	width:100%;
}

@media (min-width:966px) {
	.scroll-header .custom-header-search #head-search {
		display:none;
	}

	.scroll-header .custom-header-search #search-btn {
		display: inline-block;
	}

	.search-open.scroll-header .custom-header-search #head-search{
		display: block;
		padding: 15px;
		border: 1px solid #ddd;
		background-color: #fff;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 2000;
	}

	.custom-header-search {
		position:relative;
	}


}

@media (min-width:1025px) {
	.header__container {
		padding: 0 25px;
	}

	.scroll-header .custom-header-search #search-btn {
		-ms-flex-order: 99;
		-webkit-order: 99;
		order: 99;
	}

}

@media (max-width:1024px) and (min-width:966px){
	.custom-logo {
		width: 230px;
	}

	.lp .custom-logo {
		max-width:138px;
		padding-top: 5px;
	}
}

@media (max-width:965px) {

	.custom-header-height {
		min-height:57.19px;
	}

	.custom-header {
		padding: 10px 0px;
	}

	.custom-header-search #head-search {
		width: 100%;
		display:none;
	}

	.custom-header-search #search-btn {
		display:inline-block;
	}

	.search-open .custom-header-search #head-search {
		display: block;
		padding: 15px;
		border: 1px solid #ddd;
		background-color: #fff;
		position: absolute;
		right: 0;
		top: 57px;
		left: 0;
		z-index: +20;
		width: 100%;
		box-sizing: border-box;
	}

	.custom-logo {
		width:100px;
	}

	.lp .custom-logo {
		padding-top:0;
	}

	.custom-header-search #head-search .form-inner {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.custom-header-search .hs-submit {
		min-width:45px;
	}

}


@media (max-width:480px) {
	.custom-logo {
		width:80px;
	}

	.scroll-header .custom-logo {
		width: 80px;
	}
	
	.lp .header_inner {
		min-height:37px;
	}

}


@media (max-width:384px) {
	.custom-logo {
		width:70px;
	}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer-bottom {
	font-size: 14px;
	line-height: 20px;
}

.custom-footer-bottom .footer__container {
	padding: 5px 0;
	width:95%;
}

.custom-footer .footer__container>.row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
}


.footer__copyright {
	float: left;
	padding-left: 15px;
	width: 83.333%;
}

.back-to-top {
	float: left;
	padding-left: 15px;
	width: 16.666%;
	text-align: right;
}

.custom-footer-top {
	padding: 30px 0;
}

.custom-footer-top .footer__container {
	padding: 0 25px;
}

.custom-footer-top .footer-col {
	float: left;
	padding-left: 15px;
	width: 50%;
}

.custom-footer-top .footer-col .hs-menu-wrapper>ul>li {
	display: block;
	position: relative;
}

.custom-footer-top .footer-col .hs-menu-wrapper>ul>li>ul>li>a {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
}

.custom-footer-top .footer-col .hs-menu-wrapper>ul>li>ul>li>ul>li,
.custom-footer-top .footer-col.footer-menu-right .hs-menu-wrapper>ul>li:not(:first-of-type)>ul>li {
	display: inline-block;
}

.custom-footer-top .footer-col .hs-menu-wrapper>ul>li>ul>li>ul>li+li,
.custom-footer-top .footer-col.footer-menu-right .hs-menu-wrapper>ul>li:not(:first-of-type)>ul>li+li {
	padding-left: 5px;
}

.custom-footer-top .footer-col .hs-menu-wrapper>ul>li>ul>li>ul>li+li:before,
.custom-footer-top .footer-col.footer-menu-right .hs-menu-wrapper>ul>li:not(:first-of-type)>ul>li+li:before{
	content: '/';
	display: inline-block;
	padding-right: 5px;
	color: rgba(255,255,255,.3);
}

.custom-footer-top .footer-col .hs-menu-wrapper>ul>li+li {
	margin-top: 10px;
}
.custom-footer-top .footer-col.footer-menu-right .hs-menu-wrapper>ul>li:not(:first-of-type)>ul>li>a {
	margin: 0;
	display: inline;
}

.custom-footer-top .footer-col.footer-menu-right .hs-menu-wrapper>ul>li:not(:first-of-type)>ul {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}

.custom-footer-top .footer-col.footer-menu-right .hs-menu-wrapper>ul>li:not(:first-of-type)>ul>li+li {
	font-weight: 600;
}

.custom-footer-social {
	margin-top:15px;
}

.custom-footer-social a+a {
	margin-left: 7px;
}

@media (max-width:1024px) {
	.custom-footer-top .footer__container {
		padding:0;
	}
}


@media (max-width:965px) {
	.custom-footer-top .footer-col {
		width: 100%;
	}

	.custom-footer-top .footer-col+.footer-col {
		margin-top: 10px;
	}
}

@media (max-width:480px) {
	.footer__copyright {
		width:100%;
		text-align:center;
	}
	
	.back-to-top {
		width:100%;
		text-align:center;
	}

	.footer__copyright .visible-xs {
		display:block;
	}
	
}
/* ******************************************************************************
*********************************************************************************
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 */


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

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

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

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

.blog-index {
	display: flex;
	flex-wrap: wrap;
	margin:0 -1rem;
}
.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-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: 19px;
}
.blog-index__post-content p {
	font-family: Helvetica, "Barlow Semi Condensed", sans-serif;
}
.blog-index__post-content a {
	color: #777;
}
.blog-index__post img {
	max-width: 100%;
	height: auto;
}

.blog-pagination-normal {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: Helvetica, "Barlow Semi Condensed", sans-serif;
	margin-bottom: 3.3rem;
}
.blog-pagination__link {
	display: inline-flex;
	padding: .25rem .4rem;
	margin: 0 .1rem;
	color: #777;
	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: #777;
	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: #777;
}
.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: #777;
	text-decoration: underline;
}

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

.blog-recent-posts {
	margin-top: 3rem;
	background-color: transparent ;
	padding: 2rem 0;
}
.blog-recent-posts h2 {
	text-align: center;
}
.blog-recent-posts__list {
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
}
.blog-recent-posts__post {
	display: block;
	flex:  0 0 100%;
	color: #777;
	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: 100%;
}
.blog-comments form {
	max-width: 100%;
}

.blog-comments .hs-button {
	background-color: transparent;
	border: 2px solid #00489a;
	color: #00489a;
}
.blog-comments .hs-button:hover {
	background-color: #00489a;
	color: #fff;
}
.blog-comments .comment-reply-to {
	border: 0 none;
}
.blog-comments .comment-reply-to:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #00489a;
}



.hs-blog-post .body-container-wrapper .widget-type-blog_comments h3 {
	padding-top: 50px;
}

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

.hs-blog-listing ,
.hs-blog-post {
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	background: #fefefe;
	margin: 0;
	padding: 0;
}

.hs-blog-listing .custom-footer,
.hs-blog-post .custom-footer{
	line-height: 1.38;
}

.page-center.recent-posts {
	max-width: 75rem;
	width:100%;
}

.hs-blog-listing a:hover,
.hs-blog-post a:hover {
	text-decoration:underline;
}

.hs-blog-post h1,
.hs-blog-listing h1,
.hs-blog-post h2,
.hs-blog-listing h2,
.hs-blog-post h3,
.hs-blog-listing h3,
.hs-blog-post h4,
.hs-blog-listing h4,
.hs-blog-post h5,
.hs-blog-listing h5,
.hs-blog-post h6,
.hs-blog-listing h6 {
	font-family: Helvetica,Arial,sans-serif;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
}

.hs-blog-post h1,
.hs-blog-listing h1 {
	font-size: 2.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

.hs-blog-post h2,
.hs-blog-listing h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

.hs-blog-post h3,
.hs-blog-listing h3 {
	font-size: 1.9375rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

.hs-blog-post h4,
.hs-blog-listing h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

.hs-blog-post h5,
.hs-blog-listing h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

.hs-blog-post h6,
.hs-blog-listing h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

.hs-blog-listing p,
.hs-blog-post p {
	margin: 0;
	padding: 0;
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	color: rgb(51,51,51);
}

.recent-post-item {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem;
	margin-bottom: 1.25rem;
}

.recent-post-item:nth-of-type(1n) {
	clear:none;
}

.recent-post-item:nth-of-type(1n+1) {
	clear: both;
}

.hs-blog-listing a.blog-link,
.hs-blog-post a.blog-link{
	color: rgb(51,51,51);
}

.hs-blog-post a.blog-link:hover,
.hs-blog-listing a.blog-link:hover{
	color:black;
}

.blog-listing {
	height: 300px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	margin: 0 auto;
}

.entry-date {
	font-size: 13px;
	color: #7b7b7b;
}

.post-title-bar {
	font-size: 20px;
	font-weight: bold;
	color: black;
	padding-top: 10px;
}

.recent-post-item>:last-child {
	margin-bottom: 0;
}

.read-more-text-homepage {
	background-color: #00489a;
	border-radius: 5px;
	padding: 10px 15px;
	color: white;
	font-weight: bold;
}

.hs-blog-listing .read-more-text-homepage:hover,
.hs-blog-post .read-more-text-homepage:hover{
	color:#fff;
	text-decoration:underline;
}

.hs-blog-listing hr,
.hs-blog-post hr {
	box-sizing: content-box;
	overflow: visible;
	clear: both;
	max-width: 75rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
}

.content-wrapper.blog-wrapper {
	max-width: 75rem;
	padding: 0;
	width:100%;
}

.blog-content.span9,.blog-sidebar.span3 {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem;
	padding-bottom:25px;
}

.blog-sidebar.span3 {
	float: right;
	padding-top: 45px;
	margin-left:0;
	width:100%;
}

.hs-blog-listing .sidebar-title,
.hs-blog-post .sidebar-title{
	color: rgb(51,51,51);
}

.at-icon-wrapper {
	background-color: #D43336 !important;
}

.custom-categories {
	line-height: 1.6;
}

.custom-categories .block {
	list-style: none;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}

.custom-categories .block>h3 {
	font: inherit;
	line-height: 1.5;
	margin:0;
}

.custom-categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.6;
}

.custom-categories ul>li {
	font-weight: normal;
	font-size: 16px;
	margin-top: 0;
}

.custom-categories ul>li>a{
	color: #4D4D4D;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
}

.custom-categories ul>li>a:hover {
	color: #264897;
}

.post-item {
	max-width: 75rem;
	margin-right: -.625rem;
	margin-left: -.625rem;
	padding-top: 25px;
}

.post-item .post-image {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem;
}

.post-item .post-content {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem;
}

.post-item .post-content-inner {
	padding-top:25px;
}

.subscribe-holder {
	margin-top: 25px;
	padding: 25px;
	background-color: #f6f6f6;
	text-align: center;
}

.subscribe-holder h4 {
	margin-bottom: 5px;
	text-align: center;
}



.subscribe-holder form {
	max-width: 100%;
	display: block;
	position: relative;
	text-align: center;
	padding: 10px 0 10px 3%;
	font-family: helvetica;
	color: #33475b;
}

.subscribe-holder form>.hs-form-field:not(.hs-recaptcha),.subscribe-holder form .hs-submit {
	margin: 0;
	padding-bottom: 10px;
}

.subscribe-holder form>.hs-form-field>label,.subscribe-holder form>.hs-form-field.hs-fieldtype-booleancheckbox>legend {
	padding: 0;
	font-size: 14px;
	float: none;
	width: auto;
	font-weight: 500;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 4px;
	color: #33475b;
	font-family: helvetica;
}

.subscribe-holder .hs_cos_wrapper_type_form>h3 {
	display: none;
}

.subscribe-holder form>.hs-form-field>.input>input[type="email"] {
	margin: 0 0 1rem;
	box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
	transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
	display: inline-block;
	width: 90%;
	max-width: 500px;
	height: 40px;
	padding: 9px 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-family: helvetica;
}

.subscribe-holder form>.hs-form-field>.input>input[type="email"]:focus {
	outline: none;
	border-color: rgba(82,168,236,0.8);
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}

.subscribe-holder form .hs-error-msgs label {
	color: #b9554d;
	text-align: center;
}

.subscribe-holder form>.hs-form-field.hs-fieldtype-booleancheckbox .inputs-list .hs-form-booleancheckbox label {
	text-align: center;
	font-size: 14px;
	float: none;
	width: auto;
	font-weight: 500;
	line-height: 20px;
	padding-top: 0;
	color: #33475b;
}

.subscribe-holder form>.hs-form-field.hs-fieldtype-booleancheckbox label>span>.hs-form-required {
	display: none;
}


.subscribe-holder p.form-text {
	font-size: 10px;
	margin-top: 10px;
}

.subscribe-holder p.form-text>a.privacy {
	color: #e03233;
	text-decoration: underline;
}

.subscribe-holder p.form-text>a.click-here {
	font-size: 10px;
	color: #e03233;
	text-decoration: underline;
}

.subscribe-holder form .hs-submit .hs-button {
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
	border: 0 none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	padding: 12px 24px;
	background-image: none;
	background-color: #D43337;
	border-color: #D43337;
	color: #ffffff;
	min-width: auto;
}

.load-more,
.no-post{
	font-size: 15px;
	font-weight: 600;
	width: auto;
	height: 42px;
	line-height: 42px;
	background: #ed7070;
	color: #fff;
	border: none;
	border-radius: 4px;
	margin: 0 0 4px;
	padding: 0 20px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.load-more:hover {
	background-color: #e06464;
	color: #fff;
	text-decoration: none !important;
}

.no-post,
.no-post:hover{
	cursor: not-allowed;
	opacity: .15;
	background-color: #ed7070;
	outline: 0;
}

.blog-pagination{
	display: block !important;
	text-align: center;
	padding: 10px 0 25px;
	position: relative;
}
.blog-pagination .no-post{
	display: none;
	max-width:124px;
	margin:0 auto;
}

.blog-post-wrapper {
	padding-top: 25px;
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.blog-single-post {
	padding-right: .625rem;
	padding-left: .625rem;
}

.single-post-image img {
	width: 100%;
}

.blog-post__body {
	padding-top: 25px;
}

.hs-blog-post .post-title {
	font-size: 28px;
	line-height: 1;
}

.related-articles {
	padding: 45px 25px 25px 0;
}

.related-post-item {
	color: black;
}

.related-thumbnail {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 20px;
	background-position: center center;
	background-size: cover;
}

.hs-blog-post .sidebar-title-article {
	color: #545454;
}

@media (min-width:640px) {
	.recent-post-item {
		padding-right: .9375rem;
		padding-left: .9375rem;
		margin-bottom: 1.875rem;
		float: left;
		width: 50%;
	}

	.recent-post-item:nth-of-type(1n) {
		clear:none;
	}
	.recent-post-item:nth-of-type(2n + 1) {
		clear: both;
	}

	.blog-content.span9, .blog-sidebar.span3 {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

	.hs-blog-post h1,
	.hs-blog-listing h1 {
		font-size: 3rem;
	}

	.hs-blog-post h2,
	.hs-blog-listing h2 { 
		font-size: 2.5rem;
	}

	.hs-blog-post h3,
	.hs-blog-listing h3 {
		font-size: 1.9375rem;
	}

	.hs-blog-post h4,
	.hs-blog-listing h4 {
		font-size: 1.5625rem;
	}

	.hs-blog-post h5,
	.hs-blog-listing h5 {
		font-size: 1.25rem;
	}

	.hs-blog-post h6,
	.hs-blog-listing h6{
		font-size: 1rem;
	}

	.post-item {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}

	.post-item .post-image {
		padding-right: .9375rem;
		padding-left: .9375rem;
		width:50%;
	}

	.post-item .post-content {
		padding-right: .9375rem;
		padding-left: .9375rem;
		width: 50%;
	}

	.blog-single-post{
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

	.blog-post-wrapper {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}

}

@media (min-width:966px) {
	.hs-blog-post .blog-wrapper>.row-fluid {
		display: flex;
		flex-wrap: wrap;
	}

	.related-articles {
		position: sticky;
		top: 57px;
	}
}

@media (min-width:1024px) {
	.recent-post-item {
		float: left;
		width: 33.33333%;
	}

	.recent-post-item:nth-of-type(1n) {
		clear:none;
	}

	.recent-post-item:nth-of-type(3n + 1) {
		clear:both;
	}

	.blog-content.span9 {
		width: 66.66667%;
	}

	.blog-sidebar.span3 {
		width: 33.33333%;
	}

	.post-item {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}


}
/* ******************************************************************************
*********************************************************************************
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 * {
	position:relative;
	z-index:1;
}

.error-page:before {
	content: attr(data-error);
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: Helvetica, "Barlow Semi Condensed", sans-serif;
	font-size: 40vw;
	font-weight: bold;
	color: #F3F6F9;
	z-index: 0;
}
@media screen and (min-width: 1100px) {
	.error-page:before {
		font-size: 20rem;
	}
}
.error-page_heading {
	margin-bottom: 1rem;
}

.systems-page {
	padding: 3rem 0;
}
.systems-page .success {
	display: inline-block;
	margin: 2rem 0;
	min-width: 650px;
	background-color: #CDE3CC;
	border: 1.5px solid #4F7D24;
	border-radius: 6px;
	font-size: 1rem;
	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: Helvetica, "Barlow Semi Condensed", sans-serif;
	font-size: 1.25rem;
	color: #777;
	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: #777;
}

@media (max-width:767px) {
	.systems-page .success {
		min-width:auto;
	}
}