/* Custom Styles */  
ul.green_check {
    color: #373f47;
    position: relative;
    list-style: none;
}
.green_check li:before {
	content: '';
	background-image: url(https://s3.amazonaws.com/kajabi-storefronts-production/themes/2148385104/settings_images/rmTWwezuS0e8eDRVYVhy_vWPF9eHgRbqDezoo6RDE_bullet_1.png);
	padding:20px 26px;
	border-radius:50%;
	position:absolute;
	left:0px;
	background-size:35px;
	background-repeat:no-repeat;
	margin-top:0;
}



@media screen and ( min-width : 768px )
{
.mobile_cta{display: none !important;}
}

@media screen and ( max-width : 767px )
{
    .logo__image{width: 135px !important;}
    .desktop_only{display: none !important;}
    .header__container > :last-child{margin-left: 0 !important;}
    .mobile_cta .btn{padding: 5.5px 15px !important;}
    .header__content--desktop {padding: 15px 0 !important;}
    .hamburger__slice{background: #fff !important;}
}



@media screen and ( max-width : 359px )
{
.hamburger{width: 20px; height: 20px;}
.hamburger__slices{height: 20px;}
.hamburger--slice-3, .hamburger--slice-2{top: 8px;}
.hamburger--slice-4{top: 16px;}
.mobile_cta .btn{font-size: 14px !important;}
}

@media screen and ( max-width : 319px )
{
.logo__image{width: 110px !important;}
}