
/* Core template styles
========================================== */
@font-face {
    font-family: 'bariol_bold';
    src: url('../_fonts/bariol_bold-webfont.woff2') format('woff2'),
    url('../_fonts/bariol_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bariol_regular';
    src: url('../_fonts/bariol_regular-webfont.woff2') format('woff2'),
    url('../_fonts/bariol_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bariol_light';
    src: url('../_fonts/bariol_light-webfont.woff2') format('woff2'),
    url('../_fonts/bariol_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL //////////////////////////////////////////////////////*/

body { font-family: 'bariol_regular', Arial, Helvetica, sans-serif; }


h1, h2 { font-family: 'bariol_bold', Arial, Helvetica, sans-serif !important; font-size: 1.8rem; line-height: 2.6rem; font-weight: normal; color: #F8981D; }
#signup h1 { text-align: center; color: #fff; margin: 0; }
.twelve.columns h2 { margin-bottom: 3.5rem; }
p { font-size: 1.2rem; line-height: 1.8rem; }


/* LINKS //////////////////////////////////////////////////////*/

a:link, a:visited { -webkit-transition: all 0.3s; transition: all 0.2s; }



/* MASTHEAD //////////////////////////////////////////////////////*/

#masthead { padding: 30px 0 0 0; height: 900px; background: url('../_img/barseff5.svg?url=/nz') top center no-repeat, url('../_img/bg-masthead-curve.svg') bottom -1px center no-repeat, url(../../../../uploads/1937/image/5c73bb94930ad-33-1280x988.jpg) top center no-repeat; background-size: 105%, contain, cover; }
#logo {
	margin: 20px 0 30px 0;
	max-width: 50%;
}
#logo img {
	max-width: 100%;
	max-height: 130px;
}



/* GRID //////////////////////////////////////////////////////*/

.container { position: relative; width: 100%; margin: 0 auto; box-sizing: border-box; max-width: 1200px; }
.column, .columns { width: 100%; float: left; box-sizing: border-box; }

/* For devices larger than 550px */
@media (min-width:550px) {
    .container { width: 90%; }
    .column, .columns { margin-left: 4%; }
    .column:first-child, .columns:first-child { margin-left: 0; }
    .one.column, .one.columns { width: 4.66666666667%; }
    .two.columns { width: 13.3333333333%; }
    .three.columns { width: 22%; }
    .four.columns { width: 30.6666666667%; }
    .five.columns { width: 39.3333333333%; }
    .six.columns { width: 48%; }
    .seven.columns { width: 56.6666666667%; }
    .eight.columns { width: 65.3333333333%; }
    .nine.columns { width: 74.0%; }
    .ten.columns { width: 82.6666666667%; }
    .eleven.columns { width: 91.3333333333%; }
    .twelve.columns { width: 100%; margin-left: 0; position: relative; }
}

.container:after, .row:after, .u-cf { content: ""; display: table; clear: both; }



/* WALDO MENU //////////////////////////////////////////////////////*/

/* Menu */
.wrapper, .open, .off-canvas-nav, .off-canvas-nav.open { -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
.wrapper { position: absolute; width: 100%; height: 100%; -webkit-transform: transitionX(0); -ms-transform: transitionX(0); transform: transitionX(0); }
.open { -webkit-transform: translateX(-15rem); -ms-transform: translateX(-15rem); transform: translateX(-15rem); }
.off-canvas-nav { height: 100%; position: fixed; background-color: #F8981D; width: 15rem; top: 0; right: 0; padding: 40px 0 0 0; -webkit-transform: translateX(15rem); -ms-transform: translateX(15rem); transform: translateX(15rem); overflow-y: hidden; text-transform: uppercase; letter-spacing: 0.1em; }
.off-canvas-nav.is-open { -webkit-transform: translateX(0rem); -ms-transform: translateX(0rem); transform: translateX(0rem); }
.off-canvas-nav a { padding: 0.5rem 2rem; display: block; font-family: 'bariol_regular'; color: rgba(255,255,255,0.5); text-decoration: none; }
.off-canvas-nav a:hover { color: #fff; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
hr { margin: 1rem 2rem; }

/* Hamburger */
#hamburger { width: 30px; height: 30px; position: absolute; top: 42px; right: 1%; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; -webkit-tap-highlight-color: rgba(0,0,0,0); }
.border { position: absolute; top: -22px; left: -16px; width: 50px; height: 50px; background: #F8981D; border-radius: 5px; }
#hamburger span { background-color: #fff; display: block; position: absolute; height: 2px; width: 100%; border-radius: 9px; left: 0px; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.25s ease-in-out .5s; transition: 0.25s ease-in-out .5s; z-index: 2; }
#hamburger span:nth-child(1) { top: -4px; left: -6px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
#hamburger span:nth-child(2) { top: 2px; left: -6px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
#hamburger span:nth-child(3) { top: 8px; left: -6px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
#hamburger.open span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: -8px; left: -1px; height: 2px; }
#hamburger.open span:nth-child(2) { opacity: 0; filter: alpha(opacity=0); height: 2px; }
#hamburger.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 13px; left: -1px; height: 2px; }



/* LOGIN //////////////////////////////////////////////////////*/

#login { position: absolute; top: 0; right: 39px; padding: 20px; }
#login input { width: 120px; height: 40px; margin-right: 10px; padding: 5px 13px; float: left; border-radius: 5px; border: none; font-family: 'bariol_regular'; font-size: 1.1rem; -webkit-transition: all 0.2s; transition: all 0.2s; }
#login input[type=submit] { width: 90px; height: 50px; margin-right: 8px; background-color: #EB6D65; font-family: 'bariol_bold'; font-size: 1rem; line-height: 1rem; letter-spacing: 0.2rem; text-indent: 0.2rem; color: #fff; padding: 0; border: none; }
#login input:focus { border: none; outline: none; transition: all 0.2s; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
#login input[type=submit]:hover { background: #753632; }


/* WALDO DESKTOP FORM ///////////////////////////////////////////////////////////// */

#signup *, :after, :before { box-sizing: border-box; font-family: 'bariol_regular', Arial, sans-serif; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
#signup { position: relative; background: #F8981D; border-radius: 100%; width: 560px; height: 500px; padding: 40px 0 0 0; color: #fff; font-size: 100%; font-family: 'bariol_regular', Arial, sans-serif; }
.simform { position: relative; max-width: 400px; width: 100%; text-align: left; font-size: 2em; margin: auto; } /* Change max-width and font-size to change size and shape of form */
.simform .submit { display: none; }
.simform ol { margin: 0; padding: 0; list-style: none; position: relative; -webkit-transition: height .4s; transition: height .4s; }
.simform ol:before { content: ''; background-color: #fff; position: absolute; left: 0; bottom: 0; width: 100%; height: 2.35em; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); border-top-left-radius: 5px !important; border-top-right-radius: 5px !important; }
.questions li { z-index: 100; position: relative; visibility: hidden; height: 0; -webkit-transition: visibility 0 0.4s, height 0 .4s; transition: visibility 0 0.4s, height 0 .4s; }
.questions li.current, .no-js .questions li { visibility: visible; height: auto; -webkit-transition: none; transition: none; }
.questions li > span { display: block; overflow: hidden; }
.questions li > span label { display: block; -webkit-transition: -webkit-transform .4s; transition: -webkit-transform .4s; transition: transform .4s; transition: transform .4s, -webkit-transform .4s; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); margin-bottom: 0.2em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 0.9em; text-align: center; }
.questions li.current > span label, .no-js .questions li > span label { -webkit-transition: none; transition: none; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.show-next .questions li.current > span label { -webkit-animation: moveUpFromDown .4s both; animation: moveUpFromDown .4s both; }
.questions input { display: block; margin: .1em 0 0; padding: .5em 1em .5em .7em; width: -webkit-calc(100% - 2em); width: calc(100% - 2em); height: 77px; border: none; background: transparent; color: black; font-size: 1em; font-weight: 300; opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; }
.questions .current input, .no-js .questions input { opacity: 1; }
.questions input:focus, .simform button:focus { outline: none; }
.next { position: absolute; top: 0; right: 0; bottom: 1.15em; display: inline-block; padding: 0; width: 2em; height: 2em; border: none; background: none; opacity: 0; color: rgba(0, 0, 0, 0.4); text-align: center; z-index: 100; cursor: pointer; -webkit-transition: -webkit-transform 0.3s, opacity .3s; -webkit-transition: opacity .3s, -webkit-transform 0.3s; transition: opacity .3s, -webkit-transform 0.3s; transition: transform 0.3s, opacity .3s; transition: transform 0.3s, opacity .3s, -webkit-transform 0.3s; -webkit-transform: translateX(-20%); -ms-transform: translateX(-20%); transform: translateX(-20%); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.next::after { position: absolute; left: 0; top: -0.25em; width: 85%; height: 75%; content: url(../_img/arroweff5.svg?url=/nz); text-transform: none; font-style: normal; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.next.show { top: 5.35em; opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); pointer-events: auto; z-index: 9999; }
.simform .progress { width: 0; height: .15em; background: rgba(r, g, b, 1); -webkit-transition: width .4s ease-in-out; transition: width .4s ease-in-out; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.simform .progress::before { position: absolute; top: auto; width: 100%; height: inherit; background: rgba(0, 0, 0, 0.05); content: ''; }
.simform .number { position: absolute; right: 0; overflow: hidden; margin: .7em 0; width: 3em; font-weight: 300; font-size: .4em; }
.simform .number:after { position: absolute; left: 50%; content: '/'; opacity: .4; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.simform .number span { float: right; width: 40%; text-align: center; }
.simform .number .number-current { float: left; }
.simform .number-next { position: absolute; left: 0; }
.simform.show-next .number-current { -webkit-transition: -webkit-transform .4s; transition: -webkit-transform .4s; transition: transform .4s; transition: transform .4s, -webkit-transform .4s; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }
.simform.show-next .number-next { -webkit-animation: moveUpFromDown .4s both; animation: moveUpFromDown .4s both; }
.simform .error-message, .simform .final-message { position: absolute; visibility: hidden; opacity: 0; -webkit-transition: opacity .4s; transition: opacity .4s; }
.simform .error-message { padding: .4em 3.5em 0 0; width: 100%; color: #fff; font-style: italic; font-size: .6em; }
.final-message { top: 50%; left: 0; padding: .5em; width: 100%; text-align: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.error-message.show, .final-message.show { visibility: visible; opacity: 1; }
.final-message.show { -webkit-transition-delay: .5s; transition-delay: .5s; }
.simform-inner.hide { visibility: hidden; opacity: 0; -webkit-transition: opacity 0.3s, visibility 0 .3s; transition: opacity 0.3s, visibility 0 .3s; }
.no-js .simform { font-size: 1.75em; }
.no-js .questions li { padding: 0 0 2em; }
.no-js .simform .submit { display: block; float: right; padding: 10px 20px; border: none; background: rgba(0, 0, 0, 0.3); color: rgba(0, 0, 0, 0.4); }
.no-js .simform .controls, input[type=text]::-ms-clear { display: none; }
input#dobday, input#dobmonth { width: 25%; display: inline-block; }
input#dobyear { width: 30%; display: inline-block; }
::-webkit-input-placeholder { color: #000; -webkit-font-smoothing: antialiased; font-family: 'bariol_regular', Arial, sans-serif; }
::-moz-placeholder { color: #000; -moz-osx-font-smoothing: grayscale; font-family: 'bariol_regular', Arial, sans-serif; }
:-ms-input-placeholder { color: #000; font-family: 'bariol_regular', Arial, sans-serif; }
input:-moz-placeholder { color: #000; font-family: 'bariol_regular', Arial, sans-serif; }
input[type=radio] { display: none; }
.gender {margin-bottom: 70px;}
.man-btn { display: inline-block; position: relative; top: 0.15em; background: #fff url(../_img/male.svg) no-repeat; background-position: center center; width: 50%; margin-top: 0.02em; padding: 1.17em 0 1.17em; height: 76px; cursor: pointer; -webkit-transition: all 0.2s; transition: all 0.2s; }
.woman-btn { display: inline-block; position: relative; top: 0.15em; background: #fff url(../_img/female.svg) no-repeat; background-position: center center; width: 50%; margin-top: 0.02em; padding: 1.17em 0 1.17em; height: 76px; cursor: pointer; -webkit-transition: all 0.2s; transition: all 0.2s; }
.man-btn:hover, .woman-btn:hover { background-color: #EB6D65; }
.man-btn:hover { border-top-left-radius: 5px; }
.woman-btn:hover { border-top-right-radius: 5px; }
.geoip_text { position: absolute; top: 14em; color: #efefef; line-height: 1.8em; text-transform: uppercase; letter-spacing: 0.2em; text-align: center; font-size: 0.3em; width: 347px; left: 2em; }
.geoip_text a:link { text-decoration: none; color: #EB6D65; }
.geoip_text a:hover { text-decoration: none; color: #753632; }
@-webkit-keyframes moveUpFromDown { from { -webkit-transform: translateY(100%) } to { -webkit-transform: translateY(0); } }
@keyframes moveUpFromDown { from { -webkit-transform: translateY(100%); transform: translateY(100%) } to { -webkit-transform: translateY(0); transform: translateY(0); } }
#odp-circle { position: absolute; left: 380px; bottom: -40px; background: #f4f1e8; border-radius: 100%; width: 150px; height: 150px; color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; z-index: 1; }
#odp-circle p { font-size: 1rem; margin: 0 0 0.8rem 0; color: #F8981D; }
#odp-circle img { width: 95px; height: auto; }

/* INTRO & CIRCLES //////////////////////////////////////////////////////*/

#intro-testimonials-wrap { padding: 100px 0; }
.circle-wrapper { width: 100%; height: auto; }
.img-circle.customer-service, .img-circle.introductory-message { position: relative; max-width: 100%; max-height: 100%; border-radius: 50%; padding-bottom: 100%; }
.img-circle.customer-service {
	background: url('../_img/text-dedicated-service.svg') center center no-repeat,
		url('../_img/circle-orangeeff5.svg?url=/nz') center center no-repeat;
	background-size: 42%, 65%, cover;
}
.img-circle.introductory-message {
	background: url('../_img/text-date-on-mobile.svg') center center no-repeat,
		url('../_img/circle-purpleeff5.svg?url=/nz') center center no-repeat;
	background-size: 42%, 65%, cover;
}
.img-circle p { font-family: 'bariol_bold'; font-size: 1.2rem; line-height: 1.6rem; color: #fff; text-align: center; padding: 40px; }

/* MEMBERS //////////////////////////////////////////////////////*/

#members-wrap { background: #84B8DD; padding: 80px 0; }
#members-wrap h2 { text-align: center; }
#members { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.member { text-align: center; width: 14%; }
.member img { width: 100%; max-width: 190px; border-radius: 100px; }
.member div { margin-top: 1rem; font-family: 'bariol_bold', Arial, Helvetica, sans-serif; font-size: 1.5rem; color: #fff; }
.member div span { font-size: 1rem; font-family: 'bariol_light', Arial, Helvetica, sans-serif; }
.wld_badge_item { text-align: center; width: 14%; pointer-events: none; }
.wld_badge_item_photo img { width: 100%; max-width: 190px; border-radius: 100px; height: 100%;}
.wld_badge_item_detail { margin-top: 1rem; font-family: 'bariol_bold', Arial, Helvetica, sans-serif; font-size: 1.5rem; color: #fff; }
.wld_badge_item_region { font-size: 1rem; font-family: 'bariol_light', Arial, Helvetica, sans-serif; }



/* REMINDER //////////////////////////////////////////////////////*/

#reminder-wrap { background: #84B8DD url('../_img/bg-reminder-curveeff5.svg?url=/nz') top center no-repeat; text-align: center; padding: 80px 0 100px 0; }
a#toTop:link, a#toTop:visited { background: #EB6D65; border-radius: 5px; font-family: 'bariol_bold', Arial, Helvetica, sans-serif; font-size: 1.1rem; color: #fff; text-decoration: none; letter-spacing: 0.2rem; padding: 1rem 1.5rem; }
a#toTop:hover, a#toTop:active { background: #753632; }



/* FOOTER //////////////////////////////////////////////////////*/

#footer-wrap { padding: 100px 0; }
#footer-wrap a:link,
#footer-wrap a:visited {
	font-size: 1.2rem;
	color: #EB6D65;
	margin-right: 20px;
	text-decoration: none;
	line-height: 25px;
}
#footer-wrap a:hover, #footer-wrap a:active { color: #753632; }
#footer-wrap .four.columns img { margin-left: 30px; }

/* Social Icons //////////////////////////////////////////////////////*/

.socialIcons a img {
    width: 36px !important;
		margin-left: 0px !important;
    margin: 0 5px;
    opacity: .7;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.socialIcons a img:hover {
    opacity: 1;
}





/* ////////////////////////////////////////////////////////////////////*/
/* MEDIA QUERIES //////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 1025px) {
	.signup {
		margin: 20px auto 0 auto;
		padding: 20px;
	}
}

@media screen and (max-width: 1024px) {
    #masthead { height: 800px; }
    .six.columns h2 { margin-top: 0; }
    .six.columns p { font-size: 1rem; line-height: 1.5rem; }
    #footer-wrap img { width: 32%; margin-left: 20px; }
	#login {
		display: none;
	}
	#signup {
		width: 490px;
		height: 430px;
	}
	.signup {
		margin: 5px auto 0 auto;
		padding: 5px 20px;
	}
	#odp-circle {
		left: 350px;
	}
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .six.columns { width: 43.3%; }
    .three.columns { width: 25%; }
    #reminder-wrap { background-size: 150%; padding: 120px 0 100px 0; }
    #footer-wrap .four.columns { text-align: center; }
    #footer-wrap .four.columns img { width: 50%; margin: 0 0 20px 0; }
    #footer-wrap .four.columns a:link { margin-right: 0; }
}

@media screen and (max-width: 767px) {
		#masthead { padding: 0; background-size: 100%, 100%, cover; height: 730px; }
		.container { width: 85%; padding: 0; }
    #intro-testimonials-wrap { padding: 40px 0; }
    .circle-wrapper { margin: 20px 0; }
    .six.columns, .three.columns { width: 100%; }
	#signup {padding: 0; width: 100%; background: none; border-radius: 0;}
    #signup h1, #odp-circle { display: none; }
	.signup { background: rgba(0,0,0,0.7); }
    #mobile-form-wrap { display: block; }
	#logo {
		margin: 20px 0 120px 0;
		max-width: 75%;
	}
	.signup {
		margin: 20px auto 0 auto;
		padding: 20px;
	}
    #members-wrap { padding: 40px 0; }
    #members { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .member { width: 45%; margin-bottom: 20px; }
	.wld_badge_item { width: 45%; margin-bottom: 20px; }
	.wld_badge_item_photo img { width: 100%; max-width: 190px; border-radius: 100px; height: 100%;}
	.wld_badge_item_detail span { font-size: 1rem; font-family: 'bariol_light', Arial, Helvetica, sans-serif; }
    #reminder-wrap { padding: 40px 0 80px 0; background-size: 400%; }
    #footer-wrap { padding: 60px 0 40px 0; text-align: center; }
    #footer-wrap a { display: block; }
    #footer-wrap .four.columns img { width: 40%; margin: 0 0 20px 0; }
    #footer-wrap a:link { margin-right: 0; }

		.socialIcons a {
			display: inline !important;
		}

		.socialIcons {
			margin-bottom: 20px;
		}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    #masthead { background: url('../_img/barseff5.svg?url=/nz') top center no-repeat, url('../_img/bg-masthead-curve.svg') bottom -1px center no-repeat, url(../../../../uploads/1937/image/5c73bb94930ad-33-1280x988.jpg) top center no-repeat; background-size: contain, 100%, cover; height: 750px; }
    .circle-wrapper { width: 100%; }
    .three.columns { width: 44%; margin-left: 8%; }
    .member { width: 30%; }
	.wld_badge_item { width: 30%; }
    #footer-wrap { text-align: left; }
    #footer-wrap .four.columns { text-align: center; }
    #footer-wrap .four.columns img { width: 60%; }
}

.signup {
	max-width: 403px;
	height: auto;
	border-radius: 4px;
	position: relative;
	font-family: 'bariol_regular', Arial, sans-serif;
}
.signup .wld-component {
	height: 100%;
}
.signup .wld-form {
    display: grid;
    grid-row-gap: .5rem;
    margin-top: .5rem;
}
.signup .wld-fieldgroup {
	flex: 1;
	align-self: center;
	display: none;
}
.signup .wld-fieldgroup--active {
	display: block;
}
.signup .wld-field:not(.wld-field--confirm) .wld-field__caption {
	margin: 5px 0;
	text-align: center;
}
.signup .wld-field--confirm {
	margin: 0 0.5rem 1em .5rem;
	font-size: 14px;
}


/* GENERAL INPUT STYING
------------------------------------------------ */
.wld-input {
	font: inherit;
}

.wld-input--text,
.wld-input--number,
.wld-input--select {
	display: block;
	color: #999;
	background: #fff;
	width: 100%;
	height: 60px;
	font-size: 16px;
	font-family: 'bariol_regular', Arial, sans-serif;
	font-weight: 400;
	padding: 20px;
	margin: 0;
	border: 0;
	box-shadow: none;
	border-radius: 2px;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}

select::-ms-expand {
	display: none;
}

.wld-input--select {
	background: url(../_img/arrow-down.svg) no-repeat right #fff;
	background-size: 25px 60px;
}

.wld-button {
	display: block;
	background: #EB6D65;
	color: #fff;
	font-size: 25px;
	font-family: 'bariol_regular', Arial, sans-serif;
	font-weight: 600;
	margin: 0 auto;
	padding: 21px 0;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 19px;
	height: 60px;
	text-align: center;
	border: 0;
	cursor: pointer;
	width: 100%;
	z-index: 9997;
	border-radius: 2px;
	transition: all 200ms ease-in-out 100ms;
}

button.wld-button:hover {
	display: block;
	background: #EB6D65;
}

/* ERRORS
------------------------------------------------ */
.wld-error-overlay {
	position: absolute;
	background: #c00;
	font-size: 14px;
	font-family: 'bariol_regular', Arial, sans-serif;
	font-weight: 400;
	padding:.5em;
	margin-top: .75em;
	z-index: 9999;
	max-width: 15em;
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	border-radius: 4px;
	color: #fff;
	z-index: 9999;
}
.wld-error-overlay::before {
	content: '';
	width: 1em;
	height: 1em;
	transform: rotate(45deg);
	background: inherit;
	position: absolute;
	top: -.5em;
}

@media screen and (max-width: 443px) {
	.signup {
		border-radius: 0;
	}
}
