/*
Theme Name: Total Scope
CurrentTheme URI: http://wordpress.boomvisibility.com/Parent-Theme
Author: the Boom Visibility team
Author URI: http://boomvisibility.com/
Description: The 2012 theme for WordPress customized by Boom.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlText
Domain: total-scope

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.
*/

/* =Reset
-------------------------------------------------------------- */
/* =Colors
$primary: #133b89;
$secondary: #f0e2d9;
$tertiary: #06b6ac;
$black: #222;
$color__link: #686868;
$color__link--hover: #133b89;

Break Points

1025 pixels - Desktop
700 pixels - tablets
480 pixels - mobile

Organization

1. Content Styles
 - typography
 - headings
 - images
 - lists
 - tables
 - Buttons

2. Header formatting

3. Containers Grids and columns

4. Sidebar formatting

5. footer formatting

6. Home page

 - slider styles
 - custom blocks

7. Page Formatting
 - Blog pages
 - Other templates

8. Misc

-------------------------------------------------------------- */

@import url("css/core.css");
@import url("css/menu.css");

/* 1=Content Styles

-------------------------------------------------------------- */

/* typography */

body {
	font-size: 18px;
	font-family: 'Ubuntu', arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #565656;
	background-color: #fff; }


/* Links */

a {
	color: #133b89;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }

a:hover { color: #133b89; }
.entry-title a { text-decoration: none; }

p {
	font-size: 18px;
	line-height: 1.5;
	margin: 1em 0; }
p:empty { display: none; }

.date{
	font-size: 14px;
	font-family: arial, sans-serif;
	margin: 8px 0; }

/* Sub Text */

footer.entry-meta, .small {
/* 	font-size: 11px; */
	color: #666;
	line-height: 2; }

/* headers */

h1,h2 {font-family: 'Oswald', Arial, sans-serif; font-weight: 300;line-height: 1.2;}

h1 {
	font-size: 70px;
	font-weight: 300; }

h1.page-title, h1.archive-title {
    text-align: center;
    color: #133b89;
}

h1.blog-title {
    color: #fff;
    text-shadow: 4px 4px 24px #01204F;
    text-align: center;
    font-size: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}

h2 {
	font-size: 40px;
	margin-bottom: 20px; }

h2.header {text-align: center;font-size: 70px; color: #133b89; margin: 20px 0;}

#content h2, .entry-content h2{color: #133b89;}
#content h2.flush, .entry-content h2.flush {margin-top: 0px;}
h3 {
	font-size: 28px;
	margin-bottom: 15px;
	color: #133b89;}

h4 {
	font-size: 22px;
	font-weight: normal;
	color: #133b89;
	margin-bottom: 10px; }

#content h3 {color: #133b89; margin-top: 20px;line-height: 1.2;}
sup {font-size: 0.6em;}
h1 sup, h2 sup, h3 sup {font-size: 0.4em;top: -1em;}
@media (max-width: 1025px) {
	h1.page-title {padding-bottom: 15px;}
}

@media (max-width: 767px) {
	body h1 { font-size: 40px; }
	body h2 { font-size: 30px; }
	#content h2 {margin-top: 10px;}
}

@media (max-width: 480px) {
	body .wrapper h1 { font-size: 32px; }
	body .wrapper h2, body .entry h2 { font-size: 24px; }
	body img.alignright, img.alignleft, div.wp-caption.alignright, div.wp-caption.alignleft {
		float: none;
		margin: 3px auto 10px auto;
		display: block; }
}
.textalign-center {text-align: center;}
.textalign-right {text-align: right;}

/* List Settings */

ul { list-style: none; }
.site-content ul li, .site-content ol li {font-size: 18px;}
.container ul li, .container ol li {line-height: 1.7em;}
#content ul li, #content ol li, .entry-content ul li {line-height: 1.5em; margin-left: 25px; margin-bottom: 10px;position: relative;}
body.home #content ul li {margin-left: 0px;}
.half li:before{
  content: 'nurgle is love  nurgle is life';
  color: blue;
}
.entry-content ul, .comment-content ul, .mu_register ul { margin: 16px 0px;line-height: 1.5;}
.page-content ul li:before, #content ul li:before, .entry-content ul li:before, .wp-block-post-content ul li:before {
    content: '';
    background-color: #133b89;
    width: 6px;
    height: 6px;
    top: 11px;
    position: absolute;
    left:-15px;
}
.entry-content ul {list-style: none;}

body .page-content .navigation ul li:before {display: none;}

.entry-content ol, .comment-content ol { list-style: decimal;margin-left: 16px;}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	padding: 30px 120px;
	font-style: italic;
  position: relative;
	 }
.entry-content blockquote:before {
  content: '“';
  left: 0;
}
.entry-content blockquote:after {
  content: '”';
  right: 0;
}
.entry-content blockquote:before, .entry-content blockquote:after {
  display: block;
  position: absolute;
  z-index: 15;
  font-size: 200px;
  font-weight: 700;
  font-family: 'Oswald',Arial,sans-serif;
  color: #143b86;
  width: 85px;
  font-style: normal;
  top: 50%;
  transform: translateY(-50%);}
.entry-content .one_third {margin-bottom: 25px;}
.entry-content blockquote p{ margin: 0 0 10px 0;font-size: 22px;}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child { margin-bottom: 0; }
.entry-content pre code, .comment-content pre code { display: block; }
.inline .two_thirds h2 {margin: 20px 0;}

@media (max-width: 767px) {
  .entry-content blockquote, .comment-content blockquote {padding: 30px 60px;}
  .entry-content blockquote:before, .entry-content blockquote:after {
    font-size: 100px;
    width: 50px;}
  .entry-content blockquote:before {top: 15%;}
  .entry-content blockquote:after {top: 75%;}
  .entry-content blockquote p{ margin: 0;font-size: 18px;}
}

/* Images */

img.lazyloaded {
  -webkit-transition: opacity .5s linear 0.2s;
  -moz-transition: opacity .5s linear 0.2s;
  transition: opacity .5s linear 0.2s;
  opacity: 1;
}
.gallery ~ h2 {margin-top: 25px;}
.gform_wrapper .field_description_below .gfield_description {
    padding: 16px;
    background: #e5e5e5;
}

/* Buttons */
input[type="submit"].arrow-button, input[type="button"].arrow-button, input[type="reset"].arrow-button {
	height: 30px;
	width: 30px;
	border: 0;
	display: inline-block;
	background: url(images/buttons/arrow-secondary.png) no-repeat center center;
	background-size: 14px auto; }

.button, .learn-more {
	border: 3px solid #133b89;
	color: #133b89;
	padding: 6px 15px;
	clear: both;
	display: inline-block;
	text-decoration: none;  }
.button.gray-button {
  background: #f0e2d9;
  color: #133b89; }
.button:hover {
	background-color: #133b89;
	color: #fff; }

.button-bordered {
	border: 3px solid;
	padding: 15px 30px;
	font-size: 24px;
	color: #fff;
	margin: 30px 0 0 0;
	display: inline-block; }
.button-bordered:hover { color: #000; }

.page-content .half .button {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 15px;
    margin-bottom: 20px;
}

/* table styles */

#content div.table-1 {width: 25%;}
#content div.table-2 {width: 75%;}
#content .table-2 a {
    position: relative; }
#content .table-row.open .table-2 a {
    z-index: 99;
}
#content div.tableWrapper {display: table;border-bottom: 1px solid #7d7d7d;margin:0 auto;}
#content div.table-1, #content div.table-2{ display: table-cell; color: #7d7d7d; padding: 3%; line-height: 1.4em;border-right: 1px solid #7d7d7d;}
#content div.table-1 {font-weight: bold;vertical-align: middle;display: flex; align-items: center;}
#content .table-row.hidden div.table-1 {vertical-align: top;}
.table-row {
    border-left: 1px solid #7d7d7d;
    border-top: 1px solid #7d7d7d;
    overflow: hidden;
    position:relative;
    max-height: 100%;
    display: block;
    width: 100%;
}
.collapse-table {
  border: 1px solid #7d7d7d;
  margin: 25px 0;
}
.collapse-table tr td {
  padding: 25px;
  vertical-align: middle;
}
body #content .collapse-table tr th {
  padding: 25px;
  background: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #133b89;
  letter-spacing: 1px;
}
.collapse-table tr td:last-of-type {
  background: #fff;
  text-align: center;
}
.collapse-table tbody {
  position: relative;
  display: block;
}
.collapse-table tbody.hidden {
  overflow: hidden;
}

a.read-more-table {
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.table-row.hidden a.read-more-table:after, .collapse-table tbody.hidden a.read-more-table:after{content: 'v SHOW MORE v'; }
.table-row a.read-more-table:after, .collapse-table tbody a.read-more-table:after {content: '^ SHOW LESS ^'; }

.table-row {max-height: initial;}

.table-row .overlay {
	position: absolute;
  height: 100%;
  width: 73%;
  top: 0;
  right: 1%;
}
.collapse-table tbody .overlay {
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0%;
}
.collapse-table tbody tr{
  border-bottom: 1px solid #7d7d7d;
}
.collapse-table tbody tr:last-of-type{
  border-bottom: none;
}

.table-row.hidden .overlay, tbody.hidden .overlay{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#content table tr th{
	background: #133b89;
	color: #fff;
	font-weight: bold;
	padding: 10px; }
#content table tr:nth-child(even) {
    background: #eaeaea;
}
#content table tr td {
    padding: 10px;
}
#content table.shop_table tr th {
    padding: 10px !important;
}
#content table.shop_table tr th.product-subtotal, #content table.shop_table tr td.product-subtotal {
    display: none;
}
button.button.alt.addify_checkout_place_quote {
    background: #133b89;
}
.addify-quote-form.template_two .addify-option-field input[type="file"] {
    font-size: 12px;
    padding: 12px;
    width: 100%;
}
.af-request-a-quote.pagination
 {
    margin: 10px 0;
}
#content table.package {
  width: 100%;
  margin-bottom: 19px;}
