@charset "UTF-8";

/* ==========================================================================



CORE
========================================================================== */

.prodro .visuallyhidden {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

body, html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

*,
ul,
p,
dl,
dt,
dd,
blockquote {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
button,
input,
select,
textarea,
.mask,
.loading,
#wrapper,
#menu,
#header {
	transition:
		background-color 0.3s ease-in-out,
		border-color 0.3s ease-in-out,
		color 0.3s ease-in-out;
}

button,
input,
select,
textarea,
header,
footer {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 0;
}

label {
	cursor: pointer;
}
fieldset {
	padding: 0;
	border: none;
}
button {
	background: none;
	border: none;
	cursor: pointer;
}
button:active,
button:hover,
button:focus {
	outline: 0;
}

body {
	overflow-x: hidden;
	background-color: #fff;
	color: #4A4A4A;
	font: 15px/15px "Europa", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	margin: 0;
	font-family: "Europa", sans-serif;
	font-weight: 700;
}

p {
	margin: 0;
	line-height: 147%;
}
p + * {
	margin-top: 20px;
}

a {
	color: #3275C4;
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	text-decoration: underline;
}

picture {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}






/* ==========================================================================



COMMON / MODULES
========================================================================== */

#content {
	padding-top: 60px;
}
	@media all and (min-width: 768px) {
		#content {
			padding-top: 136px;
		}
	}

.wrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.logo {
	width: 115px;
	height: 0;
	padding-top: 33px;
	margin: 13px auto 14px;
	display: block;
	vertical-align: top;
	overflow: hidden;
	background: url(/common/gfx/prodromal-logo.png) no-repeat 50% 0;
	background-size: contain;
}

.mod {
	padding: 25px 0;
	position: relative;
	line-height: 125%;
}
.mod footer {
	text-align: center;
}
.mod .wrap > * {
	padding-right: 10px;
	padding-left: 10px;
}
.mod.intro {
	z-index: 10;
	background: rgb(231,80,38);
	background: -moz-linear-gradient(left, rgba(231,80,38,1) 0%, rgba(245,136,78,1) 100%);
	background: -webkit-linear-gradient(left, rgba(231,80,38,1) 0%,rgba(245,136,78,1) 100%);
	background: linear-gradient(to right, rgba(231,80,38,1) 0%,rgba(245,136,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75026', endColorstr='#f5884e',GradientType=1 );
	color: #FFD9D3;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.mod.intro + .mod {
	padding-top: 43px;
	background-color: #FBFAFA;
}
.mod.intro h1 {
	margin: 0 0 20px;
	font-size: 34px;
}
.mod.intro p {
	padding: 0 10px;
}
.mod.intro .btn {
	margin-bottom: -48px;
}
.heading2 {
	margin: 0 0 24px;
	color: #365F9A;
	font-size: 20px;
	line-height: 138%;
}
	@media all and (min-width: 768px) {
		.prodro .mod {
			padding: 56px 0;
		}
		.mod.intro {
			font-size: 34px;
			line-height: 39px;
			text-align: left;
		}
		.mod.intro .wrap {
			padding-right: 330px;
		}
		.mod.intro h1 {
			margin: 0;
			padding: 19px 10px;
			font-size: 48px;
		}
		.mod.intro .btn {
			margin: 0;
			position: absolute;
			top: 0;
			right: 20px;
		}
		.heading2 {
			margin-bottom: 44px;
			font-size: 34px;
		}
		.col {
			display: inline-block;
			vertical-align: top;
		}
		.col.c-12-12 {
			width: 100%;
			display: block;
		}
		.col.c-12-7 {
			width: 58.33%;
		}
		.col.c-12-5 {
			width: 41.67%
		}
		.col.c-12-8 {
			width: 66.67%;
		}
		.col.c-12-4 {
			width: 33.33%
		}
	}

.btn {
	padding: 26px 37px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 8px;
	border: none;
	background-color: #E22E12;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	box-shadow: 0 2px 4px 0 rgba(105,0,0,0.58);
}
.btn:active,
.btn:hover,
.btn:focus {
	background-color: #365F9A;
	text-decoration: none;
}
.caret {
	width: 7px;
	height: 11px;
	margin: 0 0 0 11px;
	display: inline-block;
	vertical-align: middle;
	background: url(/common/gfx/sprite.svg) no-repeat -12px 0;
	background-size: 600px auto;
}

.ol {
	counter-reset: rank-count;
	list-style: none
}
.ol li {
	margin: 30px 0;
	position: relative;
	padding: 0 0 0 59px;
	line-height: 133%;
}
.ol li em,
.ul li em {
	margin: 7px 0 0;
	display: block;
}
.ol li:before {
	counter-increment: rank-count;
	content: counter(rank-count);
	width: 36px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #C7D6EC;
	color: #365F9A;
	font-size: 20px;
	text-align: center;
}


.ul {
	list-style: none;
}
.ul li {
	min-height: 20px;
	margin: 12px 0;
	padding: 0 0 0 32px;
	position: relative;
			line-height: 120%;
}
.ul li:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/common/gfx/sprite.svg) no-repeat 0 -20px;
	background-size: 600px auto;
}
	@media all and (min-width: 768px) {
		.ul li {
			min-height: 30px;
			margin: 22px 0;
			padding-left: 47px;
			font-size: 20px;
			line-height: 120%;
		}
		.ul li:before {
			width: 30px;
			height: 30px;
			background-position: 0 -30px;
			background-size: 900px;
		}
	}

