@charset "UTF-8";
/*
Theme Name: calroy 2022
Author: Car of Tomorrow
Author URI: http://www.caroftomorrow.com
Description: A theme description
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* line 5, ../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Header
.. 03. Modules
.. 04. Footer
.. 05. Comments
.. 06. Widgets Styling
.. 07. WordPress defaults
.. 08. Utilities
*/
/*********************
BREAKPOINTS
*********************/
/* line 47, sass/mixins/_utils.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*********************
COLORS
*********************/
/*!
Theme Name: calroy 2022
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: calroy 2022
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 with others.

calroy 2022 is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */
/* line 57, sass/base/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 70, sass/base/_normalize.scss */
body {
  margin: 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 83, sass/base/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 94, sass/base/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 106, sass/base/_normalize.scss */
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.
 */
/* line 115, sass/base/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 125, sass/base/_normalize.scss */
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.
 */
/* line 135, sass/base/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 146, sass/base/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 155, sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 163, sass/base/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 167, sass/base/_normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 178, sass/base/_normalize.scss */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 190, sass/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 206, sass/base/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 216, sass/base/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 225, sass/base/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 236, sass/base/_normalize.scss */
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.
 */
/* line 248, sass/base/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 259, sass/base/_normalize.scss */
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.
 */
/* line 270, sass/base/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 283, sass/base/_normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 291, sass/base/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 300, sass/base/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 310, sass/base/_normalize.scss */
[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.
 */
/* line 320, sass/base/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 329, sass/base/_normalize.scss */
[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.
 */
/* line 338, sass/base/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 350, sass/base/_normalize.scss */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 358, sass/base/_normalize.scss */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 369, sass/base/_normalize.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 377, sass/base/_normalize.scss */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 384, sass/base/_normalize.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/* line 397, sass/base/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

/* line 401, sass/base/_normalize.scss */
p {
  margin-bottom: 1.5em; }

/* line 405, sass/base/_normalize.scss */
dfn, cite, em, i {
  font-style: italic; }

/* line 409, sass/base/_normalize.scss */
blockquote {
  margin: 0 1.5em; }

/* line 413, sass/base/_normalize.scss */
address {
  margin: 0 0 1.5em; }

/* line 417, sass/base/_normalize.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

/* line 429, sass/base/_normalize.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

/* line 435, sass/base/_normalize.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

/* line 440, sass/base/_normalize.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none; }

/* line 445, sass/base/_normalize.scss */
big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 452, sass/base/_normalize.scss */
html {
  box-sizing: border-box; }

/* line 456, sass/base/_normalize.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

/* line 463, sass/base/_normalize.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

/* line 468, sass/base/_normalize.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* line 475, sass/base/_normalize.scss */
ul, ol {
  margin: 0 0 1.5em 3em; }

/* line 479, sass/base/_normalize.scss */
ul {
  list-style: disc; }

/* line 483, sass/base/_normalize.scss */
ol {
  list-style: decimal; }

/* line 487, sass/base/_normalize.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

/* line 493, sass/base/_normalize.scss */
dt {
  font-weight: bold; }

/* line 497, sass/base/_normalize.scss */
dd {
  margin: 0 1.5em 1.5em; }

/* line 501, sass/base/_normalize.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/* line 508, sass/base/_normalize.scss */
figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/* line 513, sass/base/_normalize.scss */
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 521, sass/base/_normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #000 #000 #000;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

/* line 535, sass/base/_normalize.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

/* line 542, sass/base/_normalize.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

/* line 552, sass/base/_normalize.scss */
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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

/* line 574, sass/base/_normalize.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

/* line 593, sass/base/_normalize.scss */
select {
  border: 1px solid #ccc; }

/* line 597, sass/base/_normalize.scss */
textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 619, sass/base/_normalize.scss */
a:focus {
  outline: thin dotted; }

/* line 623, sass/base/_normalize.scss */
a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 630, sass/base/_normalize.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

/* line 637, sass/base/_normalize.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

/* line 653, sass/base/_normalize.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

/* line 658, sass/base/_normalize.scss */
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* line 663, sass/base/_normalize.scss */
.main-navigation ul ul a {
  width: 200px; }

/* line 667, sass/base/_normalize.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

/* line 672, sass/base/_normalize.scss */
.main-navigation li {
  float: left;
  position: relative; }

/* line 677, sass/base/_normalize.scss */
.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
/* line 683, sass/base/_normalize.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  /* line 689, sass/base/_normalize.scss */
  .menu-toggle {
    display: none; }

  /* line 692, sass/base/_normalize.scss */
  .main-navigation ul {
    display: block; } }
/* line 697, sass/base/_normalize.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

/* line 704, sass/base/_normalize.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

/* line 711, sass/base/_normalize.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 723, sass/base/_normalize.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

/* line 736, sass/base/_normalize.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
/* line 759, sass/base/_normalize.scss */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 766, sass/base/_normalize.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

/* line 772, sass/base/_normalize.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

/* line 778, sass/base/_normalize.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 788, sass/base/_normalize.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

/* line 805, sass/base/_normalize.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 817, sass/base/_normalize.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

/* line 822, sass/base/_normalize.scss */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 832, sass/base/_normalize.scss */
.sticky {
  display: block; }

/* line 841, sass/base/_normalize.scss */
.updated:not(.published) {
  display: none; }

/* line 845, sass/base/_normalize.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

/* line 851, sass/base/_normalize.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 859, sass/base/_normalize.scss */
.comment-content a {
  word-wrap: break-word; }

/* line 863, sass/base/_normalize.scss */
.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 871, sass/base/_normalize.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 878, sass/base/_normalize.scss */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 885, sass/base/_normalize.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
/* line 895, sass/base/_normalize.scss */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
/* line 902, sass/base/_normalize.scss */
.custom-logo-link {
  display: inline-block; }

/* line 906, sass/base/_normalize.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*1200*/
/*
  sm 768px,
  md 1024px,
  lg 1440px !default;
 */
/* line 35, sass/base/_flexboxgrid.scss */
.wrapper {
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto; }

/* line 41, sass/base/_flexboxgrid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.666%;
  padding-left: 6.666%; }
  @media (min-width: 48em) {
    /* line 41, sass/base/_flexboxgrid.scss */
    .container-fluid {
      padding-right: 4.305%;
      padding-left: 4.305%; } }

/* line 52, sass/base/_flexboxgrid.scss */
.xs-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.666%;
  padding-left: 6.666%;
  /*1024*/ }
  @media (min-width: 48em) {
    /* line 52, sass/base/_flexboxgrid.scss */
    .xs-container-fluid {
      padding-right: 4.305%;
      padding-left: 4.305%; } }
  @media (min-width: 64em) {
    /* line 52, sass/base/_flexboxgrid.scss */
    .xs-container-fluid {
      padding: 0;
      margin: 0; } }

/* line 67, sass/base/_flexboxgrid.scss */
.xs-container-bleed {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 48em) {
    /* line 67, sass/base/_flexboxgrid.scss */
    .xs-container-bleed {
      padding-right: 4.305%;
      padding-left: 4.305%; } }

/* line 77, sass/base/_flexboxgrid.scss */
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.1975%;
  margin-left: -1.1975%; }

/* line 86, sass/base/_flexboxgrid.scss */
.container-bleed .row {
  margin: 0; }
  /* line 88, sass/base/_flexboxgrid.scss */
  .container-bleed .row .col-xs-12 {
    padding: 0; }
    @media (min-width: 48em) {
      /* line 88, sass/base/_flexboxgrid.scss */
      .container-bleed .row .col-xs-12 {
        padding-right: 1.1975%;
        padding-left: 1.1975%; } }
  /* line 95, sass/base/_flexboxgrid.scss */
  .container-bleed .row > div:first-child {
    padding-left: 0; }
  /* line 96, sass/base/_flexboxgrid.scss */
  .container-bleed .row > div:last-child {
    padding-right: 0; }

/* line 99, sass/base/_flexboxgrid.scss */
.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 103, sass/base/_flexboxgrid.scss */
.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* line 123, sass/base/_flexboxgrid.scss */
.col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 41.66667%;
  -moz-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 58.33333%;
  -moz-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 91.66667%;
  -moz-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

/* line 128, sass/base/_flexboxgrid.scss */
.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-0 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 0%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 8.33333%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 16.66667%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 25%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 33.33333%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 41.66667%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 50%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 58.33333%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 66.66667%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 75%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 83.33333%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 91.66667%; }

/* line 135, sass/base/_flexboxgrid.scss */
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 100%; }

/* line 140, sass/base/_flexboxgrid.scss */
.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

/* line 145, sass/base/_flexboxgrid.scss */
.start-xs, .left-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

/* line 150, sass/base/_flexboxgrid.scss */
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

/* line 155, sass/base/_flexboxgrid.scss */
.end-xs, .right-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

/* line 160, sass/base/_flexboxgrid.scss */
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

/* line 164, sass/base/_flexboxgrid.scss */
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

/* line 168, sass/base/_flexboxgrid.scss */
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

/* line 172, sass/base/_flexboxgrid.scss */
.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

/* line 176, sass/base/_flexboxgrid.scss */
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

/* line 180, sass/base/_flexboxgrid.scss */
.first-xs {
  order: -1; }

/* line 184, sass/base/_flexboxgrid.scss */
.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  /* line 194, sass/base/_flexboxgrid.scss */
  .container {
    width: 46rem; }

  /* line 198, sass/base/_flexboxgrid.scss */
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 0%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 8.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 16.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 25%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 33.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 41.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 50%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 58.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 66.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 75%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 83.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 91.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 100%; }

  /* line 215, sass/base/_flexboxgrid.scss */
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  /* line 220, sass/base/_flexboxgrid.scss */
  .start-sm, .left-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  /* line 225, sass/base/_flexboxgrid.scss */
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  /* line 230, sass/base/_flexboxgrid.scss */
  .end-sm, .right-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  /* line 235, sass/base/_flexboxgrid.scss */
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  /* line 239, sass/base/_flexboxgrid.scss */
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  /* line 243, sass/base/_flexboxgrid.scss */
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

  /* line 247, sass/base/_flexboxgrid.scss */
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }

  /* line 251, sass/base/_flexboxgrid.scss */
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  /* line 255, sass/base/_flexboxgrid.scss */
  .first-sm {
    order: -1; }

  /* line 259, sass/base/_flexboxgrid.scss */
  .last-sm {
    order: 1; } }
@media only screen and (min-width: 64em) {
  /* line 194, sass/base/_flexboxgrid.scss */
  .container {
    width: 62rem; }

  /* line 198, sass/base/_flexboxgrid.scss */
  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 0%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 8.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 16.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 25%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 33.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 41.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 50%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 58.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 66.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 75%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 83.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 91.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 100%; }

  /* line 215, sass/base/_flexboxgrid.scss */
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  /* line 220, sass/base/_flexboxgrid.scss */
  .start-md, .left-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  /* line 225, sass/base/_flexboxgrid.scss */
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  /* line 230, sass/base/_flexboxgrid.scss */
  .end-md, .right-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  /* line 235, sass/base/_flexboxgrid.scss */
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  /* line 239, sass/base/_flexboxgrid.scss */
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  /* line 243, sass/base/_flexboxgrid.scss */
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

  /* line 247, sass/base/_flexboxgrid.scss */
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }

  /* line 251, sass/base/_flexboxgrid.scss */
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  /* line 255, sass/base/_flexboxgrid.scss */
  .first-md {
    order: -1; }

  /* line 259, sass/base/_flexboxgrid.scss */
  .last-md {
    order: 1; } }
@media only screen and (min-width: 75em) {
  /* line 194, sass/base/_flexboxgrid.scss */
  .container {
    width: 71rem; }

  /* line 198, sass/base/_flexboxgrid.scss */
  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  /* line 203, sass/base/_flexboxgrid.scss */
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 0%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 8.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 16.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 25%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 33.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 41.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 50%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 58.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 66.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 75%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 83.33333%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 91.66667%; }

  /* line 210, sass/base/_flexboxgrid.scss */
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 100%; }

  /* line 215, sass/base/_flexboxgrid.scss */
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  /* line 220, sass/base/_flexboxgrid.scss */
  .start-lg, .left-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  /* line 225, sass/base/_flexboxgrid.scss */
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  /* line 230, sass/base/_flexboxgrid.scss */
  .end-lg, .right-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  /* line 235, sass/base/_flexboxgrid.scss */
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  /* line 239, sass/base/_flexboxgrid.scss */
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  /* line 243, sass/base/_flexboxgrid.scss */
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

  /* line 247, sass/base/_flexboxgrid.scss */
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }

  /* line 251, sass/base/_flexboxgrid.scss */
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  /* line 255, sass/base/_flexboxgrid.scss */
  .first-lg {
    order: -1; }

  /* line 259, sass/base/_flexboxgrid.scss */
  .last-lg {
    order: 1; } }
@font-face {
  font-family: "Avenir-LT";
  src: url("fonts/35AvenirLT.eot?") format("eot"), url("fonts/35AvenirLT.woff2") format("woff2"), url("fonts/35AvenirLT.woff") format("woff"), url("fonts/35AvenirLT.ttf") format("truetype"), url("fonts/35AvenirLT.svg#Avenir-LT") format("svg"); }
@font-face {
  font-family: "Avenir-LT-Ob";
  src: url("fonts/35AvenirLTOb.eot?") format("eot"), url("fonts/35AvenirLTOb.woff2") format("woff2"), url("fonts/35AvenirLTOb.woff") format("woff"), url("fonts/35AvenirLTOb.ttf") format("truetype"), url("fonts/35AvenirLTOb.svg#Avenir-LT-Ob") format("svg"); }
@font-face {
  font-family: "Avenir-Roman";
  src: url("fonts/55AvenirRoman.eot?") format("eot"), url("fonts/55AvenirRoman.woff2") format("woff2"), url("fonts/55AvenirRoman.woff") format("woff"), url("fonts/55AvenirRoman.ttf") format("truetype"), url("fonts/55AvenirRoman.svg#Avenir-Roman") format("svg"); }
@font-face {
  font-family: "Avenir-Heavy";
  src: url("fonts/85AvenirHeavy.eot?") format("eot"), url("fonts/85AvenirHeavy.woff2") format("woff2"), url("fonts/85AvenirHeavy.woff") format("woff"), url("fonts/85AvenirHeavy.ttf") format("truetype"), url("fonts/85AvenirHeavy.svg#Avenir-Heavy") format("svg"); }
