/* Minification failed. Returning unminified contents.
(643,42): run-time error CSS1046: Expect comma, found '0'
(643,46): run-time error CSS1046: Expect comma, found '/'
(645,34): run-time error CSS1046: Expect comma, found '0'
(645,38): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
	font-family: 'WanderlustGold-Regular';
    font-display: fallback;
	src: url('/Content/fonts/34507D_0_0.eot');
	src: url('/Content/fonts/34507D_0_0.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/34507D_0_0.woff2') format('woff2'), url('/Content/fonts/34507D_0_0.woff') format('woff'), url('/Content/fonts/34507D_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'VivaBeautifulPro-Regular';
    font-display: fallback;
    src: url('/Content/fonts/38B9BA_0_0.eot');
    src: url('/Content/fonts/38B9BA_0_0.eot?#iefix') format('embedded-opentype'),url('/Content/fonts/38B9BA_0_0.woff2') format('woff2'),url('/Content/fonts/38B9BA_0_0.woff') format('woff'),url('/Content/fonts/38B9BA_0_0.ttf') format('truetype');
}
@font-face {
	font-family: "BetterTimes";
	font-display: fallback;
	src: url('/Content/fonts/better-times.woff2') format('woff2'), url('/Content/fonts/better-times.woff') format('woff');
}
@font-face {
	font-family: "RoxboroughCFHeavy";
	font-display: fallback;
	src: url('/Content/fonts/RoxboroughCFHeavy.woff2') format('woff2'), url('/Content/fonts/RoxboroughCFHeavy.woff') format('woff');
}
body {
	margin: 0 auto;
	color: #333;
	font-family: "futura-pt", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
	width: 100%;
	background: #fff;
}
html.fonts-loaded body {
	font-family: "futura-pt", Arial, Helvetica, sans-serif;
}
button {
    cursor: pointer !important;
}
input,
textarea {
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.explicitimg {
	height: auto !important;
	width: 100% !important;
}
.better-times {
	font-family: "BetterTimes";
	font-weight: 500;
	font-size: 3em;
	line-height: 1em;
	margin: 0 auto;
}
.roxborough {
	font-family: "RoxboroughCFHeavy";
	font-weight: 500;
	font-size: 1.15em;
	line-height: 1.25em;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.how-icon {
		width: 120px !important;
		height: 120px !important;
	}
}
#header-desktop {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	z-index: 5000;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,.9);
}
#content {
	margin-top: 49px;
	text-align: center;
    width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 981px) {
	#content {
		margin-top: 76px;
	}
}
.total {
    margin-right: 10px !important;
}
.container {
	width: 100%;
	max-width: 1280px;
	text-align: center;
	padding: 0;
	display: block;
	margin: 0 auto;
}
a,
a:link,
a:visited {
	color: #00a79e;
	text-decoration: none;
}
a:hover {
	color: #00a79e;
	cursor: pointer;
}
.errortext {
	margin: 15px auto !important;
	color: #fff !important;
	font-size: 12px !important;
	width: 100%;
	padding: 10px;
	background: #990000;
	display: inline-block;
}
.errortext span {
	width: 100%;
	display: inline-block;
	margin: 20px auto;
	font-size: 12px;
}
.spinner_load {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	filter: alpha(opacity=60);
}
.form-control {
	font-size: 16px !important;
	height: 48px !important;
}
.lightbox {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0px;
	left: 0px;
	color: #fff;
	margin: 0 auto;
	padding: 30px;
	z-index: 9999999999;
}
#alertDialog,
#confirmDialog {
	background: #fff;
	color: #333;
	border: 0px !important;
}
#confirmmessage,
#alertmessage {
	width: 100%;
	margin: 20px auto;
	display: inline-block;
}
.lightbox-close {
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}
.lightbox img {
	max-width: 100%;
}
/*For styling in Login.cshtml*/
.facebook {
	width: 99%;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #cccccc;
	font-weight: normal;
	color: #000;
	background-color: transparent;
	padding: 8px 6px;
}

@media only screen and (max-width: 477px) {
	.facebook {
		font-size: 20px;
	}
}

#fname {
    font-size: 12px;
}