.prodro .bubble-banner {
	max-width: 700px;
	margin: 0 10px;
	padding: 27px 19px 27px;
	position: relative;
	border-radius: 29px 29px 0 29px;
	background-color: #365F9A;
	color: #fff;
}
.bubble-banner:after {
	content: '';
	width: 57px;
	height: 15px;
	position: absolute;
	top: 100%;
	right: 0;
	background: url(/common/gfx/sprite.svg) no-repeat -115px 0;
	background-size: 300px auto;
}
.bubble-banner strong {
	display: block;
	font-size: 240%;
	line-height: 120%;
}
.bubble-banner span {
	position: relative;
}
.why-use .bubble-banner span {
	margin: 16px 0;
	display: block;
	font-size: 120%;
	line-height: 120%;
}
	@media all and (min-width: 768px) {
		.prodro .bubble-banner {
			margin-right: auto;
			margin-left: auto;
			margin-bottom: 28px;
			padding: 44px 60px 56px;
			font-size: 24px;
		}
		.bubble-banner:after {
			width: 114px;
			height: 29px;
			background-position: -230px 0;
			background-size: 600px auto;
		}
	}



.partners {
	padding: 15px 5px 25px;
	background-color: #fff;
}
.partners ul {
	text-align: center;
}
.partners li {
	margin: 15px;
	display: inline-block;
	vertical-align: middle;
}
.partners .item img {
	max-width: 164px;
	max-height: 50px;
}
.partners .pivot img {
	max-width: 78px;
	max-height: 30px;
}

footer .partners .item img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.61;
	transition: all 0.3s ease-in-out;
}
footer .partners a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

	@media all and (min-width: 768px) {
		.partners li {
			margin: 15px 25px;
		}
	}

.partners.lrg {
	padding-bottom: 100px;
}
.partners.lrg ul {
	margin-bottom: 70px;
}
.partners.lrg .item img {
	max-width: 300px;
	max-height: 130px;
}
.partners.lrg .pivot img {
	max-width: 173px;
	max-height: 67px;
}
	@media all and (min-width: 768px) {
		.partners.lrg li {
			margin: 30px;
		}
	}

.womensxchange {
	margin-top: 34px;
	display: inline-block;
}
.womensxchange img {
	width: 70%;
	max-width: 470px;
}

/* ==========================================================================



HEADER
========================================================================== */

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
}

