/** Shopify CDN: Minification failed

Line 426:0 Unexpected "}"

**/
/*.right_side_content_wrapper h2
.astaxanthin_section_1_wrapper .as_1_content_wrapper .as_1_content_title h1
.as_4_title > h2

*/

.astaxanthin_section_1_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  /*
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/	
}

.astaxanthin_section_1_wrapper .as_1_content_wrapper {
width: 60%;
float: left;
}

.astaxanthin_section_1_wrapper .as_1_image_wrapper {
width: 40%;
 float: left;
}

.astaxanthin_section_5_wrapper{
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/*Updated*/
.astaxanthin_section_1_wrapper 
.as_1_content_wrapper 
.as_1_content_title h1 {
	color:#4f8549;
  	font-size:30px;
  	line-height:45px;
  	font-weight:700;
}
.astaxanthin_section_1_wrapper 
.as_1_content_wrapper 
.as_1_content p {
	color:#4f8549;
  	font-size:20px;
  	line-height:26px;
  	font-weight:500;
}

/*
.astaxanthin_section_2_wrapper{
  	max-width: 1040px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}*/

.astaxanthin_section_2_wrapper {
  	max-width: 1040px;
    margin: 0 auto;
	padding-top: 30px;
    display: grid;
    width: 100%;
    grid-gap: 26px;
    text-align: center;

	/*grid-template-columns: 1fr;/
grid-template-columns: repeat(5,175px);*/
	grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
   /* justify-content: center;*/
}


.astaxanthin_section_2_wrapper .as_2_image img{
	width:80%;
}

.astaxanthin_section_2_wrapper .as_2_content_title p{
	font-size: 17px;
    font-weight: 400;	
    text-transform: uppercase;
    color: #f9a71d;
}
.astaxanthin_section_3_wrapper{
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  background-color:#69a5db;
  padding-bottom:50px;
  padding-top:50px;
  /*background-image: linear-gradient(#5895CF, #7FB6E3, #8EC0E8);*/
}
.as_3_image {
	position:relative;
}

.as_3_rightside_wrapper{
	width:90%;
}
.astaxanthin_section_3_wrapper .as_3_image > img{
	width:85%;
}
.right_side_content_wrapper{
  	/*
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-top: 40px;*/
  	/*
  	position: absolute;
    text-align: center;
    width: 100%;
    height: 0%;
    top: 2.5%;
    left: 0%;
    bottom: 0;
    right: 0;
  	*/
 	/* 
	position: absolute; 
    text-align: center;
    width: 50%;
    height: 0%;
    margin: auto;
    top: 2%;
    left: 50%;
    bottom: 0;
    right: 0;
    z-index: 51;
  	display:table;*/
}

.right_side_content_wrapper h2{
	color:white;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-align: left;
}
.as_3_right_side_content p {
  	color:white;
  	font-size: 18px;
    line-height: 22px;
  	font-weight:500;
  	text-align: left;
}
/*
.as_3_right_side_icons_wrapper{
	margin: 0 auto;
    display: grid;
    max-width: 100%;
    grid-gap: 0px;
    justify-content: start;
    grid-template-columns: auto auto auto auto;
}*/

.as_3_right_side_icons_wrapper{

    display: grid;
      grid-gap: 1em;
		grid-template-columns: repeat(3, 1fr);
		max-width: 560px;
		 align-items: start !important;
		 float: left;
    grid-template-columns: auto auto auto auto;
}

.as_3_right_side_icon img {
      width: 100%;
  }


.as_3_right_side_icon p {
	color:white;
}
.astaxanthin_section_4_wrapper{
  	max-width:1040px;
	margin: 0 auto;
    display: grid;
    width: 100%;
    grid-gap: 0;
    justify-content: center;
    grid-template-columns: 1fr;
}

