<style>



/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Flex:opsz,wght@8..144,400;8..144,700&display=swap');
/* #Primary
================================================== */

body{
    font-family: 'Roboto Flex', sans-serif !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
	background-position: center;
	background-repeat: repeat;
	background-size: 7%;
	background-color: #f8f9fa;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #f8f9fa;
}
::-moz-selection {
	color: #fff;
	background-color: #f8f9fa;
}
.flex-row {
	flex-direction: row;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 55px;
	width: auto;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
	font-size: 18px;
    transition: all 200ms linear;
}

.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #000;
	opacity: 0;
    transition: all 200ms linear;
}
footer .nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #fff;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.align-center {
	align-items: center !important;
}
/* #Primary style
================================================== */

body.ironworks {
	padding-top: 99px;
	background-color: #f8f9fa;
}
.bg-light {
	background-color: #f8f9fa !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}
.arbonne-img {
	background-image:url("../assets/arbonne-img.png");
	background-position: top;
	  background-repeat: no-repeat;
	  background-size: cover;
	  position: relative;
	  display: flex !important;
	  align-content: center !important;
	  flex-wrap: wrap !important;
	  height: 300px;
}
.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}
#nutrition, #programs, #wellness, #form, #beforeandafter {
	scroll-margin-top: 70px;
}
/* FORM RESET s */
form#fs-frm {
    width: 100% !important;
}
fieldset#fs-frm-inputs {
    display: flex;
    flex-direction: column;
}
input#full-name {
    height: 45px;
}
input#email-address {
    height: 45px;
}
input[type="submit"] {
    float: right;
    margin-top: 10px;
    font-size: 18px !important;
	font-weight: bold !important;
	padding: 10px 25px !important;
	border: 1px solid #FF1800 !important;
	border-radius: 3px !important;
	background-color: #FF1800 !important;
	color: #fff !important;
}
input[type="submit"]:hover {
    color: #FF1800 !important;
	background-color: #fff !important;
	border-radius: 3px !important;
    border: 1px solid #FF1800 !important;
}

#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {
  font-size: .825rem;
  margin-bottom: .5rem;
  padding-top: .2rem;
  display: flex;
  align-items: baseline;
}

/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
  border: 1px solid rgba(0,0,0,0.2);
  background-color: rgba(255,255,255,0.9);
  padding: .55em 1rem;
  margin-bottom: 1.2rem;
}
#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
  background-color: white;
  outline-style: solid;
  outline-width: thin;
  outline-color: gray;
  outline-offset: -1px;
}
#fs-frm [type="text"],
#fs-frm [type="email"] {
  width: 100%;
}
#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
  outline: none;
}
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  margin-bottom: 0;
}
#fs-frm select {
  text-transform: none;
}

#fs-frm [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  display: inline-block;
  width: auto;
  margin: 0 .5em 0 0 !important;
}

#fs-frm [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/* address, locale */
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
  display: inline;
}
#fs-frm fieldset.locale input[name="city"] {
  width: 52%;
}
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
  width: 20%;
}
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"] {
  margin-right: 3%;
}
/*input[type="submit"]:hover {
	border: 2px solid #FF1800 !important;
}*/
/*END OF FORM*/

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
h1 {
    font-size: 2.8rem !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-family: 'Roboto Flex', sans-serif !important;
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
     background-image: none !important;
 }
 .navbar-light .navbar-toggler {
     border-color: transparent !important; 
}

/********************************HOMEPAGE**************************************/

section {
	padding: 60px 30px;
}
.text-light {
	color: #fff;
}
.text-dark {
	color: #333;
}
.txt-red {
	color: #FF1800;
}
.btn {
	font-size: 18px !important;
	font-weight: bold !important;
	padding: 15px 25px !important;
	width: 300px !important;
	border: 1px solid #FF1800 !important;
	border-radius: 3px !important;
	background-color: #FF1800 !important;
	color: #fff !important;
	display: block !important;
}
.btn:hover {
	background-color: #fff !important;
	color: #FF1800 !important;
	border: 1px solid #FFF !important;

}
.btn.secondary {
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 15px 25px !important;
    width: 300px !important;
    border: 1px solid #FFF !important;
    border-radius: 3px !important;
    background-color: #fff !important;
    color: #FF1800 !important;
    display: block !important;
    text-align: center !important;
}
a.btn.secondary:hover {
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 15px 25px !important;
    width: 300px !important;
    border: 1px solid #FF1800 !important;
    border-radius: 3px !important;
    background-color: #FF1800 !important;
    color: #fff !important;
    display: block !important;
    text-align: center !important;
}