#content table.package tr:nth-child(even){
  background: #fafafa;}
#content table.package tr.total {background: #eee;border: 1px solid;}
#content table.package td {padding: 10px;}
@media (max-width: 480px) {
	#content div.table-1, #content div.table-2 {
		display: block;
		width: 100%; }
	.table-row .overlay {width: 98%;}
	#content div.table-1 {text-align: center; border-bottom:1px solid #7d7d7d; }
	#content .table-row.hidden div.table-1 {padding: 3%;}
}
@media (min-width: 480px) {
  .table-row {display: flex;}
}

/* =2. Header
-------------------------------------------------------------- */
/* Global Header */

#masthead {
    width: 30%;
    display: inline-block;
    margin-bottom: 30px;
}

#masthead .logo {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    background-image: url(images/logo.png.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }

@media (min-width: 1025px) {
	#masthead .logo {margin-top: -15px;}
}

#masthead .logo a {
	width: 100%;
	display: block; }

#masthead .logo a {
	height: 0px;
	padding-bottom: 27.2%;
}

header.global {
	z-index: 9997;
	position: relative;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	padding: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }

header.global #site-navigation {
	display: block; }

.header-image {position: relative;}

.header-image img {
    width: 100%;
}
.image-header {
  height: 0;
  width: 100%;
  padding-bottom: 29%;
  background-size: cover;
}

.header-image .container {
	padding: 45px 0;
	text-shadow: 0px 0px 0px;
}

ul#logos {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;}

#logos img {
	margin-top: 10px;
	margin-left: 10px;
    vertical-align: middle;
}

.header-blue {background: #fff;padding: clamp(25px, 3vw, 45px); text-align:center;max-width: 1200px;margin: 0 auto;}
.header-blue h1.page-title {color: #133b89;padding-bottom: 0px;text-shadow:0px 0px 0px #01204F;}
body .header-image .header-blue h1.page-title {position: relative;}

@media (min-width: 500px) and (max-width: 1025px) {
	#masthead .logo, #masthead .logo a {
	height: 136px;
	padding-bottom: 0%; }
}

@media (max-width: 1025px) {
	header.global .navigation-container {
		width: 100%;
		display: block;
		text-align: center; }
	ul#logos {display: none;}
}

@media (max-width: 1025px) {
	#masthead { width: 100%;margin: 15px auto; float: none; }
	#masthead .logo { background-position: top center; }
	header.global { padding: 0; }
}

@media (max-width: 700px) {
	.header-image h1.page-title {top: calc(50% - 40px);}
}

/* 3. Columns Grids and Layouts */


.wrapper{
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 0 110px 0; }

.container {
	max-width: 1260px;
	margin: 0 auto; }

.smaller.container {max-width: 900px;}
.page-template-full-width-product #primary {width: 100%;}
.flex-container {
  display: flex;
  flex-wrap: wrap;}
.flex-between {
  justify-content: space-between;
  align-items: center;}
@media(max-width: 767px) {
  .flex-between {
    justify-content: center;
    align-items: center;}
}
@media (max-width: 1025px) {
	header .container {padding: 0;}
  .entry-summary .one_third {margin-top: 15px;}
	#call-to-action ul.top-section li a{color: #fff; font-size: 13px;}
}
@media (max-width: 1300px) {
	.wrapper, .container {width: 90%;}
  .wrapper .container,
  header .container {width: 100%;}
  .left-content, div.video {
    width: 95%;
    margin: 0 auto;
    padding: 0 1%;}
}

.container.small { max-width: 960px; }
.flex > * {display: inline-block;}
.flex {text-align: center;}
ul.top-section {
    background: #133b89;
    padding: 10px calc(100vw - 1450px) 10px 0px;
    position: relative;
    text-align: center;
    position: relative;
    text-align: center;
}

ul.top-section:before {
    content: " ";
    border-style: solid;
    border-width: 0px 62px 42px 0px;
    border-color: transparent #133B89 transparent transparent;
    position: absolute;
    left: -62px;
    top: 0px;
}

ul.top-section li {
    display: inline-block;
    padding: 0 10px;
}

ul.top-section li span, ul.top-section li img {
    display: inline-block;
    vertical-align: middle;
}
ul.top-section li span {padding-left: 7px;}

ul.top-section li a{color: #fff; font-size: 17px;}

ul.top-section li.phone{border-right: 2px solid #fff;}

@media screen and (min-width: 1025px) {
	#call-to-action {
		float: none;
		text-align: right;
		padding: 0;
		margin: 0px auto 10px; }
	ul.top-section {display: inline-block;}

	#call-to-action ul.menu li{ float: right; margin: 0 15px; }
	#call-to-action ul.menu li a{ font-size: 16px; color: #939598; }
	#logo {
		text-align: left;
		float: left;
		margin: 0;
		width: 45%; }
	}

@media screen and (min-width: 767px) {
  .flex-container {
    display: flex;
    flex-wrap: wrap;}
	.site { margin: 0 auto; overflow: hidden; }
	.site-content { float: left; width: 75%; padding-right: 5%;}
	.widget-area { float: right; width: 22.5%; }

	.contact-content { float: left; width: 55%; }
	.contact-widget-area { float: right; width: 35%; }

	.blog #primary, .single #primary, .category #primary {border-right: 1px solid #b9b9b9; }
	.single.equipment-template-default #primary, .single #primary.contact-content {border-right: 0;}
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content, body.template-front-page .page-content, body.single-attachment .page-content, body.full-width .page-content {
		width: 100%; }
}

@media screen and (max-width: 767px) {
	.widget-area {
		padding: 0 25px;
		width: 100%; }

	body #secondary {
		padding: 0;
		width: 100%;
		margin: 0 auto;
		max-width: 300px;
		text-align: center; }
}