.as_4_title > h2{
	color:#4f8549;
  	font-size:30px;
  	line-height:45px;
  	font-weight:700;
    text-align: left;
  	margin-bottom:20px;
}
.as_4_content p{
	color:#4f8549;
  	font-size:20px;
  	line-height:32px;
  	font-weight:400;
    text-align: left;
}
.as_4_image img{
	text-align:center;
  	width:100%;
}
.as_5_content_wrapper img{
	width:100%;
}

.astaxanthin_section_6_wrapper {
	background-color: #f8b948;
	padding: 50px 0px 35px 0px;
}

.astaxanthin_section_6_wrapper .container {
max-width:1040px;
	margin: 0 auto;
	display: grid;
	width: 100%;
	grid-gap: 30px;
	text-align: center;
	grid-template-columns: repeat(6,152px);
	justify-content: center;
}

.astaxanthin_section_6_wrapper .as_6_image img{
	width:90%;
}
.astaxanthin_section_6_wrapper .as_6_content_title p{
	font-size: 16px;
    font-weight: 550;
    text-transform: uppercase;
    color: #3b893e;
}

/*
.astaxanthin_section_6_wrapper .as_6_image_wrapper {
	max-width: 185px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	vertical-align: top; 
}


.astaxanthin_section_6_wrapper {
    margin: 0 auto;
    width: 100%;
	display: table;
    text-align: center;
  background-color: #f8b948;
    padding: 50px 0px 35px 0px;
}

.astaxanthin_section_6_wrapper .as_6_image img{
	width:100%;
}
*/
.astaxanthin_section_6_wrapper .as_6_content_title p{
	font-size: 17px;
    font-weight: 550;
    text-transform: uppercase;
    color: #3b893e;
}
.section_bullet_wrapper {
    display: inline;
    /*float: left;
    width: 33.33%;
 	margin-bottom:50px;*/
}
.astaxanthin_section4_sub4{
	margin-bottom:30px;
}

.astaxanthin_section4_sub4 .section_bullet_wrapper:first-of-type div {
/*border: 1px solid #F00C10;*/
margin-top: -12px;
}
.astaxanthin_section_4_wrapper .astaxanthin_section4_sub3 p:last-of-type {
/*color: #f7a71d;*/
}

.section_bullet_wrapper .section_bullet {
    /*color: #f7a71d;*/
	color: #4f8549;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}
.section_bullet_wrapper .section_bullet:before{
	display: inline-block;
    content: "–";
    width: 1em;
    margin-left: 0px;
}
.as_3_left_side_icons_wrapper{
	position: absolute;
    top: 23%;
    left: 55%;
}
.as_3_left_side_icon span{
	color: white;
    font-size: 42px;
    float: left;
    margin-right: 10px;
    font-style: italic;
}
.as_3_left_side_icon div.content_wrapper {
	    display: inline;
}
.as_3_left_side_icon .content_wrapper p:first-child {
	display: inline;
}
.as_3_left_side_icon .content_wrapper p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-style: italic;	
  	color:white;
}
.as_3_left_side_icon{
	width: 100%;
    display: inline-block;
  	margin-bottom:20px;
}
.second_left_content{
	position: relative;
    left: 5%;
    top: 10px;
}
.third_left_content{
	position: relative;
    left: 12%;
    top: 20px;
}

.astaxanthin_section4_sub2 .as_4_image:first-child::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #f9a71b;
    width: 50%;
    left: 100%;
    top: 42.7%;
}
.astaxanthin_section4_sub2 .as_4_image:nth-child(2)::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #f9a71b;
    width: 50%;
    left: 100%;
    top: 42.7%;
}
.astaxanthin_section4_sub2 .as_4_image:nth-child(3)::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #f9a71b;
    width: 50%;
    left: 100%;
    top: 42.7%;
}
.as_4_image img {
	width:100%;
}
.as_4_image{
	position:relative;
}

