@charset "UTF-8";
/*
Theme Name: Wish for Wash 2.0
Theme URI: https://github.com/tidythemes/blankslate
Author: Kaitlyn Brown
Author URI: http://kaitlynbrown.net/
Description: Wish for WASH theme rebuilt on Blank Slate 4.0 from TidyThemes.
Version: 2.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

*/
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700|Amatic+SC:700';
@import 'https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css';
@import 'https://pro.fontawesome.com/releases/v5.11.2/css/all.css';
/*! 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

select {
  display: inline-block;
  height: 38px;
  width: auto;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  text-align: right;
  font-size: 16px;
  padding: 4px 10px;
  margin-right: 20px;
}
select[multiple=multiple] {
  height: 160px;
  overflow: scroll;
  text-align: left;
}
select[multiple=multiple] option {
  padding: 0.25rem;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
textarea {
  display: inline-block;
  height: 38px;
  width: auto;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  text-align: right;
  font-size: 16px;
  padding: 4px 10px;
  text-align: left;
}

.btn, input[type=submit],
button[type=submit] {
  appearance: none;
  outline: none;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  transition: all 0.16s ease-in-out;
}
.btn.btn-solid.btn-white, input.btn-white[type=submit],
button.btn-white[type=submit] {
  background-color: #F8F8F8;
  border: 2px solid #F8F8F8;
}
.btn.btn-solid.btn-white:hover, input.btn-white[type=submit]:hover,
button.btn-white[type=submit]:hover, .btn.btn-solid.btn-white:focus, input.btn-white[type=submit]:focus,
button.btn-white[type=submit]:focus, .btn.btn-solid.btn-white:active, input.btn-white[type=submit]:active,
button.btn-white[type=submit]:active {
  background-color: #E4E4E4;
  border-color: #E4E4E4;
  color: #0060A7;
}
.btn.btn-solid.btn-purple, input[type=submit],
button[type=submit] {
  background-color: #704C89;
  border: 2px solid #704C89;
  color: white;
}
.btn.btn-solid.btn-purple:hover, input[type=submit]:hover,
button[type=submit]:hover, .btn.btn-solid.btn-purple:focus, input[type=submit]:focus,
button[type=submit]:focus, .btn.btn-solid.btn-purple:active, input[type=submit]:active,
button[type=submit]:active {
  background-color: #54326B;
  border-color: #54326B;
}
.btn.btn-solid[disabled], input[disabled][type=submit],
button[disabled][type=submit] {
  background-color: rgba(49, 49, 49, 0.36) !important;
  border: 2px solid rgba(49, 49, 49, 0.36) !important;
  color: rgba(49, 49, 49, 0.72) !important;
  box-shadow: none !important;
}
.btn.btn-solid[disabled]:hover, input[disabled][type=submit]:hover,
button[disabled][type=submit]:hover, .btn.btn-solid[disabled]:focus, input[disabled][type=submit]:focus,
button[disabled][type=submit]:focus, .btn.btn-solid[disabled]:active, input[disabled][type=submit]:active,
button[disabled][type=submit]:active {
  background-color: rgba(49, 49, 49, 0.36) !important;
  border: 2px solid rgba(49, 49, 49, 0.36) !important;
  color: rgba(49, 49, 49, 0.72) !important;
}
.btn.btn-outline, input.btn-outline[type=submit],
button.btn-outline[type=submit] {
  background: transparent;
}
.btn.btn-outline.btn-white, input.btn-outline.btn-white[type=submit],
button.btn-outline.btn-white[type=submit] {
  border: 2px solid #F8F8F8;
  color: #F8F8F8;
}
.btn.btn-outline.btn-white:hover, input.btn-outline.btn-white[type=submit]:hover,
button.btn-outline.btn-white[type=submit]:hover, .btn.btn-outline.btn-white:focus, input.btn-outline.btn-white[type=submit]:focus,
button.btn-outline.btn-white[type=submit]:focus, .btn.btn-outline.btn-white:active, input.btn-outline.btn-white[type=submit]:active,
button.btn-outline.btn-white[type=submit]:active {
  background-color: #E4E4E4;
  border-color: #E4E4E4;
  color: #0060A7 !important;
}
.btn.btn-outline.btn-purple, input.btn-outline[type=submit],
button.btn-outline[type=submit] {
  border: 2px solid #704C89;
  color: #704C89;
}
.btn.btn-outline.btn-purple:hover, input.btn-outline[type=submit]:hover,
button.btn-outline[type=submit]:hover, .btn.btn-outline.btn-purple:focus, input.btn-outline[type=submit]:focus,
button.btn-outline[type=submit]:focus, .btn.btn-outline.btn-purple:active, input.btn-outline[type=submit]:active,
button.btn-outline[type=submit]:active {
  background-color: #54326B;
  border-color: #54326B;
  color: white;
}
.btn.btn-outline[disabled], input.btn-outline[disabled][type=submit],
button.btn-outline[disabled][type=submit] {
  border: 2px solid rgba(49, 49, 49, 0.36) !important;
  color: rgba(49, 49, 49, 0.72) !important;
  box-shadow: none !important;
}
.btn.btn-outline[disabled]:hover, input.btn-outline[disabled][type=submit]:hover,
button.btn-outline[disabled][type=submit]:hover, .btn.btn-outline[disabled]:focus, input.btn-outline[disabled][type=submit]:focus,
button.btn-outline[disabled][type=submit]:focus, .btn.btn-outline[disabled]:active, input.btn-outline[disabled][type=submit]:active,
button.btn-outline[disabled][type=submit]:active {
  background-color: transparent !important;
  border: 2px solid rgba(49, 49, 49, 0.36) !important;
  color: rgba(49, 49, 49, 0.72) !important;
}
.btn.text-dark-blue, input.text-dark-blue[type=submit],
button.text-dark-blue[type=submit] {
  color: #0060A7;
}

h1 {
  font-size: 2.25rem;
  font-weight: 600;
}

h2, body.woocommerce.single-product .upsells .upsell-item .upsell-product-title, body.woocommerce.archive .products body.woocommerce.single-product .upsells .upsell-item .category.upsell-product-title .category-name, body.woocommerce.single-product .upsells .upsell-item body.woocommerce.archive .products .category.upsell-product-title .category-name, body.woocommerce.archive .products h3.subcategory .subcategory-name, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .subcategory-name, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .subcategory-name, body.woocommerce.archive .products h3.subcategory .category.subcategory-name .category-name, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .category.subcategory-name .category-name, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .category.subcategory-name .category-name, body.woocommerce.archive .products h2.category .category-name {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  font-weight: 400;
  font-size: 1rem;
}
p.deemphasized {
  font-size: 0.8rem;
  opacity: 0.8;
}

a {
  font-weight: 700;
  text-decoration: none;
  color: #704C89;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #54326B;
}

.on-dark {
  color: #F8F8F8;
}
.on-dark a {
  color: #F8F8F8;
}
.on-dark a:hover, .on-dark a:focus, .on-dark a:active {
  color: #E4E4E4;
}

.on-light {
  color: #313131;
}
.on-light a {
  color: #704C89;
}
.on-light a:hover, .on-light a:focus, .on-light a:active {
  color: #54326B;
}

.text-button {
  appearance: none;
  outline: none;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}

body.woocommerce {
  /* * * * * * * * * * * * * * * * * * * * * *
    * *        Shop Page - Archive         * *
    * * * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * * *
    * *            Product Page            * *
    * * * * * * * * * * * * * * * * * * * * * */
}
body.woocommerce #wrapper {
  background-color: white;
  padding-top: 6rem;
}
body.woocommerce.archive .woocommerce-products-header {
  margin-top: 48px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 36px;
}
body.woocommerce.archive .woocommerce-result-count, body.woocommerce.archive .woocommerce-ordering {
  display: none;
}
body.woocommerce.archive .products {
  list-style: none;
}
body.woocommerce.archive .products li.product {
  margin-bottom: 60px;
}
body.woocommerce.archive .products .woocommerce-loop-product__link:hover, body.woocommerce.archive .products .woocommerce-loop-product__link:focus, body.woocommerce.archive .products .woocommerce-loop-product__link:active, body.woocommerce.archive .products .woocommerce-loop-product__link:visited {
  text-decoration: none;
}
body.woocommerce.archive .products h2.woocommerce-loop-product__title, body.woocommerce.archive .products body.woocommerce.single-product .upsells .upsell-item .woocommerce-loop-product__title.upsell-product-title, body.woocommerce.single-product .upsells .upsell-item body.woocommerce.archive .products .woocommerce-loop-product__title.upsell-product-title, body.woocommerce.archive .products body.woocommerce.single-product .upsells .upsell-item .category.upsell-product-title .woocommerce-loop-product__title.category-name, body.woocommerce.single-product .upsells .upsell-item body.woocommerce.archive .products .category.upsell-product-title .woocommerce-loop-product__title.category-name, body.woocommerce.archive .products h3.subcategory .woocommerce-loop-product__title.subcategory-name, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .woocommerce-loop-product__title.subcategory-name, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .woocommerce-loop-product__title.subcategory-name, body.woocommerce.archive .products h3.subcategory .category.subcategory-name .woocommerce-loop-product__title.category-name, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .category.subcategory-name .woocommerce-loop-product__title.category-name, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .category.subcategory-name .woocommerce-loop-product__title.category-name, body.woocommerce.archive .products h2.category .woocommerce-loop-product__title.category-name {
  margin-top: 1rem;
  color: #313131;
}
body.woocommerce.archive .products .price {
  margin-top: 1rem;
  color: #313131;
  opacity: 0.8;
  font-weight: 500;
}
body.woocommerce.archive .products a.add_to_cart_button, body.woocommerce.archive .products a.product_type_external {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 12px;
  width: 160px;
  height: 38px;
  background-color: #0083C0;
  color: white;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  border: none;
  transition: background-color 0.1s ease-in-out;
}
body.woocommerce.archive .products a.add_to_cart_button:active, body.woocommerce.archive .products a.add_to_cart_button:hover, body.woocommerce.archive .products a.add_to_cart_button:focus, body.woocommerce.archive .products a.product_type_external:active, body.woocommerce.archive .products a.product_type_external:hover, body.woocommerce.archive .products a.product_type_external:focus {
  background-color: #026694;
  text-decoration: none;
}
body.woocommerce.archive .products a.added_to_cart {
  display: block;
  margin-top: 12px;
  text-align: left;
  color: #0083C0;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce.archive .products {
  padding: 0;
}
body.woocommerce.archive .products h2.category .toggle, body.woocommerce.archive .products body.woocommerce.single-product .upsells .upsell-item .category.upsell-product-title .toggle, body.woocommerce.single-product .upsells .upsell-item body.woocommerce.archive .products .category.upsell-product-title .toggle, body.woocommerce.archive .products h3.subcategory .category.subcategory-name .toggle, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .category.subcategory-name .toggle, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .category.subcategory-name .toggle {
  padding: 8px;
  opacity: 0.5;
}
body.woocommerce.archive .products h2.category .toggle.show, body.woocommerce.archive .products body.woocommerce.single-product .upsells .upsell-item .category.upsell-product-title .toggle.show, body.woocommerce.single-product .upsells .upsell-item body.woocommerce.archive .products .category.upsell-product-title .toggle.show, body.woocommerce.archive .products h3.subcategory .category.subcategory-name .toggle.show, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .category.subcategory-name .toggle.show, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .category.subcategory-name .toggle.show {
  display: inline-block !important;
}
body.woocommerce.archive .products h2.category .category-name, body.woocommerce.archive .products body.woocommerce.single-product .upsells .upsell-item .category.upsell-product-title .category-name, body.woocommerce.single-product .upsells .upsell-item body.woocommerce.archive .products .category.upsell-product-title .category-name, body.woocommerce.archive .products h3.subcategory .category.subcategory-name .category-name, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .category.subcategory-name .category-name, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .category.subcategory-name .category-name {
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 8px !important;
}
body.woocommerce.archive .products h3.subcategory, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
body.woocommerce.archive .products h3.subcategory .toggle, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .toggle, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .toggle {
  padding: 8px;
  opacity: 0.5;
  display: inline-block !important;
}
body.woocommerce.archive .products h3.subcategory .subcategory-name, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .subcategory-name, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .subcategory-name {
  opacity: 0.7;
  margin-bottom: 8px !important;
}
body.woocommerce.archive .products .product-section {
  flex-direction: row;
  flex-wrap: wrap;
}
body.woocommerce.single-product .upsells {
  margin-top: 100px;
}
body.woocommerce.single-product .upsells ul.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}
body.woocommerce.single-product .upsells h2, body.woocommerce.single-product .upsells .upsell-item .upsell-product-title, body.woocommerce.archive .products body.woocommerce.single-product .upsells .upsell-item .category.upsell-product-title .category-name, body.woocommerce.single-product .upsells .upsell-item body.woocommerce.archive .products .category.upsell-product-title .category-name, body.woocommerce.single-product .upsells body.woocommerce.archive .products h2.category .category-name, body.woocommerce.single-product .upsells body.woocommerce.archive .products .upsell-item .category.upsell-product-title .category-name, body.woocommerce.archive .products h2.category body.woocommerce.single-product .upsells .category-name, body.woocommerce.single-product .upsells body.woocommerce.archive .products h3.subcategory .subcategory-name, body.woocommerce.single-product .upsells body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .subcategory-name, .page-template-normal-page .main-content .edit-account body.woocommerce.single-product .upsells body.woocommerce.archive .products legend.subcategory .subcategory-name, body.woocommerce.archive .products h3.subcategory body.woocommerce.single-product .upsells .subcategory-name, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory body.woocommerce.single-product .upsells .subcategory-name, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory body.woocommerce.single-product .upsells .subcategory-name, body.woocommerce.single-product .upsells body.woocommerce.archive .products h3.subcategory .category.subcategory-name .category-name, body.woocommerce.single-product .upsells body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .category.subcategory-name .category-name, .page-template-normal-page .main-content .edit-account body.woocommerce.single-product .upsells body.woocommerce.archive .products legend.subcategory .category.subcategory-name .category-name, body.woocommerce.archive .products h3.subcategory .category.subcategory-name body.woocommerce.single-product .upsells .category-name, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .category.subcategory-name body.woocommerce.single-product .upsells .category-name, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .category.subcategory-name body.woocommerce.single-product .upsells .category-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-bottom: 8px;
}
body.woocommerce.single-product .upsells .upsell-item .upsell-product-title {
  border-bottom-color: transparent !important;
  color: #313131;
  padding: 0.75rem 1rem 0 1rem;
}
body.woocommerce.single-product .upsells .upsell-item .upsell-product-price {
  color: #313131;
  opacity: 0.75;
  font-weight: 600;
  font-size: 16px;
}
body.woocommerce div.product .nav-back a {
  padding: 8px;
  position: relative;
  left: -8px;
  font-size: 14px;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}