/* Tables */
.table-wrapper {
	overflow-y: hidden;
    overflow: auto;
}
.table-container {
  max-height: 600px;
  overflow: scroll;
}

.table-wrapper tr:nth-child(even) {
    margin-bottom: 5px;
    background: #eaeaea;
}

.table-wrapper th {vertical-align: middle;}

.table-wrapper td {
    padding: 10px;
    vertical-align: middle;
    line-height: 1.5;
    min-width: 175px;
}

.table-wrapper td:first-child {
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #133b89;
}

/* ------- Layout Grid Columns ------- */
.half{ width:48%; }
.one_third{ width:30.6666%; }
.two_thirds{ width:65.3333%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16%; }
.two_fifth{ width:36%; }
.three_fifth{ width:60%; }
.four_fifth{ width:80%; }
.one_sixth{ width:15%; }
.five_sixth{ width:83%; }
.half,.one_third,.two_thirds,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ line-height: 1.5;position:relative; box-sizing: border-box; margin-right: 4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

@media (max-width: 1025px){
	.half, .one_third, .two_thirds{ width: 100%;margin: 0 auto;}
	body .one_fourth, body .one_fifth{ width: 48%; margin-right: 2%;}
}

@media (max-width: 767px){
	body #page .one_fourth, .three_fourth, body #page .one_fifth{ width: 100%;margin: 0 auto;}
}

.one_fourth img, .two_third img, .one_third img, .half img  { max-width: 100%; text-align: center; }
.half .entry-content{ margin-bottom: 25px; }
body #content .half h3, .half p{margin: 0 0 1em 0;}
.half p:last-child {margin: 0;}

/* Dividers & Elements */

.divider {
	margin: 50px auto;
	display: block;
	height: 2px;
	background-color: #133b89; }

/* 4. Sidebar */

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	word-wrap: break-word; }

.widget-area .widget h3 {
	margin-bottom: 24px;
	font-weight: normal;
	font-size: 30px; }

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 15px;
	line-height: 1.7; }

.widget-area .widget p { margin-bottom: 24px; }
.widget-area .textwidget ul { list-style: disc outside; margin: 0 0 24px; }
.widget-area .textwidget li { margin-left: 36px; }
.widget-area #s { width: 53.66666666666%;
  /* define a width to avoid dropping a wider submit button */ }
.widget-area .widget ul ul { margin-left: 12px; }

/* =Prefooter
-------------------------------------------------------------- */

#prefooter{
	background-image: url('images/mission-background.jpg.webp');
	background-position: top center;
	padding: 100px 0; }
#prefooter a{
	padding: 15px 30px;
	border:2px solid #133b89;
	font-weight: bold;
	margin-top: 11px; }

#prefooter h2{
	padding: 0; }
#prefooter h2.gform_submission_error {
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
}
#prefooter p {
	color: #585858;
	font-size: 18px;
}

.page-template-contact-page #prefooter {display: none;}

@media (max-width: 1025px) {
  .consultation-widget {padding: 0 2%}
}

/* =Footer
-------------------------------------------------------------- */

footer.global {
	background-image: url('images/footer-background.jpg.webp');
	background-position: top center;
  background-size: cover;
	color: #fff;
	width: 100%;
	padding-bottom: 150px;
	clear: both;
	box-sizing: border-box; }

div#footer-top-bar {
    text-align: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.footer-logo {
  width: 400px;
    height: 133px;
    max-width: 100%;
    display: inline-block;
    background-image: url(images/logo-white.png.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle; }

.footer-logo a {
	width: 100%;
	height: 100%;
	display: block; }

.footer-container {clear: both;}

@media (max-width: 1025px) {
	footer.global {text-align: center;}
	.footer-logo, .footer-logo a {
		float: none;
		margin: 0 auto;
	}
	div#footer-top-bar {
    	padding-top: 0px; }

	.footer-right, .footer-widget .textalign-right {text-align: center;}
}

.footer-logos img {
    display: inline-block;
    margin: 1%;
    vertical-align: middle;
}
.footer-logos .social img {max-width: 50px;}

@media (min-width: 1025px) {
	.footer-right {text-align: right;}
	footer .info .one_third.last {text-align: right;}
  .footer-logos {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 410px);
    text-align: right;}
}

.footer-right img {
    max-height: 80px;
    padding: 15px;
}

footer h3.widget-title {
	font-size: 2em;
	font-weight: normal;
	color: #fff;
	padding-bottom: 20px; }

footer p {font-size: 16px;}
footer .copyright p{
    font-size: 15px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300;
}
footer .copyright p span.copyright-links {display: block;}

footer div.social-container {
	margin-top: 20px;
	clear: both; }

footer.global ul.social {
	display: table-cell;
	padding-top: 6px;
	width: 200px;
}

footer ul.social li {
	display: inline-block;
	position: relative;
}

footer a{color: #93a9d7; }
footer a:hover{color: #fff; }
footer .logos{text-align: center;}
footer .logos, footer .copyright {padding: 30px 0;}
footer .logos, footer .info {border-bottom: 1px solid #fff;}
footer .logos img {padding: 0.6vw;display: inline-block;vertical-align: middle;}

@media(min-width: 1025px) {
  footer .copyright p{letter-spacing: 5px;}
  footer .copyright p span.copyright-links {display: inline-block;}
}

/* Home Page Styles */

section { padding: 75px 0; }
section.extra-padding { padding: 150px 0; }
.top-banner {position: relative; }
.top-banner p {margin: 0;}
.top-banner:hover {cursor: pointer;}
.top-banner a {display: block;}
.top-banner img {width: 100%;}
#content h2.bucket-header, #testimonials h2.bucket-header{
    font-size: 65px;
    padding: 0 0 70px 0;
    color: #133b89;
    max-width: 640px;
    margin: 0 auto;
}

#prefooter h2{
	  font-size: 65px;
	   color: #133b89;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 767px) {
	#content h2.bucket-header, #prefooter h2, #testimonials h2.bucket-header{font-size: 35px; }
	#content h2.bucket-header, #testimonials h2.bucket-header {padding: 0 0 30px 0;}
}

#home-buckets h3 {
    color: #133b89;
	padding: 25px 0;
	font-size: 31px;
	font-family: 'Oswald', Arial, sans-serif;font-weight: 300;
	margin-top: 0;
}
#homeposts{
	background: #eee;
	background-image: url(images/overlay.png.webp);
	background-repeat: no-repeat;
	background-position: center center; }

#mission {
	background: #BBCAE7;
	background-image: url(images/mission-background.jpg.webp);
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
}
#mission .half, .mission-bottom .one_fourth {padding: 2% 0;}

#mission .mission-bottom h3 {font-size: 62px;font-family: 'Oswald', Arial, sans-serif;font-weight: 300;}

#mission .mission-bottom h3, #mission strong, #mission a {color: #133b89;}
#mission strong {margin-top: 1em;}
#mission a {text-decoration: underline;}
#mission p.icon-text {font-size: 21px;line-height: 1em;}