/* line 18, sass/base/_typography.scss */
body {
  font: 100% "Avenir-LT", arial, sans-serif;
  color: #65656A; }

/* line 23, sass/base/_typography.scss */
h1, .h1-style {
  font-family: "Avenir-LT", arial, sans-serif;
  font-weight: normal;
  font-size: 2.625rem;
  line-height: 1.18em;
  color: #3CA0A0; }
  @media (min-width: 48em) {
    /* line 23, sass/base/_typography.scss */
    h1, .h1-style {
      font-size: 2.3375rem; } }
  @media (min-width: 75em) {
    /* line 23, sass/base/_typography.scss */
    h1, .h1-style {
      font-size: 3.4375rem; } }

/* line 37, sass/base/_typography.scss */
h2, .h2-style, .page .intro-text p:first-child, .error404 .intro-text p:first-child, .woocommerce-account h1, .woocommerce-checkout h1, .single-product .entry-summary h1, .secondary-title {
  font-family: "Avenir-LT", arial, sans-serif;
  font-weight: 400;
  line-height: 1.302em;
  font-size: 2.625rem; }
  @media (min-width: 48em) {
    /* line 37, sass/base/_typography.scss */
    h2, .h2-style, .page .intro-text p:first-child, .error404 .intro-text p:first-child, .woocommerce-account h1, .woocommerce-checkout h1, .single-product .entry-summary h1, .secondary-title {
      font-size: 1.75rem; } }
  @media (min-width: 75em) {
    /* line 37, sass/base/_typography.scss */
    h2, .h2-style, .page .intro-text p:first-child, .error404 .intro-text p:first-child, .woocommerce-account h1, .woocommerce-checkout h1, .single-product .entry-summary h1, .secondary-title {
      font-size: 2.625rem; } }

/* line 50, sass/base/_typography.scss */
h3, .h3-style, .single .long-desc blockquote, form.search-form input[type="search"], .page-template-custom-page-template .long-desc blockquote, .page-template-utility-page-template h2, .xoo-wsc-modal .xoo-wsc-pname a, h3 p, .h3-style p, .single .long-desc blockquote p, form.search-form input[type="search"] p, .page-template-custom-page-template .long-desc blockquote p, .page-template-utility-page-template h2 p, .xoo-wsc-modal .xoo-wsc-pname a p {
  font-family: "Avenir-LT", arial, sans-serif;
  font-weight: normal;
  font-size: 1.625rem;
  line-height: 1.385em; }
  @media (min-width: 48em) {
    /* line 50, sass/base/_typography.scss */
    h3, .h3-style, .single .long-desc blockquote, form.search-form input[type="search"], .page-template-custom-page-template .long-desc blockquote, .page-template-utility-page-template h2, .xoo-wsc-modal .xoo-wsc-pname a, h3 p, .h3-style p, .single .long-desc blockquote p, form.search-form input[type="search"] p, .page-template-custom-page-template .long-desc blockquote p, .page-template-utility-page-template h2 p, .xoo-wsc-modal .xoo-wsc-pname a p {
      font-size: 1.3rem; } }
  @media (min-width: 75em) {
    /* line 50, sass/base/_typography.scss */
    h3, .h3-style, .single .long-desc blockquote, form.search-form input[type="search"], .page-template-custom-page-template .long-desc blockquote, .page-template-utility-page-template h2, .xoo-wsc-modal .xoo-wsc-pname a, h3 p, .h3-style p, .single .long-desc blockquote p, form.search-form input[type="search"] p, .page-template-custom-page-template .long-desc blockquote p, .page-template-utility-page-template h2 p, .xoo-wsc-modal .xoo-wsc-pname a p {
      font-size: 1.625rem; } }

/* line 63, sass/base/_typography.scss */
h4, .h4-style, .label, a.jump-link, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content a {
  text-transform: uppercase;
  font-family: "Avenir-Roman", arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1em; }
  @media (min-width: 48em) {
    /* line 63, sass/base/_typography.scss */
    h4, .h4-style, .label, a.jump-link, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content a {
      font-size: 0.85rem; } }
  @media (min-width: 75em) {
    /* line 63, sass/base/_typography.scss */
    h4, .h4-style, .label, a.jump-link, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content a {
      font-size: 1.25rem; } }

/* line 78, sass/base/_typography.scss */
h5, .h5-style, .site-footer .main-navigation ul li, .site-footer .secondary-navigation ul li, .button, input[type="submit"], .button-wrapper a,
button:not(.menu-toggle):not(.menu-close):not(.lity-close),
.woocommerce .button, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close),
.site-main .woocommerce .button, .site-main .woocommerce button.button.alt, .label-sm {
  text-transform: uppercase;
  font-family: "Avenir-Roman", arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1em; }
  /* line 85, sass/base/_typography.scss */
  h5.case-style, .h5-style.case-style, .site-footer .main-navigation ul li.case-style, .site-footer .secondary-navigation ul li.case-style, .case-style.button, input.case-style[type="submit"], .button-wrapper a.case-style,
  button.case-style:not(.menu-toggle):not(.menu-close):not(.lity-close),
  .site-main .woocommerce .case-style.button, .site-main .woocommerce button.case-style.button.alt, .label-sm.case-style {
    text-transform: none; }

/* line 91, sass/base/_typography.scss */
p, .p-style, ul, .xoo-wsc-modal .xoo-wsc-sm-info {
  font-family: "Avenir-LT", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.444em;
  font-weight: normal;
  margin: 0 0 1.25rem; }
  /* line 97, sass/base/_typography.scss */
  p.smaller, .p-style.smaller, ul.smaller, .xoo-wsc-modal .smaller.xoo-wsc-sm-info {
    font-size: 1rem; }

/* line 101, sass/base/_typography.scss */
.body-non-p, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li a.button, .xoo-wsc-cart-trigger.less-than-1024, .xoo-wsc-modal .xoo-wsc-pname, .body-non-p p, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li p, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li a.button p, .xoo-wsc-cart-trigger.less-than-1024 p, .xoo-wsc-modal .xoo-wsc-pname p {
  font-family: "Avenir-Roman", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.44em;
  font-weight: normal;
  margin: 0;
  text-transform: none; }

/* line 111, sass/base/_typography.scss */
.caption {
  text-align: center;
  margin: 3rem auto 0;
  width: 75%; }

/* line 118, sass/base/_typography.scss */
ol li {
  font-family: "Avenir-LT", arial, sans-serif;
  font-size: 1rem;
  line-height: 1.625em; }

/* line 125, sass/base/_typography.scss */
span.label, span.sm-label, .ui-widget.ui-dialog span.ui-dialog-title, span.p-style, .xoo-wsc-modal span.xoo-wsc-sm-info {
  margin: 0;
  line-height: 1.5rem; }

/* line 133, sass/base/_typography.scss */
.h1-style p, .h2-style p, .page .intro-text p:first-child p, .error404 .intro-text p:first-child p, .woocommerce-account h1 p, .woocommerce-checkout h1 p, .single-product .entry-summary h1 p {
  margin: 0; }

/* line 134, sass/base/_typography.scss */
p:last-child, .p-style:last-child, ul:last-child, .xoo-wsc-modal .xoo-wsc-sm-info:last-child {
  margin: 0; }

/* line 137, sass/base/_typography.scss */
.site-main ul, .site-main ol {
  margin: 0 0 2rem 1em; }
/* line 140, sass/base/_typography.scss */
.site-main ul {
  list-style-type: disc; }
  /* line 142, sass/base/_typography.scss */
  .site-main ul li {
    margin-bottom: .95em; }
    /* line 144, sass/base/_typography.scss */
    .site-main ul li:last-child {
      margin-bottom: 0; }

/* line 152, sass/base/_typography.scss */
strong {
  font-weight: 700; }

/* line 155, sass/base/_typography.scss */
em {
  font-family: "Avenir-LT-Ob", arial, sans-serif; }

/* line 157, sass/base/_typography.scss */
a {
  color: #3CA0A0; }

/* line 159, sass/base/_typography.scss */
h1 a:not(.button), .h1-style a:not(.button), h2 a:not(.button), .h2-style a:not(.button), .page .intro-text p:first-child a:not(.button), .error404 .intro-text p:first-child a:not(.button), .woocommerce-account h1 a:not(.button), .woocommerce-checkout h1 a:not(.button), .single-product .entry-summary h1 a:not(.button), h3 a:not(.button), .h3-style a:not(.button), .single .long-desc blockquote a:not(.button), form.search-form input[type="search"] a:not(.button), .page-template-custom-page-template .long-desc blockquote a:not(.button), .page-template-utility-page-template h2 a:not(.button), .xoo-wsc-modal .xoo-wsc-pname a a:not(.button), h4 a:not(.button), .h4-style a:not(.button), .sm-label a:not(.button), .ui-widget.ui-dialog .ui-dialog-title a:not(.button) {
  text-decoration: none;
  color: #3CA0A0; }

/* line 167, sass/base/_typography.scss */
a.read-more {
  text-decoration: none;
  color: #3CA0A0;
  line-height: 1.75rem;
  padding-right: 38px;
  background: url(images/arrow-side-sprite.png) right top 3px no-repeat;
  background-size: 26px auto;
  font-family: "Avenir-Roman", arial, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase; }
  /* line 178, sass/base/_typography.scss */
  a.read-more:hover {
    color: #65656A;
    background-position: right -29px; }

/* line 184, sass/base/_typography.scss */
a.jump-link {
  display: inline-block;
  padding-right: 30px;
  line-height: 1em;
  text-decoration: none;
  background: url(images/jump-carat.png) right center no-repeat;
  background-size: 20px auto;
  color: #65656A; }
  /* line 193, sass/base/_typography.scss */
  a.jump-link:hover {
    color: #3CA0A0; }

/* line 200, sass/base/_typography.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #65656A; }

/* line 207, sass/base/_typography.scss */
p a {
  text-decoration: underline; }

/* line 208, sass/base/_typography.scss */
p + .read-more {
  margin-top: .75rem; }
  /* line 210, sass/base/_typography.scss */
  p + .read-more:before {
    content: ' ';
    display: block;
    margin-top: 1.75rem; }

/* line 221, sass/base/_typography.scss */
.smaller, .smaller p {
  text-transform: none;
  font-size: 0.75rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 221, sass/base/_typography.scss */
    .smaller, .smaller p {
      font-size: .75rem; } }

/* line 231, sass/base/_typography.scss */
.single .long-desc ul:not(.inputs-list), .single .long-desc ol, .page-template-utility-page-template .site-main ul:not(.inputs-list), .page-template-utility-page-template .site-main ol, .alternating-modules .alternating-module ul:not(.inputs-list), .alternating-modules .alternating-module ol {
  margin-left: 2.5rem; }
  /* line 233, sass/base/_typography.scss */
  .single .long-desc ul:not(.inputs-list) li, .single .long-desc ol li, .page-template-utility-page-template .site-main ul:not(.inputs-list) li, .page-template-utility-page-template .site-main ol li, .alternating-modules .alternating-module ul:not(.inputs-list) li, .alternating-modules .alternating-module ol li {
    margin-bottom: 0; }
    /* line 235, sass/base/_typography.scss */
    .single .long-desc ul:not(.inputs-list) li a, .single .long-desc ol li a, .page-template-utility-page-template .site-main ul:not(.inputs-list) li a, .page-template-utility-page-template .site-main ol li a, .alternating-modules .alternating-module ul:not(.inputs-list) li a, .alternating-modules .alternating-module ol li a {
      overflow-wrap: break-word; }

/* end typography*/
/* line 2, sass/base/_form.scss */
.signup-form-wrapper {
  margin: 2.5rem 0; }
  /* line 4, sass/base/_form.scss */
  .signup-form-wrapper form {
    position: relative; }
    /* line 6, sass/base/_form.scss */
    .signup-form-wrapper form [type="radio"] {
      margin-right: .9rem; }
    /* line 9, sass/base/_form.scss */
    .signup-form-wrapper form [type="email"] {
      margin: 1.75rem 0 0; }
    /* line 12, sass/base/_form.scss */
    .signup-form-wrapper form .hs_error_rollup {
      display: none; }
    /* line 15, sass/base/_form.scss */
    .signup-form-wrapper form .hs-error-msg {
      font-size: 1rem;
      color: #FF1727;
      position: absolute; }
    /* line 20, sass/base/_form.scss */
    .signup-form-wrapper form .hs-submit {
      position: absolute;
      right: 0;
      bottom: 5px; }
      /* line 24, sass/base/_form.scss */
      .signup-form-wrapper form .hs-submit .hs-button {
        border: 0;
        padding: 0;
        margin: 0;
        text-indent: -9999px;
        padding: 18px 26px 0 0;
        background: url(images/arrow-side-sprite.png) right bottom no-repeat;
        background-size: 26px auto;
        line-height: 1px; }
        /* line 33, sass/base/_form.scss */
        .signup-form-wrapper form .hs-submit .hs-button:hover {
          background-position: right top 1px; }
    /* line 40, sass/base/_form.scss */
    .signup-form-wrapper form .hs-form-radio-display {
      font-size: 1rem;
      /*1024*/ }
      @media (min-width: 64em) {
        /* line 40, sass/base/_form.scss */
        .signup-form-wrapper form .hs-form-radio-display {
          font-size: 1.25rem; } }
      /* line 45, sass/base/_form.scss */
      .signup-form-wrapper form .hs-form-radio-display input[type="radio"] {
        position: absolute;
        opacity: 0; }
        /* line 49, sass/base/_form.scss */
        .signup-form-wrapper form .hs-form-radio-display input[type="radio"] + span:before {
          content: '';
          background: #fff;
          border-radius: 100%;
          border: 3px solid #65656A;
          display: inline-block;
          width: 1.5rem;
          height: 1.5rem;
          position: relative;
          margin-right: 1em;
          vertical-align: top;
          cursor: pointer;
          text-align: center;
          transition: all 250ms ease; }
        /* line 68, sass/base/_form.scss */
        .signup-form-wrapper form .hs-form-radio-display input[type="radio"]:checked + span:before {
          background-color: #3CA0A0;
          border-color: #3CA0A0;
          box-shadow: inset 0 0 0 3px #fff; }
        /* line 77, sass/base/_form.scss */
        .signup-form-wrapper form .hs-form-radio-display input[type="radio"]:focus + span:before {
          outline: none;
          border-color: #3CA0A0; }
        /* line 85, sass/base/_form.scss */
        .signup-form-wrapper form .hs-form-radio-display input[type="radio"]:disabled + span:before {
          box-shadow: inset 0 0 0 3px #f2f2f2;
          border-color: #272729;
          background: #272729; }
        /* line 94, sass/base/_form.scss */
        .signup-form-wrapper form .hs-form-radio-display input[type="radio"] + span:empty:before {
          margin-right: 0; }

/* line 107, sass/base/_form.scss */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
.site-main div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  border: 0;
  border-bottom: 3px solid #65656A;
  background: transparent;
  display: block;
  border-radius: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1em;
  color: #65656A;
  padding: 0;
  font-family: "Avenir-LT", arial, sans-serif;
  padding: 4px 0;
  margin-bottom: 2.5rem;
  box-shadow: none;
  height: 2.5rem; }
  /* line 127, sass/base/_form.scss */
  input[type="text"].mce_inline_error,
  input[type="email"].mce_inline_error,
  input[type="tel"].mce_inline_error,
  input[type="password"].mce_inline_error,
  .site-main div.ctct-form-embed form.ctct-form-custom input.ctct-form-element.mce_inline_error {
    border-color: #fff !important; }

/* line 131, sass/base/_form.scss */
select {
  margin-bottom: 2.5rem; }

/* line 136, sass/base/_form.scss */
[type="checkbox"] {
  margin-bottom: 2.5rem; }

/* line 141, sass/base/_form.scss */
.site-main div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  display: none; }

/* line 144, sass/base/_form.scss */
textarea {
  border: 3px solid #65656A;
  border-radius: 0;
  display: block;
  height: 100px;
  margin-bottom: 2.5rem; }
  @media (min-width: 75em) {
    /* line 144, sass/base/_form.scss */
    textarea {
      border: 3px solid #65656A;
      height: 125px; } }

/* line 155, sass/base/_form.scss */
input[type="submit"] {
  margin-top: 2.5rem; }

/* line 159, sass/base/_form.scss */
.indicates-required {
  display: none; }

/* line 162, sass/base/_form.scss */
div#mce-responses {
  margin: 0;
  padding: 0; }

/* line 166, sass/base/_form.scss */
#mce-error-response, .mce_inline_error {
  background: transparent !important;
  font-family: "Avenir-LT", arial, sans-serif; }
  /* line 169, sass/base/_form.scss */
  #mce-error-response a, .mce_inline_error a {
    text-decoration: underline; }

/* line 173, sass/base/_form.scss */
#mce-error-response {
  padding: 10px 0; }

/* line 176, sass/base/_form.scss */
.mce_inline_error {
  color: #ff0000 !important;
  padding-left: 0 !important; }

/* line 180, sass/base/_form.scss */
ul {
  list-style: none;
  margin: 0; }
  /* line 183, sass/base/_form.scss */
  ul li {
    margin-bottom: 1rem;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 183, sass/base/_form.scss */
      ul li {
        margin-bottom: 1.5rem; } }
    /* line 189, sass/base/_form.scss */
    ul li:last-child {
      margin-bottom: 0; }
    /* line 190, sass/base/_form.scss */
    ul li .grouped {
      margin-bottom: 1rem; }
      @media (min-width: 48em) {
        /* line 190, sass/base/_form.scss */
        ul li .grouped {
          margin-bottom: 2rem;
          float: left;
          width: 47.5%;
          margin-right: 5%; }
          /* line 197, sass/base/_form.scss */
          ul li .grouped:last-child {
            margin: 0; } }
      @media (min-width: 85.625em) {
        /* line 190, sass/base/_form.scss */
        ul li .grouped {
          margin-bottom: 3rem; } }

/* line 209, sass/base/_form.scss */
.form-note {
  font-size: 1rem; }

/* line 213, sass/base/_form.scss */
.select-wrap {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2.5rem; }

/* line 219, sass/base/_form.scss */
.select-wrap select {
  width: 100%;
  height: 3rem;
  padding-left: 10px;
  padding-right: 10px;
  border: 3px solid #65656A;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  color: #65656A;
  font-size: 1rem;
  font-family: "Avenir-LT", arial, sans-serif; }

/* line 235, sass/base/_form.scss */
.select-icon:after {
  content: ' ';
  position: absolute;
  top: calc(25% - 5.5px);
  right: 1.875rem;
  pointer-events: none;
  z-index: 2;
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  width: 20px;
  height: 11px;
  background: url(images/carat-grey.png) center center no-repeat;
  background-size: contain;
  z-index: 11; }

/* line 265, sass/base/_form.scss */
input.invalid, textarea.invalid {
  border-color: #FF1727; }

/* line 269, sass/base/_form.scss */
input.invalid:focus, textarea.invalid:focus {
  outline: none; }

/* line 274, sass/base/_form.scss */
.account_info_form .group-label {
  margin: 3.5rem 0 1.5rem; }

/* line 280, sass/base/_form.scss */
.signup-form-container {
  margin-bottom: 40px;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 280, sass/base/_form.scss */
    .signup-form-container {
      margin-bottom: 50px; } }

/* line 287, sass/base/_form.scss */
input[type="text"].select2-search__field {
  margin-bottom: 0; }

/* line 292, sass/base/_form.scss */
.select2-results__options .select2-results__option {
  margin-bottom: 0; }

/* line 302, sass/base/_form.scss */
.autoship-label input[type="radio"] {
  position: absolute;
  opacity: 0; }
  /* line 306, sass/base/_form.scss */
  .autoship-label input[type="radio"] + span:before, .autoship-label input[type="radio"] ~ span.autoship-no-discount-label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 3px solid #65656A;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    margin-right: 0.75em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease; }
  /* line 326, sass/base/_form.scss */
  .autoship-label input[type="radio"]:checked + span:before, .autoship-label input[type="radio"]:checked ~ span.autoship-no-discount-label:before {
    background-color: #FF1727;
    border-color: #FF1727;
    box-shadow: inset 0 0 0 3px #fff; }
  /* line 335, sass/base/_form.scss */
  .autoship-label input[type="radio"]:focus + span:before, .autoship-label input[type="radio"]:focus ~ span.autoship-no-discount-label:before {
    outline: none;
    border-color: #FF1727; }
  /* line 343, sass/base/_form.scss */
  .autoship-label input[type="radio"]:disabled + span:before, .autoship-label input[type="radio"]:disabled ~ span.autoship-no-discount-label:before {
    box-shadow: inset 0 0 0 3px #f2f2f2;
    border-color: #272729;
    background: #272729; }
  /* line 352, sass/base/_form.scss */
  .autoship-label input[type="radio"] + span:empty:before, .autoship-label input[type="radio"] ~ span.autoship-no-discount-label:empty:before {
    margin-right: 0; }

/* line 365, sass/base/_form.scss */
#calroyAutoshipSelections-wrap {
  position: relative;
  margin: 1.25rem 0 0;
  max-width: 34.4375rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 365, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap {
      margin: 1.5rem 0 0; } }
  /* line 372, sass/base/_form.scss */
  #calroyAutoshipSelections-wrap ul {
    list-style: none; }
  /* line 375, sass/base/_form.scss */
  #calroyAutoshipSelections-wrap .select {
    width: 100%;
    height: 3.25rem;
    cursor: pointer;
    background-color: white;
    box-shadow: 0 2px 0 white;
    border-radius: 0;
    margin: 0;
    background: #f2f2f2; }
    /* line 385, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap .select li {
      margin: 0; }
    /* line 389, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap .select .select_options {
      margin: 0;
      position: relative;
      z-index: 9;
      margin-top: 10px; }
    /* line 396, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap .select_expand {
      width: 0;
      height: 3.25rem;
      position: absolute;
      top: 0;
      right: 0; }
      /* line 403, sass/base/_form.scss */
      #calroyAutoshipSelections-wrap .select_expand::after {
        content: ' ';
        position: absolute;
        top: calc(50% - 5.5px);
        right: 1.875rem;
        pointer-events: none;
        z-index: 2;
        transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
        width: 20px;
        height: 11px;
        background: url(images/carat-grey.png) center center no-repeat;
        background-size: contain;
        z-index: 11; }
      /* line 419, sass/base/_form.scss */
      #calroyAutoshipSelections-wrap .select_expand:hover::after {
        opacity: 1; }
      /* line 421, sass/base/_form.scss */
      #calroyAutoshipSelections-wrap .select_expand:checked::after {
        transform: rotate(180deg); }
    /* line 424, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap .select_expandLabel {
      display: block;
      width: 100%;
      height: 3.25rem;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      z-index: 10; }
    /* line 435, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap .select_close {
      display: none; }
    /* line 437, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap .select_closeLabel {
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      display: none; }
    /* line 446, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap .select_items {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 0;
      padding-top: 3.25rem; }
    /* line 455, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap .select_input {
      display: none; }
    /* line 457, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap .select_label {
      transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
      display: block;
      height: 0;
      font-size: 1rem;
      line-height: 3.25rem;
      overflow: hidden;
      color: #65656A;
      background-color: #f2f2f2;
      cursor: pointer;
      padding-left: 20px; }
      /* line 469, sass/base/_form.scss */
      #calroyAutoshipSelections-wrap .select_label-placeholder {
        height: 3.25rem;
        line-height: 3.25rem;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent; }
    /* line 481, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap .select_expand:checked + .select_closeLabel {
      display: block;
      z-index: 8; }
      /* line 486, sass/base/_form.scss */
      #calroyAutoshipSelections-wrap .select_expand:checked + .select_closeLabel + .select_options .select_label {
        height: 3.25rem; }
        /* line 488, sass/base/_form.scss */
        #calroyAutoshipSelections-wrap .select_expand:checked + .select_closeLabel + .select_options .select_label:hover {
          background-color: #65656A;
          color: #fff; }
      /* line 494, sass/base/_form.scss */
      #calroyAutoshipSelections-wrap .select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {
        display: none; }
    /* line 499, sass/base/_form.scss */
    #calroyAutoshipSelections-wrap .select_input:checked + .select_label {
      height: 3.25rem;
      margin-top: calc(-3.25rem - 10px); }

/* line 509, sass/base/_form.scss */
.hbspt-form ul {
  list-style-type: none;
  margin: 0; }
/* line 514, sass/base/_form.scss */
.hbspt-form .hs-form-field > label {
  display: none; }
/* line 518, sass/base/_form.scss */
.hbspt-form .hs-form-radio-display, .hbspt-form .hs-form-booleancheckbox-display {
  font-size: 1rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 518, sass/base/_form.scss */
    .hbspt-form .hs-form-radio-display, .hbspt-form .hs-form-booleancheckbox-display {
      font-size: 1.25rem; } }
/* line 525, sass/base/_form.scss */
.hbspt-form .hs-form-radio label, .hbspt-form .hs-form-booleancheckbox label {
  display: inline-block; }
/* line 530, sass/base/_form.scss */
.hbspt-form .legal-consent-container .field.hs-fieldtype-booleancheckbox {
  margin: 3rem 0; }
/* line 533, sass/base/_form.scss */
.hbspt-form .legal-consent-container p {
  margin: 1.5rem 0; }
/* line 536, sass/base/_form.scss */
.hbspt-form .legal-consent-container ~ .hs_recaptcha {
  margin: 3.75rem 0; }
/* line 539, sass/base/_form.scss */
.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0; }
/* line 543, sass/base/_form.scss */
.hbspt-form [type="checkbox"], .hbspt-form input[type="submit"] {
  margin: 0; }
/* line 546, sass/base/_form.scss */
.hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"], .hbspt-form input[type="password"], .hbspt-form select, .hbspt-form textarea {
  margin-bottom: 0; }
/* line 549, sass/base/_form.scss */
.hbspt-form .hs-fieldtype-select, .hbspt-form .hs-fieldtype-text, .hbspt-form .hs-fieldtype-textarea {
  margin-bottom: 2.5rem; }
