body {
	background-color: #0E7EB1;
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 14px;
	line-height: 20px;
	text-shadow: rgba(0, 0, 0, 0.29) 0px 1px 0px;
}
h1 {
	margin: 10px 0px 16px;
	font-family: Montserrat, sans-serif;
	font-size: 39px;
	line-height: 44px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: none;
}
h2 {
	margin: 10px 0px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	text-shadow: none;
}
h3 {
	margin: 5px 0px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	text-shadow: none;
}
h4 {
	margin: 10px 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
h5 {
	margin: 10px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
h6 {
	margin: 10px 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}
p {
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: 300;
	letter-spacing: 0px;
	text-shadow: none;
}
.button {
	display: block;
	width: 30%;
	margin-right: 10px;
	padding: 15px 29px;
	float: left;
	border: 2px solid #0E7EB1;
	border-radius: 5px;
	background-color: #0E7EB1;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	color: white;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
.button:hover {
	/* background-color: transparent; */
	background-color: #22D7F7;
	border-color: #22D7F7;
	color: #000;
}
.button.secondary-button {
	background-color: #124372;
	font-family: 'Open Sans', sans-serif;
	color: white;
}
.subtitle {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 28px;
	text-shadow: none;
}
.field {
	width: 70%;
	height: 54px;
	float: left;
	border: 0px solid black;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #ebe8e4;
	box-shadow: transparent 0px 0px 8px 0px inset;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	color: #262c46;
	font-size: 16px;
}
.field:focus {
	box-shadow: #272545 0px 0px 0px 2px inset;
}
.share-text {
	color: rgba(241, 235, 247, 0.4);
}
.social-widget {
	width: 100px;
	float: left;
	opacity: 0.41;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.social-widget:hover {
	opacity: 1;
}
.social-widget.full-opacity {
	opacity: 1;
}
.success-message {
	padding: 20px;
	border-radius: 2px;
	background-color: #272545;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.spread-word {
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaa8ad;
	font-size: 10px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.error-message {
	padding-bottom: 5px;
	border-radius: 2px;
	background-color: #5c3245;
}
.content-wrapper {
	display: inline-block;
	width: 60%;
}
.header-section {
	height: 100%;
	padding-top: 193px;
	padding-bottom: 400px;
	/* background-image: -webkit-radial-gradient(42% 15%, circle, rgba(49, 43, 61, 0.70), rgba(18, 67, 114, 0.49) 78%), url(../images/stars-over-mountains.jpg); */
    /* background-image: radial-gradient(circle at 42% 15%, rgba(49, 43, 61, 0.70), rgba(18, 67, 114, 0.49) 78%), url(../images/stars-over-mountains.jpg); */
    /* background-image: url(../images/mom-and-daughter-in-flowers--web-optimized.jpg); */
	background-image: url(../images/yoga-web-optimized.jpg);
	background-size: auto, cover;
	background-position-y: -90px;
	background-position-x: left;
}


div.photo {
	/* border: 2px solid rgba(225,225,225, 1); */
	/*
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	overflow: hidden;
	margin-right: 15px;
	position: relative;
	width: 30px;
	*/
}
.photo {
    display: inline;
	padding-right: 10px;
}
div.photo img {
	/*
	background: #fff;
	display: block;
	height: auto;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	*/
}

.photo img {
    max-width: 30px;
    border-radius: 50%;
}
div.repname {
	text-transform: capitalize;
	display: inline;
	position: absolute;
	font-size: 18px;
	padding-top: 5px;
}
.distributor-info {
	margin-top: 11px;
}
.dist-login {
	margin-top: 3px;
}
.d-widget {
	color: #fff;
	font-weight: bold;
}
.w-col.w-col-6.w-col-small-4.middle-head.header {
	text-align: center;
}
.w-col.w-col-2.w-col-small-4.right-head.header {
	float: right;
}
.d-widget.w-widget-image img {
    max-width: 100px;
    border-radius: 30%;
    padding-bottom: 20px;
}


@media (max-width: 1730px) {
.header-section {
	background-position-x: -168px;
	background-position-y: bottom;
}
.header-section .w-container {
	background: rgba(255,255,255,0.75);
	color: #000;
	padding-top: 30px;
}
}

@media (max-width: 1600px) {
.header-section {
	background-position-x: center;
}
}

@media (max-width: 1024px) {
.header-section {
	background-position-x: -650px;
}
}

@media screen and (max-width: 991px) {
.w-container {
	text-align: center;
}
}

@media (max-width: 768px) {
.header-section {
	background-position-x: -900px;
}
.header-section .w-container {
	background: rgba(255,255,255,0.75);
	color: #000;
	text-align: center;
}
}

@media (max-width: 676px) {
.header-section {
	background-position-x: -800px;
	padding-bottom: 300px;
}
}
.footer-section {
	padding-top: 38px;
	padding-bottom: 34px;
	background-color: #0E7EB1;
	color: #7e7c87;
}
.copyright {
	color: white;
	text-align: right;
}
.content-section {
	padding-top: 49px;
	padding-bottom: 49px;
	background-color: #ebe8e4;
	color: rgba(49, 43, 61, 0.89);
	text-shadow: none;
}
.login {
	margin-top: 20px;
	font-size: 14px;
	text-shadow: none;
}
.login-link {
	color: white;
	text-shadow: none;
}

@media (max-width: 1414px) {
.button {
	width: 40%;
}
}

@media (max-width: 1064px) {
.button {
	width: 45%;
}
}

@media (max-width: 990px) {
.button {
	width: 100%;
	margin-bottom: 10px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.header-section {
/* background-position-y: 900px; */
    /* background-position-x: center; */
}
.field {
	width: 70%;
}
.content-wrapper {
	width: 81%;
}
}

@media (max-width: 767px) {
/* .button {
    width: 40%;
  } */
.field {
	width: 60%;
}
.sign-up-form {
	margin-bottom: 38px;
}
.content-wrapper {
	width: 100%;
	padding-right: 24px;
	padding-left: 24px;
}
.header-section {
	padding-top: 37px;
	padding-bottom: 37px;
}
}

@media (max-width: 479px) {
.button {
	width: 100%;
	margin-bottom: 10px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.dist-login a {
	float: none !important;
}
#main_site_link a {
	margin-left: 0 !important;
}
.dist-login {
	text-align: center;
}
div#main_site_link {
	text-align: center;
}
#header_pre {
	height: 112px !important;
}
.field {
	width: 100%;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.social-widget {
	width: 96px;
}
.social-widget-wrapper {
	display: block;
	width: 194px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.copyright {
	text-align: center;
}
}
/* pre header */
#header_pre {
    background-color: #0E7EB1;
    box-sizing: border-box;
    height: 75px;
    padding: 10px 1em;
    border-bottom: 8px solid #18dbf7;
}
div#header_line {
	height: 5px;
	background-color: #18DAF7;
}
.dist-login {
 margin-top 100px !important;
}
.dist-login a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	float: right;
}
.dist-login a:hover {
	text-decoration: underline;
}
/* localize js / main site link */
#localizejs_selector {
	box-sizing: border-box;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 1em;
	letter-spacing: 2px;
	line-height: 1em;
	margin: 5px 0;
	position: relative;
	text-align: right;
	text-transform: uppercase;
}
#localizejs_selector .language {
	color: #729949;
	margin-left: 20px;
	text-decoration: none;
}
#localizejs_selector .language:hover, #localizejs_selector .language.selected {
	color: #99cc62;
}
#localizejs_selector .icon {
	color: #99cc62;
	display: inline-table;
	font-size: 26px;
	height: 1px;
	line-height: 1px;
	margin-left: 20px;
	position: relative;
	text-decoration: none;
	top: 4px;
	-webkit-font-smoothing: subpixel-antialiased;
}
/* main site link */
#main_site_link {
	box-sizing: border-box;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	height: 1em;
	letter-spacing: 2px;
	line-height: 1em;
	margin: 5px 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