.how-cell {
	text-align: center;
}
.how a {
	text-align: center;
	width: 100%;
	display: inline-block;
	text-decoration: none;
}
.how span {
	text-transform: uppercase;
	font-size: 30px;
	background: #f58220;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}
.how h2 {
	text-transform: uppercase;
	font-size: 45px;
	color: #333;
	margin: 0 auto 40px;
	line-height: 1.0em;
	letter-spacing: 0.1em;
}
.how h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500 !important;
	color: #222 !important;
	margin: 0 auto 20px;
	line-height: 1.0em;
	letter-spacing: 0.05em;
}
.how h4 {
	font-size: 20px;
	width: 80%;
	max-width: 250px !important;
	margin: 5px auto;
	line-height: 1.4em;
}
.how-icon {
	width: 200px !important;
}
@media only screen and (max-width: 980px) {
	.getstartedheadercontainer {
		display: inline-block;
		position: fixed;
		right: 10px;
		top: 12px;
		-webkit-transition: background-color 0.85s ease, top 0.85s ease;
		-moz-transition: background-color 0.85s ease, top 0.85s ease;
		-o-transition: background-color 0.85s ease, top 0.85s ease;
		transition: background-color 0.85s ease, top 0.85s ease;
	}
	.getstartedheadercontainer.getstartedheadercontainer-getstarted.sticky-cta {
		background: #fff;
		width: 80%;
		right: 10%;
		top: auto;
		bottom: 24px;
		display: block;
	}
	.getstartedheader {
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		background: #ff8300;
		padding: 5px;
		text-align: center;
		color: #fff;
		border: 0px solid #ff8300;
		-webkit-border-radius: 0px !important;
		border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		vertical-align: middle !important;
		letter-spacing: 0.1em;
	}
	.getstartedheadercontainer.getstartedheadercontainer-getstarted {
		display: none;
	}
	.getstartedheadercontainer.getstartedheadercontainer-getstarted .getstartedheader {
		background: #ff8300;
		color: #fff;
		border: none;
	}
	.getstartedheadercontainer.sticky-cta .getstartedheader {
		font-size: 20px;
		padding: 14px 20px;
		font-weight: 600;
		width: 100%;
		margin: 0 auto;
		-webkit-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
		box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
	}
	.getstartedheader svg {
		height: 11px;
		vertical-align: middle;
		margin-bottom: 2px;
	}
	.getstartedheadercontainer.sticky-cta .getstartedheader svg {
		height: 14px;
		margin-bottom: 5px;
	}
	.getstartedheadercontainer.sticky-cta .getstartedheader:focus {
		outline: none;
	}   
}
@media only screen and (max-width: 625px) {
	.getstartedbutton {
		padding: 5px 8px;
		font-size: 17px;
	}
}
@media only screen and (max-width: 320px) {
	.getstartedheadercontainer.sticky-cta .getstartedheader {
		font-size: 18px;
		padding: 14px 10px;
	}
}
@media only screen and (max-width: 980px) {
	.how h2 {
		font-size: 42px;
	}
	.how h3 {
		font-size: 24px;
	}
	.how h4 {
		font-size: 19px;
	}
	.how-icon {
		width: 180px !important;
	}
}
@media only screen and (max-width: 768px) {
	.how span {
		font-size: 14px;
	}
	.how h2 {
		font-size: 32px;
	}
	.how h3 {
		font-size: 18px;
	}
	.how h4 {
		font-size: 16px;
	}
	.how-icon {
		width: 120px !important;
	}
	.how-cell {
		font-size: 16px;
	}
}
@media only screen and (max-width: 625px) {
	.how .how-cell {
		margin-bottom: 50px;
	}
	.how-cell:last-child {
		margin-bottom: 0px;
	}
	.how h2 {
		font-size: 32px;
		letter-spacing: 0.1em;
	}
	.how h3 {
		font-size: 21px;
		margin: 0 auto 10px;
	}
	.how h4 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 477px) {
	.how-cell img {
		max-width: 70%;
	}
	.how h2 {
		font-size: 20px;
	}
	.how h3 {
		font-size: 19px;
	}
	.how h4 {
		font-size: 15px;
	}
}
@media only screen and (max-width: 390px) {
	.how h2 {
		font-size: 23px;
	}
}
@media only screen and (max-width: 1280px) {
	.how h2 {
		font-size: 40px;
	}
}
@media only screen and (max-width: 980px) {
	.how h2 {
		font-size: 36px;
	}
}
.mobileheader,
button.continue.mobile,
.mobiletotals,
.mobile-links,
instructions2 {
	display: none !important;
}
.popup-overlay {
	width: 100%;
	height: auto;
	background: rgba(0,138,119,.95);
	position: fixed;
	bottom: 0px;
	left: 0px;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
	z-index: 999999;
	text-align: center;
}
.popup-overlay-instructions h2 {
    margin: 0px auto;
    font-size: 18px;
}
.popup-overlay-instructions h4 {
    margin: 10px auto;
    font-size: 14px;
}

.popup-overlay-close {
    color: #fff;
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 20px;
}
@media only screen and (min-width: 375px) {
    .popup-overlay {
        padding: 20px 10px 14px;
    }
    .popup-overlay-instructions h2 {
        margin: 0px auto;
        font-size: 24px;
    }
    .popup-overlay-instructions h4 {
        margin: 10px auto;
        font-size: 16px;
    }
    .checkout-reminder-close {
        right: 20px;
    }
}
@media only screen and (min-width: 477px) {
    .popup-overlay {
        padding: 20px;
    }
    .popup-overlay-instructions h2 {
        margin: 20px auto;
        font-size: 26px;
    }
    .popup-overlay-instructions h4 {
        margin: 20px auto;
        font-size: 18px;
    }
    .checkout-reminder-close {
        right: 30px;
    }
}
.lightbox-notnow {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	margin: 15px auto;
	text-decoration: none;
	cursor: pointer;
}
.checkout-reminder .button-general.inline,
.lightbox .button-general.inline {
	height: 30px;
	padding: 0 24px;
	display: inline-block;
	line-height: 30px;
	background: #00a79e;
	color: #fff;
	margin-top: 20px;
}
.button-general {
	margin: 0px auto;
	text-align: center;
}
#menu-small-container {
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 981px) {
	.header-logo {
		flex: 0 0 160px;
		margin: 9px 20px;
	}
}
.header-logo svg {
	width: 100%;
}
#header-mobile .header-logo svg {
	display: block;
}
.header-menu {
    flex: 1;
    align-self: center;
	margin: 0 10px;
}
/*.menu-right.header-menu ul {
    flex-direction: row-reverse;
    align-items: center;
}*/
.header-menu ul {
    align-items: center;
}
.header-utility {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	margin: 0 auto;
}
.header-utility .container {
	width: 100%;
	padding: 0px 10px;
}
.header-menu-container {
	width: 100%;
	padding: 0px;
	display: inline-block;
	margin: 0 auto;
}
.menu-border {
	border-bottom: 2px inset #f7f7f7 !important;
}
.header-utility ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.header-utility ul li {
	list-style: none;
	float: left;
}
.header-menu ul li {
	list-style: none;
}
.header-utility ul li {
	margin: 0;
	line-height: 20px;
}
#cartnumber {
	font-size: 11px;
	position: relative;
	right: 5px;
	top: -2px;
}
.header-utility ul li a {
	margin: 0 0 0 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	font-variant-ligatures: no-common-ligatures;
}
.header-utility ul li a i.fa {
	font-size: 20px;
	top: 4px;
	position: relative;
}
.header-menu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	font-variant-ligatures: no-common-ligatures;
	padding: 0;
}
.header-menu svg {
	width: 14px;
	height: 14px;
}
.header-menu ul li a.active {
	color: #000;
}
.header-menu > ul > li:last-child a {
	padding: 10px 20px 10px 20px;
	color: #fff;
	background: #ff8300;
	/*border: 2px solid #000;*/
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}
	.header-menu > ul > li:last-child a:hover {
		background-color: #eb7900;
		transition: background-color 0.1s ease-in;
	}
	.header-menu > ul > li:last-child a::after {
		display: none;
	}