section#testimonials {padding: 75px 0 125px;}
section#testimonials .container{ position: relative;}
section#testimonials .bx-wrapper .bx-pager {bottom: -15px;}

.testimonial-text, .testimonial-text p {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    margin: 0;
}

.testimonial {
    max-width: 75%;
    margin: 0 auto;
}

.source h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 20px 0;
}

.testimonial-text h4 {
	font-size: 20px;
	font-weight: 700;
	font-style: initial;
	margin: 0;
}

.attribution {padding: 5px 0;font-family: 'Oswald', Arial, sans-serif; color: #717174;}
.attribution .testimonial-name {font-weight: 600;font-size: 24px;}
.attribution .testimonial-title {font-family: 'Oswald';}
.testimonial-name, .testimonial-title {font-style: normal;display: inline-block;}
.testimonial-title {font-size: 18px;}

.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 50px 0px #C9C9C9;
    border-radius: 2px;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div.left-quote, div.right-quote {display: none;}
section#testimonials .one_fourth, section#testimonials .three_fourth {width: 100%;padding: 2% 0;}
section#testimonials .one_fourth {max-width: 300px; margin: 0 auto;float: none;}

@media (min-width: 1025px) {
	.testimonial-text, .testimonial-text p {font-size:22px; line-height: 1.6;}
	section#testimonials .one_fourth {
		width: 23%;
    	float: left;
    	margin-right: 2%;}
	section#testimonials .three_fourth {width: 75%;}
	}
@media (min-width: 767px) {
	div.left-quote {left: 10px;}
	div.right-quote {right: 10px;}
	div.left-quote, div.right-quote {
		display: block;
    	position: absolute;
    	z-index: 15;
    	font-size: 200px;
    	font-weight: bold;
    	font-family: Oswald, Arial, sans-serif;
    	color: #143b86;
    	width: 85px;}
}

@media (max-width: 1025px) {
h2.bucket-header {
    font-size: 40px;
    padding: 0 0 40px 0;
    margin-bottom: 0;
    color: #133b89; }
#content h3 {margin-top: 0px;}
section#home-buckets, section#mission, section#testimonials {padding: 20px 0 40px;}
#home-buckets .one_third {width: 30.6666%;margin-right: 4%;}
#home-buckets .one_third.last {margin-right: 0 !important;}
#home-buckets h3, #mission .mission-bottom h3 {
	font-size: 24px;
    padding: 0 0 10px 0; }
#mission .one_third {width: 33%;}
}

@media (max-width: 767px) {
  #home-buckets .one_third {width: 48%;}
  #home-buckets .one_third.last {margin-right: 4% !important;}
  #home-buckets .one_third:nth-child(odd) {margin-right: 0 !important;}
  #home-buckets .one_third:nth-child(even) {clear: both;margin-right: 4%;}
  #home-buckets h3, #mission .mission-bottom h3 {font-size: 20px; padding: 0 0 10px 0;}
}

/* Product Pages */
span.onsale {display: none;}

/* =pagination styles
-------------------------------------------------------------- */

.navigation li { display: inline-block; }
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	color: #000;
	text-decoration:none; }

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	background-color: #f2f1f1;
	cursor: pointer;
	padding: 8px 12px; }
.navigation li a:hover, .navigation li.active a { background-color: #133b89; color: #fff;}


/* =slider styles
-------------------------------------------------------------- */

.slideshow {
	position: relative;
	color: #fff;
	padding: 0; }

.slideshow h1{
	width: 100%;
	background: #133b89;
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	padding: 10px; }

.slideshow img{ width: 100%; display: block; }
.slideshow .bx-wrapper .bx-viewport { border: 0; box-shadow: none; }
.slideshow a { color: #fff; }

.slideshow .slide .slidecaption{
	position: absolute;
	bottom: 0;
	width: 100%; }

.slideshow .slide .entry p{
	font-size: 16px;
	color: #133b89;
	text-align: left; }

.slideshow .slide {
	background-size: cover;
	background-position: top center;
	height: 0px;
	width: 100%;
	text-align: center;
	display: table;
	padding-bottom: 37.5%; }

.slideshow .slide p {
	font-size: 22px;
	max-width: 800px;
	margin: 0 auto 30px auto;
	line-height: 1.6; }

.entry-image-container {
    position: relative;}

section.related-content {padding: 40px 0 0 0;max-width: 900px;margin: 0 auto;}
section.related-content h3 {margin-bottom: 5px;}
section.related-content p {margin: 0 0 1em 0;}
.related-content h2 {
    margin: 20px;
    font-size: 36px;
}
body #content .related-content h3 {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 300;
	margin-top: 10px;
    font-size: 24px;
}

.page-template-default section.related-content {
    padding: 0;
    border-top: 1px solid #eaeaea;
}

.quote-content {
    position: relative;
}

.back-to-top {
 	background: none;
    margin: 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 50px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #133b89;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 0px; }

.back-to-top i {
	border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    box-sizing: border-box;}

#subheader {
	background: #133b89;
    text-align: center;
    padding: 20px 0 18px; }
#subheader p {
    font-family: 'Oswald';
    font-size: 23px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

#subheader img {
	max-width: 35px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;}

#subheader a {
	color: #fff;
}

#subheader a:after {
	/* content: url(images/order-arrow.png); */
	vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}
@media (max-width: 1025px){
  #subheader {padding: 20px;}
}

@media (max-width: 767px){
section, section#testimonials, #prefooter {padding: 35px 0;}
}

@media (max-width: 480px) {
	#subheader a {display: block;}
}

video {
   width:100%;
   max-width:1920px;
   height:auto; }
body #content ul li.grayback, .grayback {
  margin: 0;
  background: #e5e5e5;
  padding: 2%;}
.ginput_container.ginput_container_textarea {margin-top: 10px;}
    p.gform_required_legend {
        display: none;
    }
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {max-width: 100% !important;}
.gform_wrapper .optin.field_description_below span.desc {
    padding-top: 0px;
    font-weight: normal;
    font-size: 16px;
    font-style: italic;
}
@media(min-width: 767px) {
.gform_wrapper.gravity-theme .gfield.nolabel.thirds {
    grid-column: span 4;
    width: 100%; }
}
fieldset.gfield .gfield_checkbox .gchoice {
  position: relative;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
body .gform_wrapper.gravity-theme fieldset.gfield .gfield_checkbox .gchoice .gfield-choice-input {
  margin-top: 5px;}
body .gform_wrapper.gravity-theme fieldset.gfield .gfield_checkbox .gchoice .gfield-choice-input,
body .gform_wrapper.gravity-theme fieldset.gfield .gfield_checkbox .gchoice .gfield-choice-input+label {
  vertical-align: top;
}
.gf_list_inline .gfield_checkbox li, .gf_list_inline .gfield_radio li {margin-right: 25px !important;}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 2px !important;}
.gform_wrapper .top_label .gfield_label:empty {display: none;}
.gfield.optin {
    font-size: 25px;
    font-weight: bold;}
.gform_wrapper .top_label li.optin > div.ginput_container > ul.gfield_checkbox {
  width: auto;
  display: inline-block;
  background: #133b89;
  padding: 1% 2%;
  color: #fff;
  border-radius: 4px;}
body .gform_wrapper li.optin ul.gfield_checkbox li input[type=checkbox] {
  -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 20px!important;
    height: 20px;
    position: relative;
    background: #fff;
}
body .gform_wrapper li.optin ul.gfield_checkbox li input[type=checkbox]:checked {
    background: #fff;
}

