#instafeed {
  display: flex;
  padding: 30px;
  flex-wrap: wrap;
  justify-content: center; }
  #instafeed a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 5px solid #fff; }
    #instafeed a img {
      top: 50%;
      left: 0;
      position: absolute;
      width: 100%;
      height: auto;
      transform: translate(0, -50%); }

/** desktop **/
@media (min-width: 1150px) {
  #description h2 {
    font-size: 26px;
    color: #666; }
  /*#description-wrap {
		width:86%;
		margin:0 auto;
	}*/
  .feature {
    padding: 70px 0;
    border-bottom: 2px solid #ccc; }
  .feature:last-child {
    border-bottom: 0; }
  /*.learn-more, #view-products, #follow-us {
		width:50%;
		padding:14px 0;
		background-color:#7FB46D;
		color:white;
		text-decoration:none;
		display:inline-block;
		text-align:center;
		text-transform:uppercase;
		font-size:14px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		font-weight:bold;
		margin-top:24px;
	}*/
  .featured-content {
    box-sizing: border-box;
    padding: 0 3%; }
  .odd .featured-image {
    float: left;
    width: 40%; }
  .even .featured-image {
    float: right;
    width: 40%; }
  .odd .featured-content {
    float: right;
    width: 60%; }
  .even .featured-content {
    float: right;
    width: 60%; }
  .feature img {
    width: 75%;
    margin: 40px auto 0 auto;
    display: block; }
  #mission-statement {
    background-image: url("../img/mission-statement.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 394px;
    color: white;
    margin-bottom: 50px; }
  #mission-statement h2 {
    padding-top: 102px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 22px 0 23px;
    line-height: 18px;
    font-family: texgyreadventorbold;
    position: relative; }
  #mission-statement h3 {
    font-size: 32px;
    color: white; }
  #mission-statement p {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    line-height: 28px;
    font-size: 22px; }
  .resp-tab-content {
    padding-top: 50px; }
  .resp-tabs-container li {
    float: left;
    padding: 0 1%; }
  .resp-tabs-container li h2 {
    margin-top: 0; }
  .resp-tabs-container li h3 {
    width: 200px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #999; }
  .resp-tabs-container li img {
    display: block;
    margin: 0 auto;
    height: auto; }
  .resp-tabs-container li:first-of-type {
    width: 15%; }
  .resp-tabs-container li:first-of-type img {
    width: 40%; }
  .resp-tabs-container li:nth-of-type(2) {
    width: 45%; }
  .resp-tabs-container li:last-of-type {
    width: 40%; }
  .resp-tabs-container li:last-of-type img {
    width: 20%;
    margin-bottom: 20px; }
  .resp-tabs-container > div:last-of-type li {
    width: 33%; }
  .resp-tabs-container > div:last-of-type li img {
    width: 64%; }
  .resp-tabs-container > div:last-of-type li:last-of-type img {
    margin-bottom: 0; }
  #view-products {
    display: block;
    margin: 150px auto 0 auto;
    width: 20%;
    color: white; } }

/** tablet **/
@media (min-width: 750px) and (max-width: 1149px) {
  #description h2 {
    font-size: 26px;
    color: #666; }
  #description-wrap {
    width: 86%;
    margin: 0 auto; }
  .feature {
    padding: 70px 0;
    border-bottom: 2px solid #ccc; }
  .feature:last-child {
    border-bottom: 0; }
  .learn-more, #view-products, #follow-us, #view-products {
    width: 100%;
    padding: 14px 0;
    background-color: #7FB46D;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-weight: bold;
    margin-top: 24px; }
  .featured-content {
    box-sizing: border-box;
    padding: 0 3%; }
  .odd .featured-image {
    float: left;
    width: 40%; }
  .even .featured-image {
    float: right;
    width: 40%; }
  .odd .featured-content {
    float: right;
    width: 60%; }
  .even .featured-content {
    float: right;
    width: 60%; }
  .feature img {
    width: 75%;
    margin: 20px auto 0 auto;
    display: block; }
  #mission-statement {
    background-image: url("../img/mission-statement.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 394px;
    color: white;
    margin-bottom: 50px; }
  #mission-statement h2 {
    padding-top: 102px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 22px 0 23px;
    line-height: 18px;
    font-family: texgyreadventorbold;
    position: relative; }
  #mission-statement h3 {
    font-size: 32px;
    color: white; }
  #mission-statement p {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    font-size: 22px; }
  .resp-tabs-list.hor_1.desktop {
    display: block !important; }
  .resp-tabs-list.hor_1.mobile {
    display: none !important; }
  .resp-tab-content {
    padding-top: 50px; }
  .resp-tabs-container .page-wrap {
    width: 96%; }
  .resp-tabs-container li {
    float: left;
    padding: 0 1%; }
  .resp-tabs-container li h2 {
    margin-top: 0; }
  .resp-tabs-container li h3 {
    width: auto;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #999; }
  .resp-tabs-container li img {
    display: block;
    margin: 0 auto;
    height: auto; }
  .resp-tabs-container li:first-of-type {
    width: 15%; }
  .resp-tabs-container li:first-of-type img {
    width: 40%; }
  .resp-tabs-container li:nth-of-type(2) {
    width: 60%; }
  .resp-tabs-container li:last-of-type {
    width: 25%; }
  .resp-tabs-container li:last-of-type img {
    width: 50%;
    margin: 0 auto 20px auto; }
  .resp-tabs-container > div:last-of-type li {
    width: 33%; }
  .resp-tabs-container > div:last-of-type li img {
    width: 64%; }
  .resp-tabs-container > div:last-of-type li:last-of-type img {
    margin-bottom: 0; }
  #view-products {
    display: block;
    margin: 150px auto 0 auto;
    width: 36%;
    color: white; } }