#main_site_link a {
	color: #fff;
	margin-left: 20px;
	text-decoration: none;
}
#main_site_link a:hover {
	color: white;
}

@media (max-width: 1275px) {
.w-col.left-head {
	float: none;
}
.left-head {
	width: 100% !important;
}
#header_pre {
	height: 114px;
}
.w-col.w-col-2.w-col-small-4.right-head.header {
	float: left;
}
.dist-login a {
	float: none;
}
.dist-login {
	text-align: right;
}
#main_site_link {
	text-align: center;
}
.middle-head, .right-head {
    width: 50% !important;
}
.distributor-info {
    text-align: left;
}
}
@media (max-width: 760px) {
.middle-head, .right-head {
    width: 100% !important;
}
.middle-head.w-col, .right-head.w-col {
	float: none !important;		
}
.dist-login {
    text-align: center;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #f0f0f0; */
    border-radius: 30px 0;
    /* box-shadow: 4px 4px 6px #1B618B; */
}
#header_pre {
	height: auto !important;
}
.photo {
    display: inline;
	padding-right: 10px;
}
.distributor-info {
    text-align: center;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #f0f0f0; */
    border-radius: 30px 0;
    /* box-shadow: 4px 4px 6px #1B618B; */
    margin-top: 15px;
}
div.repname {
    position: relative;
}
.dist-login a {
    line-height: 30px;
}
.footer-section .w-col-small-6 {
    width: 100%;
}
.copyright {
    text-align: center;
    margin-top: 20px;
}
}