.sustainbility_section_1_wrapper h1{
	font-size: 40px;
    line-height: 56px;
  	color:#4f8549;
  	margin-bottom:0px;
}
.sustainbility_section_1_wrapper .as_1_content p{
	margin:0px;
}
.sustainbility_section_2_wrapper .section2__image{
  	position: relative;
} 
.sustainbility_section_2_wrapper .section2__image img{
	width:100%;
}
.sustainbility_section_2_wrapper .section2__image .section2_title_wrapper{
  	position: absolute;
    top: 10%;
    left: 15%;
    width: 30%;

}
.sustainbility_section_2_wrapper .section2__image .section2_title_wrapper h2{
	color: white;
    font-size: 50px;
    line-height: 54px;
}

@media (min-width: 1368px) {
 	.as_3_rightside_wrapper {
      width: 70%;
	  }
	  .astaxanthin_section4_sub2 {
	max-width:1094px;
	margin: 0 auto;
    display: grid;
    width: 100%;
    grid-gap: 62px;
    justify-content: left;
    grid-template-columns: auto auto auto auto;
}
  	}
  /*
  .right_side_content_wrapper{
  	height: 85vh;
  }
  .astaxanthin_section_3_wrapper .as_3_image>img{
  	height: 85vh;
  }*/
}

.astaxanthin_section_5_wrapper{
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 0.1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding-right:30px;
  padding-left:30px;
}
.as_1_image > img{
  width:100%;
}


@media (min-width: 769px) and (max-width: 1367px) {


.astaxanthin_section4_sub2 {
    width: 96% !important;
}

	.astaxanthin_section4_sub2{
	max-width:1090px;
	margin: 0 auto;
    display: grid;
    width: 90%;
    grid-gap: 62px;
    justify-content: left;
    grid-template-columns: auto auto auto auto;
}

}



@media (min-width: 768px) and (max-width: 1024px) {

	.astaxanthin_section_2_wrapper {
    	      padding-left: 15px;
	   padding-right: 15px;
	}
	
	/*
  	.astaxanthin_section_6_wrapper {
      	grid-template-columns: repeat(3,152px);
      	
  	}
	*/


  	
}


@media (min-width: 768px) and (max-width: 1024px) {
  .astaxanthin_section_1_wrapper, .astaxanthin_section_4_wrapper {
  		width: 90%;
  }
  .as_3_right_side_icon img {
      width: 100%;
  }
  .astaxanthin_section_5_wrapper .as_5_content_wrapper:first-child{
  		display:none;
  	}
	
			.astaxanthin_section_5_wrapper .as_5_content_wrapper:nth-of-type(2) {
  		min-width: 500px !important;
		height: auto;
		margin-left:  auto;
		margin-right: auto;
  	}
	
  	.astaxanthin_section_5_wrapper .as_5_content_wrapper:last-child{
  		display:none;
  	}
}

@media (min-width: 1025px) and (max-width: 1365px) {

  .astaxanthin_section_1_wrapper, .astaxanthin_section_4_wrapper {
  		width: 90%;
  }
  .as_3_right_side_icon img {
      width: 100%;
  }
  
  /*
  .astaxanthin_section_5_wrapper .as_5_content_wrapper:first-child{
  		display:none;
  	}
	
		.astaxanthin_section_5_wrapper .as_5_content_wrapper:nth-of-type(2) {
  		min-width: 700px !important;
		height: auto;
		margin-left:  auto;
		margin-right: auto;
  	}
	
  	.astaxanthin_section_5_wrapper .as_5_content_wrapper:last-child{
  		display:none;
  	}*/
}

@media only screen and (max-width: 1024px) {

/*
.astaxanthin_section_6_wrapper .container {
max-width:  600px;
margin: 0 auto;
}



.astaxanthin_section_6_wrapper .as_6_image_wrapper {
	max-width: 160px !important;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap
	vertical-align: top; 
}*/
}


