/*!
Theme Name: GoatThroat by James Did It
Theme URI: http://jamesdidit.net
Author: James Did It!
Author URI: http://jamesdidit.net
Description: A custom theme developed for GoatThroat pumps
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: goat-throat-jdi
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.

goat-throat-jdi 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.
 */

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-family:'Roboto',sans-serif;
	font-weight:400;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family:'Lato',sans-serif;
	font-weight:900;
	color:#00006c;
	margin-bottom:.25rem;
	line-height:1;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom:1rem;
}

.wc-tab h2 { margin-bottom: 1rem;}

h1 { font-size:2rem; }
h2 { font-size:1.75rem; }
h3 { font-size:1.5rem; }
h4 { font-size:1.3rem; }
h5 { font-size:1.2rem; }
h6 { font-size:1.1rem; }

h1.column-head {
	font-size:1.5rem;
	margin:0;
}

h1.column-head + p {
	margin:0;
}

h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
	margin-top:0;
}

p, table, ul, ol, li {
	font-size:.8rem;
	line-height:1.2rem;
}

p {
	margin-bottom: 1.5em;

}

p.fine-print {
	font-size:.5rem;
	text-transform: uppercase;
}

p.fine-print a {
	color:#00006c;
	text-decoration: underline;
}

p.fine-print a:hover {
	color:#ed1c24;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*: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;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
	font-size:.8rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

ul.sibling-page-list {
	list-style-type:none;
	margin:.5rem 0;
	padding:0;
}

ul.sibling-page-list li {
	display:block;
	float:left;
	padding-right:1rem;
}


ul.sibling-page-list li.page_parent a,
ul.sibling-page-list li a {
	text-transform: uppercase;
	color:#00006c;
}

ul.sibling-page-list li.active-page a {
	color:#494949;
	font-style:italic;
}

ul.sibling-page-list li.page_parent:after {
	font-family:Font Awesome\ 5 Freehand575 BT,'FontAwesome';
	content:'\f105';
	padding-left:.5rem;
	color:#00006c;
}

ul.sibling-page-list:after {
	content:' ';
	display:table;
	height:1px;
	width:100%;
	clear:both;
}

ul.landing-page-list:after {
	content:' ';
	display:table;
	width:100%;
	margin:1rem 0;
}

ul.landing-page-list {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.landing-page-list li {
	float:left;
	margin:.5rem;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

ul.landing-page-list li a{
	display:block;
	width:150px;
	height:150px;
	background:rgba(0,0,0,.5);
	color:#fff;
	padding:.25rem;
	font-size:1rem;
}

ul.landing-page-list li a:hover {
	background:rgba(0,0,0,0);
	text-decoration:none;
}

p.video_links {
	margin:0;
	width:100%;
	display:flex;
	justify-content: flex-start;
}

.video_links a {
	color:#00006c !important;
	font-weight:bold;
	text-transform: uppercase;
	margin-right:1rem;
}

.video_links a.video_link {
	display:block;
	float:left;
}

.video_links img.video-icon {
	width:150px;
	margin:.25rem 0;
}

.video_links span.video-link-text {
	display:block;
}

/*--------------------------------------------------------------
# Sidebars / Widget Areas
--------------------------------------------------------------*/

#primary, #primary.blog-post .entry-content { width: 65%; float: left;}
#primary .entry-content.wc-tab { width:100%; float:none; }
#primary.blog-post .entry-content {margin-top:1.5rem;}
#primary.no-sidebar, #primary.blog-post {width:100%; float:none; }
#secondary {width: 30%; float:right;}

.entry-content.excerpt-content p.read-more {text-align:left;}


p.post-archive-date { font-size:.8rem;}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

	/*** SET UP BACKGROUND TRANSITION PROPERTY ***/
/* shadow: none; */
		@-webkit-keyframes color_change {
		  0% { 
			 -webkit-box-shadow: none;
			 -webkit-box-shadow: none;
			box-shadow: none;
			  }
		  80% {
			 -webkit-box-shadow: none;
			 -webkit-box-shadow: none;
			box-shadow: none;
			}
		  100% { 
			 -webkit-box-shadow: 0px 0px 11px 0px #00006c;
			-moz-box-shadow: 0px 0px  -2px #00006c;
			box-shadow: 0px 0px 11px 0px #00006c;
			 }
		}
		@-moz-keyframes color_change {
		  0% { 
			 -webkit-box-shadow: none;
			 -webkit-box-shadow: none;
			box-shadow: none;

			  }
		  80% {
			 -webkit-box-shadow: none;
			 -webkit-box-shadow: none;
			box-shadow: none;
			}
		  100% { 
			 -webkit-box-shadow: 0px 0px 11px 0px #00006c;
			-moz-box-shadow: 0px 0px 11px 0px #00006c;
			box-shadow: 0px 0px 11px 0px #00006c;
			 }
		}
		@-ms-keyframes color_change {
		  0% { 
			 -webkit-box-shadow: none;
			 -webkit-box-shadow: none;
			box-shadow: none;

			  }
		  80% {
			 -webkit-box-shadow: none;
			 -webkit-box-shadow: none;
			box-shadow: none;
			}
		  100% { 
			 -webkit-box-shadow: 0px 0px 11px 0px #00006c;
			-moz-box-shadow: 0px 0px 11px 0px #00006c;
			box-shadow: 0px 0px 11px 0px #00006c;
			 }
		}
		@-o-keyframes color_change {
		  0% { 
			 -webkit-box-shadow: none;
			 -webkit-box-shadow: none;
			box-shadow: none;

			  }
		  80% {
			 -webkit-box-shadow: none;
			 -webkit-box-shadow: none;
			box-shadow: none;
			}
		  100% { 
			 -webkit-box-shadow: 0px 0px 11px 0px #00006c;
			-moz-box-shadow: 0px 0px 11px 0px #00006c;
			box-shadow: 0px 0px 11px 0px #00006c;
			 }		}
		@keyframes color_change {
		  0% { 
			 -webkit-box-shadow: none;
			 -webkit-box-shadow: none;
			box-shadow: none;
			  }
		  80% {
			 -webkit-box-shadow: none;
			 -webkit-box-shadow: none;
			box-shadow: none;
			}
		  100% { 
			 -webkit-box-shadow: 0px 0px 11px 0px #00006c;
			-moz-box-shadow: 0px 0px 11px 0px #00006c;
			box-shadow: 0px 0px 11px 0px #00006c;
			 }
		}

a.button, button,
a.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background:#00006c !important;
	padding:.5rem;
	margin:0;
	border:none;
	font-family:'Lato',sans-serif;
	font-weight:400;
	color:#fff !important;
	font-size:.8rem !important;
	text-transform: uppercase;
	cursor:pointer;
	text-decoration: none;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;  
}

a.configure_button {
 border:thin solid #ed1c24;
	 -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
   -webkit-animation: color_change 2s infinite alternate;
   -moz-animation: color_change 2s infinite alternate;  
   -ms-animation: color_change 2s infinite alternate;  
   -o-animation: color_change 2s infinite alternate;  
   animation: color_change 2s infinite alternate; 
}


a.button.red, a.button.red:visited { background:#ed1c24 !important;}
a.button.red:hover, a.button.red:focus { background:#00006c !important;}


a.button.para_button {
	display:inline-block;
	margin:1rem 0;
}
a.button-small { font-size:1em;}

a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background:#ed1c24 !important;
	color:#fff !important;
}

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,
.woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active,
.woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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: 10px;
	padding: 5px;
}

input[type="search"] {
	padding:0 5px;
	font-size:inherit;
	line-height:1;
	border:thin solid #999;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*
.woocommerce #respond input#submit:after, .woocommerce a.button:after, .woocommerce button.button:after, .woocommerce input.button:after,
form span.right:after {
 color: #00006c;
 content: "\f061";
 font-family: Font Awesome\ 5 Freehand575 BT;
 font-size: inherit;
 z-index: 100; 
 margin-left:.25rem;
}
form span.left:after {
 color: #00006c;
 content: "\f060";
 font-family: Font Awesome\ 5 Freehand575 BT;
 font-size: inherit;
 z-index: 100; 
 margin-right:.25rem;
}
*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	color:#00006c;
	background:none;
	line-height:33px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background:none;
	color:#ed1c24;

	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

form.woocommerce-ordering { display:none; }

.woocommerce-product-details__short-description {
	margin:1rem 0;
}
.woocommerce-product-details__short-description ul {
	margin:0; padding:0 1rem;
	
}

.woocommerce-MyAccount-navigation ul, ul.tml-user-links {
	list-style-type:none;
	margin:1rem 0;
	padding:0;
	text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li a, ul.tml-user-links li a {
	padding:.5rem 0 .5rem .25rem;
	display:block;
	margin:.25rem 0;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover, ul.tml-user-links li a:hover {
	background:#ed1c24;
	color:#fff;
	text-decoration: none;
}


.woocommerce-message {font-size:.8rem; line-height:1.3rem;}


img.category-thumbnail {
	width: 200px;
	display: block;
	margin: 1rem 1rem 1rem 0;
	float: left;
	border: thin solid blue;
	padding: .5rem;
}

div.term-description {
	margin-top:1rem;

}

ul.products:before, ul.products:after {
	content:' ';
	height:1px;
	display:table;
	width:100%;
}
ul.products.grid mark.count {
	display:none;
}

p.woocommerce-result-count { display:none; float:none !important;}

p.woocommerce-result-count:before, p.woocommerce-result-count:after {
	content:' ';
	display:table;
	width:100%;
	clear:both;
	height:.5rem;
	float:none;
}
/*
.woocommerce .products ul, .woocommerce ul.products {
	display:flex;
	flex-basis:23%;
	align-items:stretch;
	flex-wrap:wrap;
}
*/
.woocommerce-page ul.products li.product, ul.search-results li {
	/* position:relative; */
	float:none;
	display: flex;
	flex-flow: column nowrap;
	 align-content:stretch; 
	 width:20%;
}



.woocommerce .products ul, .woocommerce ul.products, ul.search-results {
  display: flex;
  justify-content: start;
  flex-wrap: wrap; 
  margin:1rem auto;
  padding:0;
}
/*
.woocommerce ul.products li.product {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0.5rem;
  box-sizing: border-box;
}

.woocommerce ul.products li.product a {
  flex-grow: 1;
  color: white;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
*/
.woocommerce .products ul li.product:before {
  content: '';
  display: table;
  padding-top: 100%;
}

.woocommerce ul.products li.product a img, ul.search-results li a img {
	border:thin solid #00006c;
}

.woocommerce ul.products li.product a:hover img, ul.search-results li a:hover img {
	border:thin solid #ed1c24;
}

.gridlist-buttonwrap, .gridlist-buttonwrap * {
	margin:0;
	padding:0;
}

.gridlist-buttonwrap, .woocommerce-page ul.products li.product p {
	margin:auto 0 0 0;
}

.woocommerce ul.products li.product .button {
	margin-top:0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
	display:block;
	color:#fff;
	background:rgba(0,0,0,.5);	
	padding:.5rem;
	font-weight:normal;
	font-size:1rem;
	line-height:1;
	cursor: pointer;
}
/*
li.product-category.product:after, li.product-category.product:before {
	content:' ';
	display:block;
	height:1rem;
	width:100%;
}
*/
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover {
	background:rgba(0,0,0,.1);
	color:#00006c;
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

li.product-category.product img, li.product-category.product h2{
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

.woocommerce-loop-product__title {
	font-size:1rem;
	font-weight:normal;
}




/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover {
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

a {
	color: #ed1c24;
	text-decoration: underline;
}

a:hover img {
	opacity:.7;
	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

a:visited {
	color: #ed1c24;
}

a:hover, a:focus, a:active {
	color: #00006c;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

p.read-more a, a.read-more {
	color:#00006c;
	text-decoration: none;
}

p.read-more a:hover, a.read-more:hover {
	color:#ed1c24;
}

p.read-more {text-align: center; margin:.5rem 0;}

.read-more .fas, .read-more .fa { font-size: 80%; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: auto;
}

.main-navigation ul {
	font-family:'Lato',sans-serif;
	font-weight:900;
	text-transform: uppercase;
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	line-height:120px;
	float:right;
	text-align:right;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	display:inline-block;
	font-size:.8rem;
	margin-right:1.2rem;
}

.main-navigation a {
	display: block;
	color:#00006c;
	text-decoration: none;
}

.main-navigation a:visited { color:#00006c; }

.main-navigation a:hover { color:#ed1c24; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	clear:both;
	float:none;
}

.entry-footer {
	font-size:85%;
	border-top:thin solid #ccc;
	padding:.5rem 0;
}

.entry-footer span {
	display:block;
}

.navigation.post-navigation {
	border-top:thin solid #ed1c24;
	padding:1rem 0;
	font-size:85%;
}

.nav-next a::after {
	content:' \f061';
	font-family:Font Awesome\ 5 Freehand575 BT,'FontAwesome';
	display: block;
	float: right;
	margin-left: .25rem;
	
	
}

.nav-previous a::before {
	content:' \f060 ';
	font-family:Font Awesome\ 5 Freehand575 BT,'FontAwesome';
	display: block;
	float: left;
	margin-right: .25rem;
}


.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/

.site-branding { max-width:960px; width:90%; margin:1rem auto;}

.custom-logo-link {width:250px;float:left;}
p.site-description {display:none;}


/*--------------------------------------------------------------
## Above Banner
--------------------------------------------------------------*/

.banner-search form.search-form {display:inline;}

.banner-search form input[type="submit"] {display:none;}

.above-banner-wrapper { width:100%; margin:0 0 1rem 0; padding:0; background:#00006c;}

.above-banner {padding:.5rem 0; max-width:960px; width:90%; margin:0 auto;}

.above-banner:before, .above-banner:after {content:' '; display:table; height:0; width:100%;}

.above-banner, .above-banner a { color:#fff; text-decoration:none; font-size:.8rem;}
.above-banner a:hover {color:rgba(255,255,255,.9);}

.above-banner ul { list-style-type:none; margin:0; padding:0; display:flex; flex-direction: row; flex-wrap:nowrap; justify-content: space-between; align-items: baseline;}

.above-banner ul li {display:inline-block;}

.above-banner-left { float:left; }
	.above-banner-left li { margin-right:.25rem; }
	.above-banner-left li.configure {margin-right:1rem;}

.above-banner-right { float:right; }
	.above-banner-right li {margin-left:.25rem;}
	
.above-banner .social-media-text {
	display:none;
}

.above-banner li.banner-spacer {width:1.25rem;}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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. */
}

.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. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

#content {
	width:90%;
	max-width:960px;
	margin:1rem auto;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.the-content { margin:1.5rem 0;}

.entry-content {margin:0;}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.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. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: left;
	font-size:.8rem;
	font-style: italic;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding:.25rem;
}

figure.gallery-item{
	margin:0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

div.gallery-size-thumbnail figcaption { max-width:150px;}

/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/

.columns.column-wrapper {
	width:100%;
	clear:both;
	display:table;
}
.columns.column-wrapper:before, .columns.column-wrapper:after {
	content:'';
	display:table;
	height:0;
	margin:0;
	clear:both;
	display:table;
}

.columns .column {
	display:table-cell;
	border-right:thin solid #ccc;
	padding:0 1rem;
	vertical-align:top;
}

.columns .column.first-column {
	padding-left:0;
}

.columns .column.last-column {
	border-right:none;
	padding-right:0;
}

.columns .six-col.span-two {
	width:32%;
}

.columns .two-col {
	width:50%;
}
.columns .three-col {
	width:33%;
}

.columns .four-col {
	width:25%;
}

.columns .five-col {
	width:20%;
}

.columns .six-col {
	width:16%;
}

.site-footer .columns .column {
	border-right:none;
	padding-left:0;
	margin-left:0;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

.homepage-column-wrapper {
	display:flex;
	align-items:stretch;
}

.homepage-column-wrapper .homepage-column {
	width:50%;
}

.homepage-column-two {
	padding-left:.25rem;
}

.homepage-column-one {
	padding-right:.25rem;
}

.homepage-column p {
	font-size:.8rem;
	line-height:1.75;
	margin-bottom:1rem;
}

.homepage-column h1.column-head {
	margin-bottom:1rem;
}

.search-form-wrapper {
	padding-bottom:1rem;
	margin-bottom:1rem;
	border-bottom:thin solid #ed1c24;
}

.search-form-wrapper p+p {
	margin-top:1.5rem;
}

.homepage-featured-news {
	display: flex;
    width: 85%;
    margin: 2rem auto;
    justify-content: center;
    align-items:stretch;
}

.featured-news-image-wrapper {
	flex-basis:30%;
	padding:.5rem;
	display:flex;
	flex-direction: column;
	justify-content: space-around;
}
.featured-news-image-wrapper img {
	height:auto;
	width:100% !important;
	display:block;
	max-width: 5000%;
	
}

.featured-news-image-wrapper a {
	display:block;
}

.featured-news-headline h3 {
	margin:0 0 1rem 0;
}

.featured-news-content-wrapper {
	padding:.5rem;
	flex-basis:70%;
/*	flex-shrink: 3;*/
}

/* Homepage Slider */

.homepage.slideshow {
	position:relative;
	z-index:800;
}

.homepage.slideshow ul { 
	margin:0;
	padding:0;
	list-style-type:none;
}

.homepage.slideshow .headwrapper {
	margin: 0;
	padding: .5rem;
	background: #ed1c24;
	height: auto;
	width: 100%;
	z-index:1000;
}

.homepage.slideshow .headwrapper h2 {
	margin:0;
}

.homepage.slideshow a .headwrapper *,
.homepage.slideshow a:hover .headwrapper *,
.homepage.slideshow a:visited .headwrapper * {
	color:#fff;
}

.unslider {margin:0 !important;}
.unslider-nav ol li { background: #ccc !important; height:10px !important; width:10px !important; }
.unslider-nav ol li.unslider-active { background:#ed1c24 !important; }
.unslider-nav ol {text-align: right !important;}
.unslider-wrap.unslider-carousel>li { background:#ed1c24; }
/* Ratings & Reviews */

.homepage.ratings h2 {
	color:#ed1c24;
	text-align:center;
	margin-bottom:0;
}

.homepage.ratings h5 {
	font-size:.9rem;
	font-style: italic;
	text-align:center;
	margin-top:0;
	font-family:'Roboto',sans-serif;
	font-weight:normal;
}

.homepage.ratings .attribution {
	display:block;
	text-align:right;
	font-style:italic;
}

.homepage.ratings .review-stars {
	color:#ed1c24;
	font-size:.8rem;
}

.homepage.ratings .number-rating {
	display: block;
    line-height: 1;
    margin: .5rem 0;
}

.homepage.ratings p {
	margin-top:.25rem;
}

.review-stars {
	color:#ed1c24;
}


p.gt_review {
	border-bottom:thin solid #ccc;
	padding:1rem;
	margin:0;
}

p.gt_review:nth-child(even) {
	background:#ccc;
}

p.gt_review .review {
	font-size:125%;
	display:block;
	margin:.25rem 0 0 0;
}

p.gt_review .attribution {
	display:block;
	text-align:left;
	font-style:italic;
	font-size:90%;
}

p.industries-review:nth-child(even){
	background:#fff;
}

p.industries-review {
	border:none;
	padding:0;
}

.gt_review span.pump,
.gt_review span.chemical {
	display:block;
	font-size:90%;
}

div.homepage-about {
	margin:.5rem 0;
	border-bottom:thin dotted #686868;
	padding-bottom:1rem;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	background: #e6e6e6;
	margin:1rem 0 0 0;
	padding:2rem 0;
}

.site-footer .footer-interior {
	width:960px;
	margin:0 auto;
	padding:0;
}

.site-footer h5 {
	text-transform: uppercase;
	margin-bottom:.5rem;
}

.site-footer ul.menu {
	list-style-type: none;
	margin:0;
	padding:0;
}

.site-footer ul.menu li {
	margin:0;
	padding:0;
	font-size:.8rem;
	line-height:1.25;
	margin-bottom:.25rem;
}

.site-footer ul.menu li a, .site-footer ul.menu li a:visited {
	color:#00006c;
	text-decoration: none;
	display:block;
}

.site-footer ul.menu li a:hover {
	color:#ed1c24;
}

.site-footer .col-five a {
	text-transform: uppercase;
	color:#00006c;
}
.site-footer .col-five a:hover {
	color:#ed1c24;
}

/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/

.gform_wrapper .gf_step span.gf_step_number {
	color:#fff;
	background:#00006c;
	height:2rem;
	width:2rem;
	font-size:1rem;
	line-height:2rem;
	border-radius: 50%;
	text-align: center;
	font-family:'Lato',sans-serif !important;
	font-weight:900;
}

.gf_step_label {
	font-family:'Lato',sans-serif !important;
	font-weight:800;
	font-size:1.25rem;
}

.gf_page_steps {
	border:none;
}

#field_2_2 .gfield_label { display:none; }

.gform_wrapper .gform_footer,
.gform_wrapper .description_above .gfield_description {
	padding:0 !important;
}

/*
.gform_wrapper .gform_page_footer .button.gform_button, 
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_footer .button.gform_button {
	background:#00006c;
	padding:.5rem 0;
	margin:0;
	border:none;
	font-family:'Lato',sans-serif;
	font-weight:400;
	color:#fff;
	text-transform: uppercase;
	cursor:pointer;
}
*/
body .gform_wrapper ul li.gfield {margin-top:0 !important;}
/*
.gform_wrapper .gform_page_footer .button.gform_previous_button {
	margin-right:1rem !important;
}
*/
#gform_wrapper_3 .gfield_label, #gform_wrapper_3 label {
	display: none;
}

#gform_wrapper_3 .gform_footer.top_label {
	margin:.5rem 0;
	padding:0;
}

#gform_wrapper_3 input, #gform_wrapper_3 textarea {
	font-size:.8rem;
}

/*POSITIONS ICON ADDED TO GRAVITY FORMS SUBMIT BUTTONS
 * 1. Adjust the margin-left to bring the icon on the button
 * 2. Font-size adjust the size of the icon
 * 3. z-index prevents the icon disappearing on submissions

.gform_page_footer span.right:after,
.gform_footer span.right:after
{
 color: #00006c;
 content: "\f061";
 font-family: Font Awesome\ 5 Freehand575 BT;
 font-size: inherit;
 z-index: 100; 
 margin-left:.25rem;
}

.gform_page_footer span.left:after,
.gform_footer span.left:after
{
 color: #00006c;
 content: "\f060";
 font-family: Font Awesome\ 5 Freehand575 BT;
 font-size: inherit;
 z-index: 100; 
 margin-right:.25rem;
}
*/

.gform_wrapper div {
	border:none !important;
}

body #gform_wrapper_5 li.gfield  .gfield_label {
	padding-top:.5rem !important;
}

.entry-header.no-thumbnail h1 {
	margin-bottom:1rem;
}

.entry-header.has-thumbnail h1 {
	height:250px;
	color:#fff;
	margin-bottom:3px;
}

.has-thumbnail h1.entry-title {
	background-repeat: no-repeat;
	background-size: cover;
}

h1.entry-title span {
	background:#ed1c24;
	padding:.5rem 1.25rem;
	font-size:1rem;
	color:#fff;
	/*white-space:nowrap;*/
}

.has-thumbnail h1.entry-title span {
	position:relative;
	top:55%;
	font-size:1.5rem;

}

h1.entry-title span a {
	color:#fff;
}

.blog-landing .has-thumbnail h1.entry-title span {
	font-size:1rem;
}

.blog-landing .no-thumbnail h1.entry-title a, .blog-landing .no-thumbnail h1.entry-title a:visited { 
	background:#ed1c24;
	padding:.5rem 1.25rem;
	display:block;
}

.blog-landing .no-thumbnail h1.entry-title a:hover { 
	background:#00006c;
}

.blog-landing .no-thumbnail h1.entry-title span{ 
	background:none;
	padding:0;
}

.entry-meta { margin: 1.5rem 0 0 0; font-size:85%;}

.product_meta span.sku_wrapper { display:block;}
.product_meta span.posted_in {display:none; }
ul.recommended-products {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.recommended-products li img{
	width:100px;
	border:thin solid #00006c;
	float:left;
	margin-right:.5rem;
}

ul.recommended-products li span {
	display:block;
}
ul.recommended-products li span.shop-now {
	text-transform: uppercase;
	font-family:'Lato',sans-serif;
	font-weight:900;
}
ul.recommended-products li:after {
	content:' ';
	display:table;
	width:100%;
	float:none;
	clear:both;
	padding-top:.5rem;
}

ul.recommended-products li a span.recommended-title {
	font-family:'Lato',sans-serif;
	font-weight:900;
	color:#00006c;
	font-size:1.2rem;
}

ul.recommended-products li:hover a span.recommended-title,
ul.recommended-products li:hover a span.shop-now {
	color:#ed1c24;
	text-decoration: none !important;
}

ul.recommended-products li a span.recommended-title:after {
	content:'.';
}

.full-width ul.recommended-products {
	display:flex;
}

.full-width ul.recommended-products li {
	width:25%;
	display:block;
	padding-right:1rem;
}

.full-width ul.recommended-products li img {
	float:none;
	clear:both;
}

ul.video-library-new {
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
	align-items:stretch;
	margin:1rem 0;
	padding:0;
}

ul.video-library-new li {
	width:23%;
	text-indent:0;
	padding:0 .5rem 0 0;
	display:flex;
	flex-direction: column;
	justify-content:space-between;
}

ul.video-library-new li h5.video-title {
	font-family:'Roboto',sans-serif;
	font-weight:400;
	font-size:1.25rem;
	line-height:1;
}

ul.video-library-new .short-description {
	flex:1 0 auto;
}

ul.video-library-new .button-wrappers {
}

ul.download-library, ul.video-library {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.download-library li , ul.video-library li {
	margin:0;
	line-height:2;
}

ul.download-library li a, ul.video-library li a{
	padding:.25rem;
	color:#00006c;
}


ul.download-library li a:hover, ul.video-library li a:hover {
	background:#ed1c24;
	text-decoration: none;
	color:#fff;
}

ul.download-library li a:before, .study-wrapper a.download:before, .study-wrapper-top a.download:before{
	font-family:Font Awesome\ 5 Freehand575 BT,'FontAwesome';
	content:'\f15c';
	padding:2px;
}

ul.download-library li a.pdf-class:before, .study-wrapper a.pdf-class:before,
.study-wrapper-top a.pdf-class:before {
	content:'\f1c1';
}

ul.download-library li a.doc-class:before, ul.download-library li a.docx-class:before,
.study-wrapper a.docx-class:before, .study-wrapper-top a.docx-class:before {
	content:'\f1c2';
}
ul.download-library li a.jpg-class:before, ul.download-library li a.jpeg-class:before,
.study-wrapper a.jpeg-class:before, study-wrapper-top a.jpeg-class:before {
	content:'\f1c5';
}


div.article-pull-quote {
	width:50%;
	float:right;
	border-left:thin solid #ed1c24;
	padding-left:1rem;
	font-style:italic;
	margin-left:.5rem;
}
div.article-pull-quote p {	font-size:2rem; line-height:2rem; color:#999;}

p.alert { background:lightblue; padding:.25rem .5rem;}

.no-chem-table-wrapper { display:none; }
.chem-table-wrapper { display:block; }

a.pump_rec { 
	display:inline-block;
	text-decoration:underline;
	padding:.5rem 0;
}

a.pump_rec:hover

ul.search-results {
	list-style-type:none;
	margin:0;
	padding:0;
	text-indent:0;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	flex-wrap:wrap;
}

ul.search-results li {
	flex-basis:20%;
	margin:0 .5rem .5rem 0;
	align-self:flex-start;
}

ul.search-results li h2, ul.search-results li h2 a, ul.search-results li h2 a:hover {
	font-size:1em;
	padding:.5rem 0;
	margin:0;
	color:#00006c;
	text-decoration: none;
}

ul.search-results li img {
	width:100%;
}

ul.search-results li .amount {
	color:#77a464;
}

h3.study-title {
	font-family:'Roboto',sans-serif;
	font-weight:400;
}

.study-wrapper {
	padding:2rem 0;
	border-bottom:thin dotted #ccc;
}

.study-wrapper-top {
	padding:1.5rem 0;
	border-bottom:thin dotted #ccc;
}

.study-wrapper:last-of-type {
	border-bottom:none;
}

.study-wrapper p.download-link {
	padding:.5rem 0;
}

ul.case-study-toc {
	list-style-type:none;
	margin:1rem 0;
	padding:0;
}

ul.case-study-toc li {
	font-size:1rem;
	margin-bottom:.5rem;
}

ul.case-study-toc li a {
	padding:.05rem .05rem .05rem 0;
}

.full-content-wrapper {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
}

.full-content-wrapper p {
	line-height: 1.75;
}

.full-content-wrapper h1,
.full-content-wrapper h2,
.full-content-wrapper h3,
.full-content-wrapper h4,
.full-content-wrapper h5,
.full-content-wrapper h6 {
	font-size:92%;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
}

.woocommerce .woocommerce-breadcrumb a {
	color:#00006c;
}

.woocommerce .woocommerce-breadcrumb {
	font-size:.8rem;
}

.boxed-content {
    padding: 1rem;
    border: red thin solid;
    line-height: 1.5;
    display: inline-block;
    margin: 0 0 2rem 0;
}