.header-menu ul li:first-child a {
	padding: 0px;
	color: #333;
	background: none;
	border: 0px;
}
.header-menu ul.header-menu-dropdown li {
	float: none;
	margin: 4px auto;
}
.header-menu ul.header-menu-dropdown {
	display: none;
	position: absolute;
	background: #fff;
	text-align: left;
	padding: 10px;
	margin: 0 auto;
	z-index: 5000;
	-webkit-box-shadow: 0 3px 3px 1px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 3px 1px rgba(0,0,0,.3);
	box-shadow: 0 3px 3px 1px rgb(0 0 0 / 30%);
}
.header-menu ul li.has-dropdown:hover .header-menu-dropdown {
	display: block;
}
.header-menu ul.header-menu-dropdown li a {
	text-transform: none;
	font-weight: 500;
	font-size: 20px;
}
.mobile-nav__has-sublist {
	position: relative;
	display: table;
	width: 100%;
}
.mobile-nav__has-sublist .mobile-nav__toggle {
	position: absolute;
	width: 42px;
	right: 8px;
	top: 0;
	display: table-cell;
	vertical-align: middle;
}
.mobile-nav__has-sublist .mobile-nav__toggle button {
	padding: 10px;
/*	color: #fff;*/
	text-decoration: none;
	background: none;
    border: none;
}
.mobile-nav--expanded .mobile-nav__toggle-open, .mobile-nav__toggle-close {
	display: none;
}
.mobile-nav--expanded .mobile-nav__toggle-close {
	display: block;
	margin: 0 auto;
}
.icon-fallback-text .icon {
	display: inline-block;
}
.icon:before {
    display: inline;
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
	content: "+";
	/*content: "\e605";
	font-family: icons;*/
}
.icon-minus:before {
	content: "-";
	/*content: "\e602";
	font-family: icons;*/
}
.mobile-nav__sublist {
	margin: 0;
	max-height: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all .3s cubic-bezier(.57,.06,.05,.95);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mobile-nav__sublist li a.mobile-nav__link {
	padding-left: 20px !important;
	border-bottom: none;
}
.mobile-nav--expanded + .mobile-nav__sublist {
	visibility: visible;
	max-height: 700px;
	transition: all .7s cubic-bezier(.57,.06,.05,.95);
}
@media only screen and (max-width: 980px) {
	.header-utility ul.mobile-nav, .header-utility ul.mobile-nav__sublist {
		padding: 0;
	}
}
/**********************************************************************/
	/* footer */
	/**********************************************************************/
	/* *******************
    Default
********************* */
	.footer-desktop, .footer-mobile {
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
	margin: 10px auto 0;
	clear: both;
	z-index: 1;
	background-color: #e6e7e9;
	color: #000;
	padding: 20px 0;
}

.footer-mobile {
	padding: 20px;
	align-items: start;
	text-align: start;
	background-color: #fff;
	margin: 0 auto;
	color: #333;
}

	.footer-desktop {
		display: none;
	}

.footer-column {
    margin-bottom: 12px;
}

.footer-column:nth-of-type(2) {
    order: 3;
	margin: 0 auto 12px;
}

.footer-mobile .footer-column:nth-of-type(3) {
	display: none;
}

.footer-column:nth-of-type(4) {
    order: 4;
    display: none;
}

.footer-bottom {
    order: 5;
    margin-top: 12px;
}

.footer-menu-wrapper {
    order: 2;
    flex: 0 0 100%;
}

.footer-mobile .footer-menu-wrapper {
	width: 100%;
}

.footer-menu {
    padding: 0px !important;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: auto;
    display: inline-block;
    font-size: 32px;
    max-width: 1280px;
}

.footer-mobile .footer-menu {
	text-align: start;
	width: 100%;
}

.footer-menu li {
    width: 100%;
    list-style: none;
    height: 26px;
}

.footer-menu .footer-dropdown-content li {
    height: auto;
}

.footer-menu a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5em;
}

.footer-mobile .footer-menu a {
	display: block;
	border-bottom: 2px solid #e6e7e9;
	font-weight: 500;
	color: #333;
	font-size: 12px;
	margin-top: 2px;
	padding-bottom: 2px;
}

.footer-dropdown-content {
    background-color: #e6e7e9;
    text-align: center;
    width:305px;
    margin-bottom:67px;
    display: none; 
}

.footer-mobile .footer-dropdown-content {
	background-color: #fff;
	text-align: start;
}

