/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ays-field {
	margin-bottom: 30px;
	text-align: left;
}
.ays-field input {
	display: none;
}
.ays-field input+label {
	font-size: 15px;
	font-weight: 600;
	color: #484848;
}
.ays-field input+label:before {
	content: "";
	display: inline-block;
	background: rgba(0, 0, 0, 0);
	background-clip: content-box;
	width: 20px;
	height: 20px;
	border: 3px solid #ccc;
	padding: 3px 3px 3px 3px;
	box-sizing: border-box;
	transition: all .4s linear;
	vertical-align: middle;
	margin-right: 10px;
}
.ays-field input[type="radio"]+label:before {
	border-radius: 50%;
}
.ays-field input+label:hover:before {
	background: #ddd;
	background-clip: content-box;
}
.ays-field input:checked+label:before {
	border-color: var(--quiz-general-color);
	background: var(--quiz-general-color);
	background-clip: content-box;
}
.ays-field .select2-container {
	display: block;
	width: 100%!important;
}
.ays-field .select2-container .select2-selection--single,
.ays-field .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
}
.ays-field .select2-container--default .select2-selection--single {
	background: transparent;
	border: none;
	border-bottom: 2px solid var(--quiz-general-color);
	border-radius: unset;
}
.ays-field .select2-container--default .select2-selection--single:focus {
	outline: none;
	box-shadow: none;
}
.ays-field .select2-container .select2-selection--single .select2-selection__arrow b[role="presentation"] {
	border: none;
}
.ays-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 10px;
}
#ays_finish_quiz {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	position: relative;
}
#ays_finish_quiz fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	min-height: 300px;
}
#ays_finish_quiz fieldset div.ays-abs-fs {
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

/*Hide all except first fieldset*/

#ays_finish_quiz fieldset:not(:first-of-type) {
	display: none;
}

/*inputs*/

#ays_finish_quiz input,
#ays_finish_quiz textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
}

/*buttons*/

#ays_finish_quiz .action-button {
	width: 100px;
	background: var(--quiz-general-color);
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#ays_finish_quiz .action-button:hover,
#ays_finish_quiz .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px var(--quiz-general-color);
}

/*headings*/

#ays_finish_quiz .ays-fs-title {
	font-size: 19px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
#ays_finish_quiz .ays-fs-subtitle {
	font-weight: normal;
	font-size: 17px;
	color: #666;
	margin-bottom: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--quiz-general-color)!important;
	color: white;
}

#ays_finish_quiz p.ays_message{
	font-size: 20px;
}

#ays_finish_quiz p.ays_score{
	color: var(--quiz-general-color);
}
#ays_finish_quiz p.ays_score.ays_score_percent{
	font-size: 18px;
}

.ays-bar-wrap {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: var(--quiz-bar-bg-color);
	border: 1px solid var(--quiz-bar-bg-border-color);
	margin-bottom: 10px;
}

.ays-bar-fill {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-animation: bar-fill 1s;
	-webkit-animation: bar-fill 1s;
	-ms-animation: bar-fill 1s;
	animation: bar-fill 1s;
	background-color: var(--quiz-general-color);
	display: block;
	height: 15px;
	width: 0px;
}

.ays-quiz-social-shares{
	margin: 15px 0;
}