/* line 552, sass/base/_form.scss */
.hbspt-form .hs-error-msg {
  font-size: 1rem;
  color: #FF1727; }
/* line 557, sass/base/_form.scss */
.hbspt-form select {
  display: block;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 3px solid #65656A;
  font-family: "Avenir-LT", arial, sans-serif;
  font-size: 1.125rem;
  padding: 4px 0;
  color: #65656A;
  margin-bottom: 0; }
/* line 573, sass/base/_form.scss */
.hbspt-form textarea {
  margin-top: 3rem;
  padding: 10px; }
/* line 578, sass/base/_form.scss */
.hbspt-form input[type="radio"], .hbspt-form input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  /* line 583, sass/base/_form.scss */
  .hbspt-form input[type="radio"] + span:before, .hbspt-form input[type="checkbox"] + span:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 3px solid #65656A;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease; }
  /* line 601, sass/base/_form.scss */
  .hbspt-form input[type="radio"]:checked + span:before, .hbspt-form input[type="checkbox"]:checked + span:before {
    background-color: #3CA0A0;
    border-color: #3CA0A0;
    box-shadow: inset 0 0 0 3px #fff; }
  /* line 610, sass/base/_form.scss */
  .hbspt-form input[type="radio"]:focus + span:before, .hbspt-form input[type="checkbox"]:focus + span:before {
    outline: none;
    border-color: #3CA0A0; }
  /* line 618, sass/base/_form.scss */
  .hbspt-form input[type="radio"]:disabled + span:before, .hbspt-form input[type="checkbox"]:disabled + span:before {
    box-shadow: inset 0 0 0 3px #f2f2f2;
    border-color: #272729;
    background: #272729; }
  /* line 627, sass/base/_form.scss */
  .hbspt-form input[type="radio"] + span:empty:before, .hbspt-form input[type="checkbox"] + span:empty:before {
    margin-right: 0; }

/* line 638, sass/base/_form.scss */
.lity-content [type="checkbox"] {
  margin-bottom: 0; }

/* line 1, sass/layout/_grid.scss */
.grouped-grid-wrapper {
  margin-top: 5.625rem; }
  /* line 3, sass/layout/_grid.scss */
  .grouped-grid-wrapper .grouped-title {
    color: #65656A;
    background: url(images/dotted-border.png) repeat-x left bottom;
    background-size: auto 5px;
    padding-bottom: 1.5rem;
    margin-bottom: 3.75rem; }
  /* line 11, sass/layout/_grid.scss */
  .grouped-grid-wrapper .collapsed-items {
    display: none; }
  /* line 15, sass/layout/_grid.scss */
  .grouped-grid-wrapper .expand-group-trigger:after {
    content: ' ';
    background: url(images/grey-updown-arrows.png) no-repeat left center;
    padding-right: 19px;
    margin-left: 13px;
    background-size: auto 20px; }
  /* line 24, sass/layout/_grid.scss */
  .grouped-grid-wrapper .expand-group-trigger:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  /* line 30, sass/layout/_grid.scss */
  .grouped-grid-wrapper .expand-group-trigger.retracting:after {
    background-position: right center; }

/* line 37, sass/layout/_grid.scss */
.ungrouped-grid-wrapper {
  margin-top: 7.5rem; }

/* line 42, sass/layout/_grid.scss */
.fixed-grid-item, .flex-grid .item {
  position: relative;
  margin-bottom: 3.5rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 42, sass/layout/_grid.scss */
    .fixed-grid-item, .flex-grid .item {
      margin-bottom: 4.25rem; } }

/* line 50, sass/layout/_grid.scss */
.item .fixed-grid-item {
  margin-bottom: 0; }

/* line 55, sass/layout/_grid.scss */
a.grid-load-more {
  font-family: "Avenir-LT", arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  margin-top: 3rem; }
  @media (min-width: 75em) {
    /* line 55, sass/layout/_grid.scss */
    a.grid-load-more {
      margin-top: 4.6875rem; } }
  @media (min-width: 85.625em) {
    /* line 55, sass/layout/_grid.scss */
    a.grid-load-more {
      margin-top: 6.25rem; } }
  /* line 66, sass/layout/_grid.scss */
  a.grid-load-more:after {
    content: '↓';
    padding-left: 10px; }

/* line 71, sass/layout/_grid.scss */
.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  text-align: center; }

/* line 77, sass/layout/_grid.scss */
.fixed-grid-item, .grid-item, .item {
  margin-bottom: 5rem;
  position: relative; }
  @media (min-width: 48em) {
    /* line 77, sass/layout/_grid.scss */
    .fixed-grid-item, .grid-item, .item {
      margin-bottom: 3rem; } }
  /* line 86, sass/layout/_grid.scss */
  .fixed-grid-item .short-description, .grid-item .short-description, .item .short-description {
    margin-bottom: 1.5rem; }
  /* line 89, sass/layout/_grid.scss */
  .fixed-grid-item.research-item, .grid-item.research-item, .item.research-item {
    margin-bottom: 6rem; }
    /* line 91, sass/layout/_grid.scss */
    .fixed-grid-item.research-item .content-container, .grid-item.research-item .content-container, .item.research-item .content-container {
      /*1024*/ }
      @media (min-width: 64em) {
        /* line 91, sass/layout/_grid.scss */
        .fixed-grid-item.research-item .content-container, .grid-item.research-item .content-container, .item.research-item .content-container {
          padding: 0 1.25rem; } }
  /* line 97, sass/layout/_grid.scss */
  .fixed-grid-item.cross-sell-item, .grid-item.cross-sell-item, .item.cross-sell-item {
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 97, sass/layout/_grid.scss */
      .fixed-grid-item.cross-sell-item, .grid-item.cross-sell-item, .item.cross-sell-item {
        margin-bottom: 0; } }
    /* line 101, sass/layout/_grid.scss */
    .fixed-grid-item.cross-sell-item img, .grid-item.cross-sell-item img, .item.cross-sell-item img {
      margin-bottom: 0.75rem; }

/* line 109, sass/layout/_grid.scss */
.load-wrapper {
  padding: 3rem 0;
  background: url(images/PW_Loading_04.gif) no-repeat center center;
  background-size: 300px 300px; }

/* line 1, sass/layout/_navigation.scss */
.main-navigation {
  clear: both;
  display: block;
  float: none;
  width: 100%; }
  /* line 7, sass/layout/_navigation.scss */
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 0;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 7, sass/layout/_navigation.scss */
      .main-navigation ul {
        margin: 0; } }
    /* line 15, sass/layout/_navigation.scss */
    .main-navigation ul li {
      text-transform: uppercase;
      font-family: "Avenir-Roman", arial, sans-serif;
      font-weight: normal;
      font-size: 1.25rem;
      line-height: 1em;
      /*1024*/
      display: block;
      float: none;
      position: relative;
      margin-bottom: 2.75rem;
      /*1024*/ }
      @media (min-width: 48em) {
        /* line 15, sass/layout/_navigation.scss */
        .main-navigation ul li {
          font-size: 1.125rem; } }
      @media (min-width: 64em) {
        /* line 15, sass/layout/_navigation.scss */
        .main-navigation ul li {
          margin-bottom: 0;
          width: auto;
          margin-right: 2.5rem;
          position: relative;
          display: inline-block; } }
      @media (min-width: 75em) {
        /* line 15, sass/layout/_navigation.scss */
        .main-navigation ul li {
          font-size: 1.25rem;
          margin-right: 3.75rem; } }
      /* line 43, sass/layout/_navigation.scss */
      .main-navigation ul li:last-child {
        margin: 0; }
      /* line 46, sass/layout/_navigation.scss */
      .main-navigation ul li a {
        display: inline-block;
        text-decoration: none;
        color: #39393C;
        /*1024*/ }
        /* line 50, sass/layout/_navigation.scss */
        .main-navigation ul li a:hover {
          color: #3CA0A0; }
        @media (min-width: 64em) {
          /* line 46, sass/layout/_navigation.scss */
          .main-navigation ul li a {
            color: #65656A; } }
      @media (min-width: 64em) {
        /* line 62, sass/layout/_navigation.scss */
        .main-navigation ul li.current-menu-item a, .main-navigation ul li.current-page-ancestor a {
          color: #3CA0A0; } }

/*1024*/
/* line 89, sass/layout/_navigation.scss */
.user-cart-menu-wrapper {
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 89, sass/layout/_navigation.scss */
    .user-cart-menu-wrapper {
      position: absolute;
      top: -1.5rem;
      z-index: 999;
      padding: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.8); } }
  /* line 104, sass/layout/_navigation.scss */
  .user-cart-menu-wrapper .user-cart-menu ul.state-menu li {
    text-align: left;
    margin-bottom: 1.25rem;
    position: relative; }
    /* line 109, sass/layout/_navigation.scss */
    .user-cart-menu-wrapper .user-cart-menu ul.state-menu li:last-child {
      margin-bottom: 0; }
    /* line 112, sass/layout/_navigation.scss */
    .user-cart-menu-wrapper .user-cart-menu ul.state-menu li a:not(.button) {
      color: #65656A;
      text-decoration: none;
      /*1024*/ }
      @media (min-width: 64em) {
        /* line 112, sass/layout/_navigation.scss */
        .user-cart-menu-wrapper .user-cart-menu ul.state-menu li a:not(.button) {
          padding-left: calc(2rem + 4px); }
          /* line 117, sass/layout/_navigation.scss */
          .user-cart-menu-wrapper .user-cart-menu ul.state-menu li a:not(.button):hover {
            color: #3CA0A0; } }
    /* line 122, sass/layout/_navigation.scss */
    .user-cart-menu-wrapper .user-cart-menu ul.state-menu li a.button {
      line-height: .8em;
      padding-right: 2rem;
      padding-left: 2rem;
      background-color: transparent;
      /*1024*/ }
      @media (min-width: 64em) {
        /* line 122, sass/layout/_navigation.scss */
        .user-cart-menu-wrapper .user-cart-menu ul.state-menu li a.button {
          background-color: #fff; } }
      /* line 131, sass/layout/_navigation.scss */
      .user-cart-menu-wrapper .user-cart-menu ul.state-menu li a.button:hover {
        background-color: #3CA0A0;
        border-color: #3CA0A0;
        color: #39393C; }
    /* line 143, sass/layout/_navigation.scss */
    .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .xoo-wsc-cart-trigger {
      cursor: pointer;
      /*1024*/ }
      @media (min-width: 64em) {
        /* line 143, sass/layout/_navigation.scss */
        .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .xoo-wsc-cart-trigger {
          padding-left: calc(2rem + 4px); }
          /* line 147, sass/layout/_navigation.scss */
          .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .xoo-wsc-cart-trigger:hover {
            color: #3CA0A0; }
            /* line 150, sass/layout/_navigation.scss */
            .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .xoo-wsc-cart-trigger:hover + .header-cart-item-count .xoo-wsc-items-count {
              color: #3CA0A0;
              border-color: #3CA0A0; } }

/* line 180, sass/layout/_navigation.scss */
.open-menu-containing-column .user-cart-menu-wrapper .user-cart-menu .menu-item-order {
  position: absolute;
  top: 46px;
  right: 6.666%;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 180, sass/layout/_navigation.scss */
    .open-menu-containing-column .user-cart-menu-wrapper .user-cart-menu .menu-item-order {
      position: relative;
      top: auto;
      left: auto;
      right: auto; } }

/* line 195, sass/layout/_navigation.scss */
.order-button.less-than-1024 {
  position: absolute;
  top: 3rem;
  right: 6.666%;
  text-transform: none;
  padding: 1.125rem 1.65rem;
  font-size: 1.25rem; }

/* line 203, sass/layout/_navigation.scss */
.xoo-wsc-cart-trigger.less-than-1024 {
  cursor: pointer;
  text-align: left;
  margin: 0;
  top: 8.25rem;
  position: absolute;
  right: 6.666%;
  padding-left: calc(1.65rem + 4px);
  width: 114px; }

/* line 219, sass/layout/_navigation.scss */
.site-header .main-navigation ul li ul.sub-menu {
  display: none; }

/* line 230, sass/layout/_navigation.scss */
.site-footer .footer-navigation ul li a {
  display: inline-block;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 230, sass/layout/_navigation.scss */
    .site-footer .footer-navigation ul li a {
      margin-bottom: 2rem; } }
/* line 236, sass/layout/_navigation.scss */
.site-footer .footer-navigation ul li ul.sub-menu {
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 236, sass/layout/_navigation.scss */
    .site-footer .footer-navigation ul li ul.sub-menu {
      position: relative; } }
  /* line 240, sass/layout/_navigation.scss */
  .site-footer .footer-navigation ul li ul.sub-menu li {
    font-family: "Avenir-LT", arial, sans-serif;
    font-size: 1.125rem;
    display: block;
    text-align: left;
    width: auto;
    text-transform: none; }
    /* line 247, sass/layout/_navigation.scss */
    .site-footer .footer-navigation ul li ul.sub-menu li a {
      margin-bottom: 0; }

/* Small menu. */
/* line 258, sass/layout/_navigation.scss */
.menu-toggle, .menu-close, .menu-close:hover, .menu-toggle:hover {
  width: 46px;
  height: 46px;
  border: 0;
  text-indent: -9999px;
  border: 0;
  background: url(images/menu-sprite.png) no-repeat left top;
  background-size: 50px auto;
  margin: 17px 0;
  border-radius: 0; }

/* line 270, sass/layout/_navigation.scss */
.menu-close, .menu-close:hover {
  background-position: center bottom;
  margin: 0; }

/* line 271, sass/layout/_navigation.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

/*1024*/
@media (min-width: 64em) {
  /* line 277, sass/layout/_navigation.scss */
  .menu-toggle {
    display: none; }

  /* line 280, sass/layout/_navigation.scss */
  .main-navigation ul {
    display: block; } }
/* line 289, sass/layout/_navigation.scss */
.mobile-tablet-only .dropdown-trigger a, .mobile-tablet-only.dropdown-trigger a, .mobile-only .dropdown-trigger a, .mobile-only.dropdown-trigger a {
  width: calc(100% - 33px); }
  @media (min-width: 48em) {
    /* line 289, sass/layout/_navigation.scss */
    .mobile-tablet-only .dropdown-trigger a, .mobile-tablet-only.dropdown-trigger a, .mobile-only .dropdown-trigger a, .mobile-only.dropdown-trigger a {
      width: auto; } }

/* line 2, sass/layout/_header.scss */
header.site-header {
  padding-bottom: 4.375rem; }
  @media (min-width: 48em) {
    /* line 2, sass/layout/_header.scss */
    header.site-header {
      padding-bottom: 5rem; } }
/* line 8, sass/layout/_header.scss */
header .logo-nav-container {
  padding: 2.5rem 0 6.25rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 8, sass/layout/_header.scss */
    header .logo-nav-container {
      padding: 4.6875rem 0;
      position: relative; } }
/* line 17, sass/layout/_header.scss */
header .site-title {
  background: url(images/calroy-health-sciences-logo.png) no-repeat left top;
  background-size: contain;
  text-indent: -9999px;
  float: left;
  height: 39px;
  width: 302px;
  z-index: 100;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 17, sass/layout/_header.scss */
    header .site-title {
      height: 61px;
      width: 302px;
      background-position: center top; } }
  /* line 38, sass/layout/_header.scss */
  header .site-title a {
    display: block;
    height: 100%; }
/* line 44, sass/layout/_header.scss */
header .cart-widget-container {
  text-align: right;
  padding: 20px 0 30px;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 44, sass/layout/_header.scss */
    header .cart-widget-container {
      position: absolute;
      right: 0;
      top: 2.375rem;
      padding: 0; } }
/* line 56, sass/layout/_header.scss */
header .open-menu-containing-column {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  z-index: 99;
  background: #f2f2f2;
  /*1024*/ }
  @media (max-width: 47.9375em) {
    /* line 56, sass/layout/_header.scss */
    header .open-menu-containing-column {
      padding: 0; } }
  @media (min-width: 64em) {
    /* line 56, sass/layout/_header.scss */
    header .open-menu-containing-column {
      display: block;
      position: relative;
      transform: none;
      background: transparent;
      visibility: visible;
      -webkit-transition: none;
      transition: none; }
      /* line 83, sass/layout/_header.scss */
      header .open-menu-containing-column .logo-nav-container {
        display: none; } }
  /* line 87, sass/layout/_header.scss */
  header .open-menu-containing-column.open {
    transform: translateY(0%);
    background: #f2f2f2;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.59);
    visibility: visible;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 87, sass/layout/_header.scss */
      header .open-menu-containing-column.open {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent; } }
    /* line 104, sass/layout/_header.scss */
    header .open-menu-containing-column.open .logo-nav-container {
      padding-top: 61px; }
      /* line 106, sass/layout/_header.scss */
      header .open-menu-containing-column.open .logo-nav-container .site-title {
        background-image: url(images/united-theatre-logo-knocked.svg); }

/* line 1, sass/layout/_footer.scss */
.site-footer {
  padding: 10rem 0 6.75rem 0;
  /*1024*/
  color: #65656A; }
  @media (min-width: 64em) {
    /* line 1, sass/layout/_footer.scss */
    .site-footer {
      padding: 12.5rem 0 8.75rem 0; } }
  /* line 8, sass/layout/_footer.scss */
  .site-footer p {
    font-size: 1rem; }
    /* line 10, sass/layout/_footer.scss */
    .site-footer p a {
      color: #3CA0A0; }
    /* line 16, sass/layout/_footer.scss */
    .site-footer p strong {
      font-weight: normal;
      font-family: "Avenir-Roman", arial, sans-serif; }
  /* line 22, sass/layout/_footer.scss */
  .site-footer .footer-menus-container {
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 22, sass/layout/_footer.scss */
      .site-footer .footer-menus-container {
        padding: 25px 0;
        position: relative; } }
  /* line 29, sass/layout/_footer.scss */
  .site-footer .secondary-container {
    padding: 3rem 0; }
  /* line 34, sass/layout/_footer.scss */
  .site-footer .site-title {
    background: url(images/calroy-health-sciences-logo.png) no-repeat left top;
    background-size: contain;
    text-indent: -9999px;
    float: left;
    height: 39px;
    width: 302px;
    z-index: 100;
    margin-bottom: 4.3125rem;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 34, sass/layout/_footer.scss */
      .site-footer .site-title {
        height: 39px;
        width: 302px;
        background-position: center top;
        margin-bottom: 7.5rem; } }
    /* line 49, sass/layout/_footer.scss */
    .site-footer .site-title a {
      display: block;
      height: 100%; }
  /* line 55, sass/layout/_footer.scss */
  .site-footer .nav-container ul.sub-menu {
    display: none;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 55, sass/layout/_footer.scss */
      .site-footer .nav-container ul.sub-menu {
        display: block; } }
  /* line 62, sass/layout/_footer.scss */
  .site-footer .main-navigation ul {
    margin-top: 1.75rem; }
    @media (min-width: 48em) {
      /* line 62, sass/layout/_footer.scss */
      .site-footer .main-navigation ul {
        margin-top: 0; } }
    /* line 67, sass/layout/_footer.scss */
    .site-footer .main-navigation ul li {
      display: block; }
      /* line 72, sass/layout/_footer.scss */
      .site-footer .main-navigation ul li a:hover {
        color: #3CA0A0; }
  /* line 81, sass/layout/_footer.scss */
  .site-footer .secondary-navigation ul li {
    text-transform: none;
    display: block;
    margin-bottom: 2.5rem;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 81, sass/layout/_footer.scss */
      .site-footer .secondary-navigation ul li {
        margin-bottom: 0; } }
    /* line 89, sass/layout/_footer.scss */
    .site-footer .secondary-navigation ul li a {
      color: #65656A;
      text-decoration: none; }
      /* line 92, sass/layout/_footer.scss */
      .site-footer .secondary-navigation ul li a:hover {
        color: #3CA0A0; }
  /* line 100, sass/layout/_footer.scss */
  .site-footer .footer-secondary {
    text-transform: uppercase;
    font-size: .7125rem;
    text-align: right;
    padding-bottom: 3px; }
    @media (min-width: 75em) {
      /* line 100, sass/layout/_footer.scss */
      .site-footer .footer-secondary {
        font-size: .7125rem; } }
    @media (min-width: 85.625em) {
      /* line 100, sass/layout/_footer.scss */
      .site-footer .footer-secondary {
        font-size: .8125rem; } }
    /* line 111, sass/layout/_footer.scss */
    .site-footer .footer-secondary a {
      margin-right: 1rem; }
  /* line 115, sass/layout/_footer.scss */
  .site-footer .follow-section {
    padding-bottom: 3rem; }
  /* line 119, sass/layout/_footer.scss */
  .site-footer .footer-address-container {
    margin-bottom: 2.5rem; }
    /* line 120, sass/layout/_footer.scss */
    .site-footer .footer-address-container p {
      font-size: 1rem; }
      /* line 122, sass/layout/_footer.scss */
      .site-footer .footer-address-container p bold, .site-footer .footer-address-container p strong {
        font-family: "Avenir-Roman", arial, sans-serif;
        line-height: 1.625rem; }
  /* line 129, sass/layout/_footer.scss */
  .site-footer .disclaimer-box {
    margin-bottom: 3rem;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 129, sass/layout/_footer.scss */
      .site-footer .disclaimer-box {
        margin-bottom: 0; } }
    /* line 134, sass/layout/_footer.scss */
    .site-footer .disclaimer-box p {
      font-size: 1rem; }

/* line 206, sass/layout/_footer.scss */
#page .cookie-notice-container {
  padding: 30px; }
  /* line 208, sass/layout/_footer.scss */
  #page .cookie-notice-container .cn-button {
    color: #fff;
    margin-left: 20px; }

/* line 1, sass/components/_buttons.scss */
.button, input[type="submit"], .button-wrapper a,
button:not(.menu-toggle):not(.menu-close):not(.lity-close),
.woocommerce .button, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close),
.site-main .woocommerce .button, .site-main .woocommerce button.button.alt {
  border: 0;
  line-height: 1em;
  padding: 1.595rem 1.95rem;
  /*1024*/
  border-radius: 37.5px;
  background-color: transparent;
  border: 4px solid #65656A;
  color: #65656A;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  width: auto; }
  @media (min-width: 64em) {
    /* line 1, sass/components/_buttons.scss */
    .button, input[type="submit"], .button-wrapper a,
    button:not(.menu-toggle):not(.menu-close):not(.lity-close),
    .woocommerce .button, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close),
    .site-main .woocommerce .button, .site-main .woocommerce button.button.alt {
      padding: 1.595rem 2.35rem;
      /*top padding to optically vertically align*/ } }
  /* line 23, sass/components/_buttons.scss */
  .button.solid, input[type="submit"].solid, .button-wrapper a.solid,
  button:not(.menu-toggle):not(.menu-close):not(.lity-close).solid,
  .woocommerce .button.solid, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close).solid,
  .site-main .woocommerce .button.solid, .site-main .woocommerce button.button.alt.solid {
    background: #fff; }
  /* line 26, sass/components/_buttons.scss */
  .button:hover, .button.active, .button.solid:hover, input[type="submit"]:hover, input[type="submit"].active, input[type="submit"].solid:hover, .button-wrapper a:hover, .button-wrapper a.active, .button-wrapper a.solid:hover,
  button:not(.menu-toggle):not(.menu-close):not(.lity-close):hover,
  button:not(.menu-toggle):not(.menu-close):not(.lity-close).active,
  button:not(.menu-toggle):not(.menu-close):not(.lity-close).solid:hover,
  .woocommerce .button:hover,
  .woocommerce .button.active,
  .woocommerce .button.solid:hover, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close):hover, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close).active, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close).solid:hover,
  .site-main .woocommerce .button:hover,
  .site-main .woocommerce .button.active,
  .site-main .woocommerce .button.solid:hover, .site-main .woocommerce button.button.alt:hover, .site-main .woocommerce button.button.alt.active, .site-main .woocommerce button.button.alt.solid:hover {
    background: #65656A;
    border-color: #65656A;
    color: #fff; }
  /* line 32, sass/components/_buttons.scss */
  .button.dark, input[type="submit"].dark, .button-wrapper a.dark,
  button:not(.menu-toggle):not(.menu-close):not(.lity-close).dark,
  .woocommerce .button.dark, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close).dark,
  .site-main .woocommerce .button.dark, .site-main .woocommerce button.button.alt.dark {
    border-color: #39393C;
    color: #39393C; }
    /* line 35, sass/components/_buttons.scss */
    .button.dark:hover, .button.dark.active, input[type="submit"].dark:hover, input[type="submit"].dark.active, .button-wrapper a.dark:hover, .button-wrapper a.dark.active,
    button:not(.menu-toggle):not(.menu-close):not(.lity-close).dark:hover,
    button:not(.menu-toggle):not(.menu-close):not(.lity-close).dark.active,
    .woocommerce .button.dark:hover,
    .woocommerce .button.dark.active, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close).dark:hover, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close).dark.active,
    .site-main .woocommerce .button.dark:hover,
    .site-main .woocommerce .button.dark.active, .site-main .woocommerce button.button.alt.dark:hover, .site-main .woocommerce button.button.alt.dark.active {
      background: #39393C;
      border-color: #39393C;
      color: #fff; }
  /* line 41, sass/components/_buttons.scss */
  .button.light, input[type="submit"].light, .button-wrapper a.light,
  button:not(.menu-toggle):not(.menu-close):not(.lity-close).light,
  .woocommerce .button.light, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close).light,
  .site-main .woocommerce .button.light, .site-main .woocommerce button.button.alt.light {
    border-color: #fff;
    color: #fff; }
    /* line 44, sass/components/_buttons.scss */
    .button.light:hover, .button.light.active, input[type="submit"].light:hover, input[type="submit"].light.active, .button-wrapper a.light:hover, .button-wrapper a.light.active,
    button:not(.menu-toggle):not(.menu-close):not(.lity-close).light:hover,
    button:not(.menu-toggle):not(.menu-close):not(.lity-close).light.active,
    .woocommerce .button.light:hover,
    .woocommerce .button.light.active, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close).light:hover, .woocommerce button:not(.menu-toggle):not(.menu-close):not(.lity-close).light.active,
    .site-main .woocommerce .button.light:hover,
    .site-main .woocommerce .button.light.active, .site-main .woocommerce button.button.alt.light:hover, .site-main .woocommerce button.button.alt.light.active {
      background: #fff;
      color: #39393C; }

/* line 51, sass/components/_buttons.scss */
.user-cart-menu .button:hover {
  background: #37B9B9;
  border-color: #37B9B9;
  color: #39393C; }

/* line 58, sass/components/_buttons.scss */
a.block-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99; }

/* line 64, sass/components/_buttons.scss */
p + .button {
  margin-top: 3.75rem; }

/* line 2, sass/components/_dialog.scss */
.ui-widget.ui-dialog {
  background: #fff;
  color: #000;
  padding: 0;
  width: 90% !important;
  /*1024*/ }
  @media (min-width: 48em) {
    /* line 2, sass/components/_dialog.scss */
    .ui-widget.ui-dialog {
      width: 75% !important; } }
  @media (min-width: 64em) {
    /* line 2, sass/components/_dialog.scss */
    .ui-widget.ui-dialog {
      width: 50% !important; } }
  /* line 16, sass/components/_dialog.scss */
  .ui-widget.ui-dialog .ui-widget-header {
    border: 0; }
  /* line 19, sass/components/_dialog.scss */
  .ui-widget.ui-dialog .ui-dialog-titlebar {
    background: #000; }
  /* line 22, sass/components/_dialog.scss */
  .ui-widget.ui-dialog .ui-dialog-title {
    color: #fff; }

/* line 3, sass/components/_sections.scss */
.section.filter-view {
  margin-bottom: 5rem; }
  /* line 5, sass/components/_sections.scss */
  .section.filter-view .button {
    margin: 1.8175rem 0 0 0;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 5, sass/components/_sections.scss */
      .section.filter-view .button {
        margin-top: 0; }
        /* line 9, sass/components/_sections.scss */
        .section.filter-view .button + .button {
          margin: 0 0 0 1.75rem; } }
  /* line 14, sass/components/_sections.scss */
  .section.filter-view .btn-wrapper + .btn-wrapper {
    margin-top: 0; }
/* line 20, sass/components/_sections.scss */
.section.section-jump-links {
  background: #f2f2f2;
  padding-top: 3.75rem; }
  /* line 21, sass/components/_sections.scss */
  .section.section-jump-links .jump-link-wrapper {
    padding-bottom: 3.5rem;
    text-align: left; }
  @media (min-width: 48em) {
    /* line 36, sass/components/_sections.scss */
    .section.section-jump-links .jump-link-wrapper {
      text-align: center;
      display: inline-block; }
      /* line 39, sass/components/_sections.scss */
      .section.section-jump-links .jump-link-wrapper .jump-link {
        margin: 0 1.875rem; }
      /* line 43, sass/components/_sections.scss */
      .section.section-jump-links .jump-link-wrapper:first-child .jump-link {
        margin-left: 0; }
      /* line 48, sass/components/_sections.scss */
      .section.section-jump-links .jump-link-wrapper:last-child .jump-link {
        margin-right: 0; } }
/* line 55, sass/components/_sections.scss */
.section + .section.long-form {
  margin-top: 3.5rem; }

/* line 61, sass/components/_sections.scss */
section.page-intro {
  margin-bottom: 7.5rem; }
  /* line 63, sass/components/_sections.scss */
  section.page-intro .button {
    margin-top: 3.75rem; }

/* line 70, sass/components/_sections.scss */
.register-section .page-intro {
  margin-bottom: 3.75rem; }
  /* line 72, sass/components/_sections.scss */
  .register-section .page-intro p {
    margin-top: 2rem; }

/* line 79, sass/components/_sections.scss */
.page-intro .video-embed-wrapper {
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 79, sass/components/_sections.scss */
    .page-intro .video-embed-wrapper {
      padding-top: 100%; } }

/* line 86, sass/components/_sections.scss */
.text-media-section {
  padding-bottom: 3rem;
  margin-bottom: 3.25rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 86, sass/components/_sections.scss */
    .text-media-section {
      margin-bottom: 6.25rem; } }
  /* line 92, sass/components/_sections.scss */
  .text-media-section .h1-style {
    margin-bottom: 3rem; }
  /* line 95, sass/components/_sections.scss */
  .text-media-section .button {
    margin-top: 2.25rem; }

/* line 103, sass/components/_sections.scss */
.product-long-content-acf-wrapper .section-header .content-section-title, .accordion-section-wrapper .section-header .content-section-title {
  color: #65656A;
  padding-bottom: 1.5rem;
  background: url(images/dotted-border.png) repeat-x left bottom;
  background-size: auto 5px;
  margin: 5.625rem 0 3.125rem; }

/* line 115, sass/components/_sections.scss */
.accordion-section-wrapper h3.h2-style {
  margin-bottom: 3rem; }
/* line 118, sass/components/_sections.scss */
.accordion-section-wrapper .single-accordion-wrapper {
  margin-bottom: 2.5rem; }
  /* line 120, sass/components/_sections.scss */
  .accordion-section-wrapper .single-accordion-wrapper > a.label, .accordion-section-wrapper .single-accordion-wrapper > a.jump-link, .accordion-section-wrapper .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .single-accordion-wrapper > a, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .accordion-section-wrapper .single-accordion-wrapper > a {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1.75rem;
    line-height: 1em; }
    /* line 125, sass/components/_sections.scss */
    .accordion-section-wrapper .single-accordion-wrapper > a.label:after, .accordion-section-wrapper .single-accordion-wrapper > a.jump-link:after, .accordion-section-wrapper .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .single-accordion-wrapper > a:after, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .accordion-section-wrapper .single-accordion-wrapper > a:after {
      content: ' ';
      background: url(images/accordion-arrows.png) no-repeat left center;
      padding-right: 19px;
      margin-left: 13px;
      background-size: auto 20px; }
    /* line 132, sass/components/_sections.scss */
    .accordion-section-wrapper .single-accordion-wrapper > a.label:hover, .accordion-section-wrapper .single-accordion-wrapper > a.jump-link:hover, .accordion-section-wrapper .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .single-accordion-wrapper > a:hover, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .accordion-section-wrapper .single-accordion-wrapper > a:hover {
      color: #65656A; }
      /* line 134, sass/components/_sections.scss */
      .accordion-section-wrapper .single-accordion-wrapper > a.label:hover:after, .accordion-section-wrapper .single-accordion-wrapper > a.jump-link:hover:after, .accordion-section-wrapper .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .single-accordion-wrapper > a:hover:after, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .accordion-section-wrapper .single-accordion-wrapper > a:hover:after {
        filter: brightness(0) opacity(0.55); }
    /* line 141, sass/components/_sections.scss */
    .accordion-section-wrapper .single-accordion-wrapper > a.label.open:after, .accordion-section-wrapper .single-accordion-wrapper > a.open.jump-link:after, .accordion-section-wrapper .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .single-accordion-wrapper > a.open:after, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .accordion-section-wrapper .single-accordion-wrapper > a.open:after {
      background-position: right center; }
  /* line 146, sass/components/_sections.scss */
  .accordion-section-wrapper .single-accordion-wrapper .accordion-collapsible {
    display: none; }

/* line 152, sass/components/_sections.scss */
.callout-section {
  padding: 3.75rem 0;
  background-color: #37B9B9;
  color: #39393C;
  /*1024*/ }
  @media (min-width: 48em) {
    /* line 158, sass/components/_sections.scss */
    .callout-section.callout-btrt {
      background: url(images/patterns/partial-circle-white-top.png) bottom right no-repeat #37B9B9;
      background-size: 31% auto; }
    /* line 162, sass/components/_sections.scss */
    .callout-section.callout-tplt {
      background: url(images/patterns/partial-circle-white-bottom.png) top left no-repeat #37B9B9;
      background-size: 31% auto; }
    /* line 166, sass/components/_sections.scss */
    .callout-section.callout-btlt {
      background: url(images/patterns/partial-circle-white-top.png) bottom left no-repeat #37B9B9;
      background-size: 31% auto; } }
  @media (min-width: 64em) {
    /* line 152, sass/components/_sections.scss */
    .callout-section {
      padding: 6.95% 0; } }
  /* line 175, sass/components/_sections.scss */
  .callout-section .button, .callout-section button {
    margin-top: 2.875rem; }
  /* line 178, sass/components/_sections.scss */
  .callout-section h2 + p {
    margin-top: 3.75rem; }
  /* line 183, sass/components/_sections.scss */
  .callout-section.faq-callout {
    margin: 8.75rem 0 0;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 183, sass/components/_sections.scss */
      .callout-section.faq-callout {
        margin: 8.75rem 0; } }
    /* line 188, sass/components/_sections.scss */
    .callout-section.faq-callout a {
      color: #39393C;
      text-decoration: underline; }
  /* line 193, sass/components/_sections.scss */
  .callout-section.grey {
    background-color: #f2f2f2;
    color: #65656A; }
  /* line 198, sass/components/_sections.scss */
  .callout-section .h2-style + .h4-style, .callout-section .page .intro-text p:first-child + .h4-style, .page .intro-text .callout-section p:first-child + .h4-style, .callout-section .error404 .intro-text p:first-child + .h4-style, .error404 .intro-text .callout-section p:first-child + .h4-style, .callout-section .woocommerce-account h1 + .h4-style, .woocommerce-account .callout-section h1 + .h4-style, .callout-section .woocommerce-checkout h1 + .h4-style, .woocommerce-checkout .callout-section h1 + .h4-style, .callout-section .single-product .entry-summary h1 + .h4-style, .single-product .entry-summary .callout-section h1 + .h4-style, .callout-section .h2-style + .body-non-p, .callout-section .page .intro-text p:first-child + .body-non-p, .page .intro-text .callout-section p:first-child + .body-non-p, .callout-section .error404 .intro-text p:first-child + .body-non-p, .error404 .intro-text .callout-section p:first-child + .body-non-p, .callout-section .woocommerce-account h1 + .body-non-p, .woocommerce-account .callout-section h1 + .body-non-p, .callout-section .woocommerce-checkout h1 + .body-non-p, .woocommerce-checkout .callout-section h1 + .body-non-p, .callout-section .single-product .entry-summary h1 + .body-non-p, .single-product .entry-summary .callout-section h1 + .body-non-p, .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu .h2-style + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .callout-section .h2-style + li, .callout-section .page .intro-text .user-cart-menu-wrapper .user-cart-menu ul.state-menu p:first-child + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .callout-section .page .intro-text p:first-child + li, .page .intro-text .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu p:first-child + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .page .intro-text .callout-section p:first-child + li, .callout-section .error404 .intro-text .user-cart-menu-wrapper .user-cart-menu ul.state-menu p:first-child + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .callout-section .error404 .intro-text p:first-child + li, .error404 .intro-text .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu p:first-child + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .error404 .intro-text .callout-section p:first-child + li, .callout-section .woocommerce-account .user-cart-menu-wrapper .user-cart-menu ul.state-menu h1 + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .callout-section .woocommerce-account h1 + li, .woocommerce-account .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu h1 + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .woocommerce-account .callout-section h1 + li, .callout-section .woocommerce-checkout .user-cart-menu-wrapper .user-cart-menu ul.state-menu h1 + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .callout-section .woocommerce-checkout h1 + li, .woocommerce-checkout .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu h1 + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .woocommerce-checkout .callout-section h1 + li, .callout-section .single-product .entry-summary .user-cart-menu-wrapper .user-cart-menu ul.state-menu h1 + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .callout-section .single-product .entry-summary h1 + li, .single-product .entry-summary .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu h1 + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .single-product .entry-summary .callout-section h1 + li, .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .h2-style + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .callout-section .h2-style + a.button, .callout-section .page .intro-text .user-cart-menu-wrapper .user-cart-menu ul.state-menu li p:first-child + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .callout-section .page .intro-text p:first-child + a.button, .page .intro-text .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu li p:first-child + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .page .intro-text .callout-section p:first-child + a.button, .callout-section .error404 .intro-text .user-cart-menu-wrapper .user-cart-menu ul.state-menu li p:first-child + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .callout-section .error404 .intro-text p:first-child + a.button, .error404 .intro-text .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu li p:first-child + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .error404 .intro-text .callout-section p:first-child + a.button, .callout-section .woocommerce-account .user-cart-menu-wrapper .user-cart-menu ul.state-menu li h1 + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .callout-section .woocommerce-account h1 + a.button, .woocommerce-account .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu li h1 + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .woocommerce-account .callout-section h1 + a.button, .callout-section .woocommerce-checkout .user-cart-menu-wrapper .user-cart-menu ul.state-menu li h1 + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .callout-section .woocommerce-checkout h1 + a.button, .woocommerce-checkout .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu li h1 + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .woocommerce-checkout .callout-section h1 + a.button, .callout-section .single-product .entry-summary .user-cart-menu-wrapper .user-cart-menu ul.state-menu li h1 + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .callout-section .single-product .entry-summary h1 + a.button, .single-product .entry-summary .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu li h1 + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .single-product .entry-summary .callout-section h1 + a.button, .callout-section .h2-style + .xoo-wsc-cart-trigger.less-than-1024, .callout-section .page .intro-text p:first-child + .xoo-wsc-cart-trigger.less-than-1024, .page .intro-text .callout-section p:first-child + .xoo-wsc-cart-trigger.less-than-1024, .callout-section .error404 .intro-text p:first-child + .xoo-wsc-cart-trigger.less-than-1024, .error404 .intro-text .callout-section p:first-child + .xoo-wsc-cart-trigger.less-than-1024, .callout-section .woocommerce-account h1 + .xoo-wsc-cart-trigger.less-than-1024, .woocommerce-account .callout-section h1 + .xoo-wsc-cart-trigger.less-than-1024, .callout-section .woocommerce-checkout h1 + .xoo-wsc-cart-trigger.less-than-1024, .woocommerce-checkout .callout-section h1 + .xoo-wsc-cart-trigger.less-than-1024, .callout-section .single-product .entry-summary h1 + .xoo-wsc-cart-trigger.less-than-1024, .single-product .entry-summary .callout-section h1 + .xoo-wsc-cart-trigger.less-than-1024, .callout-section .xoo-wsc-modal .h2-style + .xoo-wsc-pname, .xoo-wsc-modal .callout-section .h2-style + .xoo-wsc-pname, .callout-section .page .intro-text .xoo-wsc-modal p:first-child + .xoo-wsc-pname, .xoo-wsc-modal .callout-section .page .intro-text p:first-child + .xoo-wsc-pname, .page .intro-text .callout-section .xoo-wsc-modal p:first-child + .xoo-wsc-pname, .xoo-wsc-modal .page .intro-text .callout-section p:first-child + .xoo-wsc-pname, .callout-section .error404 .intro-text .xoo-wsc-modal p:first-child + .xoo-wsc-pname, .xoo-wsc-modal .callout-section .error404 .intro-text p:first-child + .xoo-wsc-pname, .error404 .intro-text .callout-section .xoo-wsc-modal p:first-child + .xoo-wsc-pname, .xoo-wsc-modal .error404 .intro-text .callout-section p:first-child + .xoo-wsc-pname, .callout-section .woocommerce-account .xoo-wsc-modal h1 + .xoo-wsc-pname, .xoo-wsc-modal .callout-section .woocommerce-account h1 + .xoo-wsc-pname, .woocommerce-account .callout-section .xoo-wsc-modal h1 + .xoo-wsc-pname, .xoo-wsc-modal .woocommerce-account .callout-section h1 + .xoo-wsc-pname, .callout-section .woocommerce-checkout .xoo-wsc-modal h1 + .xoo-wsc-pname, .xoo-wsc-modal .callout-section .woocommerce-checkout h1 + .xoo-wsc-pname, .woocommerce-checkout .callout-section .xoo-wsc-modal h1 + .xoo-wsc-pname, .xoo-wsc-modal .woocommerce-checkout .callout-section h1 + .xoo-wsc-pname, .callout-section .single-product .entry-summary .xoo-wsc-modal h1 + .xoo-wsc-pname, .xoo-wsc-modal .callout-section .single-product .entry-summary h1 + .xoo-wsc-pname, .single-product .entry-summary .callout-section .xoo-wsc-modal h1 + .xoo-wsc-pname, .xoo-wsc-modal .single-product .entry-summary .callout-section h1 + .xoo-wsc-pname, .callout-section .h2-style + .attribute, .callout-section .page .intro-text p:first-child + .attribute, .page .intro-text .callout-section p:first-child + .attribute, .callout-section .error404 .intro-text p:first-child + .attribute, .error404 .intro-text .callout-section p:first-child + .attribute, .callout-section .woocommerce-account h1 + .attribute, .woocommerce-account .callout-section h1 + .attribute, .callout-section .woocommerce-checkout h1 + .attribute, .woocommerce-checkout .callout-section h1 + .attribute, .callout-section .single-product .entry-summary h1 + .attribute, .single-product .entry-summary .callout-section h1 + .attribute, .callout-section h2 + .h4-style, .callout-section h2 + .body-non-p, .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu h2 + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .callout-section h2 + li, .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu li h2 + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .callout-section h2 + a.button, .callout-section h2 + .xoo-wsc-cart-trigger.less-than-1024, .callout-section .xoo-wsc-modal h2 + .xoo-wsc-pname, .xoo-wsc-modal .callout-section h2 + .xoo-wsc-pname, .callout-section h2 + .attribute, .callout-section .quote + .h4-style, .callout-section .quote + .body-non-p, .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu .quote + li, .user-cart-menu-wrapper .user-cart-menu ul.state-menu .callout-section .quote + li, .callout-section .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .quote + a.button, .user-cart-menu-wrapper .user-cart-menu ul.state-menu li .callout-section .quote + a.button, .callout-section .quote + .xoo-wsc-cart-trigger.less-than-1024, .callout-section .xoo-wsc-modal .quote + .xoo-wsc-pname, .xoo-wsc-modal .callout-section .quote + .xoo-wsc-pname, .callout-section .quote + .attribute {
    margin-top: 3rem; }
  /* line 202, sass/components/_sections.scss */
  .callout-section .quote {
    font-family: "Avenir-LT", arial, sans-serif;
    font-weight: 400;
    line-height: 1.1666em;
    font-size: 1.625rem; }
    @media (min-width: 48em) {
      /* line 202, sass/components/_sections.scss */
      .callout-section .quote {
        font-size: 1.75rem; } }
    @media (min-width: 75em) {
      /* line 202, sass/components/_sections.scss */
      .callout-section .quote {
        font-size: 2.625rem; } }
  /* line 214, sass/components/_sections.scss */
  .callout-section .attribute {
    text-transform: uppercase;
    font-family: "Avenir-Roman", arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1em; }
    @media (min-width: 48em) {
      /* line 214, sass/components/_sections.scss */
      .callout-section .attribute {
        font-size: 0.85rem; } }
    @media (min-width: 75em) {
      /* line 214, sass/components/_sections.scss */
      .callout-section .attribute {
        font-size: 1.25rem; } }
  /* line 228, sass/components/_sections.scss */
  .callout-section.callout-hcp-info-only {
    margin: 7rem 0; }

/* line 234, sass/components/_sections.scss */
.cross-sells-section {
  margin: 3.5rem 0; }
  /* line 236, sass/components/_sections.scss */
  .cross-sells-section h2 {
    margin-bottom: 1.5rem; }

/* line 242, sass/components/_sections.scss */
.share-section {
  margin-top: 2.5rem;
  text-align: right; }
  /* line 245, sass/components/_sections.scss */
  .share-section .share-icon {
    display: inline-block;
    height: 44px;
    width: 44px;
    margin-left: 1rem;
    background: url(images/share-sprite.png?v=1234) no-repeat center top;
    background-size: 44px auto;
    -webkit-filter: brightness(0);
    filter: brightness(0); }
    /* line 254, sass/components/_sections.scss */
    .share-section .share-icon.share-email {
      background-position: center bottom; }
    /* line 257, sass/components/_sections.scss */
    .share-section .share-icon:hover {
      cursor: pointer;
      -webkit-filter: none;
      filter: none; }

/* line 265, sass/components/_sections.scss */
.follow-section {
  /*1024*/ }
  /* line 272, sass/components/_sections.scss */
  .follow-section .follow-icon {
    background: url(images/follow-sprite-vb.png?v=1) no-repeat left top;
    background-size: 100px auto;
    height: 42px;
    width: 42px;
    display: inline-block;
    margin: 0 1.25rem 0 0;
    cursor: pointer;
    /*1024*/ }
    /* line 278, sass/components/_sections.scss */
    .follow-section .follow-icon:hover {
      background-position: right top; }
    /* line 281, sass/components/_sections.scss */
    .follow-section .follow-icon.follow-twitter {
      background-position: left -50px; }
      /* line 283, sass/components/_sections.scss */
      .follow-section .follow-icon.follow-twitter:hover {
        background-position: right -50px; }
    /* line 287, sass/components/_sections.scss */
    .follow-section .follow-icon.follow-instagram {
      background-position: left -100px; }
      /* line 289, sass/components/_sections.scss */
      .follow-section .follow-icon.follow-instagram:hover {
        background-position: right -100px; }
    /* line 293, sass/components/_sections.scss */
    .follow-section .follow-icon.follow-linked-in {
      background-position: left -150px; }
      /* line 295, sass/components/_sections.scss */
      .follow-section .follow-icon.follow-linked-in:hover {
        background-position: right -150px; }
      .follow-section .follow-icon.follow-youtube {
          background-position: left -200px; }
      .follow-section .follow-icon.follow-youtube:hover {
          background-position: right -200px; }
    @media (min-width: 64em) {
      /* line 304, sass/components/_sections.scss */
      .follow-section .follow-icon:hover {
        opacity: 0.8; } }

/* line 4, sass/components/_overview.scss */
.hero-container .hero-wrapper {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw; }
  /* line 12, sass/components/_overview.scss */
  .hero-container .hero-wrapper img {
    display: block; }
  /* line 15, sass/components/_overview.scss */
  .hero-container .hero-wrapper .video-embed-wrapper {
    padding-top: 40%; }
  /* line 18, sass/components/_overview.scss */
  .hero-container .hero-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
/* line 28, sass/components/_overview.scss */
.hero-container .caption {
  padding: 0;
  text-align: right; }

/* line 35, sass/components/_overview.scss */
.page-intro + .overview {
  margin-top: 4.75rem;
  /*1024*/ }

/* line 2, sass/components/_modules.scss */
.video-embed-wrapper {
  padding-top: 56%;
  position: relative;
  /*1024*/ }
  /* line 10, sass/components/_modules.scss */
  .video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* line 21, sass/components/_modules.scss */
.hero-container {
  position: relative; }
  /* line 23, sass/components/_modules.scss */
  .hero-container img {
    width: 100%; }
  /* line 26, sass/components/_modules.scss */
  .hero-container h1 {
    position: absolute;
    left: 0;
    width: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    bottom: .5rem; }

/* line 38, sass/components/_modules.scss */
.flickity-carousel, .flickity-carousel-circular {
  width: 100%;
  margin: 0 auto; }
  /* line 41, sass/components/_modules.scss */
  .flickity-carousel.is-hidden, .flickity-carousel-circular.is-hidden {
    display: none; }
  /* line 45, sass/components/_modules.scss */
  .flickity-carousel.flickity-enabled, .flickity-carousel-circular.flickity-enabled {
    opacity: 1; }
  /* line 51, sass/components/_modules.scss */
  .flickity-carousel .flick-slide, .flickity-carousel-circular .flick-slide {
    width: 100%; }
  /* line 54, sass/components/_modules.scss */
  .flickity-carousel img, .flickity-carousel .video-embed-wrapper, .flickity-carousel-circular img, .flickity-carousel-circular .video-embed-wrapper {
    display: block; }
  /* line 61, sass/components/_modules.scss */
  .flickity-carousel .flickity-button, .flickity-carousel-circular .flickity-button {
    margin-top: 0;
    text-align: right;
    font-size: 2.5rem;
    color: #fff;
    background: #000;
    height: auto;
    width: auto;
    line-height: 1em;
    padding: 0;
    border-radius: 0;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 61, sass/components/_modules.scss */
      .flickity-carousel .flickity-button, .flickity-carousel-circular .flickity-button {
        position: absolute;
        bottom: 20px;
        top: auto;
        right: 4.305%;
        left: auto; } }
    /* line 82, sass/components/_modules.scss */
    .flickity-carousel .flickity-button.next:after, .flickity-carousel-circular .flickity-button.next:after {
      content: '→'; }
    /* line 86, sass/components/_modules.scss */
    .flickity-carousel .flickity-button.previous, .flickity-carousel-circular .flickity-button.previous {
      right: calc(38px + 4.305%); }
      /* line 88, sass/components/_modules.scss */
      .flickity-carousel .flickity-button.previous:before, .flickity-carousel-circular .flickity-button.previous:before {
        content: '←'; }
    /* line 93, sass/components/_modules.scss */
    .flickity-carousel .flickity-button svg, .flickity-carousel-circular .flickity-button svg {
      display: none; }

/* line 101, sass/components/_modules.scss */
.flickity-carousel .h1-style, .flickity-carousel h1, .image-text-module .h1-style, .image-text-module h1 {
  margin-bottom: 3rem;
  /*1024*/ }
  /* line 103, sass/components/_modules.scss */
  .flickity-carousel .h1-style + .h3-style, .flickity-carousel .single .long-desc .h1-style + blockquote, .single .long-desc .flickity-carousel .h1-style + blockquote, .flickity-carousel form.search-form .h1-style + input[type="search"], form.search-form .flickity-carousel .h1-style + input[type="search"], .flickity-carousel .page-template-custom-page-template .long-desc .h1-style + blockquote, .page-template-custom-page-template .long-desc .flickity-carousel .h1-style + blockquote, .flickity-carousel .page-template-utility-page-template .h1-style + h2, .page-template-utility-page-template .flickity-carousel .h1-style + h2, .flickity-carousel .xoo-wsc-modal .xoo-wsc-pname .h1-style + a, .xoo-wsc-modal .xoo-wsc-pname .flickity-carousel .h1-style + a, .flickity-carousel h1 + .h3-style, .flickity-carousel .single .long-desc h1 + blockquote, .single .long-desc .flickity-carousel h1 + blockquote, .flickity-carousel form.search-form h1 + input[type="search"], form.search-form .flickity-carousel h1 + input[type="search"], .flickity-carousel .page-template-custom-page-template .long-desc h1 + blockquote, .page-template-custom-page-template .long-desc .flickity-carousel h1 + blockquote, .flickity-carousel .page-template-utility-page-template h1 + h2, .page-template-utility-page-template .flickity-carousel h1 + h2, .flickity-carousel .xoo-wsc-modal .xoo-wsc-pname h1 + a, .xoo-wsc-modal .xoo-wsc-pname .flickity-carousel h1 + a, .image-text-module .h1-style + .h3-style, .image-text-module .single .long-desc .h1-style + blockquote, .single .long-desc .image-text-module .h1-style + blockquote, .image-text-module form.search-form .h1-style + input[type="search"], form.search-form .image-text-module .h1-style + input[type="search"], .image-text-module .page-template-custom-page-template .long-desc .h1-style + blockquote, .page-template-custom-page-template .long-desc .image-text-module .h1-style + blockquote, .image-text-module .page-template-utility-page-template .h1-style + h2, .page-template-utility-page-template .image-text-module .h1-style + h2, .image-text-module .xoo-wsc-modal .xoo-wsc-pname .h1-style + a, .xoo-wsc-modal .xoo-wsc-pname .image-text-module .h1-style + a, .image-text-module h1 + .h3-style, .image-text-module .single .long-desc h1 + blockquote, .single .long-desc .image-text-module h1 + blockquote, .image-text-module form.search-form h1 + input[type="search"], form.search-form .image-text-module h1 + input[type="search"], .image-text-module .page-template-custom-page-template .long-desc h1 + blockquote, .page-template-custom-page-template .long-desc .image-text-module h1 + blockquote, .image-text-module .page-template-utility-page-template h1 + h2, .page-template-utility-page-template .image-text-module h1 + h2, .image-text-module .xoo-wsc-modal .xoo-wsc-pname h1 + a, .xoo-wsc-modal .xoo-wsc-pname .image-text-module h1 + a {
    margin-top: 2.25rem; }
  @media (min-width: 64em) {
    /* line 101, sass/components/_modules.scss */
    .flickity-carousel .h1-style, .flickity-carousel h1, .image-text-module .h1-style, .image-text-module h1 {
      margin-bottom: 0; }
      /* line 108, sass/components/_modules.scss */
      .flickity-carousel .h1-style + .h3-style, .flickity-carousel .single .long-desc .h1-style + blockquote, .single .long-desc .flickity-carousel .h1-style + blockquote, .flickity-carousel form.search-form .h1-style + input[type="search"], form.search-form .flickity-carousel .h1-style + input[type="search"], .flickity-carousel .page-template-custom-page-template .long-desc .h1-style + blockquote, .page-template-custom-page-template .long-desc .flickity-carousel .h1-style + blockquote, .flickity-carousel .page-template-utility-page-template .h1-style + h2, .page-template-utility-page-template .flickity-carousel .h1-style + h2, .flickity-carousel .xoo-wsc-modal .xoo-wsc-pname .h1-style + a, .xoo-wsc-modal .xoo-wsc-pname .flickity-carousel .h1-style + a, .flickity-carousel h1 + .h3-style, .flickity-carousel .single .long-desc h1 + blockquote, .single .long-desc .flickity-carousel h1 + blockquote, .flickity-carousel form.search-form h1 + input[type="search"], form.search-form .flickity-carousel h1 + input[type="search"], .flickity-carousel .page-template-custom-page-template .long-desc h1 + blockquote, .page-template-custom-page-template .long-desc .flickity-carousel h1 + blockquote, .flickity-carousel .page-template-utility-page-template h1 + h2, .page-template-utility-page-template .flickity-carousel h1 + h2, .flickity-carousel .xoo-wsc-modal .xoo-wsc-pname h1 + a, .xoo-wsc-modal .xoo-wsc-pname .flickity-carousel h1 + a, .image-text-module .h1-style + .h3-style, .image-text-module .single .long-desc .h1-style + blockquote, .single .long-desc .image-text-module .h1-style + blockquote, .image-text-module form.search-form .h1-style + input[type="search"], form.search-form .image-text-module .h1-style + input[type="search"], .image-text-module .page-template-custom-page-template .long-desc .h1-style + blockquote, .page-template-custom-page-template .long-desc .image-text-module .h1-style + blockquote, .image-text-module .page-template-utility-page-template .h1-style + h2, .page-template-utility-page-template .image-text-module .h1-style + h2, .image-text-module .xoo-wsc-modal .xoo-wsc-pname .h1-style + a, .xoo-wsc-modal .xoo-wsc-pname .image-text-module .h1-style + a, .image-text-module h1 + .h3-style, .image-text-module .single .long-desc h1 + blockquote, .single .long-desc .image-text-module h1 + blockquote, .image-text-module form.search-form h1 + input[type="search"], form.search-form .image-text-module h1 + input[type="search"], .image-text-module .page-template-custom-page-template .long-desc h1 + blockquote, .page-template-custom-page-template .long-desc .image-text-module h1 + blockquote, .image-text-module .page-template-utility-page-template h1 + h2, .page-template-utility-page-template .image-text-module h1 + h2, .image-text-module .xoo-wsc-modal .xoo-wsc-pname h1 + a, .xoo-wsc-modal .xoo-wsc-pname .image-text-module h1 + a {
        margin-top: 3.75rem; } }
/* line 113, sass/components/_modules.scss */
.flickity-carousel .button, .image-text-module .button {
  margin-top: 3rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 113, sass/components/_modules.scss */
    .flickity-carousel .button, .image-text-module .button {
      margin-top: 3.75rem; } }
/* line 119, sass/components/_modules.scss */
.flickity-carousel .flickity-page-dots, .image-text-module .flickity-page-dots {
  margin: 3.75rem 0 0 0;
  position: relative;
  bottom: auto; }
  /* line 123, sass/components/_modules.scss */
  .flickity-carousel .flickity-page-dots .dot, .image-text-module .flickity-page-dots .dot {
    width: 24px;
    height: 24px;
    border: 0;
    background: url(images/carousel-dots.png) center top no-repeat;
    background-size: 24px auto;
    opacity: 1; }
    /* line 130, sass/components/_modules.scss */
    .flickity-carousel .flickity-page-dots .dot.is-selected, .image-text-module .flickity-page-dots .dot.is-selected {
      background-position: center -30px; }
    /* line 133, sass/components/_modules.scss */
    .flickity-carousel .flickity-page-dots .dot:first-child:nth-last-child(1), .image-text-module .flickity-page-dots .dot:first-child:nth-last-child(1) {
      opacity: 0; }

/* line 140, sass/components/_modules.scss */
.flickity-carousel .h3-style, .flickity-carousel .single .long-desc blockquote, .single .long-desc .flickity-carousel blockquote, .flickity-carousel form.search-form input[type="search"], form.search-form .flickity-carousel input[type="search"], .flickity-carousel .page-template-custom-page-template .long-desc blockquote, .page-template-custom-page-template .long-desc .flickity-carousel blockquote, .flickity-carousel .page-template-utility-page-template h2, .page-template-utility-page-template .flickity-carousel h2, .flickity-carousel .xoo-wsc-modal .xoo-wsc-pname a, .xoo-wsc-modal .xoo-wsc-pname .flickity-carousel a {
  display: none;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 140, sass/components/_modules.scss */
    .flickity-carousel .h3-style, .flickity-carousel .single .long-desc blockquote, .single .long-desc .flickity-carousel blockquote, .flickity-carousel form.search-form input[type="search"], form.search-form .flickity-carousel input[type="search"], .flickity-carousel .page-template-custom-page-template .long-desc blockquote, .page-template-custom-page-template .long-desc .flickity-carousel blockquote, .flickity-carousel .page-template-utility-page-template h2, .page-template-utility-page-template .flickity-carousel h2, .flickity-carousel .xoo-wsc-modal .xoo-wsc-pname a, .xoo-wsc-modal .xoo-wsc-pname .flickity-carousel a {
      display: block; } }

/* line 148, sass/components/_modules.scss */
.flickity-carousel .h1-style, .flickity-carousel h1, .page-intro .image-text-module:not(.no-media) .h1-style, .page-intro .image-text-module:not(.no-media) h1 {
  margin-bottom: 0;
  margin-top: 2.25rem; }
  @media (min-width: 48em) {
    /* line 148, sass/components/_modules.scss */
    .flickity-carousel .h1-style, .flickity-carousel h1, .page-intro .image-text-module:not(.no-media) .h1-style, .page-intro .image-text-module:not(.no-media) h1 {
      margin-top: 0; } }

@media (max-width: 47.9375em) {
  /* line 160, sass/components/_modules.scss */
  .mixed-slide-carousel .flick-slide .row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

/* line 166, sass/components/_modules.scss */
.alternating-modules {
  margin-top: 3.5rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 166, sass/components/_modules.scss */
    .alternating-modules {
      margin-top: 7.5rem; } }
  /* line 171, sass/components/_modules.scss */
  .alternating-modules .alternating-module {
    margin-bottom: 4.5rem;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 171, sass/components/_modules.scss */
      .alternating-modules .alternating-module {
        margin-bottom: 7.5rem; } }
    /* line 177, sass/components/_modules.scss */
    .alternating-modules .alternating-module.has-background .img-has-background-wrapper {
      position: relative;
      padding: 100% 0 0 0;
      margin: 3.625rem  0; }
      @media (min-width: 75em) {
        /* line 177, sass/components/_modules.scss */
        .alternating-modules .alternating-module.has-background .img-has-background-wrapper {
          margin: 5rem 0 0 0;
          padding: 100% 0 0 0; } }
      /* line 185, sass/components/_modules.scss */
      .alternating-modules .alternating-module.has-background .img-has-background-wrapper .background-container {
        position: absolute;
        padding-right: 100%;
        padding-bottom: 100%;
        background: url(images/patterns/full-teal-circle.png) left top no-repeat;
        background-size: contain;
        left: -62.3%;
        top: -3.625rem; }
        @media (min-width: 75em) {
          /* line 185, sass/components/_modules.scss */
          .alternating-modules .alternating-module.has-background .img-has-background-wrapper .background-container {
            top: -5rem; } }
    /* line 198, sass/components/_modules.scss */
    .alternating-modules .alternating-module.has-background img {
      display: block;
      position: absolute;
      bottom: 0;
      top: auto; }
    /* line 204, sass/components/_modules.scss */
    .alternating-modules .alternating-module.has-background.reverse {
      background-position: right -132px bottom;
      /*1024*/ }
      @media (min-width: 64em) {
        /* line 204, sass/components/_modules.scss */
        .alternating-modules .alternating-module.has-background.reverse {
          background-position: right -190px bottom; } }
      @media (min-width: 85.625em) {
        /* line 204, sass/components/_modules.scss */
        .alternating-modules .alternating-module.has-background.reverse {
          background-position: right -264px bottom; } }
      /* line 212, sass/components/_modules.scss */
      .alternating-modules .alternating-module.has-background.reverse .img-has-background-wrapper {
        margin: 0 0 3.625rem; }
        @media (min-width: 75em) {
          /* line 212, sass/components/_modules.scss */
          .alternating-modules .alternating-module.has-background.reverse .img-has-background-wrapper {
            margin: 0 0 5rem; } }
      /* line 218, sass/components/_modules.scss */
      .alternating-modules .alternating-module.has-background.reverse .background-container {
        background: url(images/patterns/full-teal-circle.png) right bottom no-repeat;
        background-size: contain;
        top: auto;
        left: auto;
        right: -85%;
        bottom: -3.625rem; }
        @media (min-width: 75em) {
          /* line 218, sass/components/_modules.scss */
          .alternating-modules .alternating-module.has-background.reverse .background-container {
            bottom: -5rem; } }
      /* line 229, sass/components/_modules.scss */
      .alternating-modules .alternating-module.has-background.reverse img {
        top: 0;
        bottom: auto; }
    /* line 235, sass/components/_modules.scss */
    .alternating-modules .alternating-module h2, .alternating-modules .alternating-module .h2-style, .alternating-modules .alternating-module .page .intro-text p:first-child, .page .intro-text .alternating-modules .alternating-module p:first-child, .alternating-modules .alternating-module .error404 .intro-text p:first-child, .error404 .intro-text .alternating-modules .alternating-module p:first-child, .alternating-modules .alternating-module .woocommerce-account h1, .woocommerce-account .alternating-modules .alternating-module h1, .alternating-modules .alternating-module .woocommerce-checkout h1, .woocommerce-checkout .alternating-modules .alternating-module h1, .alternating-modules .alternating-module .single-product .entry-summary h1, .single-product .entry-summary .alternating-modules .alternating-module h1 {
      color: #3CA0A0;
      margin-bottom: 2.75rem; }
    /* line 239, sass/components/_modules.scss */
    .alternating-modules .alternating-module h3 {
      margin-bottom: 2.5rem; }
    /* line 242, sass/components/_modules.scss */
    .alternating-modules .alternating-module .button {
      margin-top: 2.125rem; }

/* line 249, sass/components/_modules.scss */
.small-image-text-module-format .small-image-text-entry {
  margin-bottom: 5.75rem; }
  /* line 251, sass/components/_modules.scss */
  .small-image-text-module-format .small-image-text-entry:last-child {
    margin-bottom: 0; }
  /* line 254, sass/components/_modules.scss */
  .small-image-text-module-format .small-image-text-entry h2.h3-style, .small-image-text-module-format .small-image-text-entry .page-template-utility-page-template h2, .page-template-utility-page-template .small-image-text-module-format .small-image-text-entry h2 {
    margin-bottom: 1.25rem; }
  /* line 257, sass/components/_modules.scss */
  .small-image-text-module-format .small-image-text-entry .content-wrapper {
    margin-top: 2.5rem; }
  /* line 260, sass/components/_modules.scss */
  .small-image-text-module-format .small-image-text-entry img {
    margin-bottom: 2.5rem; }

/* line 268, sass/components/_modules.scss */
.module-section-container .module-section:last-child {
  margin-bottom: 0; }

/* line 303, sass/components/_modules.scss */
.slideshow-wrapper {
  position: relative;
  margin-top: 3.5rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 303, sass/components/_modules.scss */
    .slideshow-wrapper {
      margin-top: 0; } }
  /* line 309, sass/components/_modules.scss */
  .slideshow-wrapper .slide-page-indicator {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 1.25rem;
    text-align: center; }

/* line 363, sass/components/_modules.scss */
.module-section.text-block ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }
  /* line 367, sass/components/_modules.scss */
  .module-section.text-block ul li {
    margin-bottom: 1rem;
    padding-left: 0; }
/* line 372, sass/components/_modules.scss */
.module-section.text-block div.label {
  margin-bottom: .5rem;
  line-height: 1.5em; }

/* line 380, sass/components/_modules.scss */
.scroll-top-wrapper {
  position: fixed;
  bottom: 100px;
  z-index: 99;
  right: 6.5%;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 380, sass/components/_modules.scss */
    .scroll-top-wrapper {
      right: calc(3.25% - 25px); } }
  /* line 388, sass/components/_modules.scss */
  .scroll-top-wrapper a.scroll-top {
    display: inline-block;
    background: url(images/back-to-top-sprite.png) no-repeat center top;
    background-size: 80px auto;
    text-indent: -9999px;
    z-index: 100;
    width: 80px;
    height: 80px; }
    /* line 389, sass/components/_modules.scss */
    .scroll-top-wrapper a.scroll-top:focus {
      outline: 0; }
    /* line 399, sass/components/_modules.scss */
    .scroll-top-wrapper a.scroll-top:hover {
      background-position: center bottom; }

/* line 405, sass/components/_modules.scss */
figure {
  max-width: 100%; }

/* line 410, sass/components/_modules.scss */
#sb_instagram {
  margin-top: 3rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 410, sass/components/_modules.scss */
    #sb_instagram {
      margin-top: 3.25rem; } }

/* line 417, sass/components/_modules.scss */
.ui-widget-overlay {
  background-color: #666666;
  opacity: .75; }

/* line 419, sass/components/_modules.scss */
.disclaimer-box {
  color: #000;
  border: 3px solid #000;
  padding: 1.5rem; }
  /* line 423, sass/components/_modules.scss */
  .disclaimer-box p {
    font-family: "Avenir-Heavy", arial, sans-serif; }

/* line 429, sass/components/_modules.scss */
.view-bar.top-alert {
  padding: 2rem 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 429, sass/components/_modules.scss */
    .view-bar.top-alert {
      padding: 2.375rem 3.75rem; } }
  /* line 439, sass/components/_modules.scss */
  .view-bar.top-alert p {
    line-height: 1em;
    margin: 0; }
  /* line 443, sass/components/_modules.scss */
  .view-bar.top-alert.hcp {
    background: #39393C;
    color: #fff; }
    /* line 446, sass/components/_modules.scss */
    .view-bar.top-alert.hcp a {
      color: #fff; }
  /* line 450, sass/components/_modules.scss */
  .view-bar.top-alert.public {
    background: #37B9B9;
    color: #39393C; }
    /* line 453, sass/components/_modules.scss */
    .view-bar.top-alert.public a {
      color: #39393C; }
  /* line 457, sass/components/_modules.scss */
  .view-bar.top-alert a {
    display: inline-block;
    margin-top: 1.5rem;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 457, sass/components/_modules.scss */
      .view-bar.top-alert a {
        margin: 0; } }

/* line 468, sass/components/_modules.scss */
.lity.lity-opened, .woocommerce .lity.lity-opened {
  background: rgba(255, 255, 255, 0.5); }
/* line 471, sass/components/_modules.scss */
.lity .lity-container, .woocommerce .lity .lity-container {
  width: 90%;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 471, sass/components/_modules.scss */
    .lity .lity-container, .woocommerce .lity .lity-container {
      width: auto; } }
  /* line 476, sass/components/_modules.scss */
  .lity .lity-container .lity-content, .woocommerce .lity .lity-container .lity-content {
    background: #39393C;
    color: #fff;
    padding: 2.75rem 1.5rem;
    /*1024*/ }
    @media (min-width: 48em) {
      /* line 476, sass/components/_modules.scss */
      .lity .lity-container .lity-content, .woocommerce .lity .lity-container .lity-content {
        padding: 5rem 3rem; } }
    @media (min-width: 64em) {
      /* line 476, sass/components/_modules.scss */
      .lity .lity-container .lity-content, .woocommerce .lity .lity-container .lity-content {
        padding: 5rem 10rem; } }
    /* line 487, sass/components/_modules.scss */
    .lity .lity-container .lity-content .h2-style, .lity .lity-container .lity-content .page .intro-text p:first-child, .page .intro-text .lity .lity-container .lity-content p:first-child, .lity .lity-container .lity-content .error404 .intro-text p:first-child, .error404 .intro-text .lity .lity-container .lity-content p:first-child, .lity .lity-container .lity-content .woocommerce-account h1, .woocommerce-account .lity .lity-container .lity-content h1, .lity .lity-container .lity-content .woocommerce-checkout h1, .woocommerce-checkout .lity .lity-container .lity-content h1, .lity .lity-container .lity-content .single-product .entry-summary h1, .single-product .entry-summary .lity .lity-container .lity-content h1, .woocommerce .lity .lity-container .lity-content .h2-style, .woocommerce .lity .lity-container .lity-content .page .intro-text p:first-child, .page .intro-text .woocommerce .lity .lity-container .lity-content p:first-child, .woocommerce .lity .lity-container .lity-content .error404 .intro-text p:first-child, .error404 .intro-text .woocommerce .lity .lity-container .lity-content p:first-child, .woocommerce .lity .lity-container .lity-content .woocommerce-account h1, .woocommerce-account .woocommerce .lity .lity-container .lity-content h1, .woocommerce .lity .lity-container .lity-content .woocommerce-checkout h1, .woocommerce-checkout .woocommerce .lity .lity-container .lity-content h1, .woocommerce .lity .lity-container .lity-content .single-product .entry-summary h1, .single-product .entry-summary .woocommerce .lity .lity-container .lity-content h1 {
      text-align: center;
      margin-top: 4rem;
      /*1024*/ }
      @media (min-width: 64em) {
        /* line 487, sass/components/_modules.scss */
        .lity .lity-container .lity-content .h2-style, .lity .lity-container .lity-content .page .intro-text p:first-child, .page .intro-text .lity .lity-container .lity-content p:first-child, .lity .lity-container .lity-content .error404 .intro-text p:first-child, .error404 .intro-text .lity .lity-container .lity-content p:first-child, .lity .lity-container .lity-content .woocommerce-account h1, .woocommerce-account .lity .lity-container .lity-content h1, .lity .lity-container .lity-content .woocommerce-checkout h1, .woocommerce-checkout .lity .lity-container .lity-content h1, .lity .lity-container .lity-content .single-product .entry-summary h1, .single-product .entry-summary .lity .lity-container .lity-content h1, .woocommerce .lity .lity-container .lity-content .h2-style, .woocommerce .lity .lity-container .lity-content .page .intro-text p:first-child, .page .intro-text .woocommerce .lity .lity-container .lity-content p:first-child, .woocommerce .lity .lity-container .lity-content .error404 .intro-text p:first-child, .error404 .intro-text .woocommerce .lity .lity-container .lity-content p:first-child, .woocommerce .lity .lity-container .lity-content .woocommerce-account h1, .woocommerce-account .woocommerce .lity .lity-container .lity-content h1, .woocommerce .lity .lity-container .lity-content .woocommerce-checkout h1, .woocommerce-checkout .woocommerce .lity .lity-container .lity-content h1, .woocommerce .lity .lity-container .lity-content .single-product .entry-summary h1, .single-product .entry-summary .woocommerce .lity .lity-container .lity-content h1 {
          margin-top: 0;
          white-space: nowrap; } }
    /* line 495, sass/components/_modules.scss */
    .lity .lity-container .lity-content .button-wrapper, .woocommerce .lity .lity-container .lity-content .button-wrapper {
      margin-top: 3.75rem;
      width: 100%;
      text-align: center; }
      /* line 500, sass/components/_modules.scss */
      .lity .lity-container .lity-content .button-wrapper .button + .button, .woocommerce .lity .lity-container .lity-content .button-wrapper .button + .button {
        margin-left: 1.875rem; }
  /* line 506, sass/components/_modules.scss */
  .lity .lity-container .button, .woocommerce .lity .lity-container .button {
    border-color: #fff;
    color: #fff;
    margin: 2rem 0 1rem; }
    /* line 510, sass/components/_modules.scss */
    .lity .lity-container .button:hover, .woocommerce .lity .lity-container .button:hover {
      background: #fff;
      color: #65656A; }
/* line 516, sass/components/_modules.scss */
.lity .lity-close, .lity .lity-close:hover, .woocommerce .lity .lity-close, .woocommerce .lity .lity-close:hover {
  position: absolute;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-indent: -9999px;
  padding: 0;
  background: url(images/close.png) no-repeat center center;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  right: 1rem;
  top: 1rem;
  width: 30px;
  height: 30px;
  /*1024*/ }
  @media (min-width: 48em) {
    /* line 516, sass/components/_modules.scss */
    .lity .lity-close, .lity .lity-close:hover, .woocommerce .lity .lity-close, .woocommerce .lity .lity-close:hover {
      top: 5rem;
      right: 3rem;
      width: 46px;
      height: 46px; } }
  @media (min-width: 64em) {
    /* line 516, sass/components/_modules.scss */
    .lity .lity-close, .lity .lity-close:hover, .woocommerce .lity .lity-close, .woocommerce .lity .lity-close:hover {
      top: 4.8875rem;
      right: 4.125rem; } }

/* line 552, sass/components/_modules.scss */
#login-modal, #popup-hcp-confirmation {
  width: 100%; }
  @media (min-width: 75em) {
    /* line 552, sass/components/_modules.scss */
    #login-modal, #popup-hcp-confirmation {
      width: 37.5rem; } }
  /* line 558, sass/components/_modules.scss */
  #login-modal .h2-style, #login-modal .page .intro-text p:first-child, .page .intro-text #login-modal p:first-child, #login-modal .error404 .intro-text p:first-child, .error404 .intro-text #login-modal p:first-child, #login-modal .woocommerce-account h1, .woocommerce-account #login-modal h1, #login-modal .woocommerce-checkout h1, .woocommerce-checkout #login-modal h1, #login-modal .single-product .entry-summary h1, .single-product .entry-summary #login-modal h1, #popup-hcp-confirmation .h2-style, #popup-hcp-confirmation .page .intro-text p:first-child, .page .intro-text #popup-hcp-confirmation p:first-child, #popup-hcp-confirmation .error404 .intro-text p:first-child, .error404 .intro-text #popup-hcp-confirmation p:first-child, #popup-hcp-confirmation .woocommerce-account h1, .woocommerce-account #popup-hcp-confirmation h1, #popup-hcp-confirmation .woocommerce-checkout h1, .woocommerce-checkout #popup-hcp-confirmation h1, #popup-hcp-confirmation .single-product .entry-summary h1, .single-product .entry-summary #popup-hcp-confirmation h1 {
    margin-top: 0; }
  /* line 561, sass/components/_modules.scss */
  #login-modal .h2-style + p, #login-modal .page .intro-text p:first-child + p, .page .intro-text #login-modal p:first-child + p, #login-modal .error404 .intro-text p:first-child + p, .error404 .intro-text #login-modal p:first-child + p, #login-modal .woocommerce-account h1 + p, .woocommerce-account #login-modal h1 + p, #login-modal .woocommerce-checkout h1 + p, .woocommerce-checkout #login-modal h1 + p, #login-modal .single-product .entry-summary h1 + p, .single-product .entry-summary #login-modal h1 + p, #login-modal .h2-style + .restricted-message, #login-modal .page .intro-text p:first-child + .restricted-message, .page .intro-text #login-modal p:first-child + .restricted-message, #login-modal .error404 .intro-text p:first-child + .restricted-message, .error404 .intro-text #login-modal p:first-child + .restricted-message, #login-modal .woocommerce-account h1 + .restricted-message, .woocommerce-account #login-modal h1 + .restricted-message, #login-modal .woocommerce-checkout h1 + .restricted-message, .woocommerce-checkout #login-modal h1 + .restricted-message, #login-modal .single-product .entry-summary h1 + .restricted-message, .single-product .entry-summary #login-modal h1 + .restricted-message, #popup-hcp-confirmation .h2-style + p, #popup-hcp-confirmation .page .intro-text p:first-child + p, .page .intro-text #popup-hcp-confirmation p:first-child + p, #popup-hcp-confirmation .error404 .intro-text p:first-child + p, .error404 .intro-text #popup-hcp-confirmation p:first-child + p, #popup-hcp-confirmation .woocommerce-account h1 + p, .woocommerce-account #popup-hcp-confirmation h1 + p, #popup-hcp-confirmation .woocommerce-checkout h1 + p, .woocommerce-checkout #popup-hcp-confirmation h1 + p, #popup-hcp-confirmation .single-product .entry-summary h1 + p, .single-product .entry-summary #popup-hcp-confirmation h1 + p, #popup-hcp-confirmation .h2-style + .restricted-message, #popup-hcp-confirmation .page .intro-text p:first-child + .restricted-message, .page .intro-text #popup-hcp-confirmation p:first-child + .restricted-message, #popup-hcp-confirmation .error404 .intro-text p:first-child + .restricted-message, .error404 .intro-text #popup-hcp-confirmation p:first-child + .restricted-message, #popup-hcp-confirmation .woocommerce-account h1 + .restricted-message, .woocommerce-account #popup-hcp-confirmation h1 + .restricted-message, #popup-hcp-confirmation .woocommerce-checkout h1 + .restricted-message, .woocommerce-checkout #popup-hcp-confirmation h1 + .restricted-message, #popup-hcp-confirmation .single-product .entry-summary h1 + .restricted-message, .single-product .entry-summary #popup-hcp-confirmation h1 + .restricted-message {
    margin-top: 2rem;
    text-align: center; }
    /* line 564, sass/components/_modules.scss */
    #login-modal .h2-style + p a, #login-modal .page .intro-text p:first-child + p a, .page .intro-text #login-modal p:first-child + p a, #login-modal .error404 .intro-text p:first-child + p a, .error404 .intro-text #login-modal p:first-child + p a, #login-modal .woocommerce-account h1 + p a, .woocommerce-account #login-modal h1 + p a, #login-modal .woocommerce-checkout h1 + p a, .woocommerce-checkout #login-modal h1 + p a, #login-modal .single-product .entry-summary h1 + p a, .single-product .entry-summary #login-modal h1 + p a, #login-modal .h2-style + .restricted-message a, #login-modal .page .intro-text p:first-child + .restricted-message a, .page .intro-text #login-modal p:first-child + .restricted-message a, #login-modal .error404 .intro-text p:first-child + .restricted-message a, .error404 .intro-text #login-modal p:first-child + .restricted-message a, #login-modal .woocommerce-account h1 + .restricted-message a, .woocommerce-account #login-modal h1 + .restricted-message a, #login-modal .woocommerce-checkout h1 + .restricted-message a, .woocommerce-checkout #login-modal h1 + .restricted-message a, #login-modal .single-product .entry-summary h1 + .restricted-message a, .single-product .entry-summary #login-modal h1 + .restricted-message a, #popup-hcp-confirmation .h2-style + p a, #popup-hcp-confirmation .page .intro-text p:first-child + p a, .page .intro-text #popup-hcp-confirmation p:first-child + p a, #popup-hcp-confirmation .error404 .intro-text p:first-child + p a, .error404 .intro-text #popup-hcp-confirmation p:first-child + p a, #popup-hcp-confirmation .woocommerce-account h1 + p a, .woocommerce-account #popup-hcp-confirmation h1 + p a, #popup-hcp-confirmation .woocommerce-checkout h1 + p a, .woocommerce-checkout #popup-hcp-confirmation h1 + p a, #popup-hcp-confirmation .single-product .entry-summary h1 + p a, .single-product .entry-summary #popup-hcp-confirmation h1 + p a, #popup-hcp-confirmation .h2-style + .restricted-message a, #popup-hcp-confirmation .page .intro-text p:first-child + .restricted-message a, .page .intro-text #popup-hcp-confirmation p:first-child + .restricted-message a, #popup-hcp-confirmation .error404 .intro-text p:first-child + .restricted-message a, .error404 .intro-text #popup-hcp-confirmation p:first-child + .restricted-message a, #popup-hcp-confirmation .woocommerce-account h1 + .restricted-message a, .woocommerce-account #popup-hcp-confirmation h1 + .restricted-message a, #popup-hcp-confirmation .woocommerce-checkout h1 + .restricted-message a, .woocommerce-checkout #popup-hcp-confirmation h1 + .restricted-message a, #popup-hcp-confirmation .single-product .entry-summary h1 + .restricted-message a, .single-product .entry-summary #popup-hcp-confirmation h1 + .restricted-message a {
      color: #fff; }
  /* line 568, sass/components/_modules.scss */
  #login-modal .restricted-message, #popup-hcp-confirmation .restricted-message {
    text-align: left;
    max-width: 43rem; }
  /* line 573, sass/components/_modules.scss */
  #login-modal form, #popup-hcp-confirmation form {
    margin-top: 3rem; }
    /* line 575, sass/components/_modules.scss */
    #login-modal form input[type="text"], #login-modal form input[type="email"], #login-modal form input[type="tel"], #login-modal form input[type="password"], #popup-hcp-confirmation form input[type="text"], #popup-hcp-confirmation form input[type="email"], #popup-hcp-confirmation form input[type="tel"], #popup-hcp-confirmation form input[type="password"] {
      border-color: #fff;
      color: #fff; }
    /* line 580, sass/components/_modules.scss */
    #login-modal form .woocommerce-LostPassword.lost_password a, #popup-hcp-confirmation form .woocommerce-LostPassword.lost_password a {
      color: #fff;
      font-size: 1rem;
      margin-top: 2rem;
      text-transform: uppercase; }
    /* line 587, sass/components/_modules.scss */
    #login-modal form .button, #popup-hcp-confirmation form .button {
      width: 50%; }
  @media (min-width: 48em) {
    /* line 592, sass/components/_modules.scss */
    #login-modal p.login-submit, #login-modal p.lost_password, #popup-hcp-confirmation p.login-submit, #popup-hcp-confirmation p.lost_password {
      display: inline; }
    /* line 595, sass/components/_modules.scss */
    #login-modal p.lost_password, #popup-hcp-confirmation p.lost_password {
      margin-left: 2rem; } }

/* line 600, sass/components/_modules.scss */
#popup-hcp-confirmation {
  width: 100%; }

/* line 606, sass/components/_modules.scss */
.scroll-top-wrapper {
  position: fixed;
  bottom: 40px;
  z-index: 99;
  right: calc(4.305% + 25px);
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 606, sass/components/_modules.scss */
    .scroll-top-wrapper {
      bottom: 100px;
      right: calc(4.305% + 25px); } }
  /* line 615, sass/components/_modules.scss */
  .scroll-top-wrapper a.scroll-top {
    display: inline-block;
    background: url(images/backtotop.svg) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    z-index: 100;
    width: 48px;
    height: 48px; }
    /* line 616, sass/components/_modules.scss */
    .scroll-top-wrapper a.scroll-top:focus {
      outline: 0; }

/* line 3, sass/pages/_home.scss */
.home {
  width: 100%;
  background: #fff; }
  /* line 10, sass/pages/_home.scss */
  .home .tagline {
    margin-top: 1.25rem; }
  /* line 15, sass/pages/_home.scss */
  .home .carousel-wrapper .h1-style, .home .carousel-wrapper .h3-style, .home .carousel-wrapper .single .long-desc blockquote, .single .long-desc .home .carousel-wrapper blockquote, .home .carousel-wrapper form.search-form input[type="search"], form.search-form .home .carousel-wrapper input[type="search"], .home .carousel-wrapper .page-template-custom-page-template .long-desc blockquote, .page-template-custom-page-template .long-desc .home .carousel-wrapper blockquote, .home .carousel-wrapper .page-template-utility-page-template h2, .page-template-utility-page-template .home .carousel-wrapper h2, .home .carousel-wrapper .xoo-wsc-modal .xoo-wsc-pname a, .xoo-wsc-modal .xoo-wsc-pname .home .carousel-wrapper a {
    text-align: left; }
  /* line 22, sass/pages/_home.scss */
  .home .featured-page-section .section-wrapper {
    padding-bottom: 100px;
    /*1024*/ }
    /* line 23, sass/pages/_home.scss */
    .home .featured-page-section .section-wrapper h2 {
      color: #fff;
      padding: 4.625rem 0 3rem; }
    /* line 27, sass/pages/_home.scss */
    .home .featured-page-section .section-wrapper img {
      padding-bottom: 2.25rem;
      /*1024*/ }
      @media (min-width: 64em) {
        /* line 27, sass/pages/_home.scss */
        .home .featured-page-section .section-wrapper img {
          padding-bottom: 5rem; } }
    /* line 33, sass/pages/_home.scss */
    .home .featured-page-section .section-wrapper .long-description {
      margin-bottom: 4.5rem; }
    @media (min-width: 64em) {
      /* line 22, sass/pages/_home.scss */
      .home .featured-page-section .section-wrapper {
        padding-bottom: 0; } }
  /* line 41, sass/pages/_home.scss */
  .home .featured-page-section .transition-wrapper {
    position: relative; }
    /* line 43, sass/pages/_home.scss */
    .home .featured-page-section .transition-wrapper .transition-connect {
      position: absolute;
      top: 0; }
  /* line 48, sass/pages/_home.scss */
  .home .featured-page-section.page-callout-0 {
    margin-top: 9.375rem; }
    /* line 50, sass/pages/_home.scss */
    .home .featured-page-section.page-callout-0 .section-wrapper {
      background: #000;
      color: #fff; }
    /* line 54, sass/pages/_home.scss */
    .home .featured-page-section.page-callout-0 .transition-inner {
      height: 80px;
      /*1024*/ }
      @media (min-width: 64em) {
        /* line 54, sass/pages/_home.scss */
        .home .featured-page-section.page-callout-0 .transition-inner {
          background: linear-gradient(to right, #ffffff 0%, #ffffff 49%, #000000 49%, #000000 100%); } }
    /* line 60, sass/pages/_home.scss */
    .home .featured-page-section.page-callout-0 .transition-outer {
      background: #fff;
      height: 133px; }
    /* line 64, sass/pages/_home.scss */
    .home .featured-page-section.page-callout-0 .transition-connect {
      left: 0;
      background: url(images/patterns/dotted-horiz.png) no-repeat top right #fff;
      width: 257px;
      height: 213px;
      background-size: auto 344px; }
    /* line 71, sass/pages/_home.scss */
    .home .featured-page-section.page-callout-0 img {
      padding-right: 1.25rem; }
    /* line 74, sass/pages/_home.scss */
    .home .featured-page-section.page-callout-0 a {
      color: #fff; }
  /* line 82, sass/pages/_home.scss */
  .home .featured-page-section.page-callout-1 .section-wrapper {
    background: #37B9B9; }
  /* line 85, sass/pages/_home.scss */
  .home .featured-page-section.page-callout-1 .transition-inner {
    height: 100px;
    /*1024*/ }
  /* line 91, sass/pages/_home.scss */
  .home .featured-page-section.page-callout-1 .transition-outer {
    background: #fff;
    height: 133px; }
  /* line 95, sass/pages/_home.scss */
  .home .featured-page-section.page-callout-1 .transition-connect {
    left: 25%;
    /*1024*/
    background: url(images/patterns/horiz-landscale-rect.png) repeat-x top right #fff;
    width: 734px;
    height: 213px;
    background-size: auto 213px; }
    @media (min-width: 64em) {
      /* line 95, sass/pages/_home.scss */
      .home .featured-page-section.page-callout-1 .transition-connect {
        left: auto;
        right: 0; } }

/* line 6, sass/pages/_archive.scss */
.item .label + h3, .item a.jump-link + h3, .item .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content a + h3, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .item a + h3 {
  margin-top: 1.5rem; }
/* line 10, sass/pages/_archive.scss */
.item .item-thumb-container {
  position: relative;
  margin-bottom: 1.5rem; }
  /* line 13, sass/pages/_archive.scss */
  .item .item-thumb-container a.video {
    background: url(images/PlayButton.png) center center no-repeat;
    background-size: 75px auto; }

/* line 4, sass/pages/_single.scss */
.single .overview .label, .single .overview a.jump-link, .single .overview .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content a, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .single .overview a {
  margin-bottom: 1.5rem; }
/* line 7, sass/pages/_single.scss */
.single .overview h1 {
  margin-bottom: 2.25rem; }
/* line 10, sass/pages/_single.scss */
.single .overview h2 {
  margin-bottom: 2.5rem; }
/* line 13, sass/pages/_single.scss */
.single .overview .article-intro {
  margin: 2.5rem 0 0; }
  /* line 15, sass/pages/_single.scss */
  .single .overview .article-intro + p.smaller {
    margin-top: 2.25rem; }
/* line 19, sass/pages/_single.scss */
.single .overview .display-date, .single .overview .author-line {
  font-family: "Avenir-Roman", arial, sans-serif;
  margin: 0; }
  /* line 22, sass/pages/_single.scss */
  .single .overview .display-date + .author-line, .single .overview .author-line + .author-line {
    margin-top: 2rem; }
@media (max-width: 47.9375em) {
  /* line 31, sass/pages/_single.scss */
  .single .overview .container-fluid .row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    /* line 33, sass/pages/_single.scss */
    .single .overview .container-fluid .row .media-container {
      margin-bottom: 3.75rem; } }
/* line 41, sass/pages/_single.scss */
.single .long-form .article-intro {
  margin-bottom: 3.375rem; }
/* line 47, sass/pages/_single.scss */
.single .long-desc img, .single .long-desc .video-embed-wrapper {
  margin-top: 4rem; }
/* line 50, sass/pages/_single.scss */
.single .long-desc h2 {
  margin: 2.75rem 0; }
/* line 53, sass/pages/_single.scss */
.single .long-desc ul, .single .long-desc ol {
  margin-left: 2.5rem; }
  /* line 55, sass/pages/_single.scss */
  .single .long-desc ul li, .single .long-desc ol li {
    margin-bottom: 0; }
    /* line 57, sass/pages/_single.scss */
    .single .long-desc ul li a, .single .long-desc ol li a {
      overflow-wrap: break-word; }
/* line 62, sass/pages/_single.scss */
.single .long-desc blockquote {
  margin: 2.5rem 0 2.5rem 2.5rem; }
/* line 66, sass/pages/_single.scss */
.single .long-desc .video-embed-wrapper {
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 66, sass/pages/_single.scss */
    .single .long-desc .video-embed-wrapper {
      width: 80%;
      padding-top: 44.8%; } }
/* line 74, sass/pages/_single.scss */
.single .authors-wrapper {
  margin-top: 5.675rem; }
  /* line 76, sass/pages/_single.scss */
  .single .authors-wrapper .h3-style, .single .authors-wrapper .long-desc blockquote, .single .long-desc .authors-wrapper blockquote, .single .authors-wrapper form.search-form input[type="search"], form.search-form .single .authors-wrapper input[type="search"], .page-template-custom-page-template .long-desc .single .authors-wrapper blockquote, .single .authors-wrapper .page-template-utility-page-template h2, .page-template-utility-page-template .single .authors-wrapper h2, .single .authors-wrapper .xoo-wsc-modal .xoo-wsc-pname a, .xoo-wsc-modal .xoo-wsc-pname .single .authors-wrapper a {
    color: #3CA0A0;
    margin: 0 0 2.5rem; }
  /* line 80, sass/pages/_single.scss */
  .single .authors-wrapper .author-entry {
    margin-bottom: 4.5rem; }
    /* line 82, sass/pages/_single.scss */
    .single .authors-wrapper .author-entry:last-child {
      margin-bottom: 0; }
/* line 88, sass/pages/_single.scss */
.single .references-wrapper {
  margin-top: 5.5rem; }
  /* line 90, sass/pages/_single.scss */
  .single .references-wrapper h2 {
    margin-bottom: 2.75rem; }
/* line 95, sass/pages/_single.scss */
.single .related-content-wrapper {
  margin: 7rem 0 0; }
  /* line 97, sass/pages/_single.scss */
  .single .related-content-wrapper h2 {
    color: #65656A;
    margin-bottom: 2.75rem; }

/* line 1, sass/pages/_search.scss */
form.search-form {
  width: 100%;
  position: relative; }
  /* line 4, sass/pages/_search.scss */
  form.search-form .awesomplete {
    display: block; }
  /* line 7, sass/pages/_search.scss */
  form.search-form input[type="search"] {
    border: none;
    padding: 10px 0;
    background: none;
    color: #fff;
    outline: none;
    border-bottom: 3px solid white;
    width: 100%;
    border-radius: 0;
    line-height: 1em;
    -webkit-appearance: none !important; }
  /* line 20, sass/pages/_search.scss */
  form.search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    text-indent: -9999px;
    border: 0; }

/* line 32, sass/pages/_search.scss */
.page-embedded-search form.search-form {
  margin: 0 auto 160px; }
  /* line 34, sass/pages/_search.scss */
  .page-embedded-search form.search-form input[type="search"] {
    border-color: #000;
    color: #000; }

/* line 43, sass/pages/_search.scss */
header form.search-form input[type="submit"] {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
/* line 49, sass/pages/_search.scss */
header .search-item {
  position: absolute;
  width: 17px;
  right: calc(9.333% + 50px);
  top: 32px;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 49, sass/pages/_search.scss */
    header .search-item {
      top: 6px;
      right: 0; } }

/* line 64, sass/pages/_search.scss */
header .search-item a,
form.search-form input[type="submit"] {
  display: block;
  background: url(images/search.png) no-repeat center center;
  background-size: contain;
  height: 21px; }
  @media (min-width: 75em) {
    /* line 64, sass/pages/_search.scss */
    header .search-item a,
    form.search-form input[type="submit"] {
      height: 17px; } }
  @media (min-width: 85.625em) {
    /* line 64, sass/pages/_search.scss */
    header .search-item a,
    form.search-form input[type="submit"] {
      height: 21px; } }

/* line 79, sass/pages/_search.scss */
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

/* line 80, sass/pages/_search.scss */
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* line 81, sass/pages/_search.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/* line 2, sass/pages/_page.scss */
.page, .error404 {
  background: #fff;
  /*overflow-x: hidden;*/ }
  /* line 7, sass/pages/_page.scss */
  .page .page-social-container .share-section, .error404 .page-social-container .share-section {
    text-align: center;
    margin-top: 2.5rem;
    /*1024*/ }
    @media (min-width: 64em) {
      /* line 7, sass/pages/_page.scss */
      .page .page-social-container .share-section, .error404 .page-social-container .share-section {
        margin-top: 0;
        position: absolute;
        top: 10px;
        right: 10px; } }
    /* line 16, sass/pages/_page.scss */
    .page .page-social-container .share-section .share-icon, .error404 .page-social-container .share-section .share-icon {
      display: inline-block;
      /*1024*/ }
      @media (min-width: 64em) {
        /* line 16, sass/pages/_page.scss */
        .page .page-social-container .share-section .share-icon, .error404 .page-social-container .share-section .share-icon {
          display: block;
          margin-bottom: 7px; } }
      /* line 22, sass/pages/_page.scss */
      .page .page-social-container .share-section .share-icon a, .error404 .page-social-container .share-section .share-icon a {
        display: block;
        border: 0; }
  /* line 29, sass/pages/_page.scss */
  .page p + .label:not(.button), .page p + a.jump-link:not(.button), .page .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content p + a:not(.button), .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .page p + a:not(.button), .error404 p + .label:not(.button), .error404 p + a.jump-link:not(.button), .error404 .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content p + a:not(.button), .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .error404 p + a:not(.button) {
    margin: 3.75rem 0 .75rem; }
  /* line 32, sass/pages/_page.scss */
  .page h3 + .label, .page h3 + a.jump-link, .page .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content h3 + a, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .page h3 + a, .error404 h3 + .label, .error404 h3 + a.jump-link, .error404 .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content h3 + a, .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content .error404 h3 + a {
    margin: 2.5rem 0 .75rem; }
  /* line 36, sass/pages/_page.scss */
  .page .intro-text, .error404 .intro-text {
    margin-bottom: 3.375rem; }
  /* line 46, sass/pages/_page.scss */
  .page .create-account h1, .error404 .create-account h1 {
    margin-bottom: 2.5rem; }
  /* line 49, sass/pages/_page.scss */
  .page .create-account form, .error404 .create-account form {
    width: 100%;
    margin-top: 3.75rem; }

/* line 57, sass/pages/_page.scss */
.error404 .content-area {
  padding-top: 400px; }

/* line 62, sass/pages/_page.scss */
.page-template-education-landing-page-template, .page-template-research-landing-page-template {
  padding-top: 9.5rem;
  /*1024*/ }
  @media (min-width: 48em) {
    /* line 62, sass/pages/_page.scss */
    .page-template-education-landing-page-template, .page-template-research-landing-page-template {
      padding-top: 7.5rem; } }
  @media (min-width: 64em) {
    /* line 62, sass/pages/_page.scss */
    .page-template-education-landing-page-template, .page-template-research-landing-page-template {
      padding-top: 5.75rem; } }
  /* line 73, sass/pages/_page.scss */
  .page-template-education-landing-page-template .logo-nav-container .less-than-1024.order-button, .page-template-research-landing-page-template .logo-nav-container .less-than-1024.order-button {
    top: 12.15rem; }
    @media (min-width: 48em) {
      /* line 73, sass/pages/_page.scss */
      .page-template-education-landing-page-template .logo-nav-container .less-than-1024.order-button, .page-template-research-landing-page-template .logo-nav-container .less-than-1024.order-button {
        top: 10.2rem; } }
  /* line 82, sass/pages/_page.scss */
  .page-template-education-landing-page-template .page-intro .h3-style p + p, .page-template-education-landing-page-template .page-intro .single .long-desc blockquote p + p, .single .long-desc .page-template-education-landing-page-template .page-intro blockquote p + p, .page-template-education-landing-page-template .page-intro form.search-form input[type="search"] p + p, form.search-form .page-template-education-landing-page-template .page-intro input[type="search"] p + p, .page-template-education-landing-page-template .page-intro .page-template-custom-page-template .long-desc blockquote p + p, .page-template-custom-page-template .long-desc .page-template-education-landing-page-template .page-intro blockquote p + p, .page-template-education-landing-page-template .page-intro .page-template-utility-page-template h2 p + p, .page-template-utility-page-template .page-template-education-landing-page-template .page-intro h2 p + p, .page-template-education-landing-page-template .page-intro .xoo-wsc-modal .xoo-wsc-pname a p + p, .xoo-wsc-modal .xoo-wsc-pname .page-template-education-landing-page-template .page-intro a p + p, .page-template-research-landing-page-template .page-intro .h3-style p + p, .page-template-research-landing-page-template .page-intro .single .long-desc blockquote p + p, .single .long-desc .page-template-research-landing-page-template .page-intro blockquote p + p, .page-template-research-landing-page-template .page-intro form.search-form input[type="search"] p + p, form.search-form .page-template-research-landing-page-template .page-intro input[type="search"] p + p, .page-template-research-landing-page-template .page-intro .page-template-custom-page-template .long-desc blockquote p + p, .page-template-custom-page-template .long-desc .page-template-research-landing-page-template .page-intro blockquote p + p, .page-template-research-landing-page-template .page-intro .page-template-utility-page-template h2 p + p, .page-template-utility-page-template .page-template-research-landing-page-template .page-intro h2 p + p, .page-template-research-landing-page-template .page-intro .xoo-wsc-modal .xoo-wsc-pname a p + p, .xoo-wsc-modal .xoo-wsc-pname .page-template-research-landing-page-template .page-intro a p + p {
    font-size: 1.25rem; }
  /* line 87, sass/pages/_page.scss */
  .page-template-education-landing-page-template .page-intro .media-container, .page-template-research-landing-page-template .page-intro .media-container {
    margin-top: 3.75rem; }
    @media (min-width: 48em) {
      /* line 87, sass/pages/_page.scss */
      .page-template-education-landing-page-template .page-intro .media-container, .page-template-research-landing-page-template .page-intro .media-container {
        margin-top: 0; } }
  /* line 94, sass/pages/_page.scss */
  .page-template-education-landing-page-template .callout-hcp-info-only, .page-template-research-landing-page-template .callout-hcp-info-only {
    margin-bottom: 0; }

/* line 101, sass/pages/_page.scss */
.page-template-custom-page-template .long-desc img, .page-template-custom-page-template .long-desc .video-embed-wrapper {
  margin-top: 4rem; }
/* line 104, sass/pages/_page.scss */
.page-template-custom-page-template .long-desc h2 {
  margin: 6.25rem 0 2.5rem; }
/* line 107, sass/pages/_page.scss */
.page-template-custom-page-template .long-desc ul, .page-template-custom-page-template .long-desc ol {
  margin-left: 2.5rem; }
  /* line 109, sass/pages/_page.scss */
  .page-template-custom-page-template .long-desc ul li, .page-template-custom-page-template .long-desc ol li {
    margin-bottom: 0; }
/* line 113, sass/pages/_page.scss */
.page-template-custom-page-template .long-desc blockquote {
  margin: 2.5rem 0 2.5rem 2.5rem; }

/* line 121, sass/pages/_page.scss */
.page-template-utility-page-template h1 {
  margin-bottom: 3.75rem; }
/* line 124, sass/pages/_page.scss */
.page-template-utility-page-template h2 {
  margin-bottom: 2.5rem; }
/* line 128, sass/pages/_page.scss */
.page-template-utility-page-template p + h2 {
  margin-top: 3.75rem; }

/* line 134, sass/pages/_page.scss */
.page-template-template-create-account .create-block {
  margin-bottom: 4.5rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 134, sass/pages/_page.scss */
    .page-template-template-create-account .create-block {
      margin-bottom: 0; } }
  /* line 139, sass/pages/_page.scss */
  .page-template-template-create-account .create-block h2 {
    margin-bottom: 2.5rem; }
  /* line 142, sass/pages/_page.scss */
  .page-template-template-create-account .create-block p {
    margin-bottom: 0; }
    /* line 144, sass/pages/_page.scss */
    .page-template-template-create-account .create-block p + .button {
      margin-top: 3.25rem; }

/* line 154, sass/pages/_page.scss */
.page-contact-us form .hs-richtext.hs-main-font-element {
  display: none; }

/* line 161, sass/pages/_page.scss */
.site-content {
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 161, sass/pages/_page.scss */
    .site-content {
      margin-top: 2.25rem; } }

/* line 1, sass/woocommerce/_global.scss */
.woocommerce-breadcrumb, .woocommerce-product-gallery__trigger {
  display: none; }

/* line 5, sass/woocommerce/_global.scss */
.autoship-modal-content {
  background: #37B9B9;
  border: 0;
  width: 220px;
  padding: 1.35rem; }
  /* line 10, sass/woocommerce/_global.scss */
  .autoship-modal-content .autoship-modal-inner-content {
    font-size: 1rem;
    line-height: 1.625em;
    color: #39393C; }
    /* line 14, sass/woocommerce/_global.scss */
    .autoship-modal-content .autoship-modal-inner-content > div {
      text-align: center !important; }
  /* line 18, sass/woocommerce/_global.scss */
  .autoship-modal-content .autoship-modal-footer-content {
    display: none; }

/* line 22, sass/woocommerce/_global.scss */
#tiptip_content {
  padding: 0;
  box-shadow: none; }

/* line 26, sass/woocommerce/_global.scss */
#tiptip_arrow {
  display: none; }

/* line 33, sass/woocommerce/_global.scss */
.xoo-wsc-modal .flux-checkout__remove-link {
  display: none; }
/* line 37, sass/woocommerce/_global.scss */
.xoo-wsc-modal:not(.xoo-wsc-cart-active) .xoo-wsc-container, .xoo-wsc-modal:not(.xoo-wsc-cart-active) .xoo-wsc-slider {
  right: -100%;
  /*1024*/ }
  @media (min-width: 48em) {
    /* line 37, sass/woocommerce/_global.scss */
    .xoo-wsc-modal:not(.xoo-wsc-cart-active) .xoo-wsc-container, .xoo-wsc-modal:not(.xoo-wsc-cart-active) .xoo-wsc-slider {
      right: -60%; } }
  @media (min-width: 64em) {
    /* line 37, sass/woocommerce/_global.scss */
    .xoo-wsc-modal:not(.xoo-wsc-cart-active) .xoo-wsc-container, .xoo-wsc-modal:not(.xoo-wsc-cart-active) .xoo-wsc-slider {
      right: -50%; } }
  @media (min-width: 85.625em) {
    /* line 37, sass/woocommerce/_global.scss */
    .xoo-wsc-modal:not(.xoo-wsc-cart-active) .xoo-wsc-container, .xoo-wsc-modal:not(.xoo-wsc-cart-active) .xoo-wsc-slider {
      right: -45%; } }
/* line 50, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsch-text {
  font-size: 2.625rem; }
/* line 53, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-container, .xoo-wsc-modal .xoo-wsc-slider {
  background: #f2f2f2;
  padding: 2rem 0 2rem 2rem;
  max-width: 100%;
  width: 100%;
  /*1024*/ }
  @media (min-width: 48em) {
    /* line 53, sass/woocommerce/_global.scss */
    .xoo-wsc-modal .xoo-wsc-container, .xoo-wsc-modal .xoo-wsc-slider {
      max-width: 60%; } }
  @media (min-width: 64em) {
    /* line 53, sass/woocommerce/_global.scss */
    .xoo-wsc-modal .xoo-wsc-container, .xoo-wsc-modal .xoo-wsc-slider {
      max-width: 50%; } }
  @media (min-width: 85.625em) {
    /* line 53, sass/woocommerce/_global.scss */
    .xoo-wsc-modal .xoo-wsc-container, .xoo-wsc-modal .xoo-wsc-slider {
      max-width: 45%;
      padding: 4rem 0 4rem 4rem; } }
/* line 69, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-body, .xoo-wsc-modal .xoo-wsc-footer {
  padding-right: 2rem;
  padding-left: 0;
  padding-bottom: 0; }
  @media (min-width: 85.625em) {
    /* line 69, sass/woocommerce/_global.scss */
    .xoo-wsc-modal .xoo-wsc-body, .xoo-wsc-modal .xoo-wsc-footer {
      padding-right: 4rem; } }
/* line 77, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-header {
  padding: 0 0 2.5rem; }
/* line 80, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-product {
  padding-right: 5px;
  padding-left: 0; }
  /* line 83, sass/woocommerce/_global.scss */
  .xoo-wsc-modal .xoo-wsc-product:first-child {
    padding-top: 0; }
@media (min-width: 48em) {
  /* line 87, sass/woocommerce/_global.scss */
  .xoo-wsc-modal .xoo-wsc-img-col {
    width: 15.5%;
    align-self: start; } }
/* line 93, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-sum-col {
  justify-content: start;
  padding-left: 30px; }
/* line 100, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-pname {
  font-weight: normal;
  font-size: 1rem; }
  /* line 105, sass/woocommerce/_global.scss */
  .xoo-wsc-modal .xoo-wsc-pname .bottleCountSideCart, .xoo-wsc-modal .xoo-wsc-pname .autoshipTitleSideCart {
    font-family: "Avenir-LT", arial, sans-serif;
    font-size: 0.875rem; }
    @media (min-width: 48em) {
      /* line 105, sass/woocommerce/_global.scss */
      .xoo-wsc-modal .xoo-wsc-pname .bottleCountSideCart, .xoo-wsc-modal .xoo-wsc-pname .autoshipTitleSideCart {
        font-size: 1rem; } }
  /* line 112, sass/woocommerce/_global.scss */
  .xoo-wsc-modal .xoo-wsc-pname a {
    text-decoration: none; }
/* line 117, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-sm-sales {
  display: none; }
/* line 121, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue, .xoo-wsc-modal .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue:hover {
  padding: 0;
  border: 0;
  text-decoration: underline;
  color: #3CA0A0;
  margin: 1rem auto 0;
  font-size: 1.25rem;
  background: transparent; }
  @media (min-width: 48em) {
    /* line 121, sass/woocommerce/_global.scss */
    .xoo-wsc-modal .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue, .xoo-wsc-modal .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue:hover {
      margin: 2rem auto 0; } }
/* line 134, sass/woocommerce/_global.scss */
.xoo-wsc-modal .woo-wsc-product {
  padding: 1.25rem 2rem 1.25rem 0; }
/* line 137, sass/woocommerce/_global.scss */
.xoo-wsc-modal span.woocommerce-Price-amount {
  font-size: 0.875rem; }
  @media (min-width: 48em) {
    /* line 137, sass/woocommerce/_global.scss */
    .xoo-wsc-modal span.woocommerce-Price-amount {
      font-size: 1rem; } }
/* line 143, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-sm-right {
  justify-content: start; }
/* line 146, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-smr-ptotal {
  margin-top: 5px; }
/* line 149, sass/woocommerce/_global.scss */
.xoo-wsc-modal a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
  margin-top: 1rem; }
/* line 152, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-ft-totals span {
  font-weight: normal;
  font-size: 1rem; }
/* line 157, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-qtb-circle {
  background: #fff;
  border-radius: 37.5px; }
  /* line 160, sass/woocommerce/_global.scss */
  .xoo-wsc-modal .xoo-wsc-qtb-circle span.xoo-wsc-chng {
    min-width: 12px;
    font-size: 1.25rem; }
    /* line 163, sass/woocommerce/_global.scss */
    .xoo-wsc-modal .xoo-wsc-qtb-circle span.xoo-wsc-chng.xoo-wsc-plus {
      margin-right: 11px; }
    /* line 166, sass/woocommerce/_global.scss */
    .xoo-wsc-modal .xoo-wsc-qtb-circle span.xoo-wsc-chng.xoo-wsc-minus {
      margin-left: 11px; }
  /* line 170, sass/woocommerce/_global.scss */
  .xoo-wsc-modal .xoo-wsc-qtb-circle input[type="number"].xoo-wsc-qty {
    color: #65656A;
    font-size: 1rem;
    height: 32px;
    line-height: normal; }
/* line 177, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-qty-box {
  max-width: 90px;
  margin-top: .5rem; }
/* line 181, sass/woocommerce/_global.scss */
.xoo-wsc-modal span.xoo-wsch-close {
  display: block;
  right: 2rem;
  top: 2.75rem;
  text-indent: -9999px;
  background: url(images/close.png) no-repeat center center;
  background-size: contain;
  opacity: .7;
  width: 23px;
  height: 23px;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 181, sass/woocommerce/_global.scss */
    .xoo-wsc-modal span.xoo-wsch-close {
      width: 36px;
      height: 36px; } }
  @media (min-width: 85.625em) {
    /* line 181, sass/woocommerce/_global.scss */
    .xoo-wsc-modal span.xoo-wsch-close {
      right: 4rem;
      top: 4.5rem; } }
/* line 200, sass/woocommerce/_global.scss */
.xoo-wsc-modal .xoo-wsc-ft-amt-total {
  margin-top: 10px;
  padding-top: 10px; }

/* line 206, sass/woocommerce/_global.scss */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #f2f2f2;
  color: #65656A; }

/* line 210, sass/woocommerce/_global.scss */
.woocommerce-info {
  border-color: #3CA0A0; }
  /* line 212, sass/woocommerce/_global.scss */
  .woocommerce-info:before {
    color: #3CA0A0; }

/* line 216, sass/woocommerce/_global.scss */
.woocommerce-error {
  border-color: #FF1727; }
  /* line 218, sass/woocommerce/_global.scss */
  .woocommerce-error:before {
    color: #FF1727; }

/* line 222, sass/woocommerce/_global.scss */
.woocommerce-message {
  border-color: #3CA0A0; }
  /* line 224, sass/woocommerce/_global.scss */
  .woocommerce-message:before {
    color: #3CA0A0; }

/* line 234, sass/woocommerce/_global.scss */
.woocommerce-page.page-my-account h2 {
  margin-bottom: 1.25rem; }
/* line 238, sass/woocommerce/_global.scss */
.woocommerce-page .woocommerce form.checkout_coupon, .woocommerce-page .woocommerce form.login, .woocommerce-page .woocommerce form.register {
  border: 0;
  padding: 0; }
  /* line 241, sass/woocommerce/_global.scss */
  .woocommerce-page .woocommerce form.checkout_coupon .button, .woocommerce-page .woocommerce form.login .button, .woocommerce-page .woocommerce form.register .button {
    margin: 2.75rem 0 1.5rem; }
/* line 245, sass/woocommerce/_global.scss */
.woocommerce-page .woocommerce table.my_account_orders .button, .woocommerce-page .woocommerce table.my_account_orders .button:hover {
  padding: 0 1rem 0 0;
  border: 0;
  color: #3CA0A0;
  background: #fff;
  text-decoration: underline; }
/* line 252, sass/woocommerce/_global.scss */
.woocommerce-page .woocommerce-orders-table__cell-order-autoship-icon {
  text-align: center; }
/* line 255, sass/woocommerce/_global.scss */
.woocommerce-page .autoship-scheduled-orders-header-actions {
  margin-bottom: 2rem; }
/* line 259, sass/woocommerce/_global.scss */
.woocommerce-page .autoship-action-btn.button, .woocommerce-page .autoship-action-btn.button:hover, .woocommerce-page .woocommerce-MyAccount-paymentMethods .button, .woocommerce-page .woocommerce-MyAccount-paymentMethods .button:hover {
  padding: 0;
  border: 0;
  color: #3CA0A0;
  text-decoration: underline;
  background: #fff; }
/* line 266, sass/woocommerce/_global.scss */
.woocommerce-page .autoship-notice-row .autoship-order-notice.action-notice p, .woocommerce-page .autoship-notice-block .autoship-order-notice.action-notice p {
  color: #FF1727;
  font-family: "Avenir-Roman", arial, sans-serif;
  font-size: 1rem;
  border-color: #FF1727; }
/* line 273, sass/woocommerce/_global.scss */
.woocommerce-page .woocommerce-MyAccount-paymentMethods .autoship_update_all_orders {
  text-decoration: none;
  margin-left: 1rem; }
  /* line 276, sass/woocommerce/_global.scss */
  .woocommerce-page .woocommerce-MyAccount-paymentMethods .autoship_update_all_orders:before {
    font-size: 20px; }
/* line 281, sass/woocommerce/_global.scss */
.woocommerce-page .autoship_update_all_orders {
  border: 0; }
  /* line 283, sass/woocommerce/_global.scss */
  .woocommerce-page .autoship_update_all_orders:before {
    font-size: 20px; }
/* line 287, sass/woocommerce/_global.scss */
.woocommerce-page.woocommerce-account .addresses .title .edit {
  float: none;
  line-height: 2.5;
  margin-left: 2rem; }

/* line 348, sass/woocommerce/_global.scss */
.page-checkout .woocommerce table.shop_table th {
  width: 50%; }

/* line 6, sass/woocommerce/_account.scss */
.woocommerce-account .page-intro, .woocommerce-checkout .page-intro {
  margin-bottom: 4rem; }
/* line 9, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-checkout .woocommerce-MyAccount-navigation {
  margin-bottom: 5rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 9, sass/woocommerce/_account.scss */
    .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-checkout .woocommerce-MyAccount-navigation {
      margin-bottom: 0; } }
  /* line 14, sass/woocommerce/_account.scss */
  .woocommerce-account .woocommerce-MyAccount-navigation ul, .woocommerce-checkout .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin-left: 0; }
    /* line 17, sass/woocommerce/_account.scss */
    .woocommerce-account .woocommerce-MyAccount-navigation ul li, .woocommerce-checkout .woocommerce-MyAccount-navigation ul li {
      font-family: "Avenir-Roman", arial, sans-serif; }
      /* line 19, sass/woocommerce/_account.scss */
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .woocommerce-checkout .woocommerce-MyAccount-navigation ul li a {
        color: #65656A; }
        /* line 21, sass/woocommerce/_account.scss */
        .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-checkout .woocommerce-MyAccount-navigation ul li a:hover {
          color: #3CA0A0; }
      /* line 26, sass/woocommerce/_account.scss */
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-checkout .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #3CA0A0; }
  /* line 32, sass/woocommerce/_account.scss */
  .woocommerce-account .woocommerce-MyAccount-navigation a, .woocommerce-checkout .woocommerce-MyAccount-navigation a {
    text-decoration: none; }
/* line 36, sass/woocommerce/_account.scss */
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="tel"],
.woocommerce-account input[type="password"], .woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"] {
  border: 1px solid #65656A;
  padding: 8px 4px; }
/* line 44, sass/woocommerce/_account.scss */
.woocommerce-account mark, .woocommerce-checkout mark {
  background: transparent;
  color: #3CA0A0; }
/* line 50, sass/woocommerce/_account.scss */
.woocommerce-account .autoship-scheduled-order-template .schedule-summary, .woocommerce-account .autoship-scheduled-order-template .autoship-scheduled-order-payment-method-summary, .woocommerce-checkout .autoship-scheduled-order-template .schedule-summary, .woocommerce-checkout .autoship-scheduled-order-template .autoship-scheduled-order-payment-method-summary {
  margin: 1.5rem 0; }
  /* line 52, sass/woocommerce/_account.scss */
  .woocommerce-account .autoship-scheduled-order-template .schedule-summary p, .woocommerce-account .autoship-scheduled-order-template .autoship-scheduled-order-payment-method-summary p, .woocommerce-checkout .autoship-scheduled-order-template .schedule-summary p, .woocommerce-checkout .autoship-scheduled-order-template .autoship-scheduled-order-payment-method-summary p {
    margin-bottom: 0.5rem;
    font-size: 1rem; }
/* line 57, sass/woocommerce/_account.scss */
.woocommerce-account .autoship-scheduled-order-template .button, .woocommerce-checkout .autoship-scheduled-order-template .button {
  margin: 0 1rem 1rem 0; }
/* line 60, sass/woocommerce/_account.scss */
.woocommerce-account .autoship-scheduled-order-template .payment-method-name, .woocommerce-checkout .autoship-scheduled-order-template .payment-method-name {
  border: 0;
  padding: 0; }
  /* line 63, sass/woocommerce/_account.scss */
  .woocommerce-account .autoship-scheduled-order-template .payment-method-name mark, .woocommerce-checkout .autoship-scheduled-order-template .payment-method-name mark {
    color: #65656A; }
/* line 67, sass/woocommerce/_account.scss */
.woocommerce-account .autoship-scheduled-order-template .woocommerce-customer-details.autoship-address-summary, .woocommerce-checkout .autoship-scheduled-order-template .woocommerce-customer-details.autoship-address-summary {
  margin-top: 3.75rem; }
/* line 70, sass/woocommerce/_account.scss */
.woocommerce-account .autoship-scheduled-order-template .autoship-scheduled-order-items-table .scheduled-order-add-ons select, .woocommerce-account .autoship-scheduled-order-template .autoship-scheduled-order-items-table .scheduled-order-add-ons input, .woocommerce-checkout .autoship-scheduled-order-template .autoship-scheduled-order-items-table .scheduled-order-add-ons select, .woocommerce-checkout .autoship-scheduled-order-template .autoship-scheduled-order-items-table .scheduled-order-add-ons input {
  margin-bottom: 0; }
/* line 74, sass/woocommerce/_account.scss */
.woocommerce-account .autoship-shipping-method-container, .woocommerce-account .autoship-scheduled-order-payment-method-summary, .woocommerce-checkout .autoship-shipping-method-container, .woocommerce-checkout .autoship-scheduled-order-payment-method-summary {
  margin: 3.75rem 0 2.25rem; }
  /* line 76, sass/woocommerce/_account.scss */
  .woocommerce-account .autoship-shipping-method-container h3, .woocommerce-account .autoship-scheduled-order-payment-method-summary h3, .woocommerce-checkout .autoship-shipping-method-container h3, .woocommerce-checkout .autoship-scheduled-order-payment-method-summary h3 {
    margin-bottom: 1rem; }
  /* line 79, sass/woocommerce/_account.scss */
  .woocommerce-account .autoship-shipping-method-container .shipping-html, .woocommerce-account .autoship-scheduled-order-payment-method-summary .shipping-html, .woocommerce-checkout .autoship-shipping-method-container .shipping-html, .woocommerce-checkout .autoship-scheduled-order-payment-method-summary .shipping-html {
    font-size: 1rem;
    font-family: "Avenir-Roman", arial, sans-serif;
    text-transform: uppercase; }
    /* line 83, sass/woocommerce/_account.scss */
    .woocommerce-account .autoship-shipping-method-container .shipping-html #shipping_method, .woocommerce-account .autoship-scheduled-order-payment-method-summary .shipping-html #shipping_method, .woocommerce-checkout .autoship-shipping-method-container .shipping-html #shipping_method, .woocommerce-checkout .autoship-scheduled-order-payment-method-summary .shipping-html #shipping_method {
      margin-top: 1rem; }
      /* line 85, sass/woocommerce/_account.scss */
      .woocommerce-account .autoship-shipping-method-container .shipping-html #shipping_method li, .woocommerce-account .autoship-scheduled-order-payment-method-summary .shipping-html #shipping_method li, .woocommerce-checkout .autoship-shipping-method-container .shipping-html #shipping_method li, .woocommerce-checkout .autoship-scheduled-order-payment-method-summary .shipping-html #shipping_method li {
        font-size: 1rem;
        text-transform: none; }
        /* line 88, sass/woocommerce/_account.scss */
        .woocommerce-account .autoship-shipping-method-container .shipping-html #shipping_method li input, .woocommerce-account .autoship-scheduled-order-payment-method-summary .shipping-html #shipping_method li input, .woocommerce-checkout .autoship-shipping-method-container .shipping-html #shipping_method li input, .woocommerce-checkout .autoship-scheduled-order-payment-method-summary .shipping-html #shipping_method li input {
          vertical-align: baseline; }
  /* line 94, sass/woocommerce/_account.scss */
  .woocommerce-account .autoship-shipping-method-container .save-new-shipping-method, .woocommerce-account .autoship-scheduled-order-payment-method-summary .save-new-shipping-method, .woocommerce-checkout .autoship-shipping-method-container .save-new-shipping-method, .woocommerce-checkout .autoship-scheduled-order-payment-method-summary .save-new-shipping-method {
    margin-top: 2rem; }
/* line 100, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce ul.order_details li, .woocommerce-checkout .woocommerce ul.order_details li {
  font-size: 1rem; }
  /* line 102, sass/woocommerce/_account.scss */
  .woocommerce-account .woocommerce ul.order_details li strong, .woocommerce-checkout .woocommerce ul.order_details li strong {
    font-size: 1rem; }
/* line 107, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce td.product-name .wc-item-meta p, .woocommerce-account .woocommerce td.product-name dl.variation p, .woocommerce-account .woocommerce .wc-item-meta .wc-item-meta-label, .woocommerce-checkout .woocommerce td.product-name .wc-item-meta p, .woocommerce-checkout .woocommerce td.product-name dl.variation p, .woocommerce-checkout .woocommerce .wc-item-meta .wc-item-meta-label {
  font-size: 1rem;
  line-height: 1.444em; }
/* line 112, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce .wc-item-meta li, .woocommerce-checkout .woocommerce .wc-item-meta li {
  margin-bottom: 0; }
/* line 120, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce form p, .woocommerce-account .woocommerce form span, .woocommerce-checkout .woocommerce form p, .woocommerce-checkout .woocommerce form span {
  font-size: 1rem; }
/* line 123, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce form .form-row, .woocommerce-checkout .woocommerce form .form-row {
  margin-bottom: 1rem; }
  /* line 125, sass/woocommerce/_account.scss */
  .woocommerce-account .woocommerce form .form-row .required, .woocommerce-checkout .woocommerce form .form-row .required {
    color: #FF1727; }
/* line 129, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce form .select2-container--default .select2-selection--single, .woocommerce-checkout .woocommerce form .select2-container--default .select2-selection--single {
  border: 1px solid #65656A;
  border-radius: 0; }
/* line 133, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce form fieldset, .woocommerce-checkout .woocommerce form fieldset {
  padding: 0; }
/* line 136, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce form legend, .woocommerce-checkout .woocommerce form legend {
  padding: 3px;
  font-family: "Avenir-Roman", arial, sans-serif;
  text-transform: uppercase; }
/* line 146, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single, .woocommerce-checkout .woocommerce-MyAccount-content .select2-container .select2-selection--single {
  height: 37px; }
/* line 149, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-checkout .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px; }
/* line 154, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce-customer-details h2, .woocommerce-checkout .woocommerce-customer-details h2 {
  margin-top: 3.75rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 154, sass/woocommerce/_account.scss */
    .woocommerce-account .woocommerce-customer-details h2, .woocommerce-checkout .woocommerce-customer-details h2 {
      margin-top: 0; } }
/* line 160, sass/woocommerce/_account.scss */
.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 0;
  font-size: 1rem; }
  /* line 163, sass/woocommerce/_account.scss */
  .woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--email:before, .woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--phone:before, .woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--email:before, .woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    content: none; }
/* line 168, sass/woocommerce/_account.scss */
.woocommerce-account h3 + .woocommerce-order-details, .woocommerce-checkout h3 + .woocommerce-order-details {
  margin-top: 2.75rem; }
/* line 172, sass/woocommerce/_account.scss */
.woocommerce-account .image-text-module h1, .woocommerce-checkout .image-text-module h1 {
  margin-bottom: 0; }

/* line 2, sass/woocommerce/_product.scss */
.single-product .entry-summary {
  margin: 0; }
  /* line 4, sass/woocommerce/_product.scss */
  .single-product .entry-summary h1 {
    margin-bottom: 1rem; }
  /* line 8, sass/woocommerce/_product.scss */
  .single-product .entry-summary .woocommerce-product-details__subtitle {
    margin-bottom: 3rem;
    display: none; }
  /* line 12, sass/woocommerce/_product.scss */
  .single-product .entry-summary .price {
    display: none; }
  /* line 17, sass/woocommerce/_product.scss */
  .single-product .entry-summary .quantity .input-text.qty {
    display: none; }
  /* line 21, sass/woocommerce/_product.scss */
  .single-product .entry-summary .autoship-info-link {
    text-decoration: none; }
  /* line 24, sass/woocommerce/_product.scss */
  .single-product .entry-summary .courtesy-wrapper {
    margin: -1.25rem 0 2.25rem; }
/* line 30, sass/woocommerce/_product.scss */
.single-product div.product .woocommerce-product-gallery__wrapper ol.flex-control-nav.flex-control-thumbs {
  display: none; }
/* line 34, sass/woocommerce/_product.scss */
.single-product div.product .woocommerce-product-gallery__image {
  pointer-events: none; }
/* line 38, sass/woocommerce/_product.scss */
.single-product .woocommerce-product-details__short-description {
  margin-bottom: 2.75rem; }
/* line 41, sass/woocommerce/_product.scss */
.single-product .autoship-type {
  display: block;
  /*1024*/ }
  /* line 48, sass/woocommerce/_product.scss */
  .single-product .autoship-type + .autoship-type {
    margin: 1rem 0 0; }
  @media (min-width: 64em) {
    /* line 41, sass/woocommerce/_product.scss */
    .single-product .autoship-type {
      display: inline-block; }
      /* line 54, sass/woocommerce/_product.scss */
      .single-product .autoship-type + .autoship-type {
        margin: 0 0 0 3rem; } }
/* line 59, sass/woocommerce/_product.scss */
.single-product .autoship-schedule-options {
  display: block !important;
  margin-bottom: 2rem; }
/* line 63, sass/woocommerce/_product.scss */
.single-product .autoship-label {
  font-family: "Avenir-LT", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1em;
  margin-bottom: 1.25rem; }
/* line 71, sass/woocommerce/_product.scss */
.single-product .variableOptions .reset_variations {
  display: none !important; }
/* line 76, sass/woocommerce/_product.scss */
.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
  margin-top: 2.5rem; }
  /* line 81, sass/woocommerce/_product.scss */
  .single-product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    display: none; }
/* line 87, sass/woocommerce/_product.scss */
.single-product .product_meta .sku_wrapper, .single-product .product_meta .posted_in {
  display: none; }
/* line 92, sass/woocommerce/_product.scss */
.single-product .option-selector-button-wrapper {
  text-align: center;
  margin: 0 1rem 1.75rem 0;
  /*1024*/
  float: left; }
  /* line 94, sass/woocommerce/_product.scss */
  .single-product .option-selector-button-wrapper:last-child {
    margin-right: 0; }
  @media (min-width: 64em) {
    /* line 92, sass/woocommerce/_product.scss */
    .single-product .option-selector-button-wrapper {
      margin: 0 1.75rem 1.75rem 0; } }
  @media (min-width: 85.625em) {
    /* line 92, sass/woocommerce/_product.scss */
    .single-product .option-selector-button-wrapper {
      margin-bottom: 0; } }
  /* line 103, sass/woocommerce/_product.scss */
  .single-product .option-selector-button-wrapper button.optionSelectorButton {
    font-size: 0.8125rem !important;
    padding: 1.25rem 1.595rem !important; }
    /* line 106, sass/woocommerce/_product.scss */
    .single-product .option-selector-button-wrapper .singleBottlePriceWrapper {
      font-size: 0.6875rem;
      line-height: 1.44;
    }
    .single-product .option-selector-button-wrapper .savedAmountWrapper {
      font-size: 1rem;
      line-height: 1.25;
    }
/* line 118, sass/woocommerce/_product.scss */
.single-product .single_add_to_cart_button {
  margin-top: 0; }
/* line 125, sass/woocommerce/_product.scss */
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  display: none; }
/* line 130, sass/woocommerce/_product.scss */
.single-product .product-long-content-acf-wrapper {
  margin-top: 4.75rem;
  overflow: hidden; }
  /* line 135, sass/woocommerce/_product.scss */
  .single-product .product-long-content-acf-wrapper .section-header.header-no-subtitle + .alternating-modules {
    margin-top: 0; }
    /* line 137, sass/woocommerce/_product.scss */
    .single-product .product-long-content-acf-wrapper .section-header.header-no-subtitle + .alternating-modules h2 {
      color: #65656A; }
  /* line 145, sass/woocommerce/_product.scss */
  .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section h3 {
    margin-bottom: 3rem; }
  /* line 152, sass/woocommerce/_product.scss */
  .single-product .product-long-content-acf-wrapper .downloadable-resources-section .single-resource-section .resource-content a {
    display: inline-block;
    margin-top: 1.25rem;
    line-height: 1.44; }
  /* line 161, sass/woocommerce/_product.scss */
  .single-product .product-long-content-acf-wrapper > section:last-child {
    margin-bottom: 0; }
/* line 169, sass/woocommerce/_product.scss */
.single-product.product-arterosilhp .entry-summary {
  margin: 0; }
  /* line 171, sass/woocommerce/_product.scss */
  .single-product.product-arterosilhp .entry-summary h1 {
    color: #FF1727; }
/* line 178, sass/woocommerce/_product.scss */
.single-product.product-arterosilhp .alternating-modules .alternating-module.has-background .background-container {
  background-image: url(images/patterns/full-red-circle.png); }
/* line 188, sass/woocommerce/_product.scss */
.single-product.product-arterosilhp .autoship-label input[type="radio"]:checked + span:before, .single-product.product-arterosilhp .autoship-label input[type="radio"]:checked ~ span.autoship-no-discount-label:before {
  background-color: #FF1727;
  border-color: #FF1727; }
/* line 196, sass/woocommerce/_product.scss */
.single-product.product-arterosilhp .autoship-label input[type="radio"]:focus + span:before, .single-product.product-arterosilhp .autoship-label input[type="radio"]:focus ~ span.autoship-no-discount-label:before {
  border-color: #FF1727; }
/* line 206, sass/woocommerce/_product.scss */
.single-product.product-vascanox-hp .entry-summary {
  margin: 0; }
  /* line 208, sass/woocommerce/_product.scss */
  .single-product.product-vascanox-hp .entry-summary h1 {
    color: #7D5FBE; }
/* line 214, sass/woocommerce/_product.scss */
.single-product.product-vascanox-hp .alternating-modules .alternating-module.has-background .background-container {
  background-image: url(images/patterns/full-purple-circle.png); }
/* line 223, sass/woocommerce/_product.scss */
.single-product.product-vascanox-hp .autoship-label input[type="radio"]:checked + span:before, .single-product.product-vascanox-hp .autoship-label input[type="radio"]:checked ~ span.autoship-no-discount-label:before {
  background-color: #7D5FBE;
  border-color: #7D5FBE; }
/* line 231, sass/woocommerce/_product.scss */
.single-product.product-vascanox-hp .autoship-label input[type="radio"]:focus + span:before, .single-product.product-vascanox-hp .autoship-label input[type="radio"]:focus ~ span.autoship-no-discount-label:before {
  border-color: #7D5FBE; }
/* line 241, sass/woocommerce/_product.scss */
.single-product .woocommerce-product-gallery__wrapper {
  margin-bottom: 3.75rem;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 241, sass/woocommerce/_product.scss */
    .single-product .woocommerce-product-gallery__wrapper {
      margin-bottom: 0; } }
/* line 249, sass/woocommerce/_product.scss */
.single-product .added_to_cart {
  display: none; }
/* line 253, sass/woocommerce/_product.scss */
.single-product .flickity-carousel .flickity-page-dots {
  margin-top: 1.75rem; }

/* line 264, sass/woocommerce/_product.scss */
.single-product.product-arterosilhp .option-selector-button-wrapper button.optionSelectorButton:hover, .single-product.product-arterosilhp .option-selector-button-wrapper button.optionSelectorButton.active {
  background: #FF1727 !important;
  border-color: #FF1727 !important;
  color: #fff !important; }
  /* line 268, sass/woocommerce/_product.scss */
  .single-product.product-arterosilhp .option-selector-button-wrapper button.optionSelectorButton:hover + div, .single-product.product-arterosilhp .option-selector-button-wrapper button.optionSelectorButton.active + div {
    color: #FF1727; }
  .single-product.product-arterosilhp .savedAmountWrapper {
    color: #FF1727;
  }
/* line 279, sass/woocommerce/_product.scss */
.single-product.product-vascanox-hp .option-selector-button-wrapper button.optionSelectorButton:hover, .single-product.product-vascanox-hp .option-selector-button-wrapper button.optionSelectorButton.active {
  background: #7D5FBE !important;
  border-color: #7D5FBE !important;
  color: #fff !important; }
  /* line 283, sass/woocommerce/_product.scss */
  .single-product.product-vascanox-hp .option-selector-button-wrapper button.optionSelectorButton:hover + div, .single-product.product-vascanox-hp .option-selector-button-wrapper button.optionSelectorButton.active + div {
    color: #7D5FBE; }
  .single-product.product-vascanox-hp .savedAmountWrapper {
    color: #7D5FBE;
  }
@media (max-width: 47.9375em) {
  /* line 269, sass/woocommerce/_product.scss */
  /* line 296, sass/woocommerce/_product.scss */
  .single-product .you-may-also-like-container .page-intro .image-text-module .row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
/* line 305, sass/woocommerce/_product.scss */
.single-product .you-may-also-like-container {
  margin-bottom: 3.125rem; }

/* line 276, sass/woocommerce/_product.scss */
/* line 309, sass/woocommerce/_product.scss */
.post-type-archive-product .woocommerce-LoopProduct-link, .single-product .you-may-also-like-container .woocommerce-LoopProduct-link {
  text-decoration: none; }

/* line 279, sass/woocommerce/_product.scss */
/* line 312, sass/woocommerce/_product.scss */
.post-type-archive-product .woocommerce-loop-product__title, .single-product .you-may-also-like-container .woocommerce-loop-product__title {
  text-decoration: none; }

/* line 281, sass/woocommerce/_product.scss */
/* line 315, sass/woocommerce/_product.scss */
.post-type-archive-product .woocommerce-loop-product__title.h4-style, .single-product .you-may-also-like-container .woocommerce-loop-product__title.h4-style {
  color: #65656A;
  margin-top: 1rem; }

/* line 289, sass/woocommerce/_product.scss */
/* line 319, sass/woocommerce/_product.scss */
.post-type-archive-product .product_cat-primary-products, .post-type-archive-product .you-may-like-product {
  margin-bottom: 3.5rem; }

/* line 322, sass/woocommerce/_product.scss */
.single-product .you-may-also-like-container .product_cat-primary-products, .single-product .you-may-also-like-container .you-may-like-product {
  margin-bottom: 0; }

/* line 296, sass/woocommerce/_product.scss */
/* line 326, sass/woocommerce/_product.scss */
.post-type-archive-product .product_cat-primary-products .button,
.post-type-archive-product .you-may-like-product .button, .single-product .you-may-also-like-container .product_cat-primary-products .button, .single-product .you-may-also-like-container .you-may-like-product .button {
  margin-top: 1rem; }

/* line 329, sass/woocommerce/_product.scss */
.post-type-archive-product .product_cat-primary-products .woocommerce-product-details__short-description, .post-type-archive-product .you-may-like-product .woocommerce-product-details__short-description, .single-product .you-may-also-like-container .product_cat-primary-products .woocommerce-product-details__short-description, .single-product .you-may-also-like-container .you-may-like-product .woocommerce-product-details__short-description {
  margin-top: 1.75rem; }

/* line 299, sass/woocommerce/_product.scss */
/* line 333, sass/woocommerce/_product.scss */
.post-type-archive-product .product_cat-primary-products .woocommerce-loop-product__title, .post-type-archive-product .you-may-like-product .woocommerce-loop-product__title, .single-product .you-may-also-like-container .product_cat-primary-products .woocommerce-loop-product__title, .single-product .you-may-also-like-container .you-may-like-product .woocommerce-loop-product__title {
  margin-top: 2.75rem; }

@media (min-width: 48em) {
  /* line 299, sass/woocommerce/_product.scss */
  /* line 337, sass/woocommerce/_product.scss */
  .post-type-archive-product .product_cat-primary-products .woocommerce-loop-product__title, .post-type-archive-product .you-may-like-product .woocommerce-loop-product__title, .single-product .you-may-also-like-container .product_cat-primary-products .woocommerce-loop-product__title, .single-product .you-may-also-like-container .you-may-like-product .woocommerce-loop-product__title {
    margin-top: 1.75rem; } }
/* line 307, sass/woocommerce/_product.scss */
/* line 341, sass/woocommerce/_product.scss */
.post-type-archive-product .secondary-products, .single-product .you-may-also-like-container .secondary-products {
  display: none; }

/* line 309, sass/woocommerce/_product.scss */
/* line 345, sass/woocommerce/_product.scss */
.post-type-archive-product .secondary-products .product, .single-product .you-may-also-like-container .secondary-products .product {
  margin-bottom: 4rem; }

/* line 316, sass/woocommerce/_product.scss */
/* line 349, sass/woocommerce/_product.scss */
.you-may-also-like-container .h1-style {
  color: #65656A; }

/* line 11, sass/woocommerce/_woo_variable_buttons.scss */
.product-template-default .variations .variableOptions .variation-hide {
  display: none; }
/* line 15, sass/woocommerce/_woo_variable_buttons.scss */
.product-template-default .variations .optionSelectorButton {
  margin: 10px 0;
  cursor: pointer; }
/* line 40, sass/woocommerce/_woo_variable_buttons.scss */
.product-template-default .autoship-schedule-options #autoshipOptionButtons button {
  color: green; }
  /* line 42, sass/woocommerce/_woo_variable_buttons.scss */
  .product-template-default .autoship-schedule-options #autoshipOptionButtons button.active {
    color: red; }

/* Text meant only for screen readers. */
/* line 58, sass/style.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

/* line 71, sass/style.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
/* line 94, sass/style.scss */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* line 98, sass/style.scss */
* {
  min-height: 0;
  min-width: 0; }

@media (min-width: 48em) {
  /* line 103, sass/style.scss */
  .mobile-only {
    display: none !important; } }

@media (max-width: 47.9375em) {
  /* line 109, sass/style.scss */
  .hide-mobile {
    display: none !important; } }

/* line 116, sass/style.scss */
.mobile-tablet-only {
  display: block;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 116, sass/style.scss */
    .mobile-tablet-only {
      display: none !important; } }

/* line 123, sass/style.scss */
.hide-mobile-tablet {
  display: none !important;
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 123, sass/style.scss */
    .hide-mobile-tablet {
      display: block !important; } }

/* line 130, sass/style.scss */
.col-container {
  position: relative; }

/* line 134, sass/style.scss */
.less-than-1024 {
  /*1024*/ }
  @media (min-width: 64em) {
    /* line 134, sass/style.scss */
    .less-than-1024 {
      display: none !important; } }

.button.single_add_to_cart_button.single_add_to_cart_button.single_add_to_cart_button:disabled {
  cursor: not-allowed;
}

.calroy-product-summary {
  margin-bottom: 2.5rem;
}

.cross-sells-section {
  margin-top: 0.25rem;
}

@media only screen and (min-width: 48em) {
  .calroy-product-summary {
    margin-bottom: 0;
  }

  .cross-sells-section {
    margin-top: 3.5rem;
  }
}

.woocommerce-checkout p.partial-shipping {
  font-size: 1rem !important;
  line-height: 1.444em !important;
}

.single-product.product-cartigenix-hp .entry-summary h1 {
  color: #478FC2;
}

.single-product.product-cartigenix-hp .autoship-label input[type="radio"]:checked + span:before, .single-product.product-cartigenix-hp .autoship-label input[type="radio"]:checked ~ span.autoship-no-discount-label:before {
  background-color: #478FC2;
  border-color: #478FC2;
}

.single-product.product-cartigenix-hp .autoship-label input[type="radio"]:focus + span:before, .single-product.product-cartigenix-hp .autoship-label input[type="radio"]:focus ~ span.autoship-no-discount-label:before {
  border-color: #478FC2;
}

.single-product.product-cartigenix-hp .option-selector-button-wrapper button.optionSelectorButton:hover, .single-product.product-cartigenix-hp .option-selector-button-wrapper button.optionSelectorButton.active {
  background: #478FC2 !important;
  border-color: #478FC2 !important;
  color: #fff !important;
}

.single-product.product-cartigenix-hp .option-selector-button-wrapper button.optionSelectorButton:hover + div, .single-product.product-cartigenix-hp .option-selector-button-wrapper button.optionSelectorButton.active + div {
  color: #478FC2;
}

.single-product.product-cartigenix-hp .savedAmountWrapper {
  color: #478FC2;
}

/* styles for nav menu dropdowns */
/* Ensure smooth dropdown behavior */
#main-navigation .ct-group {
  position: relative;
}

/* Create invisible bridge between menu and dropdown */
#main-navigation .ct-group > a {
  position: relative;
  z-index: 51;
}

/* Ensure dropdown container extends upward to cover gap */
#main-navigation .ct-group > div[class*="-ct-mt-1"] {
  padding-top: 0.75rem;
}

/* Keep dropdown visible while hovering over the bridge area */
#main-navigation .ct-group:hover > div {
  display: block;
}