body.woocommerce div.product .nav-back a i {
  margin-right: 0.75rem;
}
body.woocommerce div.product .nav-back a:hover, body.woocommerce div.product .nav-back a:focus, body.woocommerce div.product .nav-back a:active {
  text-decoration: none;
  color: #0083C0;
}
body.woocommerce div.product .entry-summary, body.woocommerce div.product #single-product-image {
  margin-top: 50px;
}
body.woocommerce div.product .price, body.woocommerce div.product span.price, body.woocommerce div.product #text-content-main p.price, body.woocommerce div.product .amount {
  display: inline;
  color: #313131;
  font-weight: 600;
  font-size: 1.5rem;
  opacity: 0.7;
  padding-right: 30px;
}
body.woocommerce div.product .woocommerce-Price-currencySymbol {
  font-size: 1.5rem;
}
body.woocommerce div.product .cart .quantity {
  padding: 1rem 0;
}
body.woocommerce div.product .single_variation_wrap .woocommerce-variation-price .amount,
body.woocommerce div.product .single_variation_wrap .woocommerce-variation-price .amount .woocommerce-Price-currencySymbol {
  font-size: 1.5rem;
  padding: 0.75rem 0 1rem 0;
}
body.woocommerce div.product .woocommerce-variation-add-to-cart {
  padding: 1rem 0;
}
body.woocommerce div.product .variations td.value select {
  display: inline-block;
  height: 38px;
  width: 220px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  text-align: right;
  font-size: 16px;
  padding: 4px 10px;
  margin-right: 20px;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", sans-serif;
  margin-bottom: 12px;
}
body.woocommerce div.product.product-type-variable .right-column .entry-summary .price:nth-child(3) {
  font-size: 1rem;
}
body.woocommerce div.product.product-type-variable .right-column .entry-summary .price:nth-child(3) .woocommerce-Price-amount, body.woocommerce div.product.product-type-variable .right-column .entry-summary .price:nth-child(3) .woocommerce-Price-currencySymbol {
  font-size: 1rem;
  padding: 0;
}
body.woocommerce figure.woocommerce-product-gallery__wrapper {
  overflow: hidden;
}

