/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 384:0 Unexpected "<"

**/
<style>
  
  /* Shopify skips first css for some reason */
  spacer{

  }

  superscript {
    top: -4px;
    position: relative;
  }
  
  .wrapper960{
    max-width:960px;
    margin: 0 auto;
    padding: 0px;
  }
  
  #reviewsPageTop{
    width:100%;
    height:auto;
    padding: 2%;
    margin: 0px auto 10px;
    
    border-style: solid;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    background-color: rgb(251, 251, 251);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
  }
  
  #reviewsPageTopLeft{
   	width:60%;
    float:left;
  }
  
  .reviewsPageTopLeftText{
    margin: 0px 0px 8px;
  }
  
  #reviewsPageTopLeft h1{
    line-height: 42px;
    font-size: 40px;
    margin: 0px;
    padding: 0px; 
  }
  
  #reviewsPageTopLeft p{
	font-size: 17px;
    line-height: 19px;
    margin: 0px;
  }
  
  h1#reviewsJoin{
   	color:#37549d; 
  }
  
  #joinFacebookGroup img{
     margin: -3px 2px;
  }
  
  #reviewsPageTopRight{
  	width:38%;
    float:left;
    margin: 0px 0px 0px 2%;
    text-align:center;
  }
  
  
  #reviewsShopNowButton {
      background-color: rgb(252, 103, 25);
  }

  #reviewsShopNowButton:hover{
    cursor:pointer; 
    background-color: #ff803d;
  }
  
  #reviewsShopNowButton a {
      display: block;
      color: #fff;
      font-size: 26px;
      line-height: 51px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      margin: 5px auto 0px;
  }
  
  #reviewsVideoContainer{
   margin: 0 auto;
   width: 100%;
   height: auto;
  }
  
  
  .reviewsVideoBox {
	width: 48%;
    margin: 0px 1% 20px 1%;
    text-align: center;
    padding: 10px 0px 0px;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    background-color: rgb(251, 251, 251);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08)
  }
  
  .reviewsVideoBox video{
      width: 96%;
      height: 320px; 
  }
  
  video.reviewsVideo:hover {
    cursor: pointer;
  }
  
  .reviewsVideoMeta {
	padding: 15px;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f7f7f7 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  }
  
  .reviewsVideoMeta h2{
      font-size: 28px;
      line-height: 32px;
      margin: 0px;
      padding: 0px; 
  }
  
  .reviewsVideoMeta p {
      margin: 0px;
      font-size: 14px;
      line-height: 17px;
  }
  
  #leaveFBbelow {
      width: 96%;
      height: auto;
      text-align: center;
      margin: 40px auto 10px;
      position: relative;
      padding: 50px 2% 15px;
    
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      background-image: -moz-linear-gradient( 90deg, rgb(55,84,157) 0%, rgb(83,131,250) 100%);
      background-image: -webkit-linear-gradient( 90deg, rgb(55,84,157) 0%, rgb(83,131,250) 100%);
      background-image: -ms-linear-gradient( 90deg, rgb(55,84,157) 0%, rgb(83,131,250) 100%);
    
  }
  
#leaveFBbelow h1 {
    color: #fff;
    margin: 0px;
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 0px;
}
  
  #leaveFBbelow p{
    color: #fff;
    margin: 5px 0px 0px;
    font-size: 21px;
    line-height: 24px;
  }
  
  #leaveFBbelowIcon {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: -95px auto 0px;
  }
  
  #fb-comment-box {
    width: 93%;
    margin: 0 auto;
  }
  
  #joinFBCommunityBox {
      width: 100%;
      height: auto;
      border-radius: 5px;
      background-color: rgb(251, 251, 251);
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
      padding: 0px 0px 10px;
      margin: 20px 0 0;
  }
  
  #fbCommunityBoxHeader {
      width: 100%;
      background-color: rgb(39, 39, 39);
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      text-align: center;
      padding: 10px;
  }
  
  #fbCommunityBoxHeader h1{
    color:#fff;
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
  }
  
  #fbCommunityChecklistBox {
      width: 43%;
      float: left;
      height: auto;
      margin: 15px 3%;
  }
  
  #fbCommunityBoxRight {
      float: left;
      width: 50%;
      padding: 60px 0 0 0;
  }
  
  #fbCommunityIcon {
      float: left;
      width: 10%;
      max-width: 43px;
  }
  
  #joinCommunityCTA {
      width: 86%;
      float: left;
      margin: 0px 2% 10px 2%;
      text-align: center;
      border-radius: 5px;
      background-color: rgb(252, 103, 25);
      box-shadow: 0px 6px 0px 0px rgba(208, 78, 10, 0.004), 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
      border-bottom: 5px #c14a0b solid;
  }
  
  #joinCommunityCTA:hover{
    cursor: pointer;
    background-color: #ff803d;
  }
  
  #joinCommunityCTA a {
      display: block;
      color: #fff;
      font-size: 20px;
      line-height: 25px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0px auto;
      padding: 6px 10px;
  }
  
  #communityChecklist {
    list-style: square inside url("https://cdn.shopify.com/s/files/1/1381/2647/t/13/assets/reviews_check.png?10604816808706668244");
    margin:10px 0px 0px;
  }
  
  #communityChecklist li {
      font-size: 23px;
      line-height: 25px;
  }
  
  @media(max-width:1200px){
    
    #fbCommunityBoxRight {
        float: none;
        width: 100%;
        padding: 0px 15px;
    }
    
    #reviewsPageTopLeft {
        width: 100%;
        float: none;
        margin: 10px auto 0px;
        text-align: center;
    }
   
    .reviewsPageTopLeftText {
		margin: 20px 0px;
	}
    
    
    #reviewsPageTopRight {
      width: 100%;
      float: none;
      margin: 0px auto 10px;
      text-align: center;
	}
    
    #reviewsShopNowButton {
      width: 85%;
      margin: 0 auto;
	}
    
    #fbCommunityChecklistBox {
      width: 94%;
      float: none;
      margin: 15px 3%;
	}
    
    #joinCommunityCTA {
        float: left;
    }
    
    
  }
  
  @media(max-width:600px){
    
    
    .reviewsVideoBox {
      width: 98%;
      float: none;
    }
    
    .reviewsVideoBox video {
      height: 220px;
	}
    
	#leaveFBbelow{
      margin: 45px auto 10px;
      padding: 40px 2% 15px;
    }
    
    #leaveFBbelowIcon {
        margin: -75px auto 0px;
        width: 70px;
    }
    
    #leaveFBbelow h1{
      font-size: 24px;
      line-height: 26px;
    }

    #leaveFBbelow p{
  	  font-size: 15px;
      line-height: 17px;
    }
    
    #fbCommunityBoxHeader h1 {
      font-size: 22px;
      line-height: 26px;
	}
    
    #communityChecklist {
      list-style: square inside url("https://cdn.shopify.com/s/files/1/1381/2647/t/13/assets/reviews_check_small.png?10604816808706668244");
  	}
    
    #communityChecklist li {
        font-size: 15px;
        line-height: 16px;
    }
    
    #reviewsPageTopLeft h1 {
        line-height: 28px;
        font-size: 30px;
        margin: 5px 0;
    }
    
    #reviewsPageTopLeft p {
      font-size: 14px;
      line-height: 16px;
	}
    
    #joinCommunityCTA a {
      font-size: 16px;
      line-height: 18px;
	}
    
  }
  
 
  
</style>