.gmenu {
	list-style: none;
}
.gmenu a {
	padding: 10px 0;
	display: block;
	color: #9B9B9B;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.57px;
}

	@media all and (max-width: 767px) {

		.menutoggle {
			width: 60px;
			height: 60px;
			line-height: 60px;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 120;
			transition: background-color 0.3s ease-in-out;
		}
		.menutoggle:before,
		.menutoggle:after,
		.menutoggle i:before {
			content: '';
			width: 20px;
			height: 2px;
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: 10;
			margin-top: -1px;
			margin-left: -10px;
			border-radius: 2px;
			background-color: #B1BEC9;
			transition: all 0.3s ease-in-out;
		}
		.menutoggle:before {
			margin-top: -8px;
		}
		.menutoggle:after {
			margin-top: 6px;
		}
		.menutoggle:active {
			color: #1b1b1b;
		}
		.menutoggle:hover {
			color: #E22E12;
		}
		.menutoggle:hover:before,
		.menutoggle:hover:after,
		.menutoggle:hover i:before {
			background-color: #E22E12;
		}
		.menu-on .mask {
			z-index: 50;
			opacity: 1;
		}
		.menu-on #menu {
			/* right: 80px; */
		}
		.menu-on .menutoggle {
			background-color: #D64B2C;
		}
		.menu-on .menutoggle i:before {
			opacity: 0;
		}
		.menu-on .menutoggle:before,
		.menu-on .menutoggle:after {
			width: 22px;
			height: 2px;
			border-radius: 1px;
			background-color: #fff;
			margin-top: -1px;
			margin-left: -11px;
		}
		.menu-on .menutoggle:before {
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		.menu-on .menutoggle:after {
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

		#menu {
			width: 100%;
			padding: 0 15px;
			position: fixed;
			top: 60px;
			right: auto;
			left: -100%;
			bottom: 0;
			z-index: 125;
			overflow: auto;
			background: #D64B2C;
			color: #fff;
			text-align: center;
			overflow-y: scroll; /* has to be scroll, not auto */
			-webkit-overflow-scrolling: touch;
			visibility: hidden;
			transition: all 0.3s ease-in-out;
		}

		.menu-on #menu {
			left: 0;
			/* display: block; */
			visibility: visible;
		}

		#gmenuscroller {
			width: 100%;
			height: 100%;
			max-height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 5;
			overflow-y: scroll; /* has to be scroll, not auto */
			-webkit-overflow-scrolling: touch;
		}

		#gmenubox {
			width: 100%;
			height: 100%;
			display: table;
			overflow: auto;
		}

		.gmenu {
			width: 100%;
			max-height: 100%;
			display: table-cell;
			overflow: auto;
			vertical-align: middle;
			list-style: none;
		}

		.gmenu li {
			margin: 30px auto;
			position: relative;
		}
		.gmenu a {
			color: #fff;
		}

	}

	@media all and (min-width: 768px) {

		#header {
			height: 136px;
			text-align: right;
		}

		#header .logo {
			width: 234px;
			padding-top: 68px;
			position: absolute;
			margin: 32px 10px 38px;
		}

		.gmenu {
			margin: 0 -32px;
			padding: 31px 10px 0;
			display: inline-block;
			vertical-align: top;
		}
		.gmenu .gn-home {
			display: none;
		}
		.gmenu li {
			margin: 0 32px;
			position: relative;
			display: inline-block;
			vertical-align: top;
		}
		.gmenu a:active,
		.gmenu a:hover,
		.gmenu a:focus {
			color: #1B3E70;
			text-decoration: none;
		}

	}




/* ==========================================================================



FOOTER
========================================================================== */

.backtotop {
	width: 50px;
	height: 0;
	padding-top: 50px;
	position: fixed;
	bottom: -60px;
	right: 22px;
	z-index: 100;
	overflow: hidden;
	border-radius: 4px;
	background-color: rgba(226, 46, 18, 0.9);
	color: #fff;
	font-size: 30px;
	transition: bottom 0.3s ease-in-out;
}
.backtotop:after {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 15px;
	display: block;
	background: url(/common/gfx/sprite.svg) no-repeat 0 0;
	background-size: 1200px auto;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
/* 	transform-origin: 50% 50%; */
}
.scrolled .backtotop {
	bottom: 26px;
}

#footer {
	background-color: #FBFAFA;
	color: #9D6C2A;
	font-size: 14px;
	text-align: center;
}
#footer .main {
	padding: 0 20px 15px;
}
#footer .main ul {
	padding: 10px 0;
}
#footer .main li {
	margin: 5px;
	display: inline-block;
	vertical-align: top;
}
#footer .main li:nth-of-type(1) a,
#footer .main li:nth-of-type(2) a {
	color: #1B3E70;
}
#footer ul {
	list-style: none;
}
	@media all and (min-width: 375px) {
		#footer .main li {
			margin: 5px 15px;
		}
	}
	@media all and (min-width: 768px) {
		#footer .main {
			padding: 9px 0;
			text-align: right;
		}
		#footer .copyright {
			position: absolute;
			top: 23px;
			left: 20px;
			font-size: 14px;
		}
		#footer .main li {
			margin: 5px 15px;
		}
	}