/* * * * * * * * * * * * * * * * * * * * * *
  * *               Cart                 * *
  * * * * * * * * * * * * * * * * * * * * * */
body.woocommerce-cart {
  background-color: white;
}
body.woocommerce-cart #wrapper {
  padding-top: 5rem;
}
body.woocommerce-cart #text-content-main header {
  margin-top: 48px;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}
body.woocommerce-cart #text-content-main header a.post-edit-link {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 38px;
  padding: 0 12px;
  background-color: white;
  color: #0083C0;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1.2px solid #0083C0;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
body.woocommerce-cart #text-content-main header a.post-edit-link:hover, body.woocommerce-cart #text-content-main header a.post-edit-link:focus, body.woocommerce-cart #text-content-main header a.post-edit-link:active {
  color: white;
  background-color: #0083C0;
  text-decoration: none;
}
body.woocommerce-cart .price, body.woocommerce-cart form.cart {
  display: inline;
}
body.woocommerce-cart form.cart {
  display: inline;
}
body.woocommerce-cart form.cart table.variations {
  margin-top: 20px;
}
body.woocommerce-cart form.cart table.variations .label {
  display: none;
}
body.woocommerce-cart form.cart table.variations select#size {
  display: inline-block;
  height: 38px;
  width: 220px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  text-align: right;
  font-size: 16px;
  padding: 4px 10px;
  margin-right: 20px;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", sans-serif;
  margin-bottom: 12px;
}
body.woocommerce-cart form.cart table.variations a.reset_variations {
  font-size: 1em;
  color: gray;
  text-decoration: none;
}
body.woocommerce-cart form.cart .quantity {
  display: inline;
}
body.woocommerce-cart form.cart .quantity input {
  display: inline-block;
  height: 38px;
  width: 50px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  text-align: right;
  font-size: 16px;
  padding: 4px 10px;
  margin-right: 20px;
}
body.woocommerce-cart .shop_table {
  font-family: "Source Sans Pro", Arial, sans-serif;
  width: 100%;
}
body.woocommerce-cart .shop_table .cart_item {
  margin: 24px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.woocommerce-cart .shop_table .cart_item .quantity input {
  display: inline-block;
  height: 38px;
  width: 50px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  text-align: right;
  font-size: 16px;
  padding: 4px 10px;
  margin-right: 20px;
}
body.woocommerce-cart .shop_table .cart_item .product-name a.name {
  text-transform: none;
  letter-spacing: 0 !important;
  margin-top: 12px;
  color: #313131;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  transition: color 0.1s ease-in-out;
  margin-bottom: 8px !important;
}
body.woocommerce-cart .shop_table .cart_item .product-name a.name:hover, body.woocommerce-cart .shop_table .cart_item .product-name a.name:focus, body.woocommerce-cart .shop_table .cart_item .product-name a.name:active {
  text-decoration: none;
  color: #0083C0;
}
body.woocommerce-cart .shop_table .cart_item .product-name a.remove {
  display: flex;
  color: #C81C1C;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 12px;
  padding: 0 8px;
  transition: color 0.1s ease-in-out;
}
body.woocommerce-cart .shop_table .cart_item .product-name a.remove:hover, body.woocommerce-cart .shop_table .cart_item .product-name a.remove:focus, body.woocommerce-cart .shop_table .cart_item .product-name a.remove:active {
  color: #970E0E;
  text-decoration: none;
}
body.woocommerce-cart .cart_totals {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
}
body.woocommerce-cart .cart_totals table {
  margin-bottom: 16px;
}
body.woocommerce-cart .cart_totals table .shipping-calculator-button {
  display: block;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-decoration: none;
  margin: 8px 0;
  text-align: left;
}
body.woocommerce-cart .cart_totals table .shipping-calculator-button:visited {
  color: #0083C0;
}
body.woocommerce-cart .cart_totals table .shipping-calculator-button input {
  text-align: left;
  width: 100%;
}
body.woocommerce-cart .cart_totals table #shipping_method label {
  font-size: 16px;
  margin-left: 12px;
}
body.woocommerce-cart .cart_totals table .state-select {
  width: 100%;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 0 0 0;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 38px;
  padding: 8px 12px;
  background-color: #0083C0;
  color: white;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1.2px solid #0083C0;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover, body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:focus, body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:active {
  background-color: #006a9c;
  text-decoration: none;
}