body .gform_wrapper li.optin ul.gfield_checkbox li input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -1px;
    color: #133b89;
    font-family: dashicons;
    font-size: 22px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    z-index: 0;
}
body .gform_wrapper li.optin ul.gfield_checkbox li input[type=checkbox]:checked:before {
    content: "\f147";
}
#content .gform_wrapper .top_label li.optin > div.ginput_container > ul.gfield_checkbox li{
  line-height: 1.2;
margin-bottom: 0;}
#content .gform_wrapper .top_label li.optin > div.ginput_container > ul.gfield_checkbox li label{
  line-height: 1.2;
}
.toggle_title {cursor: pointer;}
.toggle_content {padding: 0 2% 2%;}

.page-template-faq-page h3.faq-title {
    margin-bottom: 0px;
    padding: 2%;
    line-height: 1.2;
    color: #133b89;
    font-size: 20px;
}

.page-template-faq-page article.faq {
    border: 1px solid #8DAADB;
    margin-bottom: 5px;
    background: #eaeaea;
}

.faq-right {
    width: 85%;
    margin-left: 1%;
}

.faq-left, .faq-right {
    display: inline-block;
    vertical-align: middle;
}

.faq-left {
    width: 30px;
    padding-left: 2%;
}

.faq-left:before {
	content: '+';
	font-size: 3em;
    display: inline-block;
    line-height: 30px;
    color: #133b89;
}
.toggle_active .faq-left::before  {content: '-';}

.videoWrapper {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 15;
}

.overlay.moz-hide {
	-moz-transform: scale(0,0);
}

.overlay.show .playpause {
    top: 35.5%;
    position: absolute;
    left: 42.5%;
    width: 15%;
    height: 0px;
    padding-bottom: 15%;
    background-image: url(images/playpause.png.webp);
    color: #fff;
    background-size: contain;
}

.videoWrapper video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}
.videoWrapper .wp-video {
  width: 100% !important;
}
.video-wrapper{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0;
}

span#extensions_message {
    display: none;
}

.ginput_container.ginput_container_fileupload input {
    font-size: 15px;
    padding: 10px;
}

.page-template-contact-page .entry-content {
    padding-bottom: 25px;
}

.repair-menu ul li a{
	font-size: 24px;
	margin-bottom: 20px;
}

#content .repair-menu ul li{
	list-style: none;
	margin-left: 0;
}

#content .repair-menu ul li:before{
	content:'';
	left:0;
}

.repair-menu ul ul li a{
	font-size: 18px;
}

.repair-menu ul ul {
	margin-top: 10px;
}

#content .repair-menu ul ul li{
	list-style: disc;
	margin-left:25px;
}

/* Woocommerce */
body:not(.logged-in) aside.widget_shopping_cart {
    display: none;
}
#secondary hr {
  margin: 20px 0;
  width: 150px;
}
#primary #content .woocommerce ul li, #primary #content .woocommerce ol li, #main #content .related ul.products li{
  margin: 0;
}
#content .woocommerce ul li:before, #content .woocommerce #payment ul li:before, #content .woocommerce-tabs ul li:before, .related .products li:before {
  display: none;
}
#payment label {
    display: none;
}
#content #add_payment_method #payment, #content .woocommerce-cart #payment, #content .woocommerce-checkout #payment {
  background: #fff;
}
#content #add_payment_method #payment ul.payment_methods, #content .woocommerce-cart #payment ul.payment_methods, #content .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0px solid transparent;
}
#content #add_payment_method #payment div.payment_box, #content .woocommerce-cart #payment div.payment_box, #content .woocommerce-checkout #payment div.payment_box,
#content #add_payment_method #payment div.form-row, #content .woocommerce-cart #payment div.form-row, #content .woocommerce-checkout #payment div.form-row {
  background: transparent;
  padding: 0;
}
#content #add_payment_method #payment div.payment_box input.input-text, #content #add_payment_method #payment div.payment_box textarea, #content .woocommerce-cart #payment div.payment_box input.input-text, #content .woocommerce-cart #payment div.payment_box textarea, #content .woocommerce-checkout #payment div.payment_box input.input-text, #content .woocommerce-checkout #payment div.payment_box textarea {
  border: 1px solid #000;
}
#content #add_payment_method #payment div.payment_box:before, #content .woocommerce-cart #payment div.payment_box::before, #content .woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
#primary #content ul.products.columns-3, .related .products.columns-3,
#primary #content ul.products.columns-4, .related .products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#primary #content .woocommerce ul.products::before {
  content: '';
  display: none;
  width: 0%;
  height: 0;
}
#primary #content .columns-4 .woocommerce-product-search {
  display: flex;
  float: right;
}
#primary .woocommerce .woocommerce-result-count, #primary .woocommerce-page .woocommerce-result-count {
    clear: both;
    display: none;
}
#primary #content .columns-4 .woocommerce-product-search .search-field {
  border: 3px solid #133b89;
}
#primary #content .columns-4 ul.products li.product p{
  margin-top: 0;
}
#primary #content .woocommerce ul.products {
  clear: both;
  padding-top: clamp(15px, 5vw, 30px);
}
div.product_meta {margin: 1em 0;}
p.price {margin: 0;}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding: 1em 0;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge,
.wc-block-cart-item__product .wc-block-components-sale-badge {display: none;}
#primary #content .columns-4 .woocommerce-product-search button[type="submit"],
#primary #content .woocommerce ul.products li.product .button,
section.related.products .button, .woocommerce .button,
.woocommerce .entry-summary .button, .woocommerce-page .button,
.woocommerce-cart #primary #content li.wc-block-grid__product .add_to_cart_button,
button#plark_order,
 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	border: 3px solid #133b89;
  border-radius: 3px;
	background-color: #133b89;
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
	clear: both;
  cursor: pointer;
	display: inline-block;
	text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 6px 20px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;}
 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button  {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
 }
 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #fefefe;
  color: #133b89;
 }
.woocommerce .entry-summary .woocommerce-tabs.wc-tabs-wrapper {
    padding: 5% 5% 0 5%;
    margin-top: 5%;
    background: #fafafa;
}
#primary #content .woocommerce ul.products li.product .button.gray-button,
section.related.products .button.gray-button,
.woocommerce-cart #primary #content li.wc-block-grid__product .add_to_cart_button:hover{
  background-color: #FBFBFB;
  color: #133b89;
}
.woocommerce .related ul.products li.product .button {
    margin: 0 0 10px 0;
}
.woocommerce div.product form.cart .button {
    background-color: #133b89;
    float: none;}
h2.woocommerce-loop-product__title {
    text-transform: uppercase;
}
p.p-description {
    font-size: 12px;
}
#primary #content .woocommerce ul.products li.product .button.gray-button:hover {
  background-color: #e9e9e9;
}
#primary #content .columns-4 .woocommerce-product-search button[type="submit"]{
    border-width: 3px 3px 3px 0;}
#primary #content .woocommerce ul.products li.product .button {border-width: 3px;}
#primary #content .columns-4 .woocommerce-product-search button[type="submit"] {padding: 3px 15px;}
#primary #content .woocommerce ul.products li.product .button {padding: 6px 15px;font-size: clamp(12px, 2vw, 15px); margin: 5px !important;}
#primary #content .columns-4 .woocommerce-product-search button[type="submit"]:hover,
#primary #content .woocommerce ul.products li.product .button:hover {
	color: #133b89;
	background-color: #fefefe; }

