/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

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

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

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

.banner-section .dnd-section>.row-fluid,
.banner-section .page-center {
  padding:0;
}

.dnd-section .widget-type-cell {
}

@media (min-width:576px) {
  .page-center,
  .header__container,
  .dnd-section>.row-fluid,
  .content-wrapper,
  .header__container,
  .footer__container{
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .page-center,
  .header__container,
  .dnd-section>.row-fluid,
  .content-wrapper,
  .header__container,
  .footer__container{
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .page-center,
  .header__container,
  .dnd-section>.row-fluid,
  .content-wrapper,
  .header__container,
  .footer__container{
    max-width: 960px;
  }
}


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

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

html {
  font-size: 15px;
  overflow-x:hidden;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  color: #3b3b3b;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

p {
  margin:0 0 1.5rem;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin:0 0 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #3b3b3b;
  word-break: break-word;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

dl, ol, ul {
  margin:0 0 1rem;
}

ul li,
ol li {
}

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

blockquote {
  margin: 0 0 1rem;
}

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

figure {
  margin: 0 0 1rem;
}

figcaption {
  margin-top:10px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

img {
  vertical-align: middle;
  border-style: none;
}

/* TODO */
.small, small {
  font-size: 80%;
  font-weight: 400;
}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye:before,.ion-ios-eye-off:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list:before,.ion-ios-list-box:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-planet:before,.ion-ios-play:before,.ion-ios-play-circle:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share:before,.ion-ios-share-alt:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add:before,.ion-md-add-circle:before,.ion-md-add-circle-outline:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye:before,.ion-md-eye-off:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information:before,.ion-md-information-circle:before,.ion-md-information-circle-outline:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list:before,.ion-md-list-box:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic:before,.ion-md-mic-off:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-planet:before,.ion-md-play:before,.ion-md-play-circle:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share:before,.ion-md-share-alt:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ion-ios-add:before {
  content: "\f102"
}

.ion-ios-add-circle:before {
  content: "\f101"
}

.ion-ios-add-circle-outline:before {
  content: "\f100"
}

.ion-ios-airplane:before {
  content: "\f137"
}

.ion-ios-alarm:before {
  content: "\f3c8"
}

.ion-ios-albums:before {
  content: "\f3ca"
}

.ion-ios-alert:before {
  content: "\f104"
}

.ion-ios-american-football:before {
  content: "\f106"
}

.ion-ios-analytics:before {
  content: "\f3ce"
}

.ion-ios-aperture:before {
  content: "\f108"
}

.ion-ios-apps:before {
  content: "\f10a"
}

.ion-ios-appstore:before {
  content: "\f10c"
}

.ion-ios-archive:before {
  content: "\f10e"
}

.ion-ios-arrow-back:before {
  content: "\f3cf"
}

.ion-ios-arrow-down:before {
  content: "\f3d0"
}

.ion-ios-arrow-dropdown:before {
  content: "\f110"
}

.ion-ios-arrow-dropdown-circle:before {
  content: "\f125"
}

.ion-ios-arrow-dropleft:before {
  content: "\f112"
}

.ion-ios-arrow-dropleft-circle:before {
  content: "\f129"
}

.ion-ios-arrow-dropright:before {
  content: "\f114"
}

.ion-ios-arrow-dropright-circle:before {
  content: "\f12b"
}

.ion-ios-arrow-dropup:before {
  content: "\f116"
}

.ion-ios-arrow-dropup-circle:before {
  content: "\f12d"
}

.ion-ios-arrow-forward:before {
  content: "\f3d1"
}

.ion-ios-arrow-round-back:before {
  content: "\f117"
}

.ion-ios-arrow-round-down:before {
  content: "\f118"
}

.ion-ios-arrow-round-forward:before {
  content: "\f119"
}

.ion-ios-arrow-round-up:before {
  content: "\f11a"
}

.ion-ios-arrow-up:before {
  content: "\f3d8"
}

.ion-ios-at:before {
  content: "\f3da"
}

.ion-ios-attach:before {
  content: "\f11b"
}

.ion-ios-backspace:before {
  content: "\f11d"
}

.ion-ios-barcode:before {
  content: "\f3dc"
}

.ion-ios-baseball:before {
  content: "\f3de"
}

.ion-ios-basket:before {
  content: "\f11f"
}

.ion-ios-basketball:before {
  content: "\f3e0"
}

.ion-ios-battery-charging:before {
  content: "\f120"
}

.ion-ios-battery-dead:before {
  content: "\f121"
}

.ion-ios-battery-full:before {
  content: "\f122"
}

.ion-ios-beaker:before {
  content: "\f124"
}

.ion-ios-bed:before {
  content: "\f139"
}

.ion-ios-beer:before {
  content: "\f126"
}

.ion-ios-bicycle:before {
  content: "\f127"
}

.ion-ios-bluetooth:before {
  content: "\f128"
}

.ion-ios-boat:before {
  content: "\f12a"
}

.ion-ios-body:before {
  content: "\f3e4"
}

.ion-ios-bonfire:before {
  content: "\f12c"
}

.ion-ios-book:before {
  content: "\f3e8"
}

.ion-ios-bookmark:before {
  content: "\f12e"
}

.ion-ios-bookmarks:before {
  content: "\f3ea"
}

.ion-ios-bowtie:before {
  content: "\f130"
}

.ion-ios-briefcase:before {
  content: "\f3ee"
}

.ion-ios-browsers:before {
  content: "\f3f0"
}

.ion-ios-brush:before {
  content: "\f132"
}

.ion-ios-bug:before {
  content: "\f134"
}

.ion-ios-build:before {
  content: "\f136"
}

.ion-ios-bulb:before {
  content: "\f138"
}

.ion-ios-bus:before {
  content: "\f13a"
}

.ion-ios-business:before {
  content: "\f1a3"
}

.ion-ios-cafe:before {
  content: "\f13c"
}

.ion-ios-calculator:before {
  content: "\f3f2"
}

.ion-ios-calendar:before {
  content: "\f3f4"
}

.ion-ios-call:before {
  content: "\f13e"
}

.ion-ios-camera:before {
  content: "\f3f6"
}

.ion-ios-car:before {
  content: "\f140"
}

.ion-ios-card:before {
  content: "\f142"
}

.ion-ios-cart:before {
  content: "\f3f8"
}

.ion-ios-cash:before {
  content: "\f144"
}

.ion-ios-cellular:before {
  content: "\f13d"
}

.ion-ios-chatboxes:before {
  content: "\f3fa"
}

.ion-ios-chatbubbles:before {
  content: "\f146"
}

.ion-ios-checkbox:before {
  content: "\f148"
}

.ion-ios-checkbox-outline:before {
  content: "\f147"
}

.ion-ios-checkmark:before {
  content: "\f3ff"
}

.ion-ios-checkmark-circle:before {
  content: "\f14a"
}

.ion-ios-checkmark-circle-outline:before {
  content: "\f149"
}

.ion-ios-clipboard:before {
  content: "\f14c"
}

.ion-ios-clock:before {
  content: "\f403"
}

.ion-ios-close:before {
  content: "\f406"
}

.ion-ios-close-circle:before {
  content: "\f14e"
}

.ion-ios-close-circle-outline:before {
  content: "\f14d"
}

.ion-ios-cloud:before {
  content: "\f40c"
}

.ion-ios-cloud-circle:before {
  content: "\f152"
}

.ion-ios-cloud-done:before {
  content: "\f154"
}

.ion-ios-cloud-download:before {
  content: "\f408"
}

.ion-ios-cloud-outline:before {
  content: "\f409"
}

.ion-ios-cloud-upload:before {
  content: "\f40b"
}

.ion-ios-cloudy:before {
  content: "\f410"
}

.ion-ios-cloudy-night:before {
  content: "\f40e"
}

.ion-ios-code:before {
  content: "\f157"
}

.ion-ios-code-download:before {
  content: "\f155"
}

.ion-ios-code-working:before {
  content: "\f156"
}

.ion-ios-cog:before {
  content: "\f412"
}

.ion-ios-color-fill:before {
  content: "\f159"
}

.ion-ios-color-filter:before {
  content: "\f414"
}

.ion-ios-color-palette:before {
  content: "\f15b"
}

.ion-ios-color-wand:before {
  content: "\f416"
}

.ion-ios-compass:before {
  content: "\f15d"
}

.ion-ios-construct:before {
  content: "\f15f"
}

.ion-ios-contact:before {
  content: "\f41a"
}

.ion-ios-contacts:before {
  content: "\f161"
}

.ion-ios-contract:before {
  content: "\f162"
}

.ion-ios-contrast:before {
  content: "\f163"
}

.ion-ios-copy:before {
  content: "\f41c"
}

.ion-ios-create:before {
  content: "\f165"
}

.ion-ios-crop:before {
  content: "\f41e"
}

.ion-ios-cube:before {
  content: "\f168"
}

.ion-ios-cut:before {
  content: "\f16a"
}

.ion-ios-desktop:before {
  content: "\f16c"
}

.ion-ios-disc:before {
  content: "\f16e"
}

.ion-ios-document:before {
  content: "\f170"
}

.ion-ios-done-all:before {
  content: "\f171"
}

.ion-ios-download:before {
  content: "\f420"
}

.ion-ios-easel:before {
  content: "\f173"
}

.ion-ios-egg:before {
  content: "\f175"
}

.ion-ios-exit:before {
  content: "\f177"
}

.ion-ios-expand:before {
  content: "\f178"
}

.ion-ios-eye:before {
  content: "\f425"
}

.ion-ios-eye-off:before {
  content: "\f17a"
}

.ion-ios-fastforward:before {
  content: "\f427"
}

.ion-ios-female:before {
  content: "\f17b"
}

.ion-ios-filing:before {
  content: "\f429"
}

.ion-ios-film:before {
  content: "\f42b"
}

.ion-ios-finger-print:before {
  content: "\f17c"
}

.ion-ios-fitness:before {
  content: "\f1ab"
}

.ion-ios-flag:before {
  content: "\f42d"
}

.ion-ios-flame:before {
  content: "\f42f"
}

.ion-ios-flash:before {
  content: "\f17e"
}

.ion-ios-flash-off:before {
  content: "\f12f"
}

.ion-ios-flashlight:before {
  content: "\f141"
}

.ion-ios-flask:before {
  content: "\f431"
}

.ion-ios-flower:before {
  content: "\f433"
}

.ion-ios-folder:before {
  content: "\f435"
}

.ion-ios-folder-open:before {
  content: "\f180"
}

.ion-ios-football:before {
  content: "\f437"
}

.ion-ios-funnel:before {
  content: "\f182"
}

.ion-ios-gift:before {
  content: "\f191"
}

.ion-ios-git-branch:before {
  content: "\f183"
}

.ion-ios-git-commit:before {
  content: "\f184"
}

.ion-ios-git-compare:before {
  content: "\f185"
}

.ion-ios-git-merge:before {
  content: "\f186"
}

.ion-ios-git-network:before {
  content: "\f187"
}

.ion-ios-git-pull-request:before {
  content: "\f188"
}

.ion-ios-glasses:before {
  content: "\f43f"
}

.ion-ios-globe:before {
  content: "\f18a"
}

.ion-ios-grid:before {
  content: "\f18c"
}

.ion-ios-hammer:before {
  content: "\f18e"
}

.ion-ios-hand:before {
  content: "\f190"
}

.ion-ios-happy:before {
  content: "\f192"
}

.ion-ios-headset:before {
  content: "\f194"
}

.ion-ios-heart:before {
  content: "\f443"
}

.ion-ios-heart-dislike:before {
  content: "\f13f"
}

.ion-ios-heart-empty:before {
  content: "\f19b"
}

.ion-ios-heart-half:before {
  content: "\f19d"
}

.ion-ios-help:before {
  content: "\f446"
}

.ion-ios-help-buoy:before {
  content: "\f196"
}

.ion-ios-help-circle:before {
  content: "\f198"
}

.ion-ios-help-circle-outline:before {
  content: "\f197"
}

.ion-ios-home:before {
  content: "\f448"
}

.ion-ios-hourglass:before {
  content: "\f103"
}

.ion-ios-ice-cream:before {
  content: "\f19a"
}

.ion-ios-image:before {
  content: "\f19c"
}

.ion-ios-images:before {
  content: "\f19e"
}

.ion-ios-infinite:before {
  content: "\f44a"
}

.ion-ios-information:before {
  content: "\f44d"
}

.ion-ios-information-circle:before {
  content: "\f1a0"
}

.ion-ios-information-circle-outline:before {
  content: "\f19f"
}

.ion-ios-jet:before {
  content: "\f1a5"
}

.ion-ios-journal:before {
  content: "\f189"
}

.ion-ios-key:before {
  content: "\f1a7"
}

.ion-ios-keypad:before {
  content: "\f450"
}

.ion-ios-laptop:before {
  content: "\f1a8"
}

.ion-ios-leaf:before {
  content: "\f1aa"
}

.ion-ios-link:before {
  content: "\f22a"
}

.ion-ios-list:before {
  content: "\f454"
}

.ion-ios-list-box:before {
  content: "\f143"
}

.ion-ios-locate:before {
  content: "\f1ae"
}

.ion-ios-lock:before {
  content: "\f1b0"
}

.ion-ios-log-in:before {
  content: "\f1b1"
}

.ion-ios-log-out:before {
  content: "\f1b2"
}

.ion-ios-magnet:before {
  content: "\f1b4"
}

.ion-ios-mail:before {
  content: "\f1b8"
}

.ion-ios-mail-open:before {
  content: "\f1b6"
}

.ion-ios-mail-unread:before {
  content: "\f145"
}

.ion-ios-male:before {
  content: "\f1b9"
}

.ion-ios-man:before {
  content: "\f1bb"
}

.ion-ios-map:before {
  content: "\f1bd"
}

.ion-ios-medal:before {
  content: "\f1bf"
}

.ion-ios-medical:before {
  content: "\f45c"
}

.ion-ios-medkit:before {
  content: "\f45e"
}

.ion-ios-megaphone:before {
  content: "\f1c1"
}

.ion-ios-menu:before {
  content: "\f1c3"
}

.ion-ios-mic:before {
  content: "\f461"
}

.ion-ios-mic-off:before {
  content: "\f45f"
}

.ion-ios-microphone:before {
  content: "\f1c6"
}

.ion-ios-moon:before {
  content: "\f468"
}

.ion-ios-more:before {
  content: "\f1c8"
}

.ion-ios-move:before {
  content: "\f1cb"
}

.ion-ios-musical-note:before {
  content: "\f46b"
}

.ion-ios-musical-notes:before {
  content: "\f46c"
}

.ion-ios-navigate:before {
  content: "\f46e"
}

.ion-ios-notifications:before {
  content: "\f1d3"
}

.ion-ios-notifications-off:before {
  content: "\f1d1"
}

.ion-ios-notifications-outline:before {
  content: "\f133"
}

.ion-ios-nuclear:before {
  content: "\f1d5"
}

.ion-ios-nutrition:before {
  content: "\f470"
}

.ion-ios-open:before {
  content: "\f1d7"
}

.ion-ios-options:before {
  content: "\f1d9"
}

.ion-ios-outlet:before {
  content: "\f1db"
}

.ion-ios-paper:before {
  content: "\f472"
}

.ion-ios-paper-plane:before {
  content: "\f1dd"
}

.ion-ios-partly-sunny:before {
  content: "\f1df"
}

.ion-ios-pause:before {
  content: "\f478"
}

.ion-ios-paw:before {
  content: "\f47a"
}

.ion-ios-people:before {
  content: "\f47c"
}

.ion-ios-person:before {
  content: "\f47e"
}

.ion-ios-person-add:before {
  content: "\f1e1"
}

.ion-ios-phone-landscape:before {
  content: "\f1e2"
}

.ion-ios-phone-portrait:before {
  content: "\f1e3"
}

.ion-ios-photos:before {
  content: "\f482"
}

.ion-ios-pie:before {
  content: "\f484"
}

.ion-ios-pin:before {
  content: "\f1e5"
}

.ion-ios-pint:before {
  content: "\f486"
}

.ion-ios-pizza:before {
  content: "\f1e7"
}

.ion-ios-planet:before {
  content: "\f1eb"
}

.ion-ios-play:before {
  content: "\f488"
}

.ion-ios-play-circle:before {
  content: "\f113"
}

.ion-ios-podium:before {
  content: "\f1ed"
}

.ion-ios-power:before {
  content: "\f1ef"
}

.ion-ios-pricetag:before {
  content: "\f48d"
}

.ion-ios-pricetags:before {
  content: "\f48f"
}

.ion-ios-print:before {
  content: "\f1f1"
}

.ion-ios-pulse:before {
  content: "\f493"
}

.ion-ios-qr-scanner:before {
  content: "\f1f3"
}

.ion-ios-quote:before {
  content: "\f1f5"
}

.ion-ios-radio:before {
  content: "\f1f9"
}

.ion-ios-radio-button-off:before {
  content: "\f1f6"
}

.ion-ios-radio-button-on:before {
  content: "\f1f7"
}

.ion-ios-rainy:before {
  content: "\f495"
}

.ion-ios-recording:before {
  content: "\f497"
}

.ion-ios-redo:before {
  content: "\f499"
}

.ion-ios-refresh:before {
  content: "\f49c"
}

.ion-ios-refresh-circle:before {
  content: "\f135"
}

.ion-ios-remove:before {
  content: "\f1fc"
}

.ion-ios-remove-circle:before {
  content: "\f1fb"
}

.ion-ios-remove-circle-outline:before {
  content: "\f1fa"
}

.ion-ios-reorder:before {
  content: "\f1fd"
}

.ion-ios-repeat:before {
  content: "\f1fe"
}

.ion-ios-resize:before {
  content: "\f1ff"
}

.ion-ios-restaurant:before {
  content: "\f201"
}

.ion-ios-return-left:before {
  content: "\f202"
}

.ion-ios-return-right:before {
  content: "\f203"
}

.ion-ios-reverse-camera:before {
  content: "\f49f"
}

.ion-ios-rewind:before {
  content: "\f4a1"
}

.ion-ios-ribbon:before {
  content: "\f205"
}

.ion-ios-rocket:before {
  content: "\f14b"
}

.ion-ios-rose:before {
  content: "\f4a3"
}

.ion-ios-sad:before {
  content: "\f207"
}

.ion-ios-save:before {
  content: "\f1a6"
}

.ion-ios-school:before {
  content: "\f209"
}

.ion-ios-search:before {
  content: "\f4a5"
}

.ion-ios-send:before {
  content: "\f20c"
}

.ion-ios-settings:before {
  content: "\f4a7"
}

.ion-ios-share:before {
  content: "\f211"
}

.ion-ios-share-alt:before {
  content: "\f20f"
}

.ion-ios-shirt:before {
  content: "\f213"
}

.ion-ios-shuffle:before {
  content: "\f4a9"
}

.ion-ios-skip-backward:before {
  content: "\f215"
}

.ion-ios-skip-forward:before {
  content: "\f217"
}

.ion-ios-snow:before {
  content: "\f218"
}

.ion-ios-speedometer:before {
  content: "\f4b0"
}

.ion-ios-square:before {
  content: "\f21a"
}

.ion-ios-square-outline:before {
  content: "\f15c"
}

.ion-ios-star:before {
  content: "\f4b3"
}

.ion-ios-star-half:before {
  content: "\f4b1"
}

.ion-ios-star-outline:before {
  content: "\f4b2"
}

.ion-ios-stats:before {
  content: "\f21c"
}

.ion-ios-stopwatch:before {
  content: "\f4b5"
}

.ion-ios-subway:before {
  content: "\f21e"
}

.ion-ios-sunny:before {
  content: "\f4b7"
}

.ion-ios-swap:before {
  content: "\f21f"
}

.ion-ios-switch:before {
  content: "\f221"
}

.ion-ios-sync:before {
  content: "\f222"
}

.ion-ios-tablet-landscape:before {
  content: "\f223"
}

.ion-ios-tablet-portrait:before {
  content: "\f24e"
}

.ion-ios-tennisball:before {
  content: "\f4bb"
}

.ion-ios-text:before {
  content: "\f250"
}

.ion-ios-thermometer:before {
  content: "\f252"
}

.ion-ios-thumbs-down:before {
  content: "\f254"
}

.ion-ios-thumbs-up:before {
  content: "\f256"
}

.ion-ios-thunderstorm:before {
  content: "\f4bd"
}

.ion-ios-time:before {
  content: "\f4bf"
}

.ion-ios-timer:before {
  content: "\f4c1"
}

.ion-ios-today:before {
  content: "\f14f"
}

.ion-ios-train:before {
  content: "\f258"
}

.ion-ios-transgender:before {
  content: "\f259"
}

.ion-ios-trash:before {
  content: "\f4c5"
}

.ion-ios-trending-down:before {
  content: "\f25a"
}

.ion-ios-trending-up:before {
  content: "\f25b"
}

.ion-ios-trophy:before {
  content: "\f25d"
}

.ion-ios-tv:before {
  content: "\f115"
}

.ion-ios-umbrella:before {
  content: "\f25f"
}

.ion-ios-undo:before {
  content: "\f4c7"
}

.ion-ios-unlock:before {
  content: "\f261"
}

.ion-ios-videocam:before {
  content: "\f4cd"
}

.ion-ios-volume-high:before {
  content: "\f11c"
}

.ion-ios-volume-low:before {
  content: "\f11e"
}

.ion-ios-volume-mute:before {
  content: "\f263"
}

.ion-ios-volume-off:before {
  content: "\f264"
}

.ion-ios-walk:before {
  content: "\f266"
}

.ion-ios-wallet:before {
  content: "\f18b"
}

.ion-ios-warning:before {
  content: "\f268"
}

.ion-ios-watch:before {
  content: "\f269"
}

.ion-ios-water:before {
  content: "\f26b"
}

.ion-ios-wifi:before {
  content: "\f26d"
}

.ion-ios-wine:before {
  content: "\f26f"
}

.ion-ios-woman:before {
  content: "\f271"
}

.ion-logo-android:before {
  content: "\f225"
}

.ion-logo-angular:before {
  content: "\f227"
}

.ion-logo-apple:before {
  content: "\f229"
}

.ion-logo-bitbucket:before {
  content: "\f193"
}

.ion-logo-bitcoin:before {
  content: "\f22b"
}

.ion-logo-buffer:before {
  content: "\f22d"
}

.ion-logo-chrome:before {
  content: "\f22f"
}

.ion-logo-closed-captioning:before {
  content: "\f105"
}

.ion-logo-codepen:before {
  content: "\f230"
}

.ion-logo-css3:before {
  content: "\f231"
}

.ion-logo-designernews:before {
  content: "\f232"
}

.ion-logo-dribbble:before {
  content: "\f233"
}

.ion-logo-dropbox:before {
  content: "\f234"
}

.ion-logo-euro:before {
  content: "\f235"
}

.ion-logo-facebook:before {
  content: "\f236"
}

.ion-logo-flickr:before {
  content: "\f107"
}

.ion-logo-foursquare:before {
  content: "\f237"
}

.ion-logo-freebsd-devil:before {
  content: "\f238"
}

.ion-logo-game-controller-a:before {
  content: "\f13b"
}

.ion-logo-game-controller-b:before {
  content: "\f181"
}

.ion-logo-github:before {
  content: "\f239"
}

.ion-logo-google:before {
  content: "\f23a"
}

.ion-logo-googleplus:before {
  content: "\f23b"
}

.ion-logo-hackernews:before {
  content: "\f23c"
}

.ion-logo-html5:before {
  content: "\f23d"
}

.ion-logo-instagram:before {
  content: "\f23e"
}

.ion-logo-ionic:before {
  content: "\f150"
}

.ion-logo-ionitron:before {
  content: "\f151"
}

.ion-logo-javascript:before {
  content: "\f23f"
}

.ion-logo-linkedin:before {
  content: "\f240"
}

.ion-logo-markdown:before {
  content: "\f241"
}

.ion-logo-model-s:before {
  content: "\f153"
}

.ion-logo-no-smoking:before {
  content: "\f109"
}

.ion-logo-nodejs:before {
  content: "\f242"
}

.ion-logo-npm:before {
  content: "\f195"
}

.ion-logo-octocat:before {
  content: "\f243"
}

.ion-logo-pinterest:before {
  content: "\f244"
}

.ion-logo-playstation:before {
  content: "\f245"
}

.ion-logo-polymer:before {
  content: "\f15e"
}

.ion-logo-python:before {
  content: "\f246"
}

.ion-logo-reddit:before {
  content: "\f247"
}

.ion-logo-rss:before {
  content: "\f248"
}

.ion-logo-sass:before {
  content: "\f249"
}

.ion-logo-skype:before {
  content: "\f24a"
}

.ion-logo-slack:before {
  content: "\f10b"
}

.ion-logo-snapchat:before {
  content: "\f24b"
}

.ion-logo-steam:before {
  content: "\f24c"
}

.ion-logo-tumblr:before {
  content: "\f24d"
}

.ion-logo-tux:before {
  content: "\f2ae"
}

.ion-logo-twitch:before {
  content: "\f2af"
}

.ion-logo-twitter:before {
  content: "\f2b0"
}

.ion-logo-usd:before {
  content: "\f2b1"
}

.ion-logo-vimeo:before {
  content: "\f2c4"
}

.ion-logo-vk:before {
  content: "\f10d"
}

.ion-logo-whatsapp:before {
  content: "\f2c5"
}

.ion-logo-windows:before {
  content: "\f32f"
}

.ion-logo-wordpress:before {
  content: "\f330"
}

.ion-logo-xbox:before {
  content: "\f34c"
}

.ion-logo-xing:before {
  content: "\f10f"
}

.ion-logo-yahoo:before {
  content: "\f34d"
}

.ion-logo-yen:before {
  content: "\f34e"
}

.ion-logo-youtube:before {
  content: "\f34f"
}

.ion-md-add:before {
  content: "\f273"
}

.ion-md-add-circle:before {
  content: "\f272"
}

.ion-md-add-circle-outline:before {
  content: "\f158"
}

.ion-md-airplane:before {
  content: "\f15a"
}

.ion-md-alarm:before {
  content: "\f274"
}

.ion-md-albums:before {
  content: "\f275"
}

.ion-md-alert:before {
  content: "\f276"
}

.ion-md-american-football:before {
  content: "\f277"
}

.ion-md-analytics:before {
  content: "\f278"
}

.ion-md-aperture:before {
  content: "\f279"
}

.ion-md-apps:before {
  content: "\f27a"
}

.ion-md-appstore:before {
  content: "\f27b"
}

.ion-md-archive:before {
  content: "\f27c"
}

.ion-md-arrow-back:before {
  content: "\f27d"
}

.ion-md-arrow-down:before {
  content: "\f27e"
}

.ion-md-arrow-dropdown:before {
  content: "\f280"
}

.ion-md-arrow-dropdown-circle:before {
  content: "\f27f"
}

.ion-md-arrow-dropleft:before {
  content: "\f282"
}

.ion-md-arrow-dropleft-circle:before {
  content: "\f281"
}

.ion-md-arrow-dropright:before {
  content: "\f284"
}

.ion-md-arrow-dropright-circle:before {
  content: "\f283"
}

.ion-md-arrow-dropup:before {
  content: "\f286"
}

.ion-md-arrow-dropup-circle:before {
  content: "\f285"
}

.ion-md-arrow-forward:before {
  content: "\f287"
}

.ion-md-arrow-round-back:before {
  content: "\f288"
}

.ion-md-arrow-round-down:before {
  content: "\f289"
}

.ion-md-arrow-round-forward:before {
  content: "\f28a"
}

.ion-md-arrow-round-up:before {
  content: "\f28b"
}

.ion-md-arrow-up:before {
  content: "\f28c"
}

.ion-md-at:before {
  content: "\f28d"
}

.ion-md-attach:before {
  content: "\f28e"
}

.ion-md-backspace:before {
  content: "\f28f"
}

.ion-md-barcode:before {
  content: "\f290"
}

.ion-md-baseball:before {
  content: "\f291"
}

.ion-md-basket:before {
  content: "\f292"
}

.ion-md-basketball:before {
  content: "\f293"
}

.ion-md-battery-charging:before {
  content: "\f294"
}

.ion-md-battery-dead:before {
  content: "\f295"
}

.ion-md-battery-full:before {
  content: "\f296"
}

.ion-md-beaker:before {
  content: "\f297"
}

.ion-md-bed:before {
  content: "\f160"
}

.ion-md-beer:before {
  content: "\f298"
}

.ion-md-bicycle:before {
  content: "\f299"
}

.ion-md-bluetooth:before {
  content: "\f29a"
}

.ion-md-boat:before {
  content: "\f29b"
}

.ion-md-body:before {
  content: "\f29c"
}

.ion-md-bonfire:before {
  content: "\f29d"
}

.ion-md-book:before {
  content: "\f29e"
}

.ion-md-bookmark:before {
  content: "\f29f"
}

.ion-md-bookmarks:before {
  content: "\f2a0"
}

.ion-md-bowtie:before {
  content: "\f2a1"
}

.ion-md-briefcase:before {
  content: "\f2a2"
}

.ion-md-browsers:before {
  content: "\f2a3"
}

.ion-md-brush:before {
  content: "\f2a4"
}

.ion-md-bug:before {
  content: "\f2a5"
}

.ion-md-build:before {
  content: "\f2a6"
}

.ion-md-bulb:before {
  content: "\f2a7"
}

.ion-md-bus:before {
  content: "\f2a8"
}

.ion-md-business:before {
  content: "\f1a4"
}

.ion-md-cafe:before {
  content: "\f2a9"
}

.ion-md-calculator:before {
  content: "\f2aa"
}

.ion-md-calendar:before {
  content: "\f2ab"
}

.ion-md-call:before {
  content: "\f2ac"
}

.ion-md-camera:before {
  content: "\f2ad"
}

.ion-md-car:before {
  content: "\f2b2"
}

.ion-md-card:before {
  content: "\f2b3"
}

.ion-md-cart:before {
  content: "\f2b4"
}

.ion-md-cash:before {
  content: "\f2b5"
}

.ion-md-cellular:before {
  content: "\f164"
}

.ion-md-chatboxes:before {
  content: "\f2b6"
}

.ion-md-chatbubbles:before {
  content: "\f2b7"
}

.ion-md-checkbox:before {
  content: "\f2b9"
}

.ion-md-checkbox-outline:before {
  content: "\f2b8"
}

.ion-md-checkmark:before {
  content: "\f2bc"
}

.ion-md-checkmark-circle:before {
  content: "\f2bb"
}

.ion-md-checkmark-circle-outline:before {
  content: "\f2ba"
}

.ion-md-clipboard:before {
  content: "\f2bd"
}

.ion-md-clock:before {
  content: "\f2be"
}

.ion-md-close:before {
  content: "\f2c0"
}

.ion-md-close-circle:before {
  content: "\f2bf"
}

.ion-md-close-circle-outline:before {
  content: "\f166"
}

.ion-md-cloud:before {
  content: "\f2c9"
}

.ion-md-cloud-circle:before {
  content: "\f2c2"
}

.ion-md-cloud-done:before {
  content: "\f2c3"
}

.ion-md-cloud-download:before {
  content: "\f2c6"
}

.ion-md-cloud-outline:before {
  content: "\f2c7"
}

.ion-md-cloud-upload:before {
  content: "\f2c8"
}

.ion-md-cloudy:before {
  content: "\f2cb"
}

.ion-md-cloudy-night:before {
  content: "\f2ca"
}

.ion-md-code:before {
  content: "\f2ce"
}

.ion-md-code-download:before {
  content: "\f2cc"
}

.ion-md-code-working:before {
  content: "\f2cd"
}

.ion-md-cog:before {
  content: "\f2cf"
}

.ion-md-color-fill:before {
  content: "\f2d0"
}

.ion-md-color-filter:before {
  content: "\f2d1"
}

.ion-md-color-palette:before {
  content: "\f2d2"
}

.ion-md-color-wand:before {
  content: "\f2d3"
}

.ion-md-compass:before {
  content: "\f2d4"
}

.ion-md-construct:before {
  content: "\f2d5"
}

.ion-md-contact:before {
  content: "\f2d6"
}

.ion-md-contacts:before {
  content: "\f2d7"
}

.ion-md-contract:before {
  content: "\f2d8"
}

.ion-md-contrast:before {
  content: "\f2d9"
}

.ion-md-copy:before {
  content: "\f2da"
}

.ion-md-create:before {
  content: "\f2db"
}

.ion-md-crop:before {
  content: "\f2dc"
}

.ion-md-cube:before {
  content: "\f2dd"
}

.ion-md-cut:before {
  content: "\f2de"
}

.ion-md-desktop:before {
  content: "\f2df"
}

.ion-md-disc:before {
  content: "\f2e0"
}

.ion-md-document:before {
  content: "\f2e1"
}

.ion-md-done-all:before {
  content: "\f2e2"
}

.ion-md-download:before {
  content: "\f2e3"
}

.ion-md-easel:before {
  content: "\f2e4"
}

.ion-md-egg:before {
  content: "\f2e5"
}

.ion-md-exit:before {
  content: "\f2e6"
}

.ion-md-expand:before {
  content: "\f2e7"
}

.ion-md-eye:before {
  content: "\f2e9"
}

.ion-md-eye-off:before {
  content: "\f2e8"
}

.ion-md-fastforward:before {
  content: "\f2ea"
}

.ion-md-female:before {
  content: "\f2eb"
}

.ion-md-filing:before {
  content: "\f2ec"
}

.ion-md-film:before {
  content: "\f2ed"
}

.ion-md-finger-print:before {
  content: "\f2ee"
}

.ion-md-fitness:before {
  content: "\f1ac"
}

.ion-md-flag:before {
  content: "\f2ef"
}

.ion-md-flame:before {
  content: "\f2f0"
}

.ion-md-flash:before {
  content: "\f2f1"
}

.ion-md-flash-off:before {
  content: "\f169"
}

.ion-md-flashlight:before {
  content: "\f16b"
}

.ion-md-flask:before {
  content: "\f2f2"
}

.ion-md-flower:before {
  content: "\f2f3"
}

.ion-md-folder:before {
  content: "\f2f5"
}

.ion-md-folder-open:before {
  content: "\f2f4"
}

.ion-md-football:before {
  content: "\f2f6"
}

.ion-md-funnel:before {
  content: "\f2f7"
}

.ion-md-gift:before {
  content: "\f199"
}

.ion-md-git-branch:before {
  content: "\f2fa"
}

.ion-md-git-commit:before {
  content: "\f2fb"
}

.ion-md-git-compare:before {
  content: "\f2fc"
}

.ion-md-git-merge:before {
  content: "\f2fd"
}

.ion-md-git-network:before {
  content: "\f2fe"
}

.ion-md-git-pull-request:before {
  content: "\f2ff"
}

.ion-md-glasses:before {
  content: "\f300"
}

.ion-md-globe:before {
  content: "\f301"
}

.ion-md-grid:before {
  content: "\f302"
}

.ion-md-hammer:before {
  content: "\f303"
}

.ion-md-hand:before {
  content: "\f304"
}

.ion-md-happy:before {
  content: "\f305"
}

.ion-md-headset:before {
  content: "\f306"
}

.ion-md-heart:before {
  content: "\f308"
}

.ion-md-heart-dislike:before {
  content: "\f167"
}

.ion-md-heart-empty:before {
  content: "\f1a1"
}

.ion-md-heart-half:before {
  content: "\f1a2"
}

.ion-md-help:before {
  content: "\f30b"
}

.ion-md-help-buoy:before {
  content: "\f309"
}

.ion-md-help-circle:before {
  content: "\f30a"
}

.ion-md-help-circle-outline:before {
  content: "\f16d"
}

.ion-md-home:before {
  content: "\f30c"
}

.ion-md-hourglass:before {
  content: "\f111"
}

.ion-md-ice-cream:before {
  content: "\f30d"
}

.ion-md-image:before {
  content: "\f30e"
}

.ion-md-images:before {
  content: "\f30f"
}

.ion-md-infinite:before {
  content: "\f310"
}

.ion-md-information:before {
  content: "\f312"
}

.ion-md-information-circle:before {
  content: "\f311"
}

.ion-md-information-circle-outline:before {
  content: "\f16f"
}

.ion-md-jet:before {
  content: "\f315"
}

.ion-md-journal:before {
  content: "\f18d"
}

.ion-md-key:before {
  content: "\f316"
}

.ion-md-keypad:before {
  content: "\f317"
}

.ion-md-laptop:before {
  content: "\f318"
}

.ion-md-leaf:before {
  content: "\f319"
}

.ion-md-link:before {
  content: "\f22e"
}

.ion-md-list:before {
  content: "\f31b"
}

.ion-md-list-box:before {
  content: "\f31a"
}

.ion-md-locate:before {
  content: "\f31c"
}

.ion-md-lock:before {
  content: "\f31d"
}

.ion-md-log-in:before {
  content: "\f31e"
}

.ion-md-log-out:before {
  content: "\f31f"
}

.ion-md-magnet:before {
  content: "\f320"
}

.ion-md-mail:before {
  content: "\f322"
}

.ion-md-mail-open:before {
  content: "\f321"
}

.ion-md-mail-unread:before {
  content: "\f172"
}

.ion-md-male:before {
  content: "\f323"
}

.ion-md-man:before {
  content: "\f324"
}

.ion-md-map:before {
  content: "\f325"
}

.ion-md-medal:before {
  content: "\f326"
}

.ion-md-medical:before {
  content: "\f327"
}

.ion-md-medkit:before {
  content: "\f328"
}

.ion-md-megaphone:before {
  content: "\f329"
}

.ion-md-menu:before {
  content: "\f32a"
}

.ion-md-mic:before {
  content: "\f32c"
}

.ion-md-mic-off:before {
  content: "\f32b"
}

.ion-md-microphone:before {
  content: "\f32d"
}

.ion-md-moon:before {
  content: "\f32e"
}

.ion-md-more:before {
  content: "\f1c9"
}

.ion-md-move:before {
  content: "\f331"
}

.ion-md-musical-note:before {
  content: "\f332"
}

.ion-md-musical-notes:before {
  content: "\f333"
}

.ion-md-navigate:before {
  content: "\f334"
}

.ion-md-notifications:before {
  content: "\f338"
}

.ion-md-notifications-off:before {
  content: "\f336"
}

.ion-md-notifications-outline:before {
  content: "\f337"
}

.ion-md-nuclear:before {
  content: "\f339"
}

.ion-md-nutrition:before {
  content: "\f33a"
}

.ion-md-open:before {
  content: "\f33b"
}

.ion-md-options:before {
  content: "\f33c"
}

.ion-md-outlet:before {
  content: "\f33d"
}

.ion-md-paper:before {
  content: "\f33f"
}

.ion-md-paper-plane:before {
  content: "\f33e"
}

.ion-md-partly-sunny:before {
  content: "\f340"
}

.ion-md-pause:before {
  content: "\f341"
}

.ion-md-paw:before {
  content: "\f342"
}

.ion-md-people:before {
  content: "\f343"
}

.ion-md-person:before {
  content: "\f345"
}

.ion-md-person-add:before {
  content: "\f344"
}

.ion-md-phone-landscape:before {
  content: "\f346"
}

.ion-md-phone-portrait:before {
  content: "\f347"
}

.ion-md-photos:before {
  content: "\f348"
}

.ion-md-pie:before {
  content: "\f349"
}

.ion-md-pin:before {
  content: "\f34a"
}

.ion-md-pint:before {
  content: "\f34b"
}

.ion-md-pizza:before {
  content: "\f354"
}

.ion-md-planet:before {
  content: "\f356"
}

.ion-md-play:before {
  content: "\f357"
}

.ion-md-play-circle:before {
  content: "\f174"
}

.ion-md-podium:before {
  content: "\f358"
}

.ion-md-power:before {
  content: "\f359"
}

.ion-md-pricetag:before {
  content: "\f35a"
}

.ion-md-pricetags:before {
  content: "\f35b"
}

.ion-md-print:before {
  content: "\f35c"
}

.ion-md-pulse:before {
  content: "\f35d"
}

.ion-md-qr-scanner:before {
  content: "\f35e"
}

.ion-md-quote:before {
  content: "\f35f"
}

.ion-md-radio:before {
  content: "\f362"
}

.ion-md-radio-button-off:before {
  content: "\f360"
}

.ion-md-radio-button-on:before {
  content: "\f361"
}

.ion-md-rainy:before {
  content: "\f363"
}

.ion-md-recording:before {
  content: "\f364"
}

.ion-md-redo:before {
  content: "\f365"
}

.ion-md-refresh:before {
  content: "\f366"
}

.ion-md-refresh-circle:before {
  content: "\f228"
}

.ion-md-remove:before {
  content: "\f368"
}

.ion-md-remove-circle:before {
  content: "\f367"
}

.ion-md-remove-circle-outline:before {
  content: "\f176"
}

.ion-md-reorder:before {
  content: "\f369"
}

.ion-md-repeat:before {
  content: "\f36a"
}

.ion-md-resize:before {
  content: "\f36b"
}

.ion-md-restaurant:before {
  content: "\f36c"
}

.ion-md-return-left:before {
  content: "\f36d"
}

.ion-md-return-right:before {
  content: "\f36e"
}

.ion-md-reverse-camera:before {
  content: "\f36f"
}

.ion-md-rewind:before {
  content: "\f370"
}

.ion-md-ribbon:before {
  content: "\f371"
}

.ion-md-rocket:before {
  content: "\f179"
}

.ion-md-rose:before {
  content: "\f372"
}

.ion-md-sad:before {
  content: "\f373"
}

.ion-md-save:before {
  content: "\f1a9"
}

.ion-md-school:before {
  content: "\f374"
}

.ion-md-search:before {
  content: "\f375"
}

.ion-md-send:before {
  content: "\f376"
}

.ion-md-settings:before {
  content: "\f377"
}

.ion-md-share:before {
  content: "\f379"
}

.ion-md-share-alt:before {
  content: "\f378"
}

.ion-md-shirt:before {
  content: "\f37a"
}

.ion-md-shuffle:before {
  content: "\f37b"
}

.ion-md-skip-backward:before {
  content: "\f37c"
}

.ion-md-skip-forward:before {
  content: "\f37d"
}

.ion-md-snow:before {
  content: "\f37e"
}

.ion-md-speedometer:before {
  content: "\f37f"
}

.ion-md-square:before {
  content: "\f381"
}

.ion-md-square-outline:before {
  content: "\f380"
}

.ion-md-star:before {
  content: "\f384"
}

.ion-md-star-half:before {
  content: "\f382"
}

.ion-md-star-outline:before {
  content: "\f383"
}

.ion-md-stats:before {
  content: "\f385"
}

.ion-md-stopwatch:before {
  content: "\f386"
}

.ion-md-subway:before {
  content: "\f387"
}

.ion-md-sunny:before {
  content: "\f388"
}

.ion-md-swap:before {
  content: "\f389"
}

.ion-md-switch:before {
  content: "\f38a"
}

.ion-md-sync:before {
  content: "\f38b"
}

.ion-md-tablet-landscape:before {
  content: "\f38c"
}

.ion-md-tablet-portrait:before {
  content: "\f38d"
}

.ion-md-tennisball:before {
  content: "\f38e"
}

.ion-md-text:before {
  content: "\f38f"
}

.ion-md-thermometer:before {
  content: "\f390"
}

.ion-md-thumbs-down:before {
  content: "\f391"
}

.ion-md-thumbs-up:before {
  content: "\f392"
}

.ion-md-thunderstorm:before {
  content: "\f393"
}

.ion-md-time:before {
  content: "\f394"
}

.ion-md-timer:before {
  content: "\f395"
}

.ion-md-today:before {
  content: "\f17d"
}

.ion-md-train:before {
  content: "\f396"
}

.ion-md-transgender:before {
  content: "\f397"
}

.ion-md-trash:before {
  content: "\f398"
}

.ion-md-trending-down:before {
  content: "\f399"
}

.ion-md-trending-up:before {
  content: "\f39a"
}

.ion-md-trophy:before {
  content: "\f39b"
}

.ion-md-tv:before {
  content: "\f17f"
}

.ion-md-umbrella:before {
  content: "\f39c"
}

.ion-md-undo:before {
  content: "\f39d"
}

.ion-md-unlock:before {
  content: "\f39e"
}

.ion-md-videocam:before {
  content: "\f39f"
}

.ion-md-volume-high:before {
  content: "\f123"
}

.ion-md-volume-low:before {
  content: "\f131"
}

.ion-md-volume-mute:before {
  content: "\f3a1"
}

.ion-md-volume-off:before {
  content: "\f3a2"
}

.ion-md-walk:before {
  content: "\f3a4"
}

.ion-md-wallet:before {
  content: "\f18f"
}

.ion-md-warning:before {
  content: "\f3a5"
}

.ion-md-watch:before {
  content: "\f3a6"
}

.ion-md-water:before {
  content: "\f3a7"
}

.ion-md-wifi:before {
  content: "\f3a8"
}

.ion-md-wine:before {
  content: "\f3a9"
}

.ion-md-woman:before {
  content: "\f3aa"
}
form {
  max-width: 100%;
  font-family: "Nunito Sans", 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;
}

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

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


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

.actions {
  margin-top: 18px;
  padding: 17px 0px;
}

.hs-button,
.button--primary,
.blog-comments .hs-button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  width: auto;
  margin:15px 0;
  outline:0;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}

.actions .hs-button,
.actions .button--primary,
.actions .blog-comments .hs-button {
  margin:0;
}

.hs-button:hover,
.button--primary:hover,
.blog-comments .hs-button:hover,
.hs-button:focus,
.button--primary:focus,
.blog-comments .hs-button:focus{
  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;
}

.field {
  margin-bottom: 18px;
}

label {
  font-size: 14px;
  width: 130px;
  text-align: right;
  color: #33475b;
  display: inline-block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-form-field label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

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

label {

}

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 textarea,
.hs-search-field__input,
#hs-pwd-widget-password{
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  min-height: 27px;
}

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{
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

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{
  border-color: #c87872;
}

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-pwd-widget-password {
  height:40px !important;
  margin-top:0 !important;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.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 {
  margin:0;
  padding:0;
  list-style:none;
}

.hs-error-msgs label {
  color: #f2545b;
}

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 8px;
}

.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: "Nunito Sans", sans-serif;
}

.hs-recaptcha {
  margin: 26px 0 20px;
}
/* ================== Footer Form ============================ */

@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%;
  }

  form {
    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;
}

.custom-menu-primary {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 56px;
}


.custom-menu-primary .hs-menu-wrapper>ul {
  display: table-cell;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: block;
  padding: 6px 16px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
  background-image: -webkit-linear-gradient(330deg, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(330deg, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(120deg, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 100%;
  background-size: 0 2px;
  -webkit-transition: background-size .2s;
  -o-transition: background-size .2s;
  transition: background-size .2s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover>span {
  background-position-x: 100%;
  background-size: 100% 2px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li {
  position:relative;
  width:100%;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  padding: 8px 25px;
  padding-right: 50px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li>a>span {
  background-image: -webkit-linear-gradient(330deg, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(330deg, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(120deg, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 100%;
  background-size: 0 2px;
  -webkit-transition: background-size .2s;
  -o-transition: background-size .2s;
  transition: background-size .2s;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li>a:hover>span{
  background-position-x: 100%;
  background-size: 100% 2px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li.hs-item-has-children>a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -1px;
  color: inherit;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid;
}

@media (min-width:992px) {

  .custom-menu-primary .hs-menu-wrapper.flyouts>ul li.hs-item-has-children>ul {
    position: absolute;
    padding: 20px 0;
    margin-top: 12px;
    background-color: #262626;
    border-radius: 4px;
    opacity: 0;
    visibility:hidden;
    margin-top:20px;
    pointer-events:none;
    z-index: 10;
    transition:all .3s ease;
    transition-delay:.3s;
  }


  .custom-menu-primary .hs-menu-wrapper.flyouts>ul li.hs-item-has-children:hover>ul {
    opacity: 1;
    visibility:visible;
    margin-top:23px;
    pointer-events:all;
    transition-delay:.0s;
  }

  .custom-menu-primary .hs-menu-wrapper.flyouts>ul>li.hs-item-has-children>ul:before {
    content:"";
    position:absolute;
    display:block;
    left:0;
    bottom:100%;
    width:100%;
    height:23px;
  }
  .custom-menu-primary .hs-menu-wrapper.flyouts>ul li.hs-item-has-children>ul ul {
    top: 0;
    margin-top: -23px;
    margin-left: 5px;
    left:100%;
    transition-delay:0s;
  }

  .custom-menu-primary .hs-menu-wrapper.flyouts>ul ul>li.hs-item-has-children>ul:before {
    content:"";
    position:absolute;
    display:block;
    left:auto;
    right:100%;
    width:5px;
    height:100%;
  }


  .custom-menu-primary .hs-menu-wrapper.flyouts>ul li.hs-item-has-children>ul li.hs-item-has-children:hover>ul {
    margin-top:-20px;
  }  
}

@media (max-width:991px) {
  .custom-menu-primary {
    font-size: .73rem;
    font-weight: 700;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: .2s transform ease-in-out;
    -o-transition: .2s transform ease-in-out;
    transition: .2s transform ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 1002;
    left: 0;
    width: 250px;
    margin-left: -250px;
  }

  .custom-menu-primary:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s background-color, .3s backdrop-filter;
    -o-transition: .3s background-color, .3s backdrop-filter;
    transition: .3s background-color, .3s backdrop-filter;
    will-change: background-color, backdrop-filter;
    z-index: -2;
    -webkit-backdrop-filter: blur(15px) saturate(2);
    backdrop-filter: blur(15px) saturate(2);
    background-color: rgba(28, 28, 28, 0.75);
  }

  .mobile-open .custom-menu-primary {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: url(//4521677.fs1.hubspotusercontent-na1.net/hubfs/4521677/raw_assets/public/Grey_Phin_July2020/images/nav-close-cursor.png) 15 15, pointer;
    visibility: hidden;
    background-color: rgba(28, 28, 28, 0.6);
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out, .2s visibility;
    -o-transition: .2s opacity ease-in-out, .2s visibility;
    transition: .2s opacity ease-in-out, .2s visibility;
    z-index: 1001;
  }

  .mobile-open .overlay {
    visibility: visible;
    opacity: 1;
  }

  .menu-inner-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .custom-menu-logo {
    vertical-align: middle;
    display: table-row;
  }

  .menu-inner{
    vertical-align: middle;
    display: table-row;
    height: 100%;
  }
  
  

  .custom-menu-logo a {
    display: block;
    width: 100%;
    padding: 15px 35px;
  }

  .custom-menu-logo img {
    max-width: 70px;
  }

  .animate-menu {
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .animate-menu ul li {
    position: static;
    display: block;
    vertical-align: middle;
  }

  .animate-menu ul li a {
    padding: 12px 40px;
    color: rgba(255,255,255,0.8);
    display: block;
    text-transform: uppercase;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    transform: translate(20%, 0%) matrix(1, 0, 0, 1, 0, 0);
    text-decoration:none;
  }

  .animate-menu ul.submenu-open li a {
    transform: translate(-20%, 0%) matrix(1, 0, 0, 1, 0, 0);
    visibility: hidden;
    opacity: 0;
  }


  .animate-menu ul.active-panel li a {
    transform: matrix(1, 0, 0, 1, 0, 0););
    visibility: visible;
    opacity:1;
  }

  .animate-menu ul.active-panel li:nth-of-type(2) a {
    transition-delay:.1s;
  }

  .animate-menu ul.active-panel li:nth-of-type(3) a {
    transition-delay:.2s;
  }

  .animate-menu ul.active-panel li:nth-of-type(4) a {
    transition-delay:.3s;
  }


  .animate-menu ul.active-panel li:nth-of-type(5) a {
    transition-delay:.4s;
  }

  .animate-menu ul.active-panel li:nth-of-type(6) a {
    transition-delay:.5s;
  }

  .animate-menu ul.active-panel li:nth-of-type(7) a {
    transition-delay:.6s;
  }

  .animate-menu ul.active-panel li:nth-of-type(8) a {
    transition-delay:.7s;
  }

  .animate-menu ul.active-panel li:nth-of-type(9) a {
    transition-delay:.8s;
  }

  .animate-menu ul.active-panel li:nth-of-type(10) a {
    transition-delay:.9s;
  }

  .animate-menu .hs-menu-children-wrapper {
    position: absolute;
    z-index: 1;
    display: block;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events:none;
  }

  .animate-menu .hs-menu-children-wrapper.active-panel {
    pointer-events:all;
  }

  .animate-menu>ul>li>a>span {
    background-image: -webkit-linear-gradient(330deg, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(330deg, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(120deg, currentColor 0%, currentColor 100%);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 100%;
    background-size: 0 2px;
    -webkit-transition: background-size .2s;
    -o-transition: background-size .2s;
    transition: background-size .2s;
  }

  .animate-menu>ul>li>a:hover>span {
    background-position-x: 100%;
    background-size: 100% 2px;
  }

  .animate-menu .hs-menu-children-wrapper>li.hs-item-has-children>a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 40px;
    left: auto;
    width: 0;
    height: 0;
    margin-top: -1px;
    color: inherit;
    border: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid;
    opacity: .6;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    will-change: opacity;
  }

  .animate-menu .hs-menu-children-wrapper>li.hs-item-has-children>a:hover:after {
    width: 0;
    height: 0;
    opacity: 1;
  }

  li.dl-back>a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 30px;
    width: 0;
    height: 0;
    margin-top: -1px;
    color: inherit;
    border: none;
    border-top: 2px solid transparent;
    border-right: 2px solid;
    border-bottom: 2px solid transparent;
    opacity: .6;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    will-change: opacity;
  }

  li.dl-back>a:hover:after{
    opacity: 1;
  }

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

.no-banner .custom-header-height {
  height:113px;
}

.custom-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width:100%;
}

.custom-header a {
  text-decoration:none;
}

.custom-header-top {
  position: relative;
  padding: 10px 0;
  font-size: .73rem;
  font-weight: 700;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-header-top:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s background-color, .3s backdrop-filter;
  -o-transition: .3s background-color, .3s backdrop-filter;
  transition: .3s background-color, .3s backdrop-filter;
  will-change: background-color, backdrop-filter;
  z-index: -2;
}

.custom-header-top .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header-contact {
  font-weight: 700;
  position: relative;
  font-size: 16px;
}

.header-contact .hs_cos_wrapper_type_rich_text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-contact a {
  position: relative;
  display: block;
}

.header-contact a>span {
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 100%;
  background-size: 0 2px;
  -webkit-transition: background-size .2s;
  -o-transition: background-size .2s;
  transition: background-size .2s;
}

.header-contact a:hover>span,
.header-contact a:focus>span{
  background-position-x: 100%;
  background-size: 100% 2px;
}

.header-contact a .contact-icon {
  display: inline-block;
  margin-right: 3px;
  vertical-align: bottom;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.svg-inline--fa.fa-w-14 {
  width: .875em;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.custom-header-social {
  margin-left: auto;
  position: relative;
  font-weight: 700;
}

.custom-header-social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  font-size: 16px;
}

.custom-header-social ul>.single-icon {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.custom-header-social ul>.single-icon + .single-icon {
  margin-left: -5px;
}

.custom-header-social ul>.single-icon:last-of-type {
  margin-right: 0;
}

.custom-header-social ul>.single-icon>a {
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 3px;
  vertical-align: bottom;
  position: relative;
  display: block;
  width: 22px;
  padding: 0 4px;
  text-align: center;
}

.custom-header-social ul>.single-icon>a>svg {
  vertical-align: middle;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
}


.custom-header-social ul>.single-icon>a::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 12px;
  opacity: 0;
  -webkit-transition: .2s opacity, .2s transform;
  -o-transition: .2s opacity, .2s transform;
  transition: .2s opacity, .2s transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  will-change: opacity, transform;
}

.custom-header-social ul>.single-icon>a:hover::after {
  opacity: .1;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

.custom-header-bottom {
  position: relative;
  padding: 15px 0;
  font-size: .73rem;
  font-weight: 700;
  z-index: 1000;
}

.custom-header-bottom:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s background-color, .3s backdrop-filter;
  -o-transition: .3s background-color, .3s backdrop-filter;
  transition: .3s background-color, .3s backdrop-filter;
  will-change: background-color, backdrop-filter;
  z-index: -2;
  -webkit-backdrop-filter: blur(15px) saturate(2);
  backdrop-filter: blur(15px) saturate(2);
}

.custom-header-bottom .header-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.custom-logo {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

.custom-logo a {
  display: inline-block;
  vertical-align: middle;
}

.custom-logo img {
  max-width: 137px;
}

/* ============== Banner Area ================ */

.custom-banner-area {
  padding-top: 160px;
  padding-bottom: 80px;
}

.custom-banner-inner {
  text-align: center;
}

.custom-banner-area h1 {
  color: #fff;
  opacity: .1;
  line-height: 1em;
  margin: 0 0 20px;
  font-size: 6vw;
  margin-bottom: 1vw;
}

.custom-banner-area h2 {
  z-index: 1;
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  font-size: 2.2rem;
  color: #fff;
}

.title-sep-icon {
  display: block;
  margin: 30px auto;
  line-height: 0;
  color: #fff;
}

.title-sep-icon .icon {
  font-size: 1.9rem;
  vertical-align: middle;
}

.title-sep-icon:after,.title-sep-icon:before {
  content: "";
  display: inline-block;
  width: 60px;
  vertical-align: middle;
  border-bottom: 1px dotted;
  opacity: .4;
}

.title-sep-icon:before {
  margin-right: 20px;
}

.title-sep-icon:after {
  margin-left: 20px;
}

.custom-header-buttons {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  padding-left: 20px;
  text-align: right;
  width: 1%;
}

.custom-header-buttons .hs-menu-wrapper {
  text-align:right;
}

.custom-header-buttons .hs-menu-wrapper>ul {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.custom-header-buttons .hs-menu-wrapper>ul>li {
  white-space: initial;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.custom-header-buttons .hs-menu-wrapper>ul>li>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  color: #fff;
  text-decoration: none;
  background-color: #b1a296;
  border-radius: 3px;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  padding: 6px 16px;
}

.custom-header-buttons .hs-menu-wrapper>ul>li:first-of-type>a {
  margin: 0 1rem;
}

.custom-header-buttons .hs-menu-wrapper>ul>li:first-of-type>a:hover {
  background-color: #938E94;
}

.custom-header-buttons .hs-menu-wrapper>ul>li:nth-of-type(2)>a {
  background-color: #7395ae;
  display: block;
}

.custom-header-buttons .hs-menu-wrapper>ul>li:nth-of-type(2)>a:hover {
  background-color: #557a95;
}

.custom-header-buttons .hs-menu-wrapper>ul>li>a:before,
.custom-header-buttons .hs-menu-wrapper>ul>li>a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  left: 0;
  -webkit-transform: translateX(-100px) skewX(-15deg);
  -ms-transform: translateX(-100px) skewX(-15deg);
  transform: translateX(-100px) skewX(-15deg);
}

.custom-header-buttons .hs-menu-wrapper>ul>li>a:before{
  width: 40%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  opacity: .5;
}

.custom-header-buttons .hs-menu-wrapper>ul>li>a:hover:before {
  opacity: .6;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  will-change: transform;
  -webkit-transform: translateX(900%) skewX(-15deg);
  -ms-transform: translateX(900%) skewX(-15deg);
  transform: translateX(900%) skewX(-15deg);
}

.custom-header-buttons .hs-menu-wrapper>ul>li>a:after {
  width: 20%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  left: 20%;
}

.custom-header-buttons .hs-menu-wrapper>ul>li>a:hover:after {
  opacity: 1;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  will-change: transform;
  -webkit-transform: translateX(900%) skewX(-15deg);
  -ms-transform: translateX(900%) skewX(-15deg);
  transform: translateX(900%) skewX(-15deg);
}

.mobile-icon{
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: block;
  padding:0 13px;
}

.nk-icon-burger {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 32px;
  font-size: 1rem;
  line-height: 32px;
  vertical-align: middle;
  cursor:pointer;
}

.nk-icon-burger > span {
  position: absolute;
  display: block;
  top: 50%;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: .3s .2s width, .3s opacity, .2s transform;
  -o-transition: .3s .2s width, .3s opacity, .2s transform;
  transition: .3s .2s width, .3s opacity, .2s transform;
  will-change: width, opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nk-icon-burger .nk-t-1 {
  width: 27px;
  margin-top: -7px;
}

.nk-icon-burger .nk-t-3 {
  margin-top: 5px;
}

.nk-icon-burger:hover .nk-t-1,
a:hover > .nk-icon-burger .nk-t-1 {
  width: 30px;
  -webkit-animation: nk-icon-burger-animation .3s ease;
  animation: nk-icon-burger-animation .3s ease;
}

.nk-icon-burger:hover .nk-t-2,
a:hover > .nk-icon-burger .nk-t-2 {
  width: 23px;
  -webkit-animation: nk-icon-burger-animation .3s .1s ease;
  animation: nk-icon-burger-animation .3s .1s ease;
}

.nk-icon-burger:hover .nk-t-3,
a:hover > .nk-icon-burger .nk-t-3 {
  width: 16px;
  -webkit-animation: nk-icon-burger-animation .3s .2s ease;
  animation: nk-icon-burger-animation .3s .2s ease;
}

.mobile-open .nk-icon-burger > span {
  -webkit-transition: .3s width, .3s opacity, .3s transform;
  -o-transition: .3s width, .3s opacity, .3s transform;
  transition: .3s width, .3s opacity, .3s transform;
  will-change: width, opacity, transform;
}

.mobile-open .nk-icon-burger .nk-t-2 {
  opacity: 0;
}

.mobile-open .nk-icon-burger .nk-t-1,
.mobile-open .nk-icon-burger .nk-t-3 {
  width: 23px;
  -webkit-animation: none;
  animation: none;
}

.mobile-open  .nk-icon-burger .nk-t-1 {
  margin-top: -8px;
  margin-left: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mobile-open .nk-icon-burger .nk-t-3{
  margin-top: 8px;
  margin-left: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.custom-header-bottom {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .2s transform,.2s visibility;
  -o-transition: .2s transform,.2s visibility;
  transition: .2s transform,.2s visibility;
  will-change: transform,visibility;
}

.scroll-header .custom-header-bottom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: .2s transform, .2s visibility;
  -o-transition: .2s transform, .2s visibility;
  transition: .2s transform, .2s visibility;
  will-change: transform, visibility;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.scroll-header-remove .custom-header-bottom {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.animate .custom-header-bottom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: .2s transform, .2s visibility;
  -o-transition: .2s transform, .2s visibility;
  transition: .2s transform, .2s visibility;
  will-change: transform, visibility;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fade {
  transition: opacity .15s linear;
}

#hs_cos_wrapper_header_popup_form_title {
  display:none !important;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-font-smoothing:auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  pointer-events:none;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
  pointer-events:all;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 15px;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  padding: 25px 30px;
  border-top-color: #f3f3f3;
  border-bottom-color: #f3f3f3;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  position: relative;
  margin-top: -11px;
  z-index: 2;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 30px;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width:991px) {
  .custom-header-buttons .hs-menu-wrapper>ul {
    float:right;
  }
}

@-webkit-keyframes nk-icon-burger-animation {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

@keyframes nk-icon-burger-animation {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

@media (max-width:767px) {
  .custom-banner-area h1 {
    display: block;
    font-size: 9vw;
    margin-bottom: 5vw;
  }

  .custom-header-buttons .hs-menu-wrapper>ul>li:first-of-type>a {
    display:none !important;
  }

}

@media (max-width:575px) {
  .header-contact,
  .custom-header-social {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .custom-header-social {
    margin-top: 10px;
  }

  .custom-header-buttons .hs-menu-wrapper>ul {
    text-align:center;
  }


}

@media (max-width:424px) {
  .custom-banner-area {
    clear:both;
    padding-bottom:0;
  }

  .custom-banner-area:after,
  .custom-banner-area:before {
    clear:both;
    content:"";
    display:block;
  }

  .custom-banner-area h1 {
    font-size: 2.5rem;
    color: #999;
    opacity: 1;
    margin: 0 0 20px;
  }

  .custom-banner-area h2 {
    font-size: 1.5rem;
    margin: 0;
  }

  .title-sep-icon {
    margin:0 auto;
    padding:30px 0;
  }

  .custom-logo img {
    max-width: 70px;
    width: 100% !important;
    min-width: 40px;
  }


}

@media (max-width:400px) {
  .custom-menu-primary {
    width: 200px;
    margin-left: -200px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  padding: 2rem 0;
  font-size: .95rem;
  text-align: center;
}

.footer__copyright p {
  margin: 0;
}

.custom-footer-social {
  padding-bottom: 3px;
}

.custom-footer-social a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 6px 4px;
  font-size: 1rem;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.custom-footer-social a:hover,
.custom-footer-social a:focus{
  text-decoration: none;
}

.custom-footer-social a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  border-radius: 30px;
  opacity: .35;
  -webkit-transition: .2s background-color, .2s border-color, .2s opacity, .2s transform;
  -o-transition: .2s background-color, .2s border-color, .2s opacity, .2s transform;
  transition: .2s background-color, .2s border-color, .2s opacity, .2s transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  will-change: color, background-color, opacity, transform;
}

.custom-footer-social a:hover:after {
  opacity: .1;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.custom-footer-top {
  padding: 50px 0 40px;
}

.custom-footer-top .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.custom-footer-top .f_col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-footer-top .f_col.custom-footer-form {
  padding: 30px 0;
}

.custom-footer-posts {
  padding-bottom: 30px;
}

.custom-footer-form .inner-wrapper {
  margin-top:-30px;
}

.custom-footer-form .inner {
  margin-top: 30px;
  margin-bottom:8px;
}

.custom-footer-form .hs_cos_wrapper_type_rich_text>h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  font-size: 1.5rem;
}

.custom-footer-form .hs_cos_wrapper_type_rich_text>h3 {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
  line-height: inherit;
  z-index: 1;
  margin-top: -10px;
}

.custom-footer-form .widget-type-rich_text {
  padding: 0 0 20px;
}

.custom-footer-form .hs-form-field {
  margin:0;
}

.custom-footer-form .hs-form-field>label {
  display: none;
}

.custom-footer-form .hs-form-field>.input {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.custom-footer-form input[type="email"].hs-input {
  display: block;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: .3s background-color;
  -o-transition: .3s background-color;
  transition: .3s background-color;
  padding: 11px 19px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  height: calc(2.65rem + 2px);
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  font-family: inherit;
}

.custom-footer-form input[type="email"].hs-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.custom-footer-form .hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 35px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  border: none;
  display: block;
  width: 100%;
  margin: 0 0 30px;
  border-radius: 0;
  font-family: inherit;
}

.custom-footer-form .actions {
  margin: 0;
  padding: 0;
}
.custom-footer-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  position: relative;
  display: block;
  float: left;
  width: 90px;
  margin-left: -110px;
  overflow: hidden;
  margin-top: 10px;
  text-decoration: none;
  min-height:60px;
}

.custom-footer-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.custom-footer-posts .hs_cos_wrapper_type_rss_listing>h3,
.custom-footer-menu .hs_cos_wrapper_type_rich_text>h4{
  margin-bottom: 25px;
  font-family: inherit;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-footer-posts .hs-rss-item.hs-with-featured-image {
  padding-left: 110px;
  margin: 0;
}

.custom-footer-posts .hs-rss-item+ .hs-rss-item {
  margin-top:25px;
}

.custom-footer-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: right;
  padding: 0;
  width: 100%;
}

.custom-footer-posts  a.hs-rss-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 5px;
  font-size: 1.15rem;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-decoration:none;
  line-height: 1.2;
}

.custom-footer-posts .hs-rss-byline{
  margin-right: 10px;
  font-size: .9rem;
  font-style: italic;
  opacity: .6;
}


.buttons-show-scroll-top {
  position: fixed;
  right: 0;
  bottom: 0;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 15px;
  -webkit-transition: .2s transform ease-in-out, .3s margin-bottom;
  -o-transition: .2s transform ease-in-out, .3s margin-bottom;
  transition: .2s transform ease-in-out, .3s margin-bottom;
  z-index: 100;
  will-change: transform;
  -webkit-transform: translateX(70px) translateY(0) translate3d(0, 0, 0);
  transform: translateX(70px) translateY(0) translate3d(0, 0, 0);
}

.buttons-show-scroll-top.on {
  -webkit-transform: translateX(0) translateY(0) translate3d(0, 0, 0);
  transform: translateX(0) translateY(0) translate3d(0, 0, 0);
}

.buttons-show-scroll-top ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.buttons-show-scroll-top ul li {
  display: inline-block;
  text-align: center;
}

.buttons-show-scroll-top ul li .scroll-top {
  cursor: pointer;
  display: block;
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  background-color: #0f0f0f;
  border-radius: 25px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: .2s background-color ease-in-out;
  -o-transition: .2s background-color ease-in-out;
  transition: .2s background-color ease-in-out;
}

.buttons-show-scroll-top ul li .scroll-top:hover {
  background-color: #b1a296;
}

.buttons-show-scroll-top ul li .scroll-top span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.custom-footer-form .hs-error-msgs label {
  padding: 0;
  margin: 5px 0;
  font-weight: 400;
  color: #d9534f;
  background-color: transparent;
  z-index: 1;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}

@media (min-width:768px) {
  .custom-footer-posts {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-order: 3;
    order: 3;
  }

  .custom-footer-menu {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-logo {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex-order: 1;
    order: 1;
  }

}

@media (min-width:992px) {
  .custom-footer-form {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    -ms-flex-order: 4;
    order: 4;
  }

  .custom-footer-posts {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer-logo {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

}

@media (max-width:991px) {
  .custom-footer-form .inner {
    margin:30px 0 0;
  } 

}

@media (max-width:767px) {


}
/* ******************************************************************************
*********************************************************************************
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-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 3.3rem;
  margin-left:0 !important;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #3b3b3b;
  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: #3b3b3b;
  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: #3b3b3b;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


.comment-date {
  display:block !important;
}

#comments-listing .comment-reply-to {
  padding-left:40px;
  background-position:15px center;
}


.blog-banner-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: #1c1c1c;
  z-index: 0;
}

.bg-image, .bg-video {
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}

.bg-image > div, .bg-video > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
}

.bg-image img, .bg-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-banner-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 450px;
  padding-top: 75px;
}

.blog-banner-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding: 80px 0;
}

.blog-banner-area h1 {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hs-blog-listing .body-container-wrapper {
  padding: 50px 0 80px;
}

.post-listing .post-item {
  margin-bottom: 35px;
}

.post-listing .post-item:last-of-type {
  margin-bottom:65px;
}

.post-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}



.post-item .post-content,
.post-item .post-image{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
}

.post-image a {
  position: relative;
  padding-bottom: 66.5%;
  display: block;
  overflow: hidden;
}

.post-item .post-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.post-meta {
  position: relative;
  display: block;
  font-size: .9rem;
  font-style: italic;
  z-index: 1;
}

.post-meta-right {
  float: right;
  width: 50%;
  font-style: normal;
  text-align: right;
}
.post-date {
  opacity: .8;
}

.post-category {
  display: block;
  margin-bottom: 5px;
  font-size: .9rem;
  font-style: italic;
  font-weight: 600;
  opacity: .8;
}

.post-category>a {
  text-decoration: none;
}

.post-title {
  margin-bottom: 25px;
}

.post-title>a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.post-title>a:hover{
  opacity: .7;
  color:inherit;
}

.post-text {
  margin: 25px 0;
}

.post-text>p:last-child {
  margin-bottom: 0;
}

.post-continue {
  display: block;
  margin: 25px 0;
  text-align: left;
}

.post-continue>span {
  background-image: -webkit-linear-gradient(330deg, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(330deg, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(120deg, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 100%;
  background-size: 0 2px;
  -webkit-transition: background-size .2s;
  -o-transition: background-size .2s;
  transition: background-size .2s;
}

.post-continue:hover>span {
  background-position-x: 100%;
  background-size: 100% 2px;
}

.post-continue a {
  display: inline-block;
  font-style: italic;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

.post-continue:hover a {
  color:inherit;
}

.post-continue a>span {
  margin-left: 5px;
}

.hs-blog-post .content-wrapper .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-content,
.blog-sidebar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-sidebar-inner-wrapper {
  position: relative;
  height: 100%;
  padding-left: 50px;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom:80px;
}


.blog-post {
  margin: 37px 0 65px;
}

.blog-post .post-text {
  margin-top: 0;
}

.blog-post .post-text .title {
  position: relative;
  z-index: 1;
  margin: 0px 0 54px;
}

.blog-post .post-image {
  padding-bottom: 66.6%;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}

.blog-post .post-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post-body {
  color: #000;
}

.blog-post .post-meta {
  padding-bottom: 25px;
  margin-top: 25px;
}

.blog-post .post-meta::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
  opacity: .1;
}

.post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-bottom: -10px;
  margin-left: -5px;
  font-size: .7rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.post-tags > a {
  position: relative;
  display: inline-block;
  padding: 5px 11px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  z-index: 1;
}

.post-tags > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid;
  border-radius: 3px;
  opacity: .25;
  -webkit-transition: .2s background-color, .2s border-color, .2s opacity;
  -o-transition: .2s background-color, .2s border-color, .2s opacity;
  transition: .2s background-color, .2s border-color, .2s opacity;
  will-change: background-color, border-color, opacity;
  z-index: -1;
}

.post-tags > a:hover::before {
  background-color: currentColor;
  border-color: transparent;
  opacity: .1;
}

.post-author {
  width: 100%;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  background-color: #f7f7f7;
}

.post-author-photo {
  margin:0 0 30px;
}

.post-author-photo img {
  width: 100px;
  height: auto;
  border-radius: unset;
}

.hs-blog-post .post-author .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 35px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  color: #fff;
  text-decoration: none;
  background-color: #7395ae;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.hs-blog-post .post-author .button:after,
.hs-blog-post .post-author .button:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  z-index:9;
}

.hs-blog-post .post-author .button:before {
  width: 40%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  opacity: .5;
}

.hs-blog-post .post-author .button:hover:before{
  opacity: .6;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  will-change: transform;
}

.hs-blog-post .post-author .button:after {
  width: 20%; 
  background: rgba(255, 255, 255, 0.2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
}

.hs-blog-post .post-author .button:after,
.hs-blog-post .post-author .button:before {
  left: 0;
  -webkit-transform: translateX(-100px) skewX(-15deg);
  -ms-transform: translateX(-100px) skewX(-15deg);
  transform: translateX(-100px) skewX(-15deg);
}

.hs-blog-post .post-author .button:hover:after {
  opacity:1;
  left:20%;
}

.hs-blog-post .post-author .button:hover:after,
.hs-blog-post .post-author .button:hover:before {
  -webkit-transform: translateX(900%) skewX(-15deg);
  -ms-transform: translateX(900%) skewX(-15deg);
  transform: translateX(900%) skewX(-15deg);
}

.hs-blog-post .post-author .button:hover {
  background-color: #557a95;
}

.blog-sidebar-inner-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1800px;
  bottom: 0;
  left: 10px;
  background-color: #f7f7f7;
  z-index: -1;
}

.blog-sidebar-inner {
  position: sticky;
  top: 20px;
  padding-top: 57px;
}

.blog-sidebar-inner>div {
  overflow: hidden;
}

.blog-sidebar h4,.blog-sidebar h3 {
  margin-bottom: 25px;
  font-family: inherit;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-sidebar-inner>div~div {
  margin-top: 65px;
}

.blog-sidebar-search .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.blog-sidebar-search .form-control {
  display: block;
  background-clip: padding-box;
  height: calc(2.65rem + 2px);
  padding: 12px 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  border: none;
  border-radius: 0;
  -webkit-transition: .3s background-color;
  -o-transition: .3s background-color;
  transition: .3s background-color;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  color: #1c1c1c;
  background-color: rgba(204, 204, 204, 0.3);
  font-family:inherit;
}

.blog-sidebar-search .form-control:focus {
  background-color: rgba(204, 204, 204, 0.5);
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.blog-sidebar-search .form-control::placeholder {
  color:#1c1c1c;
  opacity:.5;
}

.blog-sidebar-search button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 35px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  color: #fff;
  text-decoration: none;
  background-color: #1c1c1c;
  border-color: black;
  border-style: solid;
}

.blog-sidebar-search button:hover {
  background-color: #0d0d0d;
  border-color: black;
}

.blog-about-us img {
  max-width: 70px;
}

.blog-categories ul {
  font-size: .9rem;
  padding: 0;
  margin: 0;
  margin-top: -14px;
  list-style-type: none;
}

.blog-categories ul li {
  display: block;
}

.blog-categories ul li a {
  display: block;
  padding: 14px 0;
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.blog-categories ul li a:hover {
  opacity: .7;
  color: inherit;
}

.blog-categories ul li a span {
  display: none;
}

.recent-post-item {
  padding-left: 110px;
}

.recent-post-item+.recent-post-item {
  margin-top: 25px;
}

.recent-post-item:after {
  content:"";
  clear:both;
  display:block;
}

.recent-post-item .post-image {
  float: left;
  width: 90px;
  margin-left: -110px;
  overflow: hidden;
  margin-top: 10px;
  text-decoration: none;
}

.recent-post-item .post-image img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.blog-sidebar .recent-post-item .post-title {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #3b3b3b;
  font-size: 1.15rem;
  text-transform: none;
}

.recent-post-item .post-meta-date {
  margin-right: 10px;
  font-size: .9rem;
  font-style: italic;
  opacity: .6;
}

@media (min-width:992px) {
  .post-item .post-image {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .post-item .post-content{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }


  .post-item .no-image .post-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:100%;
  }

  .blog-content {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .blog-sidebar {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

}

@media (max-width:991px) {
  .blog-sidebar-inner-wrapper:after {
    right: -1000px;
    left: -1000px;
  }
  
  .blog-sidebar-inner-wrapper {
    padding-left:0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}

.error-page * {
  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: "Nunito Sans", sans-serif;
  font-size: 35vw;
  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: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  color: #3b3b3b;
  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: #3b3b3b;
}

@media (max-width:767px) {
  .systems-page .success {
    min-width:auto;
  }
}