/* RESET ================================================ */
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/* GENERAL ============================================== */

	*, *:before, *:after {
		font-weight: inherit;
		box-sizing: border-box;

		-moz-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		text-size-adjust: none;
	}	

	*:not(input) {
	  -webkit-touch-callout: none; 
		-webkit-user-select: none; 
		 -khtml-user-select: none; 
		   -moz-user-select: none; 
			-ms-user-select: none; 
				user-select: none;		
	}	
	
	input {
		box-shadow: none !important;
	}	
	
	html {
		overflow-x: hidden;
		overflow-y: auto;		
	}

	html, body {
		width: 100%;
		min-height: 100vh;
		margin: 0;
		padding: 0;
		
		font-size: 15px;
		line-height: 1.3;
		
		background: #fff;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	p {
		line-height: 1.3;
		margin: 1em 0;
	}
	
	img[src=""] {
		display: none;
	}

	
/* HELPERS ============================================== */
	
	.template {
		display: none !important;
	}

	.cw-helper {
		max-width: 1000px;
		margin: auto;
	}
	
	.nowrap {
		white-space: nowrap;
	}

	.vcenter {
		display: flex;
		justify-content:center;
		align-content:center;
		flex-direction:column;
		height: 100%;
	}
	
	.mobile-only {
		display: none;
	}
	
	.clearfix {
		clear: both;
	}
	
	.initially-hidden {
		display: none;
	}
	
	strong {
		font-weight: bold;
	}
	
	.small {
		font-size: 0.85em;
	}
	
	em {
		font-style: italic;
	}
	
	sup {
		font-size: 0.65em;
		vertical-align: super;
	}
	
	.hidden-by-mandatory-option-unset {
		opacity: 0.2;
		background: Gray;
		pointer-events: none;
	}

	.vh-sizer {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
	} 		
	
	.print {
		display: none;
	}
	
	ul.checklist li, 
	ul.arrowlist li {
		margin: 0.4em 0 0.4em 1em;
		padding: 0 0 0 1.5em;
		list-style-type: none;
		position: relative;
		text-align: left;
	}
	ul.checklist li:before,
	ul.arrowlist li:before {
		font-family: FontAwesome;
		content: "\f058";
		color: #1fa000;
		margin: 0 0.5em 0 0;
		position: absolute;
		left: 0;
		top: 0;
		line-height: inherit;
	}
	ul.arrowlist li:before {
		content: "\f0a9";
	}

	svg.inline {
		width: 1.2em;
		height: 1.2em;
	}
	
	.strike {
		text-decoration: line-through;
	}
	
	.footnote {
		color: Gray;
		font-size: 0.8em;
	}
	
	.align-right {
		float: right;
	}
	
	
	.distribute {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-content: stretch;
		align-items: flex-start;				
	}		
	
/* EXTERNAL LIBRARIES OVERWRITE =================================== */

	.fa-info-circle {
		cursor: help;
	}
	.touchevents .fa-info-circle {
		cursor: pointer;
	}
		


		