.footer-dropdown-content ul {
    padding-left: 0;
}

.footer-mobile .footer-dropdown-content ul {
	padding-left: 15px;
}

.footer-dropdown {
    position: relative;
    display: inline-block;
}

.footer-mobile .footer-dropdown {
	display: block;
}

.footer-mobile .footer-dropdown > a {
	display: flex;
	justify-content: space-between;
}

	.footer-mobile .footer-dropdown .footer-dropdown-content a {
		border-bottom: none;
		margin: 4px 0;
	}

.footer-dropdown:hover .footer-dropdown-content {
    display: block;
}

#footer-reviews {
    font-size: 12px;
    color: black;
    width: 100%;
}

#footer-terms-privacy {
    font-size: 12px;
    color: #000;
    text-align: center;
}

#signup-mag {
	margin-bottom: 10px;
	font-size: 12px;
}

.social-icons {
    margin: 40px -8px 0;
}

#footer-sign-up {
    display: none;
}

/* *******************
    Default ends
********************* */


/* *******************
    768px starts  
********************* */ 

@media only screen and (min-width: 768px) {

    .footer-column:nth-of-type(3) {
        order: 3;
    }
	.footer-column:nth-of-type(2) {
		margin: 0;
	}

    .footer-dropdown-wrapper {
        flex: 0 0 100%;
    }

    .footer-dropdown-content {
        margin-bottom: 0;
		z-index: 1100;
    }

    .footer-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }

	.footer-menu a {
		padding: 0 10px;
	}

    .footer-menu li {
        width: auto;
        height: auto;
    }

    .social-icons {
        margin: 44px auto 14px;
    }

    .footer-bottom {
        margin-top: 4px;
    }

	.footer-mobile {
		display: none;
	}

	#footer {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* *******************
    768px ends
********************* */

/* *******************
  1300px starts
********************* */

@media only screen and (min-width:1300px) {

    .footer-dropdown-wrapper {
        flex: none;
    }

	.footer-dropdown-content {
		display: none;
		background-color: #e6e7e9;
		position: absolute;
		right: -96px;
		text-align: center;
		line-height: 24px;
		min-width: 266px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		padding: 10px 16px 0px 5px;
		font-size: 14px;
	}

    .footer-dropdown:hover .footer-dropdown-content {
        display: block;
    }

    .footer-dropdown-content a {
        background-color: rgba(0, 0, 0, .0);
        transition: background-color 0.3s;
    }

        .footer-dropdown-content a:hover {
            background-color: rgba(0, 0, 0, .08);
        }


    #footer {
        flex-direction: row;
    }

    .footer-menu {
        margin-bottom: 22px;
    }

	.footer-menu a {
		padding: 0;
	}

    .footer-column:nth-of-type(1) {
        flex: 0 0 20%;
    }

    .footer-column:nth-of-type(2) {
        flex: 0 0 20%;
    }

    .footer-column:nth-of-type(3) {
        flex: 0 0 20%;
    }

    .footer-bottom {
        flex: 0 0 100%;
        margin-top: 12px;
    }

    .footer-column {
        max-width: 246px;
        
    }

    .social-icons {
        margin: 10px auto 10px;
    }

}


/* *******************
    1300px ends
********************* */



/**********************************************************************/
/* footer ends */
/**********************************************************************/