/* ==========================================================================



HOME
========================================================================== */

.home .mod.intro {
	height: auto;
}

.prodro .btn.scale {
	padding: 26px 60px 26px 37px;
}
.prodro .btn.scale:after {
	content: '';
	width: 10px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 34px;
	margin-top: -6px;
	display: block;
	background: url(/common/gfx/sprite.svg) no-repeat 0 0;
	background-size: 600px auto;
}
	@media all and (min-width: 768px) {
		.prodro .btn.scale {
			line-height: 41px;
		}
	}

.what-is-it li {
	margin: 22px 0;
	position: relative;
	list-style: none;
	color: #9D6C2A;
	/* background: red; */
}
.what-is-it li:before {
	content: '';
	width: 110px;
	height: 93px;
	display: inline-block;
	vertical-align: middle;
	background: url(/common/gfx/what-is-it.svg) no-repeat -1000% -1000%;
	background-size: 123px auto;
}
.what-is-it .measure:before {
	background-position: 0 0;
}
.what-is-it .symptom:before {
	background-position: 0 -94px;
}
.what-is-it .talk:before {
	background-position: 0 -188px;
}
.what-is-it .assess:before {
	background-position: 0 -282px;
}
.what-is-it li p {
	width: calc(100% - 110px);
	padding: 11px 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}
	@media all and (min-width: 768px) {
		.what-is-it ul {
/* 			width: 480px; */
/* 			margin: 0 auto; */
		}
		.what-is-it li {
/* 			width: 220px; */
			width: 25%;
			width: calc(25% - 20px);
			margin: 10px;
			display: inline-block;
			vertical-align: top;
			text-align: center;
		}
		.what-is-it li:before,
		.what-is-it li p {
			width: 100%;
			max-width: 220px;
			display: block;
		}
		.what-is-it li:before {
			height: auto;
			padding-top: 85.46%;
			background-size: 111.82% auto;
		}
		.what-is-it .measure:before {
			background-position: 0 0;
		}
		.what-is-it .symptom:before {
			background-position: 0 33.33%;
		}
		.what-is-it .talk:before {
			background-position: 0 66.67%;
		}
		.what-is-it .assess:before {
			width: 111.82%;
			max-width: none;
			margin-top: 5.46%;
			padding-top: 76.42%;
			padding-top: 80%;
			background-position: 0 100%;
			background-size: 100% auto;
		}
		.what-is-it li p {
			padding-left: 0;
		}
	}

	@media all and (min-width: 768px) {
		.why-use footer a {
			font-size: 26px;
		}
	}


.how-use,
.mod.team {
	background: url(/common/gfx/bk-grid.png) repeat 0 0;
	background-size: 6px 6px;
}
.how-use p {
	color: #B0782D;
}
figcaption {
	margin: 22px 0 0;
	display: block;
	color: #365F9A;
}
	@media all and (min-width: 768px) {
		.how-use {
			font-size: 20px;
		}
		.how-use p {
			font-size: 24px;
		}
		.how-use .wrap > figure {
			width: 31.25%;
		}
		.how-use .col.c-12-8 {
			padding-right: 8.33%;
		}
		.how-use .col.c-12-4 {
			padding-top: 84px;
		}

	}