/*.btn .secondary:hover {
	text-decoration: unset !important;
	background-color: #FF1800 !important;
	color: #fff !important;
	border-color: #FF1800 !important;
}*/
a.nav-link.contact {
    background-color: red;
    padding: 6px 20px !important;
    color: #fff !important;
    border-radius: 3px;
    border: 1px solid #FF1800;
}
a.nav-link.contact:hover {
	text-decoration: none !important;
    background-color: #fff !important;
    padding: 6px 20px !important;
    color: #FF1800 !important;
    border-radius: 3px;
    border: 1px solid #FF1800 !important;
}
.nav-item.contact:after {
	width: 0px !important;
}
.hp-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../assets/hp-hero.jpeg");
  height: 540px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex !important;
  align-content: center !important;
  flex-wrap: wrap !important;

}
.hp-hero-left {
	padding-top: 2rem !important;
}
.hp-usb-row {
	background-color: #FF1800;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
span.hp-usp-span.text-light {
    font-weight: 700;
}
.centered {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hp-intro {
	font-size: 32px;
	font-weight: bold;
	color: #fff !important;
	background-color: #FF4D00;
	text-align: center;
}
.title-blk {
	font-size: 3.5rem;
	font-family: 'Roboto Flex', sans-serif !important;
	font-weight: bold;
	line-height: 60px;

}
.title-blk.txt-red {
	line-height: 40px;
}
img.hp-usb-icons {
	height: 30px;
}
p.hp-intro-p {
	font-style: normal;
	font-weight: 100;
	font-size: 18px;
	line-height: 23px;
	/* or 200% */
	letter-spacing: 0.03em;
	color: #2E2D2D;
}
.hp-intro-cta-cont {
	display: flex;	
	justify-content: center;
}
/*
.fa-lg {
    font-size: 4.333333em !important;
    line-height: .75em !important;
    color: #000 !important;
    vertical-align: -15% !important;
}

.fa-chevron-left:before {
    background-color: #fff !important;
    content: "\f053" !important;
    border-radius: 10px !important;
}
.fa-chevron-right:before {
    background-color: #fff !important;
    border-radius: 10px !important;
}


.fa-chevron-left:before, .fa-chevron-right:before {
    color: #000 !important;
}
.carousel-control-next, .carousel-control-prev {
    justify-content: unset !important;
    opacity: 0.8 !important;
}
.carousel-control-next {
     width: unset !important; 
    opacity: 0.8 !important;
}*/

.title-blk.mobile {
	display: none !important;
}


footer a.nav-link {
    font-size: 16px !important;
    color: #fff !important;
}

footer {
	background:	#000 !important;
}
.footer-copyright {
	background-color: #FF1800;
	color: #fff;
}
.footer-copyright a {
	color: #fff !important;
}
footer .navbar-brand img {
    height: 58px;
}

img.program-cards {
    box-shadow: #333 5px 5px 15px 1px;
    max-height: 280px;
}
img.program-cards:hover {
    box-shadow: #333 5px 5px 19px 2px;
}


.hp-usb-row-2 {
	display: flex !important;
	flex-direction: row !important;
}


/* #Media
================================================== */

@media (max-width: 999px) { 
	.title-blk.desktop {
		display: none !important;
	}
	.title-blk.mobile {
		display: block !important;
	}
	img.hp-lisa-profile-img {
	    width: 75% !important;
	    display: block;
	    margin: 0 auto;
	}
}


@media (max-width: 991px) { 

.hp-usb-row-2 {
	display: block !important;
	margin: 0 auto !important;
}
.title-blk {
    line-height: 3.7rem;
		}

	p.hp-intro-p {
	    line-height: 29px;
	}
	.hp-hero {
     height: unset;
	}
}




@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px !important;
		height: 11px !important;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
		border-right: unset !important;
		border-left: unset !important;
		border-bottom: unset !important;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
	
}
@media (max-width: 500px) {

	.navbar-brand img {
	    height: 40px;
	    width: auto;
	}
	h1 {
	    font-size: 2.1rem !important;
	}
	body.ironworks {
	    padding-top: 82px;
	}
	.title-blk {
	    font-size: 2.4rem;
        line-height: 2.2rem;
	}
    p.hp-intro-p {
        line-height: 26px;
    }
    section {
	    padding: 40px 30px;
	}
    img.hp-lisa-profile-img {
        width: 100% !important;
    }


}





</style>