/** Shopify CDN: Minification failed

Line 283:4 Unexpected "{"

**/
/**************************************** Header **********************************/
.ResellersHeader
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent url('//intelligenceofnature.com/cdn/shop/files/ion-gut-support-supplement-reseller-background.webp?v=10491026002558636758') center top no-repeat;
    background-size: cover;
    color: #fff;
    height: 650px;
    margin-bottom: 70px !important;
}
.ResellersHeaderInner
{
    width: 100%;
    padding: 40px;
}
@media (max-width: 767px)
{
    .ResellersHeader
    {
        min-height: 400px;
    }
    .ResellersHeaderInner
    {
        padding-right: 20px;
        padding-left: 20px;
    }
}
/**************************************** Resellers Page ***************************************/
.contact-btn.PrimaryButton
{
    float: right;
}
#OtherTypeOfBusiness
{
  	display: none;
}
.ResellerLoginButton
{
  	padding-top: 10px;
  	margin-bottom: 30px;
}
/***************************** Reseller Connect *************************************/
.ResellerConnect
{
    margin-bottom: 80px;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}
.ResellerConnectInner
{
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}
.ResellerWorkTogether
{
    width: 50%;
    border-left: 1px solid #b6b5ae;  
}
.WholesaleLogin
{
    width: 50%;
}
@media (max-width: 767px)
{
    .ResellerConnect
    {
        flex-direction: column;
        gap: 50px;
    }
    .ResellerWorkTogether
    {
        width: 100%;
        border: none;
    }
    .WholesaleLogin
    {
        width: 100%;
    }
}
/***************************** Reseller Types ***************************************/
.ResellerTypes
{
    padding-top: 70px;
    border-top: 1px solid #b6b5ae;
}
.ResellerTypes h2
{
    margin-bottom: 50px;
    text-align: center;
}
.ResellerTypes h3
{
    text-align: center;
}
.ResellerTypes ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
.ResellerTypes ul li
{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 150px
}
.ResellerTypesImage
{
    width: 150px;
    text-align: center;
}
.ResellerTypesImage img
{
    width: 90px;
    height: auto;
    display: inline !important;
}
/************************** Resellers  Page - Resellers Info ************************/
.ResellersInfoSection
{
    margin-bottom: 50px;
}
ul.ResellersInfo
{
  	margin: 0;
    padding: 90px 0 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
ul.ResellersInfo > li
{	
    padding: 0;
    margin: 0;
    display: flex;
  	flex-direction: column;
  	width: 46%;
}
.ResellersInfo p
{
    font-size: 30px;
}
.ResellersInfoImage img
{
    width: 100%;
    height: auto;
}
ul.ResellersInfo .column-copy
{
  	margin-bottom: 10px;
}
.ResellersInfoContent
{
  	width: 80%;
  	display: block;
}
ul.ResellersInfoBorderedContent
{
  	border-top: solid 1px #333;
  	border-bottom: solid 1px #333;
  	padding: 0;
  	margin: 0;
  	list-style: none;
  	display: flex;
  	flex-direction: row;
  	flex-wrap: nowrap;
}
ul.ResellersInfoBorderedContent li
{
    margin: 0;
  	padding: 0;
}
ul.ResellersInfoBorderedContent li.ResellersInfoBorderedLeft
{
  	border-right: solid 1px #333;
  	padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  	min-height: 150px;
}
ul.ResellersInfoBorderedContent li.ResellersInfoBorderedRight
{
  	width: 100%;
  	min-width: 150px;
  	display: flex;
  	flex-direction: column;
  	flex-wrap: nowrap;
  	align-items: flex-start;
}
ul.ResellersInfoBorderedContent li.ResellersInfoBorderedRight .ResellersInfoName
{
  	margin-bottom: 0;
  	padding: 0 20px;
  	font-family: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    height: 100%;
  	min-height: 80px;
  	font-size: 20px;
}
.ResellersInfoBadge
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    height: 100%;
}
.ResellersInfoBadge img
{
  	width: 100px;
  	height: 100px;
  	max-width: unset;
}
.ResellersInfoHandler
{
  	border-top: solid 1px #333;
	padding: 10px 20px;
  	width: 100%;
  	height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  	line-height: normal;
    text-align: center;
}
@media (max-width: 991px)
{
  	ul.ResellersInfo .column-copy
    {
        max-width: unset;
    }
   .ResellersInfoContainer
    {
        display: flex;
      	justify-content: center;
    }
  	.ResellersInfoContent
    {
        padding-top: 0;
      	width: 90%;
    }
}
@media (max-width: 767px)
{
  	ul.ResellersInfo
  	{
      	flex-direction: column;
    }
  	ul.ResellersInfo > li
    {
        width: 100%;
    }
  	ul.ResellersInfo >li:first-child
  	{
      	padding-bottom: 30px;
    }
  	.ResellersInfoContent,
    {
      	width: 100%;
    }
  	ul.ResellersInfopBorderedContent li.ResellersInfoBorderedRight
    {
        min-width: 120px;
    }
  	ul.ResellersInfoBorderedContent li.ResellersInfoBorderedLeft
    {
  		padding: 30px 10px 25px 20px;
    }
}
@media (max-width: 575px)
{
  	ul.ResellersInfoBorderedContent
  	{
      	justify-content: space-evenly;
    }
}
/**************************************** Resellers Page - Resellers Form ********************************/
ul.ResellersForm
{
  	padding: 90px 0 0;
  	margin: 0 0 50px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
/*ul.ResellersForm li*/
ul.ResellersForm > li
{	
  	margin: 0;
  	padding: 0;
  	width: 47%;
  	box-sizing: border-box;
}
.ResellersFormHeader
{
  	width: 100%;
  	border-bottom: solid 1px #333;
}
.ResellersFormHeader h3
{
    font-size: 26px;
  	margin-top: 10px;
}
@media (max-width: 575px)
{
  	ul.ResellersForm
    {
      	flex-direction: column;
    }
  	ul.ResellersForm li
    {	
        width: 100%;  
    }
}
/**************************************** Get Started Content *********************************/
.GetStartedContent
{
    
}
.GetStartedTitle
{
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
}
.GetStartedInner
{
    display: flex;
  	flex-direction: row;
    align-items: flex-start;
  	justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}
.GetStartedInnerContent
{
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
    align-items: center;
    padding: 20px;
    width: 32%;  
  	border: 1px solid #333 !important;
  	border-radius: 3px;
}
.GetStartedInnerContent:last-child
{
    flex-grow: 1;
}
.GetStartedInnerContentBorder
{
  	border: 1px solid #333 !important;
  	border-radius: 3px;    
}
.GetStartedInnerContent .GetStartedIcon
{
  	padding-bottom: 20px;
}
.GetStartedInnerContent .GetStartedIcon img
{
  	max-width: 45px;
    width: 45px;
    height: 45px;
}
.GetStartedInnerContent .HeaderText
{
  	font-size: 28px;
	line-height: normal;
    text-align: center;
    padding-bottom: 10px;
    line-height: normal;
    font-weight: 500;
}
.GetStartedInnerContent .ContentText
{
    font-size: 16px;
    padding-bottom: 40px;
    text-align: center;
}
.GetStartedInnerContent .SmallText
{
    font-size: 14px;
    width: 80%;
  	max-width: 700px;
  	text-align: center;
    margin: 10px auto;
  	line-height: 20px;
}
.HeaderText span
{
    display:block;
}
.GetStartedInnerContent .ApplyNowButton
{
    padding-bottom: 10px;
}
@media (max-width: 767px)
{
    .GetStartedInner
    {
        flex-direction: column;
    }
    .GetStartedInnerContent
    {
    	margin-bottom: 20px;
        width: 100%;  
    }  
}
.GetStartedContact
{
    background-color: #eaf2e6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 100px;
}
.GetStartedContact .ContactButton
{
    padding-top: 20px;
}
.GetStartedContact .KeyText
{
    margin-bottom: 50px;
}
@media (max-width: 767px)
{
    .GetStartedContact
    {
    margin-bottom: 40px;
    }
}