@font-face {
	font-family: 'share-buttons';
	src: url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.eot?gpra60');
	src: url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.eot?#iefixgpra60') format('embedded-opentype'), url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.woff?gpra60') format('woff'), url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.ttf?gpra60') format('truetype'), url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.svg?gpra60#share-buttons') format('svg');
	font-weight: normal;
	font-style: normal;
}
.ays-share-btn-icon {
	font-family: 'share-buttons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ays-share-btn-email .ays-share-btn-icon:before {
	content: "\e945";
}
.ays-share-btn-more .ays-share-btn-icon:before {
	content: "\ea82";
}
.ays-share-btn-googleplus .ays-share-btn-icon:before {
	content: "\ea88";
}
.ays-share-btn-facebook .ays-share-btn-icon:before {
	content: "\ea8c";
}
.ays-share-btn-twitter .ays-share-btn-icon:before {
	content: "\ea91";
}
.ays-share-btn-github .ays-share-btn-icon:before {
	content: "\eab4";
}
.ays-share-btn-tumblr .ays-share-btn-icon:before {
	content: "\eabb";
}
.ays-share-btn-reddit .ays-share-btn-icon:before {
	content: "\eac7";
}
.ays-share-btn-linkedin .ays-share-btn-icon:before {
	content: "\eac8";
}
.ays-share-btn-delicious .ays-share-btn-icon:before {
	content: "\eacc";
}
.ays-share-btn-stumbleupon .ays-share-btn-icon:before {
	content: "\eace";
}
.ays-share-btn-pinterest .ays-share-btn-icon:before {
	content: "\ead0";
}
.ays-share-btn,
.ays-share-btn * {
	box-sizing: border-box;
}
.ays-share-btn,
.ays-share-btn *,
.ays-share-btn *:before,
.ays-share-btn *:after {
	box-sizing: border-box;
}
.ays-share-btn {
	position: relative;
	display: inline-block;
	height: 24px;
	margin: 0;
	padding: 2px 8px;
	line-height: 1.53;
	letter-spacing: .04em;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #111;
	background: #e0e0e0;
	border: 1px solid #c7c7c7;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.ays-share-btn:hover,
.ays-share-btn:focus {
	background: #d3d3d3;
	border-color: #bababa;
	text-decoration: none;
	color: #111;
}
.ays-share-btn:active {
	background: #c7c7c7;
	border-color: #adadad;
	text-decoration: none;
	color: #111;
}
.ays-share-btn.ays-share-btn-sm {
	height: 20px;
	font-size: 10px;
	padding: 0 8px;
	line-height: 1.6;
}
.ays-share-btn.ays-share-btn-lg {
	height: 28px;
	font-size: 16px;
	line-height: 1.4;
}
.ays-share-btn .ays-share-btn-text-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.ays-share-btn.ays-share-btn-branded {
	color: #fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter {
	background: #55acee;
	border-color: #3ea1ec;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:focus {
	background: #3ea1ec;
	border-color: #2795e9;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-twitter:active {
	background: #2795e9;
	border-color: #1689e0;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook {
	background: #3b5998;
	border-color: #344e86;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:focus {
	background: #344e86;
	border-color: #2d4373;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:active {
	background: #2d4373;
	border-color: #263961;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus {
	background: #dd4b39;
	color: #fff;
	border-color: #d73925;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:focus {
	background: #d73925;
	border-color: #c23321;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-googleplus:active {
	background: #c23321;
	border-color: #ac2d1e;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr {
	background: #35465c;
	color: #fff;
	border-color: #2c3a4c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:focus {
	background: #2c3a4c;
	border-color: #222d3c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-tumblr:active {
	background: #222d3c;
	border-color: #19212b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit {
	background: #ff4500;
	color: #fff;
	border-color: #e63e00;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:focus {
	background: #e63e00;
	border-color: #cc3700;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-reddit:active {
	background: #cc3700;
	border-color: #b33000;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin {
	background: #0976b4;
	color: #fff;
	border-color: #08669c;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:focus {
	background: #08669c;
	border-color: #075683;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-linkedin:active {
	background: #075683;
	border-color: #05466b;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious {
	background: #3399ff;
	color: #fff;
	border-color: #198cff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:focus {
	background: #198cff;
	border-color: #007fff;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-delicious:active {
	background: #007fff;
	border-color: #0073e5;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon {
	background: #eb4924;
	color: #fff;
	border-color: #e13b15;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:focus {
	background: #e13b15;
	border-color: #ca3412;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-stumbleupon:active {
	background: #ca3412;
	border-color: #b22e10;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest {
	background: #cc2127;
	color: #fff;
	border-color: #b61d23;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:focus {
	background: #b61d23;
	border-color: #a01a1f;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-pinterest:active {
	background: #a01a1f;
	border-color: #8a161a;
}
.ays-share-btn.ays-share-btn-inverse {
	color: #eeeeee;
	background: #1f1f1f;
	border-color: #050505;
}
.ays-share-btn.ays-share-btn-inverse:hover,
.ays-share-btn.ays-share-btn-inverse:focus {
	background: #121212;
	border-color: #000000;
	color: #eeeeee;
}
.ays-share-btn.ays-share-btn-inverse:active {
	background: #050505;
	border-color: #000000;
	color: #eeeeee;
}
.ays-share-btn.ays-share-btn-twitter .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-googleplus .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-tumblr .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-linkedin .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-pinterest .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-stumbleupon .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-delicious .ays-share-btn-icon,
.ays-share-btn.ays-share-btn-more .ays-share-btn-icon {
	position: relative;
	top: 1px;
}
@-moz-document url-prefix() {
	.ays-share-btn.ays-share-btn-twitter .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-googleplus .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-tumblr .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-linkedin .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-pinterest .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-stumbleupon .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-delicious .ays-share-btn-icon,
	.ays-share-btn.ays-share-btn-more .ays-share-btn-icon {
		top: 0;
	}
}
.ays-share-btn.ays-share-btn-more.ays-share-btn-lg .ays-share-btn-icon {
	top: 2px;
}
.ays-share-btn .ays-share-btn-text {
	padding-left: 2px;
}


@keyframes bar-fill {
	0% {
		width: 0;
	}
}
@-webkit-keyframes bar-fill {
	0% {
		width: 0;
	}
}
@-moz-keyframes bar-fill {
	0% {
		width: 0;
	}
}
@-o-keyframes bar-fill {
	0% {
		width: 0;
	}
}