@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Regular-Web.eot");
  src: url("../fonts/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular-Web.woff") format("woff"), url("../fonts/Graphik-Regular-Web.ttf") format("truetype"), url("../fonts/Graphik-Regular-Web.svg#Graphik-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Semibold-Web.eot");
  src: url("../fonts/Graphik-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Bold-Web.eot");
  src: url("../fonts/Graphik-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Bold-Web.woff") format("woff"), url("../fonts/Graphik-Bold-Web.ttf") format("truetype"), url("../fonts/Graphik-Bold-Web.svg#Graphik-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Medium-Web.eot");
  src: url("../fonts/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Extralight-Web.eot");
  src: url("../fonts/Graphik-Extralight-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Extralight-Web.woff2") format("woff2"), url("../fonts/Graphik-Extralight-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Graphik Web';
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: 'Graphik Web';
  font-weight: 600;
}

a {
  text-decoration: none;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .block-archive__filter .site__container:before, .support__cats:before, .support__wrapper:before,
.clearfix:after,
.block-archive__filter .site__container:after,
.support__cats:after,
.support__wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}


.clearfix:after,
.block-archive__filter .site__container:after,
.support__cats:after,
.support__wrapper:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body .elementor .button-red .elementor-button {
  background: none;
  color: #E96647;
  border-bottom: 2px solid #E96647;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

body .elementor .button-red.button-underline--red .elementor-button {
  border-bottom-color: #E96647;
}

body .elementor .button-red.button-underline--orange .elementor-button {
  border-bottom-color: #EF7E3C;
}

body .elementor .button-red.button-underline--green .elementor-button {
  border-bottom-color: #82C077;
}

body .elementor .button-red.button-underline--aqua .elementor-button {
  border-bottom-color: #1AB7D1;
}

body .elementor .button-red.button-underline--blue .elementor-button {
  border-bottom-color: #4190C4;
}

body .elementor .button-red.button-underline--black .elementor-button {
  border-bottom-color: #000000;
}

body .elementor .button-red.button-underline--white .elementor-button {
  border-bottom-color: #FFFFFF;
}

.text--16-red p {
  color: #E96647;
  font-size: 16px;
  font-family: "Graphik Web";
  font-weight: 500;
}

.text--21-red p {
  color: #E96647;
  font-size: 21px;
  font-family: "Graphik Web";
  font-weight: 500;
}

body .elementor .button-orange .elementor-button {
  background: none;
  color: #EF7E3C;
  border-bottom: 2px solid #EF7E3C;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

body .elementor .button-orange.button-underline--red .elementor-button {
  border-bottom-color: #E96647;
}

body .elementor .button-orange.button-underline--orange .elementor-button {
  border-bottom-color: #EF7E3C;
}

body .elementor .button-orange.button-underline--green .elementor-button {
  border-bottom-color: #82C077;
}

body .elementor .button-orange.button-underline--aqua .elementor-button {
  border-bottom-color: #1AB7D1;
}

body .elementor .button-orange.button-underline--blue .elementor-button {
  border-bottom-color: #4190C4;
}

body .elementor .button-orange.button-underline--black .elementor-button {
  border-bottom-color: #000000;
}

body .elementor .button-orange.button-underline--white .elementor-button {
  border-bottom-color: #FFFFFF;
}

.text--16-orange p {
  color: #EF7E3C;
  font-size: 16px;
  font-family: "Graphik Web";
  font-weight: 500;
}

.text--21-orange p {
  color: #EF7E3C;
  font-size: 21px;
  font-family: "Graphik Web";
  font-weight: 500;
}

body .elementor .button-green .elementor-button {
  background: none;
  color: #82C077;
  border-bottom: 2px solid #82C077;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

body .elementor .button-green.button-underline--red .elementor-button {
  border-bottom-color: #E96647;
}

body .elementor .button-green.button-underline--orange .elementor-button {
  border-bottom-color: #EF7E3C;
}

body .elementor .button-green.button-underline--green .elementor-button {
  border-bottom-color: #82C077;
}

body .elementor .button-green.button-underline--aqua .elementor-button {
  border-bottom-color: #1AB7D1;
}

body .elementor .button-green.button-underline--blue .elementor-button {
  border-bottom-color: #4190C4;
}

body .elementor .button-green.button-underline--black .elementor-button {
  border-bottom-color: #000000;
}

body .elementor .button-green.button-underline--white .elementor-button {
  border-bottom-color: #FFFFFF;
}

.text--16-green p {
  color: #82C077;
  font-size: 16px;
  font-family: "Graphik Web";
  font-weight: 500;
}

.text--21-green p {
  color: #82C077;
  font-size: 21px;
  font-family: "Graphik Web";
  font-weight: 500;
}

body .elementor .button-aqua .elementor-button {
  background: none;
  color: #1AB7D1;
  border-bottom: 2px solid #1AB7D1;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

body .elementor .button-aqua.button-underline--red .elementor-button {
  border-bottom-color: #E96647;
}

body .elementor .button-aqua.button-underline--orange .elementor-button {
  border-bottom-color: #EF7E3C;
}

body .elementor .button-aqua.button-underline--green .elementor-button {
  border-bottom-color: #82C077;
}

body .elementor .button-aqua.button-underline--aqua .elementor-button {
  border-bottom-color: #1AB7D1;
}

body .elementor .button-aqua.button-underline--blue .elementor-button {
  border-bottom-color: #4190C4;
}

body .elementor .button-aqua.button-underline--black .elementor-button {
  border-bottom-color: #000000;
}

body .elementor .button-aqua.button-underline--white .elementor-button {
  border-bottom-color: #FFFFFF;
}

.text--16-aqua p {
  color: #1AB7D1;
  font-size: 16px;
  font-family: "Graphik Web";
  font-weight: 500;
}

.text--21-aqua p {
  color: #1AB7D1;
  font-size: 21px;
  font-family: "Graphik Web";
  font-weight: 500;
}

body .elementor .button-blue .elementor-button {
  background: none;
  color: #4190C4;
  border-bottom: 2px solid #4190C4;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

body .elementor .button-blue.button-underline--red .elementor-button {
  border-bottom-color: #E96647;
}

body .elementor .button-blue.button-underline--orange .elementor-button {
  border-bottom-color: #EF7E3C;
}

body .elementor .button-blue.button-underline--green .elementor-button {
  border-bottom-color: #82C077;
}

body .elementor .button-blue.button-underline--aqua .elementor-button {
  border-bottom-color: #1AB7D1;
}

body .elementor .button-blue.button-underline--blue .elementor-button {
  border-bottom-color: #4190C4;
}

body .elementor .button-blue.button-underline--black .elementor-button {
  border-bottom-color: #000000;
}

body .elementor .button-blue.button-underline--white .elementor-button {
  border-bottom-color: #FFFFFF;
}

.text--16-blue p {
  color: #4190C4;
  font-size: 16px;
  font-family: "Graphik Web";
  font-weight: 500;
}

.text--21-blue p {
  color: #4190C4;
  font-size: 21px;
  font-family: "Graphik Web";
  font-weight: 500;
}

body .elementor .button-black .elementor-button {
  background: none;
  color: #000000;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

body .elementor .button-black.button-underline--red .elementor-button {
  border-bottom-color: #E96647;
}

body .elementor .button-black.button-underline--orange .elementor-button {
  border-bottom-color: #EF7E3C;
}

body .elementor .button-black.button-underline--green .elementor-button {
  border-bottom-color: #82C077;
}

body .elementor .button-black.button-underline--aqua .elementor-button {
  border-bottom-color: #1AB7D1;
}

body .elementor .button-black.button-underline--blue .elementor-button {
  border-bottom-color: #4190C4;
}

body .elementor .button-black.button-underline--black .elementor-button {
  border-bottom-color: #000000;
}

body .elementor .button-black.button-underline--white .elementor-button {
  border-bottom-color: #FFFFFF;
}

.text--16-black p {
  color: #000000;
  font-size: 16px;
  font-family: "Graphik Web";
  font-weight: 500;
}

.text--21-black p {
  color: #000000;
  font-size: 21px;
  font-family: "Graphik Web";
  font-weight: 500;
}

body .elementor .button-white .elementor-button {
  background: none;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

body .elementor .button-white.button-underline--red .elementor-button {
  border-bottom-color: #E96647;
}

body .elementor .button-white.button-underline--orange .elementor-button {
  border-bottom-color: #EF7E3C;
}

body .elementor .button-white.button-underline--green .elementor-button {
  border-bottom-color: #82C077;
}

body .elementor .button-white.button-underline--aqua .elementor-button {
  border-bottom-color: #1AB7D1;
}

body .elementor .button-white.button-underline--blue .elementor-button {
  border-bottom-color: #4190C4;
}

body .elementor .button-white.button-underline--black .elementor-button {
  border-bottom-color: #000000;
}

body .elementor .button-white.button-underline--white .elementor-button {
  border-bottom-color: #FFFFFF;
}

.text--16-white p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Graphik Web";
  font-weight: 500;
}

.text--21-white p {
  color: #FFFFFF;
  font-size: 21px;
  font-family: "Graphik Web";
  font-weight: 500;
}

.clear-p-tags p {
  display: none;
}

.block-archive__filter .site__container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 200px;
  float: right;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #FFF;
  border-radius: 0px;
  background: #FFF;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px 0 38px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-size: 16px;
}

.selectric .button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #FFF;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #000000;
  border-bottom: none;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.header {
  background: #454545;
  height: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header.header--fade {
  background: rgba(69, 69, 69, 0);
}

.header.header--fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header__menu {
  display: inline-block;
  padding-left: 45px;
}

.header__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.header__menu a {
  text-decoration: none;
  color: #FFF;
  padding-right: 60px;
  font-size: 25px;
  line-height: 110px;
}

.menu__btn {
  display: inline-block;
}

.header__logo {
  float: left;
  margin-top: 33px;
}

.header__right {
  float: right;
  margin: 40px 0 0 0;
}

.menu__btn {
  width: 43px;
  height: 35px;
  position: relative;
  z-index: 999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.menu__btn img {
  display: none;
}

.menu__btn span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #FFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu__btn--mob {
  width: 18px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -7.5px;
}

.menu__btn--mob span {
  height: 3px;
}

/* Icon 3 */
.menu__btn span:nth-child(1) {
  top: 0px;
}

.menu__btn span:nth-child(2), .menu__btn span:nth-child(3) {
  top: 13px;
}

.menu__btn span:nth-child(4) {
  top: 27px;
}

.menu__btn--mob span:nth-child(1) {
  top: 0px;
}

.menu__btn--mob span:nth-child(2), .menu__btn--mob span:nth-child(3) {
  top: 6px;
}

.menu__btn--mob span:nth-child(4) {
  top: 12px;
}

.jc-menu--full-screen--active .menu__btn span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.jc-menu--full-screen--active .menu__btn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jc-menu--full-screen--active .menu__btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jc-menu--full-screen--active .menu__btn span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.jc-menu__full-page-wrapper {
  background: rgba(51, 51, 51, 0.9);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s  ease-in-out;
  -ms-transition: opacity 0.4s  ease-in-out;
  -o-transition: opacity 0.4s  ease-in-out;
  transition: opacity 0.4s  ease-in-out;
  opacity: 0;
  display: block;
  z-index: -9999;
}

.jc-menu__full-page-wrapper {
  width: auto;
}

.jc-menu__close {
  display: none;
}

.jc-menu__wrapper--active.jc-menu__full-page-wrapper {
  opacity: 1;
  z-index: 99;
}

.jc-menu {
  float: right;
  width: 100%;
  text-align: left;
}

.jc-menu li:hover ul {
  display: block;
}

.jc-menu ul {
  display: block;
}

.jc-menu > li {
  width: 25%;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.jc-menu > li.desktop-clear {
  clear: right;
}

.jc-menu a {
  font-size: 25px;
  line-height: 50px;
  color: #FFF;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.jc-menu .jc-menu__subarrow {
  display: none;
}

.jc-menu .colour-red > a {
  color: #E96647;
}

.jc-menu .colour-yellow > a {
  color: #EF7E3C;
}

.jc-menu .colour-green > a {
  color: #82C077;
}

.jc-menu .colour-blue > a {
  color: #4190C4;
}

.menu__btn--mob {
  display: none;
}

.menu-mobile-menu-container {
  background-image: url(../img/buddhify_logo_white_small.png);
  background-repeat: no-repeat;
  background-position: center bottom 0;
  padding-bottom: 60px;
}

.menu-mobile-menu-container .jc-menu > li {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  clear: both;
  text-align: center;
}

.menu-mobile-menu-container .jc-menu > li a {
  font-size: 18px;
  line-height: 20px;
  display: block;
}

.menu-mobile-menu-container .menu-highlight {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 10px 0;
}

.menu-mobile-menu-container .menu-highlight > a {
  padding: 10px 0;
}

.menu-test-menu-container__wrapper .site__container {
  position: relative;
  margin-top: 40px;
}

.menu-test-menu-container__wrapper .jc-menu__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.menu-mobile-menu-container__wrapper .site__container {
  position: relative;
  margin-top: 40px;
}

.menu-mobile-menu-container__wrapper .jc-menu__close {
  position: absolute;
  top: 14px;
  right: 0;
  display: block;
  background: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#footer img {
  max-width: 100%;
  height: auto;
}

.footer {
  margin-left: auto;
  margin-right: auto;
}

.footer .grid__container {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.footer .grid__col {
  padding-left: 40px;
  padding-right: 40px;
  width: auto !important;
  float: none;
  display: inline-block;
}

.footer .grid__col:first-child, .footer .grid__col:last-child {
  width: 30%;
}

.footer__logo {
  width: 100%;
  text-align: center;
  padding-top: 63px;
  padding-bottom: 45px;
}

.footer__social li {
  display: inline;
  padding-right: 20px;
}

.footer__social li:last-child {
  padding-right: 0;
}

.footer__social ul {
  text-align: center;
  margin-bottom: 40px;
}

.footer__main {
  background: #4A4A4A;
  padding-bottom: 42px;
}

.footer__main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__main li {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 60px;
}

.footer__main a {
  color: #FFF;
}

.footer__copy {
  background: #444444;
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer__copy p {
  font-size: 18.5px;
  line-height: 22.2px;
  color: #FFF;
  padding: 0;
  text-align: center;
}

.footer__copy img {
  margin-left: 5px;
  display: inline-block;
  margin-top: -5px;
}

.elementor-editor-active #header {
  display: none;
}

.page-id-2 {
  background: url("../img/Artboard 1.jpg") no-repeat bottom center;
}

.grid__wrapper {
  overflow: hidden;
}

.grid__container {
  margin-left: -20px;
  margin-right: -20px;
}

.grid__col {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.site__container {
  width: 1440px;
  margin: auto;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1440px;
}

.platform--ios .show-android {
  display: none;
}

.platform--android .show-ios {
  display: none;
}

@media screen and (max-width: 1500px) {
  .site__container {
    width: auto;
    margin: 0 50px;
  }
}

@media screen and (max-width: 959px) {
  .post__item--single blockquote {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .site__container {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .header__menu {
    display: none;
  }
}

.support__cats {
  margin-top: 100px;
  margin-bottom: 100px;
}

.support__cat {
  float: left;
  width: 30%;
  margin-right: 3.333%;
}

.support__cat ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.support__cat li {
  margin: 0 0 0.4em;
  padding: 0;
}

.support__cat li a {
  color: #1ab7d1;
}

.support__cat a {
  font-weight: 600;
}

.support__cat .link__show-all {
  text-transform: uppercase;
  color: #222;
  border-bottom: 0.1em solid #222;
}

.support__cat-title {
  margin-top: 0;
}

.support__sidebar {
  width: 25%;
  float: left;
  padding-top: 3em;
  padding-bottom: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e2e2e2;
}

.support__sidebar .support__cats {
  margin-top: 0;
  margin-bottom: 0;
}

.support__sidebar .support__cat {
  width: 100%;
  float: none;
  margin-bottom: 2em;
}

.support__sidebar .support__cat-title {
  margin-bottom: 0.2em;
  font-size: 1.2em;
}

.sidebar__heading {
  color: #bdbdbd;
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: 500;
}

.support__content {
  float: right;
  width: 75%;
}

.support__breadcrumbs {
  margin: 1.5em 0 0;
}

.support__breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.support__breadcrumbs li {
  display: inline;
}

.support__breadcrumbs li a {
  color: #1ab7d1;
}

.support__breadcrumbs li:last-child a {
  color: #222222;
}

.support__page {
  margin-left: 5em;
}

.support__sub-heading {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #bdbdbd;
}

.support__page ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.support__page .elementor-text-editor ul {
  list-style: inherit;
  margin: inherit;
  padding: 0 0 0 20px;
}

.support__page li {
  margin: 0 0 0.4em;
  padding: 0;
}

.support__page li a {
  color: #1ab7d1;
  font-weight: 600;
}

.support__btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #1ab7d1;
  background: #1ab7d1;
  color: #FFF;
  padding: 12px 24px;
  display: inline-block;
}

.support__btn:hover {
  cursor: pointer;
}

.support__btn--yes {
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.support__btn--yes:hover {
  background: #FFF;
  color: #1ab7d1;
}

.support__btn--no {
  background: #FFF;
  color: #1ab7d1;
}

.support__btn--no:hover {
  background: #1ab7d1;
  color: #FFF;
}

.single-support_article .support__breadcrumbs {
  margin-left: 10px;
}

@media screen and (max-width: 1023px) {
  .support__content, .support__sidebar {
    float: none;
    width: 100%;
  }
  .support__page {
    margin-left: 0;
  }
  .support__sidebar {
    border-top: 1px solid #e2e2e2;
    border-right: none;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .support__cat {
    width: 100%;
    float: none;
    margin-bottom: 3em;
  }
}

.archive__title {
  font-size: 60px;
  line-height: 70px;
}

.archive__title, .archive__title a, .post__excerpt, .post__excerpt a, .tags__list, .tags__list a {
  color: #fff;
}

.post__excerpt, .tags__list {
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  max-width: 800px;
  width: 100%;
}

.bg_page_header {
  padding-top: 100px;
  padding-bottom: 60px;
  background: url(../img/header_bg_red.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.post__item h2 {
  font-size: 28px;
  line-height: 34px;
  display: inline-block;
}

.post__item a {
  color: #000000;
}

.post__item--single blockquote {
  float: right;
  border-top: 1px solid #4190C4;
  border-bottom: 1px solid #4190C4;
  font-size: 30px;
  color: #4190C4;
  margin-top: 0;
}

.blog-archive {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.blog-archive .tags__list, .blog-archive .tags__list a, .blog-archive .post__excerpt, .blog-archive .post__excerpt a {
  color: #000;
}

.blog-archive h2 {
  margin: 0 0 15px;
}

.blog-archive .tags__list {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 50px;
}

.blog-archive .tags__list a {
  border-bottom: 1.5px solid #939393;
  padding-bottom: 2px;
}

.blog-archive .post__item {
  border-bottom: 1px solid #E8E8E8;
  padding-top: 70px;
  padding-bottom: 70px;
}

.blog-archive .post__item.post__item--single {
  border: none;
}

.blog-archive .post__excerpt {
  margin-bottom: 50px;
}

.blog-archive .post__excerpt p {
  font-size: 18.5px;
  line-height: 2;
  margin: 0 0 1em;
}

.blog-archive .read-more a {
  font-size: 14px;
  line-height: 15.15px;
  font-family: 'Graphik Web';
  font-weight: 500;
}

.post__related-item {
  border-top: 1px solid #E8E8E8;
  padding-top: 70px;
  width: auto;
  margin: auto;
}

.post__related-item h2, .post__related-item h3 {
  font-size: 28px;
  font-family: "Graphik Web";
  font-weight: 500;
  color: #000;
}

.post__related-item h2 {
  text-transform: uppercase;
}

.post__related-item ul, .post__related-item li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post__related-item ul {
  margin-top: 50px;
  overflow: hidden;
}

.post__related-item h3 {
  display: inline-block;
  float: left;
  clear: left;
  margin: 0 0 30px;
  font-size: 24px;
}

.post__related-item h3 a {
  color: #000;
}

.elementor-text-editor blockquote p {
  font-size: 33.5px;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 500;
}

.underline--red {
  border-bottom: 0.1em solid #E96647;
}

.underline--orange {
  border-bottom: 0.1em solid #EF7E3C;
}

.underline--green {
  border-bottom: 0.1em solid #82C077;
}

.underline--aqua {
  border-bottom: 0.1em solid #1AB7D1;
}

.underline--blue {
  border-bottom: 0.1em solid #4190C4;
}

.pagination {
  margin: 70px 0 20px;
  overflow: hidden;
}

.pagination a, .pagination span {
  padding: 20px 24px;
  border: 1px solid transparent;
  margin-right: 10px;
  display: inline-block;
}

.pagination a {
  color: #E96647;
}

.pagination a:hover {
  border: 1px solid #E96647;
}

.pagination span {
  color: #FFF;
  background: #E96647;
}

.elementor-element-026fb21 .elementor-form {
  position: relative;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  height: 50px;
}

.elementor-element-026fb21 .elementor-field-type-email {
  padding: 0;
  margin: 0;
}

.elementor-element-026fb21 .elementor-field-type-email input {
  border: none !important;
}

.elementor-element-026fb21 .elementor-field-type-submit {
  position: absolute;
  width: auto !important;
  display: inline-block;
  right: 0;
  padding: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.elementor-element-026fb21 .elementor-field-type-submit button {
  padding: 0 20 xp !important;
  margin: 0 !important;
  height: 100%;
}

.elementor-element-026fb21 .elementor-field-type-submit i {
  font-size: 24px !important;
}

@media screen and (max-width: 1400px) {
  .header__menu a {
    padding-right: 30px;
  }
  .footer__main li, .header__menu a {
    font-size: 20px;
  }
  .footer .grid__col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .jc-menu > li {
    width: 50%;
  }
  .header__menu {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .menu__btn--mob {
    display: block;
  }
  .header__menu {
    display: none;
  }
  .header {
    background: #454545;
    height: 40px;
    position: relative;
  }
  .header__right {
    display: none;
  }
  .header__logo {
    margin: 12px 0 0;
    padding: 0;
  }
  .header__logo img {
    width: auto;
    height: 16px;
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .footer .grid__col {
    padding-left: 40px;
    padding-right: 40px;
    width: 50% !important;
  }
  .elementor-text-editor blockquote p {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .footer .grid__col {
    width: 100% !important;
    text-align: center;
  }
  .elementor-text-editor blockquote p {
    width: 100%;
  }
  .blog-archive .post__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pagination {
    margin: 30px 0 0;
    overflow: hidden;
  }
  .pagination a, .pagination span {
    padding: 10px 18px;
    margin-right: 5px;
  }
  .archive__title {
    font-size: 40px;
    line-height: 45px;
  }
}