.copyright {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
	clear: both;
	color: #000;
	font-size: 13px;
	letter-spacing: 0px;
}
.social-icons {
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 0px;
}
.social-icons li {
	list-style: none;
	float: left;
	margin: 0 10px;
	line-height: 24px;
	font-size: 24px;
}
.social-icons li a {
	color: #fff;
}
.social-icons svg {
    width: 0.875em;
    height: 1em;
    display: inline-block;
    vertical-align: -.125em;
}
@media only screen and (max-width: 520px) {
    .social-icons svg {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 981px) {
	.header-menu-container {
		padding: 0px;
	}
}
@media only screen and (min-width: 1181px){
    .header-logo {
		margin-right: 33px;
    }
	.header-menu ul li a {
        font-size: 17px;
    }
	.header-menu svg {
		width: 17px;
		height: 17px;
	}
}
@media only screen and (min-width: 1280px) {
	.header-logo {
		margin-right: 42px;
	}
}
.header-mobile-submenu ul {
	display: flex;
	justify-content: space-around;
	padding: 0;
	max-width: 300px;
	margin: 0 auto;
}
.header-utility .header-mobile-submenu ul li a {
	text-transform: none;
	font-size: 17px;
}
@media only screen and (max-width: 980px) {
	body {
		height: 100%;
	}
	.container,
	.header-utility .container,
	#menu-small-container {
		width: 100%;
	}
	.header-utility ul li a {
		margin: 0 0 0 10px;
	}
	.header-logo {
		width: 120px;
	}
	#header-mobile {
		display: inline-block;
		width: 100%;
		height: 49px;
		text-align: center;
		margin: 0 auto;
		position: fixed;
		top: 0px;
		z-index: 999;
		left: 0px;
		background: #fff;
		border-bottom: 1px solid #ddd;
	}
	nav {
		position: fixed;
		top: 0;
		left: 0;
		right: auto;
		width: 250px;
		height: 100%;
		margin: 0 0 0 -250px;
		-moz-transition: margin 200ms ease-in;
		-webkit-transition: margin 200ms ease-in;
		-o-transition: margin 200ms ease-in;
		transition: margin 200ms ease-in;
	}
	nav ul {
		width: 250px;
		height: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		background: #fff;
		overflow-y: scroll;
	}
	nav li {
		margin: 0;
	}
	nav a {
		color: #fff;
		font-size: 1em;
		text-decoration: none;
		display: block;
		padding: 12px 15px;
		font-weight: 500;
		letter-spacing: 2px;
		border-bottom: 1px solid #b3b3b3;
	}
	nav a:hover {
		background: #eee;
	}
	#header-mobile label {
		display: block;
		width: auto;
		height: auto;
		line-height: 42px;
		color: #333;
		text-align: center;
		font-size: 22px;
		line-height: 24px;
		position: fixed;
		top: 8px;
		left: 10px;		
		z-index: 500;
	}
	#header-mobile input[type="checkbox"] {
		display: none;
	}
	#header-mobile input[type="checkbox"]:checked ~ nav {
		margin: 0;
		z-index: 1;
	}
	#header-mobile input[type="checkbox"]:checked ~ .mobile-menu-overlay{
		display: block;
	}
	.fa-navicon:hover {
		cursor: pointer !important;
	}
    #navicon svg {
        width: 0.875em;
        height: 1em;
        display: inline-block;
        vertical-align: -.125em;
    }
	.header-menu-mobile {
		overflow: hidden;
		float: right;
	}
	.header-utility ul.utility-icons {
		margin: 5px 40px 0 0;
		float: right;
	}
	ul.mobile-menu {
		padding-top: 50px;
	}
	.mobile-menu li {
		width: 100%;
		padding: 0px;
	}
	.mobile-menu li a {
		width: 90% !important;
		margin: 0 auto !important;
		padding: 10px 0 !important;
/*		color: #fff !important;*/
		text-align: left;
	}
	.mobile-menu-overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba( 0, 0, 0, 0.4);
		display: none;
	}
	.mobile-menu > li:first-of-type a {
		background-color: #ff8300;
		border-bottom: none;
		color: #fff !important;
		padding: 13px 16px !important;
		width: 90% !important;
		font-size: 16px;
		text-align: center;
		font-weight: 600;
		margin: 0 auto 6px !important;
	}
		.mobile-menu > li:first-of-type a:hover {
			background-color: #eb7900;
		}
	.checkout-reminder .button-general.inline,
	.lightbox .button-general.inline {
		width: 100%;
	}
	.summary {
		width: 98%;
		float: left;
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 1;
		margin: 20px 0;
	}
	.desktop2 {
		display: none !important;
		-webkit-appearance: none;
	}
	.desktop3 {
		font-size: 14px !important;
	}
	.childs-name {
		font-size: 17px !important;
	}
	.status {
		font-size: 14px !important;
	}
	.mobileheader,
	button.continue.mobile,
	.mobiletotals {
		display: inline-block !important;
	}
	.mobile-links {
		display: inline-block !important;
	}
}
.kidpik-button {
	background: #ff8300;
	color: #fff;
	border:none;
	padding:8px 10px;
}
@media only screen and (max-width: 768px) {
	.how h2 {
		font-size: 26px;
	}
}
.mobile {
	display: none !important;
}
@media only screen and (max-width: 768px) {
	.mobile {
		display: inline-block !important;
	}
	.desktop {
		display: none !important;
	}
}
.lightboxcontainer {
	width: 100%;
	text-align: left;
}
.lightboxright iframe {
	min-height: 390px;
}
.accordion {
	border: 1px solid #eee;
}
.entryformbutton.payment-method-button-cc {
    padding: 17.25px 0;
}
.getstartedbutton {
    padding: 10px 20px 10px 20px;
    color: #ffffff !important;
    background: #ff8300;
}
/**********************************************************************/
/* refactor */
/**********************************************************************/
::placeholder {
    color: #999;
    opacity: 1;
}
:-ms-input-placeholder {
	color: #999;
}
::-ms-input-placeholder {
	color: #999;
}
.ui-accordion-header {
	height: 36px;
	line-height: 28px;
	vertical-align: middle;
	border: 1px solid #ddd;
	padding: 4px 10px;
	background: #f7f7f7;
	-moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}