#primary #content ul.products li.product {
  margin: 0 0 2% 0;
}
.woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value {
  padding: 10px;
}
.single-product.woocommerce div.product form.cart div.quantity {display: none;}
.product_meta span.posted_in {
  display: block;
}
section.related.products {clear: both;}
.woocommerce-page .woocommerce div.product .woocommerce-tabs ul.tabs,
body:not(.logged-in) .entry-summary .price {display: none;}
.search-filter-query { visibility: collapse;}
.search-filter-query div, .search-filter-query ul, .search-filter-query p {
  visibility: visible;
}
.search-filter-query a.woocommerce-LoopProduct-link p {
  margin: 0 0 .5em 0;
}
.searchbar {margin-bottom: 15px;}
.searchbar .search-filter-field--type-search,
.searchbar input[type="search"] {
  flex-basis: 65%;
}
.searchbar .woocommerce-product-search {
  display:flex;
  width: 100%;
}
aside.gform_login_widget {
    border: 1px solid #eaeaea;
    padding: 5%;
    margin: 30px 0;
}
aside.gform_login_widget h3 {font-size: clamp(18px, 2vw, 24px);font-weight: 500;}
aside.gform_login_widget .gf_login_links a {
  font-size: 14px;
  line-height: 1.5;
}
.searchbar .search-filter-field--type-search .search-filter-field__input {
  width: 100%;
  border-radius: 0;
  border: 3px solid #133b89;
}
.searchbar input[type="search"] {
  background: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  color: #000;
  border-radius: 0;
  border: 3px solid #133b89;
}
.searchbar .search-filter-field--type-control,
.searchbar button[type="submit"] {
  flex-basis: 35%;
}
button.search-filter-input-button.search-filter-field__input, #secondary .woocommerce-mini-cart__buttons .button, .searchbar button[type="submit"]{
  background-color: #133b89;
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  clear: both;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    margin: 0;
    padding: 13.75px 20px;
    border: 0px solid transparent;
    border-radius: 0;
}
#secondary .woocommerce-mini-cart__buttons .button ~ .button {
  margin-left: 10px;
}
@media(min-width: 767px){
  #primary #content ul.products.columns-4 .woocommerse-product-search {
    float: right;
  }
  #primary #content .columns-4.woocommerce ul.products li.product, #primary #content ul.products li.product {flex-basis: 23%;float: none; }
  #primary #content .columns-3.woocommerce ul.products li.product {flex-basis: 30.6666%;float: none; }
}

/* Woo Cart Page */
.woocommerce-cart #primary #content li.wc-block-grid__product {
    margin: 0;
    text-align: left;
}
.woocommerce-cart #primary #content li.wc-block-grid__product .wc-block-grid__product-title,
.woocommerce ul.cart_list li a:not(.remove), .woocommerce ul.product_list_widget li a:not(.remove){
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding: .5em 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: auto;
  font-weight: 400;
  right: 0;}
.left-content .widget_shopping_cart li:hover a:before {display: none;}
.woocommerce-cart #primary #content li.wc-block-grid__product .wc-block-grid__product-onsale {
  display: none;
}
.woocommerce-cart #primary #content li.wc-block-grid__product div.wc-block-grid__product-add-to-cart {display: inline-block;}

/* EndoCart */
span.normal-text {font-weight: 300;}
span.smaller-text {font-size: 16px;}
#content .gform_wrapper .fourths .gfield_checkbox .gchoice {width: 23%;
    vertical-align: top;
    margin: 0 2% 2% 0;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #e4e4e4;}
#content .gform_wrapper .one_third li.gf_list_3col .gfield_checkbox li {width: 100%;}
#content .gform_wrapper .nolabel label.gfield_label {display: none;}
#primary-cart .gform_wrapper .gfield:not(.consent) .gfield_checkbox input.gfield-choice-input, .gform_wrapper .thirds .gfield_checkbox input {position: absolute;}
body .gform_wrapper .gf_list_3col.thirds-text .gfield_checkbox input {position: relative;bottom: 4px;}
.gform_wrapper li.fourths .gfield_checkbox .gchoice input{position: absolute;}
.gform_wrapper.accessories_wrapper .gfield.gf_list_3col .gfield_checkbox img{padding: 2%;}
.gform_wrapper .thirds .gfield_checkbox h4, .gform_wrapper .gf_list_3col .gfield_checkbox h4, .gform_wrapper .fourths .gfield_checkbox h4 {margin: 0 0 0 25px;color: #000;font-size: 17px;}
.gform_wrapper.accessories_wrapper .gf_list_2col .gfield_checkbox h4,
.gform_wrapper.accessories_wrapper .gf_list_3col .gfield_checkbox h4,
.gform_wrapper.accessories_wrapper .thirds .gfield_checkbox h4,
.gform_wrapper.accessories_wrapper .fourths .gfield_checkbox h4 {
  font-size: 17px;
  font-weight: normal;
  color: #133b89;
  margin: 0 0 10px 0px;}
.gform_wrapper.accessories_wrapper .gfield_checkbox h4 span.gray {font-size: 15px;}
.gform_wrapper.accessories_wrapper p {font-size: 11px; margin-left: 0px;}
.gform_wrapper.accessories_wrapper .buttonized .gfield_checkbox {
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;}
.gform_wrapper.accessories_wrapper .buttonized .gfield_checkbox li {position: relative;}
.gform_wrapper .endocart .gfield_checkbox label {font-size: 17px; color: #000;}
#primary-cart .gform_review_page table, #primary-cart .gform_review_page table tr, #primary-cart .gform_review_page table td {background: #fff;border-bottom: 0px solid transparent;padding: 15px 0;}
#primary-cart .gform_review_page table td strong, #primary-cart .gform_review_page table td h4{font-family: 'Ubuntu',arial,sans-serif;line-height: 1.3;}
#primary-cart .gform_wrapper .hidden_label select {margin-top: 5px; padding: 15px 20px;}
#primary-cart .gform_wrapper .hidden_label input {
    margin-top: 4px;
}
.gform_wrapper .gchoice label span.small {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.thirds .ginput_container.ginput_container_checkbox,
#primary-cart .gform_wrapper .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
#primary-cart .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {display: none;}
body .gform_wrapper div.gform_body .gform_review_page .gform_fields .gfield.gfield_html table .bulleted, body .gform_wrapper form div.gform_body .gform_review_page .gform_fields .gfield.gfield_html table .bulleted,
body .gform_wrapper div.gform_body .gform_review_page .gform_fields .gfield.gfield_html table .bulleted li, body .gform_wrapper form div.gform_body .gform_review_page .gform_fields .gfield.gfield_html table .bulleted li {
  list-style-type: none!important;
  margin: 12px 0px!important;
}
body .gform_wrapper div.gform_body .gform_review_page .gform_fields l.gfield.gfield_html table .bulleted img {
  width: 200px;
}
#primary-cart .gform_review_page table td font {
    font-size: 15px !important;
    font-family: 'Ubuntu', sans-serif !important;
}
body .gform_wrapper div.gform_body .gform_review_page ul.gform_fields li.gfield.gfield_html table ul.bulleted li::marker {display: none;}
.gsection_description {margin-top: 10px;}
.noradio input {display: none !important;}
#content .gform_wrapper .noradio.gf_list_inline .gfield_radio li {margin: 2px !important;}
#content .gform_wrapper .noradio label.gfield_label {font-weight: 400;font-size: 17px; color: #000;}
li.noradio {border-top: 1px solid #7a7a7a;width: 90%;}
span.gray {color: #7a7a7a;}
#primary-cart .gform_wrapper .gf_step span.gf_step_number{
  font-size: 16px;
    background: transparent;
    border: 0px solid transparent;
	height: auto;
    width: auto;
	display: inline-block;
}
#primary-cart .gform_wrapper.gravity-theme .gf_step_label {
    display: inline-block;
}
#primary-cart .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {color: #fff;}
#primary-cart .gform_wrapper .gf_step.gf_step_pending {opacity: 0.2;}
#primary-cart .gform_wrapper .gf_page_steps {
  margin: 0;
  padding: 0;
  border-bottom: 0px solid transparent;}