.who-use {
	padding-bottom: 0;
}
.who-use .patients,
.who-use .clinicians {
	margin-right: -10px;
	margin-left: -10px;
	padding: 13px 20px 30px;
	background-color: #365F9A;
	color: #fff;
}
.who-use .clinicians {
	background-color: #1B3E70;
}
.who-use h3 {
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 120%;
}
.who-use h3:before {
	content: '';
	width: 50px;
	height: 50px;
	margin: 0 auto 14px;
	display: block;
	background: url(/common/gfx/sprite.svg) no-repeat -20px 0;
	background-size: 600px auto;
}
.clinicians h3:before {
	background-position: -70px 0;
}
	@media all and (min-width: 768px) {
		.who-use {
			text-align: center;
		}
		.who-use .patients,
		.who-use .clinicians {
			width: 50%;
			width: calc(50% + 10px);
			margin: 0;
			padding-top: 56px;
			padding-bottom: 128px;
			position: relative;
			display: inline-block;
			vertical-align: top;
			text-align: left;
		}
		.who-use .patients {
			margin-left: -10px;
		}
		.who-use .patients:before {
			content: '';
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 100%;
			background: #1B3E70;
		}
		.who-use .clinicians {
			margin-right: -10px;
		}
		.who-use h3 {
			font-size: 24px;
		}
		.who-use h3:before {
			width: 150px;
			height: 150px;
			margin-bottom: 18px;
			background-position: -60px 0;
			background-size: 1800px;
		}
		.clinicians h3:before {
			background-position: -210px 0;
		}
	}
	@media all and (min-width: 980px) {
		.who-use:before,
		.who-use:after {
			content: '';
			width: 50%;
			position: absolute;
			top: 146px;
			bottom: 0;
			left: 0;
			z-index: -1;
			background-color: #365F9A;
		}
		.who-use:after {
			right: 0;
			left: auto;
			background-color: #1B3E70;
		}
	}