.ui-accordion-header-active {
	background: #00a79e;
	color: #fff;
}
.ui-accordion-header-active .fa-check {
	display: none;
}
.ui-accordion-header a,
.ui-accordion-header a:link {
	text-decoration: underline;
}
.ui-accordion-header-active {
	background: #00a79e;
	color: #fff !important;
}
.ui-accordion-header-active .fa-check {
	display: none;
}
.ui-accordion-header a,
.ui-accordion-header a:link {
	text-decoration: underline;
}
.desktop {
	display: initial;
}
.mobile {
	display: none;
}
.popupdialog {
	text-align: center !important;
	z-index: 99999999 !important;
	background: #333 !important;
	color: #f0f0f0 !important;
	width: 100% !important;
	margin: 0 auto !important;
}
.hidediv {
	display: none;
}
.showdiv {
	display: initial;
}
.header {
	text-align: left !important;
	cursor: pointer;
}
.headerdummy,
.contentdummy {
	display: none !important;
}
.headercontent,
.headercontent div {
	clear: none !important;
	float: left !important;
	line-height: 23px;
}
.headerlink,
.headerlink div {
	clear: none !important;
	float: right !important;
}
.headerlink2,
.headerlink2 div {
	clear: none !important;
	float: right !important;
	color: white !important;
}
.addresslistitem {
	margin: 10px 0px;
}
.subscriptioncontainer {
	min-height: 240px;
}
#freqimage {
	margin-bottom: 10px;
	margin-right: 10px;
}
.yotpo-wrapper {
	margin: 10px auto !important;
	margin-bottom: 0 !important;
	text-align: center !important;
	display: inline-block;
}
#ordiv {
	width: 100%;
	margin: 0 auto;
	margin-bottom: -5px;
	text-align: center;
}
#gridsubscription,
#gridsubscription a,
#gridsubscription a.fab {
	font-size: 14px !important;
	font-weight: bold;
}
#gridtransaction,
#gridtransaction a,
#gridtransaction a.fab {
	font-size: 12px !important;
}
div.k-window {
	border: 0px !important;
}
#gridtransaction .k-header {
	display: none;
}
.gridheaderlink {
	font-size: 18px;
}
.headermedium {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 10px;
	line-height: 20px;
}
.fa-info-circle,
.fa-check {
	margin-top: 5px;
	margin-right: -2px;
}
.dottedline {
	background-image: url(/Content/images/dot.png);
	background-repeat: repeat-x;
	border: none;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	display: inline-block;
	background-position: center;
	max-width: 1280px;
}
@media only screen and (max-width: 660px) {
	.svg-inline--fa {
		font-size: 22px !important;
		margin-bottom: -2px;
	}
	.fa {
		margin-top: 14px;
		margin-right: -12px;
	}
	.ui-accordion-header {
		font-size: 14px;
	}
}
@media only screen and (max-width: 580px) {
	.entryform div .entryformleft,
	.entryformright {
		width: 100% !important;
		clear: both !important;
		float: none !important;
		padding: 0px !important;
		padding-top: 10px !important;
	}
	.svg-inline--fa {
		font-size: 19px !important;
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 520px) {
	.svg-inline--fa {
		font-size: 16px !important;
		margin-bottom: 0px;
	}
	#freqlist .entryformrow {
		font-size: 14px;
		padding: 3px;
		margin: 3px 0px;
	}
	#freqimage {
		padding: 15px 0px !important;
	}
}
@media only screen and (max-width: 477px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: initial;
	}
	.headersubscription {
		font-size: 14px;
	}
}
@media only screen and (max-width: 350px) {
	.headersubscription {
		font-size: 12px;
	}
}
#backtoaccount {
	font-size: 12px !important;
	font-weight: bold !important;
}
.accountsection {
	clear: both;
	width: 100%;
	padding-top: 12px;
	border-bottom: 2px solid #ddd;
}
@media only screen and (max-width: 695px) {
    #tabstrip li {
        margin-bottom: 10px !important;
    }
}
@media only screen and (max-width: 477px) {
    #gridsubscriptions td {
        font-size: 11px !important;
    }
    #gridsubscriptions a {
        font-size: 12px !important;
    }
    #tabstrip li {
        margin-bottom: 8px !important;
    }
}
@media only screen and (max-width: 412px) {
    #gridsubscriptions td {
        font-size: 10px !important;
    }
    #gridsubscriptions a {
        font-size: 11px !important;
    }
}
@media only screen and (max-width: 374px) {
	#tabstrip li {
		margin-right: 19px !important;
	}
}
.hamburger {
	padding: 6px 6px 0 0;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter, background-color;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

#header-mobile input[type="checkbox"]:checked ~ label {
	margin: 0;
}

#header-mobile input[type="checkbox"]:checked ~ label .hamburger .hamburger-inner,
#header-mobile input[type="checkbox"]:checked ~ label .hamburger  .hamburger-inner::before,
#header-mobile input[type="checkbox"]:checked ~ label .hamburger  .hamburger-inner::after {
	background-color: #000;
	height: 2px;
}

.hamburger-box {
	width: 20px;
	height: 22px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 22px;
	height: 3px;
	background-color: #000;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -8px;
}

.hamburger-inner::after {
	bottom: -8px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#header-mobile input[type="checkbox"]:checked ~ label .hamburger--spin .hamburger-inner {
transform: rotate(225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header-mobile input[type="checkbox"]:checked ~ label .hamburger--spin .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

#header-mobile input[type="checkbox"]:checked ~ label .hamburger--spin .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
transform: rotate(-225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.add-on-banner {
	cursor: pointer;
}

.add-on-banner img {
	width: 100%;
	display: block;
}

.add-on-banner .mobile-hide {
	display: none;
}

@media only screen and (min-width: 768px) {
	.add-on-banner .mobile-hide {
		display: block;
	}
	.add-on-banner .desktop-hide {
		display: none;
	}
}

@media only screen and (max-width: 660px) {
	.account-header .fa {
		margin: 0 auto;
	}
}

.cta-2 {
	color: #00a79e;
	border: 2px solid #00a79e;
	padding: 2px 6px;
	background-color: #fff;
	transition: background-color 0.5s ease-in-out, color 0.4s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out, color 0.4s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out, color 0.4s ease-in-out;
}
.cta-2:hover {
	color: #fff;
	background-color: #00a79e;
}
.add-a-kid-cta {
	font-size: 12px;
}
@media only screen and (min-width: 768px) {
	.cta-2 {
		padding: 2px 10px;
	}
	.add-a-kid-cta {
		font-size: 18px;
	}
	.account-header-koins {
		font-size: 16px;
	}
}

@media only screen and (min-width: 751px) {
	.pill {
		background: rgba(255,255,255,.75);
		border-radius: 100px;
		padding: 1.5% 24px !important;
		display: table;
	}
}

.crossed-out {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#ot-sdk-btn-floating.ot-floating-button {
	display: none;
}

#ticker-banner-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	height: 40px;
	z-index: 3;
	background-color: #000;
	text-align: center;
	display: none;
}

.ticker-banner-text {
	font-size: 1.25rem;
	line-height: 2em;
	color: #fff;
	margin: 0;
	letter-spacing: 2px;
}
.ticker-banner-text a {
	color: white;
}
.ticker-visible,
#header-desktop.ticker-visible,
#header-mobile.ticker-visible,
#header-mobile input[type="checkbox"]:checked ~ nav.ticker-visible,
#header-mobile input[type="checkbox"]:checked ~ #navicon.ticker-visible {
	margin-top: 40px;
}
#content.ticker-visible {
	margin-top: 89px;
}
@media screen and (min-width: 981px) {
	#content.ticker-visible {
		margin-top: 116px;
	}
}