@media (min-width: 768px) and (max-width: 1560px) {
	.astaxanthin_section_1_wrapper .as_1_content_wrapper .as_1_content_title h1, .as_4_title > h2, .right_side_content_wrapper h2 {
	font-size: 26px;
	line-height: 41px;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	.astaxanthin_section_1_wrapper .as_1_content_wrapper .as_1_content_title h1, .as_4_title > h2, .right_side_content_wrapper h2 {
	font-size: 24px;
	line-height: 38px;
	}
}



@media (min-width: 769px) and (max-width: 1024px) {
  	.astaxanthin_section_6_wrapper .container {
	   width: 100%;
	   grid-gap: 10px;
      	grid-template-columns: repeat(6, 16%);
		padding-left: 20px;
		padding-right: 20px;
  	}
	
	.astaxanthin_section_6_wrapper .as_6_content_title p{
	font-size: 15px;
	}
	
	}




@media (min-width: 501px) and (max-width: 768px) {
  	.astaxanthin_section_6_wrapper .container {
	   max-width: 600px;
	   width: 100%;
	   grid-gap: 10px;
      	grid-template-columns: repeat(3, 28%);
  	}
	
	.astaxanthin_section_6_wrapper .as_6_content_title p{
	font-size: 16px;
	}
	.astaxanthin_section_6_wrapper .as_6_image img{
	width: 70%;
	border-width: 1px;
}
	
	}

@media (min-width: 300px) and (max-width: 500px) {
  	.astaxanthin_section_6_wrapper .container {
	   max-width: 600px;
	   width: 100%;
	   grid-gap: 10px;
      	grid-template-columns: repeat(3, 28%);
  	}
	
	.astaxanthin_section_6_wrapper .as_6_content_title p{
	font-size: 12px;
	}
	
	}

@media (min-width: 300px) and (max-width: 767px) {

.as_3_rightside_wrapper  {
	min-width: 100%;
}

	.as_3_right_side_icons_wrapper{
        grid-gap: 1em;
		grid-template-columns: repeat(3, 1fr);
		max-width: 500px;
		 align-items: start !important;
		 float: left;
}

	  .astaxanthin_section4_sub2 {
	/*max-width:450px !important;*/
	margin: 0 auto;
    display: grid;
    width: 90%;
    grid-gap: 22px !important;
    justify-content: left;
   grid-template-columns: repeat(3, 1fr);
}
  	
  	.astaxanthin_section_1_wrapper .as_1_content_wrapper .as_1_content p, .astaxanthin_section_1_wrapper .as_1_content_wrapper .as_1_content_title h1{
      	padding: 0px 30px 0px 30px;
  	}
    .astaxanthin-template-page {
    	/*display:grid;*/
    }
         
  	.astaxanthin_section_2_wrapper {
	grid-gap: 0px !important;
	grid-template-columns: repeat(6, 1fr);
	max-width: 560px;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	 justify-items: center;
	}
  	.as_2_image_wrapper{
      grid-column: span 2;
  	}
    .as_2_image_wrapper:nth-last-child(2):nth-child(3n+1) {
	    grid-column-end: 4;
	}
  	.as_2_image_wrapper:last-child:nth-child(3n-1) {
        grid-column-end: -2;
    }
  




.astaxanthin_section_2_wrapper .as_2_content_title p {
    font-size: 15px;
}

.astaxanthin_section_1_wrapper .as_1_content_wrapper,
.astaxanthin_section_1_wrapper .as_1_image_wrapper {
width: 100%;
float: none;
}


	
  	.astaxanthin_section_1_wrapper, .astaxanthin_section_3_wrapper {
      	grid-template-columns: 1fr;
  	}

  	.right_side_content_wrapper{
  		/*display:inline;*/
  	}
  	.right_side_content_wrapper h2 {
    	font-size: 26px;
    	line-height: 32px;
    }
	
	.astaxanthin_section_1_wrapper .as_1_content_wrapper .as_1_content_title h1, .as_4_title > h2, .right_side_content_wrapper h2 {
    font-size: 24px;
    line-height: 39px;
}
	/*
  	.as_3_right_side_content p {
    	font-size: 14px;
    	line-height: 18px;
    }*/
	
  	.right_side_content_wrapper {
    	/*width: 80%;
        height: 0%;
        margin: unset;
        top: 10%;*/
        padding-left: 30px;
    	padding-right: 30px;
    }
    .as_3_right_side_icon img {
        width: 100%;
    }
  	.astaxanthin_section_4_wrapper {
      	width:100%;
      	padding: 0px 30px 0px 30px;
  	}
  	.as_4_title {
    	font-size: 28px;
    	line-height: 48px;
    }
	
  	.astaxanthin_section_5_wrapper{
  		grid-template-columns: auto auto auto;
    	padding: 0px 30px;
  	}
    .section_bullet_wrapper {
      width: 100%;
      margin-bottom: 20px;
  	}
  	.section_bullet_wrapper .section_bullet {
    	padding-right: 0px;
    }
  /*
  	.as_2_image_wrapper:last-child{
      	grid-column: span 2;
  	}
  	.as_2_image_wrapper:last-child .as_2_image img{
      	width:43.92%
  	}
  	.as_6_image_wrapper:last-child{
  		grid-column: span 2;
  	}
	
  	.as_6_image_wrapper:last-child .as_6_image img{
  		width: 44.84%;
  	}*/
    .as_3_left_side_icon{
      display:block;
  	}
  	.as_3_left_side_icon span {
    	font-size: 28px;
  	}
    .as_3_left_side_icon div.content_wrapper {
        display: inline-block;
    }
    .as_3_left_side_icon .content_wrapper p:first-child {
      display: inline;
  	}
  	.as_3_left_side_icon .content_wrapper p {
    	font-size: 16px;
    }
    .as_4_image img {
        width: 90%;
    }
  	.astaxanthin_section4_sub2{
  		grid-template-columns: repeat(3, 1fr);
  	}
	
	
  	.as_4_image:nth-child(3):after{
  		display:none;
  	}
	
	.astaxanthin_section4_sub2 .as_4_image:last-child{
  	    display:none;
  	}
	
    .astaxanthin_section4_sub2 .as_4_image:first-child::after {
        width: 50%;
        left: 90%;
        top: 42.7%;
    }
  	.astaxanthin_section4_sub2 .as_4_image:nth-child(2)::after {
        width: 50%;
        left: 90%;
        top: 42.7%;
    }
  	.astaxanthin_section_5_wrapper .as_5_content_wrapper:first-child{
  		display:none;
  	}
			.astaxanthin_section_5_wrapper .as_5_content_wrapper:nth-of-type(2) {
  		max-width: 500px !important;
		height: auto;
		margin-left:  auto;
		margin-right: auto;
  	}
  	.astaxanthin_section_5_wrapper .as_5_content_wrapper:last-child{
  		display:none;
  	}
	
	.astaxanthin_section_1_wrapper {
display:flex;
  flex-direction: column-reverse;
}
.as_1_image_wrapper {
padding-bottom: 15px;
}
  
}



/*--NEW STYLES--*/


/*
.astaxanthin_section_2_wrapper .as_2_image_wrapper {
	max-width: 185px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
}

.as_2_content_title {
    display: flex;
    justify-content: center;
}
*/


@media only screen and (max-width: 980px) {	

.as_1_image {
max-width:  400px;
height: auto;
margin-left:  auto;
margin-right: auto;

}

}

@media (min-width: 768px) and (max-width: 1000px) {
/*
.astaxanthin_section_2_wrapper {
max-width: 600px !important;
}*/
.astaxanthin_section_2_wrapper .as_2_image_wrapper {
	max-width: 165px;
}
}

@media only screen and (max-width: 767px) {	

/*
.astaxanthin_section_2_wrapper {
    max-width: 500px !important;
	}
	*/	

.astaxanthin_section_2_wrapper .as_2_image_wrapper {
	max-width: 145px;
}
  


}

.shopify-section-astaxanthin-section-2 {
text-align: center;
}

/*
.astaxanthin_section_2_wrapper {
    max-width: 1040px;
    margin: 0 auto;
    display: table;
	vertical-align: top;

}*/