/* MISC =================================== */

	.top-bar-warning-message {
		width: 100%;
		background: #000;
		color: #fff;
		padding: 10px;
		text-align: center;
	}
	.top-bar-info-message {
		width: 100%;
		background: #53c300;
		color: #fff;
		padding: 25px;
		font-size: 1.5em;
		text-align: center;		
		position: fixed;
		top: 0;
		left: 0;
	}
		.top-bar-info-message .progress {
			height: 10px;
			position: absolute;
			left: 0;
			width: 0;
			bottom: 1px;
			background: #fff;
		}
	
	.modal-warning-message, .modal-info-message {
		font-family: Tahoma, Arial, sans-serif;
		position: fixed;
		z-index: 1000;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #fff;
		color: #000;
		font-weight: bold;
		padding: 20% 20%;
		line-height: 1.3;
		text-align: center;
	}	
		.modal-warning-message .user-question, .modal-info-message .user-question {
			font-size: 1.5em;
			margin-bottom: 2em;
		}
		
		.modal-info-message .button {
			margin: 1em 0.25em;
		}
	
	.warning {
		display: none;
		background: #d1f9c8;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	
	.table-scroller-wrapper {
		max-width: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.info-wrapper {
		border-left: 1px solid Gray;
		padding-left: 15px;
		margin: 1em 0 1em 20px;
		position: relative;
		text-align: left;
	}
		.info-wrapper:before {
			font-family: FontAwesome;
			content: "\f129";
			font-size: 25px;
			color: Gray;
			position: absolute;
			left: -20px;
			top: -3px;
		}	
	
	.vertical-scrollable-hint {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		z-index: 1;
		padding: 0 0 15px 0;
		font-size: 40px;
		color: #fe0000;
		display: none;
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,fafafa+100&0+0,1+58,1+100 */
		background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 58%, rgba(250,250,250,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 58%,rgba(250,250,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 58%,rgba(250,250,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	}
	
	.vertical-scrollable-hint i {
	  animation: MoveUpDown 2.5s ease infinite;
	  position: relative;
	  top: 0;
	  cursor: pointer;
	}

	@keyframes MoveUpDown {
	  0% { top: 0; }
	  50% { top: 15px; }
	  100% { top: 0; }
	}		
	
	
/* ======================================================================================= */
/* ===================================   FINDER STYLES   ================================= */
/* ======================================================================================= */

	
	.finder-wrapper {
		display: none;
	}

		h1 span, 
		h2 span {
			font-size: 0.58em;
			display: block;
		}
	
		.finder-wrapper .page > .content {
			max-width: 1000px;
			margin: auto;
			padding: 15px 0;
		}
		
		
			.finder-wrapper .page > .content .group {
				padding: 15px 0 15px 0;
			}
			
				.finder-wrapper .page > .content .group .line, .line {
					width: 100%;
					clear: both;
				}
					
				.finder-wrapper .page .button-no-interest {
					color: Gray;
					float: right;
				}
				
				
		.finder-wrapper .footer-buttons {
			padding: 30px 0;
			width: 100%;
			position: relative;
		}
			
			.finder-wrapper .footer-buttons .align-right { 
				float: right;
				margin-left: 1em;
				margin-right: 0;
			}	



/* ======================================================================================= */
/* ==================================   RESPONSIVENESS   ================================= */
/* ======================================================================================= */		

/* MAIN FRAME ================================================= */

	@media screen and (max-width: 1020px) { 
	
		.cw-helper {
			margin: 0 10px;
		}
		
	}
	


	
	@media screen and (max-width: 650px) {

				
		html .global-header-wrapper .logo {
			max-height: 28px;
			max-width: 80%;
		}		
		

		.vertical-scrollable-hint i { 
			font-size: 30px;
			animation: none;
		}
			
	
		.modal-warning-message .user-question, .modal-info-message .user-question {
			font-size: 1.2em;
			margin-bottom: 1em;
		}	
		
		.modal-info-message .button {
			margin: 0.25em 0;
			width: 100%;
			max-width: 200px;
			padding: 1.2em 0.25em;
		}
		.modal-info-message .button:after {
			display: none;
		}
		
	}
		
		




/* PAGES & PAGE ELEMENTS ===================================================== */

	
	@media screen and (max-width: 1020px) { 

		.finder-wrapper .page > .content {
			padding: 5px 5px 20px 5px;
			min-height: 0;
		}
		
		
		.finder-wrapper .page .content .group {
			padding: 15px 10px;
		}
		
		.finder-wrapper .page .content .group .line {
			margin: 15px 0;
			width: 100%;
		}
		
	}	

		
	@media screen and (max-width: 850px) { 
	
		.finder-wrapper .progress-wrapper.top {
			margin: 3px 0;
			top: 0;
		}

		.finder-wrapper .page > .content {
			padding-top: 15px;
			font-size: 14px;
			text-align: center;
		}

	
		
	}	

	@media screen and (max-width: 450px) { 
	
		.finder-wrapper .page {
			min-height: 0;
		}
		
		.finder-wrapper .page > .content {
			min-height: 0;
		}
				
	}