.woocommerce-tabs {
  margin-top: 30px;
}
.woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: space-between;
}
.woocommerce-tabs ul.tabs li {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #0083C0;
  opacity: 0.8;
}
.woocommerce-tabs ul.tabs li.reviews_tab {
  display: none;
}
.woocommerce-tabs ul.tabs li.active {
  border-bottom: none;
  border-left: 1px solid #0083C0;
  border-right: 1px solid #0083C0;
  border-top: 1px solid #0083C0;
  opacity: 1;
}
.woocommerce-tabs ul.tabs li a {
  padding: 8px 12px;
  position: relative;
  font-size: 14px;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", sans-serif;
  padding-bottom: 30px;
  padding-top: 10px;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce-tabs .woocommerce-Tabs-panel body.woocommerce.archive .products h2.category .category-name, body.woocommerce.archive .products h2.category .woocommerce-tabs .woocommerce-Tabs-panel .category-name, .woocommerce-tabs .woocommerce-Tabs-panel body.woocommerce.archive .products h3.subcategory .subcategory-name, .woocommerce-tabs .woocommerce-Tabs-panel body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .subcategory-name, .page-template-normal-page .main-content .edit-account .woocommerce-tabs .woocommerce-Tabs-panel body.woocommerce.archive .products legend.subcategory .subcategory-name, body.woocommerce.archive .products h3.subcategory .woocommerce-tabs .woocommerce-Tabs-panel .subcategory-name, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .woocommerce-tabs .woocommerce-Tabs-panel .subcategory-name, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .woocommerce-tabs .woocommerce-Tabs-panel .subcategory-name, .woocommerce-tabs .woocommerce-Tabs-panel body.woocommerce.archive .products h3.subcategory .category.subcategory-name .category-name, .woocommerce-tabs .woocommerce-Tabs-panel body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .category.subcategory-name .category-name, .page-template-normal-page .main-content .edit-account .woocommerce-tabs .woocommerce-Tabs-panel body.woocommerce.archive .products legend.subcategory .category.subcategory-name .category-name, body.woocommerce.archive .products h3.subcategory .category.subcategory-name .woocommerce-tabs .woocommerce-Tabs-panel .category-name, body.woocommerce.archive .products .page-template-normal-page .main-content .edit-account legend.subcategory .category.subcategory-name .woocommerce-tabs .woocommerce-Tabs-panel .category-name, .page-template-normal-page .main-content .edit-account body.woocommerce.archive .products legend.subcategory .category.subcategory-name .woocommerce-tabs .woocommerce-Tabs-panel .category-name, .woocommerce-tabs .woocommerce-Tabs-panel body.woocommerce.single-product .upsells .upsell-item .upsell-product-title, body.woocommerce.single-product .upsells .upsell-item .woocommerce-tabs .woocommerce-Tabs-panel .upsell-product-title, .woocommerce-tabs .woocommerce-Tabs-panel body.woocommerce.archive .products body.woocommerce.single-product .upsells .upsell-item .category.upsell-product-title .category-name, body.woocommerce.archive .products body.woocommerce.single-product .upsells .upsell-item .category.upsell-product-title .woocommerce-tabs .woocommerce-Tabs-panel .category-name, .woocommerce-tabs .woocommerce-Tabs-panel body.woocommerce.single-product .upsells .upsell-item body.woocommerce.archive .products .category.upsell-product-title .category-name, body.woocommerce.single-product .upsells .upsell-item body.woocommerce.archive .products .category.upsell-product-title .woocommerce-tabs .woocommerce-Tabs-panel .category-name {
  display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel .shop-attributes tbody tr th:after {
  content: ": ";
}
.woocommerce-tabs .woocommerce-Tabs-panel#tab-size_chart table {
  width: 100%;
}
.woocommerce-tabs .woocommerce-Tabs-panel#tab-size_chart table tr {
  line-height: 28px;
}
.woocommerce-tabs .woocommerce-Tabs-panel#tab-size_chart table tr td strong {
  font-weight: 700;
}
.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews {
  display: none;
}

.woocommerce-notices-wrapper {
  font-family: "Source Sans Pro", Arial, sans-serif;
  margin: 15px;
}

.woocommerce-notices-wrapper .woocommerce-error li {
  padding: 8px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: black;
  background-color: rgba(245, 50, 50, 0.2);
  border-radius: 12px;
}

.woocommerce-notices-wrapper .woocommerce-error li a, .woocommerce-notices-wrapper .woocommerce-message a {
  margin: 0 12px;
  font-size: 14px;
  color: #0083C0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  transition: color 0.1s ease-in-out;
}

.woocommerce-notices-wrapper .woocommerce-message {
  padding: 12px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: black;
  background-color: rgba(0, 131, 58, 0.2);
  border-radius: 12px;
}

.woocommerce-notices-wrapper .woocommerce-error li a:hover,
.woocommerce-notices-wrapper .woocommerce-error li a:active,
.woocommerce-notices-wrapper .woocommerce-error li a:focus,
.woocommerce-notices-wrapper .woocommerce-message a:hover,
.woocommerce-notices-wrapper .woocommerce-message a:active,
.woocommerce-notices-wrapper .woocommerce-message a:focus {
  color: #026694;
  text-decoration: none;
}

/* Woocommerce Checkout */
body.woocommerce-checkout {
  background-color: white;
}
body.woocommerce-checkout #text-content-main header {
  margin-top: 48px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}
body.woocommerce-checkout #text-content-main header h1 {
  display: inline;
  color: #313131;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-align: left;
  text-transform: none;
  opacity: 1;
  letter-spacing: 0;
  margin: 0 !important;
}
body.woocommerce-checkout #text-content-main header a.post-edit-link {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 38px;
  padding: 0 12px;
  background-color: white;
  color: #0083C0;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1.2px solid #0083C0;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
