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











































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

dnd-section {
  padding: 80px 20px;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0;
  padding-right:0;
  width:100% !important;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
    font-family: steadysets;
    src: url(//f.hubspotusercontent30.net/hubfs/2159984/QUOVANT_APRIL_2021/fonts/steadysets.eot);
    src: url(//f.hubspotusercontent30.net/hubfs/2159984/QUOVANT_APRIL_2021/fonts/steadysets.eot) format('embedded-opentype'),
      url(//f.hubspotusercontent30.net/hubfs/2159984/raw_assets/public/QUOVANT_APRIL_2021/fonts/steadysets.woff) format('truetype'),
      url(//f.hubspotusercontent30.net/hubfs/2159984/raw_assets/public/QUOVANT_APRIL_2021/fonts/steadysets.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

[class*=" steadysets-icon-"],[class^=steadysets-icon-] {
    font-family: steadysets!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.steadysets-icon-type:before {
    content: "\e600"
}

.steadysets-icon-box:before {
    content: "\e601"
}

.steadysets-icon-archive:before {
    content: "\e602"
}

.steadysets-icon-envelope:before {
    content: "\e603"
}

.steadysets-icon-email:before {
    content: "\e604"
}

.steadysets-icon-files:before {
    content: "\e605"
}

.steadysets-icon-uniE606:before {
    content: "\e606"
}

.steadysets-icon-connection-empty:before {
    content: "\e607"
}

.steadysets-icon-connection-25:before {
    content: "\e608"
}

.steadysets-icon-connection-50:before {
    content: "\e609"
}

.steadysets-icon-connection-75:before {
    content: "\e60a"
}

.steadysets-icon-connection-full:before {
    content: "\e60b"
}

.steadysets-icon-microphone:before {
    content: "\e60c"
}

.steadysets-icon-microphone-off:before {
    content: "\e60d"
}

.steadysets-icon-book:before {
    content: "\e60e"
}

.steadysets-icon-cloud:before {
    content: "\e60f"
}

.steadysets-icon-book2:before {
    content: "\e610"
}

.steadysets-icon-star:before {
    content: "\e611"
}

.steadysets-icon-phone-portrait:before {
    content: "\e612"
}

.steadysets-icon-phone-landscape:before {
    content: "\e613"
}

.steadysets-icon-tablet:before {
    content: "\e614"
}

.steadysets-icon-tablet-landscape:before {
    content: "\e615"
}

.steadysets-icon-laptop:before {
    content: "\e616"
}

.steadysets-icon-uniE617:before {
    content: "\e617"
}

.steadysets-icon-barbell:before {
    content: "\e618"
}

.steadysets-icon-stopwatch:before {
    content: "\e619"
}

.steadysets-icon-atom:before {
    content: "\e61a"
}

.steadysets-icon-syringe:before {
    content: "\e61b"
}

.steadysets-icon-pencil:before {
    content: "\e61c"
}

.steadysets-icon-chart:before {
    content: "\e61d"
}

.steadysets-icon-bars:before {
    content: "\e61e"
}

.steadysets-icon-cube:before {
    content: "\e61f"
}

.steadysets-icon-image:before {
    content: "\e620"
}

.steadysets-icon-crop:before {
    content: "\e621"
}

.steadysets-icon-graph:before {
    content: "\e622"
}

.steadysets-icon-select:before {
    content: "\e623"
}

.steadysets-icon-bucket:before {
    content: "\e624"
}

.steadysets-icon-mug:before {
    content: "\e625"
}

.steadysets-icon-clipboard:before {
    content: "\e626"
}

.steadysets-icon-lab:before {
    content: "\e627"
}

.steadysets-icon-bones:before {
    content: "\e628"
}

.steadysets-icon-pill:before {
    content: "\e629"
}

.steadysets-icon-bolt:before {
    content: "\e62a"
}

.steadysets-icon-health:before {
    content: "\e62b"
}

.steadysets-icon-map-marker:before {
    content: "\e62c"
}

.steadysets-icon-stack:before {
    content: "\e62d"
}

.steadysets-icon-newspaper:before {
    content: "\e62e"
}

.steadysets-icon-uniE62F:before {
    content: "\e62f"
}

.steadysets-icon-coffee:before {
    content: "\e630"
}

.steadysets-icon-bill:before {
    content: "\e631"
}

.steadysets-icon-sun:before {
    content: "\e632"
}

.steadysets-icon-vcard:before {
    content: "\e633"
}

.steadysets-icon-shorts:before {
    content: "\e634"
}

.steadysets-icon-drink:before {
    content: "\e635"
}

.steadysets-icon-diamond:before {
    content: "\e636"
}

.steadysets-icon-bag:before {
    content: "\e637"
}

.steadysets-icon-calculator:before {
    content: "\e638"
}

.steadysets-icon-credit-cards:before {
    content: "\e639"
}

.steadysets-icon-microwave-oven:before {
    content: "\e63a"
}

.steadysets-icon-camera:before {
    content: "\e63b"
}

.steadysets-icon-share:before {
    content: "\e63c"
}

.steadysets-icon-bullhorn:before {
    content: "\e63d"
}

.steadysets-icon-user:before {
    content: "\e63e"
}

.steadysets-icon-users:before {
    content: "\e63f"
}

.steadysets-icon-user2:before {
    content: "\e640"
}

.steadysets-icon-users2:before {
    content: "\e641"
}

.steadysets-icon-unlocked:before {
    content: "\e642"
}

.steadysets-icon-unlocked2:before {
    content: "\e643"
}

.steadysets-icon-lock:before {
    content: "\e644"
}

.steadysets-icon-forbidden:before {
    content: "\e645"
}

.steadysets-icon-switch:before {
    content: "\e646"
}

.steadysets-icon-meter:before {
    content: "\e647"
}

.steadysets-icon-flag:before {
    content: "\e648"
}

.steadysets-icon-home:before {
    content: "\e649"
}

.steadysets-icon-printer:before {
    content: "\e64a"
}

.steadysets-icon-clock:before {
    content: "\e64b"
}

.steadysets-icon-calendar:before {
    content: "\e64c"
}

.steadysets-icon-comment:before {
    content: "\e64d"
}

.steadysets-icon-chat-3:before {
    content: "\e64e"
}

.steadysets-icon-chat-2:before {
    content: "\e64f"
}

.steadysets-icon-chat-1:before {
    content: "\e650"
}

.steadysets-icon-chat:before {
    content: "\e651"
}

.steadysets-icon-zoom-out:before {
    content: "\e652"
}

.steadysets-icon-zoom-in:before {
    content: "\e653"
}

.steadysets-icon-search:before {
    content: "\e654"
}

.steadysets-icon-trashcan:before {
    content: "\e655"
}

.steadysets-icon-tag:before {
    content: "\e656"
}

.steadysets-icon-download:before {
    content: "\e657"
}

.steadysets-icon-paperclip:before {
    content: "\e658"
}

.steadysets-icon-checkbox:before {
    content: "\e659"
}

.steadysets-icon-checkbox-checked:before {
    content: "\e65a"
}

.steadysets-icon-checkmark:before {
    content: "\e65b"
}

.steadysets-icon-refresh:before {
    content: "\e65c"
}

.steadysets-icon-reload:before {
    content: "\e65d"
}

.steadysets-icon-arrow-right:before {
    content: "\e65e"
}

.steadysets-icon-arrow-down:before {
    content: "\e65f"
}

.steadysets-icon-arrow-up:before {
    content: "\e660"
}

.steadysets-icon-arrow-left:before {
    content: "\e661"
}

.steadysets-icon-settings:before {
    content: "\e662"
}

.steadysets-icon-battery-full:before {
    content: "\e663"
}

.steadysets-icon-battery-75:before {
    content: "\e664"
}

.steadysets-icon-battery-50:before {
    content: "\e665"
}

.steadysets-icon-battery-25:before {
    content: "\e666"
}

.steadysets-icon-battery-empty:before {
    content: "\e667"
}

.steadysets-icon-battery-charging:before {
    content: "\e668"
}

.steadysets-icon-uniE669:before {
    content: "\e669"
}

.steadysets-icon-grid:before {
    content: "\e66a"
}

.steadysets-icon-list:before {
    content: "\e66b"
}

.steadysets-icon-wifi-low:before {
    content: "\e66c"
}

.steadysets-icon-folder-check:before {
    content: "\e66d"
}

.steadysets-icon-folder-settings:before {
    content: "\e66e"
}

.steadysets-icon-folder-add:before {
    content: "\e66f"
}

.steadysets-icon-folder:before {
    content: "\e670"
}

.steadysets-icon-window:before {
    content: "\e671"
}

.steadysets-icon-windows:before {
    content: "\e672"
}

.steadysets-icon-browser:before {
    content: "\e673"
}

.steadysets-icon-file-broken:before {
    content: "\e674"
}

.steadysets-icon-align-justify:before {
    content: "\e675"
}

.steadysets-icon-align-center:before {
    content: "\e676"
}

.steadysets-icon-align-right:before {
    content: "\e677"
}

.steadysets-icon-align-left:before {
    content: "\e678"
}

.steadysets-icon-file:before {
    content: "\e679"
}

.steadysets-icon-file-add:before {
    content: "\e67a"
}

.steadysets-icon-file-settings:before {
    content: "\e67b"
}

.steadysets-icon-mute:before {
    content: "\e67c"
}

.steadysets-icon-heart:before {
    content: "\e67d"
}

.steadysets-icon-enter:before {
    content: "\e67e"
}

.steadysets-icon-volume-decrease:before {
    content: "\e67f"
}

.steadysets-icon-wifi-mid:before {
    content: "\e680"
}

.steadysets-icon-volume:before {
    content: "\e681"
}

.steadysets-icon-bookmark:before {
    content: "\e682"
}

.steadysets-icon-screen:before {
    content: "\e683"
}

.steadysets-icon-map:before {
    content: "\e684"
}

.steadysets-icon-measure:before {
    content: "\e685"
}

.steadysets-icon-eyedropper:before {
    content: "\e686"
}

.steadysets-icon-support:before {
    content: "\e687"
}

.steadysets-icon-phone:before {
    content: "\e688"
}

.steadysets-icon-email2:before {
    content: "\e689"
}

.steadysets-icon-volume-increase:before {
    content: "\e68a"
}

.steadysets-icon-wifi-full:before {
    content: "\e68b"
}



@font-face {
    font-family: 'icomoon';
    src: url(//f.hubspotusercontent30.net/hubfs/2159984/QUOVANT_APRIL_2021/fonts/icomoon.eot);
    src: url(//f.hubspotusercontent30.net/hubfs/2159984/QUOVANT_APRIL_2021/fonts/icomoon.eot) format('embedded-opentype'),
      url(//f.hubspotusercontent30.net/hubfs/2159984/raw_assets/public/QUOVANT_APRIL_2021/fonts/icomoon.woff) format('woff'),
      url(//f.hubspotusercontent30.net/hubfs/2159984/raw_assets/public/QUOVANT_APRIL_2021/fonts/icomoon.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

.icon-salient-x,.icon-salient-m-eye,.icon-salient-search,.icon-salient-woo-zoom-icon,.icon-salient-right-arrow,.icon-salient-left-arrow,.icon-salient-right-line,.icon-salient-back-to-all,.icon-salient-left-arrow-thin,.icon-salient-right-arrow-thin,.icon-salient-down-arrow-thin,.icon-salient-down-arrow,.icon-salient-google-plus,.ascend .mfp-image-holder .mfp-close,.ascend .mfp-iframe-holder .mfp-close,.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close,.mfp-iframe-holder .mfp-close,.icon-salient-facebook,.icon-salient-twitter,.icon-salient-pinterest,.icon-salient-heart,.icon-salient-heart-2,.icon-salient-plus,.icon-salient-cart,.icon-salient-pencil,.icon-salient-artstation,.icon-salient-discord,.icon-be,.icon-vimeo,.icon-soundcloud,.icon-button-arrow,.icon-salient-thin-line,.icon-salient-spotify,.icon-salient-m-user,.icon-salient-facebook-messenger,.salient-page-submenu-icon,.icon-salient-m-clock,.video-play-button,.mejs-controls .mejs-button button {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}



.icon-salient-m-bag:before {
    content: "\e900"
}

.icon-salient-m-eye:before {
    content: "\e015"
}

.icon-salient-m-clock:before {
    content: "\e016"
}

.icon-salient-m-gear:before {
    content: "\e023"
}

.icon-salient-m-heart:before {
    content: "\e024"
}

.icon-salient-m-search:before {
    content: "\e036"
}

.icon-salient-m-prev:before {
    content: "\e050"
}

.icon-salient-m-rewind:before {
    content: "\e051"
}

.icon-salient-m-play:before {
    content: "\e052"
}

.icon-salient-woo-zoom-icon:before {
    content: "\e908"
}

.icon-salient-woo-zoom-icon-minus:before {
    content: "\e90a"
}

.icon-salient-m-pause:before {
    content: "\e053"
}

.icon-salient-m-stop:before {
    content: "\e054"
}

.icon-salient-m-ff:before {
    content: "\e055"
}

.icon-salient-m-next:before {
    content: "\e056"
}

.icon-salient-m-user:before {
    content: "\e074"
}

.icon-salient-m-chat:before {
    content: "\e076"
}

.icon-salient-m-social:before {
    content: "\e081"
}

.icon-salient-m-left-arrow:before {
    content: "\e094"
}

.icon-salient-m-right-arrow:before {
    content: "\e095"
}

.icon-salient-m-sound:before {
    content: "\e098"
}

.icon-salient-m-mute:before {
    content: "\e099"
}

.icon-salient-m-close:before {
    content: "\e117"
}

.icon-salient-m-menu:before {
    content: "\e120"
}

.icon-salient-x:before {
    content: "\e003"
}

.icon-salient-right-arrow:before {
    content: "\e000"
}

.icon-salient-left-arrow:before {
    content: "\e001"
}

.icon-salient-right-line:before {
    content: "\e004"
}

.icon-salient-back-to-all:before {
    content: "\e005"
}

.icon-salient-right-arrow-thin:before {
    content: "\e006"
}

.icon-salient-left-arrow-thin:before {
    content: "\e007"
}

.icon-salient-down-arrow-thin:before {
    content: "\e00c"
}

.icon-salient-down-arrow:before {
    content: "\e008"
}

.icon-salient-google-plus:before {
    content: "\e009"
}

.icon-salient-facebook:before {
    content: "\e00a"
}

.icon-salient-twitter:before {
    content: "\e00b"
}

.icon-salient-pinterest:before {
    content: "\e00d"
}

.icon-salient-heart:before {
    content: "\e00e"
}

.icon-salient-plus:before {
    content: "\e010"
}

.icon-salient-cart:before {
    content: "\e012"
}

.icon-salient-pencil:before {
    content: "\e011"
}

.icon-be:before {
    content: "\e013"
}

.icon-vimeo:before {
    content: "\e014"
}

.icon-soundcloud:before {
    content: "\e600"
}

.icon-button-arrow:before {
    content: "\e909"
}

.icon-salient-thin-line:before {
    content: "\e602"
}

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

.icon-salient-facebook-messenger:before {
    content: "\e90d"
}

.icon-salient-artstation:before {
    content: "\e90b"
}

.icon-salient-discord:before {
    content: "\e90c"
}
@font-face {
    font-family: 'FontAwesome';
    src: url(//f.hubspotusercontent30.net/hubfs/2159984/QUOVANT_APRIL_2021/fonts/fontawesome-webfont.eot);
    src: url(//f.hubspotusercontent30.net/hubfs/2159984/QUOVANT_APRIL_2021/fonts/fontawesome-webfont.eot) format('embedded-opentype'),
      url(//f.hubspotusercontent30.net/hubfs/2159984/raw_assets/public/QUOVANT_APRIL_2021/fonts/fontawesome-webfont.woff) format('woff'),
      url(//f.hubspotusercontent30.net/hubfs/2159984/raw_assets/public/QUOVANT_APRIL_2021/fonts/fontawesome-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],[class*=" icon-"], i[class*="fa-"], span[class*="fa-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
    text-decoration: inherit;
    speak: none;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-meetup:before {
    content: "\f2e0"
}
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * chypre-condensed:
 *   - http://typekit.com/eulas/00000000000000003b9b1cc2
 *   - http://typekit.com/eulas/00000000000000003b9b1cc3
 *   - http://typekit.com/eulas/00000000000000003b9b1d98
 *   - http://typekit.com/eulas/00000000000000003b9b1d99
 * chypre-extended:
 *   - http://typekit.com/eulas/00000000000000003b9b1cc4
 *   - http://typekit.com/eulas/00000000000000003b9b1cc5
 *   - http://typekit.com/eulas/00000000000000003b9b1d9a
 *   - http://typekit.com/eulas/00000000000000003b9b1d9b
 * chypre-normal:
 *   - http://typekit.com/eulas/00000000000000003b9b1cc6
 *   - http://typekit.com/eulas/00000000000000003b9b1cc7
 *   - http://typekit.com/eulas/00000000000000003b9b1d9c
 *   - http://typekit.com/eulas/00000000000000003b9b1d9d
 *
 * © 2009-2021 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2020-06-11 03:33:14 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=tox0gvu&ht=tk&f=38673.38674.38864.38865.38675.38676.38866.38867.38677.38678.38868.38869&a=20848942&app=typekit&e=css");

@font-face {
font-family:"chypre-condensed";
src:url("https://use.typekit.net/af/8c2836/00000000000000003b9b1cc2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/8c2836/00000000000000003b9b1cc2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/8c2836/00000000000000003b9b1cc2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"chypre-condensed";
src:url("https://use.typekit.net/af/037a49/00000000000000003b9b1cc3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/037a49/00000000000000003b9b1cc3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/037a49/00000000000000003b9b1cc3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;
}

@font-face {
font-family:"chypre-condensed";
src:url("https://use.typekit.net/af/2ddbdb/00000000000000003b9b1d98/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/2ddbdb/00000000000000003b9b1d98/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/2ddbdb/00000000000000003b9b1d98/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"chypre-condensed";
src:url("https://use.typekit.net/af/1d5500/00000000000000003b9b1d99/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/1d5500/00000000000000003b9b1d99/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/1d5500/00000000000000003b9b1d99/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;
}

@font-face {
font-family:"chypre-extended";
src:url("https://use.typekit.net/af/ead401/00000000000000003b9b1cc4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/ead401/00000000000000003b9b1cc4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/ead401/00000000000000003b9b1cc4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"chypre-extended";
src:url("https://use.typekit.net/af/f0efc8/00000000000000003b9b1cc5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/f0efc8/00000000000000003b9b1cc5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/f0efc8/00000000000000003b9b1cc5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;
}

@font-face {
font-family:"chypre-extended";
src:url("https://use.typekit.net/af/80b5bf/00000000000000003b9b1d9a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/80b5bf/00000000000000003b9b1d9a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/80b5bf/00000000000000003b9b1d9a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"chypre-extended";
src:url("https://use.typekit.net/af/80b4ec/00000000000000003b9b1d9b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/80b4ec/00000000000000003b9b1d9b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/80b4ec/00000000000000003b9b1d9b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;
}

@font-face {
font-family:"chypre-normal";
src:url("https://use.typekit.net/af/ae5622/00000000000000007735be5d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/ae5622/00000000000000007735be5d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/ae5622/00000000000000007735be5d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;
}

@font-face {
font-family:"chypre-normal";
src:url("https://use.typekit.net/af/da7ad8/00000000000000007735be62/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/da7ad8/00000000000000007735be62/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/da7ad8/00000000000000007735be62/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:300;
}

@font-face {
font-family:"chypre-normal";
src:url("https://use.typekit.net/af/db7a8e/00000000000000007735be65/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/db7a8e/00000000000000007735be65/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/db7a8e/00000000000000007735be65/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"chypre-normal";
src:url("https://use.typekit.net/af/2c3d68/00000000000000007735be69/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/2c3d68/00000000000000007735be69/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/2c3d68/00000000000000007735be69/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;
}

@font-face {
font-family:"chypre-normal";
src:url("https://use.typekit.net/af/69f4c9/00000000000000007735be6b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/69f4c9/00000000000000007735be6b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/69f4c9/00000000000000007735be6b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
font-family:"chypre-normal";
src:url("https://use.typekit.net/af/5913e4/00000000000000007735be6f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),url("https://use.typekit.net/af/5913e4/00000000000000007735be6f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),url("https://use.typekit.net/af/5913e4/00000000000000007735be6f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:500;
}

@font-face {
font-family:"chypre-normal";
src:url("https://use.typekit.net/af/99c2c8/00000000000000007735be78/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/99c2c8/00000000000000007735be78/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/99c2c8/00000000000000007735be78/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"chypre-normal";
src:url("https://use.typekit.net/af/cafe76/00000000000000007735be7b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/cafe76/00000000000000007735be7b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/cafe76/00000000000000007735be7b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;
}

.tk-chypre-condensed { font-family: "chypre-condensed",sans-serif; }
.tk-chypre-extended { font-family: "chypre-extended",sans-serif; }
.tk-chypre-normal { font-family: "chypre-normal",sans-serif; }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


html {
      overflow-x: hidden;
    overflow-y: scroll;
    max-width: 100%;
  font-family: chypre-normal,'Lato',sans-serif;
}

body {
  line-height: 1.666666;
  -webkit-font-smoothing: antialiased;
}

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

img {
    max-width: 100%;
    height: auto;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline:0;
      transition: color .3s;
    -webkit-transition: color .3s;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
      -webkit-font-smoothing: antialiased;
}

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

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
    list-style-position: inside;
}



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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  margin:0 0 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-style: solid;
  font-size: 12px;
      font-family: arial, helvetica, sans-serif;

  text-decoration: none;
      white-space: pre-wrap;
  outline:0;
}

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

  color: #fff;
  text-decoration: none;
}

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


.hs-form label {
      font-family: arial, helvetica, sans-serif;
    font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,
.widget-type-password_prompt input[type=password]{
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid;
  box-sizing: border-box;
  outline:0;
}

.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);
      box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 8px rgb(82 168 236 / 60%);
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
      box-shadow: 0 0 3px rgb(171 41 32 / 25%);
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
      box-shadow: 0 0 3px rgb(171 41 32 / 25%);
}

.actions {
  padding: 0;
}

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

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

.field, .hs-form-field, .hs-search-module input,
.widget-type-password_prompt input[type=password] {
  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: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.hs-menu-item.active a {
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.landing-page ul {padding-left:15px;}
.landing-page li {text-indent: -15px;}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


/* JAKE */

.blue {color:#182b54 !important;}
.cyan   {color:#0e80c2 !important;}
.teal  {color:#299ca8 !important;}
.orange {color:#d37628 !important;}
.purple  {color:#6e2b60 !important;}
.green  {color:#93a23a !important;}
.grey   {color:#504c49;  !important}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header-space {
      height: 84px;
}

.header-outer {
  width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    padding: 0;
    z-index: 9999;
    overflow: visible;
      -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
}

.header {
      position: relative;
    z-index: 9998;
    width: 100%;
}

.header__container {
      position: relative;
}

.header-row {
      position: relative;
      display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-logo {
      margin-right: 2%;
      position: relative;
      width: auto;
  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-logo a {
       font-family: 'Open Sans';
    font-weight: 600;
      width: auto;
    max-width: none;
    display: flex;
    line-height: 22px;
    font-size: 22px;
  position: relative;
  margin:12px 0;
  transition: margin .15s ease;
}

.sticky .header-logo a {
  margin:6.66666666667px 0;
}

.header-logo a img {
      max-width: 207px;
       transition: max-width .15s ease,opacity .2s ease;
}

.sticky .header-logo a img {
  max-width: 187px;
}

.custom-menu-primary {
      position: static;
      display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
      margin: 0 0 0 auto;
}

.custom-menu-primary nav {
      display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.custom-menu-primary ul {
        list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
  vertical-align: middle;
      display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.custom-menu-primary ul li {
       display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
      -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
      line-height: 0;
    font-size: 12px;
    position: relative;
}

.custom-menu-primary ul li a {
         position: relative;
    text-decoration: none;
      font-size: 18px;
    line-height: 18px;
    font-weight: 400;
      padding: 0 29px;
    display: block;
  -webkit-transition: color .1s ease;
    transition: color .1s linear;
}

.custom-menu-primary ul.level-1>li:nth-child(5)>a,
.custom-menu-primary ul.level-1>li:nth-child(6)>a {
      padding: 0 20px;
  margin:0 0 0 15px;
}

.custom-menu-primary ul.level-1>li:nth-child(5)>a::before,
.custom-menu-primary ul.level-1>li:nth-child(6)>a::before {
   content: ' ';
    z-index: -1;
      width: 100%;
      display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
      height: 40px;
      border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
}

.custom-menu-primary ul ul {
    opacity: 0;
  visibility: hidden;
      border-top: 1px solid #eee;
  display: block;
    padding: 20px 15px;
    border-radius: 3px;
    top: 100%;
    position: absolute;
    left: 10px;
    width: 200px;
    box-shadow: 0 0 10px 10px rgb(0 0 0 / 5%);
  z-index:-10;
}

.custom-menu-primary ul ul::before {
        width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -4px;
    left: 10px;
    content: " ";
}

.custom-menu-primary ul ul li {
        margin: 0 0 15px;
    padding: 0;
      position: relative;
      font-weight: 400;
  font-size: 12px;
    width: 100%;
  opacity: 0;
      -ms-transform: translateY(13px);
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
    -ms-transition: transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);
    transition: transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);
    -webkit-transition: transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);
}

.custom-menu-primary ul ul li:last-child {
      margin-bottom: 0px;
}

.custom-menu-primary ul li:first-child>ul li:nth-child(3) {
  padding-bottom: 12px;
      border-bottom: 1px solid #ccc;
}

.custom-menu-primary ul ul li a {
        display: block;
    position: relative;
    text-decoration: none;
  margin: 0;
  padding: 5px 6px;
      letter-spacing: 0;
  text-transform: none;
    font-size: 18px;
    line-height: 16px;
    font-weight: 400;
      transition: 1s linear color;
  border-radius: 3px;
}



@media (min-width:1000px) {
  
  .custom-menu-primary ul li:hover ul {
    opacity: 1;
  visibility: visible;
  z-index:10;
}

.custom-menu-primary ul li:hover ul li {
    opacity: 1;
  -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
  
  .sidebar-menu, .navbar-toggle {
    display: none;
  }
  
}

@media (max-width:1050px) and (min-width:1011px) {
  
  .custom-menu-primary ul li a {
    padding: 0 20px;
}
  
}

@media (max-width:1010px) and (min-width:1000px) {
  
  .custom-menu-primary ul li a {
    padding: 0 10px;
}
  
}

@media (max-width:999px) {
  
  .body-wrapper {
    transition: transform 0.5s;
    transform: translate(0, 0px);
    position:relative;
  }
  
  
  .header-back {
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: fixed;
    background-color: rgba(0,0,0,0);
    opacity:0;
    z-index:-1;
    transition: all 0.5s;
  }
  
  .open-sidebar .header-back {
    background-color: rgba(0,0,0,0.8);
    opacity:1;
    z-index:9998;
  }
  
  .open-sidebar .body-wrapper,
  .open-sidebar .header-outer {
    transform: translate(-300px, 0px);
  }
  
  .header-outer {
    padding: 12px 0;
    transition: transform 0.5s;
}
  
  
  
  .header-space {
    height: 64px;
}
  
  .custom-menu-primary nav {
    display: none;
  }
  
  .header-logo {
    margin-right: 0;
    width: 100%;
}
  
  .header-logo a {
        vertical-align: middle;
      margin: 0;
}
  
  .sticky .header-logo a {
      margin: 0;
}
  
  .header-logo a img {
      
    max-width:138px;
}
  
  .sticky .header-logo a img {
      
    max-width:138px;
}
  
  .navbar-toggle {
        display: inline-block;
        vertical-align: middle;
    line-height: 0;
    height: 100%;
        position: relative;
    width: auto;
    padding: 0 0 0 7px;
    top: auto;
    right: auto;
        z-index: 10000;
  }
  
  .navbar-toggle>div {
        position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }
  
  .navbar-toggle span {
     height: 20px;
        transform-origin: center;
    display: block;
        transition: -webkit-transform .33s 0s ease;
    transition: transform .33s 0s ease;
  }
  
  .navbar-toggle .lines-button {
     transition: .3s;
    cursor: pointer;
    top: 10px;
    position: relative;
    user-select: none;
    display: block;
        line-height: 0;
    font-size: 0;
    width: 22px;
    color: #808080;
  }
  
  .navbar-toggle .lines-button::after {
        background-color: gray;
    display: inline-block;
    width: 22px;
    height: 2px;
    transition: transform .45s ease,opacity .2s ease,background-color .2s linear;
    -webkit-transition: -webkit-transform .45s ease,opacity .2s ease,background-color .2s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
  }
  
  .navbar-toggle .lines-button .lines {
    display: block;
    position: relative;
        height: 2px;
    width: 22px;
        color: #808080;
    background-color: transparent;
    transition: background .2s ease,opacity .2s ease;
  }
  
  .navbar-toggle .lines-button .lines::before,
  .navbar-toggle .lines-button .lines::after {
        position: absolute;
    left: 0;
    content: '';
        background-color: gray;
    display: block;
    height: 2px;
    width: 22px;
        -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
        transition: -webkit-transform .45s ease,background-color .2s ease,opacity .2s ease;
    transition: transform .45s ease,background-color .2s ease,opacity .2s ease;
  }
  
  .navbar-toggle .lines-button .lines::after {
    top: -6px;
  }
  
  .navbar-toggle .lines-button .lines::before {
    top: 6px;
  }
  
  .sidebar-menu {
        position: fixed;
    transform: translate(301px,0px);
    -webkit-transform: translate(301px,0px);
    -ms-transform: translate(301px,0px);
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 10000;
    padding: 33px;
    overflow: hidden;
    background-color: #3452ff;
        color: #eefbfa;
    transition: all 0.5s;
  }
  
  .open-sidebar .sidebar-menu {
        transform: translate(0px, 0px);
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
  }
  
  .sidebar-inner {
        height: auto;
    min-height: 534px;
    width: 100%;
  }
  
  .sidebar-close {
    text-decoration: none;
        position: absolute;
    right: 19px;
    top: 21px;
        font-family: 'Open Sans';
    font-weight: 400;
        color: #ddd;
    font-size: 18px;
    max-width: none;
    line-height: 32px;
        backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 34px;
    height: 34px;
    transition: all .47s cubic-bezier(.3,1,.3,.95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3,1,.3,.95) 0s;
        display: block;
        z-index: 100;
  }
  
  .sidebar-close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
        right: 25.5px;
    top: 24px;
  }
  
  .sidebar-close span {
        -webkit-backface-visibility: hidden;
    color: #eefbfa;
    font-size: 24px;
    height: 34px;
    left: -2px;
    line-height: 32px;
    max-width: none;
    transition: all .47s;
    -webkit-transition: all .47s;
    width: 34px;
  }
  
  
  
  .sidebar-close span::before {
        content: "\e117";
  }
  
  .mobile-menu {
    display: block;
    margin: -7px 0 25px;
  }
  
  .mobile-menu-wrap {
        position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    margin-right: 0;
    display: block;
  }
  
  .mobile-menu ul {
        padding: 0;
    list-style: none;
        margin: 0;
    position: relative;
    width: 100%;
    height:80vh;
  }
  
  .mobile-menu ul li {
        position: relative;
  }
  
  .mobile-menu ul li a {
        color: #eefbfa;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
        opacity: .7;
    transition: opacity .2s ease,color .2s ease;
    -webkit-transition: opacity .2s ease,color .2s ease;
  }
  
  .mobile-menu ul li a:hover {
        color: #fff;
    opacity: 1;
  }
  
  .mobile-menu ul li {
    position: static !important;
}
  
  
  

.mobile-menu ul li.has-submenu ul.submenu {
    position: absolute !important;
    padding: 0;
    top: 0;
    box-shadow: none;
    transition: .5s all !important;
    height: 100%;
    left: 100% !important;
    width: 100%;
    z-index: 999;
  background-color: #3452ff;
  opacity:0;
}
.mobile-menu ul li.has-submenu.active-menu > ul.submenu {
    left: 0 !important;
  opacity:1;
}
  
  .mobile-menu ul li:first-child.has-submenu.active-menu > ul.submenu li:nth-child(3) {
    padding-bottom:12px;
    border-bottom: 1px solid #ccc;
}
.dl-back {
    display: inline-block !important;
    margin-bottom: 20px !important;
    cursor: pointer;
}
  
  .dl-back>a {
        padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: -10px !important;
        font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
        background-color: rgba(0,0,0,.13) !important;
    text-decoration: none;
}
  
  
  
  
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  
}

.footer-row {
      padding: 55px 0;
      position: relative;
}

.footer-row::after {
    content: " ";
    display: table;
      clear: both;
}

.footer-column {
  display: block;
  margin-right: 2%;
  width: 23.5%;
      position: relative;
    float: left;
  z-index: 10;
    min-height: 1px;
}

.footer-column:last-child {
  margin-right: 0;
}

.footer h4 {
  margin-bottom: 12px;
  font-family: Lato;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 700;
      line-height: 32px;
}

.footer-logo {
      margin-bottom: 10px;
}

.footer-logo a img {
   max-width: 70%;
}

.footer-address {
      font-size: 18px;
    line-height: 30px;
}

.footer-address p {
  margin: 0;
}

.footer-address p:nth-child(2) {
      margin: 15px 0 0;
      padding-bottom: 20px;
}

.menu-wrap {
      margin-bottom: 30px;
}

.footer-menu ul {
      list-style: none;
      margin: 0;
  padding:0;
  display: block;
}

.footer-menu ul li {
   padding: 1px 0;
}

.footer-menu ul li a {
      display: block;
      padding: 0;
            text-decoration: none;
   line-height: 30px;
}

.footer-btn a {
  display: inline-block;
  line-height: 20px;
      position: relative;
      font-family: Lato;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
      padding: 12px 20px;
    font-size: 17px;
  margin: 25px 0 10px;
  border-radius: 4px;
  text-decoration: none;
}

.footer-column.col3 .menu-wrap:last-child {
    margin-bottom: 0;
}

.copyright {
      border-top: 1px solid #e8e4df;
      padding: 45px 0;
}

.copyright-col {
      max-width: 70%;
    margin: 0 auto;
  text-align: center;
}

.copyright p {
   line-height: 22px;
    margin: 3px 0 0;
      font-size: 12px;
}

.footer-column.col4 .textwidget {
    margin-bottom: 30px;
}

.footer-form {
      padding: 20px;
  box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 8%);
  background-color: #fff;
  border-radius: 15px;
}

.footer-form h3 {
       font-family: chypre-normal;
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
      color: #504c49 !important;
      margin-bottom: 15px;
}

.footer-form form {
      margin: 0px;
}

.footer-form form .hs-input {
   max-width: 170px;
  background-color: rgb(241, 241, 241);
  transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);
      border: 1px solid #ccc !important;
}

.footer-form form .hs-input:focus {
  background-color: #fff;
  transition: border .2s linear,box-shadow .2s linear;
      box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 8px rgb(82 168 236 / 60%);
      border-color: rgba(82,168,236,0.8) !important;
}

.footer-form form label {
  font-weight: 700;
}

.footer-form form label.hs-error-msg,
.footer-form form label.hs-main-font-element {
      margin: 0 0 0 5px;
    font-weight: 400;
    font-family: helvetica;
    font-size: 13px;
    line-height: 20px;
    color: #414141;
}

.footer-form form .hs_submit .actions {
   margin-top: 19px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0;
}

.footer-form form .hs-button {
      width: auto;
  margin: 0;
    outline: 0;
      border: none;
      border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
      line-height: 12px;
    padding: 7px 18px;
    position: relative;
    text-align: center;
      text-decoration: none;
    cursor: pointer;
    display: inline-block;
      text-shadow: 0 -1px 0 #3574e3;
  color: #ffffff !important;
      background-color: #002756 !important;
  white-space: pre-wrap;
  font-family: Lato;
    text-transform: uppercase;
  border-radius: 4px;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 700;
      opacity: .9;
    transition: opacity .2s linear 0s;
    -webkit-transition: opacity .2s linear 0s;
}

.footer-form form .hs-button:hover {
      box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 50%), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;
  font-family: helvetica;
}

.footer-column.col4 .textwidget:last-child {
    text-align:center;
  margin-bottom: 0px;
}

.social-icons a img {
      max-width: 50%;
      margin: 0 -2px;
}

a.to-top {
  text-decoration: none;
      background-repeat: no-repeat;
    background-position: center;
      z-index: 9994;
    height: 29px;
    width: 29px;
      color: #fff;
    cursor: pointer;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 17px;
  border-radius: 200px;
  transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear, transform 0.3s linear;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear, transform 0.3s linear;
    background-color: rgba(0,0,0,0.25);
      overflow: hidden;
      bottom: 17px;
  transform: translateY(60px);
}

a.to-top.in {
  transform: translateY(0px);
}

a.to-top:hover {
      transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 16%);
    background-color: transparent!important;
}

a.to-top::before {
  display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
      background-color: rgba(255,255,255,0.25);
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    opacity: 0;
    z-index: 2;
      border-radius: 100px;
    -webkit-border-radius: 100px;
}



a.to-top::after {
      display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
    -webkit-border-radius: 100px;
      background-color: #272262!important;
}

a.to-top:hover::after {
        transform: scale(1);
    -webkit-transform: scale(1);
}

a.to-top i {
      line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: transparent;
      -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
      color: #fff;
      display: block;
}

a.to-top:hover i {
       -webkit-transform: translate(0,-29px);
    transform: translate(0,-29px);
}

@media (max-width:999px) {
  
  a.to-top {
    display: none;
  }
  
  .footer-column {
        width: 48%;
        margin-right: 15px;
        padding: 15px;
  }
  
  .footer-column.col2,
  .footer-column.col4 {
        margin-right: 0;
  }
  
  .footer-column.col2,
  .footer-column.col1 {
        margin-bottom: 40px;
  }
  
  .copyright-col {
    max-width: 100%;
}
  
}

@media (max-width:689px) {
  
  .footer-column.col4, .footer-column.col3,
  .footer-column.col2, .footer-column.col1 {
        display: block;
    width: 100%;
    margin:0;
    padding:0;
  }
  
  .footer-column.col3,
  .footer-column.col2,
  .footer-column.col1 {
    margin:0 0 40px;
  }
  
  .footer h4 {
    line-height: 28.8px;
    font-size: 17px;
  }
  
}
/* ******************************************************************************
*********************************************************************************
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: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

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








/*             Blog Listing Layout          */


.first-post {
      background-color: #f7f6f4;
      position: relative;
}

.first-row {
      display: block;
      width: 100%;
      position: relative;
  margin-bottom: 40px;
  padding-top: 75px;
      z-index: 4;
}

.first-row::after {
   content:'';
  clear: both;
  display: table;
}



.first-post-image {
      max-width: 50%;
    margin-right: 5%;
    float: left;
    display: inline-block;
}

.first-post-image img {
      margin-bottom: 25px;
      display: block;
    max-width: none;
    width: 100%;
      overflow: hidden;
    box-shadow: rgb(24 43 84) -25px -25px 0px;
    border-radius: 25px;
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1) 0s, box-shadow 0.7s cubic-bezier(0.2, 1, 0.22, 1) 0s, opacity 0.55s ease 0.25s;
}

.first-post:hover .first-post-image img {
    box-shadow: rgb(24 43 84) 25px 25px 0px;
  transform: translateY(-5px);
}

.first-post .post-header {
      margin-bottom: 12px;
    color: rgb(136, 136, 136);
  display: inline-block;
      max-width: 50%;
      width: 44%;
    float: right;
  padding-top: 30px;
}

.legal-spend-management {
      margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    position: relative;
  color: rgb(136, 136, 136);
}

.legal-spend-management:last-child {
      margin-right: 10px;
}

.legal-spend-management:hover {
   color: rgb(0, 39, 86);
}

.legal-spend-management::before {
    background-color: rgb(0, 39, 86);
  height: 2px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0px;
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1) 0s;
}

.legal-spend-management:hover::before {
    transform: scaleX(1);
}

.first-post .post-header h3 {
      margin-bottom: 8px;
}

.first-post .post-header h3 a {
  color: #182b54;
    font-size: 44px;
    line-height: 1.2;
}

.first-post .post-header h3 a:hover {
  color: #182b54;
}

.first-post .excerpt {
      width: 44%;
    float: right;
  color: #504c49;
}

.nectar-shape-divider-wrap {
      position: absolute;
    top: auto;
    bottom: 0;
  z-index: 3;
  width: 100vw;
}

.nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 100%;
    position: absolute;
}

.content-listing {
  padding: 2% 0;
}

.blog-index {
  position: relative;
  display: flex;
  justify-content: space-between;
      flex-wrap: wrap;
}

.blog-index__post--small {
      padding: 10px;
      width: 31.1%;
      display: inline-block;
  margin:0 0 25px;
}

.blog-index__post-inner-card {
      position: relative;
}

.blog-index__post-image span {
      display: inline-block;
    padding: 16px;
}

.blog-index__post-image img {
        display: block;
      width: 100%;
}

.blog-index__post--small:nth-child(2n+1) .blog-index__post-image img {
    box-shadow: rgb(14, 128, 194) -15px -15px 0px;
    border-radius: 15px;
    overflow: hidden;
}

.blog-index__post--small:nth-child(2n) .blog-index__post-image img {
    box-shadow: rgb(41, 156, 168) 15px -15px 0px;
    border-radius: 15px;
    overflow: hidden;
}

.blog-index__post--small:nth-child(3n) .blog-index__post-image img {
    box-shadow: rgb(211, 118, 40) -15px 15px 0px;
    border-radius: 15px;
    overflow: hidden;
}

.blog-index__post--small:nth-child(4n) .blog-index__post-image img {
    box-shadow: rgb(147, 162, 58) 15px -15px 0px;
    border-radius: 15px;
    overflow: hidden;
}

.blog-index__post--small:nth-child(5n) .blog-index__post-image img {
    box-shadow: rgb(110, 43, 96) 15px 15px 0px;
    border-radius: 15px;
    overflow: hidden;
}

.blog-index__post--small:nth-child(6n) .blog-index__post-image img {
    box-shadow: rgb(24, 43, 84) -15px 15px 0px;
    border-radius: 15px;
    overflow: hidden;
}

.blog-index__post-content {
      padding: 0 18px 18px;
}

.blog-index__post-heading {
  font-size: 12px;
      margin-bottom: 12px;
    color: rgb(136, 136, 136);
}

.blog-index__post-heading h3 {
  font-size: 24px;
      line-height: 30px;
      margin-bottom: 4px;
}

.blog-index__post--small:nth-child(2n+1) .blog-index__post-heading h3 a {
    color: rgb(14, 128, 194);
}

.blog-index__post--small:nth-child(2n) .blog-index__post-heading h3 a {
    color: rgb(41, 156, 168);
}

.blog-index__post--small:nth-child(3n) .blog-index__post-heading h3 a {
    color: rgb(211, 118, 40);
    border-radius: 15px;
    overflow: hidden;
}

.blog-index__post--small:nth-child(4n) .blog-index__post-heading h3 a {
    color: rgb(147, 162, 58);
    border-radius: 15px;
    overflow: hidden;
}

.blog-index__post--small:nth-child(5n) .blog-index__post-heading h3 a {
    color: rgb(110, 43, 96);
    border-radius: 15px;
    overflow: hidden;
}

.blog-index__post--small:nth-child(6n) .blog-index__post-heading h3 a {
    color: rgb(24, 43, 84);
}

.blog-index__post-heading .blog-post__tags a {
  font-size: 12px;
    color: rgb(136, 136, 136);
}

.blog-index__post-heading .blog-post__tags a:hover {
    color: #002756;
}


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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-index__tag-header {
  width:100%;
      padding: 0 0 36px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.blog-index__tag-subtitle {
  font-size: 20px;
    line-height: 20px;
    color: rgba(0,0,0,.45);
      font-family: chypre-normal;
    font-weight: 400;
}

.blog-index__tag-heading {
      font-size: 46px;
    line-height: 48px;
      font-family: chypre-normal;
    font-weight: 400;
      top: 3px;
  letter-spacing: -1px;
    position: relative;
      color: #504c49;
  margin:0;
}



/*             Blog Post Layout          */

.content-post {
  position: relative;
  
}

.postbkg {
      position: absolute;
    top: 0;
    width: 100vw;
        z-index: -1;
}

.postbkg .cls-1 {
    fill: #ab9d8b;
    opacity: .1;
}

.past-header {
      padding-top: 36px;
      position: relative;
      margin-bottom: 14px;
  text-align:center;
}

.post-category {
  font-size: 20px;
    line-height: 20px;
    color: rgba(0,0,0,.45);
    top: 0;
    position: relative;
    text-transform: none;
    font-family: chypre-normal;
    font-weight: 400;
    padding-left: 10px;
}

.post-category a,
.post-category a:hover {
      line-height: 18px;
  margin: 5px 6px 0 5px;
    display: inline-block;
      font-size: 17px;
  border-radius: 4px;
  border: 0;
    background: #e0dbd5;
    padding: 8px 15px;
    color: #504c49;
    text-transform: none;
    font-weight: 400;
    font-family: chypre-normal;
    letter-spacing: 0px;
      -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
}

.blog-post__title {
        max-width: 1000px;
    margin: 0 auto;
      font-family: chypre-normal;
    font-weight: 400;
      font-size: 46px !important;
    line-height: 48px;
      padding: 10px 0;
  letter-spacing: -1px;
      position: relative;
      top: 3px;
      color: #182b54 !important;
}

.blog-post__date {
      color: rgba(0,0,0,.45);
      line-height: 14px;
      font-family: chypre-normal;
    font-size: 18px;
    font-weight: 400;
}

.blog-post {
      max-width: 1000px;
    margin: 0 auto;
}

.post-featured-image {
  display: inline-block;
    padding: 16px;
  width:100%;
  text-align:center;
}

.post-featured-image img {
  box-shadow: 20px 20px 0px #182b54;
    border-radius: 20px;
    overflow: hidden;
    max-height: 540px;
    object-fit: cover;
      margin-bottom: 50px;
  max-width: 100%;
}

.blog-post__body {
  padding-bottom: 80px;
      position: relative;
}

.post-pagination {
        text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #333;
}

.pagination-img {
      width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    height: 100%;
    -ms-transition: transform .4s cubic-bezier(.05,.2,.1,1) 0s;
    -webkit-transition: transform .4s cubic-bezier(.05,.2,.1,1) 0s;
    transition: transform .4s cubic-bezier(.05,.2,.1,1) 0s;
}

.post-pagination:hover .pagination-img {
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post-pagination .post-column {
    height: 350px;
      display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      position: relative;
  z-index: 5;
}

.post-pagination .post-inner {
        position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.post-pagination span {
        display: block;
    color: #fff;
    margin-bottom: 5px;
  font-style: italic;
}

.post-pagination h3 {
        color: #fff;
      font-size: 51px;
    line-height: 59px;
      -webkit-transition: opacity .2s linear;
    padding: 0 15%;
      margin: 0;
}

.post-pagination .bg-overlay {
        display: block;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background-color: #282b30;
    z-index: 2;
    opacity: .3;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.post-pagination:hover .bg-overlay {
         opacity: 0;
}

.nectar-social {
      position: fixed;
    right: 34px;
    bottom: 34px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1000;
}

.nectar-social:hover {
        height: 340px;
}

.nectar-social>a {
    height: 50px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  text-decoration: none;
}

.nectar-social>a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
    height: 100%;
    transform: translateZ(0);
    backface-visibility: hidden;
    border-radius: 50%;
  background-color: #002756;
}

.nectar-social:hover>a:before {
       -webkit-transform: scale(1.23) translateZ(0);
    transform: scale(1.23) translateZ(0);
  box-shadow: 0 7px 15px rgb(0 0 0 / 20%);
}

.nectar-social>a>[class^=icon-].icon-default-style {
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #fff;
    left: -1px;
    top: 0;
    z-index: 10;
    position: relative;
}

.nectar-social>a i {
        color: #fff;
    font-size: 14px;
    top: 0;
    padding-right: 0;
    display: block;
}

.nectar-social-inner {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

.nectar-social-inner a {
        display: block;
    line-height: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    width: 36px;
    left: 7px;
    position: absolute;
    opacity: 0;
    border: none;
    top: 0;
    box-shadow: 0 7px 15px rgb(0 0 0 / 20%);
    border-radius: 50%;
    -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
    transition: all .45s cubic-bezier(.15,.2,.1,1);
  background-color: #002756;
}

.nectar-social-inner a:hover {
      background-color: rgba(0,39,86,.75);
}

.nectar-social-inner a i {
        color: #fff;
    font-size: 14px;
    top: 0;
    padding-right: 0;
    display: block;
  height: 36px;
    line-height: 36px;
    width: 36px;
}

.nectar-social-inner a:nth-child(1) {
    transform: translateY(0px) scale(0);
    -webkit-transform: translateY(0px) scale(0);
}

.nectar-social-inner a:nth-child(2) {
       -webkit-transform: translateY(-36px) scale(0);
    transform: translateY(-36px) scale(0);
}

.nectar-social-inner a:nth-child(3) {
        -webkit-transform: translateY(-86px) scale(0);
    transform: translateY(-86px) scale(0);
}

.nectar-social-inner a:nth-child(4) {
        -webkit-transform: translateY(-136px) scale(0);
    transform: translateY(-136px) scale(0);
}

.nectar-social:hover .nectar-social-inner a:nth-child(1) {
    -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: translateY(-56px) scale(1);
    transition: all .45s cubic-bezier(.15,.2,.1,1);
    transform: translateY(-56px) scale(1);
    opacity: 1;
}

.nectar-social:hover .nectar-social-inner a:nth-child(2) {
        -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: translateY(-106px) scale(1);
    transition: all .45s cubic-bezier(.15,.2,.1,1);
    transform: translateY(-106px) scale(1);
    opacity: 1;
}

.nectar-social:hover .nectar-social-inner a:nth-child(3) {
        -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: translateY(-156px) scale(1);
    transition: all .45s cubic-bezier(.15,.2,.1,1);
    transform: translateY(-156px) scale(1);
    opacity: 1;
}

.nectar-social:hover .nectar-social-inner a:nth-child(4) {
    -webkit-transition: all .45s cubic-bezier(.15,.2,.1,1);
    -webkit-transform: translateY(-206px) scale(1);
    transition: all .45s cubic-bezier(.15,.2,.1,1);
    transform: translateY(-206px) scale(1);
    opacity: 1;
}





/* Blog Comments */

.post-form {
  max-width:1000px;
  margin:0 auto;
  padding:0 0 80px
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

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

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

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

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

@media (max-width:1300px) {
  
  .blog-post__title,
  .blog-index__tag-heading {
      font-size: 34.5px !important;
    line-height: 36px;
}
  

  
}


@media (max-width:1169px) {
  
  .first-post-image {
    max-width: 100%;
    margin-right: 0%;
    float: none;
    display: inline-block;
        width: 100%;
}
  
  .first-post .post-header,
  .first-post .excerpt {
    max-width: 100%;
    width: 100%;
    float: none;
}
  
  
  
  
}


@media (max-width:999px) {
  
  .blog-index__post--small {
    width:47.7%;
  }
  
  .blog-post__title,
  .blog-index__tag-heading {
      font-size: 32.2px !important;
    line-height: 33.6px;
}
  
  .post-pagination .post-column {
    height: 200px;
}
  
  .post-pagination h3 {
        font-size: 24px;
    line-height: 28.8px;
}
  
}

@media (max-width:690px) {
  
  .blog-index__post--small {
    width:100%;
  }
  
  .blog-index__tag-heading {
    font-size: 29.9px !important;
    line-height: 31.2px;
}
  
}

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

p.header {
  background: transparent !important;
  position: static !important;
}
.systems-page label, .systems-page .hs-form-field a{
  display:inline-block;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.backup-emal .page-header h1:after{
  display:none;
}

.systems-page {
  padding: 30px 0px;
}
.custom-email p.header {
  padding: 20px 10px;
  margin: 20px 0;
}
.custom-email .subscribe-options {
  margin-bottom: 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 100%;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  padding: 12px 10px;
}

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

.systems-page .widget-type-email_simple_subscription form,
.hs_cos_wrapper_type_member_login form,
.hs_cos_wrapper_type_member_register form,
.hs_cos_wrapper_type_password_reset_request form,
.hs_cos_wrapper_type_password_reset form,
.widget-type-password_prompt form{
  max-width:550px;
  width:100%;
}

.systems-page .widget-type-email_simple_subscription form .email-edit,
.widget-type-password_prompt input[type="password"]{
  width: 100% !important;
  padding: 12px 10px !important;
  font-size:14px !important;
  height:auto !Important;
}

form ul.hs-error-msgs{
  padding:0;
  margin:0;
}

@media (max-width: 767px){

  .systems-page .hs-button {
    float: none;
  }
  .systems-page .success, .systems-page .email-edit {
    width: 100% !important;
  }
}
@media (max-width: 480px){

  .systems-page h2 {
    font-size: 1.8em;
  }
  .systems-page .hs-button {
    padding: 15px 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the custom Quovant CSS for the website
*********************************************************************************
****************************************************************************** */

h1,h2,h3,h4,h5,h6 {margin-bottom:15px;}
h1,h2,h3,h4,h5,h6,p,body,html,li,blockquote {
font-family: chypre-normal, 'Lato', sans-serif;
}

.text-blue, .text-blue :not(p), .text-blue :not(li)  {color:#182b54 !important;}
.text-cyan, .text-cyan :not(p), .text-cyan :not(li)    {color:#0e80c2 !important;}
.text-teal, .text-teal :not(p), .text-teal :not(li)   {color:#299ca8 !important;}
.text-orange, .text-orange :not(p), .text-orange :not(li)   {color:#d37628 !important;}
.text-purple, .text-purple :not(p), .text-purple :not(li)   {color:#6e2b60 !important;}
.text-green, .text-green :not(p), .text-green :not(li)   {color:#93a23a !important;}
.text-grey, .text-grey :not(p), .text-grey :not(li)    {color:#504c49;  !important}
.text-white, .text-white :not(p), .text-white :not(li)   {color:#ffffff;  !important}

.bkg-blue {background-color:#182b54;}
.bkg-cyan, .cn-button.wp-default {background-color:#0e80c2 !important;}
.bkg-teal {background-color:#299ca8;}
.bkg-orange {background-color:#d37628;}
.bkg-purple {background-color:#6e2b60;}
.bkg-green {background-color:#93a23a;}
.bkg-grey {background-color:#504c49; opacity:0.17;}
.bkg-white {background-color:#ffffff;}


.center {text-align:center !important;}



.w-25 {width:25%;}
.w-33 {width:33%;}
.w-40 {width:40%;}
.w-50 {width:50%;}
.w-60 {width:60%;}
.w-75 {width:75%;}
.w-90 {width:90%;}
.w-100 {width:100%;}

.h-25 {height:25%;}
.h-33 {height:33%;}
.h-40 {height:40%;}
.h-50 {height:50%;}
.h-60 {height:60%;}
.h-75 {height:75%;}
.h-90 {height:90%;}
.h-100 {height:100%;}

.tl {position:absolute; top:0; left:0; z-index:0; transition: all 1.5s ease-in-out 0s; margin-bottom:0px !important;}
.bl {position:absolute; bottom:0; left:0; z-index:0; transition: all 1.5s ease-in-out 0s; margin-bottom:0px !important;}
.tr {position:absolute; top:0; right:0; z-index:0; transition: all 1.5s ease-in-out 0s; margin-bottom:0px !important;}
.br {position:absolute; bottom:0; right:0; z-index:0; transition: all 1.5s ease-in-out 0s; margin-bottom:0px !important;}

.bkg-grey {transition: all 1.9s ease-in-out 0.1s !important;}

.mb-0 {margin-bottom:0px !important;}

.boxes:hover .br.w-90 {right:10%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .br.w-33 {right:67%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .br.w-40 {right:60%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .br.w-60 {right:40%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .br.w-50 {right:50%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .br.w-25 {right:75%; transition: all 1.75s ease-in-out 0s;}
.boxes:hover .br.w-75 {right:25%; transition: all .75s ease-in-out 0s;}

.boxes:hover .bl.w-40 {left:60%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .bl.w-33 {left:67%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .bl.w-60 {left:40%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .bl.w-90 {left:10%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .bl.w-50 {left:50%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .bl.w-25 {left:75%; transition: all 1.75s ease-in-out 0s;}
.boxes:hover .bl.w-75 {left:25%; transition: all .75s ease-in-out 0s;}

.boxes:hover .tr.w-40 {right:60%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .tr.w-33 {right:67%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .tr.w-60 {right:40%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .tr.w-90 {right:10%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .tr.w-50 {right:50%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .tr.w-25 {right:75%; transition: all 1.75s ease-in-out 0s;}
.boxes:hover .tr.w-75 {right:25%; transition: all .75s ease-in-out 0s;}

.boxes:hover .tl.w-40 {left:60%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .tl.w-33 {left:67%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .tl.w-60 {left:40%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .tl.w-90 {left:10%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .tl.w-50 {left:50%; transition: all 1.25s ease-in-out 0s;}
.boxes:hover .tl.w-25 {left:75%; transition: all 1.75s ease-in-out 0s;}
.boxes:hover .tl.w-75 {left:25%; transition: all .75s ease-in-out 0s;}

.boxes img {padding:18px; border-radius:33px; margin-bottom:-10px !important; position:relative; z-index:2;}
.boxes img.aligncenter {padding:18px; border-radius:33px; margin:0px 0px -25px 0 !important;}

.rounded {border-radius:15px;}
.relative {position:relative;}

body {background-color:#ffffff !important;}