/** Shopify CDN: Minification failed

Line 132:19 Expected identifier but found whitespace
Line 132:21 Unexpected "{"
Line 132:31 Expected ":"
Line 133:8 Expected identifier but found whitespace
Line 133:10 Unexpected "{"
Line 133:20 Expected ":"
Line 141:8 Expected identifier but found whitespace
Line 141:10 Unexpected "{"
Line 141:20 Expected ":"
Line 144:8 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
.centered {
  text-align:center !important;
}

@media (min-width: 1042px) {
	.site-header__logo {
      margin-left:-70px;
    }
}

@media (min-width: 770px) and (max-width: 1041px) {
	.site-header__logo {
      margin-left:-48px;
    }
}

@media (min-width: 770px) {
 nav.sidebar-module {
  margin-top:-6px;
 }
  
}
  
nav.sidebar-module .section-header {
  border-bottom-color: #999999 !important;
}

header h1 {
 padding-top:0px !important;
 margin-top:0px !important;
}

h4, .h4 {
	text-transform: none !important;
	font-size:1.2em;
}

.smallProduct {
  float:left;
  margin:0 30px 30px 0;
  width:200px;
}

img.imageRight {
  float:right;
  width:200px;
}

img.app {
  width:150px;
  margin:0 20px;
}

@media (max-width: 480px) {
    img.imageRight {
    float:none;
    width:100%;
  }
  img.app {
  	width:50%;
    margin:10px auto;
  }
}

/* What is Page */

.component {
	width: 100%;
  	clear: both;
  	padding: 30px;
}

.component img {
  float:left;
  margin:0 30px 30px 0;
  width:200px;
}

.component p, .component ul {
	margin-left:230px;
}

@media (max-width: 600px) {
	.component p, .component ul {
	margin-left:0;
	}
  
  	.component img {
     width:100%; 
    }
}

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

.licenseForm label {
  width:100% !important;
}

.licenseForm h2 {
  font-size:1.4em;
  padding-top:30px;
}

/* Redirect Styles */

#location-redirect-message {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  padding: 20px;
  background-color: {{ settings.redirect_bg_color | default: "#fff" }};
  color: {{ settings.redirect_color | default: "#000" }};
  text-align: center;
  font-family: sans-serif;
  font-size: 16px;
  width: 100%;
  z-index: 1000;
}
#location-redirect-message a {
  color: {{ settings.redirect_link_color | default: "#000" }};
}
#location-redirect-message a:hover {
  color: {{ settings.redirect_link_hover_color | default: "#000" }};
}

/* Styling Changes 24-4-17 */

.badge__text {font-size:1.2em;}

.grid-link__title {min-height:70px;}