/*!
Theme Name: kts
Theme URI: http://underscores.me/
Author: Leith
Author URI: https://leith.co.uk/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kts
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kts is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility 
	- Alignments

// --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! 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;
  -webkit-text-size-adjust: 100%;
}
/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 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;
  font-size: 1em;
}
/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * 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;
  font-size: 1em;
}
/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
/**
 * 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;
  outline-offset: -2px;
}
/**
 * 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;
  font: inherit;
}
/* 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;
}
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("BebasNeue-Regular.9ff5bd8c.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-display: swap;
  src: url("Poppins-Bold.919196aa.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-display: swap;
  src: url("Poppins-SemiBold.cbe49507.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("Poppins-Medium.b3648b9e.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Poppins-Regular.b35d7f9c.ttf") format("truetype");
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Reusable Patterns
-------------------------*/
.angled-panel {
  margin: 0 -53px;
  margin: 0 -3.3125rem;
  position: relative;
  z-index: 10;
  -webkit-filter: drop-shadow(10px 3px 7px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(10px 3px 7px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) {
  .angled-panel {
    margin: 0 -58px;
    margin: 0 -3.625rem;
  }
}
@media (min-width: 1440px) {
  .angled-panel {
    margin: 0;
  }
}
.angled-panel__clip {
  position: relative;
  background: #FFFFFF;
  -webkit-clip-path: polygon(40px 0, 100% 40px, calc(100% - 40px) 100%, 0 calc(100% - 40px));
          clip-path: polygon(40px 0, 100% 40px, calc(100% - 40px) 100%, 0 calc(100% - 40px));
}
.angled-panel__title {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 48px 80px 40px 53px;
  padding: 3rem 5rem 2.5rem 3.3125rem;
  display: block;
  line-height: 1.5;
  color: #FFFFFF;
  background: #E9161D;
}
@media (min-width: 768px) {
  .angled-panel__title {
    padding: 50px 30px 30px 78px;
    padding: 3.125rem 1.875rem 1.875rem 4.875rem;
  }
}
@media (min-width: 1440px) {
  .angled-panel__title {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 65px 30px 30px 89px;
    padding: 4.0625rem 1.875rem 1.875rem 5.5625rem;
    line-height: 1.0714285714;
  }
}
.angled-panel__content {
  padding: 40px 59px 95px 53px;
  padding: 2.5rem 3.6875rem 5.9375rem 3.3125rem;
}
@media (min-width: 768px) {
  .angled-panel__content {
    padding: 45px 78px 75px;
    padding: 2.8125rem 4.875rem 4.6875rem;
  }
}
@media (min-width: 1440px) {
  .angled-panel__content {
    padding: 40px 95px 88px 89px;
    padding: 2.5rem 5.9375rem 5.5rem 5.5625rem;
  }
}
@media (min-width: 768px) {
  .angled-panel--tight .angled-panel__title {
    padding: 50px 10px 30px 60px;
    padding: 3.125rem 0.625rem 1.875rem 3.75rem;
  }
}
@media (min-width: 1440px) {
  .angled-panel--tight .angled-panel__title {
    padding: 65px 30px 30px 100px;
    padding: 4.0625rem 1.875rem 1.875rem 6.25rem;
  }
}
@media (min-width: 768px) {
  .angled-panel--tight .angled-panel__content {
    padding: 45px 70px 75px 60px;
    padding: 2.8125rem 4.375rem 4.6875rem 3.75rem;
  }
}
@media (min-width: 1440px) {
  .angled-panel--tight .angled-panel__content {
    padding: 40px 95px 88px 100px;
    padding: 2.5rem 5.9375rem 5.5rem 6.25rem;
  }
}
.angled-panel--flipped .angled-panel__clip {
  -webkit-clip-path: polygon(0 35px, calc(100% - 35px) 0, 100% calc(100% - 35px), 35px 100%);
          clip-path: polygon(0 35px, calc(100% - 35px) 0, 100% calc(100% - 35px), 35px 100%);
}
@media (min-width: 1440px) {
  .angled-panel--flipped .angled-panel__clip {
    -webkit-clip-path: polygon(0 40px, calc(100% - 40px) 0, 100% calc(100% - 40px), 40px 100%);
            clip-path: polygon(0 40px, calc(100% - 40px) 0, 100% calc(100% - 40px), 40px 100%);
  }
}
.angled-panel--flipped .angled-panel__title {
  padding: 48px 54px 25px;
  padding: 3rem 3.375rem 1.5625rem;
}
@media (min-width: 768px) {
  .angled-panel--flipped .angled-panel__title {
    padding: 70px 83px 35px 54px;
    padding: 4.375rem 5.1875rem 2.1875rem 3.375rem;
  }
}
@media (min-width: 1440px) {
  .angled-panel--flipped .angled-panel__title {
    padding: 75px 100px 40px;
    padding: 4.6875rem 6.25rem 2.5rem;
  }
}
.angled-panel--flipped .angled-panel__content {
  padding: 60px 54px 100px;
  padding: 3.75rem 3.375rem 6.25rem;
}
@media (min-width: 768px) {
  .angled-panel--flipped .angled-panel__content {
    padding: 40px 105px 80px 54px;
    padding: 2.5rem 6.5625rem 5rem 3.375rem;
  }
}
@media (min-width: 1440px) {
  .angled-panel--flipped .angled-panel__content {
    padding: 40px 100px 90px;
    padding: 2.5rem 6.25rem 5.625rem;
  }
}
.angled-panel--drug-search .angled-panel__content {
  padding-bottom: 105px;
  padding-bottom: 6.5625rem;
}
@media (max-width: 767px) {
  .angled-panel--drug-search .angled-panel__content {
    padding-top: 10px;
    padding-top: 0.625rem;
  }
}
@media (min-width: 768px) {
  .angled-panel--drug-search .angled-panel__content {
    padding-bottom: 140px;
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 1440px) {
  .angled-panel--drug-search .angled-panel__content {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
}
@media (max-width: 768px) {
  .angled-panel--signpost .angled-panel__content {
    padding: 10px 59px 105px 53px;
    padding: 0.625rem 3.6875rem 6.5625rem 3.3125rem;
  }
}
.columns--single .angled-panel {
  margin: 0 -36px;
  margin: 0 -2.25rem;
}
@media (min-width: 768px) {
  .columns--single .angled-panel {
    margin: 0 auto;
  }
}
.angled-panel .search-form {
  padding: 0 54px 0;
  padding: 0 3.375rem 0;
  position: absolute;
  bottom: 50px;
  left: 0;
}
@media (min-width: 768px) {
  .angled-panel .search-form {
    padding: 0 75px 0 54px;
    padding: 0 4.6875rem 0 3.375rem;
  }
}
@media (min-width: 1440px) {
  .angled-panel .search-form {
    padding: 0 100px;
    padding: 0 6.25rem;
    bottom: 75px;
  }
}
.title-panel {
  --background: #E9161D;
  --text-color: #FFFFFF;
  padding-top: 20px;
  padding-top: 1.25rem;
  text-decoration: none;
  color: var(--text-color);
}
@media (min-width: 1440px) {
  .title-panel {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}
.title-panel--secondary {
  --background: #58E9F2;
  --text-color: #000000;
  -webkit-box-shadow: -4px 22px 11px -10px rgba(0, 0, 0, 0.05);
          box-shadow: -4px 22px 11px -10px rgba(0, 0, 0, 0.05);
}
.title-panel--secondary .title-panel__content {
  background: #FFFFFF;
}
.title-panel--secondary:focus {
  outline: 1px dotted currentColor;
}
.title-panel--secondary:hover {
  --background: #50F159;
}
.title-panel__inner {
  position: relative;
  border-top: 2px solid var(--background);
}
.title-panel__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 1px;
  letter-spacing: 0.05rem;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: var(--background);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title-panel__title {
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .title-panel__title {
    padding: 20px 40px 20px 30px;
    padding: 1.25rem 2.5rem 1.25rem 1.875rem;
  }
}
.title-panel__content {
  --content-padding: 3.75rem 0 1.5625rem;
  padding: var(--content-padding);
  color: #000000;
}
@media (min-width: 1440px) {
  .title-panel__content {
    --content-padding: 3.75rem 1.875rem 1.5625rem;
  }
}
@media (min-width: 768px) {
  .title-panel__content--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .title-panel__content--inline .title-panel__content-wrapper {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
}
@media (min-width: 1440px) {
  .title-panel__content--inline .title-panel__content-wrapper {
    margin-right: 35px;
    margin-right: 2.1875rem;
  }
}
.title-panel__content--inline img {
  margin: 0 auto;
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .title-panel__content--inline img {
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .title-panel--with-button .btn {
    margin-left: -30px;
    margin-left: -1.875rem;
  }
}
.title-panel--faq {
  max-width: 768px;
  max-width: 48rem;
}
.title-panel--faq .title-panel__content-wrapper {
  padding-top: 35px;
  padding-top: 2.1875rem;
}
.title-panel--faq p {
  font-weight: 500;
}
.title-panel--faq .container-toggle {
  --font-size: 1rem;
  font-size: var(--font-size);
  line-height: 1.7333333333;
  padding: 0;
}
@media (min-width: 768px) {
  .title-panel--faq .container-toggle {
    --font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  .title-panel--faq .container-toggle {
    --font-size: 1.25rem;
  }
}
.title-panel--faq .container-toggle svg {
  width: inherit;
  height: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.title-panel--faq .container-toggle button {
  padding-right: 40px;
  padding-right: 2.5rem;
  width: 100%;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.4545;
}
@media (min-width: 768px) {
  .title-panel--faq .container-toggle button {
    padding-right: 75px;
    padding-right: 4.6875rem;
    line-height: 1.6;
  }
}
@media (min-width: 1440px) {
  .title-panel--faq .container-toggle button {
    padding-right: 100px;
    padding-right: 6.25rem;
  }
}
.title-panel--faq .container-toggle button[aria-expanded=true] svg {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.title-panel--faq .indicator {
  width: 12px;
  width: 0.75rem;
  height: 20px;
  height: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1440px) {
  .title-panel--faq .indicator {
    width: 18px;
    width: 1.125rem;
    height: 30px;
    height: 1.875rem;
  }
}
.content .title-panel {
  padding-top: 75px;
  padding-top: 4.6875rem;
}
@media (min-width: 768px) {
  .content .title-panel {
    padding-top: 95px;
    padding-top: 5.9375rem;
  }
}
@media (min-width: 1440px) {
  .content .title-panel {
    padding-top: 65px;
    padding-top: 4.0625rem;
  }
}
/* Layouts
-------------------------*/
:root {
  --accordion-spacing-top: 2.8125rem;
  --accordion-spacing-bottom: 3.4375rem;
}
@media (min-width: 768px) {
  :root {
    --accordion-spacing-top: 4.0625rem;
    --accordion-spacing-bottom: 5.625rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --accordion-spacing-top: 9.375rem;
    --accordion-spacing-bottom: 6.5625rem;
  }
}
body {
  background-repeat: no-repeat;
  background-position: top -20px right -59px;
  background-size: 220px 220px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    background-position: top -20px right -135px;
    background-size: 400px 400px;
  }
}
@media (min-width: 1440px) {
  body {
    background-position: top -30px right -150px;
    background-size: 665px 665px;
  }
}
@media (min-width: 1600px) {
  body {
    background-position: top -245px right -420px;
    background-size: 1114px 1114px;
  }
}
main {
  margin-top: 85px;
  margin-top: 5.3125rem;
  padding-top: 160px;
  padding-top: 10rem;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  main {
    margin-top: 92px;
    margin-top: 5.75rem;
    padding-top: 156px;
    padding-top: 9.75rem;
  }
}
@media (min-width: 1024px) {
  main {
    margin-top: 114px;
    margin-top: 7.125rem;
    padding-top: 137px;
    padding-top: 8.5625rem;
  }
}
@media (min-width: 1440px) {
  main {
    margin-top: 119px;
    margin-top: 7.4375rem;
    padding-top: 151px;
    padding-top: 9.4375rem;
  }
}
.inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  width: calc(100% - 36px);
}
@media (min-width: 768px) {
  .inner {
    width: calc(100% - 58px);
  }
}
@media (min-width: 1440px) {
  .inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .content {
    max-width: 67%;
  }
}
@media (min-width: 1218px) {
  .content {
    max-width: 65.5172413793%;
  }
}
@media (min-width: 1440px) {
  .content > :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}
.content .heading-title {
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
}
@media (min-width: 1440px) {
  .content .heading-title {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}
.content > * + *:not(.align--full) {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1440px) {
  .content > * + *:not(.align--full) {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
.align--full {
  position: relative;
  left: -18px;
  width: 100vw;
}
@media (min-width: 768px) {
  .align--full {
    left: -29px;
  }
}
@media (min-width: 1218px) {
  .align--full {
    left: calc((100vw - 1160px) / -2);
  }
}
.wp-block .align--full {
  width: 100% !important;
  left: inherit !important;
}
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .columns > * {
    width: 50%;
  }
}
.columns--25 {
  margin-bottom: -50px;
  margin-bottom: -3.125rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .columns--25 {
    margin-bottom: -57px;
    margin-bottom: -3.5625rem;
  }
}
.columns--25 > * {
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  width: calc(( 100% / 2 ) - 8px);
}
@media (min-width: 768px) {
  .columns--25 > * {
    margin-right: 12px;
    margin-right: 0.75rem;
    width: calc(( 100% / 4 ) - 16px);
  }
}
@media (min-width: 1440px) {
  .columns--25 > * {
    margin-right: 44px;
    margin-right: 2.75rem;
    margin-bottom: 57px;
    margin-bottom: 3.5625rem;
    width: calc(( 100% / 4 ) - 33px);
  }
}
@media (max-width: 768px) {
  .columns--25 > *:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .columns--25 > *:nth-child(4n+4) {
    margin-right: 0;
  }
}
.columns--33 {
  margin-bottom: -50px;
  margin-bottom: -3.125rem;
}
@media (min-width: 768px) {
  .columns--33 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1440px) {
  .columns--33 {
    margin-bottom: -70px;
    margin-bottom: -4.375rem;
  }
}
.columns--33 > * {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  width: 100%;
}
@media (min-width: 768px) {
  .columns--33 > * {
    margin-right: 66px;
    margin-right: 4.125rem;
    width: calc(( 100% / 3 ) - 44px);
  }
}
@media (min-width: 1440px) {
  .columns--33 > * {
    margin-right: 57px;
    margin-right: 3.5625rem;
    margin-bottom: 75px;
    margin-bottom: 4.6875rem;
    width: calc(( 100% / 3 ) - 38px);
  }
}
.columns--33 > *:nth-child(3n+3) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .columns--55-45 > *:first-child {
    margin-right: 32px;
    margin-right: 2rem;
    width: calc(55% - 16px);
  }
}
@media (min-width: 1440px) {
  .columns--55-45 > *:first-child {
    margin-right: 36px;
    margin-right: 2.25rem;
    width: calc(55% - 18px);
  }
}
@media (min-width: 768px) {
  .columns--55-45 > *:last-child {
    width: calc(45% - 16px);
  }
}
@media (min-width: 1440px) {
  .columns--55-45 > *:last-child {
    width: calc(45% - 18px);
  }
}
@media (min-width: 768px) {
  .columns--single > * {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 538px;
    max-width: 33.625rem;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .columns--single > * {
    max-width: 631px;
    max-width: 39.4375rem;
  }
}
.vertical-spacing-top {
  --vertical-top: 2.625rem;
  margin-top: var(--vertical-top);
}
@media (min-width: 768px) {
  .vertical-spacing-top {
    --vertical-top: 3.4375rem;
  }
}
@media (min-width: 1440px) {
  .vertical-spacing-top {
    --vertical-top: 5.625rem;
  }
}
.vertical-spacing-bottom {
  --vertical-bottom: 7.5rem;
  margin-bottom: var(--vertical-bottom);
}
@media (min-width: 768px) {
  .vertical-spacing-bottom {
    --vertical-bottom: 14.375rem;
  }
}
@media (min-width: 1440px) {
  .vertical-spacing-bottom {
    --vertical-bottom: 20.375rem;
  }
}
.wp-block:not([data-align=full]) {
  max-width: 1160px;
}
.wp-block-pullquote {
  margin: 35px 0 35px;
  margin: 2.1875rem 0 2.1875rem;
  position: relative;
  left: -18px;
  width: 100vw;
  border: 0;
  background: #F6F6F6 !important;
}
@media (min-width: 768px) {
  .wp-block-pullquote {
    left: -29px;
  }
}
@media (min-width: 1218px) {
  .wp-block-pullquote {
    left: calc((100vw - 1160px) / -2);
  }
}
.wp-block-pullquote blockquote {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 0 37px;
  padding: 2.625rem 0 2.3125rem;
  max-width: 1160px;
  width: calc(100% - 36px);
  text-align: left;
}
@media (min-width: 768px) {
  .wp-block-pullquote blockquote {
    width: calc(100% - 58px);
  }
}
@media (min-width: 1440px) {
  .wp-block-pullquote blockquote {
    padding: 65px 0 55px;
    padding: 4.0625rem 0 3.4375rem;
    width: 100%;
  }
}
.wp-block-pullquote blockquote > * {
  max-width: 963px;
}
.wp-block-pullquote blockquote > *:only-child {
  margin: 0;
}
.wp-block .wp-block-pullquote {
  left: 0;
}
.wp-block-image,
.wp-block-embed {
  margin: 75px -20px 55px;
  margin: 4.6875rem -1.25rem 3.4375rem;
}
@media (min-width: 768px) {
  .wp-block-image,
.wp-block-embed {
    margin: 45px auto 58px;
    margin: 2.8125rem auto 3.625rem;
  }
}
@media (min-width: 1440px) {
  .wp-block-image,
.wp-block-embed {
    margin: 65px auto 85px;
    margin: 4.0625rem auto 5.3125rem;
  }
}
.panel-medium {
  --vertical-spacing: 2.625rem;
  padding: var(--vertical-spacing) 0;
  background: #F6F6F6;
}
@media (min-width: 768px) {
  .panel-medium {
    --vertical-spacing: 3.4375rem;
    --component-spacing: 2.1875rem;
  }
}
@media (min-width: 1440px) {
  .panel-medium {
    --vertical-spacing: 5.625rem;
    --component-spacing: 18.125rem;
  }
}
.no-background {
  background: none;
}
.no-vertical-spacing {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-vertical-spacing-top {
  margin-top: 0 !important;
}
.no-vertical-spacing-bottom {
  margin-bottom: 0 !important;
}
.light-to-dark {
  --start: 135px;
  --start: 8.4375rem;
  --vertical-top: 60px;
  --vertical-top: 3.75rem;
  --background: transparent;
  padding: var(--vertical-top) 0 0 0;
  background-color: var(--background);
}
@media (min-width: 768px) {
  .light-to-dark {
    --vertical-top: 65px;
    --vertical-top: 4.0625rem;
  }
}
@media (min-width: 1440px) {
  .light-to-dark {
    --start: 145px;
    --start: 9.0625rem;
    --vertical-top: 115px;
    --vertical-top: 7.1875rem;
  }
}
.light-to-dark > * {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--background)), color-stop(var(--background)), color-stop(#232323), to(#232323));
  background: linear-gradient(to bottom, var(--background) 0%, var(--background) var(--start), #232323 var(--start), #232323 100%);
}
.accordion + .light-to-dark {
  --vertical-top: 50px;
  --vertical-top: 3.125rem;
  --background: #F6F6F6;
  margin-top: calc(var(--accordion-spacing-bottom) * -1);
}
@media (min-width: 768px) {
  .accordion + .light-to-dark {
    --vertical-top: 80px;
    --vertical-top: 5rem;
  }
}
@media (min-width: 1440px) {
  .accordion + .light-to-dark {
    --vertical-top: 0;
    --vertical-top: 0;
  }
}
.drugs-listing + .light-to-dark {
  --vertical-top: 50px;
  --vertical-top: 3.125rem;
  --background: #F6F6F6;
}
@media (min-width: 768px) {
  .drugs-listing + .light-to-dark {
    --vertical-top: 95px;
    --vertical-top: 5.9375rem;
  }
}
@media (min-width: 1440px) {
  .drugs-listing + .light-to-dark {
    --vertical-top: 170px;
    --vertical-top: 10.625rem;
  }
}
.block-editor-block-list__layout .wp-block-pullquote {
  left: 0 !important;
  max-width: 100%;
}
.page-template-page-type-of-drug .heading-title {
  --title-bottom: 3.75rem;
  margin-bottom: var(--title-bottom);
}
@media (min-width: 768px) {
  .page-template-page-type-of-drug .heading-title {
    --title-bottom: 3.125rem;
  }
}
.single-drug {
  background-image: url("drug.cdc80aa1.jpg");
}
.single-drug .content > p {
  font-weight: 400;
}
.page-child.page-types-of-drugs {
  background-image: url("drug-type.a09e5739.jpg");
}
.search-results .content a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.44444444;
}
@media (min-width: 1440px) {
  .search-results .content a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  clear: both;
}
h1 button,
h2 button,
h3 button,
h4 button,
h5 button,
h6 button {
  display: block;
}
/* Page Title
------------------------*/
@media (max-width: 1440px) {
  .heading-title {
    font-size: 52px;
    font-size: 3.25rem;
    letter-spacing: 0px;
    letter-spacing: 0.008125rem;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1.2;
  }
}
.heading-sub-title {
  --heading-size: 1.125rem;
  --heading-bottom: 1.25rem;
  margin-bottom: var(--heading-bottom);
  font-weight: 600;
  font-size: var(--heading-size);
}
@media (min-width: 768px) {
  .heading-sub-title {
    --heading-bottom: 1.5625rem;
  }
}
@media (min-width: 1440px) {
  .heading-sub-title {
    --heading-size: 1.375rem;
    --heading-bottom: 0.9375rem;
  }
}
.heading-sub-title--lg {
  --heading-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .heading-sub-title--lg {
    --heading-size: 1.75rem;
    --heading-bottom: 4.0625rem;
  }
}
h1,
.heading-largest {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0px;
  letter-spacing: 0.00625rem;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.6;
}
@media (min-width: 768px) {
  h1,
.heading-largest {
    font-size: 52px;
    font-size: 3.25rem;
    letter-spacing: 0px;
    letter-spacing: 0.008125rem;
    line-height: 1.25;
  }
}
@media (min-width: 1440px) {
  h1,
.heading-largest {
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: 0px;
    letter-spacing: 0.0125rem;
  }
}
h2,
.heading-large,
.has-large-font-size {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h2,
.heading-large,
.has-large-font-size {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
@media (min-width: 1440px) {
  h2,
.heading-large,
.has-large-font-size {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.35;
  }
}
h3,
.heading-medium,
.has-medium-font-size {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 1440px) {
  h3,
.heading-medium,
.has-medium-font-size {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
}
h4,
.heading-small {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 1440px) {
  h4,
.heading-small {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.36;
  }
}
h5,
.heading-smaller {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h5,
.heading-smaller {
    line-height: 1.417;
  }
}
h6,
.heading-smallest {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.44444444;
}
@media (min-width: 1440px) {
  h6,
.heading-smallest {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.has-sub-title-font-size {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
@media (min-width: 1440px) {
  .has-sub-title-font-size {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
p {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.7333333333;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 15px;
    margin: 0 0 0.9375rem;
    line-height: 1.6;
  }
}
@media (min-width: 1440px) {
  p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  p.has-small-font-size {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
p.has-text-align-center {
  text-align: center;
}
p.has-text-align-right {
  text-align: right;
}
p strong {
  font-weight: 600;
}
p:empty {
  display: none;
  visibility: hidden;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
abbr,
acronym {
  cursor: help;
}
mark,
ins {
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
ul,
ol {
  margin: 0 0 50px;
  margin: 0 0 3.125rem;
  display: block;
  padding: 0;
}
ul li,
ol li {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.7333333333;
}
@media (min-width: 1440px) {
  ul li,
ol li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
ul {
  list-style: none;
}
ul li {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 0 0 0 28px;
  padding: 0 0 0 1.75rem;
}
ul li::before {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
  content: "";
  background: #E9161D;
}
@media (min-width: 1440px) {
  ul li::before {
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
  }
}
ol {
  list-style: none;
  counter-reset: li;
}
ol > li {
  padding: 0 0 0 28px;
  padding: 0 0 0 1.75rem;
  list-style: none;
  counter-increment: li;
}
ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li) ".";
}
ol > li::marker {
  display: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-reset li {
  padding: 0;
  margin: 0;
}
.list-reset li::before {
  content: none;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
.wp-block-embed {
  margin: 0 auto;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed__wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    padding: 0;
    padding-top: 56.25%;
  }
}
/* Links
--------------------------------------------- */
a {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #DB131B;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #000000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  --font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size);
  line-height: 1;
  border: 0;
  border-radius: 0;
  text-align: left;
  background: none;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: 1px dotted #000000;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  cursor: pointer;
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn {
  --font-size: 1.25rem;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  font-weight: 600;
  font-size: var(--font-size);
  display: inline-block;
  line-height: 1;
  border: 0;
  border-radius: 30px;
  color: #000000;
  background: #58E9F2;
  text-decoration: none;
}
.btn:hover {
  color: #FFFFFF;
  background: #E9161D;
}
.btn--square {
  --font-size: 1rem;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  font-size: var(--font-size);
  line-height: 1.4375;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1440px) {
  .btn--square {
    --font-size: 1.125rem;
  }
}
@media (hover: hover) {
  .btn--square:hover svg {
    margin-left: 40px;
    margin-left: 2.5rem;
  }
}
.btn--square svg {
  width: 32px;
  width: 2rem;
  height: 10px;
  height: 0.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  display: inline-block;
  fill: currentColor;
  -webkit-transition: margin-left 1s ease-out;
  transition: margin-left 1s ease-out;
}
@media (hover: hover) {
  .btn--square[target=_blank]:hover svg {
    margin-left: 40px;
    margin-left: 2.5rem;
  }
}
.btn--geolocate {
  --font-size: 1rem;
  display: inline-block;
  padding: 0;
  font-size: var(--font-size);
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  white-space: nowrap;
  text-decoration: none;
}
.btn--geolocate svg {
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 31px;
  width: 1.9375rem;
  height: 31px;
  height: 1.9375rem;
  vertical-align: middle;
}
.btn--geolocate:hover {
  color: #000000;
  background: none;
}
.btn--geolocate:hover span {
  text-decoration: underline;
}
.btn--geolocate.js-loading svg {
  -webkit-animation: pulse 1s linear infinite alternate;
          animation: pulse 1s linear infinite alternate;
}
.btn--text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 0;
  color: #E9161D;
  background: none !important;
  text-decoration: underline;
}
.btn--text:hover {
  color: #000000;
}
.show-livechat {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: #E9161D;
}
.show-livechat:hover {
  color: #000000;
  text-decoration: underline;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  padding: 10px;
  padding: 0.625rem;
  height: 60px;
  height: 3.75rem;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border: 0;
  background: #FFF;
}
@media (min-width: 1440px) {
  input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
    padding: 0 20px;
    padding: 0 1.25rem;
    height: 70px;
    height: 4.375rem;
  }
}
label {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  display: block;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.7333333333;
  position: relative;
}
@media (min-width: 1440px) {
  label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF url("arrow-down.9886ade6.svg") no-repeat center right 14px;
  background-size: 20px 10px;
}
textarea {
  padding: 10px;
  padding: 0.625rem;
  height: 250px;
  height: 15.625rem;
  width: 100%;
  resize: none;
}
@media (min-width: 1440px) {
  textarea {
    height: 240px;
    height: 15rem;
  }
}
/* fieldset & Legends
-----------------------------*/
legend {
  --label-bottom: 2.375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: var(--label-bottom);
}
@media (min-width: 1440px) {
  legend {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
fieldset {
  padding: 0;
  border: 0;
}
@media (min-width: 1440px) {
  fieldset legend {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: calc(38 / 24);
  }
}
/* checkbox
-----------------------------*/
.checkbox {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  position: relative;
  cursor: pointer;
}
.checkbox:last-of-type {
  margin-bottom: 0;
}
.checkbox span {
  padding-left: 45px;
  padding-left: 2.8125rem;
  display: inline-block;
}
.checkbox span::after, .checkbox span::before {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border: 3px solid #000000;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: -999em;
}
.checkbox input[type=checkbox]:focus ~ span {
  outline: 1px dotted #000000;
}
.checkbox input[type=checkbox]:checked ~ span::after {
  border: 0;
  background: url("tick.eee37f5f.svg") no-repeat center center;
  background-size: 25px 15px;
}
.checkbox:hover span::after {
  border-color: #D54CDA;
}
/* form
-----------------------------*/
.form__actions {
  border-top: 1px solid #000000;
}
/* gform
-----------------------------*/
.gform_wrapper {
  margin: 0;
}
.gform_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper ul li {
  padding: 0;
  margin: 0;
}
.gform_wrapper ul li::before {
  content: none;
}
.gform_footer {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media (min-width: 1440px) {
  .gform_footer {
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
}
.gfield_html {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media (min-width: 1440px) {
  .gfield_html {
    max-width: 670px;
    max-width: 41.875rem;
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
  }
}
.ginput_container {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}
@media (min-width: 1440px) {
  .ginput_container {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
.ginput_container.ginput_complex > span {
  display: block;
}
.ginput_container.ginput_complex > span:not(:last-of-type) {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}
@media (min-width: 1440px) {
  .ginput_container.ginput_complex > span:not(:last-of-type) {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
label {
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
}
@media (min-width: 1440px) {
  .ginput_container_select,
.ginput_container_email,
.ginput_container_text {
    max-width: 570px;
  }
}
@media (min-width: 1440px) {
  .ginput_container_textarea {
    max-width: 865px;
  }
}
.hidden_label > label {
  display: none;
  visibility: hidden;
}
.gform_confirmation_message {
  font-family: "Poppins", sans-serif;
}
/* Editor Overrides
----------------------------*/
.wp-block input,
.wp-block textarea {
  border: 1px solid grey;
}
.wp-block textarea {
  height: auto;
}
/* Validation
----------------------------*/
.gfield_error input[type=text],
.gfield_error input[type=email],
.gfield_error textarea,
.error input[type=text],
.error input[type=email],
.error textarea {
  border: 1px solid #ba1217;
}
.gfield_error .validation_message,
.gfield_error .element__message,
.error .validation_message,
.error .element__message {
  color: #ba1217;
  margin: 0;
}
.gfield_error .validation_message,
.error .validation_message {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
/* gform
-----------------------------*/
.gform_wrapper {
  margin: 0;
}
.gform_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper ul li {
  padding: 0;
  margin: 0;
}
.gform_wrapper ul li::before {
  content: none;
}
.gform_wrapper .validation_error {
  font-size: 16px;
  font-size: 1rem;
  padding: 15px;
  padding: 0.9375rem;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  max-width: 865px;
  max-width: 54.0625rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border: 1px solid #ba1217;
  color: #ba1217;
}
.gform_confirmation_message {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.gform_confirmation_message .gpoll_container {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.gfield_contains_required .ginput_container_email label::after {
  content: "*";
}
/* gform - Polls
-----------------------------*/
.gpoll_field > *:not(:last-child) {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.gpoll_field_label {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  line-height: 1.7333333333;
}
@media (min-width: 768px) {
  .gpoll_field_label {
    margin: 0 0 15px;
    margin: 0 0 0.9375rem;
  }
}
@media (min-width: 1440px) {
  .gpoll_field_label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.gpoll_choice_label {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  display: block;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.7333333333;
}
@media (min-width: 1440px) {
  .gpoll_choice_label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.gpoll_bar_juice {
  background: #F6F6F6 !important;
}
.gpoll_bar_juice::after {
  background: #E9161D !important;
}
.gpoll_ratio_label {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.gpoll_ratio_box {
  border-radius: 0 !important;
  background: #E9161D !important;
}
/* gform - Fields
-----------------------------*/
.ginput_container_radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media (min-width: 1440px) {
  .ginput_container_radio label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.ginput_container_radio label::before {
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 3px solid #000000;
  border-radius: 50%;
  content: "";
}
.ginput_container_radio label:focus, .ginput_container_radio label:hover {
  cursor: pointer;
}
.ginput_container_radio label:focus::before, .ginput_container_radio label:hover::before {
  background: radial-gradient(circle at center, #58E9F2 0, #58E9F2 6px, white 6px);
}
.ginput_container_radio input[type=radio] {
  position: absolute;
  top: 0;
  left: -999em;
}
.ginput_container_radio input[type=radio]:focus ~ label {
  outline: 1px dashed;
}
.ginput_container_radio input[type=radio]:checked ~ label::before {
  background: radial-gradient(circle at center, #D54CDA 0, #D54CDA 6px, white 6px);
}
.ginput_container_radio ul {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 1440px) {
  .ginput_container_radio ul {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.ginput_container_radio ul > li:not(:last-child) {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Main Components
--------------------------------*/
.header {
  padding: 20px 0 12px;
  padding: 1.25rem 0 0.75rem;
  margin: 0 0 68px;
  margin: 0 0 4.25rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  background: #000000;
}
@media (min-width: 768px) {
  .header {
    padding: 30px 0 12px;
    padding: 1.875rem 0 0.75rem;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 40px 0 12px;
    padding: 2.5rem 0 0.75rem;
  }
}
.header .site-links {
  margin: -20px 0 12px 0;
  margin: -1.25rem 0 0.75rem 0;
  background-color: #232323;
}
@media (min-width: 768px) {
  .header .site-links {
    margin: -30px 0 12px 0;
    margin: -1.875rem 0 0.75rem 0;
  }
}
@media (min-width: 1024px) {
  .header .site-links {
    margin: -40px 0 12px 0;
    margin: -2.5rem 0 0.75rem 0;
  }
}
.header .site-links__inner {
  max-width: 1440px;
}
@media (min-width: 1024px) {
  .header .site-links__inner {
    width: calc(100% - 58px);
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .header .site-links__inner {
    padding: 0 0 0 30px;
    padding: 0 0 0 1.875rem;
  }
}
.header .site-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header .site-links__item {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .header .site-links__item {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .header .site-links__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.header .site-links__item::before {
  display: none;
}
.header .site-links__item:nth-child(1) {
  background-color: #1F8384;
}
.header .site-links__item:nth-child(2) {
  background-color: #E9161D;
}
.header .site-links__item:nth-child(2) a.active::after {
  border-color: #E9161D transparent transparent transparent;
}
.header .site-links__item a {
  padding: 5px 0;
  padding: 0.3125rem 0;
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .header .site-links__item a {
    padding: 10px 0;
    padding: 0.625rem 0;
    width: 160px;
  }
}
@media (min-width: 1024px) {
  .header .site-links__item a {
    padding: 13px 0;
    padding: 0.8125rem 0;
    width: 140px;
  }
}
.header .site-links__item a:hover, .header .site-links__item a:focus {
  text-decoration: underline;
}
.header .site-links__item a.active {
  position: relative;
}
.header .site-links__item a.active::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #1F8384 transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .header .site-links__item a.active::after {
    border-width: 10px 5px 0 5px;
  }
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  .header .inner {
    width: calc(100% - 26px);
  }
}
@media (max-width: 1024px) {
  .header .inner {
    width: calc(100% - 42px);
  }
}
.header__logo {
  width: 105px;
  width: 6.5625rem;
  height: 105px;
  height: 6.5625rem;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 110;
}
@media (min-width: 768px) {
  .header__logo {
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
    top: 25px;
  }
}
@media (min-width: 1024px) {
  .header__logo {
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    top: 0;
  }
}
@media (min-width: 1440px) {
  .header__logo {
    width: 180px;
    width: 11.25rem;
    height: 180px;
    height: 11.25rem;
    left: -90px;
    left: -5.625rem;
  }
}
.header__logo a {
  display: block;
}
.header__logo svg {
  fill: #E9161D;
}
@media (min-width: 1024px) {
  .header__logo.smaller {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.header__navigation {
  padding: 68px 0 10px;
  padding: 4.25rem 0 0.625rem;
  display: none;
  visibility: hidden;
  position: fixed;
  overflow-x: auto;
  top: 80px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #1E1E1E;
}
@media (min-width: 768px) {
  .header__navigation {
    top: 90px;
    height: calc(100% - 90px);
  }
}
@media (min-width: 1024px) {
  .header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: static;
    visibility: visible;
    overflow: initial;
    padding: 0;
    background: none;
  }
}
.header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 32px 0 0;
  padding: 2rem 0 0;
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 1160px;
}
.header .menu li {
  padding: 0;
  margin: 0;
}
.header .menu li::before {
  content: none;
}
@media (min-width: 768px) {
  .header .menu {
    width: calc(100% - 58px);
  }
}
@media (min-width: 1024px) {
  .header .menu {
    padding: 0 10px 0 120px;
    padding: 0 0.625rem 0 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
  }
}
.header .menu > li {
  padding: 0 10px 25px;
  padding: 0 0.625rem 1.5625rem;
}
@media (min-width: 1024px) {
  .header .menu > li {
    padding: 0;
  }
}
.header .menu > li:last-child {
  padding-bottom: 0;
}
.header .menu > li.menu-item-has-children svg {
  width: 15px;
  width: 0.9375rem;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  stroke: currentColor;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 1024px) {
  .header .menu > li.menu-item-has-children svg {
    display: none;
    visibility: hidden;
  }
}
.header .menu > li > a {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  padding: 0 20px 0 0;
  padding: 0 1.25rem 0 0;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.2272727273;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .header .menu > li > a {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 12px 12px 10px 12px;
    padding: 0.75rem 0.75rem 0.625rem 0.75rem;
  }
}
@media (min-width: 1440px) {
  .header .menu > li > a {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 12px 20px;
    padding: 0.75rem 1.25rem;
  }
}
.header .menu a {
  display: block;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  white-space: normal;
}
.header .menu a:hover, .header .menu a:focus {
  color: #FBE600;
}
.header .menu a[aria-current=page] {
  color: #FBE600;
}
.header .menu a[aria-expanded=true] svg {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.header .menu .current-menu-parent > a {
  color: #FBE600;
}
.header .sub-menu {
  padding: 5px 30px 0;
  padding: 0.3125rem 1.875rem 0;
  display: none;
  visibility: hidden;
  margin: 0;
}
@media (min-width: 1024px) {
  .header .sub-menu {
    padding: 15px 23px;
    padding: 0.9375rem 1.4375rem;
    width: 260px;
    width: 16.25rem;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    background-color: #1E1E1E;
  }
}
.header .sub-menu > li {
  padding: 10px 0;
  padding: 0.625rem 0;
}
@media (min-width: 1024px) {
  .header .sub-menu > li {
    padding: 0;
  }
}
.header .sub-menu a {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2272727273;
}
@media (min-width: 1024px) {
  .header .sub-menu a {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px 0;
    padding: 1.25rem 0;
    line-height: 1.25;
    white-space: normal;
  }
}
@media (min-width: 1440px) {
  .header .sub-menu a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.header__search, .header__hamburger {
  padding: 9px;
  padding: 0.5625rem;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .header__search, .header__hamburger {
    display: none;
    visibility: hidden;
  }
}
.header__search span, .header__hamburger span {
  display: block;
}
.header__search:focus, .header__hamburger:focus {
  outline: 1px dotted currentColor;
}
.header__search {
  width: 41px;
  width: 2.5625rem;
  height: 41px;
  height: 2.5625rem;
}
.header__search svg {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  fill: #FFFFFF;
}
@media (max-width: 1023px) {
  .header__search[aria-expanded=true] + .search-form {
    padding: 72px 0 10px;
    padding: 4.5rem 0 0.625rem;
    display: block;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
  }
}
.header__hamburger {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(1), .header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(4) {
  background: transparent;
}
.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__hamburger-inner {
  width: 23px;
  width: 1.4375rem;
  height: 19px;
  height: 1.1875rem;
  position: relative;
}
.header__hamburger-line {
  height: 3px;
  height: 0.1875rem;
  position: absolute;
  width: 100%;
  border-radius: 1.5px;
  background: currentColor;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header__hamburger-line:nth-child(1) {
  top: 0;
}
.header__hamburger-line:nth-child(2), .header__hamburger-line:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.header__hamburger-line:nth-child(4) {
  bottom: 0;
}
.js-visible {
  display: block !important;
  visibility: visible !important;
}
.footer {
  padding: 25px 0 15px;
  padding: 1.5625rem 0 0.9375rem;
  color: #FFFFFF;
  background: #E9161D;
}
@media (min-width: 1440px) {
  .footer {
    padding: 25px 0;
    padding: 1.5625rem 0;
  }
}
.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .menu li {
  padding: 0;
  margin: 0;
}
.footer .menu li::before {
  content: none;
}
@media (min-width: 1440px) {
  .footer .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1440px) {
  .footer .menu > li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.footer .menu a {
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  display: block;
  line-height: 1.75;
  color: currentColor;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .footer .menu a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
    line-height: 1;
  }
}
.footer .menu a:hover, .footer .menu a:focus {
  color: #000000;
  text-decoration: underline;
}
.search-form {
  display: none;
  visibility: hidden;
  width: 100%;
  background: #1E1E1E;
}
@media (min-width: 1024px) {
  .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: visible;
    max-width: 215px;
    background: none;
  }
}
@media (min-width: 1440px) {
  .search-form {
    max-width: 236px;
  }
}
.search-form .inner {
  width: 100%;
}
.search-form__inner {
  height: 50px;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.search-form input[type=text] {
  height: inherit;
  color: #FFFFFF;
  background: #232323;
}
.search-form input[type=text]:focus {
  outline: 1px dotted #58E9F2;
}
.search-form input[type=text]::-webkit-input-placeholder, .search-form input[type=text]::-moz-placeholder, .search-form input[type=text]:-ms-input-placeholder {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: #FFFFFF !important;
}
.search-form input[type=text]::-webkit-input-placeholder {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: #FFFFFF !important;
}
.search-form input[type=text]::-moz-placeholder {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: #FFFFFF !important;
}
.search-form input[type=text]:-ms-input-placeholder {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: #FFFFFF !important;
}
.search-form input[type=text]::-ms-input-placeholder {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: #FFFFFF !important;
}
.search-form input[type=text]::placeholder {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: #FFFFFF !important;
}
@media (min-width: 1440px) {
  .search-form input[type=text]::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .search-form input[type=text]::-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .search-form input[type=text]:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .search-form input[type=text]::-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .search-form input[type=text]::placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
}
.search-form__button {
  width: 50px;
  width: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: inherit;
}
.search-form__button:focus {
  outline: 1px dotted #58E9F2;
}
.search-form__button > svg {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.search-form__button--close {
  position: absolute;
  top: -50px;
  right: 0;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .search-form__button--close {
    display: none;
    visibility: hidden;
  }
}
.search-form__button--search {
  background: #58E9F2;
}
@media (hover: hover) {
  .search-form__button--search:hover {
    background-color: #FFFFFF;
  }
  .search-form__button--search:hover svg {
    color: #FFFFFF;
  }
}
.search-form #search_drug,
.search-form .autocomplete__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.search-form--light {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  display: block;
  visibility: visible;
  width: 100%;
  background: none;
}
@media (min-width: 768px) {
  .search-form--light {
    padding-bottom: 35px;
    padding-bottom: 2.1875rem;
    max-width: 670px;
  }
}
@media (min-width: 1440px) {
  .search-form--light {
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }
}
.search-form--light input[type=text] {
  color: #000000;
  background-color: #FFFFFF;
}
.search-form--light input[type=text]::-webkit-input-placeholder {
  color: #000000 !important;
}
.search-form--light input[type=text]::placeholder, .search-form--light input[type=text]::-webkit-input-placeholder, .search-form--light input[type=text]::-moz-placeholder {
  color: #000000 !important;
}
.search-form--light input[type=text]:-ms-input-placeholder {
  color: #000000 !important;
}
.search-form--light input[type=text],
.search-form--light .search-form__inner,
.search-form--light .search-form__button {
  height: 60px;
  height: 3.75rem;
}
@media (min-width: 1440px) {
  .search-form--light input[type=text],
.search-form--light .search-form__inner,
.search-form--light .search-form__button {
    height: 70px;
    height: 4.375rem;
  }
}
.search-form--light .search-form__button {
  width: 60px;
  width: 3.75rem;
}
@media (min-width: 1440px) {
  .search-form--light .search-form__button {
    width: 70px;
    width: 4.375rem;
  }
}
.search-form--light .search-form__button:hover {
  background: #232323;
}
.search-form--light .search-form__button:hover svg {
  fill: #FFFFFF;
}
.search-form--medium {
  background: none;
}
.search-form--medium input[type=text] {
  height: 100%;
  color: #000000;
  background-color: #F6F6F6;
}
.search-form--medium input[type=text]::-webkit-input-placeholder {
  color: #000000 !important;
}
.search-form--medium input[type=text]::placeholder, .search-form--medium input[type=text]::-webkit-input-placeholder, .search-form--medium input[type=text]::-moz-placeholder {
  color: #000000 !important;
}
.search-form--medium input[type=text]:-ms-input-placeholder {
  color: #000000 !important;
}
.angled-panel .search-form {
  display: block;
  visibility: visible;
  max-width: 100%;
}
.angled-panel .search-form .search-form__inner {
  height: 60px;
  height: 3.75rem;
}
@media (min-width: 1440px) {
  .angled-panel .search-form .search-form__inner {
    height: 70px;
    height: 4.375rem;
  }
}
.angled-panel .search-form .search-form__button {
  width: 60px;
  width: 3.75rem;
}
@media (min-width: 1440px) {
  .angled-panel .search-form .search-form__button {
    width: 70px;
    width: 4.375rem;
  }
}
.autocomplete__menu {
  margin: 0 -60px 0 0;
  margin: 0 -3.75rem 0 0;
  max-height: 300px;
  max-height: 18.75rem;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  background: #FFFFFF;
}
@media (min-width: 1440px) {
  .autocomplete__menu {
    margin: 0 -70px 0 0;
    margin: 0 -4.375rem 0 0;
  }
}
.autocomplete__option {
  padding: 10px;
  padding: 0.625rem;
  margin: 0;
  cursor: pointer;
}
@media (hover: hover) {
  .autocomplete__option:hover {
    color: #FFFFFF;
    background: #E9161D;
  }
}
.autocomplete__option:not(:last-of-type) {
  border-bottom: 1px solid #F6F6F6;
}
.autocomplete__option::before {
  content: none;
}
.autocomplete__option--focused {
  color: #FFFFFF;
  background: #E9161D;
  outline: 1px dotted #000000;
  outline-offset: -1px;
}
/* Non Block Components
--------------------------------*/
@media (min-width: 768px) {
  .latest-news {
    padding-right: 20px;
    padding-right: 1.25rem;
    margin-top: 205px;
    margin-top: 12.8125rem;
  }
}
@media (min-width: 1440px) {
  .latest-news {
    margin-top: 245px;
    margin-top: 15.3125rem;
  }
}
.latest-news h3 {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .latest-news h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    line-height: 1.4545454545;
  }
}
.latest-news .title-panel__content p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 1440px) {
  .latest-news .title-panel__content p {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.quick-poll {
  margin: 0 -50px 65px;
  margin: 0 -3.125rem 4.0625rem;
}
@media (min-width: 768px) {
  .quick-poll {
    margin: 0 0 0 -61px;
    margin: 0 0 0 -3.8125rem;
  }
}
@media (min-width: 1440px) {
  .quick-poll {
    margin: 0;
  }
}
.quick-poll .ginput_container_radio {
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media (min-width: 1440px) {
  .quick-poll .validation_error {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
/* CIVIC COOKIEBAR OVERRRIDES
----------------------------------------*/
.cookie-wrapper {
  z-index: 120;
}
#ccc #ccc-content#ccc-content,
#ccc #ccc-notify#ccc-notify {
  z-index: 999 !important;
  background-color: #E9161D !important;
}
@media (max-width: 768px) {
  #ccc .ccc-panel #ccc-title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1440px) {
  #ccc #ccc-content {
    padding-top: 12px !important;
    padding-top: 0.75rem !important;
  }
}
#ccc #ccc-content p {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.7333333333 !important;
}
@media (min-width: 768px) {
  #ccc #ccc-content p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 15px;
    margin: 0 0 0.9375rem;
    line-height: 1.6 !important;
  }
}
@media (min-width: 1440px) {
  #ccc #ccc-content p {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
#ccc #ccc-icon {
  fill: #E9161D !important;
}
#ccc .checkbox-toggle--slider .checkbox-toggle-on,
#ccc .checkbox-toggle--slider .checkbox-toggle-off {
  color: #1E1E1E !important;
  opacity: 1 !important;
}
#ccc #ccc-notify {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (min-width: 768px) {
  #ccc #ccc-notify {
    padding: 30px 40px 30px !important;
    padding: 1.875rem 2.5rem 1.875rem !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media (min-width: 1440px) {
  #ccc #ccc-notify {
    padding: 30px 140px 30px !important;
    padding: 1.875rem 8.75rem 1.875rem !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media (min-width: 768px) {
  #ccc #ccc-notify p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
#ccc .ccc-panel {
  /* Hide buttons */
}
#ccc .ccc-panel #ccc-recommended-settings {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  #ccc #ccc-button-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#ccc .ccc-notify-buttons {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  #ccc .ccc-notify-buttons {
    margin-left: 20px !important;
    margin-left: 1.25rem !important;
  }
}
#ccc .ccc-notify-buttons .ccc-reject-button {
  display: none;
  visibility: hidden;
}
#ccc .ccc-notify-button {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif !important;
}
#ccc #ccc-module {
  z-index: 999;
}
#ccc h2,
#ccc h3 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
}
#ccc p {
  opacity: 1 !important;
}
#ccc a {
  font-size: inherit !important;
}
.wsp-container > h2 {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 1440px) {
  .wsp-container > h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.wsp-pages-list .page_item_has_children ul {
  margin-top: 20px;
  margin-top: 1.25rem;
}
/* Container toggle 
--------------------------------*/
.container-toggle {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 40px 20px 0;
  padding: 1.25rem 2.5rem 1.25rem 0;
  position: relative;
  display: block;
}
.container-toggle > span {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.container-toggle > span svg {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.container-toggle .minus {
  display: none;
}
.container-toggle[aria-expanded=true] .minus {
  display: block;
}
.container-toggle[aria-expanded=true] .plus {
  display: none;
}
.container-toggle[aria-expanded=true] + * {
  display: block;
  visibility: visible;
}
/* Pagination
--------------------------------*/
.pagination__list {
  padding-top: 28px;
  padding-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .pagination__list {
    padding-top: 35px;
    padding-top: 2.1875rem;
  }
}
.pagination__link {
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .pagination__link {
    width: 41px;
    width: 2.5625rem;
    height: 43px;
    height: 2.6875rem;
  }
}
.pagination__link:hover {
  background-color: #58E9F2;
}
.pagination__link.current {
  color: #FFFFFF;
  background: #232323;
}
.pagination__link--arrow::before {
  width: 11px;
  width: 0.6875rem;
  height: 17px;
  height: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background: url("arrow-black.b3921cd2.svg") no-repeat center center;
  background-size: 11px 17px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagination__link--previous::before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1);
}
/* Text meant only for screen readers. */
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.sr-only:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  color: #000000;
  background-color: #FBE600;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.js-hidden {
  display: none !important;
  visibility: hidden !important;
}
.highlighted {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background: #FBE600;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
#ccc {
  z-index: 120 !important;
}
#chat-widget-container {
  z-index: 99 !important;
}