#primary-cart .gform_wrapper .gf_step {
  padding: 7px 0px;
  margin: 0;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#primary-cart .gform_wrapper .gf_step.gf_step_active, #primary-cart .gform_wrapper .gf_step.gf_step_completed  {
  background: #133b89;
  color: #fff;
}
#primary-cart .gform_wrapper .gf_step.gf_step_completed {opacity: 0.7;}
@media (min-width: 767px){
  #primary-cart .gform_wrapper .gf_page_steps{
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;}
  form.accessories fieldset.gfield.thirds .gfield_checkbox .gchoice {
    flex-basis: 30%;
}
}
body .gform_wrapper ul li.field_description_below.noradio div.ginput_container_radio {margin-top: 0px !important;}
body .gform_wrapper ul li.gfield.noradio {padding-top: 15px;}
body .gform_wrapper ul li.gfield.no_date,
body .gform_wrapper ul li.gfield.no_date .ginput_container_checkbox {margin-top: 0px;}
.noradio label div{border: 1px solid #7a7a7a;}
.noradio input[type="radio"]:checked+label div{border: 3px solid #44d7f2 !important;}
body .gform_wrapper .noradio .gfield_radio li label {margin: 0;}
body .gform_wrapper li.gf_list_inline.noradio ul.gfield_radio li {display: inline-block;}
body #content .endocart h2 {margin: 0;line-height: 1.2;}
body #content .endocart hr {margin: 20px 0px;}
.pdf{
	display: inline-block;
    padding-left: 26px;
    background-image: url(images/pdf.png.webp);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 28px;
    line-height: 1;
    margin-top: 5px;
    background-size: 18px 22px;
    font-size: 14px;
    text-decoration: underline;
    padding-top: 3px;
	}
  .remove-icon.pdf {
      background: initial;
      padding: 0;
      text-align:center;
  }
  .remove-icon.pdf img {display: inline-block;}
.thumbnail {position: relative;border: 1px solid #eaeaea;margin-top: 5px;}
.thumblink-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 2px 2px 2px #eee;
}
body #content .gform_wrapper .endocart input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body #content .gform_wrapper .accessories input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {padding: 15px 20px;}
.endocart .gform_footer {text-align: center;}
#content ul li.gfield.outofstock {position: relative;}
#content ul li.gfield.outofstock div.ginput_container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255, 0.8);
    z-index: 15;
    color: red;
    text-align: center;
    background-position: center;
    font-size: 24px;
}
#content ul li.gfield.thirds.outofstock div.ginput_container:before {
    content: 'Temporarily Out of Stock';
    padding-top: 50%;
}
.page-template-endocart-full .one_third {
  padding: 20px;}
.page-template-endocart-full .one_third p{font-size: 14px;}
.page-template-endocart-full #content .one_third h4 {margin: 15px 0;font-size: 20px;}
#primary-cart table {width: 100%;margin-top: 25px;}
#primary-cart table th {text-align: center;}
#primary-cart table td {font-size: 15px;padding: 15px;vertical-align: middle;line-height: 1.5;}
#primary-cart table td.image {max-width: 150px;}
#primary-cart tr:nth-child(even) {background: #fafafa;border-top: 1px solid #7d7d7d;border-bottom: 1px solid #7d7d7d;}
.extra-content {margin-top: 45px;}
@media (min-width: 1025px) {
	#content .gform_wrapper li.gf_list_3col.thirds-text .gfield_checkbox li {
    	width: 21%;
    	vertical-align: top;
    	margin: 0 6% 2% 6% !important;
    	padding: 2% 2% 5px 2% !important;
    	position: relative;
    	display: inline-block;
    	border-bottom: 1px solid #e4e4e4; }
}
@media (max-width: 1025px) {
	#content .gform_wrapper .fourths .gfield_checkbox .gchoice {width: 48%;text-align: center;}
	#content .gform_wrapper .gf_list_3col .gfield_checkbox .gchoice {width: 100%;text-align: center;}
}
@media (max-width: 767px) {
	#content .gform_wrapper .fourths .gfield_checkbox .gchoice {width: 100%;text-align: center;}
}
body #content .gform_wrapper .endocart ::placeholder {color: #999;}

body #primary h3.equipment-title, body #primary-cart h3.equipment-title {
	color: #505050;
    font-size: 24px;
    margin: 10px 0;
    font-weight: normal;
    line-height: 1.2;}
.equipment-button a {text-decoration: underline;}
.left-content {clear: both;}
.left-content.menu-content li {
  line-height: 1.5;
  position: relative;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;}
body:not(.woocommerce) .left-content li:hover a:before{
  position: absolute;
  left: -25px;
  content: '▶';}
.left-content .woocommerce a.remove {line-height: 0.88;}
.right-content #content .one_fourth {padding-bottom: 20px;}
@media(min-width: 1025px) {
.left-content {
    width: 24%;
    float: left;
    margin-right: 6%;
    clear: none;}
.right-content {
    width: 70%;
    float: right;
  padding-bottom: 5%;}
.right-content.fullwidth {
    max-width: 70%;
   margin: 0 auto;
  float: none;
}
.right-content #content .one_fourth {width: 21%;}
.right-content #content .one_fourth.textalign-center:nth-child(4n-7) {
    clear: both;
}
}

.navigation {
    padding: 50px 0;
    text-align: center;
    clear: both;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


/* Search and Filter fixes */
#secondary .searchandfilter li, #secondary .searchandfilter ul {display: block;}
#secondary .searchandfilter ul.children {position: relative;}
/* #secondary .searchandfilter input[type="checkbox"] {appearance: none; -moz-appearance: none; -webkit-appearance: none; } */
#secondary .searchandfilter input[type="text"] {margin:20px 0 30px 0;}
#secondary .searchandfilter h4 {font-size: 22px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
  padding: 5px 0;}
#secondary .searchandfilter .children label {font-size: 17px;font-weight: normal;}
#secondary .searchandfilter li.sf-level-0 label {
    position: relative;
    line-height: 1;
    padding: 10px 0;
}

#secondary .sf-field-taxonomy-manufacturer ul li, .left-content.menu-content li{
	    border-top: 1px solid #ddd;
}

#secondary .searchandfilter div > ul > li > ul {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	}
/*
#secondary .searchandfilter .children input[type="checkbox"]:checked:before {
    content: url(images/gray-arrow.png);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
*/
#secondary .searchandfilter div > ul > li > ul > li.cat-item-5 {position: relative; }
#secondary .searchandfilter div > ul > li > ul > li.cat-item-5 > label:after {
    content: '+';
    position: absolute;
    height: 30px;
    width: 30px;
    background: #133b89;
    right: 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    top: 10px;
}
#secondary .searchandfilter div > ul > li > ul > li.cat-item > label.closed-5:after,
#secondary .searchandfilter div > ul > li > ul > li.cat-item > label.closed-6:after {
    content: '-';
    }
/* .cat-item label input {display: none;} */
#secondary .searchandfilter .children .cat-item label input {display: inline-block;}
#secondary .searchandfilter li{padding-right: 0px;border-top: 1px solid #ddd;}

.post-type-archive-equipment .one_fourth:nth-child(odd), .tax-equipment-categories .one_fourth:nth-child(odd){clear: both;}
@media (min-width: 1025px){
  .post-type-archive-equipment .one_fourth, .tax-equipment-categories .one_fourth{margin-right: 3%;}
  .post-type-archive-equipment .one_fourth:nth-child(odd), .tax-equipment-categories .one_fourth:nth-child(odd){clear: none;}
}