body.woocommerce-checkout #text-content-main header a.post-edit-link:hover, body.woocommerce-checkout #text-content-main header a.post-edit-link:focus, body.woocommerce-checkout #text-content-main header a.post-edit-link:active {
  color: white;
  background-color: #0083C0;
  text-decoration: none;
}
body.woocommerce-checkout form.checkout label {
  margin: 0;
  flex-basis: 200px;
  flex-grow: 0;
}
body.woocommerce-checkout form.checkout label.screen-reader-text {
  clip: auto;
  position: relative !important;
}
body.woocommerce-checkout form.checkout .woocommerce-input-wrapper {
  flex-basis: 200px;
  flex-grow: 3;
}
body.woocommerce-checkout form.checkout h3, body.woocommerce-checkout form.checkout .page-template-normal-page .main-content .edit-account legend, .page-template-normal-page .main-content .edit-account body.woocommerce-checkout form.checkout legend {
  display: inline;
  color: #313131;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: left;
  text-transform: none;
  opacity: 1;
  letter-spacing: 0;
  margin: 0 !important;
}
body.woocommerce-checkout form.checkout .form-row {
  display: flex;
  justify-content: center;
}
body.woocommerce-checkout form.checkout .woocommerce-billing-fields, body.woocommerce-checkout form.checkout .woocommerce-additional-fields {
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  width: 100%;
  margin: 1rem auto;
}
body.woocommerce-checkout form.checkout .woocommerce-billing-fields textarea[name=order_comments], body.woocommerce-checkout form.checkout .woocommerce-additional-fields textarea[name=order_comments] {
  width: 100%;
}
body.woocommerce-checkout #order_review_heading {
  display: block;
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
  padding: 24px 24px 0 24px;
  width: 100%;
  margin: 1rem auto 0 auto !important;
}
body.woocommerce-checkout #order_review {
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-width: 0;
  padding: 24px;
  width: 100%;
  margin: 0 auto 36px auto;
}
body.woocommerce-checkout #order_review .shop_table {
  font-family: "Source Sans Pro", Arial, sans-serif;
  width: 100%;
}
body.woocommerce-checkout #order_review .shop_table tr {
  display: flex;
  margin: 8px 0;
}
body.woocommerce-checkout #order_review .shop_table tr .product-name {
  flex-basis: 200px;
  flex-grow: 0;
}
body.woocommerce-checkout #order_review .shop_table tr .product-nameth {
  font-weight: 700;
}
body.woocommerce-checkout #order_review .shop_table tr .product-total {
  flex-basis: 100px;
  flex-grow: 4;
}
body.woocommerce-checkout #order_review .shop_table tfoot tr {
  display: flex;
  margin: 8px 0;
}
body.woocommerce-checkout #order_review .shop_table tfoot tr th {
  flex-basis: 200px;
  flex-grow: 0;
}
body.woocommerce-checkout #order_review .shop_table tfoot tr td {
  flex-basis: 100px;
  flex-grow: 4;
}
body.woocommerce-checkout #order_review .shop_table tfoot tr #shipping_method {
  margin-top: 12px;
}
body.woocommerce-checkout #order_review .shop_table tfoot tr #shipping_method li {
  display: flex;
  justify-content: flex-start;
}
body.woocommerce-checkout #order_review .shop_table tfoot tr #shipping_method li input {
  width: 20px;
}
body.woocommerce-checkout #order_review .shop_table tfoot tr #shipping_method li label {
  flex-basis: auto !important;
  flex-grow: 1 !important;
  text-align: left;
}
body.woocommerce-checkout #order_review #payment .wc_payment_methods {
  display: none;
}
body.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper a.woocommerce-privacy-policy-link {
  font-size: 16px;
}
body.woocommerce-checkout #order_review #payment .place-order {
  display: block;
}
body.woocommerce-checkout #order_review #payment .place-order button#place_order {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 38px;
  padding: 0 12px;
  background-color: #0083C0;
  color: white;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1.2px solid #0083C0;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  margin: 24px auto 0 auto;
}
body.woocommerce-checkout #order_review #payment .place-order button#place_order:hover, body.woocommerce-checkout #order_review #payment .place-order button#place_order:focus, body.woocommerce-checkout #order_review #payment .place-order button#place_order:active {
  color: #0083C0;
  background-color: white;
  text-decoration: none;
}
body.woocommerce-checkout #order_review table {
  margin-bottom: 16px;
}
body.woocommerce-checkout #order_review table .shipping-calculator-button {
  display: block;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-decoration: none;
  margin: 8px 0;
  text-align: left;
}
body.woocommerce-checkout #order_review table .shipping-calculator-button:visited {
  color: #0083C0;
}
body.woocommerce-checkout #order_review table .shipping-calculator-button input {
  text-align: left;
}
body.woocommerce-checkout #order_review table #shipping_method label {
  font-size: 16px;
  margin-left: 12px;
}
body.woocommerce-checkout #order_review .wc-proceed-to-checkout {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 0 0 0;
}
body.woocommerce-checkout #order_review .wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 38px;
  padding: 8px 12px;
  background-color: #0083C0;
  color: white;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1.2px solid #0083C0;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