a.cta {
	font-size: 16px;
	text-transform: uppercase;
	background: #ff8300;
	width: auto;
	padding: 12px 31px 12px 40px;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	a.cta {
		padding: 12px 29px 12px 40px;
		font-size: 20px;
	}
}

a.cta::after {
	content: ">";
	display: inline-block;
	opacity: 0;
	transition: all 0.2s ease-in;
}

a.cta:hover::after {
	transform: translateX(100%);
	opacity: 1;
}

a.cta:hover {
	background-color: #eb7900;
	transition: background-color 0.1s ease-in;
}

.sticky-footer-promo {
	border-top-color:#00a79e;
	border-top-width: 0.25rem;
	border-top-style: solid;
	bottom: 0px;
	cursor: pointer;
	-webkit-box-pack: center;
	justify-content: center;
	max-height: 10rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	position: fixed;
	width: 100%;
	z-index: 1099;
	display: none;
}

.sticky-footer-promo .wrapper1 {
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
}

.sticky-footer-promo .wrapper2 {
	-webkit-box-align: center;
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-align: center;
	color:#00a79e;
}

.sticky-footer-promo button {
	padding: 0px;
	line-height: inherit;
	color:#00a79e;
	cursor: pointer;
	position: absolute;
	right: 1.25rem;
	top: 0.625rem;
	border: none;
	background: transparent;
}

.sticky-footer-promo button svg {
	display: inline-block;
	flex-shrink: 0;
	height: 1em;
	vertical-align: middle;
	width: 1em;
	color:#00a79e;
}

.sticky-footer-promo button p {
	margin: 0 auto;
	font-size: 0.7em;
	font-weight: 600;
	color: #00a79e;
}

.sticky-footer-promo .wrapper2 h2 {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.063rem;
	line-height: 1rem;
	text-transform: uppercase;
	margin: 0.25em auto;
	margin-bottom: 0.5rem;
}

.sticky-footer-promo .wrapper2 h3 {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.075rem;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 auto;
	max-width: 276px;
}

.sticky-footer-promo .wrapper2 h4 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25rem;
	max-width: 30.25rem;
	margin: 0.75rem 0;
	display: none;
	color: #000;
}

.sticky-footer-promo-modal-bg {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 0;
	width: 0;
	z-index: 1098;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(194, 194, 194);
}

.sticky-footer-promo .cta {
	padding: 12px 39px 12px 50px;
	margin: 0 auto 8px;
	display: none;
}

.sticky-footer-promo img.sticky-gif {
	position: absolute;
	top: 0;
	height: 90px;
	transform: translate(-158%,-30%);
	display: none;
}

.sticky-footer-promo.expanded {
	max-height: none;
}

.sticky-footer-promo.expanded h4 {
	display: block;
}

.sticky-footer-promo.expanded .cta {
	display: inline-block;
}

.sticky-footer-promo.expanded button svg {
	transform: rotate(180deg);
}

.sticky-footer-promo-modal-bg.expanded {
	display: block;
	height: 100vh;
	width: 100vw;
}

.footer-mobile.sticky-promo-visible {
	margin-bottom: 75px;
}

@media only screen and (min-width: 414px) {
	.sticky-footer-promo img.sticky-gif {
		height: 100px;
		transform: translate(-155%,-35%);
	}
}

@media only screen and (min-width: 768px) {
	.sticky-footer-promo img.sticky-gif {
		height: 110px;
		transform: translate(-127%,-35%);
	}

	#footer.footer-desktop.sticky-promo-visible {
		margin-bottom: 75px;
	}
}

