/** Shopify CDN: Minification failed

Line 22:14 Expected ")" to end URL token
Line 23:14 Expected ")" to end URL token
Line 29:14 Expected ")" to end URL token
Line 30:14 Expected ")" to end URL token
Line 36:14 Expected ")" to end URL token
Line 37:14 Expected ")" to end URL token
Line 43:14 Expected ")" to end URL token
Line 44:14 Expected ")" to end URL token
Line 50:14 Expected ")" to end URL token
Line 51:14 Expected ")" to end URL token
... and 3 more hidden warnings

**/
@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'HK Grotesk Pro';
  font-weight: 300;
  src: url({{ 'HKGroteskPro-Light.woff2' | file_url}}) format('woff2'),
       url({{ 'HKGroteskPro-Light.woff' | file_url}}) format('woff');
}

@font-face {
  font-family: 'HK Grotesk Pro';
  font-weight: normal;
  src: url({{ 'HKGroteskPro-Medium.woff2' | file_url}}) format('woff2'),
       url({{ 'HKGroteskPro-Medium.woff' | file_url}}) format('woff');
}

@font-face {
  font-family: 'HK Grotesk Pro';
  font-weight: bold;
  src: url({{ 'HKGroteskPro-Bold.woff2' | file_url}}) format('woff2'),
       url({{ 'HKGroteskPro-Bold.woff' | file_url}}) format('woff');
}

@font-face {
  font-family: 'HKGP300';
  font-weight: 300;
  src: url({{ 'HKGroteskPro-Light.woff2' | file_url}}) format('woff2'),
       url({{ 'HKGroteskPro-Light.woff' | file_url}}) format('woff');
}

@font-face {
  font-family: 'HKGP500';
  font-weight: 500;
  src: url({{ 'HKGroteskPro-Medium.woff2' | file_url}}) format('woff2'),
       url({{ 'HKGroteskPro-Medium.woff' | file_url}}) format('woff');
}