body.woocommerce-checkout #order_review .wc-proceed-to-checkout .checkout-button:hover, body.woocommerce-checkout #order_review .wc-proceed-to-checkout .checkout-button:focus, body.woocommerce-checkout #order_review .wc-proceed-to-checkout .checkout-button:active {
  background-color: #006a9c;
  text-decoration: none;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  width: 100%;
  margin: 36px auto 0 auto;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon {
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #0083C0;
  transition: color 0.1s ease-in-out;
  text-decoration: none;
}
body.woocommerce-checkout .woocommerce-form-coupon {
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-width: 0;
  padding: 24px;
  width: 100%;
  margin: 0 auto 36px auto;
  display: flex;
}
body.woocommerce-checkout .woocommerce-form-coupon button[name=apply_coupon] {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 38px;
  padding: 0 12px;
  background-color: white;
  color: #0083C0;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1.2px solid #0083C0;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
body.woocommerce-checkout .woocommerce-form-coupon button[name=apply_coupon]:hover, body.woocommerce-checkout .woocommerce-form-coupon button[name=apply_coupon]:focus, body.woocommerce-checkout .woocommerce-form-coupon button[name=apply_coupon]:active {
  color: white;
  background-color: #0083C0;
  text-decoration: none;
}
body.woocommerce-checkout .woocommerce-form-coupon #coupon_code {
  width: 100%;
  max-width: 200px;
  height: 38px;
  padding: 0 12px;
  background-color: white;
  color: #0083C0;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-align: left;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1.2px solid rgba(0, 0, 0, 0.1);
  margin: 0 10px 0 0;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  margin-top: 24px;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row, body.woocommerce-checkout .woocommerce-shipping-fields .form-row {
  justify-content: flex-start !important;
  text-align: left;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row label, body.woocommerce-checkout .woocommerce-shipping-fields .form-row label {
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  width: 200px;
  text-align: left;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row label .optional, body.woocommerce-checkout .woocommerce-shipping-fields .form-row label .optional {
  opacity: 0.5;
  font-size: 14px;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row input, body.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
  text-align: left;
}
body.woocommerce-checkout .woocommerce-billing-fields .form-row abbr, body.woocommerce-checkout .woocommerce-shipping-fields .form-row abbr {
  display: none;
}
body.woocommerce-checkout .woocommerce-shipping-fields {
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  width: 100%;
  margin: 1rem auto 0 auto;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
body.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label {
  padding-left: 32px;
}
body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
}
body.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type=checkbox], body.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type=radio] {
  width: 20px;
  top: 2px;
  margin-left: -28px;
}

.select2-results__option {
  margin: 0;
  padding: 0 6px;
}

.woocommerce-view-order, .woocommerce-order {
  margin-top: 2em;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", sans-serif;
  line-height: 1.5;
}
.woocommerce-view-order .woocommerce-order-overview, .woocommerce-order .woocommerce-order-overview {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1em 2em;
  margin: 2em 0;
}
.woocommerce-view-order .woocommerce-order-overview li, .woocommerce-order .woocommerce-order-overview li {
  margin: 0.5em 0;
}
.woocommerce-view-order .woocommerce-order-overview li strong, .woocommerce-order .woocommerce-order-overview li strong {
  font-weight: 600;
}
.woocommerce-view-order .woocommerce-order-downloads, .woocommerce-view-order .woocommerce-order-details, .woocommerce-view-order .woocommerce-customer-details, .woocommerce-order .woocommerce-order-downloads, .woocommerce-order .woocommerce-order-details, .woocommerce-order .woocommerce-customer-details {
  margin: 2em 0;
}
.woocommerce-view-order .woocommerce-order-downloads table a, .woocommerce-view-order .woocommerce-order-details table a, .woocommerce-view-order .woocommerce-customer-details table a, .woocommerce-order .woocommerce-order-downloads table a, .woocommerce-order .woocommerce-order-details table a, .woocommerce-order .woocommerce-customer-details table a {
  font-size: 1em;
}
.woocommerce-view-order .woocommerce-order-downloads table thead, .woocommerce-view-order .woocommerce-order-details table thead, .woocommerce-view-order .woocommerce-customer-details table thead, .woocommerce-order .woocommerce-order-downloads table thead, .woocommerce-order .woocommerce-order-details table thead, .woocommerce-order .woocommerce-customer-details table thead {
  font-weight: 600;
}
.woocommerce-view-order .woocommerce-order-downloads table .download-remaining, .woocommerce-view-order .woocommerce-order-downloads table .download-expires, .woocommerce-view-order .woocommerce-order-details table .download-remaining, .woocommerce-view-order .woocommerce-order-details table .download-expires, .woocommerce-view-order .woocommerce-customer-details table .download-remaining, .woocommerce-view-order .woocommerce-customer-details table .download-expires, .woocommerce-order .woocommerce-order-downloads table .download-remaining, .woocommerce-order .woocommerce-order-downloads table .download-expires, .woocommerce-order .woocommerce-order-details table .download-remaining, .woocommerce-order .woocommerce-order-details table .download-expires, .woocommerce-order .woocommerce-customer-details table .download-remaining, .woocommerce-order .woocommerce-customer-details table .download-expires {
  display: none;
}
.woocommerce-view-order .woocommerce-order-downloads table .download-file, .woocommerce-view-order .woocommerce-order-downloads table .product-total, .woocommerce-view-order .woocommerce-order-downloads table tfoot tr td, .woocommerce-view-order .woocommerce-order-details table .download-file, .woocommerce-view-order .woocommerce-order-details table .product-total, .woocommerce-view-order .woocommerce-order-details table tfoot tr td, .woocommerce-view-order .woocommerce-customer-details table .download-file, .woocommerce-view-order .woocommerce-customer-details table .product-total, .woocommerce-view-order .woocommerce-customer-details table tfoot tr td, .woocommerce-order .woocommerce-order-downloads table .download-file, .woocommerce-order .woocommerce-order-downloads table .product-total, .woocommerce-order .woocommerce-order-downloads table tfoot tr td, .woocommerce-order .woocommerce-order-details table .download-file, .woocommerce-order .woocommerce-order-details table .product-total, .woocommerce-order .woocommerce-order-details table tfoot tr td, .woocommerce-order .woocommerce-customer-details table .download-file, .woocommerce-order .woocommerce-customer-details table .product-total, .woocommerce-order .woocommerce-customer-details table tfoot tr td {
  padding-left: 1em;
}
.woocommerce-view-order .woocommerce-order-downloads table tr td.download-product, .woocommerce-view-order .woocommerce-order-details table tr td.download-product, .woocommerce-view-order .woocommerce-customer-details table tr td.download-product, .woocommerce-order .woocommerce-order-downloads table tr td.download-product, .woocommerce-order .woocommerce-order-details table tr td.download-product, .woocommerce-order .woocommerce-customer-details table tr td.download-product {
  padding-top: 0.5em;
}
.woocommerce-view-order .woocommerce-order-downloads table tr td.download-product a, .woocommerce-view-order .woocommerce-order-details table tr td.download-product a, .woocommerce-view-order .woocommerce-customer-details table tr td.download-product a, .woocommerce-order .woocommerce-order-downloads table tr td.download-product a, .woocommerce-order .woocommerce-order-details table tr td.download-product a, .woocommerce-order .woocommerce-customer-details table tr td.download-product a {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
.woocommerce-view-order .woocommerce-order-downloads table tr td.download-file a::after, .woocommerce-view-order .woocommerce-order-details table tr td.download-file a::after, .woocommerce-view-order .woocommerce-customer-details table tr td.download-file a::after, .woocommerce-order .woocommerce-order-downloads table tr td.download-file a::after, .woocommerce-order .woocommerce-order-details table tr td.download-file a::after, .woocommerce-order .woocommerce-customer-details table tr td.download-file a::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  padding-left: 0.5em;
}

.page-template-normal-page #container {
  margin: 0 !important;
}
.page-template-normal-page header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 48px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 36px;
}
.page-template-normal-page header h1 {
  display: inline;
  color: #313131;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-align: left;
  text-transform: none;
  opacity: 1;
  letter-spacing: 0;
  margin: 0 !important;
}
.page-template-normal-page header a.post-edit-link {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 38px;
  padding: 0 12px;
  background-color: white;
  color: #0083C0;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1.2px solid #0083C0;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.page-template-normal-page header a.post-edit-link:hover, .page-template-normal-page header a.post-edit-link:focus, .page-template-normal-page header a.post-edit-link:active {
  color: white;
  background-color: #0083C0;
  text-decoration: none;
}
.page-template-normal-page .main-content nav ul {
  display: flex;
  justify-content: space-between;
}
.page-template-normal-page .main-content nav ul li {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #0083C0;
  opacity: 0.8;
}
.page-template-normal-page .main-content nav ul li.is-active {
  border-bottom: none;
  border-left: 1px solid #0083C0;
  border-right: 1px solid #0083C0;
  border-top: 1px solid #0083C0;
  opacity: 1;
}
.page-template-normal-page .main-content nav ul li a {
  padding: 1em;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.page-template-normal-page .main-content .woocommerce-MyAccount-content {
  font-size: 16px;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", sans-serif;
}
.page-template-normal-page .main-content .woocommerce-MyAccount-content a {
  font-size: 16px;
}
.page-template-normal-page .main-content address {
  line-height: 1.5;
}
.page-template-normal-page .main-content .woocommerce-address-fields__field-wrapper {
  margin-top: 24px;
}
.page-template-normal-page .main-content .edit-account legend {
  text-align: left;
  margin-bottom: 1em;
  letter-spacing: 2px;
}
.page-template-normal-page .main-content .woocommerce-address-fields .form-row, .page-template-normal-page .main-content .edit-account .woocommerce-form-row, .page-template-normal-page .main-content .login .woocommerce-form-row {
  justify-content: flex-start !important;
  text-align: left;
}
.page-template-normal-page .main-content .woocommerce-address-fields .form-row label, .page-template-normal-page .main-content .edit-account .woocommerce-form-row label, .page-template-normal-page .main-content .login .woocommerce-form-row label {
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  margin-bottom: 4px;
}
.page-template-normal-page .main-content .woocommerce-address-fields .form-row label .optional, .page-template-normal-page .main-content .edit-account .woocommerce-form-row label .optional, .page-template-normal-page .main-content .login .woocommerce-form-row label .optional {
  opacity: 0.5;
  font-size: 14px;
}
.page-template-normal-page .main-content .woocommerce-address-fields .form-row input, .page-template-normal-page .main-content .woocommerce-address-fields .form-row select2, .page-template-normal-page .main-content .edit-account .woocommerce-form-row input, .page-template-normal-page .main-content .edit-account .woocommerce-form-row select2, .page-template-normal-page .main-content .login .woocommerce-form-row input, .page-template-normal-page .main-content .login .woocommerce-form-row select2 {
  text-align: left;
  margin: 0;
}
.page-template-normal-page .main-content .woocommerce-address-fields .form-row select2, .page-template-normal-page .main-content .edit-account .woocommerce-form-row select2, .page-template-normal-page .main-content .login .woocommerce-form-row select2 {
  max-width: 760px;
}
.page-template-normal-page .main-content .woocommerce-address-fields .form-row abbr, .page-template-normal-page .main-content .edit-account .woocommerce-form-row abbr, .page-template-normal-page .main-content .login .woocommerce-form-row abbr {
  display: none;
}
.page-template-normal-page .main-content .woocommerce-address-fields {
  background-color: #FAFAFA;
  width: 100%;
  max-width: 800px;
  margin: 36px 0 0 0;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.page-template-normal-page .main-content button[type=submit] {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 12px;
  width: 160px;
  height: 38px;
  background-color: #0083C0;
  color: white;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  border: none;
  transition: background-color 0.1s ease-in-out;
}
.page-template-normal-page .main-content button[type=submit]:hover, .page-template-normal-page .main-content button[type=submit]:focus, .page-template-normal-page .main-content button[type=submit]:active {
  background-color: #026694;
  text-decoration: none;
}
.page-template-normal-page .main-content .login .woocommerce-form__label-for-checkbox {
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  margin-top: 1em;
  margin-left: 2em;
}
.page-template-normal-page .main-content .login .woocommerce-form__label-for-checkbox input[type=checkbox], .page-template-normal-page .main-content .login .woocommerce-form__label-for-checkbox input[type=radio] {
  width: 20px;
  top: 2px;
  margin-left: -28px;
  display: inline;
}
.page-template-normal-page .main-content table.woocommerce-orders-table {
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", sans-serif;
  width: 100%;
}
.page-template-normal-page .main-content table.woocommerce-orders-table tr {
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0;
}
.page-template-normal-page .main-content table.woocommerce-orders-table tr th {
  font-weight: 700;
}
.page-template-normal-page .main-content table.woocommerce-orders-table tr > * {
  flex-basis: 50px;
}
.page-template-normal-page .main-content table.woocommerce-orders-table tr > *:first-child {
  flex-grow: 1;
}
.page-template-normal-page .main-content table.woocommerce-orders-table tr > *:nth-child(2) {
  flex-grow: 2;
}
.page-template-normal-page .main-content table.woocommerce-orders-table tr > *:nth-child(3) {
  flex-grow: 1;
}
.page-template-normal-page .main-content table.woocommerce-orders-table tr > *:nth-child(4) {
  flex-grow: 3;
}
.page-template-normal-page .main-content table.woocommerce-orders-table tr > *:nth-child(4) {
  flex-grow: 1;
}
.page-template-normal-page .main-content table.woocommerce-table--order-downloads {
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", sans-serif;
  width: 100%;
}
.page-template-normal-page .main-content table.woocommerce-table--order-downloads tr {
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0;
}
.page-template-normal-page .main-content table.woocommerce-table--order-downloads tr th {
  font-weight: 700;
}
.page-template-normal-page .main-content table.woocommerce-table--order-downloads tr .download-remaining, .page-template-normal-page .main-content table.woocommerce-table--order-downloads tr .download-expires {
  display: none;
}
.page-template-normal-page .main-content table.woocommerce-table--order-downloads tr > * {
  flex-basis: 50px;
  flex-grow: 1;
}
.page-template-normal-page .main-content table.woocommerce-table--order-downloads tr td.download-file a::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  padding-left: 0.5em;
}

.woocommerce-pagination {
  display: none;
}
.woocommerce-pagination ul {
  display: flex;
  flex-direction: row;
}
.woocommerce-pagination ul li {
  padding: 8px;
  margin: 0 8px;
}

/* * * * * * * * * * * * * * *
  Woocommerce Login
* * * * * * * * * * * * * * */
.woocommerce-form-login,
.woocommerce-ResetPassword {
  width: 100%;
  max-width: 500px;
}
.woocommerce-form-login .form-row,
.woocommerce-ResetPassword .form-row {
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
}

* {
  box-sizing: border-box !important;
  line-height: 1.5;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", sans-serif;
  font-size: 1rem;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

body {
  margin: 0;
  position: absolute;
  width: 100vw;
  height: auto;
  min-height: 100%;
  top: 0;
}

#wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  padding-bottom: 11.5rem;
}

.site-header {
  background-color: #F8F8F8;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  top: 0;
}

.img-item {
  background-size: cover;
  background-position: center center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
}

/* * * * * * * * * * * * * * * * * * * * * *
 * *         Main Navigation             * *
 * * * * * * * * * * * * * * * * * * * * * */
.header-logo {
  width: 120px;
}

#main-nav {
  top: 0;
}
#main-nav .menu-main-menu-container {
  display: flex;
  justify-content: flex-end;
}
#main-nav .menu-item a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #313131;
  opacity: 0.6;
  padding: 1rem;
  transition: opacity 0.1s ease-in-out;
}
#main-nav .menu-item a:hover, #main-nav .menu-item a:focus, #main-nav .menu-item a:active {
  text-decoration: none;
  opacity: 0.9;
}