.use-scale {
	background: rgb(231,80,38);
	background: -moz-linear-gradient(left, rgba(231,80,38,1) 0%, rgba(245,136,78,1) 100%);
	background: -webkit-linear-gradient(left, rgba(231,80,38,1) 0%,rgba(245,136,78,1) 100%);
	background: linear-gradient(to right, rgba(231,80,38,1) 0%,rgba(245,136,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75026', endColorstr='#f5884e',GradientType=1 );
	text-align: center;
}




/* ==========================================================================



ABOUT
========================================================================== */

.why-created .heading2 + p {
	color: #9D6C2A;
	font-size: 18px;
	line-height: 140%;
}

.why-created .bubble-banner {
	margin-top: 22px;
	margin-bottom: 54px;
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
}
	@media all and (min-width: 768px) {
		.about p {
			font-size: 20px;
		}
		.why-created .heading2 + p {
			font-size: 24px;
		}
		.team .con {
			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			-webkit-column-gap: 20px;
			-moz-column-gap: 20px;
			column-gap: 20px;
		}
		.why-created .bubble-banner {
			margin-top: 10px;
			padding-right: 20px;
			padding-left: 20px;
			font-size: 24px;
		}
	}
	@media all and (min-width: 980px) {
		.why-created .bubble-banner {
			margin-left: 15px;
		}
	}
	@media all and (min-width: 1100px) {
		.why-created .bubble-banner {
			padding: 40px 0 45px 40px;
			background: none;
		}
		.why-created .bubble-banner:before {
			content: '';
			position: absolute;
			top: 0;
			right: -57px;
			bottom: 0;
			left: 0;
			border-radius: 29px 29px 0 29px;
			background-color: #365F9A;
		}
		.why-created .bubble-banner:after {
			right: -57px;
		}
	}

.prodro .members {
	padding: 0;
	color: #365F9A;
	text-align: center;
}
.members li {
	list-style: none;
}
.members > li {
	width: 93%;
	width: calc(100% - 20px);
	max-width: 300px;
	margin: 15px 10px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
}
.members strong {
	line-height: 133%;
	display: block;
}
.members p {
	margin: 5px 0;
	line-height: 133%;
}
.members img {
	width: 160px;
	height: 160px;
	margin: 0 auto 20px;
	border-radius: 50%;
}

.members .collab strong {
	font-size: 20px;
}
.members .collab li {
	margin: 14px 0;
	font-weight: 700;
	line-height: 167%;
}
	@media all and (min-width: 768px) {
		.members {
			margin: 65px auto;
		}
		.members li {
			margin-top: 27px;
			margin-bottom: 27px;
		}
		.members strong {
			margin-bottom: 23px;
			font-size: 18px;
		}
		.members p {
			font-size: 16px;
		}
		.members .collab strong {
			font-size: 24px;
		}
		.members .collab li {
			margin: 22px 0;
			font-size: 18px;
		}
	}	




/* ==========================================================================



FORMS
========================================================================== */

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea,
select {
	min-width: auto;
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 10px;
	display: block;
	border: 1px solid #C6C5C7;
	border-radius: 0;
	background-color: #FBFBFA;
	color: #656565;
	font: 400 14px/44px 'Work Sans', sans-serif;
	-webkit-appearance: none;
	text-align: left;
	box-shadow: inset 0 1px 3px 0 rgba(147,147,147,0.50);
}
input[type=text],
input[type=email],
input[type=url],
textarea {
	-webkit-appearance: none;
}
textarea {
	height: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

.fitlabs input:-webkit-autofill::-webkit-input-placeholder,
.fitlabs textarea:-webkit-autofill::-webkit-input-placeholder,
.fitlabs select:-webkit-autofill::-webkit-input-placeholder,
.fitlabs input:-webkit-autofill,
.fitlabs textarea:-webkit-autofill,
.fitlabs select:-webkit-autofill {
	color: #4A4A4A;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
textarea:hover,
select:hover {
	border-color: #4A4A4A;
}
input[type=text]:active,
input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:active,
input[type=url]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
	border-color: #4A4A4A;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #99999C;
	font-weight: 400;
	transition: color 0.3s ease-in-out;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #99999C;
	font-weight: 400;
	transition: color 0.3s ease-in-out;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #99999C;
	font-weight: 400;
	transition: color 0.3s ease-in-out;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #99999C;
	font-weight: 400;
	transition: color 0.3s ease-in-out;
}


select {
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	padding: 0 10px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	background-image:
		linear-gradient(45deg, transparent 50%, #C5CED6 50%),
		linear-gradient(135deg, #C5CED6 50%, transparent 50%);
	background-position:
		calc(100% - 20px) calc(1em + 4px),
		calc(100% - 15px) calc(1em + 4px);
	background-size:
		5px 5px,
		5px 5px;
	background-repeat: no-repeat;
	background-color: #FBFBFA;
	transition: none;
	transition: border 0.3s ease-in-out;
}
select::-ms-expand {
    display: none;
}
select:focus {
	background-image:
		linear-gradient(45deg, #C5CED6 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, #C5CED6 50%);
	background-position:
		calc(100% - 15px) calc(1em + 4px),
		calc(100% - 20px) calc(1em + 4px);
	background-size:
			5px 5px,
			5px 5px;
	background-repeat: no-repeat;
	border-color: #504F53;
}



select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #1a1a1a;
}

	@media all and (min-width: 768px) {
		input[type=text],
		input[type=email],
		input[type=url],
		input[type=password],
		textarea,
		select {
			/* height: 50px; */
			/* line-height: 50px; */
		}

	}


.share-mod {
	margin: 10px 0 0;
	padding: 32px 24px;
	position: relative;
	border: 1px solid #C5CED6;
	background: #FFFFFF;
	color: #656565;
	box-shadow: 0 2px 4px 0 rgba(219,219,219,0.50);
	text-align: left;
	display: none;
}
.share-mod.on {
	display: block;
}
.share-mod .closebtn {
	width: 31px;
	padding-top: 31px;
	height: 0;
	overflow: hidden;
	background: url(/common/gfx/sprite.svg) no-repeat -478px 0;
	background-size: 600px auto;
	position: absolute;
	top: 7px;
	right: 7px;
}
.share-mod > strong {
	margin: 0 0 14px;
	display: block;
	font-size: 16px;
	letter-spacing: 0.57px;
}
.copy-link {
	margin: 0 0 19px;
	position: relative;
}
.copy-link .btn {
	width: 63px;
	height: 44px;
	line-height: 44px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #365F9A;
	border-radius: 0;
	font-size: 15px;
	box-shadow: none;
}
.share-btns {
	margin-right: -10px;
	margin-left: -10px;
}
.share-btns a {
	width: 31px;
	padding: 31px 0 0;
	height: 0;
	margin: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	background: url(/common/gfx/sprite.svg) no-repeat -1000% -1000%;
	background-size: 600px auto;

}
.share-btns .fb {
	background-position: -350px 0;
}
.share-btns .tw {
	background-position: -382px 0;
}
.share-btns .in {
	background-position: -414px 0;
}
.share-btns .mail {
	background-position: -446px 0;
}
.share-btns a:active,
.share-btns a:hover,
.share-btns a:focus {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}
	@media all and (min-width: 768px) {
		.share-mod {
			width: 508px;
			margin: 0;
			position: absolute;
			top: 43px;
			right: 0;
		}
		a.toggle-share.on:before {
			content: '';
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 0;
		}
		a.toggle-share.on {
			cursor: default;
		}
	}