/* Quote Form */
.quote .gform_wrapper form {text-align: center;}
.quote .gform_wrapper form .gform_body {text-align: left;}

.quote form.nolabels label.gfield_label, .quote .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none;
}
.quote .gform_wrapper ul li.gfield, .quote ul li {margin: 0 !important;}
#content .quote h3.gform_title {
    font-family: 'Oswald', Arial, sans-serif; font-weight: 300;
    font-weight: 400;
    margin: 20px 0;
    font-size: 35px;
}
.quote .gform_wrapper .gform_footer {
    margin: 0;
    display: inline-block;
}
.quote .gform_wrapper input, .quote .gform_wrapper textarea {background: #eaeaea; border: 1px solid #c9c9c9;}
.quote .gform_wrapper input[type='submit'] {background: #133b89; color: #fff; border: 3px solid #fff;}
.quote .gform_wrapper input[type='submit']:hover {background: #fff; color: #133b89; border: 3px solid #133b89;}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal_wrapper {
    visibility: hidden;
    top: 2% !important;
    left: 0%;
    max-width: 500px;
    width: 100%;
    background: #dedede;
    position: fixed;
    z-index: 9999;
    padding: 0px 20px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    border: 5px solid #133b89;
}

.reveal-modal_wrapper .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 767px){
  .quote .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .quote .gform_legacy_markup_wrapper textarea,.gform_legacy_markup_wrapper ul.gfield_checkbox li label,
  .quote .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    font-size: 3.5vw;}
}

@media(min-width: 767px){
  .quote {
      position: fixed;
      background: #fff;
      z-index: 99999;
      top: 25%;
      width: 500px; }
  .reveal-modal_wrapper {
      visibility: hidden;
      top: 0% !important;
      left: calc(50% - 250px);
      max-width: 500px;
      width: 100%;
      position: absolute;}
}

/* Floating CTA */

.float-cta {
	position: fixed;
	bottom: 45%;
	background: #a70000;
	right: -300px;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 15px 15px 0 0;
	background-repeat: no-repeat;
	box-shadow: -10px 10px 10px rgba(0,0,0,0.1);
	transform: rotate(270deg);
	color: #fff;
	padding: 15px 25px;
	text-align: center;
	width: 500px;
}

.float-cta h3 {font-size: 22px;color: #fff;max-width: calc(100% - 85px);line-height: 1;text-align: left;}
.float-cta h3, .float-cta p{display:inline-block; vertical-align: middle;margin: 0 5px;}
.float-cta a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	}
.float-cta.visible-cta {right: -225px;}

@media (max-width: 1024px){
	.float-cta {
		position: fixed;
		bottom: -300px;
		right: 0px;
		box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
		transform: rotate(0deg);
		width: 100%;
	}
	.float-cta.visible-cta {
		bottom: 0px;
    right: 0px;
    padding: 15px 0;
    border-radius: 0px;
	}
  .back-to-top {bottom: 60px;}
}

/* Popup Maker */
html.js.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0;
}
.pum-content h2 {font-size: 30px;}
.pum-content p {font-size: 16px;}
.pum-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 12px 20px;
  margin-top: 0;}
.pum-content .gform_wrapper.gravity-theme .gform_footer {padding-bottom: 0;margin-top: 0;padding-top: 16px;}
.pum-content.popmake-content:focus-visible,
.pum-content *:focus,
.pum-overlay .pum-content {
	outline: none !important;
}

@media only screen and (min-width: 1024px){
body .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -25%;
    width: 50%;}
}



  /* Buttonize Radio & Checkbox Fields */
.gform_wrapper li.buttonized .gfield_radio li,
.gform_wrapper li.buttonized .gfield_checkbox li {
   text-align: center;
}
.gform_wrapper li.buttonized input[type="radio"],
.gform_wrapper li.buttonized input[type="checkbox"] {
   position: absolute;
   left: -9999px;
}

.gform_wrapper li.buttonized .gfield_checkbox li label {padding-bottom: 60px;}
.gform_wrapper li.buttonized .gfield_radio label,
.gform_wrapper li.buttonized .gfield_checkbox li label:after {
  content: 'Select';
   display: inline-block !important;
   color: #133b89;
   font-size: 18px;
   padding: 5px 30px;
   border: 2px solid #133b89;
   font-weight: 700;
   cursor: pointer;
   margin-bottom: 5px;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
}
.gform_wrapper li.buttonized input[type="checkbox"]:checked+label:after {
  background: #133b89;
  color: #fff;
  content: 'Selected';
}
.gform_wrapper li.buttonized ul.gfield_checkbox li input[type=checkbox]:checked+label {font-weight: normal;}
.gform_wrapper li.buttonized input[type="radio"]:focus+label,
.gform_wrapper li.buttonized input[type="checkbox"]:focus+label {
   border-color: #fff;
}
.gform_wrapper li.buttonized input[type="radio"]:checked+label,
.gform_wrapper li.buttonized input[type="checkbox"]:checked+label {
  border: 1px solid #f1f1f1;
  background-color: #fcfcfc;
  overflow: hidden;
}
.gform_wrapper li.buttonized input[type="radio"]:checked+label::before,
.gform_wrapper li.buttonized input[type="checkbox"]:checked+label::before {
   content: '';
   display: block;
   position: absolute;
   top: -.75em;
   right: -.75em;
   left: auto;
   width: 1.5em;
   height: 1.5em;
   background-color: #133b89;
   border-radius: 0;
   border: 0;
   transform: rotate(45deg);
}
.gform_wrapper li.buttonized .gfield_radio label::before,
.gform_wrapper li.buttonized .gfield_checkbox label::before {
   display: none;
}
#content .gform_wrapper li.fourths.buttonized .gfield_checkbox li {border-bottom: 0px solid transparent;}
@media (min-width: 641px) {
  .gform_wrapper li.gfield.gf_list_2col.buttonized ul.gfield_checkbox li:first-child{margin-right: 2%;}
  .gform_wrapper li.gfield.gf_list_2col.buttonized ul.gfield_checkbox li {width: 49%;}
  .gform_wrapper li.gfield.gf_list_3col.buttonized ul.gfield_checkbox li {width: 31%;margin-right:3%; }
  .gform_wrapper li.gfield.gf_list_3col.buttonized ul.gfield_checkbox li:last-child{margin-right: 0%;}
}

.gfield_checkbox li h4 small{
	display: inline-block;
    font-size: 10px;
    line-height: 10px;
    margin-top: -4px;
    padding-top: 0;
    vertical-align: middle;
}

/* Instrument Form */
div.dataTables_filter {
  padding: 10px;
  z-index: 99;
  float: none;
  display: block;
  position: sticky;
  top: 0;
  background: #fff;
  border: 2px solid #133b89;
}
.gform_body .tablepress td {
  vertical-align: middle;
  padding: 15px 25px;
}
table.dataTable {
  border: 2px solid #133b89;
}
.gform-body .table-container {
  border-bottom: 2px solid #133b89;
}
.gform-body .table-container input.numerical {
  width: 100px;
}
.gform-body .table-container td.column-4 {
  width: 10%;
}
.gform-body .table-container td.column-5,
.gform-body .table-container th.column-5 {
  display: none;
}
.tablepress td img {
  max-width: 150px;
}
.order-summary {
  background: #e5e5e5;
  padding: clamp(20px, 3vw, 40px);
}
.order-summary span.reception-row {
  display: block;
  margin-top: 20px;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