#mobile-nav-toggle {
  border: 1px solid #0060A7;
  color: #0060A7;
  transition: all 0.1s ease-in-out;
}
#mobile-nav-toggle:hover, #mobile-nav-toggle:focus, #mobile-nav-toggle:active {
  background-color: #0060A7;
  color: white;
}

#mobile-nav {
  padding-top: 1rem;
  width: 100%;
}
#mobile-nav .menu-main-menu-container {
  width: 100%;
}
#mobile-nav .menu-item {
  display: flex;
}
#mobile-nav .menu-item.current-menu-item {
  background-color: rgba(49, 49, 49, 0.16);
}
#mobile-nav .menu-item.current-menu-item > a {
  color: #313131;
}
#mobile-nav .menu-item a {
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0060A7;
}
#mobile-nav .menu-item a:hover, #mobile-nav .menu-item a:focus, #mobile-nav .menu-item a:active {
  background-color: #0060A7;
  color: white;
}

#footer {
  background-color: #313131;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
#footer #footer-nav ul#menu-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#footer #footer-nav ul#menu-footer-menu a {
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

/* * * * * * * * * * * * * * * * * * * * * *
 * *      Homepage Hero Section          * *
 * * * * * * * * * * * * * * * * * * * * * */
#homepage-hero-section {
  padding-top: 5.25rem;
  background: #0060A7;
  background: linear-gradient(180deg, #3AA796 0%, #3AA796 25%, #0060A7 100%);
  background-size: cover;
  background-position: center center;
}

/* * * * * * * * * * * * * * * * * * * * * *
 * *    Featured Content 1 Section       * *
 * * * * * * * * * * * * * * * * * * * * * */
#featured-content-1-section {
  background: #0060A7;
  background-size: auto 100%;
  background-repeat: repeat;
  background-position-x: left;
}
#featured-content-1-section .featured-content-container {
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* * * * * * * * * * * * * * * * * * * * * *
 * *         Two Photo Section           * *
 * * * * * * * * * * * * * * * * * * * * * */
#two-photo-section {
  background-color: white;
}
#two-photo-section .img-item {
  height: 20rem;
}

/* * * * * * * * * * * * * * * * * * * * * *
 * *     Featured Content 2 Section      * *
 * * * * * * * * * * * * * * * * * * * * * */
#featured-content-2-section, #featured-content-3-section {
  background-color: #DEEEF6;
}