/** mobile **/
@media (max-width: 749px) {
  #description h2 {
    font-size: 26px;
    color: #666; }
  #description-wrap {
    width: 86%;
    margin: 0 auto; }
  .feature {
    padding: 70px 0;
    border-bottom: 2px solid #ccc; }
  .feature:last-child {
    border-bottom: 0; }
  .learn-more, #view-products, #follow-us {
    width: 66%;
    padding: 14px 0;
    background-color: #7FB46D;
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 7px;
    font-weight: bold;
    margin: 30px auto 0 auto; } }

@media (max-width: 749px) and (max-width: 660px) {
  .learn-more, #view-products, #follow-us {
    width: 70%; } }

@media (max-width: 749px) and (max-width: 570px) {
  .learn-more, #view-products, #follow-us {
    width: 65%; } }

@media (max-width: 749px) {
  .featured-content {
    box-sizing: border-box;
    padding: 0 3%; }
  .feature img {
    width: 75%;
    margin: 20px auto 0 auto;
    display: block; }
  #mission-statement {
    background-image: url("../img/mission-statement.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 450px;
    color: white;
    margin-bottom: 50px; }
  #mission-statement h2 {
    padding-top: 102px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 22px 0 23px;
    line-height: 18px;
    font-family: texgyreadventorbold;
    position: relative; }
  #mission-statement h3 {
    font-size: 32px;
    color: white; }
  #mission-statement p {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    line-height: 36px;
    font-size: 22px; }
  .resp-tabs-list.hor_1.desktop {
    display: none !important; }
  .resp-tabs-list.hor_1.mobile {
    display: block !important; }
  .resp-tabs-container .page-wrap {
    width: 96%; }
  .resp-tabs-container li {
    float: none;
    padding: 0 1%; }
  .resp-tabs-container li h2 {
    margin-top: 0;
    font-size: 22px; }
  .resp-tabs-container li h3 {
    width: 200px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #999; }
  .resp-tabs-container li img {
    display: block;
    margin: 0 auto;
    height: auto; }
  .resp-tabs-container li:first-of-type {
    width: 15%;
    float: left; }
  .resp-tabs-container li:first-of-type img {
    width: 65%; }
  .resp-tabs-container li:nth-of-type(2) {
    width: 100%; }
  .resp-tabs-container li:last-of-type {
    width: 100%; }
  .resp-tabs-container li:last-of-type img {
    width: 16%;
    margin: 20px auto; }
  .resp-tabs-container > div:last-of-type li {
    width: 100%; }
  .resp-tabs-container > div:last-of-type li img {
    width: 64%; }
  .resp-tabs-container > div:last-of-type li:last-of-type img {
    margin: 0 auto; }
  .resp-tabs-container .theme-button {
    margin-top: 0; }
  .resp-accordion > img {
    width: 35px; }
  #view-products {
    display: block;
    margin: 150px auto 0 auto;
    width: 50%;
    color: white; } }

@media (max-width: 475px) {
  #mission-statement {
    padding: 0 20px 0 20px;
    height: auto; }
  #mission-statement h3 {
    line-height: 32px !important; } }

@media (min-width: 600px) {
  #instafeed a {
    width: 200px;
    height: 200px; } }
