.mz h1,
.mz h2 {
    font-family: 'Bree Serif'!important;
    color: #004e25!important;
    font-size: 32px!important;
    text-align:center!important;
}

.mz h3 {
    font-family: 'Bree Serif'!important;
    color: #004e25!important;
    font-size: 26px!important;
    text-align:center!important;
}


.mz h4 {
    font-family: 'Bree Serif'!important;
    color: #6F6F6F!important;
    font-size: 16px!important;
    letter-spacing: 1px!important;
    text-transform: uppercase!important;
    text-align:center!important;
    margin-bottom: 0.8rem!important;
}

.mz p {
  font-size: 1rem;
  text-align:left;
}

.mz figure.image {
text-align:center!important;
}

.mz a, .mz a:active, .mz a:hover {
color: #004e25;
text-decoration: none;
}

.mz .text-center a.btn-green {
display: inline-block;
background-color: #004e25;
color: #ffffff;
font-family: 'Ubuntu', sans-serif;
font-size: 0.8em;
text-decoration: none;
padding:12px;
}

.mz .text-center a.btn-green:hover {
background-color: #287355;
}

.mz img {
    max-width: 100%;
    height: auto;
}

.mz .container {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.mz .row {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
  text-align:center!important;
}

.mz .image-caption {
 font-size: 1rem;
 font-style: italic; 
 }

.mz .row>div:first-child {
  padding-left: 15px;
}
.mz .row>div:last-child {
  padding-right: 8px;
}

.mz .frame-space-before-extra-large {
    margin-top: 5em;
}

.mz .frame-indent {
padding-left: 0em;
padding-right: 0em;  
}

.mz .contents {
    background-color: #FFFFFF;
    padding-top: 144px;
    max-width: 1440px;
    margin: 0px auto;
}

.mz .contents:before,
.mz .contents:after {
    content: "";
    display: table;
    clear: both;
}


.mz .productcard-group {
   padding-top: 50px; 
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 50px;
   background-color: #f5f5f5;
}

.mz .flex-title {
  font-size: 1.3rem!important;
  color: #ffffff;
}

.mz .flex-bodytext {
  display: none; 
}
.mz .flex-text {
  top: 5%!important;
  padding: 5px;
  background: rgba(1,70,41,0.5);
}

.mz .tbs-textimage {
  background-color: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
}

.mz .tbs-textimage-image {
    width: 100%;
    text-align: center;
}


.mz .tbs-textimage-text {
  width: 100%;
  text-align: left;

}

.mz .tbs-textimage-text {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;

}

.mz .tbs-textimage-layout-2>.row>div:last-child {
  text-align:right;
}
.mz .image-overlay {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.mz .image-overlay img {
  display: block;
}

.mz .image-overlay svg {
	position: absolute;
	height: 100%;
	display: none;
}

.mz .image-overlay-1 div {
	position: absolute;
	height: 100%;
	min-width: 20%;
	background-color: transparent;
	top: 0px;
	right: -1px;
}

.mz .image-overlay-1 div svg {
	top: 0px;
	right: 0px;
}

.mz .image-overlay-2 div {
	position: absolute;
	height: 100%;
	min-width: 20%;
	background-color: transparent;
	top: 0px;
	left: -1px;
}

.mz .image-overlay-2 div svg {
	top: 0px;
	left: 0%;
}

/*
.mz .image-overlay svg {
  position: absolute;
  max-height: 100%;
    display: none;
}

.mz .image-overlay-1 svg {
  top: 0px;
  right:0px;
  left: 40%;
}

@-moz-document url-prefix() {
.mz .image-overlay-1 svg {
    left: 79.5%;
}
}

@supports (-ms-ime-align:auto) {
.mz .image-overlay-1 svg {
    left: 79.5%;
}
}

.mz .image-overlay-2 svg {
  top: 0px;
  left: -40%;  
}

@-moz-document url-prefix() {
.mz .image-overlay-2 svg {
    left: 0%; 
}
}

@supports (-ms-ime-align:auto) {
.mz .image-overlay-2 svg {
    left: 0%; 
}
}
*/
.mz .tbs-image {
  overflow: hidden;
  padding: 20px;
  text-align: center;
}
.mz .tbs-image a {
  display: inline-block;
}
.mz .letterbar {
  background-color: #004e25;
  padding: 15px;
}

.mz .glossary-letter {
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 50%;
  display: inline-block;
  width:32px;
  height:32px;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  outline: none;
}

.mz .glossary-letter.active,
.mz .glossary-letter:hover
{
  color: #004e25;
  background-color: #FFFFFF;
  text-decoration: none;
}

.mz .glossary-letter.disabled,
.mz .glossary-letter.disabled:hover {
  color: #CCCCCC;
  background-color: transparent;
}

.mz .glossary-entry-list {
  display: none;
}

.mz .tx-tops-glossary {
    display:none;
}

.mz .glossary-entry-list.active {
  display: block;
  margin: 20px;
  padding-bottom: 20px;
}

.mz .shadow-left {
    box-shadow: -20px -20px lightgrey;
    border: solid 2px #ffffff;
    display: block;
    margin-top: 40px;
    margin-left: 20px;
    transition: transform .5s ease;
}

.mz .shadow-right {
    box-shadow: 20px -20px lightgrey;
    border: solid 2px #ffffff;
    margin-top: 40px;
    margin-right: 20px;
    transition: transform .5s ease;
}
.mz .shadow-left:hover, .shadow-right:hover {
    transform: scale(1.30);
}

.mz .morebutton, .mz .morebutton:active, .mz .morebutton:hover {
    display: inline-block;
    background-color: #004e25;
    color: #ffffff;
    font-size: 0.7em;
    padding: 1em;
    border: none;
    text-decoration: none;
}

.mz .productcard-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mz .productcard-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  text-align: center;
  min-width: 300px;
}

.mz .productcard {
  background-color: #ffffff;
  box-shadow: 1px 1px 100px #e9e9e9;
  padding-bottom: 1em;
}

.mz .productcard-link, .mz .productcard-link:hover {
  text-decoration: none;
  color: inherit;
}

.mz .productcard-caption {
  font-weight: bold;
  font-size: 0.9em;
  height: 2em;
  line-height: 1.5em;
  text-align: center;
  margin: 1em;
}

.mz .frame-default {
  padding-left: 0px;
  padding-right: 0px;
}

.mz .frame-space-before-extra-small,
.mz .frame-space-before-small,
.mz .frame-space-before-medium,
.mz .frame-space-before-large,
.mz .frame-space-before-extra-large {
margin-top: 0.5em;
}

.mz .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.mz .embed-responsive::before {
    display: block;
    content: "";
}

.mz .embed-responsive.embed-responsive-16by9, .embed-responsive iframe {
    min-height: 290px;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.mz .embed-responsive-16by9::before {
    padding-top: 0 !important;
}

.mz .slavleeYouTube-iframe {
  border: solid 1px #cfcfcf;
  position: relative;
  cursor: pointer;
}

.mz .slavleeYouTube-iframe .slavleeYouTube-logo {
    background: #efefef;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mz .slavleeYouTube-iframe .slavleeYouTube-logo .slavleeYouTube-iframe-disarmed {
    background: #ffffff;
    width: 100%;
    height: 100%
}

.mz .slavleeYouTube-iframe .slavleeYouTube-logo .slavleeYouTube-iframe-notice {
    font-size: 0.72rem!important;
    line-height: 1.0rem!important;
    padding: 2%;
    background: rgba(0,0,0,0);
    position: absolute;
    bottom: 0;
    z-index: 2;
}


.mz .slavleeYouTube-iframe .slavleeYouTube-logo .slavleeYouTube-iframe-disarmed img {
  position: inherit;
  margin-left: 4.4em!important;
  width: 50%!important;
  height: 50%!important;
  filter: none;
  opacity: 1.0;
  top: 10%!important;
  left: 15%!important;
  margin: auto;
  z-index:1;
}

.mz .unitprice {
  font-size: 0.65em;
}

.mz .productcard-price {
  height: 4em;
}

.mz .video-embed-item {
width: 100%;
}

.mz .barbour-down {
display: inline-block!important;
margin-top: 30px!important;}


@media (min-width: 480px) {

  .mz .productcard-group {
     padding-left: 20px;
     padding-right: 20px;
    }
}


@media (min-width: 768px) {
 .mz .productcard-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  padding: 3em;
  }
.mz .flex-bodytext {
  display: block; 
}

.mz .flex-text {
  top: 57%!important;
  padding: 5px;  
  margin-left: 50px!important;
}

.mz .tbs-textimage-text {
  padding-left: 80px;
  padding-right: 80px;
 }

.mz .productcard-group {
     padding-left: 60px;
     padding-right: 60px;
    }
.mz .frame-indent {
  padding-left: 5em;
  padding-right: 5em;  
}
.mz .slavleeYouTube-iframe .slavleeYouTube-logo .slavleeYouTube-iframe-notice {
    font-size: 0.8rem!important;
  }
}

@media (min-width: 992px) {

   .mz .tbs-image {
       text-align: left;
}

   .mz .tbs-textimage {
        margin-left:0;
        margin-right:0;
    }
   .mz .image-overlay svg {
        display: block;
    }
   .mz .tbs-textimage-image {
        width: 50%;
    }
    .mz .tbs-textimage-text {
        width: 50%;    
    }

    .mz .tbs-textimage-layout-1 .tbs-textimage-image {
        text-align: left;
    }
    .mz .tbs-textimage-layout-2 .tbs-textimage-image {
        text-align: right;
    }

.mz .flex-title {
  font-size: 2.5rem!important;
}

.mz .flex-text {
  top: 65%!important;
  margin-left: 120px!important;
  background: rgba(1,70,41,0.5);
  
}

.mz .row {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 20px;
  padding-right: 20px;
}

.mz .row:first-of-type {
  padding-top: 0px;
}

  .mz .tbs-textimage-text {
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
 }

  .mz .productcard-group {
     padding-left: 0px;
     padding-right: 0px;
    }

}


@media (min-width: 1200px) {
.mz .tbs-textimage-text {
  padding-top: 100px;
  padding-left: 120px;
  padding-right: 120px;
 }

.mz .flex-title {
  font-size: 3.5rem!important;
}

.mz .flex-text {
  top: 65%!important;
  margin-left: 120px!important;
 
}

  .mz .productcard-group {
     padding-left: 70px;
     padding-right: 70px;
    }

  .mz .frame-space-before-extra-small {
margin-top: 1em;
}

.mz .frame-space-before-small {
margin-top: 2em;
}
.mz .frame-space-before-medium {
margin-top: 3em;
}
.mz .frame-space-before-large {
margin-top: 4em;
}
.mz .frame-space-before-extra-large {
margin-top: 5em;
} 

.mz .video-embed-item {
width: 600px;
}

}

@media (min-width: 1440px) {
.mz .productcard-wrapper {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 1em;
    }
.mz .video-embed-item {
width: 600px;
}
}

@media all and (-ms-high-contrast:none) {

   *::-ms-backdrop, .mz .col-lg-4 img { 
        max-width: 330px;
     }
    *::-ms-backdrop, .mz .col-md-6 img { 
        max-width: 520px;
     }
 }



.mz .tbs-imagechanger {
	display: inline-block;
}

.mz .tbs-imagechanger>div {
	display: inline-block;
}

.mz .tbs-imagechanger>div:first-child {
	display: inline-block;
}
.mz .tbs-imagechanger>div:last-child {
	display: none;
}

.mz .tbs-imagechanger:hover>div:first-child {
	display: none;
}
.mz .tbs-imagechanger:hover>div:last-child {
	display: inline-block;
}



.mz .tbs-teasertext-row {
    background-color: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.mz .tbs-teasertext-before,
.mz .tbs-teasertext-after {
	background-color: #f5f5f5;
	width:100%;
	height:50px;
}

.mz .tbs-teasertext-image {
    width: 100%;
    text-align: center;
}


.mz .tbs-teasertext-text {
    width: 100%;
    text-align: left;

}

.mz .tbs-teasertext-text {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;

}

.mz .tbs-teasertext-layout-2 .tbs-teasertext-image {
	order: 1;
}

.mz .tbs-teasertext-layout-2 .tbs-teasertext-text {
	order: 2;
}

@media (min-width: 992px) {

	.mz .tbs-teasertext {
		flex-wrap: nowrap;
	}
	
	.mz .tbs-teasertext-image {
		flex: 0 0 40%;
		max-width: 40%;
		text-align: left;
	}


	.mz .tbs-teasertext-text {
		flex: 0 0 60%;
		max-width: 60%;
		text-align: left;
		padding: 50px 100px;
	}

	
    .mz .tbs-teasertext-layout-1 .tbs-teasertext-image {
        text-align: left;
    }

    .mz .tbs-teasertext-layout-2 .tbs-teasertext-image {
        text-align: right;
    }
    
	.mz .tbs-teasertext-layout-2 .tbs-teasertext-image {
		order: unset;
	}

	.mz .tbs-teasertext-layout-2 .tbs-teasertext-text {
		order: unset;
	}

}



.mz .row .productcard-group {
	padding: 0;
}

.mz .row .productcard-wrapper {
	min-width: 100px;
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	padding: 0;
}


@media (min-width: 992px) {
	.mz .spec3col {
		margin-left: 90px;
		margin-right: 90px;
	}
}

@media all and (-ms-high-contrast:none) {

   *::-ms-backdrop, .mz .col-lg-4 img { 
        max-width: 330px;
     }
   *::-ms-backdrop, .mz .col-md-6 img { 
        max-width: 520px;
     }
 }