@media only screen and (min-width: 1024px) {
	.sticky-footer-promo img.sticky-gif {
		height: 130px;
		transform: translate(-180px,-45px);
	}

	.sticky-footer-promo.expanded img.sticky-gif {
		height: 130px;
	}

	.sticky-footer-promo .wrapper2 h3 {
		font-size: 2rem;
		max-width: none;
	}

	#footer.footer-desktop.sticky-promo-visible {
		margin-bottom: 60px;
	}
}
.registerform .entryform {
  text-align: center;
}
.registerform #signupInfo {
  width: 80%;
  margin: 0 auto;
}
.registerform h2 {
  font-size: 26px;
  margin: 0 auto;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .registerform h2 {
    font-size: 40px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1140px) {
  .registerform h2 {
    margin-top: 0;
  }
}
.registerform h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  color: #008a77;
  letter-spacing: 2px;
}
@media screen and (min-width: 375px) {
  .registerform h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 414px) {
  .registerform h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 480px) {
  .registerform h3 {
    margin: 4px auto;
    font-size: 26px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 768px) {
  .registerform h3 {
    font-size: 34px;
  }
}
.registerform h4 {
  font-size: 18px;
  margin-top: 0;
}
.registerform h4 span {
  display: block;
}
@media screen and (min-width: 540px) {
  .registerform h4 span {
    display: inline;
  }
}
@media screen and (min-width: 480px) {
  .registerform h4 {
    font-size: 20px;
    margin: 12px auto 20px;
  }
}
.registerform .signup-copy p {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .registerform .signup-copy p {
    font-size: 16px;
  }
}
.registerform .signup-copy p:first-of-type {
  max-width: 464px;
  margin: 16px auto 4px;
  padding: 0 20px;
}
@media screen and (min-width: 480px) {
  .registerform .signup-copy p:first-of-type {
    padding: 0;
  }
}
.registerform .signup-copy p:nth-of-type(2) {
  margin-top: 0px;
}
.registerform .alreadyMember {
  margin: 20px auto 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.registerform .alreadyMember a {
  text-decoration: underline;
  color: #008a77;
}
.registerform #shipinfo {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .registerform #shipinfo {
    width: 49%;
    float: left;
  }
  .registerform #shipinfo:nth-of-type(1) {
    margin-right: 2%;
  }
  .registerform #shipinfo:nth-of-type(3) {
    width: 100%;
  }
}
.registerform .formcontainer {
  background-color: transparent;
  width: 100% !important;
}
.registerform button.continue {
  font-size: 16px;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: #ff8300;
  width: auto;
  padding: 12px 31px 12px 40px;
  letter-spacing: 1px;
  color: white;
  display: inline-block;
  border: none;
  font-weight: 600;
  margin: 16px auto;
}
.registerform button.continue::after {
  content: ">";
  display: inline-block;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.registerform button.continue:hover::after {
  transform: translateX(100%);
  opacity: 1;
}
.registerform button.continue:hover {
  background-color: #eb7900;
  transition: background-color 0.1s ease-in;
}
.registerform .facebook {
  max-width: 255px;
  font-size: 16px;
  margin: 20px auto;
  font-weight: 600;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registerform .facebook svg {
  height: 1em;
  fill: #1877f2;
  margin-right: 10px;
}
.registerform .facebook span {
  padding-top: 2px;
}
.registerform .facebook.google-login-cta {
  margin: 0 auto 14px;
}
.registerform .agree {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 64px;
}
.registerform .agree a {
  color: #008a77 !important;
}
@media screen and (min-width: 375px) {
  .registerform .agree {
    padding: 0px;
  }
}
.registerform input.k-textbox {
  box-shadow: none;
  background-color: transparent !important;
  height: 30px !important;
}
@media screen and (min-width: 480px) {
  .registerform input.k-textbox {
    height: 48px !important;
  }
}
.registerform .orrow-simple {
  font-weight: bold;
  margin: 0 auto 20px;
}
.registerform #ordiv {
  font-size: 19px;
  margin-top: -10px;
}
@media screen and (min-width: 1140px) {
  .registerform #ordiv {
    margin-bottom: 6px;
  }
}

.registerform .signup-right .promo h2 {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.063rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #00a79e;
}

@media only screen and (min-width: 375px) {
  .registerform .signup-right .promo h2 {
    font-size: 1rem;
  }
}
.registerform .signup-right .promo-footer {
  font-size: 11px;
}

.registerform .signup-right .promo h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  max-width: 30.25rem;
  margin-bottom: 0;
  margin-top: 0.25rem;
}

.registerform .signup-page-form .promo h2 {
  font-size: 32px;
  margin: 0 auto;
}

.registerform .signup-page-form .promo-value {
  display: inline-block;
}

.registerform .signup-page-form .entryformcol {
  padding-top: 10px;
}

.registerform .signup-page-form .full-name-row {
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  .registerform .signup-page-form .promo h2 {
    font-size: 30px;
  }
  .registerform .signup-page-form .promo-value {
    display: block;
  }
  .registerform .signup-page-form .full-name-row {
    display: flex;
    gap: 5px;
    margin-top: 0;
    padding-top: 10px;
  }
  .registerform .signup-page-form .entryformcol {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .registerform .signup-page-form .promo h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

/************************************************************************/
/************************************************************************/
/* responsive displayforms */
/************************************************************************/
/************************************************************************/
.entryform {
	width: 97%;
	max-width: 780px;
	margin: 10px auto;
	letter-spacing: .05em;
	text-align: left;
}
.entryformtitle {
	font-size: 16px !important;
	font-weight: bold !important;
	margin: 10px auto !important;
}
.entryformdetails label:not(.k-checkbox-label) {
	font-size: 11px;
	z-index: 2;
	padding: 0;
	padding-left: 6px;
	position: absolute;
	color: #aaa;
}
.entryform .labelhide {
	display: none;
}
.entryform .labelshow {
	display: inline-block;
}
.entryform .entryformrow {
	padding-top: 10px;
}
.entryform div {
	clear: both;
}
.entryform.input {
	border: 1px solid lightgray !important;
}
.entryformleft {
	clear: none !important;
	float: left !important;
	padding-right: 1% !important;
}
.entryformright {
	clear: none !important;
	float: left !important;
}
.entryformbutton {
    width: 100%;
    margin: 12px auto;
    padding: 12px 0;
    text-align: center;
    color: #fff !important;
    background: #f8941e !important;
    border-radius: 0 !important;
    border: 1px solid #ccc;
}
.entryformbutton:hover,
.k-button:hover {
    filter: brightness(120%) !important;
}
.entryformbutton:not(.k-state-disabled):hover,
.k-button:not(.k-state-disabled):hover {
	filter: brightness(120%);
}
.entryformbuttoncancel {
    color: #444 !important;
    background: #eee !important;
    border: 1px solid #eee !important;
}
.entryformbuttoncancel:hover {
    filter: brightness(110%) !important;
    background: #ddd !important;
}
.entryformlinksmall {
	font-size: 14px;
	padding: 12px 0;
}