@font-face {
  font-family: 'HKGP700';
  font-weight: 700;
  src: url({{ 'HKGroteskPro-Bold.woff2' | file_url}}) format('woff2'),
       url({{ 'HKGroteskPro-Bold.woff' | file_url}}) format('woff');
}
.content {
	max-width: 100%;
	margin: auto;
}
.content-black {
	max-width: 100%;
	margin: auto;
  background-color:#000;
}
.space-row {
	display: flex;
	flex-flow: row;
	margin: 4em 0 4em 0;
}
.space-row-short {
	display: flex;
	flex-flow: row;
	margin: 2em 0 2em 0;
}
/*MAIN BANNER STYLING*/
.flex-banner-main-right {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	width: 100%;
	height: 800px;
  background-position: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flex-banner-main-right > div {
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
	margin: 0px;
	text-align: right;
	color: #fff;
	max-width: 100%;
	padding: 0 5em 0 0;
}
.flex-banner-main-right > div h1 {
	font-family: 'HKGP500', sans-serif;
	font-size: 6em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}

.flex-banner-main-right > div h1.large {
	font-family: 'HKGP500', sans-serif;
	font-size: 8.5em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
} 
.flex-banner-main-right > div .tag-line {
	font-family:'HKGP500', sans-serif;
	font-size: 4em;
	margin: 0px;
	line-height: 1.15em;
	padding: 0 0 0 0;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.flex-banner-main-left {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 800px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.flex-banner-main-left > div {
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
	margin: 0 0 0 0;
	text-align: left;
	color: #fff;
	max-width: 100%;
	padding: 0 0 0 5em;
}
.flex-banner-main-left > div h1 {
	font-family: 'HKGP500', sans-serif;
	font-size: 6em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}
.flex-banner-main-left > div .tag-line {
	font-family: 'HKGP500', sans-serif;
	font-size: 4em;
	margin: 0px;
	line-height: 1.15em;
	padding: .25em 0 0 0;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 50% !important;
    height: 50% !important;
}

/*Main Banners Browser-Mid*/
@media only screen and (min-width: 1800px) and (max-width: 2100px) {
.flex-banner-main-right {
	height: 600px;
}
.flex-banner-main-right > div {
  padding: 0 4em 0 0;
}  
.flex-banner-main-right > div h1 {
  font-size: 4.9em;
}    

.flex-banner-main-left {
	height: 600px;
}
.flex-banner-main-left > div {
  padding: 0 0 0 4em;
} 
.flex-banner-main-left > div h1 {
  font-size: 5em;
}
  
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.flex-banner-main-right {
	height: 525px;
}
.flex-banner-main-right > div {
  padding: 0 3.5em 0 0;
}   
.flex-banner-main-right > div h1 {
  font-size: 4.5em;
}
.flex-banner-main-right > div h1.large {
  font-size: 7.5em;
}  
.flex-banner-main-right > div .tag-line {
  font-size: 3.125em;
  line-height: .75em;
	padding: 0 0 0 0;
}  
.flex-banner-main-left {
	height: 525px;
}
  .flex-banner-main-left > div {
  padding: 0 0 0 3em;
} 
.flex-banner-main-left > div h1 {
  font-size: 4.5em;
}
.flex-banner-main-left > div .tag-line {
  font-size: 3.125em;
  line-height: .75em;
	padding: 0 0 0 0;
}  
}


/*Main Banners Browser-Mid*/
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .space-row {
  margin: 3em 0 3em 0;
}
.space-row-short {
	margin: 1em 0 1em 0;
}
.flex-banner-main-right {
	height: 500px;
}
.flex-banner-main-right > div {
	padding: 0 5em 0 0;
  max-width: 100%;
}
.flex-banner-main-right > div h1 {
	font-size: 3.75em;
}
.flex-banner-main-right > div h1.large {
  font-size: 7em;
}    
.flex-banner-main-right > div .tag-line {
	font-size: 3.75em;
}
.flex-banner-main-left {
	height: 500px;
}
.flex-banner-main-left > div {
	padding: 0 0 0 3em;
  max-width: 100%;
}
.flex-banner-main-left > div h1 {
	font-size: 3.75em;
}
.flex-banner-main-left> div .tag-line {
	font-size: 3.75em;
}
.space-row {
}
.space-row-short {
}  
  
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.space-row {
  margin: 2em 0 2em 0;
}
.space-row-short {
	margin: 1em 0 1em 0;
}
.flex-banner-main-right {
	height: 400px;
}
.flex-banner-main-right > div {
	padding: 0 5em 0 0;
  max-width: 100%;
}
.flex-banner-main-right > div h1 {
	font-size: 3.5em;
}
  .flex-banner-main-right > div h1.large {
  font-size: 6.5em;
}  
.flex-banner-main-right > div .tag-line {
	font-size: 3em;
}
.flex-banner-main-left {
	height: 400px;
}
.flex-banner-main-left > div {
	padding: 0 0 0 5em;
  max-width: 100%;
}
.flex-banner-main-left > div h1 {
	font-size: 3em;
}
.flex-banner-main-left> div .tag-line {
	font-size: 3em;
}
}

/*Main Banners Laptop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.space-row {
   margin: 3em 0 3em 0;
}
.space-row-short {
	margin: 1.5em 0 1.5em 0;
}
.flex-banner-main-right {
	height: 400px;
}
.flex-banner-main-right > div {
	padding: 0 5em 0 0;
  max-width: 100%;
}
.flex-banner-main-right > div h1 {
	font-size: 3em;
}
.flex-banner-main-right > div .tag-line {
	font-size: 2.5em;
}
.flex-banner-main-left {
	height: 400px;
  max-width: 100%;
}
.flex-banner-main-left > div {
	padding: 0 0 0 5em;
}
.flex-banner-main-left > div h1 {
	font-size: 2.75em;
}
.flex-banner-main-left> div .tag-line {
	font-size: 2.25em;
}
  .flex-banner-main-right > div h1.large {
    font-size:5.5em;
  }  
}

/*Main Banners Tablet-Portrait*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.space-row {
    margin: 3em 0 3em 0;
}
.space-row-short {
	margin: 3em 0 3em 0;
}
.flex-banner-main-right {
	height: 300px;
}
.flex-banner-main-right > div {
	padding: 0 4em 0 0;
   max-width: 100%;
}
.flex-banner-main-right > div h1 {
	font-size: 2.25em;
}
 .flex-banner-main-right > div h1.large {
    font-size:2.5em;
  }    
.flex-banner-main-right > div .tag-line {
	font-size: 2em;
}
.flex-banner-main-left {
	height: 300px;
}
.flex-banner-main-left > div {
	padding: 0 0 0 5em;
   max-width: 100%;
}
.flex-banner-main-left > div h1 {
	font-size: 2.25em;
}
.flex-banner-main-left > div .tag-line {
	font-size: 2em;
}
  .flex-banner-main-right > div h1.large {
    font-size: 5.5em;
  }  
}

/*Main Banners Tablet-Landscape*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.space-row {
    margin: 3em 0 3em 0;
}
.space-row-short {
	margin: 0em 0 0em 0;
}
  
  .flex-banner-main-right {
	height: 300px;
}
.flex-banner-main-right > div {
	padding: 0 2em 0 0;
}
.flex-banner-main-right > div h1 {
	font-size: 2.25em;
}
.flex-banner-main-right > div .tag-line {
	font-size: 2em;
}
.flex-banner-main-left {
	height: 300px;
}
.flex-banner-main-left > div {
	padding: 0 0 0 1.75em;
}
.flex-banner-main-left > div h1 {
	font-size: 2.25em;
}
.flex-banner-main-left > div .tag-line {
	font-size: 2em;
}
}

/*Main Banners Mobile-Portrait*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.space-row {
	margin: 1em 0 1em 0;
}
.space-row-short {
	margin: .5em 0 .5em 0;
}
.flex-banner-main-right {
	height: 150px;
  align-items: center;
  background-position: right top;
  justify-content: right;
  flex-direction: flex-end;
  overflow:hidden;
}
.flex-banner-main-right > div {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0 0 0 0;
	max-width: 100%;
  color: #000;
  text-align: center;
  height:50%;
}
.flex-banner-main-right > div h1 {
	font-size: 1.5em;
  padding:0 0 .125 0;
  margin:2em 0 0 0;
}
 
.flex-banner-main-right > div .tag-line {
	font-size: 1em;
}
.flex-banner-main-left {
	height: 150px;
   align-items: center;
  margin:auto;
}
.flex-banner-main-left > div {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0 0 0 0;
	max-width: 100%;
  color: #000;
  text-align: center;
  height:50%;
}
.flex-banner-main-left > div h1 {
	font-size: 1.5em;
  padding:0 0 .25 0;
}
.flex-banner-main-left > div .tag-line {
	font-size: 1em;
}
.flex-banner-main-right > div h1.large {
  font-size: 3em;
  padding:.75em 0 0 0;
  }  
}

/*Main Banners Mobile-Landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
 .space-row {
	margin: 1em 0 1em 0;
}
.space-row-short {
	margin: .5em 0 .5em 0;
}
.flex-banner-main-right {
	height: 250px;
}
.flex-banner-main-right > div {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0 0 0 0;
	max-width: 100%;
  color: #000;
  text-align: center;
  height:75%;
}
.flex-banner-main-right > div h1 {
	font-size: 1.75em;
  padding:0 0 .125 0;
  margin:0 0 0 0;
}
 
.flex-banner-main-right > div .tag-line {
	font-size: 1em;
}
.flex-banner-main-left {
	height: 250px;
  align-items: center;
}
.flex-banner-main-left > div {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0 0 0 0;
	max-width: 100%;
  color: #000;
  text-align: center;
  height:75%;
}
.flex-banner-main-left > div h1 {
	font-size: 1.75em;
   margin:0 0 0 0;
   padding:0 0 0 0;
}
.flex-banner-main-left > div .tag-line {
	font-size: 1em;
}
.flex-banner-main-right > div h1.large {
  font-size: 3em;
  padding:.25em 0 0 0;
  }  
}
/*END MAIN BANNER STYLING*/

/*SECONDARY BANNER STYLING*/
.flex-banner-right {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 800px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.flex-banner-right > div {
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
	margin: 0px;
	text-align: right;
	color: #fff;
	max-width: 90%;
	padding: 0 5em 0 0;
  align-items: flex-end;
}
.flex-banner-right > div h2 {
	font-family: 'HKGP500', sans-serif;
	font-size: 4.25em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}
.flex-banner-right > div h3 {
	font-family: 'HKGP500', sans-serif;
	font-size: 4.25em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}
.flex-banner-right > div h4 {
	font-family: 'HKGP500', sans-serif;
	font-size: 4.25em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}
.flex-banner-right > div .tag-line {
	font-family: 'HKGP500', sans-serif;
	font-size: 3.5em;
	margin: 0px;
	line-height: 1.2em;
	padding: .125em 0 0 5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.flex-banner-left {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 800px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.flex-banner-left > div {
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
	margin: 0px;
	text-align: left;
	color: #fff;
	max-width: 75%;
	padding: 0 0 0 4em;
}
.flex-banner-left> div h2 {
	font-family: 'HKGP500', sans-serif;
	font-size: 5em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}
.flex-banner-left > div h3 {
	font-family: 'HKGP500', sans-serif;
	font-size: 5em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}
.flex-banner-left> div h4 {
	font-family: 'HKGP500', sans-serif;
	font-size: 5em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}
.flex-banner-left > div .tag-line {
	font-family: 'HKGP500', sans-serif;
	font-size: 3.5em;
	margin: 0px;
	line-height: 1.1em;
	padding: .25em 0 0 0;
  max-width: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-banner-center {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 775px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.flex-banner-center > div {
	text-shadow: 0 0 10px rgba(0, 0, 0, 2);
	margin: 0px;
	text-align: center;
	color: #fff;
	max-width: 100%;
	padding: 0 0 0 4em;
}
.flex-banner-center > div h1 {
	font-family: 'HKGP500', sans-serif;
	font-size: 10.5em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1em;
  padding: 0 0 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}

.flex-banner-center > div h2 {
	font-family: 'HKGP500', sans-serif;
	font-size: 6.5em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}
.flex-banner-center > div h3 {
	font-family: 'HKGP500', sans-serif;
	font-size: 6.5em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}
.flex-banner-center > div h4 {
	font-family: 'HKGP500', sans-serif;
	font-size: 6.5em;
	margin: 0px;
	letter-spacing: 0.04em;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	justify-content: center;
  font-weight:normal;
}
.flex-banner-center > div .tag-line {
	font-family: 'HKGP500', sans-serif;
	font-size: 8.5em;
	margin: 0px;
	line-height: 1em;
	padding: 0 0 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.flex-banner-static {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 85%;
	height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flex-banner-full {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 1185px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


/*SECONDARY BANNER SCREEN SIZING*/
@media only screen and (min-width: 1800px) and (max-width: 2100px) {
.flex-banner-right {
	height: 600px;
}
.flex-banner-right > div {
  max-width: 80%;
	padding: 0 4em 0 0;
}  
.flex-banner-right > div h2 {
	font-size: 4em;
}
.flex-banner-right > div h3 {
	font-size: 4em;
}
.flex-banner-right > div h4 {
	font-size: 4em;
}
.flex-banner-right > div .tag-line {
	font-size: 3em;
  padding-left:2em;
}    

.flex-banner-left {
	height: 600px;
}
.flex-banner-left > div {
   max-width: 80%;
	padding: 0 0 0 3em;
}
.flex-banner-left > div h2 {
	font-size: 4em;
}
.flex-banner-left > div h3 {
	font-size: 4em;
}
.flex-banner-left > div h4 {
	font-size: 4em;
}
.flex-banner-left > div .tag-line {
	font-size: 3em;
}    
.flex-banner-center {
	height: 700px;
}
.flex-banner-center > div {
  max-width: 100%;
	padding: 0 0 0 4em;
}
.flex-banner-center > div h1 {
font-size: 10.25em;
}  
.flex-banner-center > div h2 {
font-size: 5.5em;
}
.flex-banner-center > div h3 {
font-size: 5.5em;
}
.flex-banner-center > div h4 {
font-size: 5.5em;
}
.flex-banner-center > div .tag-line {
	font-size: 8.25em;
}
.flex-banner-full {
	height: 1085px;
	}  
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.flex-banner-right {
	height: 550px;
}
.flex-banner-right > div {
  max-width: 100%;
	padding: 0 4em 0 0;
}  
.flex-banner-right > div h2 {
	font-size: 3.5em;
}
.flex-banner-right > div h3 {
	font-size: 3.5em;
}
.flex-banner-right > div h4 {
	font-size: 3.5em;
}
.flex-banner-right > div .tag-line {
	font-size: 2.75em;
  padding-left:5em;
}  
.flex-banner-left {
	height: 550px;
}
.flex-banner-left > div {
   max-width: 100%;
	padding: 0 0 0 3em;
}
.flex-banner-left > div h2 {
	font-size: 3.5em;
}
.flex-banner-left > div h3 {
	font-size: 3.5em;
}
.flex-banner-left > div h4 {
	font-size: 3.5em;
}
.flex-banner-left > div .tag-line {
	font-size: 2.75em;
}  
.flex-banner-center {
	height: 550px;
}
.flex-banner-center > div {
  max-width: 100%;
	padding: 0 0 0 4em;
}
.flex-banner-center > div h1 {
font-size: 9.5em;
}  
.flex-banner-center > div h2 {
font-size: 4.75em;
}
.flex-banner-center > div h3 {
font-size: 4.75em;
}
.flex-banner-center > div h4 {
font-size: 4.75em;
}
.flex-banner-center > div .tag-line {
	font-size: 8em;
}
.flex-banner-full {
	height: 1000px;
	}  
}

/*Secondary Banners Browser-Mid*/
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.flex-banner-right {
	height: 500px;
}
.flex-banner-right > div {
  max-width: 85%;
	padding: 0 4em 0 0;
}
.flex-banner-right > div h2 {
	font-size: 3.25em;
}
.flex-banner-right > div h3 {
	font-size:3.25em;
}
.flex-banner-right > div h4 {
	font-size: 3.25em;
}
.flex-banner-right > div .tag-line {
	font-size: 2.325em;
  padding-left:2em;
}
.flex-banner-left {
	height: 500px;
}
.flex-banner-left > div {
	padding: 0 0 0 3em;
}
.flex-banner-left > div h2 {
	font-size: 3.25em;
}
.flex-banner-left > div h3 {
	font-size: 3.25em;
}
.flex-banner-left > div h4 {
	font-size: 3.25em;
}
.flex-banner-left > div .tag-line {
	font-size: 2.325em;
}
.flex-banner-center {
	height: 500px;
}
.flex-banner-center > div {
  max-width: 100%;
	padding: 0 0 0 0;
}
.flex-banner-center > div h1 {
	font-size: 9em;
}  
.flex-banner-center > div h2 {
	font-size: 4.25em;
}
.flex-banner-center > div h3 {
	font-size: 4.25em;
}
.flex-banner-center > div h4 {
	font-size: 4.25em;
}
.flex-banner-center > div .tag-line {
	font-size: 7.5em;
}
.flex-banner-full {
	height: 900px;
	}	  
}

/*Secondary Banners Browser-Small*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.flex-banner-right {
	height: 500px;
}
.flex-banner-right > div {
	padding: 0 3em 0 0;
}
.flex-banner-right > div h2 {
	font-size: 2.75em;
}
.flex-banner-right > div h3 {
	font-size: 2.2em;
}
.flex-banner-right > div h4 {
	font-size: 2.2em;
}
.flex-banner-right > div .tag-line {
	font-size: 2em;
	line-height: 1em;
}
.flex-banner-left {
	height: 500px;
}
.flex-banner-left > div {
	padding: 0 0 0 3em;
}
.flex-banner-left > div h2 {
	font-size: 2.75em;
}
.flex-banner-left > div h3 {
	font-size: 2.2em;
}
.flex-banner-left > div h4 {
	font-size: 2.2em;
}
.flex-banner-left > div .tag-line {
	font-size: 2em;
	line-height: 1em;
}
.flex-banner-center {
	height: 500px;
}  
.flex-banner-center > div {
	padding: 0 0 0 3em;
} 
.flex-banner-center > div h1 {
	font-size: 6.5em;
}  
.flex-banner-center > div h2 {
	font-size: 2.75em;
}
.flex-banner-center > div h3 {
	font-size: 2.2em;
}
.flex-banner-center > div h4 {
	font-size: 2.2em;
}
.flex-banner-center > div .tag-line {
	font-size: 6.5em;
	line-height: 1em;
}
.flex-banner-static {
	height: 855px;
}
.flex-banner-full {
	height: 800px;
	}	  
}

/*Secondary Banners Laptop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.flex-banner-right {
	height: 400px;
}
.flex-banner-right > div {
	padding: 0 3em 0 0;
  max-width:85%;
}
.flex-banner-right > div h2 {
	font-size: 2.5em;
}
.flex-banner-right > div h3 {
	font-size: 2.5em;
}
.flex-banner-right > div h4 {
	font-size: 2.5em;
}
.flex-banner-right > div .tag-line {
	font-size: 1.875em;
}
.flex-banner-left {
	height: 400px;
}
.flex-banner-left > div {
	padding: 0 0 0 3em;
  max-width:85%;
}
.flex-banner-left > div h2 {
	font-size: 2.5em;
}
.flex-banner-left > div h3 {
	font-size: 2.5em;
}
.flex-banner-left > div h4 {
	font-size: 2.5em;
}
.flex-banner-left > div .tag-line {
	font-size: 1.875em;
}
.flex-banner-center {
	height: 350px;
}
.flex-banner-center > div {
	padding: 0 0 0 0;
  width:100%;
}
.flex-banner-center > div h1 {
	font-size: 4.5em;
}  
.flex-banner-center > div h2 {
	font-size: 2.5em;
}
.flex-banner-center > div h3 {
	font-size: 2.5em;
}
.flex-banner-center > div h4 {
	font-size: 2.5em;
}
.flex-banner-center > div .tag-line {
	font-size: 4.75em;
}
.flex-banner-static {
	height: 700px;
}
.flex-banner-full {
	height: 655px;
	}	  
}

/*Secondary Banners Tablet-Portrait*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.flex-banner-right {
	height: 300px;
}
.flex-banner-right > div {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
	padding: 0 3em 0 0;
  max-width:90%
}
.flex-banner-right > div h2 {
	font-size: 2.25em;
}
.flex-banner-right > div h3 {
	font-size: 1.6em;
}
.flex-banner-right > div h4 {
	font-size: 1.75em;
}
.flex-banner-right > div .tag-line {
	font-size: 1.5em;
}
.flex-banner-left {
	height: 300px;
}
.flex-banner-left > div {
	padding: 0 3em 0 0;
  max-width:75%
}
.flex-banner-left > div h2 {
	font-size: 2.25em;
}
.flex-banner-left > div h3 {
	font-size: 1.6em;
}
.flex-banner-left > div h4 {
	font-size: 1.6em;
}
.flex-banner-left > div .tag-line {
	font-size: 1.5em;
}
.flex-banner-center {
	height: 250px;
}
.flex-banner-center > div {
	padding: 0 0 0 0;
  max-width:100%
}
.flex-banner-center > div h1 {
	font-size: 4.5em;
}  
.flex-banner-center > div h2 {
	font-size: 2em;
}
.flex-banner-center > div h3 {
	font-size: 2em;
}
.flex-banner-center > div h4 {
	font-size: 1.6em;
}
.flex-banner-center > div .tag-line {
	font-size: 3.5em;
}
.flex-banner-static {
	height: 625px;
}
.flex-banner-full {
	height: 475px;
	}  
}

/*Secondary Banners Tablet-Landscape*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.flex-banner-right {
	height: 300px;
}
.flex-banner-right > div {
	padding: 0 1.75em 0 0;
}
.flex-banner-right > div h2 {
	font-size: 2em;
}
.flex-banner-right > div h3 {
	font-size: 1.75em;
}
.flex-banner-right > div h4 {
	font-size: 1.75em;
}
.flex-banner-right > div .tag-line {
	font-size: 1.5em;
}
.flex-banner-left {
	height: 300px;
}
.flex-banner-left > div {
	padding: 0 1.75em 0 0;
}
.flex-banner-left > div h2 {
	font-size: 2em;
}
.flex-banner-left > div h3 {
	font-size: 1.75em;
}
.flex-banner-left > div h4 {
	font-size: 1.75em;
}
.flex-banner-left > div .tag-line {
	font-size: 1.5em;
}
.flex-banner-center {
	height: 300px;
}
.flex-banner-center > div {
	padding: 0 1.75em 0 0;
}
.flex-banner-center > div h1 {
	font-size: 2em;
}  
.flex-banner-center > div h2 {
	font-size: 2em;
}
.flex-banner-center > div h3 {
	font-size: 1.75em;
}
.flex-banner-center > div h4 {
	font-size: 1.75em;
}
.flex-banner-center > div .tag-line {
	font-size: 1.5em;
}
  .flex-banner-full {
	height: 275px;
	}  
}

/*Secondary Banners Mobile-Portrait*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.flex-banner-right {
	height: 150px;
}
.flex-banner-right > div {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0 .5em 0 .5em;
   max-width: 100%;
  color: #000;
  text-align: center;
  margin:auto;
}
.flex-banner-right > div h2 {
	font-size: 1.125em;
  line-height: .5em;
}
.flex-banner-right > div h3 {
	font-size: 1em;
}
.flex-banner-right > div h4 {
	font-size: 1.25em;
  line-height: .5em;
  padding:3em 0 0 0;
}
.flex-banner-right > div .tag-line {
	font-size: 1.2em;
  padding:0 1em 4em 1em;
}
.flex-banner-left {
	height: 150px;
}
.flex-banner-left > div {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0 0 0 0;
   max-width: 100%;
  color: #000;
  text-align: center;
  height:50%;
}
.flex-banner-left > div h2 {
	font-size: 1.125em;
}
.flex-banner-left > div h3 {
	font-size: 1em;
}
.flex-banner-left > div h4 {
	font-size: 1.5em;
}
.flex-banner-left > div .tag-line {
	font-size: 1.25em;
}
.flex-banner-center {
	height: 135px;
}
.flex-banner-center > div {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0 0 0 0;
   max-width: 100%;
  color: #000;
  text-align: center;
   margin:auto;
  height:50%;
}
.flex-banner-center > div h1 {
	font-size: 2em;
  padding-top:0;
  margin-top:0;
  line-height:.5em;
}  
.flex-banner-center > div h2 {
	font-size: 1.125em;
}
.flex-banner-center > div h3 {
	font-size: 1.5em;
  line-height:1em;
  padding:0 0 0 0;
  margin-top:0;
}
.flex-banner-center > div h4 {
	font-size: 1.5em;
}
.flex-banner-center > div .tag-line {
	font-size: 1.75em;
}
  .flex-banner-static {
    height:200px;
    margin-bottom:1em;
  } 
.flex-banner-full { 
  height: 240px;
}   
}

/*Secondary Banners Mobile-Landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.flex-banner-right {
	height: 250px;
}
.flex-banner-right > div {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0 .5em 0 .5em;
   max-width: 100%;
  color: #000;
  text-align: center;
  margin:auto;
  height:75%;
}
.flex-banner-right > div h2 {
	font-size: 1.125em;
  line-height: .5em;
}
.flex-banner-right > div h3 {
	font-size: 1em;
}
.flex-banner-right > div h4 {
	font-size: 1.25em;
  line-height: .5em;
  padding:.25em 0 0 0;
}
.flex-banner-right > div .tag-line {
	font-size: 1.2em;
  padding:0 1em 4em 1em;
}
.flex-banner-left {
	height: 250px;
}
.flex-banner-left > div {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0 0 0 0;
   max-width: 100%;
  color: #000;
  text-align: center;
  height:75%;
}
.flex-banner-left > div h2 {
	font-size: 1.125em;
}
.flex-banner-left > div h3 {
	font-size: 1em;
}
.flex-banner-left > div h4 {
	font-size: 1.5em;
}
.flex-banner-left > div .tag-line {
	font-size: 1.25em;
}
.flex-banner-center {
	height: 250px;
}
.flex-banner-center > div {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding: 0 0 0 0;
   max-width: 100%;
  color: #000;
  text-align: center;
   margin:auto;
  height:50%;
}
.flex-banner-center > div h1 {
	font-size: 2.25em;
}  
.flex-banner-center > div h2 {
	font-size: 1.125em;
}
.flex-banner-center > div h3 {
	font-size: 2.5em;
  line-height:.5em;
  padding:0 0 0 0;
  margin-top:0;
}
.flex-banner-center > div h4 {
	font-size: 1.5em;
}
.flex-banner-center > div .tag-line {
	font-size: 2.125em;
  margin-bottom:1em;
}
  .flex-banner-static {
    height:200px;
    margin-bottom:1em;
  }
.flex-banner-full { 
  height: 250px;
} 
}
/*END SECONDARY BANNER STYLING*/

/*BEGIN MAIN CONTENT STYLING*/
.flex-content {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	max-width: 1200px;
	margin: auto;
}
.flex-content-full {
padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	max-width: 1400px;
	margin: auto;
}

.flex-content-full h2 {
	font-family: 'HKGP500', sans-serif;
	font-size: 2.5em;
	line-height: 1.125em;
	padding: 0;
	margin: 0 0 .125em 0;
	letter-spacing: 0.1em;
	text-transform: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-weight:normal;
	width:100%
}

.flex-content-full .main-copy {
	font-family: 'HKGP500', sans-serif;
	font-size: 2em;
	color: #000;
	line-height: 1.25em;
	padding: 0 0;
	margin: 0px 5px 5px 5px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:block;
}

h2.main-content {
	font-family: 'HKGP500', sans-serif;
	font-size: 2.5em;
	line-height: 1.25em;
	padding: 0;
	margin: 0 0 .25em 0;
	letter-spacing: 0.1em;
	text-transform: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-weight:normal;
}
h3.main-content {
	font-family: 'HKGP500', sans-serif;
	font-size: 2.25em;
	line-height: 1.25em;
	padding: 0;
	margin: 0 0 .25em 0;
	letter-spacing: 0.1em;
	text-transform: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}
h4.main-content {
	font-family: 'HKGP500', sans-serif;
	font-size: 2.25em;
	line-height: 1.25em;
	padding: 0;
	margin: 0 0 .25em 0;
	letter-spacing: 0.1em;
	text-transform: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}
h5.main-content {
	font-family: 'HKGP500', sans-serif;
	font-size: 2.25em;
	line-height: 1em;
	padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}
.main-copy p {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.675em;
	color: #000;
	line-height: 1.375em;
	padding: 0 0;
	margin: 5px 5px 5px 5px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-copy-10 p {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.675em;
	color: #000;
	line-height: 1.375em;
	padding: 0 0;
	margin: 5px 10px 5px 10px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-copy-15 p {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.675em;
	color: #000;
	line-height: 1.375em;
	padding: 0 0;
	margin: 5px 15px 5px 15px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-copy-25 p {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.675em;
	color: #000;
	line-height: 1.375em;
	padding: 0 0;
	margin: 5px 25px 5px 25px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-copy-50 p {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.675em;
	color: #000;
	line-height: 1.375em;
	padding: 0 0;
	margin: 5px 50px 5px 50px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-header {
	font-family: 'HKGP500', sans-serif;
	font-size: 2em;
	color: #000;
	display: block;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
	text-decoration: none;
	letter-spacing: 0.12em;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}
.flex-content-full .main-header {
	font-family: 'HKGP500', sans-serif;
	font-size: 2em;
	color: #000;
	display: block;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
	text-decoration: none;
	letter-spacing: 0.12em;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-content-full .flex-content-half {
	padding: .5em 0 0 0;
	width: 675px;
	margin:0 0 0 0;
	align-content: center;
  display:inline;
  align-self:center;
}

.flex-content-full .flex-content-half blockquote {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.5em;
	margin: 1em 0 1em 0;
	font-style: italic;
	padding: .25em 0 0 2em;
	line-height: 1.5em;
	position: relative;
	color: #000;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-content-full .flex-content-half blockquote:before {
	font-family: 'HKGP500', sans-serif;
	display: block;
	content: "\201C";
	font-size: 3em;
	position: absolute;
	left: 0;
	top: .25em;
	color: #939598;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-content-full .flex-content-half blockquote cite {
	font-family: 'HKGP500', sans-serif;
	color: #939598;
	font-size: 1em;
	display: block;
	margin-top: .25em;
	text-align: right;
	margin-left: 2em;
	margin-right: 1.5em;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-content-full .flex-content-half blockquote cite:before {
	content: "\2015 \2000";
}

.flex-content-full .flex-content-half a.blockquote-link {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.5em;
	color: #939598;
	display: block;
	text-transform: uppercase;
	text-align: right;
	line-height: 1.5em;
	margin-top: 1em;
	margin-right: 0px;
	letter-spacing: 0.08em;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-content-full .flex-content-half .store-address {
	font-family: 'HKGP500', sans-serif;
	font-size: 2.25em;
	text-align: center;
	font-weight: normal;
	line-height: 1.25em;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.flex-content-full .flex-content-half .store-address p {
	font-size: 1em;
	line-height: 1em;
}
.flex-content-full .flex-content-half .store-phone {
	font-family: 'HKGP500', sans-serif;
	font-size: 2.25em;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.25em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.flex-content-full .flex-content-half .store-phone p {
	font-size: 1em;
	line-height: 1em;
}
.flex-content-full .flex-content-half .store-copy {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.flex-content-full .flex-content-half .store-copy a {
	font-family: 'HKGP500', sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	color: #000;
	text-decoration:none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.flex-content-full .flex-content-half .store-copy a:hover {
	color: #939598;
}

.flex-content-full .flex-content-half .google-maps {
	position: relative;
	padding-bottom: 65%;
// This is the aspect ratio height: 0;
	overflow: hidden;
}
.flex-content-full .flex-content-half .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.flex-content-full .image {
width: 550px;
	height:auto;
	margin:20px 0 0 0;
margin:auto;
  display:flex;
}

.flex-content-full .flex-content-half .image {
	width: 450px;
	padding:0 10px 0 10px;
margin:auto;
  display:flex;
}

.flex-content-half .main-copy {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.675em;
	color: #000;
	line-height: 1.25em;
	padding: 0 0;
	margin: 0px 5px 5px 5px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:block;
}

.flex-content-full .flex-content-half .video-container {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
  width:100%;
  height:375px;
}


.flex-content-full .flex-content-half .video-container iframe,
.flex-content-full .flex-content-half .video-container object,
.flex-content-full .flex-content-half .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


@media only screen and (min-width: 1400px) and (max-width: 1824px) {
.flex-content {
}
.flex-content-full {
}
h2.main-content {
  font-size: 2.25em;
}
h3.main-content {
  font-size: 2.25em;
}
h4.main-content {
  font-size: 2.25em;
}
h5.main-content {
  font-size: 2.25em;
}
.main-copy p {
}
.main-copy-10 p {
}
.main-copy-15 p {
}
.main-copy-25 p {
}
.main-copy-50 p {
}  
.main-header {
}
h2.main-content {
}
h3.main-content {
}
h4.main-content {
}
h5.main-content {
}
.main-header {
}
.flex-content-full .flex-content-half {
}
 .flex-content-half .main-copy {
    font-size: 1.5em;
  }  
.flex-content-full .flex-content-half blockquote {
  font-size: 1.4em;
}
.flex-content-full .flex-content-half blockquote:before {
}
.flex-content-full .flex-content-half blockquote cite {
}
.flex-content-full .flex-content-half blockquote cite:before {
}
.flex-content-full .flex-content-half a.blockquote-link {
  font-size: 1.4em;
}
}

/*Main Content Browser-Small*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.flex-content {
}
.flex-content-full {
}
h2.main-content {
  font-size: 2.25em;
}
h3.main-content {
  font-size: 2.25em;
}
h4.main-content {
  font-size: 2.25em;
}
h5.main-content {
  font-size: 2.25em;
}
.main-copy p {
      font-size: 1.375em;
}
.main-copy-10 p {
  font-size: 1.375em;
}
.main-copy-15 p {
  font-size: 1.375em;
}
.main-copy-25 p {
  font-size: 1.375em;
}
.main-copy-50 p {
  font-size: 1.375em;
}  
.flex-content-full .main-header {
  font-size: 1.5em;
}
.flex-content-full .flex-content-half {
  width:600px;
}
  .flex-content-half .main-copy {
    font-size: 1.325em;
  }    
.flex-content-full .flex-content-half blockquote {
	font-size: 1.2em;
}
.flex-content-full .flex-content-half blockquote:before {
}
.flex-content-full .flex-content-half blockquote cite {
	font-size: 1.2em;
	padding-top: 10px;
}
.flex-content-full .flex-content-half blockquote cite:before {
}
.flex-content-full .flex-content-half a.blockquote-link {
  font-size: 1.325em;
}
.flex-content-full .flex-content-half .video-container {
  height:325px;
}    
}

/*Main Content Laptop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.flex-content {
}
.flex-content-full {
}
     .flex-content-full .main-copy {
    font-size:1.75em;
  }
h2.main-content {
	font-size: 1.875em;
}
h3.main-content {
	font-size: 1.875em;
}
h4.main-content {
	font-size: 1.875em;
}
h5.main-content {
	font-size: 1.875em;
}
.main-copy p {
	font-size: 1.325em;
}
.main-copy-10 p {
  font-size: 1.325em;
}
.main-copy-15 p {
  font-size: 1.325em;
}
.main-copy-25 p {
  font-size: 1.325em;
}
.main-copy-50 p {
  font-size: 1.325em;
}  
.flex-content-full  .main-header {
	font-size: 1.5em;
}
.flex-content-full .flex-content-half {
  width:500px;
}
     .flex-content-half .main-copy {
    font-size:1.5em;
  }  
    .flex-content-full .flex-content-half .image {
    width: 350px;
  }
.flex-content-full .flex-content-half blockquote {
	font-size: 1.25em;
	padding: .25em 0 0 30px;
}
.flex-content-full .flex-content-half blockquote:before {
	top: 15px;
}
.flex-content-full .flex-content-half blockquote cite {
	font-size: 1.1em;
}
.flex-content-full .flex-content-half blockquote cite:before {
}
.flex-content-full .flex-content-half a.blockquote-link {
	font-size: 1.05em;
	margin-right: 10px;
}
.flex-content-full .flex-content-half .video-container {
  height:300px;
}  
}

/*Main Content Tablet-Portrait*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.flex-content {
	max-width: 90%;
}
.flex-content-full {
	max-width: 100%;
}
    .flex-content-full .main-copy {
    font-size:1.5em;
  }
h2.main-content {
	font-size: 1.75em;
}
h3.main-content {
	font-size: 1.75em;
}
h4.main-content {
	font-size: 1.75em;
}
h5.main-content {
	font-size: 1.75em;
}
.main-copy p {
	font-size: 1.5em;
  margin:0 1.5em 0 1.5em;
}
.main-copy-10 p {
  font-size: 1.5em;
}
.main-copy-15 p {
  font-size: 1.5em;
}
.main-copy-25 p {
  font-size: 1.5em;
}
.main-copy-50 p {
  font-size: 1.5em;
}  
.main-header {
	font-size: 1.75em;
}
.flex-content-full .flex-content-half {
  width:80%;
  margin:auto;
}
  .flex-content-half .main-copy {
    font-size:1.125em;
  }    
  .flex-content-full .flex-content-half .image {
    width: 350px;
  }

.flex-content-full .flex-content-half blockquote {
	font-size: 1.125em;
	padding: .25em 0 0 25px;
}
.flex-content-full .flex-content-half blockquote:before {
	top: 15px;
}
.flex-content-full .flex-content-half blockquote cite {
	font-size: 1.05em;
}
.flex-content-full .flex-content-half blockquote cite:before {
	font-size: 1.05em;
}
.flex-content-full .flex-content-half a.blockquote-link {
	font-size: 1.05em;
	margin-right: 10px;
}
.flex-content-full .flex-content-half .video-container {
max-width:100%;
  margin:auto;
}    
}

/*Main Content Tablet-Landscape*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.flex-content {
	max-width: 100%;
}
.flex-content-full {
	max-width: 100%;
}
h2.main-content {
	font-size: 1.325em;
}
h3.main-content {
	font-size: 1.325em;
}
h4.main-content {
	font-size: 1.325em;
}
h5.main-content {
	font-size: 1.325em;
}
.main-copy p {
	font-size: 1.2em;
}
.main-copy-10 p {
  font-size: 1.2em;
}
.main-copy-15 p {
  font-size: 1.2em;
}
.main-copy-25 p {
  font-size: 1.2em;
}
.main-copy-50 p {
  font-size: 1.2em;
}  
.main-header {
	font-size: 1.25em;
}
.flex-content-full .flex-content-half {
}
.flex-content-full .flex-content-half blockquote {
	font-size: 1.05em;
	padding: .25em 0 0 25px;
}
.flex-content-full .flex-content-half blockquote:before {
	top: 15px;
}
.flex-content-full .flex-content-half blockquote cite {
	font-size: 1.05em;
}
.flex-content-full .flex-content-half blockquote cite:before {
	font-size: 1.05em;
}
.flex-content-full .flex-content-half a.blockquote-link {
	font-size: 1.05em;
	margin-right: 10px;
}
}

/*Main Content Mobile-Portrait*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.flex-content {
  padding:0 1em 0 1em;
}
.flex-content-full {
  max-width:100%;
}
.flex-content-full h2 {
  font-size:1.5em;
  line-height:.75em;
}
.flex-content-full .main-copy {
  font-size:1.25em;
}    
h2.main-content {
	font-size: 1.125em;
  margin: 1em 0 0 0;
}
h3.main-content {
	font-size: 1.125em;
  margin: 1em 0 0 0;
}
h4.main-content {
	font-size: 1.125em;
  margin: 1em 0 0 0;
}
h5.main-content {
	font-size: 1.125em;
  margin: 1em 0 0 0;
}
.main-copy p {
	font-size: 1.1em;
  line-height:1.125em;
  margin: 5px 5px 5px 5px;
}
.main-copy-10 p {
  font-size: 1.1em;
}
.main-copy-15 p {
  font-size: 1.1em;
}
.main-copy-25 p {
  font-size: 1.1em;
}
.main-copy-50 p {
  font-size: 1.1em;
  margin:5px 5px 5px 5px;
}  
.flex-content-full .main-header {
  font-size:1.25em;
}
.flex-content-full .flex-content-half {
  margin:0 1em 0 1em;
  display:block;
}
 .flex-content-half .main-copy {
    font-size:1.25em;
  }    
.flex-content-full .flex-content-half blockquote {
  font-size: 1.125em;
}
.flex-content-full .flex-content-half blockquote:before {
	
}
.flex-content-full .flex-content-half blockquote cite {
}
.flex-content-full .flex-content-half blockquote cite:before {
}
.flex-content-full .flex-content-half a.blockquote-link {
	 font-size: 1.125em;
  margin-top:.5em

}
.flex-content-full .image {
width: 90%;
	height:auto;
  margin:auto;
}

.flex-content-full .flex-content-half .store-address {
	font-size: 1.5em;
}
.flex-content-full .flex-content-half .store-phone {
	font-size: 1.5em;
} 
.flex-content-full .flex-content-half .image {
  width: 75%;
}
  
.flex-content-full .flex-content-half .video-container {
 height:200px;
}
}

/*Main Content Mobile-Landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.flex-content {
}
.flex-content-full {
}
h2.main-content {
	font-size: 1.5em;
}
h3.main-content {
	font-size: 1.5em;
}
h4.main-content {
	font-size: 1.5em;
}
h5.main-content {
	font-size: 1.5em;
}
.main-copy p {
	font-size: 1.125em;
}
.main-copy-10 p {
  font-size: 1.125em;
}
.main-copy-15 p {
  font-size: 1.125em;
}
.main-copy-25 p {
  font-size: 1.125em;
}
.main-copy-50 p {
  font-size: 1.125em;
}  
.flex-content-full .main-header {
  font-size:1.5em;
}
.flex-content-full .flex-content-half {
   margin:0 1em 0 1em;
display:block;
}
.flex-content-full .flex-content-half blockquote {
  font-size: 1.25em;
	
}
.flex-content-full .flex-content-half blockquote:before {

}
.flex-content-full .flex-content-half blockquote cite {

}
.flex-content-full .flex-content-half blockquote cite:before {
}
.flex-content-full .flex-content-half a.blockquote-link {
}
}
/*END MAIN CONTENT STYLING*/

/*BEGIN PRODUCT DISPLAY STYLING*/
.flex-product-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	max-width: 1400px;
	margin: auto;
	text-align: center;
  align-content: center;
}

.flex-product-container a {
text-decoration:none;
}
.flex-product-container .active {
  max-width:400px;
	align-items: center;
	text-align: center;
	 display: flex;	
	align-self: center;
	justify-content: center; /* horizontal alignment */
}



.flex-product-container h3 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.325em;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}
.flex-product-container h4 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.125em;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}
.flex-product-container h5 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 2.5em;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-product-container .price {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.75em;
	color: #000;
	line-height: 1em;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}
.flex-product-container .sale-price {
	font-family: 'HKGP500', sans-serif;
	font-size: 2em;
	color: #fff;
	line-height: 1em;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}
.flex-product-container .sale-price-bk {
	font-family: 'HKGP500', sans-serif;
	font-size: 2em;
	color: #000;
	line-height: 1em;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-container .sku {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.25em;
	color: #939598;
	line-height: 1.1em;
	padding: 0 0 0 0;
	margin: 0 0 .5em 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-product-container .sale-was {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.5em;
	color: #939598;
	line-height: 1.1em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: inline-block;
	text-decoration: line-through;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-product-container a.buy-button {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.5em;
	color: #fff;
	background-color: #000;
	display: block;
	text-transform: uppercase;
	text-align: center;
	width: 225px;
	height: 1.75em;
	line-height: 1.75em;
	margin: 15px auto 5px;
	border: 2px solid #000;
	text-decoration: none;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
    border-radius: 3px;
  -webkit-transition:
    background-color 0.2s ease,
    width 0.2s ease,
    height 0.2s ease;
  transition:
    background-color 0.2s ease,
    width 0.2s ease,
    height 0.2s ease;
}

.flex-product-container a.buy-button:hover {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
}
.flex-product-container a.shop-button h3 {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.125em;
	color: #fff;
	background-color: #000;
	display: block;
	text-transform: uppercase;
	text-align: center;
	width: 250px;
	height: 100%;
	line-height: 2em;
	margin: 15px auto 5px;
	border: 2px solid #000;
	text-decoration: none;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
    cursor: pointer;
  border-radius: 3px;
  -webkit-transition:
    background-color 0.2s ease,
    width 0.2s ease,
    height 0.2s ease;
  transition:
    background-color 0.2s ease,
    width 0.2s ease,
    height 0.2s ease;
}
.flex-product-container a.shop-button h3:hover {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
}

.flex-product-container a.shop-button h4 {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.325em;
	color: #fff;
	background-color: #000;
	display: block;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 2em;
	line-height: 2em;
	margin: 15px auto 5px;
	border: 2px solid #000;
	text-decoration: none;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
    cursor: pointer;
  border-radius: 3px;
  -webkit-transition:
    background-color 0.2s ease,
    width 0.2s ease,
    height 0.2s ease;
  transition:
    background-color 0.2s ease,
    width 0.2s ease,
    height 0.2s ease;
}
.flex-product-container a.shop-button h4:hover {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
}

.flex-product-container a.view-button {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.125em;
	color: #939598;
	display: block;
	text-transform: uppercase;
	text-align: center;
	width: 225px;
	height: 2em;
	line-height: 2em;
	margin: 25px auto 5px;
	border: 2px solid #939598;
	text-decoration: none;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}
.flex-product-container a.view-button:hover {
	background-color: #939598;
	border: 2px solid #939598;
	color: #fff;
	text-decoration: none;
}

.flex-product-container a.learn-more {
	font-family: 'HKGP500', sans-serif;
	color:#000;
	font-size: 1.25em;
	text-align: center;
	letter-spacing: 0em;
  display:block;
	text-decoration:none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-container a.sale-button-bk h3 {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.25em;
	color: #fff;
	background-color: #000;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	width: 250px;
	height: 2em;
	line-height: 2em;
	margin: 15px auto 5px;
	border: 2px solid #000;
	text-decoration: none;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
    cursor: pointer;
  border-radius: 3px;
  -webkit-transition:
    background-color 0.2s ease,
    width 0.2s ease,
    height 0.2s ease;
  transition:
    background-color 0.2s ease,
    width 0.2s ease,
    height 0.2s ease;
}
.flex-product-container a.sale-button-bk h3:hover {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
}

.flex-product-container .features {
	text-align: left;
}
.flex-product-container .features .title {
	font-family: 'HKGP500', sans-serif;
	font-size: 2em;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.25em;
	padding: 0 0 10px 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}
.flex-product-container .features ul {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.675em;
	color: #000;
	margin: 5px 0 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-product-container .features ul li {
	line-height: 1.25em;
	padding: 0 0 10px 0;
	color: #000;
}

.flex-product-container .features-sm .title {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.25em;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 0 0 20px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flex-product-container .features-sm {
	text-align: left;
}

.flex-product-container .features-sm ul {
	font-family: 'HKGP500', sans-serif;
    	font-size: 1.325em;
	color: #000;
	margin: 5px 0 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.flex-product-container .features-sm ul li {
	line-height: 1.1em;
	padding: 0 0 .75em 0;
	color: #000;
}
.flex-product-container .features-sm ul .spacer li {
  line-height: 1.1em;
	padding: 0 0 .75em 0;
	color: #fff;
}


.flex-product-container a:hover {
	text-decoration: none;
}

.flex-product-one {
	padding: 5px;
	max-width: 425px;
	margin-top: 10px;
	align-content: center;
	align-self: center;
}
.flex-product-one .image {
	display: flex;
	padding: 0 0 10px 0;
	max-width: 350px;
}

.flex-product-one h3 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.325em;
	line-height: 1.25em;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-one h4 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.325em;
	line-height: 1.25em;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-two {
	padding: 5px;
	max-width: 350px;
	margin-top: 10px;
	align-content: center;
	align-self: center;
}
.flex-product-two .image {
	display: flex;
	padding: 0 0 10px 0;
	max-width: 275px;
  align-self:center;
}
.flex-product-two h3 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.325em;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-two h4 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.325em;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-three {
	padding: 0 5px 0 5px;
	max-width: 350px;
	margin:10px 10px 0 10px;
	align-content: center;
	align-self: flex-end; 
  
}
.flex-product-three .image {
	display: flex;
	padding: 0 0 5px 0;
	max-width: 275px;
  margin: 10px 0 0 0;
  justify-content: center; /* horizontal alignment */
}

.flex-product-three h3 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.325em;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-three h4 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.325em;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-four {
	padding: 5px;
	max-width: 275px;
	margin: 5px 20px 0 20px;
	align-content: center;
	align-self: flex-end;
  justify-content: center; /* horizontal alignment */
}

.flex-product-four .image {
	display: flex;
	padding: 0 0 0 0;
	max-width: 250px;
}

.flex-product-four h3 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.325em;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}
.flex-product-four h4 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.325em;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-guide {
	padding: 5px;
	max-width: 350px;
	margin-top: 10px;
	align-content: center top;
	align-self: flex-end;
}

.flex-product-guide .image {
	display: flex;
	padding: 0 0 10px 0;
	max-width: 275px;
}

.flex-product-guide h3 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.5em;
	line-height: 1em;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-guide h4 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.5em;
	line-height: 1em;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .flex-product-container {
}
.flex-product-container h4 {
}
.flex-product-container h5 {
}
.flex-product-container .price {

}
.flex-product-container .sku {

}
.flex-product-container a.buy-button {
  font-size: 1.325em;
	height: 1.75em;
	line-height: 1.75em;

}
.flex-product-container a.shop-button h3 {
  font-size: 1.25em;
	height: 2em;
	line-height: 2em;
}
.flex-product-container a.shop-button h4 {
  font-size: 1.25em;
	height: 2em;
	line-height: 2em;
} 
.flex-product-container a.sale-button-bk h3 {
  font-size: 1.25em;
	height: 2em;
	line-height: 2em;
}  
.flex-product-container .features {
}
.flex-product-container .features .title {
}		
.flex-product-container .features ul {
}
.flex-product-container .features ul li {
}
.flex-product-container .features-sm .title {
}
.flex-product-container .features-sm ul {
	
}
.flex-product-container .features-sm ul li {
	}	
.flex-product-container .features-sm ul .spacer li {
}
.flex-product-container h3 {
}
.flex-product-container h4 {
}
.flex-product-two {
}
.flex-product-two .image {
}
.flex-product-two h3 {
}
.flex-product-two h4 {
}   
.flex-product-three {
}
.flex-product-three .image {
} 
.flex-product-three h3 {
}
.flex-product-three h4 {
} 
.flex-product-four {
}
.flex-product-four .image {
}
.flex-product-four h3 {
}
.flex-product-four h4 {
}
.flex-product-guide h3 {
}
.flex-product-guide h4 {
}  
}


/*Main Content Browser-MId*/
@media only screen and (min-width: 1400px) and (max-width: 1824px) {
.flex-product-container {
}

.flex-product-container h4 {
}
.flex-product-container h5 {
}
.flex-product-container .price {
	font-size: 1.75em;
  margin: 5px 0 0 0;
}
.flex-product-container .sale-price {
	font-size: 1.75em;
  margin: 5px 0 0 0;
} 
.flex-product-container .sale-price-bk {
	font-size: 1.75em;
  margin: 5px 0 0 0;
}   
.flex-product-container .sku {
	font-size: 1.25em;
}
.flex-product-container a.buy-button {
	font-size: 1.325em;
	height: 1.75em;
	line-height: 1.75em;
}
.flex-product-container a.shop-button h3 {
  font-size: 1.325em;
	height: 1.875em;
	line-height: 1.875em;
}
.flex-product-container a.shop-button h4 {
  font-size: 1.25em;
	height: 1.875em;
	line-height: 1.875em;
} 
.flex-product-container a.sale-button-bk h3 {
  font-size: 1.325em;
	height: 1.875em;
	line-height: 1.875em;
}  
.flex-product-container .features {
}
.flex-product-container .features .title {
}		
.flex-product-container .features ul {
  font-size: 1.5em;
}
.flex-product-container .features ul li {
}
.flex-product-container .features-sm .title {
	font-size: 1.25em;
}
.flex-product-container .features-sm ul {
	font-size: 1.25em;
}
.flex-product-container .features-sm ul li {
	line-height:1em;
	}	
.flex-product-container .features-sm ul .spacer li {
}
.flex-product-container h3 {
	font-size: 1.5em;
}
.flex-product-container h4 {
	font-size: 1.5em;
}
.flex-product-two {
}
.flex-product-two .image {
}
.flex-product-two h3 {
font-size: 1.25em;
}
.flex-product-two h4 {
  font-size: 1.25em;

}   
.flex-product-three {
}
.flex-product-three .image {
  max-width:225px;
  margin:auto;
} 
.flex-product-three h3 {
  font-size: 1.25em;

}
.flex-product-three h4 {
  font-size: 1.25em;

} 
.flex-product-four {
}
.flex-product-four .image {
  max-width:250px;
  margin:auto;
}
.flex-product-four h3 {
  font-size: 1.125em;
}
.flex-product-four h4 {
  font-size: 1.125em;
}
.flex-product-guide h3 {
}
.flex-product-guide h4 {
}  
}

/*Main Content Browser-Small*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.flex-product-container {
}
.flex-product-container h3 {
}
.flex-product-container h4 {
}
.flex-product-container h5 {
}
.flex-product-container .price {
}
.flex-product-container .sale-price {
	font-size: 1.75em;
	line-height: .75em;
} 
.flex-product-container .sale-price-bk {
	font-size: 1.75em;
	line-height: .75em;
}   
.flex-product-container .sku {
}
.flex-product-container a.buy-button {
font-size: 1.32em;
	height: 1.75em;
	line-height: 1.75em;
}
.flex-product-container a.shop-button h3 {
  font-size: 1.2em;
	height: 1.675em;
	line-height: 1.675em;
}
.flex-product-container a.shop-button h4 {
   font-size: 1.2em;
	height: 1.675em;
	line-height: 1.675em;
}
.flex-product-container a.sale-button-bk h3 {
  width:100%;
  font-size: 1.2em;
	height: 2em;
	line-height: 2em;
}  
.flex-product-container .features {
}
.flex-product-container .features .title {
}
.flex-product-container .features ul {
  font-size: 1.325em;
}
.flex-product-container .features ul li {
}
.flex-product-container .features-sm .title {
	font-size: 1.25em;
}
.flex-product-two {
}
.flex-product-two .image {
}
.flex-product-two h3 {
  font-size: 1.22em;
}
.flex-product-two h4 {
  font-size: 1.22em;
}    
.flex-product-three {
}
.flex-product-three .image {
}
.flex-product-three h3 {
  font-size: 1.22em;
}
.flex-product-three h4 {
  font-size: 1.22em;
}  
.flex-product-four {
  max-width:250px;
}
.flex-product-four .image {
  max-width:225px;
}
.flex-product-four h3 {
  font-size: 1.22em;
}
.flex-product-four h4 {
  font-size: 1.22em;
}
.flex-product-guide {
}
.flex-product-guide .image {
}
.flex-product-guide h3 {
}
.flex-product-guide h4 {
}  
}

/*Main Content Laptop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.flex-product-container {
}
  .flex-product-container .active {
  max-width:300px;
}

.flex-product-container h3 {
	font-size: 1em;
}
.flex-product-container h4 {
}
.flex-product-container h5 {
}
.flex-product-container .price {
	font-size: 1.75em;
	line-height: .75em;
}
.flex-product-container .sale-price {
	font-size: 1.75em;
	line-height: .75em;
} 
.flex-product-container .sale-price-bk {
	font-size: 1.75em;
	line-height: .75em;
}   
.flex-product-container .sku {
	font-size: 1em;
	line-height: .75em;
}
.flex-product-container a.buy-button {
	width: 150px;
	font-size: 1.25em;
	margin: 10px auto 5px;
}
.flex-product-container a.shop-button h3 {
	width: 85%;
	font-size: 1em;
	margin: 10px auto 5px;
   height:2em;
  line-height:1.75em;
}
.flex-product-container a.shop-button h4 {
	width: 100%;
	font-size: 1em;
	margin: 10px auto 5px;
   height:2em;
  line-height:1.75em;
} 
.flex-product-container a.sale-button-bk h3 {
	width: 85%;
	font-size: 1em;
	margin: 10px auto 5px;
   height:2em;
  line-height:1.75em;
}  
.flex-product-container .features {
}
	
.flex-product-container .features .title {
	font-size: 1.5em;
	line-height: 1.125em;
	padding: 0 0 10px 0px;
}
.flex-product-container .features ul {
	font-size: 1.375em;
}
.flex-product-container .features ul li {
	line-height: 1.1em;
}
.flex-product-container .features-sm .title {
	font-size: 1.25em;
}  
	
.flex-product-container .features-sm ul {
	font-size: 1.125em;
}
.flex-product-container .features-sm ul li {
	line-height: 1.1em;
}
.flex-product-container .features-sm ul .spacer li {
  line-height: 1.1em;
  }  
.flex-product-two {
	max-width: 250px;
}
.flex-product-two .image {
	max-width: 225px;
}
.flex-product-two h3 {
    font-size: 1.125em;
}
.flex-product-two h4 {
    font-size: 1.125em;
}    
.flex-product-three {
	max-width: 300px;
}
.flex-product-three .image {
	max-width: 225px;
  margin:auto;
}
.flex-product-three h3 {
    font-size: 1.125em;
}
.flex-product-three h4 {
    font-size: 1.125em;
}  
.flex-product-four {
	max-width: 250px;
}
.flex-product-four .image {
	max-width: 200px;
}
.flex-product-four h3 {
  font-size: 1.125em;   
}
.flex-product-four h4 {
  font-size: 1.125em;
}
.flex-product-guide h3 {
	font-size: 1.325em;	
}
.flex-product-guide h4 {
	font-size: 1.325em;	
}    
}

/*Main Content Tablet-Portrait*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.flex-product-container {
}
 .flex-product-container .flex-product-three h3 {
    font-size: 1.1em;
}    
.flex-product-container h3 {
	font-size: 1.25em;
}
.flex-product-container h4 {
  font-size: 1.25em;
}
.flex-product-container h5 {
  font-size: 1.25em;
}
.flex-product-container .price {
	font-size: 1.75em;
	line-height: .75em;
}
.flex-product-container .sale-price {
	font-size: 1.25em;
	line-height: .75em;
} 
.flex-product-container .sale-price-bk {
	font-size: 1.25em;
	line-height: .75em;
}  
.flex-product-container .sku {
	font-size: 1em;
	line-height: .75em;
  margin:0 0 2em 0;
}
.flex-product-container a.buy-button {
	width: 200px;
	font-size: 1.25em;
	margin: 10px auto 5px;
}
.flex-product-container a.shop-button h3 {
	width: 225px;
	font-size: 1.25em;
	margin: 10px auto 5px;
}
.flex-product-container a.shop-button h4 {
	width: 225px;
	font-size: 1.25em;
	margin: 10px auto 5px;
} 
.flex-product-container a.sale-button-bk h3 {
	width: 100%;
	font-size: 1em;
	margin: 10px auto 5px;
}  
.flex-product-container .features {
}
.flex-product-container .features .title {
	font-size: 1.5em;
	line-height: 1.125em;
	padding: 0 0 10px 0px;
}
.flex-product-container .features ul {
	font-size: 1.25em;
}
.flex-product-container .features ul li {
	line-height: 1.25em;
}
.flex-product-container .features-sm .title {	
	font-size: 1.125em;
}  
	
.flex-product-container .features-sm ul {
	font-size: 1.125em;
}
.flex-product-container .features-sm ul li {
	line-height: 1.1em;
}
.flex-product-container .features-sm ul .spacer li {
  line-height: 1.1em;
  }  
.flex-product-two {
	max-width: 200px;
  margin:0 0 0 0;
}
.flex-product-two .image {
	max-width: 175px;
  margin:auto;
}
.flex-product-two h3 {
	font-size:1.125em;
}
.flex-product-two h4 {
	font-size:1.125em;
}    
.flex-product-three {
	max-width: 250px;
  padding:0 5px 0 5px;
}
.flex-product-three .image {
	max-width: 200px;
  margin:auto;
}
.flex-product-three h3 {
	font-size:1.125em;
}
.flex-product-three h4 {
	font-size:1.125em;
}  
.flex-product-four {
	max-width: 250px;
}
.flex-product-four .image {
	max-width: 175px;
  margin:auto;
}
.flex-product-four h3 {
	font-size:1.125em; 
}
.flex-product-four h4 {
	font-size:1.125em;  
}
.flex-product-guide {
	max-width: 225px;
	margin-top: 10px;
}

.flex-product-guide .image {
	padding: 0 0 10px 0;
	max-width: 200px;
}

.flex-product-guide h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 5px 0;
}
.flex-product-guide h4 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 5px 0;
}    
}

/*Main Content Tablet-Landscape*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.flex-product-container {
}
.flex-product-container .price {
	font-size: 1.5em;
	line-height: .75em;
}
.flex-product-container .sale-price {
	font-size: 1.5em;
	line-height: .75em;
}
.flex-product-container .sale-price-bk {
	font-size: 1.5em;
	line-height: .75em;
}   
.flex-product-container .sku {
	font-size: .85em;
	line-height: .75em;
}
.flex-product-container a.buy-button {
	width: 100%;
	font-size: 1em;
	margin: 10px auto 5px;
}
.flex-product-container a.shop-button h3 {
	width: 100%;
	font-size: 1em;
	margin: 10px auto 5px;
}
.flex-product-container a.sale-button-bk h3 {
	width: 100%;
	font-size: 1em;
	margin: 10px auto 5px;
}
.flex-product-container .features {
}
.flex-product-container .features .title {
	font-size: 1.5em;
	line-height: 1.125em;
	padding: 0 0 5px 0px;
}
.flex-product-container .features ul {
	font-size: 1.325em;
}
.flex-product-container .features ul li {
	line-height: 1.1em;
}
	
.flex-product-container .features-sm ul {
	font-size: 1.25em;
}
.flex-product-container .features-sm ul li {
	line-height: 1.1em;
}
  .flex-product-container .features-sm ul .spacer li {
  line-height: 1.1em;
  }  
.flex-product-three {
	max-width: 100%;
}
.flex-product-three .image {
	max-width: 225px;
} 
.flex-product-container h3 {
	font-size: 1em;
}
.flex-product-container h4 {
}
.flex-product-container h5 {
}
.flex-product-two {
	max-width: 250px;
  margin:0 0 0 0;
}
.flex-product-two .image {
	max-width: 225px;
} 
.flex-product-two h3 {
	font-size:1.125em;
}
.flex-product-two h4 {
	font-size:1.125em;
}  
.flex-product-three {
	max-width: 250px;
  padding:0 5px 0 5px;
}
.flex-product-three .image {
	max-width: 200px;
  margin:auto;
}
.flex-product-three h3 {
	font-size:1.125em;
}
.flex-product-three h4 {
	font-size:1.125em;
}  
.flex-product-four {
	max-width: 250px;
}
.flex-product-four .image {
	max-width: 200px;
  margin:auto;
}
.flex-product-four h3 {
	font-size:1.125em;
}
.flex-product-four h4 {
	font-size:1.125em;
}
.flex-product-guide {
	max-width: 300px;
	margin-top: 10px;
}

.flex-product-guide .image {
	padding: 0 0 10px 0;
	max-width: 250px;
}

.flex-product-guide h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 5px 0;
}
.flex-product-guide h4 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 5px 0;
}    
}

/*Main Content Mobile-Portrait*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.flex-product-container {
	width: 100%;
  margin-bottom:2em;
  margin-top:0;
}
.flex-product-container .active {
	order: 1;
  max-width: 350px;
}

.flex-product-container h3 {
	font-size: .85em;
}
.flex-product-container h4 {
	font-size: 1em;
}
.flex-product-container h5 {
	font-size: 1.25em;
  line-height:1em;
  margin:0 0 0 0;
}
.flex-product-container .price {
	font-size: 1.5em;
	line-height: .5em;
  margin: .25em 0 0 0;
}
.flex-product-container .sale-price {
	font-size: 1.5em;
	line-height: .5em;
  margin: .25em 0 0 0;
}
  .flex-product-container .sale-price-bk {
	font-size: 1.5em;
	line-height: .5em;
  margin: .25em 0 0 0;
}  
.flex-product-container .sku {
  display:block;
	font-size: 1em;
	line-height: 1em;
	margin: .5em 0 .5em 4px;
}
.flex-product-container a.buy-button {
	font-size: 1.125em;
	margin: .5em auto 0px;
	width: 160px;
	height: 1.75em;
	line-height: 1.625em;
}
.flex-product-container a.shop-button h3 {
	font-size: .75em;
	margin: 5px auto 5px;
	width: 100%;
	height: 2em;
	line-height: 1.75em;
}
.flex-product-container a.shop-button h4 {
	font-size: .8em;
	margin: 5px auto 5px;
	width: 150px;
	height: 2.125em;
	line-height: 1.75em;
}  
.flex-product-container a.sale-button-bk h3 {
	font-size: .9em;
	margin: 5px auto 5px;
	width: 100%;
	height: 2em;
	line-height: 2em;
}  
.flex-product-container a.view-button {
	font-size: 1em;
	width: 175px;
	height: 2em;
	line-height: 1.75em;
}
.flex-product-container .features {
	max-width: 100%;
}
.flex-product-container .features .title {
	font-size: 1.5em;
	line-height: 1.125em;
	padding: 0 0 10px 0px;
}
.flex-product-container .features ul {
	font-size: 1.25em;
  margin: 0 0 0 0;
}
.flex-product-container .features ul li {
	line-height: 1.1em;
}
.flex-product-container .features-sm .title {
  font-size: .75em;
    padding: 0 0 5px 0;
  }  
	
.flex-product-container .features-sm ul {
	font-size: 1.25em;
}
.flex-product-container .features-sm ul li {
	line-height: 1em;
}
  .flex-product-container .features-sm ul .spacer li {
  display:none;
  } 
  
 .flex-product-one .image {
	padding: 0 0em 0px 0em;
	max-width: 200px;
}

.flex-product-two {
	max-width: 100%;
  margin:5px 5px 0 5px;
}
.flex-product-two .image {
	max-width: 125px;
}
.flex-product-two h3 {
  font-size: 1.25em;
}  
.flex-product-two h4 {
  font-size: 1.25em;
}    
.flex-product-three {
	max-width: 400px;
  margin:0 5px 5px 5px;
}
.flex-product-three .image {
	max-width: 225px;
  padding: 0 0 2px 0;
  margin:auto;
} 
.flex-product-three h3 {
  font-size: 1.25em;
}  
.flex-product-three h4 {
  font-size: 1.25em;
}    
.flex-product-four {
	max-width: 175px;
  margin:0 2px 5px 2px;
  padding: 2px;
}
.flex-product-four .image {
	max-width: 150px;
  padding: 0 0 10px 0;
}
.flex-product-four h3 {
	font-size: .95em;
}
.flex-product-four h4 {
	font-size: .95em;
}
.flex-product-guide {
	max-width: 175px;
	margin-top: 0px;
	align-content: center top;
}

.flex-product-guide .image {
	display: flex;
	padding: 0 0 10px 0;
	max-width: 150px;
}
.flex-product-guide h3 {
  font-size: .9em; 
}
.flex-product-guide h4 {
  font-size: .9em; 
}  
  .flex-product-container a.learn-more {
    display:inline-block;
    padding:0 10px 5px 10px;
  }  
}

/*Main Content Mobile-Landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.flex-product-container {
	width: 100%;
}
.flex-product-three {
	max-width: 200px;
}
.flex-product-three .image {
	max-width: 175px;
}
.flex-product-container h3 {
	font-size: 1em;
}
.flex-product-container h4 {
	font-size: 1em;
}
.flex-product-container h5 {
	font-size: 1.25em;
}
.flex-product-container .price {
	font-size: 1.5em;
	line-height: .75em;
}
.flex-product-container .sale-price {
	font-size: 1.5em;
	line-height: .75em;
}
.flex-product-container .sale-price-bk {
	font-size: 1.5em;
	line-height: .75em;
}    
.flex-product-container .sku {
	font-size: .85em;
	line-height: .75em;
}
.flex-product-container a.buy-button {
	font-size: 1em;
	margin: 10px auto 5px;
	width: 100%;
	height: 2em;
	line-height: 1.75em;
}
.flex-product-container a.shop-button h3 {
	font-size: .75em;
	margin: 5px auto 5px;
	width: 130px;
	height: 2em;
	line-height: 2em;
}
.flex-product-container a.shop-button h4 {
	font-size: .75em;
	margin: 5px auto 5px;
	width: 130px;
	height: 2em;
	line-height: 2em;
} 
.flex-product-container a.sale-button-bk h3 {
	font-size: .75em;
	margin: 5px auto 5px;
	width: 130px;
	height: 2em;
	line-height: 2em;
}  
.flex-product-container a.view-button {
	font-size: 1em;
	width: 175px;
	height: 2em;
	line-height: 1.75em;
}
.flex-product-container .features {
	width: 100%;
}
.flex-product-container .features .title {
	font-size: 1.5em;
	line-height: 1.125em;
	padding: 0 0 10px 0px;
}
.flex-product-container .features .title {
	font-size: 1.5em;
	line-height: 1.125em;
	padding: 0 0 10px 0px;
}
.flex-product-container .features ul {
	font-size: 1.125em;
  margin: 0 0 0 0;
}
.flex-product-container .features ul li {
	line-height: 1.1em;
}
.flex-product-container .features-sm .title {
  font-size: .75em;
    padding: 0 0 5px 0;
  }    
.flex-product-container .features-sm ul {
	font-size: 1.125em;
}
.flex-product-container .features-sm ul li {
	line-height: 1.1em;
}
  .flex-product-container .features-sm ul .spacer li {
  line-height: 1.1em;
  }  
.flex-product-two {
	max-width: 200px;
}
.flex-product-two .image {
	max-width: 175px;
}
.flex-product-two h3 {
	font-size: 1em;
}
.flex-product-two h4 {
	font-size: 1em;
}    
.flex-product-three {
	max-width: 200px;
}
.flex-product-three .image {
	max-width: 150px;
}
.flex-product-three h3 {
	font-size: 1em;
}
.flex-product-three h4 {
	font-size: 1em;
}  
.flex-product-four {
	max-width: 200px;
  margin:0 1px 5px 1px;
  padding: 1px;
}
.flex-product-four .image {
	max-width: 125px;
}
.flex-product-four h3 {
	font-size: 1em;
}
.flex-product-four h4 {
	font-size: 1em;
}
.flex-product-guide {
	max-width: 175px;
	margin-top: 0px;
	align-content: center top;
}

.flex-product-guide .image {
	display: flex;
	padding: 0 0 10px 0;
	max-width: 150px;
}
.flex-product-guide h3 {
  font-size: .9em; 
}
.flex-product-guide h4 {
  font-size: .9em; 
}    
}
/*END PRODUCT DISPLAY STYLING*/

/*CUSTOM COMAPRISON CHART STYLING*/
.comparison {
	max-width: 1400px;
	margin: 0 auto;
	font-family: 'HKGP500', sans-serif;
	text-align: center;
	padding: 10px;
   font-weight:normal;
}
.comparison table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
.comparison td, .comparison th {
	border-right: 2px solid #fff;
	empty-cells: show;
	padding: 10px;
}
.compare-heading {
	font-size: 1.25em;
	line-height: 1.125em;
	color: #fff;
	font-weight: 500 !important;
	border-bottom: 0 !important;
	padding-top: 5px !important;
  padding-bottom: 5px !important;
	background: #939598;
}
.comparison tbody tr:nth-child(odd) {
	display: none;
}
.comparison .compare-row {
	background: #F5F5F5;
}
.comparison .tickblue {
	color: #000;
}
.comparison th {
	font-weight: normal;
	padding: 0;
	border-bottom: 0px solid #939598;
}
.comparison tr td:first-child {
	text-align: left;
  font-size: 1.25em;
  line-height:1.45em;
  color: #000;
}
.comparison tr td:first-child a {
color:#000;
text-decoration:none;
}

.comparison tr td:first-child a:hover{
text-decoration:none;
}
.comparison .qbse, .comparison .qbo, .comparison .tl {
	color: #FFF;
	padding: 10px;
	font-size: 2em;
	border-bottom: 0;
	background: #939598;
}
.comparison .price-info {
	padding: 5px 5px 5px 5px;
	justify-content: center;
}
.comparison .price-now, .comparison .price-now span {
	color: #939598;
}
.comparison .price-now span {
	font-size: 1.75em;
}
.comparison a.price-buy {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.25em;
	color: #fff;
	background-color: #000;
	display: block;
	text-transform: uppercase;
	text-align: center;
	width: 85%;
	height: 1.75em;
	line-height: 1.625em;
	margin: 5px auto 5px;
	border: 2px solid #000;
	text-decoration: none;
	letter-spacing: 0.12em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
    border-radius: 3px;
  -webkit-transition:
    background-color 0.2s ease,
    width 0.2s ease,
    height 0.2s ease;
  transition:
    background-color 0.2s ease,
    width 0.2s ease,
    height 0.2s ease;
}
.comparison a.price-buy:hover {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
}

/*Comaprison Chart Browser-Small*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .comparison tr td:first-child {
  font-size: 1.125em;
  line-height:1.325em;
}
}

/*Comaprison Lap Top*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comparison tr td:first-child {
  font-size: 1em;
  line-height:1.25em;
}
.compare-heading {
	font-size: 1.125em;
	line-height: 1.15em;
}    
}

/*Comaprison Tablet-Portrait*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .comparison tr td:first-child {
  font-size: 1em;
  line-height:1.25em;
}
.compare-heading {
	font-size: 1em;
	line-height: 1.125em;
}  
}

@media (max-width: 767px) {
.comparison td:first-child, .comparison th:first-child {
	display: none;
}
.comparison tbody tr:nth-child(odd) {
	display: table-row;
	background: #F5F5F5;
  font-size:1.125em;
  line-height:1.5em;
}
  .comparison tbody tr:nth-child(odd) br {
    display:none;
}  
.comparison .row {
	background: #FFF;
}
.comparison td, .comparison th {
	border: 1px solid #939598;
}
.compare-heading {
	font-size: .9em;
}
.price-info {
	border-top: 0 !important;
}
.comparison .compare-row {
	background: #FFF;
}
.comparison .price-now span {
	font-size: 1.25em;
}
.comparison a.price-buy {
	font-size: .9em;
	width: 100%;
	height: 1.75em;
	line-height: 1.75em;
}
}

@media (max-width: 639px) {
.comparison a.price-buy {
	font-size: .75em;
	width: 100%;
	height: 2em;
}
.comparison td, .comparison th {
	padding: 5px 5px;
}
.comparison .price-now span {
	font-size: 1.25em;
}
.comparison .price-small {
	font-size: 16px !important;
	top: 0;
	left: 0;
}
.comparison .price-buy {
	margin-top: 10px;
}
.compare-heading {
	font-size: .675em;
}
}
/*END CUSTOM COMAPRISON CHART STYLING*/

/*CONFIG GUIDE CAROUSEL*/
.flex-product-config {
	max-width: 325px;
	margin:10px 15px 0 15px;
  padding:0 20px 0 20px;
	align-content: center;
	align-self: flex-end;
}

.flex-product-config .image {
	display: flex;
	padding: 0 0 10px 0;
	max-width: 175px;
  margin: 10px 0 0 0;
}

.flex-content-full h5.kit-header  {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 2.25em;
	line-height: 1em;
	padding: 0;
	margin: 0 0 1.75em 0;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-config h3 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1em;
	line-height: 1em;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-config a:hover {
	text-decoration: none;
}

.flex-product-config .price {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.5em;
	color: #000;
	line-height: 1em;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-content-full h5.cables-header  {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 2em;
	line-height: 1em;
	padding: 0;
	margin: 0 0 1em 0;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-cables {
	padding: 0 5px 0 5px;
	max-width: 300px;
	margin:10px 10px 0 10px;
  padding:0 10px 0 10px;
	align-content: center;
	align-self: flex-end;
}

.flex-product-cables .image {
	display: flex;
	padding: 0 0 10px 0;
	max-width: 250px;
  margin: 10px 0 0 0;
	margin:auto;
}

.flex-product-cables h3 {
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: .95em;
	line-height: 1.1em;
	padding: 0;
	margin: 5px 0 5px 0;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-cables .price {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.5em;
	color: #000;
	line-height: 1em;
	padding: 0 0 0 0;
	margin: 5px 0 10px 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-cables .info {
	font-family: 'HKGP500', sans-serif;
	padding: 0 0 0 0;
	margin: 5px 0 10px 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
}

.flex-product-cables .info .label{
  font-size: .95em;
	line-height: 1em;
	color: #000;
	padding: 10px 2px 0 0;
	margin: 0;
	display: block;
	text-transform: uppercase;
}

.flex-product-cables .info .text {
  font-size: .85em;
	line-height: 1em;
	color: #000;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	display: inline-block;
}
.flex-product-cables .info .warning-icon {
	background: url("/cdn/shop/files/warning-icon.svg?15834210010357931165") no-repeat;
	background-size: 100%;
	width: .85em;
	height: .85em;
	margin:0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
padding: 0 0 0 0;
}

.flex-content-full .row .col-12 #v-pills-tab {
  width:992px;
}

.flex-content-full .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #939598;
}

.flex-content-full .nav {
	justify-content:center;
}

.flex-content-full .nav a {
	font-family: 'HKGP500', sans-serif;
	font-size: 1.25em;
	color: #000;
	letter-spacing: 0.12em;
	padding-right:2em;
	padding-left:2em;
   font-weight:normal;
}

.flex-content-category-list {
padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	max-width: 1600px;
	margin: auto;
}

/*Kit Carousel Lap Top*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .flex-product-config {
	max-width: 250px;
     
}

.flex-product-config .image {
   max-width: 150px;
}
}

/*Kit Carousel Tablet-Portrait*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .flex-product-config {
	max-width: 175px;
    padding:0 5px 0 5px;
}

.flex-product-config .image {
   max-width: 125px;
  margin:auto;
}
  .flex-product-config h3 {
    font-size:.85em;
  }
 .flex-product-cables {
	max-width: 175px;
    padding:0 5px 0 5px;
}

.flex-product-cables .image {
   max-width: 125px;
  margin:auto;
}
  .flex-product-cables h3 {
    font-size:.85em;
  }
.flex-content-full .row .col-12 #v-pills-tab {
  width:720px;
} 
}

/*Kit Carousel Tablet-Landscape*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .flex-content-full .row .col-12 #v-pills-tab {
  width:900px;
}
}

/*Kit Carousel Mobile-Portrait*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .flex-content-full .nav {
	justify-content:center;
}
  .flex-content-full .nav a {
width:90%;
    font-size: 1.125em;
    line-height:1em;
margin:auto;
    	padding-right:1em;
	padding-left:1em;
}
.flex-content-full h5.kit-header  {
  font-size: 1.5em;
  line-height: .75em;
  margin: 0 0 1.25em 0;
  }    
.flex-product-config {
	max-width: 150px;
    padding:0 5px 0 5px;
  margin-right:0px;
}
.flex-product-config .image {
   max-width: 125px;
  margin: auto;
}
.flex-product-config h3 {
  font-size: .8em;
}
  
.flex-product-config .price {
  font-size: 1.25em;
  line-height: .5em;
  }
.flex-product-cables {
	max-width: 175px;
    padding:0 5px 0 5px;
}
.flex-product-cables .image {
   max-width: 125px;
  margin: 5px 0 0 0;
}
.flex-product-cables h3 {
  font-size: .8em;
} 
.flex-product-cables .price {
  font-size: 1.25em;
  line-height: .5em;
  }
.flex-content-full .row .col-12 #v-pills-tab {
  width:300px;
}
  .flex-content-full .col-12{
    padding-right:0;
    padding-left:0;
  }  

}

/*Kit Carousel Mobile-Landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .flex-content-full .nav a {
    font-size: 1.125em;
    line-height:1em;
    padding-right:1em;
	padding-left:1em;
}
.flex-content-full h5.kit-header  {  
  font-size: 1.5em;
  line-height: .75em;
}
.flex-product-config {
	max-width: 200px;
    padding:0 5px 0 5px;
}
.flex-product-config .image {
   max-width: 150px;
  margin: 5px 0 0 0;
}
.flex-product-cables {
	max-width: 200px;
    padding:0 5px 0 5px;
}
.flex-product-cables .image {
   max-width: 150px;
  margin: 5px 0 0 0;
}
.flex-content-full .row .col-12 #v-pills-tab {
  width:580px;
}  
}

/*Empire Theme Custom Elements*/
.product-description .col-lg-6 {
  width:48%;
  height:350px;
  display:inline-block;
  padding:.5em 1em 0 0;
}

.product-description .sm-no-padding {
  width:48%;
  height:350px;
  display:inline-block;
  margin-top:.5em;
}

.product-description .video-container {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
  width:100%;
  height:100%;
}


.product-description .video-container iframe,
.product-description .video-container object,
.product-description .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.flex-content-full .video-container {
    position: relative;
    padding-bottom: 0%;
    height: 0;
    overflow: hidden;
  width:100%;
  height:50%;
}


.flex-content-full .video-container iframe,
.flex-content-full .video-container object,
.flex-content-full .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 50% !important;
    height: 50% !important;
}

/*Empire Theme Custom Elements Browser-Small*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
      .product-description .col-lg-6 {
  height:325px;
}

.product-description .sm-no-padding {
  height:325px;
}
}

/*Empire Theme Custom Elements Laptop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-description .col-lg-6 {
  height:275px;
}

.product-description .sm-no-padding {
  height:275px;
}
}

/*Empire Theme Custom Elements Tablet-Portrait*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .product-description .col-lg-6 {
  height:250px;
}

.product-description .sm-no-padding {
  height:250px;
}
.vcb-snippet .row {
    width:95%;
    margin:auto;
  }  
}

/*Empire Theme Custom Elements Tablet-Landscape*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .vcb-snippet .row {
    width:95%;
    margin:auto;
  }
}

/*Empire Theme Custom Elements Mobile-Portrait*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
 .slideshow-slide-content-lp-left {
   height:6.75em;
 }
.slideshow-slide-content-lp-right {
   height:7em;
 }
.slideshow-slide-content-lp-center {
   height:6em;
 }
.product-description .col-lg-6 {
  width:100%;
  height:225px;
  display:block;
 padding-top:1em;
}

.product-description .sm-no-padding {
  width:100%;
  height:225px;
  display:block;
  margin-top:1em;
}
.vcb-snippet .row {
    width:95%;
    margin:auto;
  }  
     
}

/*Empire Theme Custom Elements Mobile-Landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .slideshow-slide-content-lp-left {
   height:7em;
    margin:0 0 2em 0;
     padding:0 0 2em 0;
 }
.slideshow-slide-content-lp-right {
   height:7em;
 } 
 .slideshow-slide-content-lp-center {
   height:7em;
    margin:0 0 0 0;
     padding:0 0 0 0;
 }
.product-description .col-lg-6 {
  height:175px;
  padding:.5em 1em 0 0;
}

.product-description .sm-no-padding {
  height:175px;
  margin-top:.5em;
}
.vcb-snippet .row {
    width:95%;
    margin:auto;
  }   
}

a.featured-collection--banner-outer {
  font-family: 'HKGP500', sans-serif;
  font-weight:normal;
}

a.featured-collection--banner-outer:hover {
  text-decoration:none;
  color:#fff;
}

/*Black Friday Sale*/
.block-container {
	display:block;
}

.flex-content-full-banner {
padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex block;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	max-width: 100%;
	height:100%;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
}

.flex-content-half .banner {
padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex block;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	max-width: 100%;
	height:100%;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
}

.flex-content-half .large {
	display: flex;
	padding: 0 0 0 0;
	max-width: 80%;
  margin:auto;
}

.flex-content-half .large-2 {
	display: flex;
	padding: 0 0 0 0;
	max-width: 100%;
  margin:auto;
}

h2.black-friday {
	font-family: 'HKGP500', sans-serif;
	font-size: 3.5em;
	line-height: 1.1em;
  color:#ffffff;
	padding: 0;
	margin: 0 0 .25em 0;
	letter-spacing: 0.1em;
	text-transform: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-weight:normal;
}

.flex-product-container .text-link {
	text-align: left;
  margin-bottom:2em;
}

.flex-product-container .text-link a {
  font-family: 'HKGP500', sans-serif;
    	font-size: 1.125em;
  line-height:1.25em;
	color: #000;
	margin: 5px 0 0 1em;
	padding:1px 0 1px 0;
	display:block;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-weight:100;
}

.flex-product-container .text-link a:hover {
	color:#939598;
}

.flex-text-link {
	padding: 0 5px 0 5px;
	max-width: 425px;
	margin:10px 10px 0 10px;
	align-content: center;
	align-self: flex-start; 
}

.flex-text-link h3{
	font-family: 'HKGP500', sans-serif;
	color: #000;
	font-size: 1.5em;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 .5em 0;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight:normal;
  text-transform:uppercase;
}

@media only screen and (min-width: 1800px) and (max-width: 2100px) {
  h2.black-friday {
	font-size: 3.25em;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	.flex-content-full-banner {
		height:550px;
	}
   h2.black-friday {
	font-size: 3.25em;
  }
  		.flex-text-link h3{
		font-size: 1.25em;
	}	
	.flex-product-container .text-link a {
		font-size: 1em;	
	}	
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.flex-content-full-banner {
		height:500px;
	}
   h2.black-friday {
	font-size: 3.125em;
  }
  	.flex-text-link h3{
		font-size: 1.125em;
	}	
	.flex-product-container .text-link a {
		font-size: 1em;	
	}	
}

/*Browser Small Laptop*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   h2.black-friday {
	font-size: 3em;
  }
   	.flex-text-link h3{
		font-size: 1.125em;
	}	
	.flex-product-container .text-link a {
		font-size: 1em;	
	}	
 
}

/*BF Tablet*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
   	.flex-text-link h3{
		font-size: 1.125em;
	}	
	.flex-product-container .text-link a {
		font-size: 1em;	
	}	
}
/*BF Tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  h2.black-friday {
    font-size: 2.5em;
  }
   .flex-content-half .large {
    width:30%;
  }
  .flex-content-half .large-2 {
    width:50%;
  }
  	.flex-text-link h3{
		font-size: 1em;
	}	
	.flex-product-container .text-link a {
		font-size: .85em;	
	}	
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  h2.black-friday {
    font-size: 1.25em;
  }
   .flex-content-half .large {
    width:50%;
  }
  .flex-content-half .large-2 {
    width:90%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
   h2.black-friday {
    font-size: 2.25em;
  }
  .flex-content-half .large {
    width:50%;
  }
  .flex-content-half .large-2 {
    width:50%;
  }
}


/*VIDEO POPUP WINDOW*/
.modal-title, .modal-subtitle{
  text-align: center;
  color: #000;
  margin: 50px auto 0 auto;
} 

.modal-subtitle {
  margin: 15px auto;
  color: #939598;
}

/* modal panel + button */

#modal-panel {
  max-width: 100%;
  margin: 0 auto 0 auto;

  text-align: center;
}

.button {
  font-size: 16px;
  padding: 10px 15px;
  background-color: #000;
    border: 2px solid #000;
  border-radius: 0.6em;
  color: white;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.button:hover {
  background: transparent;
    border: 2px solid #000;
  color: #000;
}

.button:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.2s;
  visibility: hidden;
  opacity: 0;
}

.overlay.blue {
    background: rgba(0,0,0, 0.5);
}

.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #939598;
  max-width: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

.popup h2 {
  text-align: center;
  margin-top: 0;
}

/* pop-up close button 'x' */

.popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -15px;
  right: 5px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
  color: #939598;
}

.popup .close:hover {
  opacity: 1;
}

.popup .content {
  max-height: 50vh;
  overflow: auto;
  text-align: center;
}

.embedded-video {
  width: 100%;
  max-width: 100%;
  height: 50vh;
  max-height: auto;
}

/* video button */

.video-button {
  height: 0px;
  width: 0px;
  margin: 0 auto;
  background: white;
  border-radius: 100%;
  background-image: url(https://www.serafinoboots.com/app/themes/serafino/assets/images/play2.png);
}

@media only screen and (min-width: 1800px) and (max-width: 2100px) {
  .popup {
  margin: 15% auto;
    max-width:55%;
  }
   .embedded-video {
    height: 45vh;
  }
  
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .popup {
  margin: 15% auto;
    max-width:60%;
  }
   .embedded-video {
    height: 45vh;
  }
}

/*Main Content Browser-MId*/
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .popup {
  margin: 20% auto;
    max-width:70%;
  }
   .embedded-video {
    height: 50vh;
  }
}

/*Popup Video Browser-Small*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .popup {
  margin: 45% auto;
    max-width:90%;
  }
   .embedded-video {
    height: 40vh;
  }
}

/*Popup Video Laptop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .popup {
  margin: 20% auto;
    max-width:80%;
  }
   .embedded-video {
    height: 45vh;
  }
}

/*Popup Video Tablet-Portrait*/
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .popup {
  margin: 20% auto;
    max-width:70%;
  }
   .embedded-video {
    height: 50vh;
  }
}


/*Popup Video Mobile-Portrait*/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .popup {
  margin: 65% auto;
    max-width:80%;
    padding: 10px;
  }
  .embedded-video {
    height: 25vh;
  }
  .popup .close {
    font-size: 20px;
     top: -8px;
  right: -8px;
  }
}



/*END VIDEO POPUP WINDOW*/