/* * * * * * * * * * * * * * * * * * * * * *
 * *       Featured Video Section        * *
 * * * * * * * * * * * * * * * * * * * * * */
#featured-video-link #featured-video-section {
  background-size: cover;
  background-position: center center;
  transition: all 0.36s ease-in-out;
}
#featured-video-link #featured-video-section h1, #featured-video-link #featured-video-section i {
  letter-spacing: 1px;
  color: #F8F8F8;
  background-color: transparent;
  transition: background-color 0.24s ease-in-out;
}
#featured-video-link:hover #featured-video-section h1, #featured-video-link:hover #featured-video-section i, #featured-video-link:focus #featured-video-section h1, #featured-video-link:focus #featured-video-section i, #featured-video-link:active #featured-video-section h1, #featured-video-link:active #featured-video-section i {
  background-color: #704C89;
}

/* * * * * * * * * * * * * * * * * * * * * *
 * *          Timeline Section           * *
 * * * * * * * * * * * * * * * * * * * * * */
#timeline-section {
  background-color: #0060A7;
}
#timeline-section .top-circle {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  display: block;
  margin: 0 auto;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #timeline-section .top-circle {
    margin: 0 0 0 -3px;
  }
}
#timeline-section .timeline-item {
  /* Add 1px to width to align borders in a continuous line */
  width: calc(50% + 1px);
}
@media screen and (max-width: 767px) {
  #timeline-section .timeline-item {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#timeline-section .timeline-item .item-connecting-line {
  position: relative;
  width: 40px;
  border-bottom: 2px solid #F8F8F8;
}
#timeline-section .timeline-item .featured-image {
  height: 10rem;
  width: 10rem;
  border-radius: 10rem;
  border: 2px solid #F8F8F8;
  background-size: cover;
  background-position: center center;
}
#timeline-section .timeline-item.has-image .item-connecting-line {
  top: -5rem;
}
@media screen and (max-width: 767px) {
  #timeline-section .timeline-item.no-image {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#timeline-section .timeline-item.no-image .text-content {
  margin-top: -2rem;
}
#timeline-section .timeline-item:nth-child(2n) {
  align-items: flex-end;
  text-align: right;
  border-right: 2px solid white;
}
@media screen and (max-width: 767px) {
  #timeline-section .timeline-item:nth-child(2n) {
    align-items: flex-start;
    text-align: left;
    border-right: none;
    border-left: 2px solid white;
  }
}
#timeline-section .timeline-item:nth-child(2n) .featured-image, #timeline-section .timeline-item:nth-child(2n) .text-content {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #timeline-section .timeline-item:nth-child(2n) .featured-image, #timeline-section .timeline-item:nth-child(2n) .text-content {
    margin-right: auto;
    margin-left: 40px;
  }
}
#timeline-section .timeline-item:nth-child(2n+1) {
  align-items: flex-start;
  text-align: left;
  border-left: 2px solid white;
  align-self: flex-end;
}
#timeline-section .timeline-item:nth-child(2n+1) .featured-image, #timeline-section .timeline-item:nth-child(2n+1) .text-content {
  margin-left: 40px;
}
#timeline-section .timeline-item:last-child {
  padding-bottom: 4rem;
}
#timeline-section .closing-box {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
#timeline-section .timeline-content.preview-mode {
  position: relative;
  height: 400px;
  overflow: hidden;
}
#timeline-section .timeline-content.preview-mode .preview-overlay {
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 96, 167, 0) 0%, rgba(0, 96, 167, 0.7) 50%, #0060a7 100%);
  height: 100%;
  width: 100%;
}

/* * * * * * * * * * * * * * * * * * * * * *
 * *          Services Section           * *
 * * * * * * * * * * * * * * * * * * * * * */
#services-section {
  background-color: #DEEEF6;
}
#services-section .img-item {
  height: 20rem;
}

/* * * * * * * * * * * * * * * * * * * * * *
* *            Team Section              * *
* * * * * * * * * * * * * * * * * * * * * */
#team-section {
  background-color: white;
}
#team-section .team-member-item .member-photo {
  height: 10rem;
  width: 10rem;
  border-radius: 10rem;
  background-size: cover;
  background-position: center center;
}
#team-section .advisory-board-members-container, #team-section .board-directors-members-container {
  border-top: 1px solid rgba(0, 0, 0, 0.24);
}

/* * * * * * * * * * * * * * * * * * * * * *
* *        Featured Content 3            * *
* * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * *
* *       Affiliates Section             * *
* * * * * * * * * * * * * * * * * * * * * */
#affiliates-section {
  background-color: white;
}
#affiliates-section .affiliate-item a {
  height: 100%;
}

/* * * * * * * * * * * * * * * * * * * * * *
* *       Resources Content             * *
* * * * * * * * * * * * * * * * * * * * * */
#resources-content {
  background-color: #F8F8F8;
}
#resources-content .filter-item {
  color: white;
  text-decoration: none;
  padding: 0.25rem 1rem;
  border: 1px solid white;
  border-radius: 100px;
  position: relative;
  margin: 0.25rem;
  display: inline-block;
  transition: all 0.16s ease-in-out;
}
#resources-content .filter-item:hover, #resources-content .filter-item:focus, #resources-content .filter-item:active, #resources-content .filter-item.active {
  background-color: white;
  color: #0060A7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}
#resources-content a.no-style {
  color: black;
  text-decoration: none;
}
#resources-content article {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  padding: 1rem;
}
#resources-content article .featured-image {
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}
#resources-content article .entry-title {
  font-size: 24px;
}
#resources-content article .tags {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 0.5rem;
}
#resources-content article .tag:not(:last-child)::after {
  content: ", ";
}
#resources-content #sidebar .widget-area {
  margin: 0;
  padding: 0;
}
#resources-content #sidebar .widget-area ul.xoxo {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
#resources-content #sidebar .widget-area ul.xoxo h3.widget-title, #resources-content #sidebar .widget-area ul.xoxo .page-template-normal-page .main-content .edit-account legend.widget-title, .page-template-normal-page .main-content .edit-account #resources-content #sidebar .widget-area ul.xoxo legend.widget-title {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  text-align: center;
}
#resources-content #sidebar .widget-area ul.xoxo .display-medium-title {
  font-weight: 700;
  height: 60px;
  padding-top: 8px;
}

/* * * * * * * * * * * * * * * * * * * * * *
 * *       Blog Post                       * *
 * * * * * * * * * * * * * * * * * * * * * */
.blog-post figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.blog-post .entry-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* * * * * * * * * * * * * * * * * * * * * *
* *       Application Page.              * *
* * * * * * * * * * * * * * * * * * * * * */
.page-template-page-application {
  background-color: #e2e4e7;
}
.page-template-page-application .application .container {
  background-color: #FAFAFA;
  margin: 4rem auto;
  padding: 1rem 3rem;
}


/* IMPORTANT tech debt not in sass */

.announcement-banner {
	background-color: #704C89;
	color: white;
}

.announcement-banner a {
	color: rgba(255,255,255,0.7);
}

.announcement-banner a:hover, .announcement-banner a:focus, .announcement-banner a:active {
	color: rgba(255,255,255,1.0);
}

figure.wp-block-media-text__media img {
	height: auto !important;
}

/*# sourceMappingURL=style.css.map */
