/*

 *









 # used for yes/no (flipswitch) widget



 #= selectize.default



 *




 * We include the pods from Angular

 *
 *
 * Exclude stylesheets here

 *
 * ignores the application accounting it is only used in the that layout


*/

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*
colpick Color Picker / colpick.com
*/

/*Main container*/

.colpick {
	position: absolute;
	width: 346px;
	height: 170px;
	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#ebebeb;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*Color selection box with gradients*/
.colpick_color {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	outline: 1px solid #aaa;
	cursor: crosshair;
}
.colpick_color_overlay1 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
}
.colpick_color_overlay2 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*Circular color selector*/
.colpick_selector_outer {
	background:none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: -6px 0 0 -6px;
	border: 1px solid black;
	border-radius: 50%;
}
.colpick_selector_inner{
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid white;
	border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 19px;
	height: 156px;
	border: 1px solid #aaa;
	cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	position: absolute;
	left: -8px;
	width: 35px;
	height: 7px;
	margin: -7px 0 0 0;
}
.colpick_hue_larr {
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	position:absolute;
	right:0;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	position: absolute;
	left: 207px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	position: absolute;
	left: 277px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	position: absolute;
	height: 20px;
	width: 60px;
	overflow:hidden;
	background:#f3f3f3;
	color:#b8b8b8;
	font-size:12px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_rgb_r {
	top: 40px;
	left: 207px;
}
.colpick_rgb_g {
	top: 67px;
	left: 207px;
}
.colpick_rgb_b {
	top: 94px;
	left: 207px;
}
.colpick_hsb_h {
	top: 40px;
	left: 277px;
}
.colpick_hsb_s {
	top: 67px;
	left: 277px;
}
.colpick_hsb_b {
	top: 94px;
	left: 277px;
}
.colpick_hex_field {
	width: 68px;
	left: 207px;
	top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	position: absolute;
	width: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background: #efefef;
	border-right: 1px solid #bdbdbd;
	font-weight: bold;
	color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background: transparent;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
	outline: none;
}
.colpick_hex_field input {
	right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	cursor: n-resize;
}
.colpick_field_uarr {
	position: absolute;
	top: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	position: absolute;
	bottom:5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	position: absolute;
	left: 207px;
	top: 149px;
	width: 130px;
	height: 22px;
	line-height:22px;
	background: #efefef;
	text-align: center;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_submit:hover {
	background:#f3f3f3;
	border-color:#999;
	cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	display:none;
}
.colpick_full_ns .colpick_new_color {
	width: 130px;
	height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
	top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
	top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
	top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
	display:none;
}
.colpick_rgbhex {
	width:282px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	width:68px;
}
.colpick_rgbhex .colpick_new_color {
	width:34px;
	border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	width:34px;
	left:240px;
	border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	width:68px;
	border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	display:none;
}
.colpick_hex {
	width:206px;
	height:201px;
}
.colpick_hex .colpick_hex_field {
	width:72px;
	height:25px;
	top:168px;
	left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	height: 25px;
	line-height: 25px;
}
.colpick_hex .colpick_new_color {
	left:9px;
	top:168px;
	width:30px;
	border-right:none;
}
.colpick_hex .colpick_current_color {
	left:39px;
	top:168px;
	width:30px;
	border-left:none;
}
.colpick_hex .colpick_submit {
	left:164px;
	top: 168px;
	width:30px;
	height:25px;
	line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	display:none;
}
.colpick_hex_ns .colpick_hex_field {
	width:80px;
}
.colpick_hex_ns .colpick_new_color{
	width:60px;
	border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
	background: #161616;
	border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
	outline-color: #333;
}
.colpick_dark .colpick_hue {
	border-color: #555;
}
.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
	background: #101010;
	border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
	background: #131313;
	border-color: #2d2d2d;
	color: #696969;
}
.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
	color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
	border-bottom-color:#696969;
}
.colpick_dark .colpick_field_darr {
	border-top-color:#696969;
}
.colpick_dark .colpick_focus {
	border-color:#444;
}
.colpick_dark .colpick_submit {
	background: #131313;
	border-color:#2d2d2d;
	color:#7a7a7a;
}
.colpick_dark .colpick_submit:hover {
	background-color:#101010;
	border-color:#444;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.95;
  filter: alpha(opacity=95); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-close {
  display: inline-block;
  font: normal normal normal 14px/1 'Wefunder';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);

}

.mfp-close:before {
  
}


.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 40px !important;
  height: 40px important;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-size:20px !important;
}
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 48px;
  margin-right:10px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;

  position:absolute;
  padding-top:20px;
  padding-bottom:20px;
  font-size:18px;
  color:#fff;
  width:100%;
  padding-right:0px;
  text-align:Center;
  background:#000;
  margin-top:-4px;
  /* other formatting */



   }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.9
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/


.vjs-default-skin {
  color: #cccccc;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('/assets/vjs.eot');
  src: url('/assets/vjs.eot?#iefix') format('embedded-opentype'), url('/assets/vjs.woff') format('woff'), url('/assets/vjs.ttf') format('truetype'), url('/assets/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */

  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */

}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */

  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */

  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */

}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */

  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */

  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */

  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 2.6em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: rgba(0,0,0,0.6);

  border: 3px solid #fff;
  /* border-radius */
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  /* box-shadow */
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 0 rgba(0,0,0,0.3);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -1.3em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4000000000000001em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: rgba(23,186,145,.9);
  /* box-shadow */
 // -webkit-box-shadow: 0 0 3em #ffffff;
 // -moz-box-shadow: 0 0 3em #ffffff;
 // box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 2.6em;
  //text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  color:#fff;
  left: 0;
  padding-left:2px;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */

  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */

  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */

}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */

  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */

  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
  display: none;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */

  font-size: 10px;
  /* Allow poster to be vertically aligned. */

  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/

  /* Provide some basic defaults for fonts */

  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */

  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */

  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
/* Hide the poster when controls are disabled because it's clickable
    and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3em;
  right: 0;
  pointer-events: none;
}
/* Captions Settings Dialog */
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #000;
  opacity: 0.75;
  color: #FFF;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
/* Hide disabled or unsupported controls */
.vjs-hidden {
  display: none !important;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 2em;
  color: #ccc;
  background-color: #333;
  font-size: 1.8em;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 30em;
  height: 15em;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/*
	Icon font
*/

@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/NUAAAC8AAAAYGNtYXAaVcx2AAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zm8dIFkAAAFwAAATSGhlYWQACVb9AAAUuAAAADZoaGVhA+ECBQAAFPAAAAAkaG10eEEBA94AABUUAAAAkGxvY2FVlFE8AAAVpAAAAEptYXhwAC8AkgAAFfAAAAAgbmFtZRHEcG0AABYQAAABZnBvc3QAAwAAAAAXeAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmHwHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYf//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAAACUCAAGSAAQACQANAAA3EQURBQEFEQURATUXBwACAP4AAdv+SgG2/tySkiUBbgH+lAEBSgH+3AEBJv7/3G9sAAAGAAAASQIAAW4ABAAJAA4AEwAYAB0AABMhFSE1FSEVITUVIRUhNSczFSM1FTMVIzUVMxUjNZIBbv6SAW7+kgFu/pKSSUlJSUlJAW5JSW5JSW5JSdxJSW5JSW5JSQAAAAACAAAAJQH3AZIAFgAuAAAlLgMnBzIuAic+AyMXNh4CByUnMg4CBx4DIxcnHgMXNi4CBwH3Dik/XUABAR04Vjg+WDUYAQFNeEcZEv7MAQENHDMlHzIfEQEBASZUTDYHCSBIZj4lGCQaEARqFi5HLzJFKhJqDC1RZSzVPQoWIxkbJBQID0wCCQ4VDxo4KA8PAAACAG4AJQGSAZIABAAzAAA3IQchJzceAzMyPgI3PgMnNyMXDgMHDgMjIi4CJy4DNycjBx4DF24BJQH+3QFABRIUGg0QGBUQCAYKBgQBAUABAQEEBAQCCAgKBQYJCQcEAgUCAwEBPwEBAwcJCEkkJD8HCgYEBAYKBwcRFRkPtcMGCQkHAwMFAwEBAwUDAwcJCQbDtQ8ZFREHAAUAAP//AgABtwAGAA4AFgBHAF8AAAEzFTMVIzUfAQc1IzUzNS8BNxUzFSMVFx4DFRwBDgEHDgMHMh4CFx4DHwEjJzwBJjQjLgMrARUjNTMyHgIXBzMyPgI3PgM1NC4CJy4DKwEVAUkjS24mkZFvb96RkW9vDAMFAwECAwICBQUGBAECAgIBAQICAgEbIBMBAQIEBQUCCh0qCAwKCQM3DgMFBQMCAQIBAQEBAgECAwQGAw4BtpYgtv9cXEolSUhcXEklSlUDCAoNBwQJBwcCAwUDAgEBAQIBAQMEBANCLgEBAQIGBwYCSLYBAwUDRAECAgECBAQGAwQFBQQBAgIBATIAAAAAAwBtAAABkgGTAAMADAARAAAlIzcXBzM3MxczAyMDFyEVITUBI0YjI7ZKF2MXSmVbZQEBJP7c5nh4eUlJASb+2iRJSQAKAAAAJQIAAZIABAAJAA4AEwAYAB0AIgAnACwAMQAANxEFEQU3FzUHFTU3NScVJwcVFzUVJxU3NRUHFRc1NxUXNQclBxUXNRUnFTc1FQcVFzUAAgD+ALeSkpKSJW1tbW1tbSWSkgEkbW1tbW1tJQFuAf6UASUBSgFIbQFIAUq4AUgBSm8BSgFIbQFIAUrbSAFKAQEBSAFKbwFKAUhtAUgBSgAAAAIACQAlAgABkgAWAC4AACUOAxU1DgMHJj4CFzU0HgIXBT4DNxU1FD4CNy4DNRUmDgIXAgA5VTkcQVxAKA8RGEh3Thc2Vz/+PAY3S1UlECAxICYyHQw9Z0chCt8wRi8VAWsFDxsjGS1kUiwLaQETKUYxYBAUDwgDTRABCRMlGhoiFwkBPhAQJzkZAAAAAgBJAEkBtwFuAEcAjwAAAQ4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYHNAYmIicwLgE0NTQ+Ajc+Azc1DgMHJw4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYVJgYmIjUiJjQmNTQ+Ajc+Azc1DgMHATkJDQkEAwYKBgcOEBAJCA4NDAUGCAUDAwQHBQUKCgwGBQoICAMBAgIBAQEBAQEBAQMGCgYGDxITCxMhHBYJzQkNCQQDBwkHBg4QEQgIDg0MBgUIBQMCBQcFBAoLDAYFCQkIAwECAgEBAQEBAQEBAwcJBgcPERQLEyEcFwkBIgwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAQwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAAT//wBJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNQcXAAIA/gC3AUn+twFJ/rclk5MBbklJbklJbklJSbdcWwAAAAUAAABJAgABbgAEAAkADgAaAG0AABMhFSE1FSEVITUVIRUhNSczNSM1IwcVNxUjFRc+Azc+Azc0PgE0NTQuAicuAyMiBioBByIOAiMVPgM3Mj4BMjM6AR4BFx4CFBUcAQYUBw4DBw4DDwEVMzUjPgM3MZIBbv6SAW7+kgFu/pKNRBgUFhYYIAUHBQMBAgICAQEBAQEDBAICBgcHBQEEAwQCAgMEBAICBAQDAgIDAwMCAgMDAwEBAgEBAQEBAgICAQQGCQULRC0BAwQEAgFuSUluSUluSUlrFF0GFAZJFJEFBwYEAQIDBAMBAgMDAwIDBwUFAgIEAgEBAQEBAhUBAgIBAQEBAQIBAQIDBAIBAgMCAQICAwMCAQUHCQYNExQBBAMFAgADAAAASQIAAW4ALAAxAGwAACUiLgInNTMeAzMyPgI1NC4CIyIOAgcjNT4DMzIeAhUUDgIjJzMVIzUnIg4CByMVDgMVFB4CFxUzHgMzMj4CNzMVDgMjIi4CNTQ+AjMyHgIXFSMuAyMBbgoUEhEIHgUKCwsGEyEZDg4ZIRMGCwsKBR4IERIUCh41KBcXKDUet5KSJQYLCwoFHgQHBQICBQcEHgUKCwsGBgsLCgUeCBESFAoeNSgXFyg1HgoUEhEIHgUKCwsGSQMGBwU0AgQDAQ0XHhESHhcNAQMEAjQFBwYDFyg1Hx41KBe3SUkvAQMEAhgFCw0OBwcNDQsGFwIEAwEBAwQCNAUHBgMXKDUeHzUoFwMGBwU0AgQDAQAAAAEAAAC3AgABAAAEAAATIRUhNQACAP4AAQBJSQABAJIASQGSAZIADAAAAQ8CFzcHNxc3DwEXAQcpQQvBC0ApQAvBC0EBWdYBOAE6AdgBOgE4AQAAAAQAAABJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNRcHAAIA/gC3AUn+twFJ/re3k5MBbklJbklJbklJSbdcWwAAAAMAAAAlAgABkgAEAAkAEgAANxEFEQUBBREFEQc/ARcVJTU3FwACAP4AAdv+SgG2tiQwPv6Sbm4lAW4B/pQBAUoB/twBASa4AV5eSgFIk5MABAAlAAAB2wG3AAMAGgAeADUAAAEVJzMHHgIGDwEOAS4BJy4BNDY/AT4BHgEXARcnFTceATI2PwE+AS4BJy4CBg8BDgEeARcB29vbKgMDAQICcwIGBgYCAwMBAnQCBQYGAv5029sqAwYGBQJzAgEBAgMCBgYGAnICAgEDAgG33NwrAgYGBgJzAgEBAgMDBQYGAnMCAQECA/51AdvaKgMDAQJzAgUGBgMCAwECAnMCBQYGAgAABAAA/9sCAAHbAAMAGgAeADUAACU1Fwc3LgI2PwE+AR4BFx4BFAYPAQ4BIiYnBycXNQcuASIGDwEOAR4BFx4CNj8BPgEuAScBJdvbKgMDAQICcwIGBgYCAwMBAnQCBQYGAnTb2yoDBgYFAnMCAQECAwIGBgYCcgICAQMC/9zbASwCBgYGAnICAgEDAgMGBgUCcwIBAwN1AdzbKgMDAQJzAgUGBgMCAwECAnICBgYGAgABAG4AJQFuAZIAEgAAJREjESM1Ii4CNTQ+AjsBESMBSSRKFigeEREeKBaTJSUBSf63khEeKBcWKB4R/pMAAAAAAwAlAAEB3AG2AAoAVwB4AAAlMwcnMzUjNxcjFQcOAwcOAyMiLgInLgM1ND4CNz4DOwE1NC4CJy4DIyIOAgcOAwc1PgM3PgIyMzIeAhceAx0BIzU1IyIOAgcOAxUUHgIXHgMzMj4CNz4DPQEBkkpcXEpKXFxK6wIGBgcEAwgICQUIDw4LBQUHBQIDBQkGBQ8SFAwlAQMDAgMFBwgFBAoJCQQFCQkJBQQJCQkEBQkKCQUNFRENBQUIBQI0FQgMCggDAwUDAQECAwICBQUHAwUJCQcCAwUCApKRkZORkZMHBAYFBQECAwIBAgUHBQULDQ8JCRANCwQFBgUCCQMGBQQCAgICAQEBAgEBAwQFAy8CAwMCAQEBAQIFCAUGDhIXDXgYSwECAwICBgYIBQQGBgUCAgMCAQIEBgQECgsOBwQAAAAEACUASgHbAW4AAwAMAC0AegAANyM3FwczNzMXMwMjAyUVFA4CBw4DIyIuAicuAzU0PgI3PgM7ATcuAyMqAQ4BBw4DBxU+Azc+AzMyHgIXHgMdASMiDgIHDgMVFB4CFx4DMzI+Ajc+AzcVMzU0LgInrjUbGok4EUsSOE1ETQF/AQMFAwMHCQoFBAYGBQIDAwIBAgMEAwMJCw0IFiIFDhIWDQYKCgoFBAoJCgQFCgoJBQUJCgoFBAkHBgIDAwMBJg0WEw8GBgkGAwIFCAUFDA4QCQUJCQgEBAcHBgI3AgUIBsV1dXZHRwEf/uFlBAcOCwsEBAYEAwICAwICBQYHAwUJBwUCAgMCAWIFCAYCAQEBAQMCBAIwAwUEAwIBAgEBAQIDAQIEBgYDCQMEBwQFCw4QCgkPDgsFBQcFAgEBAwICBQUHAxh7DhcTDwUAAAIASQBJAbcBkwAEAIEAABMhFSE1Fx4DFx4DFRQOAgcOAyMiLgInLgMnFR4DFx4DMzI+Ajc+AzU0LgInLgMvAS4DJy4DNTQ+Ajc+AzMyHgIXHgMXNS4DJy4DIyIOAgcOAxUUHgIXHgMfAUkBbv6SvwQIBgYCAgMDAQIDBQQDCAkLBgYNDAwGBg0NDQYGCwwNBgYNDAwHDxoXEggHCwgDAgUHBAUMDxIKHAcNCQcDAgMDAQIDBQMDCAkKBgYLCgsGBQsLCgYGCwwLBgYLDAsGDBcUEQcICwcDAgQHBAUMERUNIAEAJSUxAgMFBAMDBgYHAwUICAYDAgQDAQECAwMCBQcIBEEDBAUDAgECAQEDBgkGBQ8SFQwJEA8NBgYKCggDCwIFBQQDAgUFBgMFBwcFAwIDAwEBAgMCAgQGBgM9AgUDBAEBAgEBAwcJBgYPERMLCA8ODAQFCgoJBQsAAAQAAABJAgABbgAEAAkADgATAAA/ARcHJxc3FwcnJScHFzcXJwcXNwAltiO4AbYluCMB/yO4JbYBuCO2Jdsdkh6TAZQekhwBHZIekwGUHpIcAAAAAAUAAP/bAgAB2wAEAAkADgATABgAABcRIREhASERIREHITUhFRUhNSEVFSE1IRUAAgD+AAHb/koBtkn+3AEk/twBJP7cASQlAgD+AAHc/kkBt5JJSW5JSW5JSQAAAwCTAEkBbQGSABcALwBbAAA3Mh4CFx4DFwYUDgEHDgMrATczNzIeAhceAhQXBhQOAQcOAysBNzMDMzI+Ajc+Ayc2LgInLgMnPgM3PgMnNi4CJy4DKwED+AcNCQkDBAMEAQEBBAQEAgkKDQcqASgBBQsIBwIDAwQBAQQCBAEICAsFKgEoZGQRGRgRCAYLBgQBAQMEBwQGCg8OCggMDQgFAwcDAwEBBAYLBgcQFBcOZAHeAQMEAwMICQwHBgsJCAIDBAMBYYECAgMDAgYHCQUFCQcGAgIEAgFN/uoDBQgGBQ4RFQsKEQ8NBgUJBgQBAQMFBwUECwwOCAsSDw0FBggFAv63AAADACUAAAHbAbcABAANABEAADcRIREhEyMDMzczFzMDBxcjNyUBtv5K/URMOBBLETdLIho0GgABt/5JAW7+20hIASU1eHgAAAACAEIAHwG8AZkAIQBLAAAlBycOAS4BJwcXBw4BIiYvAS4BNDY/AT4BMhYfAR4BFAYHJy4BIgYPAQ4BFBYXHgE+AT8BLgMnLgI2PwE+AhYXBxc3PgE0JicBvJQEBQsMCwYhHg8PJygnDw8PDw8P1w8nKCcPDw8QEA8lCxscHAvFCwwLCgsbHRsLJwMFBgUCCgwDBQhSBg8QEgl+JoYLCwoL9pQEAQECAwMgHg8PDw8PDxAmKCcP1w8QEA8PDycoJw9+CwoLC8YLGx0bCwoLAQsLJgIDBAUCChcXFQhSBgYBBAV9JYYLHBwbCwAAAAMAAABJAgABbgAEAAkADgAAEyEVITUXIRUhNRczFSM1AAIA/gCSAW7+kpPb2wFuSUluSUluSUkAAwAAAEkCAAFuAAQACQAOAAATIRUhNRUhFSE1FTMVIzUAAgD+AAFt/pPc3AFuSUluSUluSUkAAAADAAAASQIAAW4ABAAJAA4AABMhFSE1FSEVITUVIRUhNQAB//4BAf/+AQIA/gABbklJbklJbklJAAMAAABJAgABbgAEAAkADgAAEyEHIScHIRchNxchByEnbgElAf7dAW0B/wH9/wFtASUB/t0BAW5JSW5JSW5JSQAGAAAAJwIAAZUACAANABQAGAAdACEAADc1IxEhFTMRIQEhFSE1FyMVIRUhNQcjNxcXITUhFScXIzdJSQG3Sf5JAUn+kwFtSiX+twFu27hcXG3+2wElKSlJICdJASVK/twBSdzcSbcl3EltbSUlJW5JSQAAAAEAAAABAADCHXSvXw889QALAgAAAAAAz3WLJQAAAADPdYsl////2wIAAdsAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgD//wAAAgAAAQAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAACAAAAAgAAbgIAAAACAABtAgAAAAIAAAkCAABJAgD//wIAAAACAAAAAgAAAAIAAJICAAAAAgAAAAIAACUCAAAAAgAAbgIAACUCAAAlAgAASQIAAAACAAAAAgAAkwIAACUCAABCAgAAAAIAAAACAAAAAgAAAAIAAAAAAAAAAAoAFAAeAEAAcAC4AQQBhgGoAfoCQAMCAyYDuARGBFQEcASUBLwFFgVuBY4GLgbUB4IHrAfaCFwIgAj2CRIJLglKCWoJpAAAAAEAAAAkAJAACgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABIoAAoAAAAAEeAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAADgEAAA4Bg0Rie09TLzIAAA74AAAAYAAAAGAIIvzVY21hcAAAD1gAAABMAAAATBpVzHZnYXNwAAAPpAAAAAgAAAAIAAAAEGhlYWQAAA+sAAAANgAAADYACVb9aGhlYQAAD+QAAAAkAAAAJAPhAgVobXR4AAAQCAAAAJAAAACQQQED3m1heHAAABCYAAAABgAAAAYAJFAAbmFtZQAAEKAAAAFmAAABZhHEcG1wb3N0AAASCAAAACAAAAAgAAMAAAEABAQAAQEBDVJlZGFjdG9yRm9udAABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeKZviU+HQFHQAAAT8PHQAAAUQRHQAAAAkdAAAN+BIAJQEBDRkbHSAlKi80OT5DSE1SV1xhZmtwdXp/hImOk5idoqessba7wFJlZGFjdG9yRm9udFJlZGFjdG9yRm9udHUwdTF1MjB1RTYwMHVFNjAxdUU2MDJ1RTYwM3VFNjA0dUU2MDV1RTYwNnVFNjA3dUU2MDh1RTYwOXVFNjBBdUU2MEJ1RTYwQ3VFNjBEdUU2MEV1RTYwRnVFNjEwdUU2MTF1RTYxMnVFNjEzdUU2MTR1RTYxNXVFNjE2dUU2MTd1RTYxOHVFNjE5dUU2MUF1RTYxQnVFNjFDdUU2MUR1RTYxRXVFNjFGAAACAYkAIgAkAgABAAQABwAKAA0AQQCYAPEBSQH6Ai8CxwMhA98EGwTXBYEFkQW0BfEGLwagBxEHOgf0CLUJaQmsCfwKhAq5C0QLdAuiC9AMAQxo/JQO/JQO/JQO+5QOi7AVi/gB+JSLi/wB/JSLBfhv990V/EqLi/u5+EqLi/e5Bfu4+5QVi/dv9yb7Avsm+wEFDvcm+AIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AWL+wIV+AKLi0L8AouL1AX7JvdwFdSLi0JCi4vUBYv7AhXUi4tCQouL1AWL+wIV1IuLQkKLi9QFDviLsBVky0yq+0KWCIshBYuLQMb7LPcT9z33GsW4i4sIiyEF92Wr9wT7QV77Cgj7yfdpFYvIBYuLb3ImSOFBtnqLiwiLfIvXBe6F9yJ7nGSl0PsO6Ps2YwgO9wLUFfe4i4tn+7iLi68FysoVnHmngrGLsounlJydnJ2Up4uyCIv3SUyLi/tXBYt8hoCDg4ODgId8i32Lf4+Dk4OTh5aLmgiL91dLi4v7SQWLZJRvnXkIDvfd+EoVrouL+yrWi4tr+wKLi/dKBbH7kxX3JS/7JS+L1fsDi4uw9wOLi9QF+3LTFfsl5/cl54tC9wOLi2b7A4uLQQWXNhWTg499i3iLf4mBhoSGg4SHgYmOio6KjYiNiI6GjoQIpklri3i5BYuMio2KjYaZhZKEiwiBi4tDbouL90q1iwWfi5mHk4MIVEcVmYsFk4uRjY+Pjo+NkYuUi5SJkoiOh4+FjYOLCH2Li1kFDve393oVRYuu9wyu+wwF+0r7DRXVi6LU7ouiQtWLJve6MIsm+7oFjGcV97iLi0L7uIuL1AUOi7AVi/gB+JSLi/wB/JSLBfdLrxX3JouL1Psmi4tCBYv3AhX3JouL1Psmi4tCBWb3SxX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBbD3cBWLQvcmi4vU+yaLBfe4ixX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBYv7AhX7AYuLQvcBi4vUBQ74lPdzFfss+xNAUIuLCIv1BftCgExsZEte9wr3BPdB92VrCIv1BYuLxV73PfsaCPxYLBWcsvcim+6RCIs/i5oFi4u2nOHVJs5vpIuLCItOBfs2s/sOLqVGCA73zfe2FXNsgGiLY4tpk3Ccd513n4Gji6CLnJKZmpqakpyLn4uehZt+mH+ZfJJ7i32LgIeChQiIiYmKiYuKi4mMioyKjoqPi5GLpJOknKOco6KcqJYIi6EFWXhlcnRrCPthixV0bH9oi2OLaZNwnXecd6CBoougi5ySmpqZmpKci5+LnoWbfph/mX2Seot+i3+IgoQIiImJioqLiYuKjIqMiY6Kj4uRi6SUpJujnKOinKmWCIuhBVh4ZnJzawgOi/gCFfiUi4tC/JSLi9QF90v7AhX33YuLQvvdi4vUBYv7AhX33YuLQvvdi4vUBWZCFYv3S/snL/cnMAUO9yb4AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBYv7AhX4AouLQvwCi4vUBfsh9hXPi4ufc4uL6HeLdYWLd6GRi0Jzi4t3Bav7JRWXl5KTjY6PkI2PjY+Mj4yPi5CLlIiThJCFkYKOf4uHi4aKhoqGioaKhokIi3YFkI6QjZCNkIyPjI+LkIuPio6IjoiMh4uGi4iLiImIiYeJh4eHiIiDgX18CIB+i3jPi4ufXosFjo+QkJGRCIuLBQ74AtQVcItyk3aYCIu/qYsFmIWZh5uLvYu0sIu5i7pisFmLe4t9h36FCG2Li78FoJikk6aL3IvMSYs6iztKSTqLCPtL90sV9yaLi0L7JouL1AVmuhV8i3yHfoUIbYuLcwWAfYR6i3iLeZJ5ln0Ii3SpiwWYhZqHmoubi5mPmJEIqYuLVwV2fnKDcIs6i0rNi9uL3MzN3Iumi6SDoH4Ii1dtiwV+kX2Pe4sIDov3lBX4lIuLQvyUi4vUBQ73m/ftFWL7a0qLgFL3VYuWxEuLtPdry4uWxPtVi4BSzIsFDov4AhX4lIuLQvyUi4vUBfdL+wIV992Li0L73YuL1AWL+wIV992Li0L73YuL1AX7S0IVi/dL9ycv+ycwBQ6LsBWL+AH4lIuL/AH8lIsF+G/33RX8SouL+7n4SouL97kF+0r7SxWvi7vqySyLQvwCi4vU9wL3JvcC+yYFDvhv+EsVi/tw+2/3cPdviwVhYBWShIyChoUI+wf7BwWFhoKMhJKEkoqUkJEI9wj3BwWQkJWKkYQI/CD8HxX3b4r7b/dvi/tuBbW1FZKElYqQkAj3B/cHBZCQipWEkoSRgo2FhQj7BvsHBYWGjYGRhQgO97n3kxWL93D3b/tv+2+KBbW3FYSSipSQkQj3B/cGBZGRlIqShJKEjIGGhgj7CPsHBYaGgYyFkgj7CPsJFftvjPdv+3CL928FYWEVhJKBjIaGCPsH+wcFhoaMgZKEkoSUipGRCPcG9wYFkZGJlIWSCA733bAVi/fdZ4uL+91Bi4v3JgVPi1q8i8iLx7y8x4sI9yeLi/wBZosFDvgm9yYV1Ysv+yUv9yXVi4v3J0GL5/cl5/slQYuL+ycF+3+EFYWCgoSBhoGGgIh/i3WLeZF+mH6XhZ2Looujkp2blpqXopGriwiwi4uUBYuUiJKFj4SQgo1/i3+Lf4l/iH+If4V+hAiLugWWkJeOl46XjZiMmIusi6KEmH6ZfZFyi2gIi/sMV4uLowWL1hV2iwV3i32IhIaDhoeCi36LgY6EkIWQhpOIlIuZi5aQkpaTlo+ai58Ii48FDvdC91kVVoum9wml+wkF+x37ChXDi5zS1oudRMOLPvezR4s++7MF+BPwFYuHBYt3h3uDgIOAf4V9i4GLg46GkYWRiJOLlIuYj5WTkJSQmY6giwihiwWt7RV9mXOSaYt8i36Kfol/iH6Hf4YIi1sFmJOYkJiPl46YjZmLl4uViJGHkoaOhIuCCIuCZYsFaYtyhXt/e3+DeItyi3SReZl+mH6ehaOLmIuXjZWQlpCTk5KUCItzwouL9w8Fi6+EpX2ZCA7U95QV+AKLi2b8AouLsAX3U1oVloeUhZGEkYSOgouCi36GgYKEgoR/iHuLe4t6jnuRepB6lHqXCItKBZqEm4Wch5yIm4mci7OLqZOfm5+alKOLq4ujhZ9/mn6bd5dwlAhvlgV3kX6ShZGFkIiTi5OLl4+UlJGTkZeOm4uai5mImoaZhpqEmYIIi8gFfJF8kHuPfI58jXuLaYtxg3h6d3uCdItui3WQeZd+l32hf61+CKuABQ6L928Vr6n3S/snZ277S/cmBYuLFfdL9yevbvtL+ydnqAX4lIsVZ6n7S/snr273S/cmBYuLFftL9ydnbvdL+yevqAUOi2YVi/iU+JSLi/yU/JSLBfhv+HAV/EqLi/xL+EqLi/hLBUL7JhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBYv7AhX7uIuL1Pe4i4tCBQ73jPdyFZ6LmYiUg5ODj36LeYt6h3+DhIOEfYd3iwhii4vstIsFi/cVFZuLloiShJKFjoKLfYt+iIGEhYSFgIh7iwhii4vYtIsFJvuqFfCLBbWLqJKemp2ZlKKLqoulhZ9/mn+ZeZRzjZ+NmpKVl5aXkJuLoIungqB5mHqZcJJoiwgmi4v73QUOsIsVi/hL+EqLi/xL/EqLBfeR+AIVR4s/+7nDi5vT1oucQ8KLQPe5BWlWFaX7DFeLpfcMBQ74UPeKFfso+yiHjwV9h3uNfJMIamupbXx8BWJiSYtitAh8mgVitIvNtLQI92v3awW0tM2LtGIImnwFtGKLSWJiCGb3EhVuqFyKbm4I+1n7WgVtbotcp26ob7qLqKkIsrEFg4+EkIWScKaGsJ+gCN3dBZuapIyifwj7EvsRsWb3GvcaBaiojLpuqAgOi/gCFfiUi4tC/JSLi9QF9yb7AhX4AouLQvwCi4vUBfcn+wIV92+Li0L7b4uL1AUOi/gCFfiUi4tC/JSLi9QFi/sCFfgBi4tC/AGLi9QFi/sCFfdwi4tC+3CLi9QFDov4AhX4k4uLQvyTi4vUBYv7AhX4k4uLQvyTi4vUBYv7AhX4lIuLQvyUi4vUBQ73AvgCFfe4i4tC+7iLi9QF+wL7AhX4lIuLQvyUi4vUBfcC+wIV97iLi0L7uIuL1AUO1LIVi9RCi4v3ufhLi4tB1IuL+7j8S4sF99333RX8AYuL+3D4AYuL93AF1UIVZouL+0v73YuLZvgCi4v3cAX7b0IV+0yL5/cB5/sBBfcBZhX7uYuLsPe5i4tmBWL3AhW0QkKLq9QFDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOYfAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5h///f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAhlBJsl8PPPUACwIAAAAAAM91iyUAAAAAz3WLJf///9sCAAHbAAAACAACAAAAAAAAAAEAAAHg/+AAAAIA//8AAAIAAAEAAAAAAAAAAAAAAAAAAAAkAAAAAAAAAAAAAAAAAQAAAAIAAAACAAAAAgAAAAIAAG4CAAAAAgAAbQIAAAACAAAJAgAASQIA//8CAAAAAgAAAAIAAAACAACSAgAAAAIAAAACAAAlAgAAAAIAAG4CAAAlAgAAJQIAAEkCAAAAAgAAAAIAAJMCAAAlAgAAQgIAAAACAAAAAgAAAAIAAAACAAAAAABQAAAkAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
	Box
*/
.redactor-box {
  position: relative;
  overflow: visible;
  margin-bottom: 24px;
}
.redactor-box textarea {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  outline: none;
  border: none;
  background-color: #111;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none;
}
.redactor-box textarea:focus {
  outline: none;
}
.redactor-editor,
.redactor-box {
  background: #fff;
}
/*
	Z-index setup
*/
.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto;
}
.redactor-box-fullscreen {
  z-index: 1051;
}
.redactor-toolbar {
  z-index: 100;
}
.redactor-dropdown {
  z-index: 1052;
}
#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053;
}
/*
	Fullscreen 
*/
body .redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/*
	Utils
*/
.redactor-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/*
	Editor
*/
.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 20px;
  min-height: 50px;
  outline: none;
  white-space: normal;
  border: 1px solid #eee;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor:focus {
  outline: none;
}
.toolbar-fixed-box + .redactor-editor {
  padding-top: 32px !important;
}
/*
	Placeholder
*/
.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  display: block;
  /* For Firefox */

  color: #999 !important;
  font-weight: normal !important;
}
/*
	Toolbar
*/
.redactor-toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.redactor-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap;
}
.redactor-toolbar.redactor-toolbar-external {
  z-index: 999;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor-toolbar li a:hover i:before {
  color: #fff;
}
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.redactor-toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.redactor-toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1;
}
.redactor-toolbar li a.redactor-button-disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.redactor-toolbar li a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.redactor-toolbar li a.redactor-button-focus {
  color: #fff;
  background: #000;
}
/*
	CodeMirror
*/
.redactor-box .CodeMirror {
  display: none;
}
/*
	Icons
*/
.re-icon {
  font-family: 'RedactorFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.redactor-toolbar .re-icon i:before {
  position: relative;
  font-size: 14px;
}
.redactor-toolbar .re-video:before {
  content: "\e600";
}
.redactor-toolbar .re-unorderedlist:before {
  content: "\e601";
}
.redactor-toolbar .re-undo:before {
  content: "\e602";
}
.redactor-toolbar .re-underline:before {
  content: "\e603";
}
.redactor-toolbar .re-textdirection:before {
  content: "\e604";
}
.redactor-toolbar .re-fontcolor:before {
  content: "\e605";
}
.redactor-toolbar .re-table:before {
  content: "\e606";
}
.redactor-toolbar .re-redo:before {
  content: "\e607";
}
.redactor-toolbar .re-quote:before {
  content: "\e608";
}
.redactor-toolbar .re-outdent:before {
  content: "\e609";
}
.redactor-toolbar .re-orderedlist:before {
  content: "\e60a";
}
.redactor-toolbar .re-link:before {
  content: "\e60b";
}
.redactor-toolbar .re-horizontalrule:before {
  content: "\e60c";
}
.redactor-toolbar .re-italic:before {
  content: "\e60d";
}
.redactor-toolbar .re-indent:before {
  content: "\e60e";
}
.redactor-toolbar .re-image:before {
  content: "\e60f";
}
.redactor-toolbar .re-fullscreen:before {
  content: "\e610";
}
.redactor-toolbar .re-normalscreen:before {
  content: "\e611";
}
.redactor-toolbar .re-formatting:before {
  content: "\e612";
}
.redactor-toolbar .re-fontsize:before {
  content: "\e613";
}
.redactor-toolbar .re-fontfamily:before {
  content: "\e614";
}
.redactor-toolbar .re-deleted:before {
  content: "\e615";
}
.redactor-toolbar .re-html:before {
  content: "\e616";
}
.redactor-toolbar .re-clips:before {
  content: "\e617";
}
.redactor-toolbar .re-bold:before {
  content: "\e618";
}
.redactor-toolbar .re-backcolor:before {
  content: "\e619";
}
.redactor-toolbar .re-file:before {
  content: "\e61a";
}
.redactor-toolbar .re-alignright:before {
  content: "\e61b";
}
.redactor-toolbar .re-alignment:before,
.re-alignleft:before {
  content: "\e61c";
}
.redactor-toolbar .re-alignjustify:before {
  content: "\e61d";
}
.redactor-toolbar .re-aligncenter:before {
  content: "\e61e";
}
.redactor-toolbar .re-gallery:before {
  content: "\e61f";
}
/*
	Toolbar tooltip
*/
.redactor-toolbar-tooltip {
  position: absolute;
  z-index: 1054;
  text-align: center;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  border-radius: 2px;
}
/*
	Dropdown
*/
.redactor-dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0;
  min-width: 220px;
  max-height: 254px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1.6em;
}
.redactor-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.redactor-dropdown a:last-child {
  border-bottom: none;
}
.redactor-dropdown a:hover {
  background-color: #1f78d8;
  color: #fff !important;
  text-decoration: none;
}
.redactor-dropdown a.selected {
  background-color: #000;
  color: #fff;
}
.redactor-dropdown a.redactor-dropdown-link-inactive,
.redactor-dropdown a.redactor-dropdown-link-inactive:hover {
  background: none;
  cursor: default;
  color: #000 !important;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.redactor-dropdown a.redactor-dropdown-link-selected {
  color: #fff;
  background: #000;
}
/*
	IMAGE BOX
*/
#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 1px dashed rgba(0, 0, 0, 0.6);
}
#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  cursor: pointer;
}
#redactor-image-resizer {
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -4px;
  right: -5px;
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px;
}
/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 99;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
}
.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}
.redactor-link-tooltip a:hover {
  color: #fff;
}
/*
	DROPAREA
*/
#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 140px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}
#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75);
}
#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5);
}
#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
/*
	PROGRESS
*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*
	MODAL
*/
#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#redactor-modal {
  outline: 0;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
}
#redactor-modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
#redactor-modal section {
  padding: 30px 40px 50px 40px;
}
#redactor-modal label {
  display: block;
  float: none !important;
  margin: 15px 0 3px 0 !important;
  padding: 0;
}
#redactor-modal input[type="radio"],
#redactor-modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor-modal select {
  width: 100%;
}
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 5px 4px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
#redactor-modal input[type="text"]:focus,
#redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus,
#redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal input[type="text"].redactor-input-error,
#redactor-modal input[type="password"].redactor-input-error,
#redactor-modal input[type="email"].redactor-input-error,
#redactor-modal input[type="url"].redactor-input-error,
#redactor-modal textarea.redactor-input-error {
  border-color: #e82f2f;
  box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em;
}
/*
	Tabs in Modal
*/
#redactor-modal-tabber {
  margin-bottom: 15px;
  font-size: 12px;
}
#redactor-modal-tabber a {
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 15px;
  margin-right: -1px;
  text-decoration: none;
  color: #000;
}
#redactor-modal-tabber a:hover {
  background-color: #1f78d8;
  border-color: #1f78d8;
  color: #fff;
}
#redactor-modal-tabber a.active {
  cursor: default;
  background-color: #ddd;
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.6);
}
/*
	List in Modal
*/
#redactor-modal #redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto;
}
#redactor-modal #redactor-modal-list li {
  border-bottom: 1px solid #ddd;
}
#redactor-modal #redactor-modal-list li:last-child {
  border-bottom: none;
}
#redactor-modal #redactor-modal-list a {
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative;
}
#redactor-modal #redactor-modal-list a:hover {
  background-color: #eee;
}
#redactor-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  background: 0;
  outline: none;
}
#redactor-modal-close:hover {
  color: #000;
}
#redactor-modal footer button {
  position: relative;
  width: 100%;
  padding: 14px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer;
}
#redactor-modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none;
}
#redactor-modal footer button.redactor-modal-delete-btn {
  background: none;
  color: #fff;
  background-color: #b52525;
}
#redactor-modal footer button.redactor-modal-delete-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b;
}
#redactor-modal footer button.redactor-modal-action-btn {
  background: none;
  color: #fff;
  background-color: #2461b5;
}
#redactor-modal footer button.redactor-modal-action-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580;
}
/*
	##############################################

	DROPDOWN FORMATTING

	##############################################
*/
.redactor-dropdown .redactor-formatting-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.redactor-dropdown .redactor-formatting-pre {
  font-family: monospace, sans-serif;
}
.redactor-dropdown .redactor-formatting-h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h5 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}
/*
	##############################################

	 CONTENT STYLES

	##############################################
*/
.redactor-editor code,
.redactor-editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor a {
  color: #15c;
  text-decoration: underline;
}
.redactor-editor object,
.redactor-editor embed,
.redactor-editor video,
.redactor-editor img {
  max-width: 100%;
  width: auto;
}
.redactor-editor video,
.redactor-editor img {
  height: auto;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor figure,
.redactor-editor blockquote,
.redactor-editor pre {
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  box-shadow: none;
}
.redactor-editor iframe,
.redactor-editor object,
.redactor-editor hr {
  margin-bottom: 15px;
}
.redactor-editor blockquote {
  margin-left: 1.6em !important;
  padding-left: 0;
  color: #777;
  font-style: italic;
}
.redactor-editor ul,
.redactor-editor ol {
  padding-left: 2em;
}
.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none;
}
.redactor-editor ol ol li {
  list-style-type: lower-alpha;
}
.redactor-editor ol ol ol li {
  list-style-type: lower-roman;
}
.redactor-editor dl dt {
  font-weight: bold;
}
.redactor-editor dd {
  margin-left: 1em;
}
.redactor-editor table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.redactor-editor table td,
.redactor-editor table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.redactor-editor table thead td,
.redactor-editor table th {
  font-weight: bold;
  border-bottom-color: #888;
}
.redactor-editor code {
  background-color: #d8d7d7;
}
.redactor-editor pre {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  white-space: pre;
  font-size: 90%;
}
.redactor-editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: bold;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4 {
  line-height: 1.3;
}
.redactor-editor h1 {
  font-size: 36px;
}
.redactor-editor h2 {
  font-size: 24px;
  margin-bottom: .7em;
}
.redactor-editor h3 {
  font-size: 21px;
}
.redactor-editor h4 {
  font-size: 18px;
}
.redactor-editor h5 {
  font-size: 16px;
}
.redactor-editor h6 {
  font-size: 12px;
  text-transform: uppercase;
}



/*
	Redactor2 II

	http://imperavi.com/redactor2/

	Copyright (c) 2009-2017, Imperavi Oy.
	License: http://imperavi.com/redactor2/license/
*/

@font-face {
  font-family: 'Redactor2';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBkUAAAC8AAAAYGNtYXAXVtKuAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZnzExC8AAAF4AAAcJGhlYWQMgV4/AAAdnAAAADZoaGVhB7gD6QAAHdQAAAAkaG10eKYBDw8AAB34AAAAsGxvY2GR7orEAAAeqAAAAFptYXhwADQApgAAHwQAAAAgbmFtZVDOJQoAAB8kAAABknBvc3QAAwAAAAAguAAAACAAAwP0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpJwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Sf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAADwAjADMAABMhMhYdARQGIyEiJj0BNDYDITIWHQEUBiMhOAExIiY9ATQ2MxMhMhYdARQGIyEiJj0BNDa7AooZIiIZ/XYZIiJnA4oZIiIZ/HYYIyIZgAKKGSIiGf12GSIiAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAAADAAAAgAQAAwAAEAAkADUAABMhMhYdARQGIyEiJj0BNDYzESEyFh0BFAYjITgBMSImPQE0NjMRITIWHQEUBiMhIiY9ATQ2MzsCyhkiIhn9NhkiIhkDihkiIhn8dhgjIhkCyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAAAAwAAAIAEAAMAAA8AIwAzAAATITIWHQEUBiMhIiY9ATQ2AyEyFh0BFAYjITgBMSImPQE0NjMTITIWHQEUBiMhIiY9ATQ2+wLKGSIiGf02GSIipwOKGSIiGfx2GCMiGcACyhkiIhn9NhkiIgMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIgAAAwEZAEcC5wMAACUALgBLAAAlPgE1NCY1NjQ1NCYnPgE3PAE1NCYnLgEjKgEjIgcRMzIWMzI2NwMyFRQjIiM1MwM6ATMyFhceARUcARUcARUUBgcOASMiJiMiJzUzAp8hJwEBSDckMAEhGyFRLQIFAjiIzwMGAzBYJMpqdx8cRgcFCQUcNBYPEhUSFjQcBAkEFiZAgBlKLAEEAQMHAz1dEBFFKwEDASY/FhgbBv1OAR8bAhZPWqb+/w4ODSgXAgUCAgQCGSwODg8BA+MAAgDAAAADQAOAACcAMwAAJSImJzEnBw4BIzgBMSoBIyImJxE+ATM6ATMhOgEzMhYXEQ4BIyoBIwERNz4BMzIWFzEXEQMACxMI2toIEwsBAgEYIgICIhgBAgECAAECARgiAgIiGAECAf5AmgcUCgsTCJsABwWOjgYGIBcDERggIRf88BchAxD9mGUGBgYGZQJoAAAAAAUAQAAAA8ADgAAPABMAIQAvAD0AAAEhIgYVERQWMyEyNjURNCYDIREhBSEyFhUUBiMhIiY1NDYXITIWFRQGIyEiJjU0NhchMhYVFAYjISImNTQ2A0D9gDVLSzUCgDVLSzX9gAKA/gABgBslJRv+gBslJRsBgBslJRv+gBslJRsBgBslJRv+gBslJQOASzX9gDVLSzUCgDVL/QACgEAlGxslJRsbJcAlGxslJRsbJcAlGxslJRsbJQADAEAAAAPAA4AADwATAE4AAAEhIgYVERQWMyEyNjURNCYDIREhAzEHDgEjOAExKgEjIiYnNDY3MTcjMCIxIiYnNDY3MTc+ATM4ATE6ATMyFhcUBgcxBzMwMjEyFhcUBgcDQP2ANUtLNQKANUtLNf2AAoCIwAUQCQEBAQ4UAgQElOkCDhUBBATABRAJAQEBDhQCBASU6QIOFQEEBAOASzX9gDVLSzUCgDVL/QACgP6t4AYHEg4FCgStEg4FCgTgBgcSDgUKBK0SDgUKBAABAIAAPAOAAwEAbQAAASMuAS8BLgEnLgEnLgE1MDQ1PAE1NDY3PgEzOgEzHgEXHgEXNy4BIyoBByoBIyIGBw4BFRwBFRwBFRQWFx4BHwEhFSEXHgEVHAEVFAYHDgEjKgEjLgEnLgEnBx4BMzoBMzIWMzI2Nz4BNy4BJxcDgPQSKBc7FSMRCA0FBQUPDQ0jEwIEAhMkEQ8cDRocQiQHDgYBBAImRBoZHQ8NEzAdMf6dAcQECQoSDxEqGAEEARMkEREgDiEfTCkCBAMCBwMsTiAdIgEBCAfUAYASHQsbChUNBhIKCxcNAQEBAQEUIg0LDgEGBgUNCFEREwEbGBc/JQEDAQECAhw1FxgmCxdABA4hEQEBARYmDg4QAQcGBRALVxUWAR0aF0QoFCYSAgACAEAAAAPAA4AAGgA2AAABBzMyFhUUBisBIiY9ATQ2MzIWHQE3HgEXFDY/ASMiJjU0NjsBMhYdARQGIyImPQEHLgEnNAY3AcDnRxMaGhOzExoaExIb5hgiBgZ650cTGhoTsxMaGhMSG+YYIgYGBgFA5hsSExoaE7MTGhoTR+cFIxcKD/rmGxITGhoTsxMaGhNH5wUjFwoPBgAAAAADAEAAQAPAA4AAFwAaAB4AAAEjFTMRIREzNSMiBhURFBYzITI2NRE0JgEHISczESMDQICA/YCAgDVLSzUCgDVLS/6LgAEAqlRUAoCA/sABQIBLNf7ANUtLNQFANUsBANog/roAAwBAAAADwAOAAAMAEwAbAAABMycHASEiBhURFBYzITI2NRE0JgMnIwcjEzMTAbiNRkcBiP2ANUtLNQKANUtL5yvIKHPoLuoBgdHRAf9LNf2ANUtLNQKANUv9QHNzAkD9wAAAAAQAPwDAA78C/wAHAAoAaACVAAAlAyMDMzczFycjNwERMDQ1NCYnLgEnLgEnLgEjKgExOAExIgYHBgcGBwYHFT4BNz4BMzoBMzIWFx4BFTAUHQEjJiIjIgYHDgEVHAEVOAEVFBYXHgEXHgEXHgEzOgEzOAExMjY3PgE3FzMnDgEHDgEHKgEjIiYnLgEnLgEnLgE1OAExNDA1NDY3PgE3PgE3PgEzOgE7ARUCQOou6XMpyCtJjEYCgAYFBA8JChcNDh4PAQIKEwoRERAQDwwNHxEQIRACBAIQHgwKC04DBwQfOBgTFwQEAwsHCBMKDBoOAQIBEiIQER8NATtCDR4RDBoOAQEBBw4GBgkEBAUCAgEDAgMIBgYOCAkUCwEBAVPAAj/9wXNzwNH+egEEAgEOGgwLEwgHDAMEBAEBAgQDBAQFOwYKBAQECwkKGg8CASEBEg8OLBoBAgIBCxUKCREHBwsEBAUIBggWDjNoDBYIBwcBAwICBgQECAUFCwUBAQcOBgYLBAUHAgMCQwAAAAcAPwBAA9EDQAAHAAoADgASABYAGgAeAAAlAyMDMzczFycjNyUzESMTFwcnNwcXNwM3JwcXJzcXAkDqLulzKcgrSYxGAcFAQCQttS2tLbUtrS21La0ttS3AAj/9wXNzwNHv/QAC8S21LbUttS390y21LbUttS0AAAEAwABAA0ADQAAqAAABISoBIyIGBw4BBw4BBw4BFRwBFRQWFx4BFx4BFx4BMzoBMxEzETMRMxEzA0D+YAIFAhgsFRMjDw4WCAYHCQcIFw4OIRMVLRgCBAFcgFxoA0AHBgYUDAwdERAiEgIFAhMkEBEdDA0VBwcI/nMCq/1VAqsAAv/xALMEBALcAAUACwAAAS0BJwkBAQ0BFwkBAZ//AAEAUf6jAV0BCQEA/wBQAV3+owEAyMZO/uz+6wHcyMZNARQBFAAGAEAAQAPAA0AAAwAcAB8AIgAyAEIAAAERIREFOgEzMhYXDgEjKgEjKgEjIiYnPgEzOgEzBzcXMTcXASEyFh0BFAYjISImPQE0NhMhMhYdARQGIyEiJj0BNDYBAAIA/qsBAgIVHgMDHhUCAgEBAwEVHwICHxUBAwFcTUh0bf22AwoZIiIZ/PYZIiIZAwoZIiIZ/PYZIiICgP6AAYBKHBQVGxsVFBz2UFCAgAIAIhkKGSIiGQoZIv2AIhkKGSIiGQoZIgAABwBAAIADwAMAAA8AIwAzADcAUABTAFYAAAEzMhYdARQGKwEiJj0BNDYTMzIWHQEUBisBOAExIiY9ATQ2MwEhMhYdARQGIyEiJj0BNDYDESERBTAyMzIWFw4BIyoBMSoBMSImJz4BMzAyMwc3FyM3FwK7yhkiIhnKGSIiGckZIiIZyRgjIhn9wAMKGSIiGfz2GSIiIgHA/tYBARQdAQEdFAEBAQEUHQEBHRQBAVFDQANoYAMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIgIA/oABgEocFBQcHBQUHPZQUICAAAAHAEAAgAPAAwAADwAmADYAOgBNAFAAUwAAEzMyFh0BFAYrASImPQE0NhMzMhYdARQwMRQGIzgBMSMiJj0BNDYzESEyFh0BFAYjISImPQE0NgERIREFMDIzMhYXDgEjIiYnPgEzOgEzBzcXJzcXe8oZIiIZyhkiIhnKGSIiGcoZIiIZAwoZIiIZ/PYZIiIBngHA/tYBARQdAQMdFRQdAwEdFAEBAVFEQARlYwMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSICAP6AAYBKHBQUGxsUFBz2T1ABgIAAAAAABAAAAAAEAAOAAAMAHAAfACIAABMRIREFOgEzMhYXDgEjKgEjKgEjIiYnPgEzOgEzAzcXNRsBAAQA/VQBAQEvQwEBQy8BAQEBAQEvQwEBQy8BAQG3m5Ho2gOA/IADgKxBLy9BQS8uQv3Ft7sEASf+1AAAAAAFAAAAgAQAAwAAEAAkADQANwA7AAATITIWHQEUBiMhIiY9ATQ2MwEhMhYdARQGIyE4ATEiJj0BNDYzESEyFh0BFAYjISImPQE0NicHEQczFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIqLAgICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAACAMAAAAOAA4AAGgA1AAAlKgEjIi4CJzQ+AjMyHgIVDgMjKgEjNToBMzI+Ajc0LgIjIg4CFR4DMzoBMwIgAQMBR35eNwFhfHIREXJ8YQE3Xn5HAQMBAQIBNV5HKQFLXlUKClVeSwEpR141AQIBADVdfEdHv614eK2/R0d8XTVVKEZdNTWThV5ehZM1NV1GKAABAbMASAKMAvYAAwAAJRMjAwITeV96SAKu/VIAAQAAAYEEAAIAABMAABMhMhYdARQGIyE4ATEiJj0BNDYzOwOKGSIiGfx2GCMiGQIAIhkJGSIiGAoZIgAAAwAAAL8EAALBACwAMABhAAAlIiYnNzMeATMyFjMyNjcuASMqASMOAQcnNT4BMzI2MzIeAhcOAyMiJiMBIRUhJw4BBycVDgEVFBYXFTMeATMyNjcXFQ4BIyIGIyIuAic+AzMyFjMyFhcHIy4BJwLcKUshAj0TKxcECQRAXggHX0AECQQXLBQ7IEooBAkFNmFKLgQELkphNgUJBP6SASX+20kXLBQ6EhMTEjwTKxcYLBQ7IEooBAkFNmFKLgQELkphNgUJBChLIQI9EysXwBQSWggKAVQ+P1UBCgkBWxEUAShFXjU2XkYoAQFAgNMBCgkBKREtGRotESgICgoJAVsRFAEoRV41Nl5GKAEUEloJCQEAAAAABQAaAIAEAAMAAA8AIwAzADwAYwAAASEyFh0BFAYjISImPQE0NhMhMhYdARQGIyE4ATEiJj0BNDYzESEyFh0BFAYjISImPQE0NgM1Iw4BDwE3FRM1Izc+ATc0NjU0JicuASMiBiM4ATEiBgcOAQcXPgEzMhUOAQ8BFQE7AooZIiIZ/XYZIiIZAooZIiIZ/XYYIyIZAooZIiIZ/XYZIiKdEA4kFAEvVVYvCg0CAQsJCxkOAgICChQICA0EGwUVDCACCwlJAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAQjlEBsKJxyl/oAkRw4gEgEBAQwWBwgJAQUGBQ0JFgsOGhAbC2kMAAAFAAAAgAQAAwAAEAAkADQANwA7AAATITIWHQEUBiMhIiY9ATQ2MwEhMhYdARQGIyE4ATEiJj0BNDYzESEyFh0BFAYjISImPQE0NiUXERUzFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIv4ewICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAAGAAD/wAQAA8AAEwAnACsALwAzADcAAAEiDgIVFB4CMzI+AjU0LgIDIi4CNTQ+AjMyHgIVFA4CASEVIREhFSEbARcDNxMXAwIAaruLUFCLu2pqu4tQUIu7alCLaTw8aYtQUItpPDxpi/7wAYD+gAGA/oBASjZKSko3SwPAUIu7amq7i1BQi7tqaruLUPyAPGmLUFCLaTw8aYtQUItpPAFAQAEAQP7bAeUb/hsbAeUa/hoAAAAFAAAAgAQAAwAAEAAtAD4AWwBvAAATITIWHQEUBiMhIiY9ATQ2MwEzMjAxMhYVOAExFRQwMRQGIzgBMSMiJj0BNDYzASEyFh0BFAYjISImPQE0NjMBMzIwMTIWFTgBMRUUMDEUBiM4ATEjIiY9ATQ2MzsBMhYdARQGKwE4ATEiJj0BNDYzOwOKGSIiGfx2GSIiGQEACQEZIiIZChkiIhn/AAOKGSIiGfx2GSIiGQHACQEZIiIZChkiIhnACRkiIhkJGCMiGQMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSIBACIZCQEZIiIZChkiIhkJGSIiGAoZIgAAAAEAwACAA0ADAABBAAA3MDIxMjY1OAExNTQ2MyEHDgEVFBYzMjY3MTc+ATU0Ji8BLgEjIgYVFBYfASE4ATEiDgIVOAExFTgBMRQWMzgBMegBEBhdQwEHhAYGGBAIDwXIBgYGBsgFDwgQGAYGhP74MldBJhcRgBcRoEJehAUOCRAYBwXIBQ8ICA8FyAYGFxEIDgaEJUJXMqARFwAAAAIAQAAAA4ADgAAbADcAAAEHMzIWFRQGKwEiJj0BNDYzMhYdATceARcUNgcBNyMiJjU0NjsBMhYdARQGIyImPQEHLgEnNAY3A4DnRxMaGhOzExoaExIb5hgiBgYG/MDnRxMaGhOzExoaExIb5hgiBgYGA0DmGxITGhoTsxMaGhNH5wUjFwoPBv0A5hsSExoaE7MTGhoTR+cFIxcKDwYAAAABAIAAPgN/A0AAowAAJSIjBz4BNz4BNz4BNz4BNTwBNTwBNTQmJy4BJy4BJy4BIyoBIyoBIyIGBw4BBw4BBw4BFRwBFTgBMRQWFx4BFx4BFx4BFyciKwEVMBQxFBYXHgEzOgExITUuAScuAScuAScuATU8ATE8ATU0Njc+ATc+ATc+ATMyFhceARceARceARUcARUwFBUUBgcOAQcOAQcOAQ8BIToBMTI2Nz4BNTA0MTUC9hcXLRksFBMiDw4XCAgJEA8OKBgaOiAiSSYBAgEBAgEmSSIhOxkZKA4OEAkICBcPDiITFCwXKxcWigYGBQ8IAQEBGRUmEBIdDA0VBwcICwoKGxERJxYWMhkaMRgVKBERGwkKCwgHBxQNDB4RESUVAQEZAQEJDgYFBqgFCRgPDyQUFS4YGjYcAQEBAQEBJkcgHzcXFiMMDA4ODQwkFxc3HyBHJgECAR03GhkuFBQkDw8YCQVAAQgOBQUGkQMQDAweERIpFxcyGgEBAQMBHDQYFiYPDxcICAgICAgXDw8mFhg0HAEDAQEBGjIYFikSER4MDA8EjwYFBQ4IAUAAAAACARUAFgPpAp0ACwA1AAAlJzcjBycjFwczNxcFNSM3PgE3PAE1NCYnLgEjKgEjMCIjIgYHDgEHFz4BNz4BMzIVDgEPARUCzLurXXVqXZ2rYXKAAYGPUhAVAxANECcVAgQCAQEQHQ0LEQQfBQ0ICBMLOQMSD3PI8OWhoeXwq6uwLYAWNB0CAwETIQwLDQgHBhQMGwkNBQUGMxowE7AKAAAAAgEVAMgD6QONAAsANQAAJSc3IwcnIxcHMzcXATUjNz4BNzwBNTQmJy4BIyoBIyoBIyIGBw4BBxc+ATc+ATcyFQ4BDwEVAsy7q111al2dq2FygAGBj1IQFQMQDREoFgEDAQEBARAdDQsRBCAEDQgIFAo5AhMPcsjw5aGh5fCrqwFQLYAWNB0CAwETIQwNDggHBhQMGwgOBQUFATMbLxSwCgAAAAAGAEAAQAPAAwAAAwAHAAsADwATABcAABMhFSElIRUhBSEVISUhFSEFIRUhJSEVIUABov5eAd4Bov5e/iIBov5eAd4Bov5e/iIBov5eAd4Bov5eAwDAwMBAwMDAQMDAwAACAIAAQQOAA0AALQBbAAABMhYVMBQVFAYHNQchMhYVFAYjIRceARUcATEUBiMiJic1Jy4BNTQ2NzE3PgEzATEXHgEVFAYHMQcOASMiJjUwNDE0NjcxNyEGJjU0NjMhJy4BNTwBMTQ2MzIWFwEQFBwIBg4CLBQcHBT91A4HBxwUCxEGYAYICAZgBhELAgBgBwcHB2AGEQsUHAgGDv3WFBwcFAIsDgcHHBQLEQYDQCYaAQEMFgoBEyYaGiYTCRYMAQEaJgoIAYAJFw0MFwqACAv+bYAJFw0MFwqACAolGwENFgkTASYaGiYTCRYMAQEaJgoIAAAABAEAAIADAQMAAAMABwALAA8AAAEnNxcXNycHAwcXNzcXBycBKSnrKcMq7CnDKespwyrsKQIAJ9km2ibaJv6mJton2SfZJwAAAgDQ/8ADEAMOADIANgAAARwBFRQWFx4BMzI2MzoBMzI2Nz4BNTwBNREjERwBFRQGBw4BIyoBIyoBIyImNTQ2NREjAzUhFQESHxseSyoFCgUCBwMsTR8cIVgUERIxGwIEAgIDAzVLAVhCAkABTAMHAylJGhgcAR0aGkgqAwYDAb/+RgEEAhsvEhEUSzUCAwIBtvy3ODgAAAABAMAAgANAAwAAMAAAJSImPQE0JiMhFx4BFRQGIyImJzEnLgE1NDY/AT4BMzIWFRQGBzEHITIeAh0BFAYjAxgQF15C/veEBgYYEAgPBcgGBgYGyAUPCBAYBgaEAQgyV0EmFxGAFxGgQl6EBQ4JEBgHBcgFDwgIDwXIBgYXEQgOBoQmQVgxoBEXAAAAAAYAAACABAADAAAPACMAMwBDAGAAcAAAEyEyFh0BFAYjISImPQE0NhMhMhYdARQGIyE4ATEiJj0BNDYzESEyFh0BFAYjISImPQE0NiMzMhYdARQGKwEiJj0BNDYTMzIwMTIWFTgBMRUUMDEUBiM4ATEjIiY9ATQ2MxEzMhYdARQGKwEiJj0BNDb7AsoZIiIZ/TYZIiIZAsoZIiIZ/TYYIyIZAsoZIiIZ/TYZIiKnChkiIhkKGSIiGQkBGSIiGQoZIiIZChkiIhkKGSIiAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIhkKGSIiGQoZIgEAIhkJARkiIhkKGSIBACIZChkiIhkKGSIAAAQAAABABAADQAAXACcASABLAAABISIOAhURFB4CMyEyPgI1ETQuAhMUBiMhIiY1ETQ2MyEyFhUFMQcOASMwIjEqASMiJic1PgEzOgEzMhYXIxceARUUBgcnNycDAP4ANV1GKChGXTUCADVdRigoRl1LSzX+ADVLSzUCADVL/umaBg0IAQECARIbAgIbEgECAQgOBwGaCg0NCoAICwNAKEZdNf8ANV1GKChGXTUBADVdRij+ADVLSzUBADVLSzWjVgMEGRKqEhkEBFUEEwwLEwQdBQYAAQAAAAEAAL19wCtfDzz1AAsEAAAAAADUtozhAAAAANS2jOH/8f/ABAQDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/x//wEBAABAAAAAAAAAAAAAAAAAAAALAQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAEZBAAAwAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAD8EAAA/BAAAwAQA//EEAABABAAAQAQAAEAEAAAABAAAAAQAAMAEAAGzBAAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAwAQAAEAEAACABAABFQQAARUEAABABAAAgAQAAQAEAADQBAAAwAQAAAAEAAAAAAAAAAAKABQAHgBmALAA+AFeAagCBAJqAwADTgOAA7IEeAS0BPQFFgV4Be4GYgacBvAHOAdGB2QH7gh2CMoJJAmmCfQKRAscC2wLvgvuDGgMjAzYDR4NqA4SAAAAAQAAACwApAAHAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AckZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor2' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }



  .redactor2-dropdown-p {
    font-family:'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
    color:rgba(74,74,74,1) !important;
  }
  .redactor2-dropdown-blockquote {
    font-family:'Archer SSm A', 'Archer SSm B',serif;
    font-style: italic;
    padding-left:20px;
    border-left:3px solid #0073b5;
  }
  .redactor2-dropdown-pre {
      border-radius: 3px;
      color:rgba(74,74,74,1) !important;
  background: #f8f8f8;
  white-space: pre;
  font-size: 90%;
  font-family: Menlo, Monaco, monospace, sans-serif;
  }
  .redactor2-dropdown-title {
     color:rgba(74,74,74,1) !important;
     font-weight:bold;
     font-size:150%;
  }
  .redactor2-dropdown-subtitle {
     color:rgba(74,74,74,1) !important;
     font-weight:bold;
     font-size:120%;
  }
  .redactor2-dropdown-profile-title {
     color:rgba(74,74,74,.5) !important;
     font-weight:bold;
     font-size:150%;
  }
  .redactor2-dropdown-caption {
      font-size:.75em;
      font-family:'Archer SSm A', 'Archer SSm B',serif;
      font-style:italic;
      color:rgba(74,74,74,.75) !important;
  }
  .redactor2-dropdown-reading {
      font-family:'Archer SSm A', 'Archer SSm B',serif;
      color:rgba(74,74,74,1) !important;
  }
  .redactor2-dropdown-basefont {
      font-family:'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
      color:rgba(74,74,74,1) !important;
  }
  .design_v4 .redactor2-toolbar {
      margin-left:auto;
      margin-top:auto;
  }
  .design_v4 .redactor2-toolbar  li {
          text-indent:0px !important;
          margin-bottom:auto;
      }

  .design_v4 .redactor2-dropdown  li { 
          text-indent:0px !important;
          margin-bottom:auto;
          //margin-top:-20px;
}
.design_v4 .redactor2-toolbar  li  a{
border-bottom:0px;
}

  .design_v4  .redactor2-toolbar li:before, .design_v4 .redactor2-air li:before { content:""; position:auto; left:auto;}

  .design_v4  .redactor2-dropdown li:before, .design_v4 .redactor2-air li:before { content:"" !important; position:auto !important; left:auto !important;}

  a.re-button-icon i {
    font-style: normal !important;
  }

.re-icon-aligncenter:before {
  content: "\e900"; }
 
.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901"; }

.re-icon-alignright:before {
  content: "\e902"; }

.re-icon-bold:before {
  content: "\e903"; }

.re-icon-bookmark:before {
  content: "\e904"; }

.re-icon-clips:before {
  content: "\e905"; }

.re-icon-codesnippets:before {
  content: "\e906"; }

.re-icon-deleted:before {
  content: "\e907"; }

.re-icon-expand:before {
  content: "\e908"; }

.re-icon-file:before {
  content: "\e909"; }

.re-icon-fontcolor:before {
  content: "\e90a"; }

.re-icon-fontfamily:before {
  content: "\e90b"; }

.re-icon-fontsize:before {
  content: "\e90c"; }

.re-icon-format:before {
  content: "\e90d"; }

.re-icon-html:before {
  content: "\e90e"; }

.re-icon-imagecenter:before {
  content: "\e90f"; }

.re-icon-imageleft:before {
  content: "\e910"; }

.re-icon-imageright:before {
  content: "\e911"; }

.re-icon-image:before {
  content: "\e912"; }

.re-icon-indent:before {
  content: "\e913"; }

.re-icon-inline:before {
  content: "\e914"; }

.re-icon-italic:before {
  content: "\e915"; }

.re-icon-horizontalrule:before {
  content: "\e916"; }

.re-icon-link:before {
  content: "\e917"; }

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918"; }

.re-icon-outdent:before {
  content: "\e919"; }

.re-icon-properties:before {
  content: "\e91a"; }

.re-icon-readmore:before {
  content: "\e91b"; }

.re-icon-redo:before {
  content: "\e91c"; }

.re-icon-retract:before {
  content: "\e91d"; }

.re-icon-specialcharacters:before {
  content: "\e91e"; }

.re-icon-sub:before {
  content: "\e91f"; }

.re-icon-sup:before {
  content: "\e920"; }

.re-icon-table:before {
  content: "\e921"; }

.re-icon-textdirection:before {
  content: "\e922"; }

.re-icon-toggle:before {
  content: "\e923"; }

.re-icon-underline:before {
  content: "\e924"; }

.re-icon-undo:before {
  content: "\e925"; }

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926"; }

.re-icon-video:before {
  content: "\e927"; }

.redactor2-box {
  position: relative;
  overflow: visible; }

.redactor2-layer,
.redactor2-box {
  background: #fff; }

.redactor2-layer,
.redactor2-box,
.redactor2-box textarea {
  z-index: auto; }

.redactor2-link-tooltip {
  z-index: 99; }

.redactor2-toolbar {
  z-index: 100; }

.redactor2-box-fullscreen {
  z-index: 1051; }

.redactor2-air,
.redactor2-dropdown {
  z-index: 1052; }

#redactor2-modal-overlay,
#redactor2-modal-box,
#redactor2-modal {
  z-index: 1053; }

.redactor2-body-fullscreen .redactor2-link-tooltip {
  z-index: 1099; }

.redactor2-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor2-placeholder:after {
  position: absolute;
  top: 10px !important;
  left: 10px !important;
  content: attr(placeholder);
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal !important; }

.redactor2-layer {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 24px 20px;
  padding-top: 20px;
  outline: none;
  white-space: normal;
  border: 1px solid rgba(0, 0, 0, 0.07); }

.redactor2-relative {
  position: relative; }

.redactor2-in {
  cursor: text; }

.redactor2-layer:focus,
.redactor2-in:focus {
  outline: none; }

.redactor2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.redactor2-script-tag {
  display: none; }

.redactor2-layer-img-edit img {
  cursor: pointer; }

.redactor2-voice-label {
  display: none; }

.redactor2-voice-alert {
  position: absolute;
  left: -3000px; }

.redactor2-toolbar {
  position: relative;
  padding: 0 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
  .redactor2-toolbar:after {
    content: "";
    display: table;
    clear: both; }

.redactor2-toolbar.redactor2-toolbar-overflow {
  overflow-y: auto;
  white-space: nowrap;
  height: 48px; }

.redactor2-toolbar li a {
  color: rgba(0, 0, 0, 0.8); }
  .redactor2-toolbar li a:hover {
    outline: none;
    background-color: #3d79f2;
    color: #fff; }
  .redactor2-toolbar li a:active, .redactor2-toolbar li a.redactor2-act {
    outline: none;
    background-color: #eee;
    color: #444; }

.redactor2-toolbar li a.redactor2-button-disabled {
  opacity: 0.3; }
  .redactor2-toolbar li a.redactor2-button-disabled:hover {
    color: #333;
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor2-toolbar li a.redactor2-button-focus {
  color: #fff;
  background: #000; }

.redactor2-toolbar.redactor2-toolbar-external {
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none; }

.redactor2-air {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  padding: 0;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  border: none; }

.redactor2-air li a {
  color: rgba(255, 255, 255, 0.75); }
  .redactor2-air li a:hover {
    outline: none;
    background-color: #1f78d8;
    color: #fff; }
  .redactor2-air li a:active, .redactor2-air li a.redactor2-act {
    outline: none;
    background-color: #333;
    color: rgba(255, 255, 255, 0.5); }

.redactor2-air li a.redactor2-button-disabled {
  opacity: .3; }
  .redactor2-air li a.redactor2-button-disabled:hover {
    color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor2-air li a.redactor2-button-focus {
  color: #333;
  background: #eee; }

.redactor2-air,
.redactor2-toolbar {
  font-family: $base-font;
  margin: 0 !important;
  list-style: none !important;
  line-height: 1 !important; }

.redactor2-air li,
.redactor2-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important; }

.redactor2-air li a,
.redactor2-toolbar li a {
  box-sizing: border-box;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 16px;
  padding-top: 17px;
  padding-bottom: 15px;
  cursor: pointer;
  outline: none;
  border: none;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  position: relative; }
  .redactor2-air li a.re-button-icon,
  .redactor2-toolbar li a.re-button-icon {
    padding: 16px;
    font-size: 16px; }
  .redactor2-air li a .re-button-tooltip,
  .redactor2-toolbar li a .re-button-tooltip {
    display: none;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    bottom: -18px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 2px;
    padding: 3px 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }

.redactor2-toolbar li a {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.redactor2-toolbar li:last-child a {
  border-right: none; }

.redactor2-link-tooltip {
  border-radius: 3px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  position: absolute;
  padding: 16px;
  line-height: 1;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555 !important;
  font-size: 14px; }

.redactor2-link-tooltip a {
  font-size: 14px;
  color: #ccc;
  margin: 0 8px;
  text-decoration: none; }
  .redactor2-link-tooltip a:hover {
    color: #fff; }

.redactor2-structure h1, .redactor2-structure h2, .redactor2-structure h3, .redactor2-structure h4, .redactor2-structure h5, .redactor2-structure h6, .redactor2-structure div {
  position: relative; }
  .redactor2-structure h1:before, .redactor2-structure h2:before, .redactor2-structure h3:before, .redactor2-structure h4:before, .redactor2-structure h5:before, .redactor2-structure h6:before, .redactor2-structure div:before {
    width: 24px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    opacity: .3;
    left: -28px;
    text-align: right; }

.redactor2-structure h1:before {
  content: "h1"; }

.redactor2-structure h2:before {
  content: "h2"; }

.redactor2-structure h3:before {
  content: "h3"; }

.redactor2-structure h4:before {
  content: "h4"; }

.redactor2-structure h5:before {
  content: "h5"; }

.redactor2-structure h6:before {
  content: "h6"; }

.redactor2-structure div:before {
  content: "div"; }

#redactor2-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 3px solid #1f78d8;
  box-shadow: 0 0 12px #1f78d8; }

#redactor2-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  cursor: pointer; }

#redactor2-image-resizer {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -5px;
  right: -6px;
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
  width: 10px;
  height: 10px; }

#redactor2-droparea {
  position: relative;
  overflow: hidden;
  padding: 64px 24px;
  border: 3px dashed rgba(0, 0, 0, 0.1); }

#redactor2-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75); }

#redactor2-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5); }

#redactor2-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  margin-left: 64px;
  color: rgba(0, 0, 0, 0.7); }

.redactor2-image-dragover {
  outline: 2px solid #3d79f2; }

#redactor2-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor2-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.redactor2-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes redactor2SlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

@keyframes redactor2SlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

.redactor2-slideUp {
  overflow: hidden;
  -webkit-animation-name: redactor2SlideUp;
  animation-name: redactor2SlideUp; }

@-webkit-keyframes redactor2SlideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes redactor2SlideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

.redactor2-slideDown {
  overflow: hidden;
  -webkit-animation-name: redactor2SlideDown;
  animation-name: redactor2SlideDown; }

@-webkit-keyframes redactor2FadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes redactor2FadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.redactor2-fadeIn {
  -webkit-animation-name: redactor2FadeIn;
  animation-name: redactor2FadeIn; }

@-webkit-keyframes redactor2FadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes redactor2FadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.redactor2-fadeOut {
  -webkit-animation-name: redactor2FadeOut;
  animation-name: redactor2FadeOut; }

.redactor2-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  min-width: 220px;
  max-height: 254px;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: auto;
  list-style: none; }

.redactor2-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); 
  margin-bottom:0px;
}
  .redactor2-dropdown li:last-child {
    border-bottom: none; }
  .redactor2-dropdown li:hover {
    background-color: #3d79f2; }
    .redactor2-dropdown li:hover a {
      color: #fff !important;
      text-decoration: none; }
  .redactor2-dropdown li.redactor2-dropdown-link-inactive {
    background: none; }
    .redactor2-dropdown li.redactor2-dropdown-link-inactive a,
    .redactor2-dropdown li.redactor2-dropdown-link-inactive a:hover {
      background: none;
      cursor: default;
      color: #000 !important;
      opacity: 0.4;
      background: none; }

.redactor2-dropdown a {
  display: block;
  padding: 6px 5px;
  color: #000;
  text-decoration: none; }
  .redactor2-dropdown a span {
    padding: 2px 4px 1px 4px;
    display: inline-block;
    border-radius: 3px;
    line-height: 1; }
  .redactor2-dropdown a:focus {
    outline: none; }
  .redactor2-dropdown a.selected {
    background-color: #000;
    color: #fff; }
  .redactor2-dropdown a.redactor2-dropdown-link-selected {
    color: #fff;
    background: #000; }

.redactor2-dropdown-box-inline .redactor2-dropdown-marked span {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none; }

.redactor2-dropdown-box-inline .redactor2-dropdown-code span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  background: rgba(0, 0, 0, 0.05); }

.redactor2-dropdown-box-inline .redactor2-dropdown-sample span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9); }

.redactor2-dropdown-box-inline .redactor2-dropdown-variable span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  color: rgba(0, 0, 0, 0.5); }

.redactor2-dropdown-box-inline .redactor2-dropdown-shortcut span {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap; }

.redactor2-dropdown-box-inline .redactor2-dropdown-cite span {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic; }

.redactor2-dropdown-box-inline .redactor2-dropdown-sup span,
.redactor2-dropdown-box-inline .redactor2-dropdown-sub span {
  font-size: 12px; }

.redactor2-dropdown-box-format .redactor2-dropdown-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor2-dropdown-box-format .redactor2-dropdown-pre {
  font-family: monospace, sans-serif; }

.redactor2-dropdown-box-format .redactor2-dropdown-h1,
.redactor2-dropdown-box-format .redactor2-dropdown-h2,
.redactor2-dropdown-box-format .redactor2-dropdown-h3,
.redactor2-dropdown-box-format .redactor2-dropdown-h4,
.redactor2-dropdown-box-format .redactor2-dropdown-h5,
.redactor2-dropdown-box-format .redactor2-dropdown-h6 {
  line-height: 24px;
  font-weight: bold; }

.redactor2-dropdown-box-format .redactor2-dropdown-h1 {
  font-size: 40px;
  line-height: 32px; }

.redactor2-dropdown-box-format .redactor2-dropdown-h2 {
  font-size: 32px;
  line-height: 32px; }

.redactor2-dropdown-box-format .redactor2-dropdown-h3 {
  font-size: 24px; }

.redactor2-dropdown-box-format .redactor2-dropdown-h4 {
  font-size: 21px; }

.redactor2-dropdown-box-format .redactor2-dropdown-h5 {
  font-size: 18px; }

.redactor2-dropdown-box-format .redactor2-dropdown-h6 {
  font-size: 16px; }

#redactor2-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95); }

#redactor2-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto; }

#redactor2-modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 14px; }
  @media (max-width: 768px) {
    #redactor2-modal {
      font-size: 16px !important; } }
  #redactor2-modal #redactor2-modal-header {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  #redactor2-modal #redactor2-modal-close {
    position: absolute;
    top: 10px;
    right: 4px;
    width: 30px;
    height: 40px;
    text-align: center;
    color: rgba(1, 0, 0, 0.3);
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    background: none;
    outline: none; }
    #redactor2-modal #redactor2-modal-close:hover {
      color: #000; }
  #redactor2-modal #redactor2-modal-body {
    overflow: auto;
    padding: 40px 48px 24px 48px; }
    #redactor2-modal #redactor2-modal-body section {
      margin-bottom: 24px; }
    #redactor2-modal #redactor2-modal-body label {
      font-weight: normal;
      font-size: 15px;
      display: block;
      margin-bottom: 4px;
      color: rgba(0, 0, 0, 0.8); }
      #redactor2-modal #redactor2-modal-body label .desc {
        color: rgba(0, 0, 0, 0.5); }
      #redactor2-modal #redactor2-modal-body label.checkbox {
        font-size: inherit; }
    @media (max-width: 768px) {
      #redactor2-modal #redactor2-modal-body {
        padding: 24px; } }
  #redactor2-modal select,
  #redactor2-modal input[type="text"],
  #redactor2-modal input[type="password"],
  #redactor2-modal input[type="email"],
  #redactor2-modal input[type="url"],
  #redactor2-modal input[type="number"],
  #redactor2-modal textarea {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 8px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: white;
    box-shadow: none;
    color: #333;
    width: 100%;
    font-size: 16px;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif; }
    #redactor2-modal select:focus,
    #redactor2-modal input[type="text"]:focus,
    #redactor2-modal input[type="password"]:focus,
    #redactor2-modal input[type="email"]:focus,
    #redactor2-modal input[type="url"]:focus,
    #redactor2-modal input[type="number"]:focus,
    #redactor2-modal textarea:focus {
      -moz-transition: border 0.3s ease-in;
      transition: border 0.3s ease-in;
      outline: none;
      border-color: #1f78d8; }
  #redactor2-modal textarea {
    display: block;
    line-height: 1.4em; }
  #redactor2-modal button {
    padding: 0 20px;
    margin: 0;
    margin-bottom: 8px;
    margin-right: 8px;
    height: 40px;
    line-height: 38px;
    outline: none;
    border: 2px solid transparent;
    border-radius: 3px;
    background-color: #eee;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    cursor: pointer;
    vertical-align: middle;
    -webkit-appearance: none; }
    #redactor2-modal button:hover {
      color: #777;
      background: none;
      background-color: #f5f5f5;
      text-decoration: none; }
    #redactor2-modal button.redactor2-modal-button-offset {
      margin-left: 24px; }
    #redactor2-modal button#redactor2-modal-button-delete {
      background: none;
      border-color: #f23d3d;
      color: #f23d3d; }
      #redactor2-modal button#redactor2-modal-button-delete:hover {
        color: rgba(255, 255, 255, 0.6);
        background-color: #f23d3d; }
    #redactor2-modal button#redactor2-modal-button-action {
      background: none;
      color: #fff;
      background-color: #1c86f2; }
      #redactor2-modal button#redactor2-modal-button-action:hover {
        color: rgba(255, 255, 255, 0.6);
        background-color: #4ca0f5; }
  #redactor2-modal .redactor2-group:after {
    content: "";
    display: table;
    clear: both; }
  #redactor2-modal .redactor2-modal-tab-side {
    float: left;
    width: 26%;
    margin-right: 6%; }
  #redactor2-modal .redactor2-modal-tab-area {
    float: left;
    width: 66%; }
  @media (max-width: 768px) {
    #redactor2-modal .redactor2-modal-tab-side {
      float: none;
      width: auto;
      margin-right: 0;
      margin-bottom: 24px; }
    #redactor2-modal .redactor2-modal-tab-area {
      float: none;
      width: auto; } }

#redactor2-modal-tabber {
  margin-bottom: 40px;
  font-size: 12px; }
  #redactor2-modal-tabber a {
    border: 1px solid #ddd;
    line-height: 1;
    padding: 8px 15px;
    margin-right: -1px;
    text-decoration: none;
    color: #000; }
    #redactor2-modal-tabber a:hover {
      background-color: #1f78d8;
      border-color: #1f78d8;
      color: #fff; }
    #redactor2-modal-tabber a.active {
      cursor: default;
      background-color: rgba(0, 0, 0, 0.05);
      border-color: #ddd;
      color: rgba(0, 0, 0, 0.5); }

#redactor2-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto; }
  #redactor2-modal-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    #redactor2-modal-list li:last-child {
      border-bottom: none; }
  #redactor2-modal-list a {
    padding: 16px 4px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    display: block;
    position: relative; }
    #redactor2-modal-list a:hover {
      background-color: #eee; }

.redactor2-styles {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333; }
  .redactor2-styles[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
    .redactor2-styles[dir="rtl"] ul li,
    .redactor2-styles[dir="rtl"] ol li {
      text-align: right; }
    .redactor2-styles[dir="rtl"] ul,
    .redactor2-styles[dir="rtl"] ol,
    .redactor2-styles[dir="rtl"] ul ul,
    .redactor2-styles[dir="rtl"] ol ol,
    .redactor2-styles[dir="rtl"] ul ol,
    .redactor2-styles[dir="rtl"] ol ul {
      margin: 0 24px 0 0; }
  @media (max-width: 768px) {
    .redactor2-styles {
      font-size: 16px; } }
  .redactor2-styles a {
    color: #256bc9; }
    .redactor2-styles a:focus, .redactor2-styles a:hover {
      color: #e21e3b; }
  .redactor2-styles h1,
  .redactor2-styles h2,
  .redactor2-styles h3,
  .redactor2-styles h4,
  .redactor2-styles h5,
  .redactor2-styles h6 {
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-weight: bold;
    color: #222;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    margin-bottom: 12px; }
    .redactor2-styles h1:empty,
    .redactor2-styles h2:empty,
    .redactor2-styles h3:empty,
    .redactor2-styles h4:empty,
    .redactor2-styles h5:empty,
    .redactor2-styles h6:empty {
      min-height: 24px; }
  .redactor2-styles h1 {
    font-size: 40px;
    line-height: 44px; }
  .redactor2-styles h2 {
    font-size: 32px;
    line-height: 36px; }
  .redactor2-styles h3 {
    font-size: 24px;
    line-height: 32px; }
  .redactor2-styles h4 {
    font-size: 21px;
    line-height: 24px; }
  .redactor2-styles h5 {
    font-size: 18px;
    line-height: 24px; }
  .redactor2-styles h6 {
    font-size: 16px;
    line-height: 24px; }
  .redactor2-styles p,
  .redactor2-styles ul,
  .redactor2-styles ol,
  .redactor2-styles dl,
  .redactor2-styles blockquote,
  .redactor2-styles hr,
  .redactor2-styles pre,
  .redactor2-styles table,
  .redactor2-styles figure,
  .redactor2-styles address {
    padding: 0;
    margin: 0; }
  .redactor2-styles p:empty,
  .redactor2-styles blockquote:empty {
    min-height: 24px; }
  .redactor2-styles p + h2,
  .redactor2-styles p + h3,
  .redactor2-styles p + h4,
  .redactor2-styles p + h5,
  .redactor2-styles p + h6,
  .redactor2-styles ul + h2,
  .redactor2-styles ul + h3,
  .redactor2-styles ul + h4,
  .redactor2-styles ul + h5,
  .redactor2-styles ul + h6,
  .redactor2-styles ol + h2,
  .redactor2-styles ol + h3,
  .redactor2-styles ol + h4,
  .redactor2-styles ol + h5,
  .redactor2-styles ol + h6,
  .redactor2-styles dl + h2,
  .redactor2-styles dl + h3,
  .redactor2-styles dl + h4,
  .redactor2-styles dl + h5,
  .redactor2-styles dl + h6,
  .redactor2-styles blockquote + h2,
  .redactor2-styles blockquote + h3,
  .redactor2-styles blockquote + h4,
  .redactor2-styles blockquote + h5,
  .redactor2-styles blockquote + h6,
  .redactor2-styles hr + h2,
  .redactor2-styles hr + h3,
  .redactor2-styles hr + h4,
  .redactor2-styles hr + h5,
  .redactor2-styles hr + h6,
  .redactor2-styles pre + h2,
  .redactor2-styles pre + h3,
  .redactor2-styles pre + h4,
  .redactor2-styles pre + h5,
  .redactor2-styles pre + h6,
  .redactor2-styles table + h2,
  .redactor2-styles table + h3,
  .redactor2-styles table + h4,
  .redactor2-styles table + h5,
  .redactor2-styles table + h6,
  .redactor2-styles form + h2,
  .redactor2-styles form + h3,
  .redactor2-styles form + h4,
  .redactor2-styles form + h5,
  .redactor2-styles form + h6,
  .redactor2-styles figure + h2,
  .redactor2-styles figure + h3,
  .redactor2-styles figure + h4,
  .redactor2-styles figure + h5,
  .redactor2-styles figure + h6 {
    margin-top: 24px; }
  .redactor2-styles ul,
  .redactor2-styles ol,
  .redactor2-styles ul ul,
  .redactor2-styles ol ol,
  .redactor2-styles ul ol,
  .redactor2-styles ol ul {
    margin: 0 0 0 24px; }
  .redactor2-styles ul li,
  .redactor2-styles ol li {
    text-align: left; }
  .redactor2-styles ol ol li {
    list-style-type: lower-alpha; }
  .redactor2-styles ol ol ol li {
    list-style-type: lower-roman; }
  .redactor2-styles p,
  .redactor2-styles ul,
  .redactor2-styles ol,
  .redactor2-styles dl,
  .redactor2-styles blockquote,
  .redactor2-styles hr,
  .redactor2-styles pre,
  .redactor2-styles table,
  .redactor2-styles figure,
  .redactor2-styles address {
    margin-bottom: 16px; }
  .redactor2-styles blockquote {
    position: relative;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6); }
    .redactor2-styles blockquote cite {
      font-size: 80%; }
  @media (min-width: 768px) {
    .redactor2-styles blockquote {
      padding-left: 24px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); } }
  .redactor2-styles address {
    font-style: normal; }
  .redactor2-styles dl dt {
    font-weight: bold; }
  .redactor2-styles dd {
    margin-left: 24px; }
  .redactor2-styles cite {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic; }
  .redactor2-styles s,
  .redactor2-styles del {
    text-decoration: line-through; }
  .redactor2-styles abbr[title],
  .redactor2-styles dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help; }
  .redactor2-styles strong,
  .redactor2-styles b {
    font-weight: bold; }
  .redactor2-styles em,
  .redactor2-styles i {
    font-style: italic; }
  .redactor2-styles sub,
  .redactor2-styles sup {
    font-size: 10px;
    line-height: 0;
    position: relative;
    margin-left: .2rem; }
  .redactor2-styles sup {
    top: -.4rem; }
  .redactor2-styles sub {
    bottom: -.2rem; }
  .redactor2-styles strong:empty, .redactor2-styles b:empty, .redactor2-styles em:empty, .redactor2-styles i:empty, .redactor2-styles sup:empty, .redactor2-styles sub:empty, .redactor2-styles u:empty, .redactor2-styles ins:empty {
    display: inline-block;
    min-width: 1px;
    min-height: 1rem; }
  .redactor2-styles figcaption {
    margin: 4px 0;
    font-size: 12px;
    font-style: italic;
    text-align: left; }
  .redactor2-styles ins,
  .redactor2-styles u {
    text-decoration: underline; }
  .redactor2-styles mark {
    background-color: #ffd61e;
    color: #000;
    text-decoration: none; }
  .redactor2-styles pre,
  .redactor2-styles code,
  .redactor2-styles kbd,
  .redactor2-styles samp,
  .redactor2-styles var,
  .redactor2-styles output {
    font-size: 90%;
    font-style: normal;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .redactor2-styles pre {
    margin-top: 16px;
    font-size: 90%;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.75);
    overflow: auto;
    background: rgba(0, 0, 0, 0.03);
    padding: 16px 20px;
    word-wrap: normal; }
  .redactor2-styles mark,
  .redactor2-styles code,
  .redactor2-styles samp,
  .redactor2-styles kbd {
    padding: 2px 4px 1px 4px;
    display: inline-block;
    line-height: 1;
    border-radius: 3px; }
  .redactor2-styles code {
    background: rgba(0, 0, 0, 0.05); }
  .redactor2-styles pre code {
    font-size: 100%;
    border: none;
    padding: 0;
    background: none;
    line-height: 24px; }
  .redactor2-styles var {
    color: rgba(0, 0, 0, 0.5); }
  .redactor2-styles samp {
    background: #46a9fc;
    color: rgba(255, 255, 255, 0.9); }
  .redactor2-styles kbd {
    background: #000;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap; }
  .redactor2-styles hr {
    display: block;
    box-sizing: content-box;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .redactor2-styles img,
  .redactor2-styles video,
  .redactor2-styles audio,
  .redactor2-styles embed,
  .redactor2-styles object {
    max-width: 100%; }
  .redactor2-styles img,
  .redactor2-styles video,
  .redactor2-styles embed,
  .redactor2-styles object {
    height: auto; }
  .redactor2-styles embed,
  .redactor2-styles object {
    height: 100%; }
  .redactor2-styles img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }
  .redactor2-styles table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    empty-cells: show; }
    .redactor2-styles table caption {
      text-transform: uppercase;
      padding: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 11px; }
    .redactor2-styles table th,
    .redactor2-styles table td {
      border: 1px solid #eee;
      padding: 16px;
      padding-bottom: 15px; }
    .redactor2-styles table tfoot th,
    .redactor2-styles table tfoot td {
      color: rgba(0, 0, 0, 0.5); }
  .redactor2-styles .video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 16px; }
    .redactor2-styles .video-container iframe,
    .redactor2-styles .video-container object,
    .redactor2-styles .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
/*! jQuery Mobile v1.4.5 | Copyright 2010, 2014 jQuery Foundation, Inc. | jquery.org/license */

/* * jQuery Mobile v1.4.5 * http://jquerymobile.com * * Copyright 2010,2014 jQuery Foundation,Inc. and other contributors * Released under the MIT license. * http://jquery.org/license * */
 .ui-mobile,.ui-mobile body{height:99.9%;}.ui-mobile fieldset,.ui-page{padding:0;margin:0;}.ui-mobile a img,.ui-mobile fieldset{border-width:0;}.ui-mobile fieldset{min-width:0;}@-moz-document url-prefix(){.ui-mobile fieldset{display:table-column;vertical-align:middle;}}.ui-mobile-viewport{margin:0;overflow-x:visible;-webkit-text-size-adjust:100%;-ms-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}body.ui-mobile-viewport,div.ui-mobile-viewport{overflow-x:hidden;}.ui-mobile [data-role=page],.ui-mobile [data-role=dialog],.ui-page{top:0;left:0;width:100%;min-height:100%;position:absolute;display:none;border:0;}.ui-page{outline:none;}.ui-mobile .ui-page-active{display:block;overflow:visible;overflow-x:hidden;}@media screen and (orientation:portrait){.ui-mobile .ui-page{min-height:420px;}}@media screen and (orientation:landscape){.ui-mobile .ui-page{min-height:300px;}}.ui-mobile-rendering > *{visibility:hidden;}.ui-nojs{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);}.ui-loading .ui-loader{display:block;}.ui-loader{display:none;z-index:9999999;position:fixed;top:50%;left:50%;border:0;}.ui-loader-default{background:none;filter:Alpha(Opacity=18);opacity:.18;width:2.875em;height:2.875em;margin-left:-1.4375em;margin-top:-1.4375em;}.ui-loader-verbose{width:12.5em;filter:Alpha(Opacity=88);opacity:.88;box-shadow:0 1px 1px -1px #fff;height:auto;margin-left:-6.875em;margin-top:-2.6875em;padding:.625em;}.ui-loader-default h1{font-size:0;width:0;height:0;overflow:hidden;}.ui-loader-verbose h1{font-size:1em;margin:0;text-align:center;}.ui-loader .ui-icon-loading{background-color:#000;display:block;margin:0;width:2.75em;height:2.75em;padding:.0625em;-webkit-border-radius:2.25em;border-radius:2.25em;}.ui-loader-verbose .ui-icon-loading{margin:0 auto .625em;filter:Alpha(Opacity=75);opacity:.75;}.ui-loader-textonly{padding:.9375em;margin-left:-7.1875em;}.ui-loader-textonly .ui-icon-loading{display:none;}.ui-loader-fakefix{position:absolute;}.ui-bar,.ui-body{position:relative;padding:.4em 1em;overflow:hidden;display:block;clear:both;}.ui-bar h1,.ui-bar h2,.ui-bar h3,.ui-bar h4,.ui-bar h5,.ui-bar h6{margin:0;padding:0;font-size:1em;display:inline-block;}.ui-header,.ui-footer{border-width:1px 0;border-style:solid;position:relative;}.ui-header:empty,.ui-footer:empty{min-height:2.6875em;}.ui-header .ui-title,.ui-footer .ui-title{font-size:1em;min-height:1.1em;text-align:center;display:block;margin:0 30%;padding:.7em 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0 !important;}.ui-footer .ui-title{margin:0 1em;}.ui-content{border-width:0;overflow:visible;overflow-x:hidden;padding:1em;}.ui-corner-all > .ui-header:first-child,.ui-corner-all > .ui-content:first-child,.ui-corner-all > .ui-footer:first-child{-webkit-border-top-left-radius:inherit;border-top-left-radius:inherit;-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;}.ui-corner-all > .ui-header:last-child,.ui-corner-all > .ui-content:last-child,.ui-corner-all > .ui-footer:last-child{-webkit-border-bottom-left-radius:inherit;border-bottom-left-radius:inherit;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit;}.ui-btn{font-size:16px;margin:.5em 0;padding:.7em 1em;display:block;position:relative;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.ui-btn-icon-notext,.ui-header button.ui-btn.ui-btn-icon-notext,.ui-footer button.ui-btn.ui-btn-icon-notext{padding:0;width:1.75em;height:1.75em;text-indent:-9999px;white-space:nowrap !important;}.ui-mini{font-size:12.5px;}.ui-mini .ui-btn{font-size:inherit;}.ui-header .ui-btn,.ui-footer .ui-btn{font-size:12.5px;display:inline-block;vertical-align:middle;}.ui-header .ui-controlgroup .ui-btn-icon-notext,.ui-footer .ui-controlgroup .ui-btn-icon-notext{font-size:12.5px;}.ui-header .ui-btn-left,.ui-header .ui-btn-right{font-size:12.5px;}.ui-mini.ui-btn-icon-notext,.ui-mini .ui-btn-icon-notext,.ui-header .ui-btn-icon-notext,.ui-footer .ui-btn-icon-notext{font-size:16px;padding:0;}.ui-btn-inline{display:inline-block;vertical-align:middle;margin-right:.625em;}.ui-btn-icon-left{padding-left:2.5em;}.ui-btn-icon-right{padding-right:2.5em;}.ui-btn-icon-top{padding-top:2.5em;}.ui-btn-icon-bottom{padding-bottom:2.5em;}.ui-header .ui-btn-icon-top,.ui-footer .ui-btn-icon-top,.ui-header .ui-btn-icon-bottom,.ui-footer .ui-btn-icon-bottom{padding-left:.3125em;padding-right:.3125em;}.ui-btn-icon-left:after,.ui-btn-icon-right:after,.ui-btn-icon-top:after,.ui-btn-icon-bottom:after,.ui-btn-icon-notext:after{content:"";position:absolute;display:block;width:22px;height:22px;}.ui-btn-icon-notext:after,.ui-btn-icon-left:after,.ui-btn-icon-right:after{top:50%;margin-top:-11px;}.ui-btn-icon-left:after{left:.5625em;}.ui-btn-icon-right:after{right:.5625em;}.ui-mini.ui-btn-icon-left:after,.ui-mini .ui-btn-icon-left:after,.ui-header .ui-btn-icon-left:after,.ui-footer .ui-btn-icon-left:after{left:.37em;}.ui-mini.ui-btn-icon-right:after,.ui-mini .ui-btn-icon-right:after,.ui-header .ui-btn-icon-right:after,.ui-footer .ui-btn-icon-right:after{right:.37em;}.ui-btn-icon-notext:after,.ui-btn-icon-top:after,.ui-btn-icon-bottom:after{left:50%;margin-left:-11px;}.ui-btn-icon-top:after{top:.5625em;}.ui-btn-icon-bottom:after{top:auto;bottom:.5625em;}.ui-header .ui-btn-left,.ui-header .ui-btn-right,.ui-btn-left > [class*="ui-"],.ui-btn-right > [class*="ui-"]{margin:0;}.ui-btn-left,.ui-btn-right{position:absolute;top:.24em;}.ui-btn-left{left:.4em;}.ui-btn-right{right:.4em;}.ui-btn-icon-notext.ui-btn-left{top:.3125em;left:.3125em;}.ui-btn-icon-notext.ui-btn-right{top:.3125em;right:.3125em;}button.ui-btn,.ui-controlgroup-controls button.ui-btn-icon-notext{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;width:100%;}button.ui-btn-inline,.ui-header button.ui-btn,.ui-footer button.ui-btn{width:auto;}button.ui-btn::-moz-focus-inner{border:0;}button.ui-btn-icon-notext,.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:1.75em;}.ui-mobile label,.ui-controlgroup-label{display:block;margin:0 0 .4em;}.ui-hide-label > label,.ui-hide-label .ui-controlgroup-label,.ui-hide-label .ui-rangeslider label,.ui-hidden-accessible{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);}.ui-screen-hidden{display:none !important;}.ui-mobile-viewport-transitioning,.ui-mobile-viewport-transitioning .ui-page{width:100%;height:100%;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ui-page-pre-in{opacity:0;}.in{-webkit-animation-timing-function:ease-out;-webkit-animation-duration:350ms;-moz-animation-timing-function:ease-out;-moz-animation-duration:350ms;animation-timing-function:ease-out;animation-duration:350ms;}.out{-webkit-animation-timing-function:ease-in;-webkit-animation-duration:225ms;-moz-animation-timing-function:ease-in;-moz-animation-duration:225ms;animation-timing-function:ease-in;animation-duration:225ms;}@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fadeout{from{opacity:1;}to{opacity:0;}}@-moz-keyframes fadeout{from{opacity:1;}to{opacity:0;}}@keyframes fadeout{from{opacity:1;}to{opacity:0;}}.fade.out{opacity:0;-webkit-animation-duration:125ms;-webkit-animation-name:fadeout;-moz-animation-duration:125ms;-moz-animation-name:fadeout;animation-duration:125ms;animation-name:fadeout;}.fade.in{opacity:1;-webkit-animation-duration:225ms;-webkit-animation-name:fadein;-moz-animation-duration:225ms;-moz-animation-name:fadein;animation-duration:225ms;animation-name:fadein;}.ui-flipswitch{display:inline-block;vertical-align:middle;width:5.875em;height:1.875em;border-width:1px;border-style:solid;margin:.5em 0;overflow:hidden;-webkit-transition-property:padding,width,background-color,color,border-color;-moz-transition-property:padding,width,background-color,color,border-color;-o-transition-property:padding,width,background-color,color,border-color;transition-property:padding,width,background-color,color,border-color;-webkit-transition-duration:100ms;-moz-transition-duration:100ms;-o-transition-duration:100ms;transition-duration:100ms;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;}.ui-flipswitch.ui-flipswitch-active{padding-left:4em;width:1.875em;}.ui-flipswitch-input{position:absolute;height:1px;width:1px;margin:-1px;overflow:hidden;clip:rect(1px,1px,1px,1px);border:0;outline:0;filter:Alpha(Opacity=0);opacity:0;}.ui-flipswitch .ui-btn.ui-flipswitch-on,.ui-flipswitch .ui-flipswitch-off{float:left;height:1.75em;margin:.0625em;line-height:1.65em;}.ui-flipswitch .ui-btn.ui-flipswitch-on{width:1.75em;padding:0;text-indent:-2.6em;text-align:left;border-width:1px;border-style:solid;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:inherit;overflow:visible;color:inherit;text-shadow:inherit;}.ui-flipswitch .ui-flipswitch-off{padding:1px;text-indent:1em;}html .ui-field-contain > label + .ui-flipswitch,html .ui-popup .ui-field-contain > label + .ui-flipswitch{display:inline-block;width:5.875em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.ui-field-contain .ui-flipswitch.ui-flipswitch-active,.ui-popup .ui-field-contain .ui-flipswitch.ui-flipswitch-active{width:1.875em;}
/*!
 * Cropper v1.0.0-rc.1
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2015 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2015-09-05T04:29:22.355Z
 */

.cropper-container {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  direction: ltr !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%; 
  min-height: 0 !important;
  max-height: none !important;

  image-orientation: 0deg !important;
}

.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-drag-box {
  background-color: #fff;
  filter: alpha(opacity=0); 
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  filter: alpha(opacity=50); 
  opacity: .5;
}

.cropper-view-box {
  display: block;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  outline: 1px solid #69f;
  outline-color: rgba(102, 153, 255, .75);
}

.cropper-dashed {
  position: absolute;
  display: block;
  filter: alpha(opacity=50); 
  border: 0 dashed #eee;
  opacity: .5;
}
.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%; 
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%; 
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  filter: alpha(opacity=75); 
  opacity: .75;
}
.cropper-center:before,
  .cropper-center:after {
  position: absolute;
  display: block;
  content: " "; 
  background-color: #eee;
}
.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}
.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=10); 
  opacity: .1;
}

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}

.cropper-line {
  background-color: #69f;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #69f;
  filter: alpha(opacity=75); 
  opacity: .75;
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  filter: alpha(opacity=100); 
  opacity: 1;
}
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  background-color: #69f;
  filter: alpha(opacity=0); 
  opacity: 0;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    filter: alpha(opacity=75); 
    opacity: .75;
  }
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-invisible {
  filter: alpha(opacity=0); 
  opacity: 0;
}

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/* BASICS */


.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  font-size:13px;
}
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
}
.CodeMirror.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
@-moz-keyframes blink {
  0% { background: #7e7; }
  50% { background: none; }
  100% { background: #7e7; }
}
@-webkit-keyframes blink {
  0% { background: #7e7; }
  50% { background: none; }
  100% { background: #7e7; }
}
@keyframes blink {
  0% { background: #7e7; }
  50% { background: none; }
  100% { background: #7e7; }
}

/* Can style cursor different in overwrite (non-insert) mode */
div.CodeMirror-overwrite div.CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: white;
  color: black;
}

.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  padding-bottom: 30px;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom:1;
  *display:inline;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  height: 100%;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre { position: static; }

.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  border-right: none;
  width: 0;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

.CodeMirror-fullscreen {
  position: fixed;
  top: 46px; left: 0; right: 0; bottom: 0;
  height: auto;
  z-index: 9;
}
/* -----------------------------------
 * Slidebars
 * Version 0.10.2
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */


html, body, #sb-site, .sb-site-container, .sb-slidebar {
	/* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	width: 100%;
	overflow-x: hidden; /* Stops horizontal scrolling. */
}

html {
	height: 100%; /* Site is as tall as device. */
}

body {
	min-height: 100%;
	height: auto;
	position: relative; /* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden;
}

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
	/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	//background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	height: 100%;
	overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
	position: fixed;
	top: 0;
	z-index: 0; /* Slidebars sit behind sb-site. */
	display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	background-color: #222222; /* Default Slidebars background colour, overwrite this with your own css. */
	-webkit-transform: translate(0px); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
	left: 0; /* Set Slidebar to the left. */
}

.sb-right {
	right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
	display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
	z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
	.sb-slidebar {
		width: 30%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}

@media (max-width: 480px) { /* Slidebar widths on extra small screens. */
	.sb-slidebar {
		width: 70%;
	}
	
	.sb-width-thin {
		width: 55%;
	}
	
	.sb-width-wide {
		width: 85%;
	}
}

@media (min-width: 481px) { /* Slidebar widths on small screens. */
	.sb-slidebar {
		width: 55%;
	}
	
	.sb-width-thin {
		width: 40%;
	}
	
	.sb-width-wide {
		width: 70%;
	}
}

@media (min-width: 768px) { /* Slidebar widths on medium screens. */
	.sb-slidebar {
		width: 40%;
	}
	
	.sb-width-thin {
		width: 25%;
	}
	
	.sb-width-wide {
		width: 55%;
	}
}

@media (min-width: 992px) { /* Slidebar widths on large screens. */
	.sb-slidebar {
		width: 30%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}
}

@media (min-width: 1200px) { /* Slidebar widths on extra large screens. */
	.sb-slidebar {
		width: 20%;
	}
	
	.sb-width-thin {
		width: 5%;
	}
	
	.sb-width-wide {
		width: 35%;
	}
}

/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition: -moz-transform 400ms ease;
	     -o-transition: -o-transform 400ms ease;
	        transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
 
.sb-hide { 
	display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */

.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url('https://d2qbf73089ujv4.cloudfront.net/uploads/remote_files/13666-whTmkoXAQUk5IVkh5MqinGDx/fotorama.png') no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/13667-yIROZtwPDEmeMx2V7iDuKyo2/fotorama_2x.png') 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}html,body{padding:0px;margin:0px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;background-color:white;font-size:16px;font-weight:400;line-height:1.45;color:#4a4a4a}@media screen and (max-width: 768px){html,body{font-size:15px}}@media screen and (max-width: 500px){html,body{font-size:14px}}.fotorama__video-play{opacity:.8 !important}.fotorama__video-play:hover{opacity:1 !important}#__lpform_full_name{display:none}#__lpform_email_numspan{display:none}#__lpform_email{display:none}#__lpform_password_numspan{display:none}#__lpform_password{display:none}@font-face{font-family:'AcrosstheRoad';src:url("https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/14269-ZpAUtbpGfNtl3iF3SfDjGvQe/AcrosstheRoad.ttf") format("truetype");font-weight:normal;font-style:normal}.wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.sticky_footer{-webkit-box-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-flex:1 0 auto}.video-responsive{overflow:hidden;padding-bottom:42.8%;position:relative;height:0}.video-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute}.design_v4 .divider_200{width:200px;margin-left:auto;margin-right:auto;height:4px;background:#e2f1f9;margin-top:95px;margin-bottom:95px}.design_v4 .fuck-floats{clear:both}.design_v4 p{margin-top:1.2em;line-height:1.5em}.design_v4 p:first-child{margin-top:0px}.design_v4 i,.design_v4 em{font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic}.design_v4 .underline{text-decoration:underline}.design_v4 q,.design_v4 blockquote{font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic;margin-top:10px;margin-bottom:10px;padding-left:20px;border-left:3px solid #0073b5}.design_v4 h1,.design_v4 h2,.design_v4 h3,.design_v4 h4{margin:0px;line-height:1.3em;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;margin-top:10px;margin-bottom:10px}.design_v4 a h1,.design_v4 a h2,.design_v4 a h3,.design_v4 a h4{color:#4a4a4a !important}.design_v4 a h1:hover,.design_v4 a h2:hover,.design_v4 a h3:hover,.design_v4 a h4:hover{color:#0277bd !important}.design_v4 h1{font-size:3.157em;font-weight:600}@media screen and (max-width: 768px){.design_v4 h1{font-size:2.52em;line-height:1.2em}}@media screen and (max-width: 500px){.design_v4 h1{font-size:1.89em;line-height:1.2em}}.design_v4 h2{font-size:2.369em;font-weight:600}@media screen and (max-width: 768px){.design_v4 h2{font-size:1.89em;line-height:1.2em}}@media screen and (max-width: 500px){.design_v4 h2{font-size:1.42em;line-height:1.2em}}.design_v4 h3{font-size:1.777em}@media screen and (max-width: 768px){.design_v4 h3{font-size:1.41em;line-height:1.2em}}@media screen and (max-width: 500px){.design_v4 h3{font-size:1.4em;line-height:1.2em}}.design_v4 h4{font-size:1.333em}@media screen and (max-width: 768px){.design_v4 h4{font-size:1.2em;line-height:1.4em}}@media screen and (max-width: 500px){.design_v4 h4{font-size:1.1em;line-height:1.3em}}.design_v4 small,.design_v4 .font_small{font-size:0.75em}.design_v4 .reading{font-family:"Archer SSm A","Archer SSm B",serif;font-weight:500;line-height:1.7em !important}.design_v4 .reading p{line-height:1.7em !important}.design_v4 .reading b,.design_v4 .reading strong,.design_v4 .reading .strong,.design_v4 .reading .bold{font-weight:bold}.design_v4 ul.blank{margin-left:0px;margin-top:0px}.design_v4 ul.blank li{text-indent:0px;margin-bottom:0px}.design_v4 ul.blank li:before{content:"";position:relative;left:0px}.design_v4 ul.float li{float:left;margin-left:7px;margin-right:7px}.design_v4 ul{margin-left:10px;margin-top:1.2em}.design_v4 ul li{text-indent:-5px;margin-bottom:1em}.design_v4 ul li:before{content:"-";position:relative;left:-5px}.design_v4 li.no-dash{text-indent:0px !important}.design_v4 li.no-dash:before{content:" " !important;position:relative;left:0px}.design_v4 a.bold_dark,.design_v4 a.name{font-weight:700;color:#4a4a4a}.design_v4 a.bold_dark:hover,.design_v4 a.name:hover{color:#0277bd}.design_v4 span.bold_dark,.design_v4 span.name{font-weight:bold;color:#4a4a4a}.design_v4 a.blend_in{color:#4a4a4a}.design_v4 a.blend_in:hover{color:#0277bd}.design_v4 a.highlight{color:#1ad1a3 !important}.design_v4 a.highlight:hover{color:#0277bd !important}.design_v4 a.soft{color:#777}.design_v4 a.soft:hover{color:#424242 !important;text-decoration:underline}.design_v4 a.subtle{color:#a0a0a0;font-weight:300;cursor:pointer}.design_v4 a.subtle:hover{color:#0277bd}.design_v4 a.underlined{color:inherit;text-decoration:underline}.design_v4 a.underlined:hover{color:#0277bd}.design_v4 .light{font-weight:300}.design_v4 .normal{font-weight:400}.design_v4 .medium{font-weight:500}.design_v4 .bold{font-weight:700}.design_v4 .dim{color:rgba(74,74,74,0.75)}.design_v4 .dimmer{color:rgba(74,74,74,0.5)}.design_v4 .highlight{color:#1ad1a3 !important}.design_v4 .pointer{cursor:pointer}.design_v4 .underline{text-decoration:underline}.design_v4 strong{font-weight:bold}.design_v4 area{outline:none !important}.design_v4 *:focus{outline:none}.design_v4 button{border-radius:3px;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;cursor:pointer;border:none;text-align:center;height:40px;font-size:16px;width:180px}.design_v4 button.primary{background:#1ad1a3;color:white;border:1px solid #1ad1a3}.design_v4 button.primary:hover{background:#53bf8b}.design_v4 button.primary:active{background:#377f5d}.design_v4 button.primary:disabled{opacity:0.2}.design_v4 button.secondary{background:white;color:#777;border:1px solid #ddd}.design_v4 button.secondary:hover{border:1px solid #ccc}.design_v4 button.secondary:active{background:#eee}.design_v4 button.secondary_active{background:#3F79BE;color:#fff;border:1px solid #386DAC}.design_v4 button.secondary_active:hover{border:1px solid #2F5E96}.design_v4 button.secondary_active:active{background:#11243A}.design_v4 button.soft_white{background:#fff;border:1px solid #e7e7e7;color:#9F9F9F;font-variant:small-caps;padding-bottom:10px;padding-top:8px;padding-left:20px;padding-right:20px;font-size:16px}.design_v4 button.soft_white:hover{background:#f2f2f2}.design_v4 button.soft_white:active{background:#ccc}.design_v4 button.softOnWhite{background:#fff;border:1px solid #e7e7e7;color:#9F9F9F;font-variant:small-caps}.design_v4 button.softOnWhite:hover{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23f2f2f2%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23f2f2f2%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);background-image:-moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);background-image:-o-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(1, #f2f2f2));background-image:-webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);background-image:linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);background-color:#f2f2f2}.design_v4 button.softOnWhite:active{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23eee%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23eee%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #eee 0%, #eee 100%);background-image:-moz-linear-gradient(top, #eee 0%, #eee 100%);background-image:-o-linear-gradient(top, #eee 0%, #eee 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #eee));background-image:-webkit-linear-gradient(top, #eee 0%, #eee 100%);background-image:linear-gradient(top, #eee 0%, #eee 100%);background-color:#eee}.design_v4 button.softOnGray{border:1px solid #e7e7e7;background:#FBFBFB;color:#1ad1a3;padding-bottom:4px;font-variant:small-caps}.design_v4 button.softOnGray:hover{background:#f9f9f9}.design_v4 button.softOnGray:active{background:#eee;box-shadow:0 0 2px 2px rgba(0,0,0,0.1) inset}.design_v4 button.medium{height:40px;font-size:16px;width:180px}.design_v4 button.large{height:60px;font-size:20px;width:345px}.design_v4 img.responsive{width:100%}.design_v4 .responsive-video{width:100%;max-width:640px}.design_v4 .responsive-video .video-js{padding-top:56.25%;max-width:640px}.design_v4 .responsive-video .vjs-fullscreen{padding-top:0px}.design_v4 header.blue{background:#0277bd;padding-top:50px;padding-bottom:50px;color:white}.design_v4 header.blue h1{font-weight:700;margin-top:0px;line-height:1em}.design_v4 header.blue h4{font-weight:200;line-height:1.5em;margin-top:10px}@media screen and (max-width: 500px){.design_v4 header.blue h4{font-size:15px}}.design_v4 .gray_panel{background:#f6f6f6;padding-top:60px;padding-bottom:60px}.design_v4 .dim_background{background:#fcfcfc}.design_v4 .panel_padding{padding-top:60px;padding-bottom:60px}.design_v4 .callout{background:#f6f6f6 !important;padding:20px;border-radius:3px}.design_v4 .callout-light{background:#fcfcfc !important;padding:20px;border-radius:3px}.design_v4 .callout-error{background:rgba(233,29,81,0.75) !important;color:#fff;padding:20px;border-radius:3px}.design_v4 .callout-alert{background:#f7ad37 !important;color:#fff;padding:20px;border-radius:3px}.design_v4 .callout-label{display:inline-block;padding:8px;border-radius:3px;background:#ffd795}.design_v4 .preload_hero_image{display:none}.design_v4 header.hero_image{color:white;background:#162630;height:500px;position:relative}@media screen and (min-height: 800px){.design_v4 header.hero_image{height:550px}}@media screen and (min-height: 790px){.design_v4 header.hero_image{height:650px}}@media screen and (max-width: 600px){.design_v4 header.hero_image{height:420px}}@media screen and (min-width: 1500px){.design_v4 header.hero_image{height:800px}}@media screen and (min-height: 850px){.design_v4 header.hero_image{height:650px}}.design_v4 header.hero_image .hero_cover_image{width:100%;opacity:0;height:500px;background-size:cover;background-position:center;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background-repeat:no-repeat;-webkit-transition:opacity 200ms ease-in-out;-moz-transition:opacity 200ms ease-in-out;-o-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out}@media screen and (min-height: 800px){.design_v4 header.hero_image .hero_cover_image{height:550px}}@media screen and (min-height: 790px){.design_v4 header.hero_image .hero_cover_image{height:650px}}@media screen and (max-width: 600px){.design_v4 header.hero_image .hero_cover_image{height:420px}}@media screen and (min-width: 1500px){.design_v4 header.hero_image .hero_cover_image{height:800px}}@media screen and (min-height: 850px){.design_v4 header.hero_image .hero_cover_image{height:650px}}.design_v4 header.hero_image .content{position:absolute;margin-top:-500px;width:100%}@media screen and (min-height: 800px){.design_v4 header.hero_image .content{margin-top:-550px;height:550px}}@media screen and (min-height: 790px){.design_v4 header.hero_image .content{margin-top:-650px;height:650px}}@media screen and (max-width: 600px){.design_v4 header.hero_image .content{margin-top:-420px;height:420px}}@media screen and (min-width: 1500px){.design_v4 header.hero_image .content{margin-top:-800px;height:800px}}@media screen and (min-height: 850px){.design_v4 header.hero_image .content{margin-top:-650px;height:650px}}.design_v4 header.hero_image .content .flexCenterContent{max-width:100%;width:100%;height:500px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}@media screen and (min-height: 800px){.design_v4 header.hero_image .content .flexCenterContent{height:550px}}@media screen and (min-height: 790px){.design_v4 header.hero_image .content .flexCenterContent{height:650px}}@media screen and (max-width: 600px){.design_v4 header.hero_image .content .flexCenterContent{height:420px;padding-top:25px}}@media screen and (min-width: 1500px){.design_v4 header.hero_image .content .flexCenterContent{height:800px}}@media screen and (min-height: 850px){.design_v4 header.hero_image .content .flexCenterContent{height:650px}}.design_v4 header.hero_image .content .flexCenterContent .wrap-chevrons{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin-top:-30px}@media screen and (max-width: 767px){.design_v4 header.hero_image .content .flexCenterContent .wrap-chevrons{display:none}}.design_v4 header.hero_image .content .flexCenterContent .fa-chevron-left{position:absolute;left:20px;font-size:2em;opacity:.7;cursor:pointer}.design_v4 header.hero_image .content .flexCenterContent .fa-chevron-left:hover{opacity:1}.design_v4 header.hero_image .content .flexCenterContent .fa-chevron-right{position:absolute;right:20px;font-size:2em;opacity:1;cursor:pointer;opacity:.7}.design_v4 header.hero_image .content .flexCenterContent .fa-chevron-right:hover{opacity:1}.design_v4 header.hero_image .content h1{font-weight:700;margin-top:0px;line-height:1.2em;margin-left:auto;margin-right:auto;max-width:610px}.design_v4 header.hero_image .content h4{font-size:1.3em;font-weight:200;line-height:1.5em;margin-top:10px;margin-left:auto;margin-right:auto;max-width:760px;padding-left:10px;padding-right:10px}@media screen and (max-width: 400px){.design_v4 header.hero_image .content h4{font-size:1em}}.design_v4 header.hero_image .slide{display:none}.design_v4 header.hero_image .cta{max-width:800px;text-align:center;margin-left:auto;margin-right:auto;min-width:280px;-webkit-transition:opacity 200ms ease-in-out;-moz-transition:opacity 200ms ease-in-out;-o-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out}.design_v4 header.hero_image .caption_text{-webkit-transition:opacity 200ms ease-in-out;-moz-transition:opacity 200ms ease-in-out;-o-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out}.design_v4 header.hero_image .caption{font-size:.7em;position:absolute;width:100%;text-align:center;padding-left:0px;padding-right:0px;bottom:20px;font-weight:100;color:rgab(255, 255, 255, 0.8)}.design_v4 header.hero_image .caption .fa-checkbox-blank-circle-outline{opacity:.7;cursor:pointer}.design_v4 header.hero_image .caption .fa-checkbox-blank-circle-outline:hover{opacity:1}.design_v4 header.hero_image .caption .fa-checkbox-blank-circle{color:#ffc800;opacity:1;cursor:default}.design_v4 header.hero_image .caption a{color:white;font-weight:400}@media screen and (max-width: 600px){.design_v4 header.hero_image .caption{display:none}}.design_v4 .tooltip_menu{padding:10px;padding-top:5px;padding-bottom:5px;line-height:2em}.design_v4 .tooltip_menu label{display:block;font-weight:bold}.design_v4 .tooltip_menu li{cursor:pointer !important}.design_v4 .popup-modal{position:relative;max-width:800px;margin-left:auto;margin-right:auto;min-height:200px}@media all and (min-width: 1000px){.design_v4 .popup-modal{width:80%}}.design_v4 .popup-modal .padding{position:relative;background:#fff;padding:40px;border-radius:3px;min-height:200px}@media screen and (max-width: 450px){.design_v4 .popup-modal .padding{padding:10px}}.design_v4 .popup-modal .padding .title{font-size:24px;color:#5C5C5C;line-height:1.2em;font-weight:bold}@media screen and (max-width: 450px){.design_v4 .popup-modal .padding .title{font-size:18px;line-height:18px}}.design_v4 .popup-modal .padding hr{height:2px;border:0px;background:#D2D2D2;margin-bottom:10px;margin-top:15px}.design_v4 .popup-modal .padding label:not(.raw-label){float:left;font-size:15px;color:#4A4A4A;line-height:18px;font-weight:500;width:125px;margin-top:11px}.design_v4 .popup-modal .padding input[type="text"]{float:left;padding-bottom:11px;margin-bottom:10px;line-height:21px}.design_v4 .popup-modal .padding .select{margin-bottom:10px}.design_v4 .popup-modal .padding .primary{margin-left:125px;width:153px}.design_v4 .popup-modal .padding .selectize-control{margin-bottom:-5px}.design_v4 .popup-modal .padding .selectize-control input[type="text"]{float:none}.design_v4 .flexbox-row-center{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center}.design_v4 .flexbox-row-leftalign{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap}.design_v4 .flexbox-row-spacearound{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:space-around;-webkit-justify-content:space-around}.design_v4 .flexbox-row-spacebetween{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between}.design_v4 .all-users .user{width:300px;margin-bottom:20px;margin-top:20px;margin-left:10px;margin-right:10px}@media screen and (max-width: 375px){.design_v4 .all-users .user{margin-left:0px;margin-right:0px}}.design_v4 .all-users .user .avatar{width:90px;height:90px;border-radius:50px;float:left}.design_v4 .all-users .user .content{float:left;margin-left:7px;width:200px;margin-top:4px}.design_v4 .all-users .user .content .name{font-weight:bold;color:#3E5563}.design_v4 .all-users .user .content .name:hover{color:#0277bd}.design_v4 .all-users .user .content .bio{color:#001D2F;margin-top:5px;font-size:12px !important;line-height:1.4em}.design_v4 .html-tabs{margin-top:7px}.design_v4 .html-tabs .tab{visibility:hidden;position:absolute}.design_v4 .html-tabs label{margin-right:15px;width:auto;cursor:pointer}@media screen and (max-width: 399px){.design_v4 .html-tabs label{margin-right:11px}}.design_v4 .html-tabs label:last-child{margin-right:0px}.design_v4 .html-tabs .tab:hover+label{color:#0277bd}.design_v4 .html-tabs .tab:checked+label{font-weight:bold;z-index:6;border-bottom:3px solid #1ad1a3}.design_v4 .html-tabs .layer{margin-top:10px;display:none}.design_v4 .html-tabs hr{margin-top:2px !important;margin-bottom:10px !important}.design_v4 .html-tabs input#tab-1:checked ~ #layer-1,.design_v4 .html-tabs input#tab-2:checked ~ #layer-2,.design_v4 .html-tabs input#tab-3:checked ~ #layer-3,.design_v4 .html-tabs input#tab-4:checked ~ #layer-4,.design_v4 .html-tabs input#tab-5:checked ~ #layer-5,.design_v4 .html-tabs input#tab-6:checked ~ #layer-6,.design_v4 .html-tabs input#tab-7:checked ~ #layer-7,.design_v4 .html-tabs input#tab-8:checked ~ #layer-8,.design_v4 .html-tabs input#tab-9:checked ~ #layer-9,.design_v4 .html-tabs input#tab-10:checked ~ #layer-10{display:block}.design_v4 .html-tabs .tab[tab="1"]:checked ~ .layer[tab="1"],.design_v4 .html-tabs .tab[tab="2"]:checked ~ .layer[tab="2"],.design_v4 .html-tabs .tab[tab="3"]:checked ~ .layer[tab="3"],.design_v4 .html-tabs .tab[tab="4"]:checked ~ .layer[tab="4"],.design_v4 .html-tabs .tab[tab="5"]:checked ~ .layer[tab="5"],.design_v4 .html-tabs .tab[tab="6"]:checked ~ .layer[tab="6"],.design_v4 .html-tabs .tab[tab="7"]:checked ~ .layer[tab="7"],.design_v4 .html-tabs .tab[tab="8"]:checked ~ .layer[tab="8"],.design_v4 .html-tabs .tab[tab="9"]:checked ~ .layer[tab="9"],.design_v4 .html-tabs .tab[tab="10"]:checked ~ .layer[tab="10"]{display:block}.design_v4 .html-tabs .tab.visible{visibility:visible !important}.design_v4 .round_avatar{border-radius:50%;border:1px solid #f1f1f1}.design_v4 .round_avatar.size_90px{width:90px;height:90px}.design_v4 .round_avatar.size_120px{width:120px;height:120px}.design_v4 .round_avatar.size_75px{width:75px;height:75px}.design_v4 input[type="text"],.design_v4 input[type="email"],.design_v4 input[type="password"],.design_v4 input[type="tel"],.design_v4 input[type="url"],.design_v4 input[type="number"]{-webkit-appearance:none;width:245px;padding:10px;padding-top:13px;padding-bottom:13px;background:#fff;border:2px solid rgba(2,119,189,0.1);border-radius:3px;color:#4a4a4a}.design_v4 input[type="text"]:focus,.design_v4 input[type="email"]:focus,.design_v4 input[type="password"]:focus,.design_v4 input[type="tel"]:focus,.design_v4 input[type="url"]:focus,.design_v4 input[type="number"]:focus{background:#FCFCFC;border:2px solid rgba(2,119,189,0.15)}.design_v4 input.subtle_box{border:0px;padding:4px;border:1px solid rgba(39,39,39,0.1);border-radius:0px}.design_v4 input.subtle_box:focus{background:#FCFCFC !important}.design_v4 input.single_line{border:0px;padding:4px;padding-top:5px;padding-bottom:3px;border-bottom:1px solid #ccc;border-radius:0px}.design_v4 input.single_line:focus{background:rgba(39,39,39,0.01) !important}.design_v4 label.error{color:rgba(233,29,81,0.75);font-size:.75em;display:block}.design_v4 input.error,.design_v4 textarea.error{border:2px solid rgba(233,29,81,0.75) !important}.design_v4 input.less_padding{padding:5px}.design_v4 textarea{-webkit-appearance:none;border:2px solid rgba(2,119,189,0.1);padding:10px;resize:none;border-radius:3px;font-size:14px;line-height:1.5em}.design_v4 textarea:focus{background:#FCFCFC !important;border:2px solid rgba(2,119,189,0.15)}.design_v4 .invisible-redactor .redactor-editor{border:0px;padding:0px;font-size:16px}.design_v4 .invisible-redactor .redactor-editor:focus{background:white !important}.design_v4 .reading .redactor-editor{font-family:"Archer SSm A","Archer SSm B",serif}.design_v4 .redactor-box{margin-bottom:0px}.design_v4 .redactor-editor{-webkit-appearance:none;border:2px solid rgba(2,119,189,0.1);padding:10px;resize:none;border-radius:3px;line-height:1.5em;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.design_v4 .redactor-editor:focus{background:rgba(39,39,39,0.01) !important;border:2px solid rgba(2,119,189,0.15)}.design_v4 .redactor-editor p:first-child{margin-top:0px}.design_v4 .redactor-placeholder:after{top:auto;left:auto;color:#A9A9A9 !important}.design_v4 #__lpform_invite_name_icon{display:none}.design_v4 .flexCenterContent{max-width:1002px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;min-width:300px}@media screen and (max-width: 500px){.design_v4 .flexCenterContent{padding-left:10px;padding-right:10px}}.design_v4 .center-1280{max-width:1280px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;min-width:300px}@media screen and (max-width: 500px){.design_v4 .center-1280{padding-left:10px;padding-right:10px}}.design_v4 .flexCenterContent_noPadding{max-width:1041px;padding-left:0px;padding-right:0px;margin-left:auto;margin-right:auto;min-width:320px}.design_v4 .fixedCenterContent{width:1002px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}.design_v4 .centerReadingContent{max-width:740px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;min-width:300px}@media screen and (max-width: 500px){.design_v4 .centerReadingContent{padding-left:10px;padding-right:10px;font-size:14px}}.design_v4 .rightReadingContent{max-width:740px;float:right;padding-left:0px;padding-right:0px;min-width:280px}.design_v4 .menu_wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 768px){.design_v4 .menu_wrapper{display:block}}.design_v4 .menu_wrapper .menu{float:left;-webkit-box-flex:0 0 200px;-moz-box-flex:0 0 200px;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;line-height:2em;font-weight:600}@media screen and (max-width: 768px){.design_v4 .menu_wrapper .menu{margin-left:auto;margin-right:auto;width:100%;text-align:center;padding-bottom:50px}}.design_v4 .menu_wrapper .menu .active{font-weight:bold}.design_v4 .menu_wrapper .menu .active:hover{color:#4a4a4a !important}.design_v4 .menu_wrapper .menu a{color:#4a4a4a;font-weight:400}.design_v4 .menu_wrapper .menu a:hover{color:#0277bd}.design_v4 .menu_wrapper .menu .circle{height:11px;width:11px;border-radius:6px;background:#4a4a4a;display:inline-block;margin-right:5px}.design_v4 .menu_wrapper .menu .circle_done{background:#1ad1a3}.design_v4 .menu_wrapper .menu .circle_undone{background:#f56c7d}.design_v4 .menu_wrapper .content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;float:left;margin-bottom:80px}@media screen and (max-width: 768px){.design_v4 .menu_wrapper .content{margin-left:auto !important;margin-right:auto;float:none;width:300px}}.design_v4 .menu_wrapper .top_title_padding{padding-top:50px;margin-left:50px}.design_v4 .clearfix,.design_v4 .clearfix,.design_v4 fuck-floats{clear:both}.design_v4 .flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 500px){.design_v4 .hide-mobile{display:none}}@media screen and (max-width: 768px){.design_v4 .hide-ipad{display:none}}.design_v4 .show-ipad{display:none}@media screen and (max-width: 768px){.design_v4 .show-ipad{display:block}}.design_v4 .show-ipad-inline{display:none}@media screen and (max-width: 768px){.design_v4 .show-ipad-inline{display:inline-block}}@media screen and (max-width: 1000px){.design_v4 .hide-web{display:none}}.design_v4 .show-web{display:none}@media screen and (max-width: 1000px){.design_v4 .show-web{display:block}}.design_v4 .show-mobile{display:none}@media screen and (max-width: 500px){.design_v4 .show-mobile{display:block}}.design_v4 .show-web-inline{display:none}@media screen and (max-width: 1000px){.design_v4 .show-web-inline{display:inline-block}}@media screen and (max-width: 1002px){.design_v4 .hide-after-desktop{display:none}}.design_v4 .kern{text-rendering:optimizeLegibility;font-feature-settings:"kern";font-kerning:normal;-webkit-font-feature-settings:"kern";-moz-font-feature-settings:"kern";-moz-font-feature-settings:"kern=1"}.design_v4 .whistlestop-banner{background-color:#ffc800;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;color:rgba(1,1,1,0.65);padding:10px}.design_v4 .whistlestop-banner .whistlestop-link{border-bottom:2px solid rgba(1,1,1,0.5);padding-bottom:2px}.design_v4 .whistlestop-banner .whistlestop-link:hover{border-bottom:2px solid #010101}.design_v4 .whistlestop-banner span{text-align:center;font-weight:700}.design_v4 .whistlestop-banner a{color:rgba(1,1,1,0.65)}.design_v4 .whistlestop-banner a:hover{color:#010101}.design_v4 .whistlestop-banner span.fa.fa-close{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin-left:5%;width:45px;height:45px;text-align:center;font-weight:700;align-content:center;align-items:center}@media screen and (max-width: 810px){.design_v4 .whistlestop-banner span{text-align:left}}.design_v4 .topNoticeBar{text-align:Center;background:#f1c40f;padding:20px;font-size:18px;line-height:26px;color:rgba(255,255,255,0.8);background-color:#ff8009;border-bottom:1px solid rgba(255,255,255,0.2)}.design_v4 .topNoticeBar strong{color:rgba(255,255,255,0.9)}.design_v4 .topNoticeBar .fa-chevron-circle-right{font-size:36px;position:absolute;margin-top:-3px;margin-left:10px}.design_v4 .topNoticeBar:hover{background-color:rgba(255,128,9,0.9);color:#fff}.design_v4 .topNoticeBar:hover strong{color:#fff}.design_v4 .topNoticeBar:hover .fakeLink{color:#1b2c37}.design_v4 .topNoticeBar:active{background-color:#AB5403}.design_v4 .flash{text-align:center;padding:20px;font-size:18px;line-height:26px;color:#fff;font-weight:bold;border-bottom:1px solid rgba(255,255,255,0.2)}.design_v4 .flash .fa-minus-circle{font-size:36px;margin-top:-3px;position:absolute;right:10px;color:rgba(255,255,255,0.7);cursor:pointer}.design_v4 .flash .fa-minus-circle:hover{color:#fff}.design_v4 .flash.notice,.design_v4 .flash.info{background-color:#f39c12}.design_v4 .flash.error{background-color:#c0392b}.design_v4 .flash.alert,.design_v4 .flash.warning{background-color:#c0392b}.design_v4 .flash.success{background-color:#27ae60}.design_v4 .searchUnderPhoto{padding-top:50px !important}.design_v4 .searchContent{background:#333;height:0px;padding-top:1px;display:none;width:100%;overflow:hidden}.design_v4 .searchContent .searchActive{background:rgba(255,255,255,0.1)}.design_v4 .searchContent .fa-chevron-right{font-size:22px;cursor:pointer;color:#999;line-height:145px}.design_v4 .searchContent .fa-chevron-right:hover{color:#fff}.design_v4 .searchContent .searchItem{float:left;padding-top:8px;width:145px;text-align:center;padding-left:8px;padding-right:8px;cursor:pointer;height:180px}.design_v4 .searchContent .searchItem:hover{background:rgba(255,255,255,0.1)}.design_v4 .searchContent .searchItem .searchResultsName{margin-top:8px;color:#fff;font-weight:bold;line-height:15px;font-size:13px}.design_v4 .searchContent .searchItem .searchResultsName em{color:#FC8F04;font-style:normal}.design_v4 .searchContent .searchItem .blankSearchIcon{background:#111;color:#ccc;line-height:85px;font-size:18px;font-variant:small-caps;margin-left:auto;margin-right:auto}.design_v4 .searchContent .searchItem .searchResultsTag{margin-top:4px;line-height:15px;color:#999;font-size:11px}.design_v4 .searchContent .searchItem .searchPhotoIcon{height:90px;width:90px;margin-bottom:0px;padding-bottom:0px}.design_v4 .overPhoto{color:#fff !important;position:absolute !important;z-index:1;border-bottom:none !important;background-color:transparent !important;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3Argba%280%2C0%2C0%2C0.6%29%3B%20stop-opacity%3A0.6%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3Argba%280%2C0%2C0%2C0%29%3Bstop-opacity%3A0%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);background-image:-moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);background-image:-o-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.6)), color-stop(1, rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);background-image:linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);background-color:transparent}.design_v4 .overPhoto a{color:white !important}.design_v4 .overPhoto a:hover{color:rgba(255,255,255,0.9) !important}.design_v4 .overPhoto .wf-error-text{color:white}.design_v4 .overPhoto .raise-funds2{color:White !important}.design_v4 .overPhoto .fa-menu{color:white !important}.design_v4 .overPhoto .searchContainer{border:0px !important;color:#828587;display:block;height:50%;padding:9px 0px 10px 40px;position:relative;overflow:hidden;opacity:.5;-webkit-order:2;order:2;-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.design_v4 .overPhoto input.search{font-weight:400;color:white;float:left;border:0px solid #FFF;background:transparent none repeat scroll 0% 0%;color:#424242;border-radius:3px;width:95%;padding:10px;margin:2px 0px 5px 30px;-webkit-order:2;order:2}.design_v4 .overPhoto input[type=search]{color:#fff !important}.design_v4 .overPhoto .fa-search{-webkit-order:1;order:1;position:absolute;color:white !important;margin-left:0px;margin-top:22px;font-size:16px;cursor:text}.design_v4 .overPhoto .clearSearch{color:#ccc !important}.design_v4 .overPhoto .clearSearch:hover{color:#fff !important}.design_v4 .overPhoto .logo{background:url("https://d2qbf73089ujv4.cloudfront.net/uploads/remote_files/12768-UjUAI2EojA9B9TwxTO6qiiZH/wefunder_logo_text_white.png") !important;opacity:.9}.design_v4 .overPhoto .user_name{color:#fff !important}.design_v4 .overPhoto .avatar{border:2px solid #fff !important;height:28px !important;width:28px !important}.design_v4 .topNav{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;min-width:320px;width:100%;border-bottom:1px solid #F1F1F1;font-size:14px;background-color:#fff;height:60px;position:relative;z-index:10;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.design_v4 .topNav .fa-menu{display:none}@media screen and (max-width: 700px){.design_v4 .topNav .fa-menu{display:block;font-size:32px;position:absolute;margin-top:14px;margin-left:10px;color:#1b2c37;cursor:pointer}.design_v4 .topNav .fa-menu:hover{color:#666}}.design_v4 .topNav .logo{background:url("https://d2qbf73089ujv4.cloudfront.net/uploads/remote_files/12766-djZIdwNohMSE92vbIfz5DNOX/wefunder_text_logo_v5.png");background-size:125px 30px !important;height:30px;width:125px;border:0px;float:left;margin-top:4px;margin-left:10px;cursor:pointer;margin-right:4px}@media screen and (max-width: 700px){.design_v4 .topNav .logo{margin-left:0px;margin-right:0px;margin-top:4px;text-align:center;display:inline-block;float:none}}.design_v4 .topNav .logo:hover{opacity:.9}.design_v4 .topNav .top_links a{line-height:44px;color:#424242;font-weight:500 !important}.design_v4 .topNav .top_links a:hover{color:#000}@media screen and (max-width: 1000px){.design_v4 .topNav .top_links .top-alert{display:none}}.design_v4 .topNav .top_links .refer{margin-right:20px !important}.design_v4 .topNav .avatar{border-radius:18px;height:32px;width:32px;margin-top:6px;margin-right:6px;float:left}.design_v4 .topNav .searchContainer{border-left:1px solid rgba(226,226,226,0.5);color:#828587;display:block;height:60px;padding:0px 0px 0px 20px;position:relative;overflow:hidden;-webkit-order:2;order:2;-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 700px){.design_v4 .topNav .searchContainer{display:none}}.design_v4 .topNav input[type=search]{color:#4A4A4A}.design_v4 .topNav .fa-search{-webkit-order:1;order:1;position:absolute;color:#ccc;margin-left:0px;margin-top:22px;font-size:16px;cursor:text}.design_v4 .topNav .clearSearch{cursor:pointer;color:#ccc;position:absolute;font-size:14px;display:none;left:279px;margin-top:-29px}@media screen and (max-width: 800px){.design_v4 .topNav .clearSearch{display:none}}.design_v4 .topNav .clearSearch:hover{color:#aaa}.design_v4 .topNav input.search{float:left;border:0px solid #FFF;background:transparent none repeat scroll 0% 0%;color:#424242;border-radius:3px;width:95%;padding:10px;margin:9px 0px 10px 10px;-webkit-order:2;order:2;-webkit-appearance:none}.design_v4 .topNav input.search::-webkit-input-placeholder{color:#aaa;font-weight:normal;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.design_v4 .topNav input.search:-moz-placeholder{color:#aaa;font-weight:normal;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.design_v4 .topNav input.search::-moz-placeholder{color:#aaa;font-weight:normal;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.design_v4 .topNav input.search:-ms-input-placeholder{color:#aaa;font-weight:normal;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.design_v4 .topNav .leftContainer{-webkit-order:1;order:1;width:455px;padding:10px;padding-top:8px;flex:none;width:375px;padding-right:0px}@media screen and (max-width: 700px){.design_v4 .topNav .leftContainer{flex:1;text-align:center}}.design_v4 .topNav .rightContainer{-webkit-order:3;order:3;padding:8px 0px}.design_v4 .topNav .rightContainer .notifications{line-height:normal}.design_v4 .topNav .rightContainer .raise-funds2{float:left;line-height:44px;margin-right:10px;color:#4a4a4a}@media screen and (max-width: 700px){.design_v4 .topNav .rightContainer .raise-funds2{display:none}}.design_v4 .topNav .rightContainer .wf-error-text{font-size:12px;font-weight:700;float:left;line-height:44px;margin-right:8px}@media screen and (max-width: 1000px){.design_v4 .topNav .rightContainer .wf-error-text{display:none}}@media screen and (max-width: 750px){.design_v4 .topNav .rightContainer .hide-after-ipad{display:none}}.design_v4 .topNav .rightContainer .wf-alert{float:left;margin-right:8px;cursor:#fff !important}@media screen and (max-width: 390px){.design_v4 .topNav .rightContainer .wf-alert{padding-right:5px;padding-right:5px}}.design_v4 .topNav .rightContainer .wf-alert:hover{cursor:#fff !important}@media screen and (max-width: 1000px){.design_v4 .topNav .rightContainer .top-alert{display:none}}.design_v4 .topNav .top_links{float:left;margin-left:20px;font-weight:600}.design_v4 .topNav .top_links li{margin-right:20px;line-height:44px}@media screen and (max-width: 700px){.design_v4 .topNav .top_links{display:none}}@media screen and (max-width: 700px){.design_v4 .topNav .raise_funds{display:none}}@media screen and (max-width: 750px){.design_v4 .topNav .user_name{display:none}}@media screen and (max-width: 700px){.design_v4 .topNav .login_hide_mobile{display:none}}@media screen and (max-width: 600px){.design_v4 .topNav .user_nav .fa-caret-down{display:none}}@media screen and (max-width: 600px){.design_v4 .topNav .user_nav .fa-caret-up{display:none}}.design_v4 .topNav .dropdown{line-height:44px;cursor:pointer;float:left;margin-right:15px}@media screen and (max-width: 700px){.design_v4 .topNav .dropdown{margin-right:0px}}.design_v4 .topNav .dropdown .fa-caret-down,.design_v4 .topNav .dropdown .fa-caret-up{color:#ccc}.design_v4 .topNav .dropdown:hover{color:#000}.design_v4 .topNav .notifications{float:left}@media screen and (max-width: 600px){.design_v4 .topNav .notifications{display:none}}.design_v4 .topNav .notifications .jewel{position:relative;font-size:37px;margin:3px 8px;color:#E2E2E2}.design_v4 .topNav .notifications .jewel .badge{position:absolute;top:0;right:-15px;height:20px;width:20px;font-size:12px;line-height:19px;text-align:center;border-radius:50%;margin-right:7px;font-weight:700;background-color:rgba(255,82,82,0.95);color:#f3f3f3}.design_v4 .topNav .notifications.unread .jewel{color:#4A4A4A}.design_v4 .preload{display:none}.design_v4 .funding_progress_container{background:#eee;border-radius:12px}.design_v4 .funding_progress_container .total_progress_past{height:12px;border-top-left-radius:12px;border-bottom-left-radius:12px;background:#489F75;float:left;cursor:pointer}.design_v4 .funding_progress_container .total_progress{height:12px;border-radius:12px;background:#1ad1a3;float:left;cursor:pointer}.design_v4 .funding_progress_container .past_active{border-radius:0px;border-top-right-radius:12px;border-bottom-right-radius:12px}.design_v4 .footer{position:relative;background:#1b2c37;padding-top:40px;min-width:320px;min-height:290px;z-index:1;line-height:2.6em;font-size:13px}@media screen and (max-width: 720px){.design_v4 .footer{font-size:13px;padding-top:30px}}@media screen and (max-width: 720px){.design_v4 .footer .flexCenterContent{padding-left:0px;padding-right:0px}}.design_v4 .footer .logo_container{float:left;width:20%}@media screen and (max-width: 940px){.design_v4 .footer .logo_container{width:15%}}@media screen and (max-width: 720px){.design_v4 .footer .logo_container{float:none;width:100%;text-align:center}}.design_v4 .footer .logo{height:90px;float:left;width:90px;margin-left:5px;border-radius:3px}@media screen and (max-width: 870px){.design_v4 .footer .logo{height:70px;width:70px}}@media screen and (max-width: 720px){.design_v4 .footer .logo{height:90px;width:90px;float:none;margin-left:auto;margin-right:auto;margin-bottom:20px}}.design_v4 .footer .divider{margin-left:25%;float:left;width:1px;height:88px;margin-top:1px;background:#121F27;border-right:1px solid #253F50}@media screen and (max-width: 940px){.design_v4 .footer .divider{display:none}}.design_v4 .footer .about_links{width:19%}@media screen and (max-width: 800px){.design_v4 .footer .about_links{width:18%}}@media screen and (max-width: 720px){.design_v4 .footer .about_links{margin-left:0px;margin-right:0px}}.design_v4 .footer .investing_links{width:21%}@media screen and (max-width: 720px){.design_v4 .footer .flexCenterContent .investing_links{float:right}}.design_v4 .footer .funding_links{width:22%}@media screen and (max-width: 720px){.design_v4 .footer .funding_links{margin-left:0px;margin-right:0px}}.design_v4 .footer .hello_links{margin-right:0%;min-width:150px}@media screen and (max-width: 720px){.design_v4 .footer .hello_links{float:right;min-width:none}}@media screen and (max-width: 720px){.design_v4 .footer .hello_links .fa-phone-square,.design_v4 .footer .hello_links .fa-envelope-square,.design_v4 .footer .hello_links .fa-map-marker{display:none}}@media screen and (max-width: 720px){.design_v4 .footer .funding_links,.design_v4 .footer .hello_links{margin-top:20px}}@media screen and (max-width: 720px){.design_v4 .footer .flexCenterContent .hello_links{float:right}}.design_v4 .footer .links{float:left;color:#8198A8}@media screen and (max-width: 540px){.design_v4 .footer .links{width:130px}}@media screen and (max-width: 720px){.design_v4 .footer .links{width:49%;text-align:center}}.design_v4 .footer .links .label{margin-top:0px;padding-top:0px;color:white;font-weight:bold}.design_v4 .footer .links a{color:#8198A8;text-decoration:none}.design_v4 .footer .links a:hover{color:#fff}.design_v4 .footer .links .locations .fa-map-marker{float:left;margin-left:2px;margin-top:9px;margin-right:5px}.design_v4 .footer .links .locations:hover .fa-map-marker{color:#fff}.design_v4 .signup_footer{background:#1E313E;color:#84A0B3;padding-top:50px;padding-bottom:40px}.design_v4 .signup_footer .signup_error{padding-bottom:10px;display:none;color:#81C3F0}.design_v4 .signup_footer h3{color:white;text-align:center;margin-top:0px;font-weight:100;margin-left:auto;margin-right:auto;max-width:625px;line-height:1.5em}.design_v4 .signup_footer h5{text-align:center;color:#84A0B3;font-size:20px;margin-top:10px;margin-bottom:50px}@media screen and (max-width: 500px){.design_v4 .signup_footer h5{font-size:16px}}.design_v4 .signup_footer .containSignup{max-width:663px;margin-left:auto;margin-right:auto}@media screen and (max-width: 710px){.design_v4 .signup_footer .containSignup{width:292px}}.design_v4 .signup_footer .or{position:absolute;height:30px;line-height:30px;width:30px;margin-top:14px;background:#1E313E;font-size:15px;margin-left:324px;font-weight:100}@media screen and (max-width: 710px){.design_v4 .signup_footer .or{display:none}}.design_v4 .signup_footer input[type="text"],.design_v4 .signup_footer input[type="email"],.design_v4 .signup_footer input[type="password"],.design_v4 .signup_footer input[type="tel"],.design_v4 .signup_footer input[type="url"]{width:253px;color:white;background:#1C2C37;margin-bottom:12px}.design_v4 .signup_footer .mobile-or{font-family:'fakt_slab_light';display:none;text-align:center;margin-top:30px;margin-bottom:10px;font-size:20px}@media screen and (max-width: 710px){.design_v4 .signup_footer .mobile-or{display:block}}.design_v4 .signup_footer .fb_privacy{font-size:12px;text-align:left;line-height:16px;margin-top:-10px}.design_v4 .signup_footer .col1{float:left;max-width:282px}@media screen and (max-width: 710px){.design_v4 .signup_footer .col1{float:none}}.design_v4 .signup_footer .col2{float:left;text-align:left}.design_v4 .signup_footer .middle-line{float:left;margin-left:50px;margin-right:50px;margin-top:-10px;width:1px;background:#84A0B3;height:80px}@media screen and (max-width: 710px){.design_v4 .signup_footer .middle-line{display:none}}.design_v4 .signup_footer .primary{width:279px;height:60px}.design_v4 .signup_footer .facebook-login{line-height:49px;height:49px;width:205px}.design_v4 .signup_footer .facebook-login span.logo{line-height:61px}.design_v4 .signup_footer .cover_our_ass{font-size:.9em;margin-top:20px;margin-bottom:10px}.design_v4 .signup_footer .cover_our_ass .cover{width:47%}@media screen and (max-width: 710px){.design_v4 .signup_footer .cover_our_ass .cover{width:100%}}.design_v4 .signup_footer .cover_our_ass .cover_left{float:left}.design_v4 .signup_footer .cover_our_ass .cover_right{float:right}.design_v4 .signup_footer .press{margin-top:50px;text-align:center;max-width:1000px;margin-left:auto;margin-right:auto;min-width:300px}.design_v4 .signup_footer .press img{padding-bottom:15px;margin-left:12px;margin-right:12px;opacity:.5}.design_v4 .signup_footer .press img:hover{opacity:1}@media screen and (max-width: 500px){.design_v4 .signup_footer .press .hide_mobile{display:none !important}}.design_v4 .bottom_footer{background:#162630;line-height:1.5em;text-align:left;margin-top:12px;color:#8D969B;font-size:13px;margin-left:0px;padding-top:40px;padding-bottom:40px;margin-top:40px;border-top:1px solid #1b2c37}.design_v4 .bottom_footer .flexCenterContent{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width: 767px){.design_v4 .bottom_footer .flexCenterContent{-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 720px){.design_v4 .bottom_footer{line-height:2em;text-align:center}}@media screen and (max-width: 400px){.design_v4 .bottom_footer .bull{display:none}}.design_v4 .bottom_footer .break{display:none}@media screen and (max-width: 400px){.design_v4 .bottom_footer .break{display:block}}.design_v4 .bottom_footer .subtle_text{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media screen and (max-width: 720px){.design_v4 .bottom_footer .subtle_text{float:none;width:100%}}.design_v4 .bottom_footer .social_icons{-webkit-box-flex:0 0 180px;-moz-box-flex:0 0 180px;-webkit-flex:0 0 180px;-ms-flex:0 0 180px;flex:0 0 180px;font-size:.9em;font-weight:100;color:#8198A8}@media screen and (max-width: 767px){.design_v4 .bottom_footer .social_icons{display:none;float:none;clear:left;text-align:center;margin-right:0px;margin-top:17px}}.design_v4 .bottom_footer .social_icons .fa:hover{color:white}.design_v4 .bottom_footer a{color:rgba(255,255,255,0.8)}.design_v4 .bottom_footer a:hover{color:white}.design_v4 .video-play{transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.1);box-shadow:0 2px 0 rgba(0,0,0,0.3);color:white;background:rgba(0,0,0,0.3);width:80px;height:80px;line-height:80px;font-size:30px;text-align:center;border:3px solid #fff;border-radius:80px;position:absolute;z-index:50}.design_v4 .video-play .fa-play{margin-left:3px}.dotted_underline{border-bottom:1px dashed #ccc;padding-bottom:2px}.define_term{cursor:pointer}.define_term:hover .dotted_underline{border-bottom:1px dashed #333}.define_term:hover .fa-question-circle{opacity:1}.fa-question-circle{opacity:.8;vertical-align:super;font-size:.6em;margin-left:1px}#hiddenLogin,.signupOrLoginBox{background:#fff;margin-left:auto;margin-right:auto;padding:40px;border-radius:3px;width:275px}@media screen and (max-width: 380px){#hiddenLogin,.signupOrLoginBox{padding:10px}}#hiddenLogin h2,.signupOrLoginBox h2{font-size:32px;text-align:center;font-weight:normal;margin-bottom:10px;margin-top:0px}#hiddenLogin p,.signupOrLoginBox p{color:#5c5c5c;text-align:center;margin-top:0px;font-size:14px;margin-bottom:20px}#hiddenLogin .signuptext,.signupOrLoginBox .signuptext{display:none}#hiddenLogin .fb_col,.signupOrLoginBox .fb_col{float:left;width:270px;margin-left:0px;margin-top:15px}#hiddenLogin .reset_password,.signupOrLoginBox .reset_password{display:none}#hiddenLogin .resetPasswordButton,.signupOrLoginBox .resetPasswordButton{margin-bottom:7px}#hiddenLogin .fb_privacy,.signupOrLoginBox .fb_privacy{font-size:12px;margin-top:-10px;width:275px;color:#162630;line-height:1.5em}#hiddenLogin .shortSignUp,.signupOrLoginBox .shortSignUp{float:left;width:275px}#hiddenLogin .or,.signupOrLoginBox .or{float:left;margin-top:10px;margin-left:25px;margin-right:25px;font-size:15px;color:#999;text-align:center;width:225px;margin-top:20px}#hiddenLogin .or img,.signupOrLoginBox .or img{width:12px;height:56px}#hiddenLogin .facebook-login,.signupOrLoginBox .facebook-login{width:208px;padding-left:67px}#hiddenLogin .help-inline,.signupOrLoginBox .help-inline{color:red;font-size:12px;margin-bottom:7px}#hiddenLogin label.error,.signupOrLoginBox label.error{display:block;color:red;font-size:12px;margin-bottom:7px;padding-bottom:11px;padding-top:15px}#hiddenLogin .serverSignupErrors,#hiddenLogin .serverLoginErrors,.signupOrLoginBox .serverSignupErrors,.signupOrLoginBox .serverLoginErrors{display:none;color:red;font-size:12px;margin-bottom:7px}#hiddenLogin .signupContent,.signupOrLoginBox .signupContent{padding-top:15px}#hiddenLogin #shortLoginButton,.signupOrLoginBox #shortLoginButton{margin-bottom:7px}#hiddenLogin .login,.signupOrLoginBox .login{display:none}#hiddenLogin input,.signupOrLoginBox input{width:245px;padding:14px;background:#fff;border:1px solid #aaa;margin-bottom:8px;border-radius:3px}#hiddenLogin .medium,.signupOrLoginBox .medium{width:275px;height:50px}.networks{margin-top:20px}.networks .social-icon{width:50px;height:50px;border-radius:25px;background:#ccc;text-align:center;line-height:50px;color:#fff;display:inline-block;font-size:30px;cursor:pointer}.networks .social-icon:hover{opacity:.9}.networks button{color:white;font-size:13px;width:130px;margin-bottom:5px}.networks button:hover{opacity:.9}.networks .facebook{background:#3c5a99}.networks .twitter{background:#598dca}.networks .linkedin{background:#0075B7}.networks .mail{background:#C8454A}.connected-network{height:48px;line-height:48px;margin-bottom:10px;width:300px}.connected-network .unlink{float:right;padding:3px;border:1px solid rgba(233,29,81,0.75);height:22px;width:22px;border-radius:22px;line-height:24px;text-align:Center;margin-top:8px;cursor:pointer}.connected-network .unlink:hover{border:1px solid #0277bd;color:#0277bd}.connected-network .name{float:left;margin-left:10px;font-weight:100}.connected-network .fa-facebook-square{font-size:48px;color:#576fbe;float:left}.connected-network .fa-twitter-square{font-size:48px;color:#598DCA;float:left}.connected-network .fa-linkedin-square{font-size:48px;color:#0073B5;float:left}.connected-network .fa-angellist{font-size:48px;color:#4a4a4a;float:left}.facebook-login{position:relative;display:inline-block;background-color:#576fbe;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23627dde%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23576fbe%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #627dde 0%, #576fbe 100%);background-image:-moz-linear-gradient(top, #627dde 0%, #576fbe 100%);background-image:-o-linear-gradient(top, #627dde 0%, #576fbe 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #627dde), color-stop(1, #576fbe));background-image:-webkit-linear-gradient(top, #627dde 0%, #576fbe 100%);background-image:linear-gradient(top, #627dde 0%, #576fbe 100%);background-color:#576fbe;border-radius:3px;color:white !important;height:36px;line-height:36px;padding:6px 0;padding-left:75px;margin:0px 0 16px;font-size:16px;font-weight:bold;text-align:left;text-decoration:none;overflow:hidden;width:225px;border-radius:3px}.facebook-login span.logo{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%235c76d2%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%235167b0%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #5c76d2 0%, #5167b0 100%);background-image:-moz-linear-gradient(top, #5c76d2 0%, #5167b0 100%);background-image:-o-linear-gradient(top, #5c76d2 0%, #5167b0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5c76d2), color-stop(1, #5167b0));background-image:-webkit-linear-gradient(top, #5c76d2 0%, #5167b0 100%);background-image:linear-gradient(top, #5c76d2 0%, #5167b0 100%);background-color:#5167b0;position:absolute;top:0;left:0;bottom:0;width:55px;line-height:48px !important;border-radius:3px;text-align:center}.facebook-login img{position:relative;top:5px;left:-2px;width:18px;vertical-align:middle;height:16.5px}.facebook-login:hover{background-color:#657ED1;color:white;text-decoration:none;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23718dea%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23657ed1%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #718dea 0%, #657ed1 100%);background-image:-moz-linear-gradient(top, #718dea 0%, #657ed1 100%);background-image:-o-linear-gradient(top, #718dea 0%, #657ed1 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #718dea), color-stop(1, #657ed1));background-image:-webkit-linear-gradient(top, #718dea 0%, #657ed1 100%);background-image:linear-gradient(top, #718dea 0%, #657ed1 100%);background-color:#657ed1}.facebook-login:hover span.logo{background-color:#556cb9;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23617ad4%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23556cb9%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #617ad4 0%, #556cb9 100%);background-image:-moz-linear-gradient(top, #617ad4 0%, #556cb9 100%);background-image:-o-linear-gradient(top, #617ad4 0%, #556cb9 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #617ad4), color-stop(1, #556cb9));background-image:-webkit-linear-gradient(top, #617ad4 0%, #556cb9 100%);background-image:linear-gradient(top, #617ad4 0%, #556cb9 100%);background-color:#556cb9}.facebook-login:active{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23425596%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23425596%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #425596 0%, #425596 100%);background-image:-moz-linear-gradient(top, #425596 0%, #425596 100%);background-image:-o-linear-gradient(top, #425596 0%, #425596 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #425596), color-stop(1, #425596));background-image:-webkit-linear-gradient(top, #425596 0%, #425596 100%);background-image:linear-gradient(top, #425596 0%, #425596 100%);background-color:#425596;box-shadow:0 0 2px 2px #3B4C86 inset}.facebook-login:active span.logo{background:transparent}.linkedin-share{position:relative;display:inline-block;background-color:#0073B5;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%230073b5%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%230073b5%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #0073b5 0%, #0073b5 100%);background-image:-moz-linear-gradient(top, #0073b5 0%, #0073b5 100%);background-image:-o-linear-gradient(top, #0073b5 0%, #0073b5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #0073b5), color-stop(1, #0073b5));background-image:-webkit-linear-gradient(top, #0073b5 0%, #0073b5 100%);background-image:linear-gradient(top, #0073b5 0%, #0073b5 100%);background-color:#0073b5;border-radius:3px;color:white !important;height:36px;line-height:36px;padding:6px 0;padding-left:75px;margin:0px 0 16px;font-size:16px;font-weight:bold;text-align:left;text-decoration:none;overflow:hidden;width:225px;border-radius:3px}.linkedin-share span.logo{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2300639a%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2300639a%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #00639a 0%, #00639a 100%);background-image:-moz-linear-gradient(top, #00639a 0%, #00639a 100%);background-image:-o-linear-gradient(top, #00639a 0%, #00639a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #00639a), color-stop(1, #00639a));background-image:-webkit-linear-gradient(top, #00639a 0%, #00639a 100%);background-image:linear-gradient(top, #00639a 0%, #00639a 100%);background-color:#00639a;position:absolute;top:0;left:0;bottom:0;width:55px;line-height:48px !important;border-radius:3px;text-align:center}.linkedin-share:hover{background-color:#0085D1;color:white;text-decoration:none;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%230085d1%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%230085d1%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #0085d1 0%, #0085d1 100%);background-image:-moz-linear-gradient(top, #0085d1 0%, #0085d1 100%);background-image:-o-linear-gradient(top, #0085d1 0%, #0085d1 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #0085d1), color-stop(1, #0085d1));background-image:-webkit-linear-gradient(top, #0085d1 0%, #0085d1 100%);background-image:linear-gradient(top, #0085d1 0%, #0085d1 100%);background-color:#0085d1}.linkedin-share:hover span.logo{background-color:#0073B5;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%230073b5%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%230073b5%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #0073b5 0%, #0073b5 100%);background-image:-moz-linear-gradient(top, #0073b5 0%, #0073b5 100%);background-image:-o-linear-gradient(top, #0073b5 0%, #0073b5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #0073b5), color-stop(1, #0073b5));background-image:-webkit-linear-gradient(top, #0073b5 0%, #0073b5 100%);background-image:linear-gradient(top, #0073b5 0%, #0073b5 100%);background-color:#0073b5}.linkedin-share:active{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23004b76%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23004b76%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #004b76 0%, #004b76 100%);background-image:-moz-linear-gradient(top, #004b76 0%, #004b76 100%);background-image:-o-linear-gradient(top, #004b76 0%, #004b76 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #004b76), color-stop(1, #004b76));background-image:-webkit-linear-gradient(top, #004b76 0%, #004b76 100%);background-image:linear-gradient(top, #004b76 0%, #004b76 100%);background-color:#004b76;box-shadow:0 0 2px 2px #006291 inset}.linkedin-share:active span.logo{background:transparent}.twitter-share{position:relative;display:inline-block;background-color:#32D9FF;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23598dca%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23598dca%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #598dca 0%, #598dca 100%);background-image:-moz-linear-gradient(top, #598dca 0%, #598dca 100%);background-image:-o-linear-gradient(top, #598dca 0%, #598dca 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #598dca), color-stop(1, #598dca));background-image:-webkit-linear-gradient(top, #598dca 0%, #598dca 100%);background-image:linear-gradient(top, #598dca 0%, #598dca 100%);background-color:#598dca;border-radius:3px;color:white !important;height:36px;line-height:36px;padding:6px 0;padding-left:75px;margin:0px 0 16px;font-size:16px;font-weight:bold;text-align:left;text-decoration:none;overflow:hidden;width:225px;border-radius:3px}.twitter-share span.logo{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23427fc7%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23427fc7%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #427fc7 0%, #427fc7 100%);background-image:-moz-linear-gradient(top, #427fc7 0%, #427fc7 100%);background-image:-o-linear-gradient(top, #427fc7 0%, #427fc7 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #427fc7), color-stop(1, #427fc7));background-image:-webkit-linear-gradient(top, #427fc7 0%, #427fc7 100%);background-image:linear-gradient(top, #427fc7 0%, #427fc7 100%);background-color:#427fc7;position:absolute;top:0;left:0;bottom:0;width:55px;line-height:48px !important;border-radius:3px;text-align:center}.twitter-share img{position:relative;top:5px;left:-2px;width:18px;vertical-align:middle;height:16.5px}.twitter-share:hover{background-color:#42DCFF;color:white;text-decoration:none;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23618dc0%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23618dc0%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #618dc0 0%, #618dc0 100%);background-image:-moz-linear-gradient(top, #618dc0 0%, #618dc0 100%);background-image:-o-linear-gradient(top, #618dc0 0%, #618dc0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #618dc0), color-stop(1, #618dc0));background-image:-webkit-linear-gradient(top, #618dc0 0%, #618dc0 100%);background-image:linear-gradient(top, #618dc0 0%, #618dc0 100%);background-color:#618dc0}.twitter-share:hover span.logo{background-color:#556cb9;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23447bbb%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23447bbb%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #447bbb 0%, #447bbb 100%);background-image:-moz-linear-gradient(top, #447bbb 0%, #447bbb 100%);background-image:-o-linear-gradient(top, #447bbb 0%, #447bbb 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #447bbb), color-stop(1, #447bbb));background-image:-webkit-linear-gradient(top, #447bbb 0%, #447bbb 100%);background-image:linear-gradient(top, #447bbb 0%, #447bbb 100%);background-color:#447bbb}.twitter-share:active{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23244e7e%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23244e7e%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #244e7e 0%, #244e7e 100%);background-image:-moz-linear-gradient(top, #244e7e 0%, #244e7e 100%);background-image:-o-linear-gradient(top, #244e7e 0%, #244e7e 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #244e7e), color-stop(1, #244e7e));background-image:-webkit-linear-gradient(top, #244e7e 0%, #244e7e 100%);background-image:linear-gradient(top, #244e7e 0%, #244e7e 100%);background-color:#244e7e;box-shadow:0 0 2px 2px #006291 inset}.twitter-share:active span.logo{background:transparent}.al-share{position:relative;display:inline-block;background-color:#32D9FF;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23fff%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23fff%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #fff 0%, #fff 100%);background-image:-moz-linear-gradient(top, #fff 0%, #fff 100%);background-image:-o-linear-gradient(top, #fff 0%, #fff 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #fff));background-image:-webkit-linear-gradient(top, #fff 0%, #fff 100%);background-image:linear-gradient(top, #fff 0%, #fff 100%);background-color:#fff;border:1px solid #ddd;border-radius:3px;color:#4a4a4a !important;height:36px;line-height:36px;padding:6px 0;padding-left:75px;margin:0px 0 16px;font-size:16px;font-weight:bold;text-align:left;text-decoration:none;overflow:hidden;width:225px;border-radius:3px}.al-share span.logo{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23ddd%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23ddd%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #ddd 0%, #ddd 100%);background-image:-moz-linear-gradient(top, #ddd 0%, #ddd 100%);background-image:-o-linear-gradient(top, #ddd 0%, #ddd 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(1, #ddd));background-image:-webkit-linear-gradient(top, #ddd 0%, #ddd 100%);background-image:linear-gradient(top, #ddd 0%, #ddd 100%);background-color:#ddd;position:absolute;top:0;left:0;bottom:0;width:55px;line-height:48px !important;text-align:center}.al-share img{position:relative;top:5px;left:-2px;width:18px;vertical-align:middle;height:16.5px}.al-share:hover{background-color:#42DCFF;color:white;text-decoration:none;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23eee%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23eee%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #eee 0%, #eee 100%);background-image:-moz-linear-gradient(top, #eee 0%, #eee 100%);background-image:-o-linear-gradient(top, #eee 0%, #eee 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #eee));background-image:-webkit-linear-gradient(top, #eee 0%, #eee 100%);background-image:linear-gradient(top, #eee 0%, #eee 100%);background-color:#eee}.al-share:hover span.logo{background-color:#556cb9;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23ccc%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23ccc%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #ccc 0%, #ccc 100%);background-image:-moz-linear-gradient(top, #ccc 0%, #ccc 100%);background-image:-o-linear-gradient(top, #ccc 0%, #ccc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(1, #ccc));background-image:-webkit-linear-gradient(top, #ccc 0%, #ccc 100%);background-image:linear-gradient(top, #ccc 0%, #ccc 100%);background-color:#ccc}.al-share:active{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23333%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23333%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #333 0%, #333 100%);background-image:-moz-linear-gradient(top, #333 0%, #333 100%);background-image:-o-linear-gradient(top, #333 0%, #333 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(1, #333));background-image:-webkit-linear-gradient(top, #333 0%, #333 100%);background-image:linear-gradient(top, #333 0%, #333 100%);background-color:#333;box-shadow:0 0 2px 2px #333 inset;color:white !important}.al-share:active span.logo{background:transparent}.disclosures{margin-top:20px;margin-bottom:10px}.disclosures .row{cursor:pointer;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-bottom:3px}.disclosures .row:hover .fa-toggle-off{color:#1ad1a3}.disclosures .row .fa-toggle-off,.disclosures .row .fa-toggle-on{-webkit-box-flex:0 0 35px;-moz-box-flex:0 0 35px;-webkit-flex:0 0 35px;-ms-flex:0 0 35px;flex:0 0 35px;font-size:26px;color:#999;float:left}.disclosures .row .fa-toggle-on{color:#1ad1a3}.disclosures .row .label{float:left;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:4px}.tag{border:1px solid rgba(74,74,74,0.5);border-radius:50px;display:inline-block;font-size:9px;margin-bottom:3px;margin-top:6px;padding-bottom:7px;padding-top:7px;padding-left:12px;padding-right:12px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;color:rgba(74,74,74,0.5) !important;white-space:nowrap;line-height:1.1em;font-weight:500;text-transform:uppercase}.tag:hover{background:#eee;color:#424242}.highlighted_tag{border:1px solid #ff6600;color:#fff !important;background:#ff6600}.highlighted_tag:hover{background:#D25704;border:1px solid #D25704}.signupForm{text-align:Center}.signupForm .fb_privacy{font-size:11px;color:rgba(38,63,78,0.5);margin-top:5px}.signupForm .wf-cta,.signupForm .wf-facebook{width:300px;height:50px}.signupForm .or{margin-top:20px}.signupForm .existing_email{font-size:12px;margin-top:5px;color:rgba(38,63,78,0.5)}.in-label{position:relative;font-size:13px}.in-label label{position:absolute;height:40px;line-height:40px;padding-left:10px}.in-label input[type="text"],.in-label input[type="email"],.in-label input[type="password"],.in-label input[type="tel"],.in-label input[type="url"],.in-label textarea{padding-top:20px;height:40px;padding-left:10px;padding-bottom:0}.in-label label{color:#8d969d;font-weight:bold}.in-label input[type="text"],.in-label input[type="email"],.in-label input[type="password"],.in-label input[type="tel"],.in-label input[type="url"],.in-label textarea{width:280px;background:#fff;margin-bottom:10px;border-radius:3px;color:#2f4a5c}.in-label input[type="text"]::-webkit-input-placeholder,.in-label input[type="email"]::-webkit-input-placeholder,.in-label input[type="password"]::-webkit-input-placeholder,.in-label input[type="tel"]::-webkit-input-placeholder,.in-label input[type="url"]::-webkit-input-placeholder,.in-label textarea::-webkit-input-placeholder{color:#bdc5c8}.in-label input[type="text"]::-moz-placeholder,.in-label input[type="email"]::-moz-placeholder,.in-label input[type="password"]::-moz-placeholder,.in-label input[type="tel"]::-moz-placeholder,.in-label input[type="url"]::-moz-placeholder,.in-label textarea::-moz-placeholder{color:#bdc5c8}.in-label input[type="text"]:-moz-placeholder,.in-label input[type="email"]:-moz-placeholder,.in-label input[type="password"]:-moz-placeholder,.in-label input[type="tel"]:-moz-placeholder,.in-label input[type="url"]:-moz-placeholder,.in-label textarea:-moz-placeholder{color:#bdc5c8}.in-label textarea{padding-top:30px}.in-label.filled input[type="text"],.in-label.filled input[type="email"],.in-label.filled input[type="password"],.in-label.filled input[type="tel"],.in-label.filled input[type="url"],.in-label.filled textarea{border-color:#83cb0f}.in-label.filled .check{display:block;background-image:'https://d2qbf73089ujv4.cloudfront.net/uploads/remote_files/13744-mt0poMEVLPV0dFuNcBmVwmpo/check.gif';background-size:contain;width:16px;height:12px}.in-label.error input[type="text"],.in-label.error input[type="email"],.in-label.error input[type="password"],.in-label.error input[type="tel"],.in-label.error input[type="url"],.in-label.error textarea{border-color:#f16944}.in-label.focus input[type="text"],.in-label.focus input[type="email"],.in-label.focus input[type="password"],.in-label.focus input[type="tel"],.in-label.focus input[type="url"],.in-label.focus textarea{border-color:#30a0ee}.in-label.focus label{color:#679fde}.in-label input[type="text"]:focus,.in-label input[type="email"]:focus,.in-label input[type="password"]:focus,.in-label input[type="tel"]:focus,.in-label input[type="url"]:focus,.in-label textarea:focus{background-image:none}.in-label textarea{height:124px}.in-label .check{display:none;position:absolute;top:10px;right:10px;font-size:24px}.in-label .charCounter{clear:both;display:block;position:absolute;bottom:22px;left:10px;font-weight:600;color:#8D969E}.top_fixed_nav{font-family:helvetica;padding-TOP:7PX;padding-bottom:7px;font-size:15px;background:#263f4e;color:#fff;font-weight:bold;text-align:center;line-height:2.2em}.top_fixed_nav .flexCenterContent{padding:0px !important;padding-left:20px;padding-right:20px}.top_fixed_nav li{margin-left:10px;margin-right:10px;display:inline-block}.top_fixed_nav li:first-child{margin-left:0px}.top_fixed_nav li:last-child{margin-right:0px}.top_fixed_nav a{color:#ddd !important;font-weight:500}.top_fixed_nav a:hover{color:#fff !important}.top_fixed_nav .active_link{color:#fff !important;font-weight:bold}.user_menu ul{margin-left:5px !important}@media screen and (max-width: 600px){.user_menu ul{float:none}}.user_menu button{float:right;margin-right:5px}@media screen and (max-width: 600px){.user_menu button{float:none}}.sb-slidebar.sb-left a{color:white !important;display:block;line-height:40px;margin-left:20px;font-size:18px}.sb-slidebar.sb-left a:hover{color:#ccc !important}.sb-slidebar.sb-left hr{border-color:#555}@media screen and (max-width: 800px){.olrk-normal{display:none}}.tooltipster-topnav{border-radius:3px;border:1px solid #e8e9e7;background:#fff;color:#4a4a4a;top:49px !important}.tooltipster-topnav .tooltipster-content{font-size:14px;line-height:16px;padding:0px;padding-top:5px;padding-bottom:5px;overflow:hidden}.tooltipster-topnav .tooltipster-content .column{float:left;width:150px;padding:30px}.tooltipster-topnav .tooltipster-content .dimmer{color:#A8B4BB}.tooltipster-topnav .tooltipster-content .sublink{color:#A8B4BB}.tooltipster-topnav .tooltipster-content .sublink:hover{color:#0277bd}.tooltipster-topnav .tooltipster-content .company_logo{width:30px;height:30px;border-radius:3px}.tooltipster-topnav .tooltipster-content .bottom_menu{width:100%;background:#eee;margin-bottom:-5px}.tooltipster-topnav .tooltipster-content .bottom_menu .avatar_link{float:left}.tooltipster-topnav .tooltipster-content .bottom_menu .avatar{width:24px;height:24px;border-radius:30px;margin-top:7px;margin-left:7px}.tooltipster-topnav .tooltipster-content ul.links{margin-top:15px}.tooltipster-topnav .tooltipster-content ul.links li{padding-top:11px;padding-bottom:11px}.tooltipster-topnav .tooltipster-content ul.club_links{margin-top:15px}.tooltipster-topnav .tooltipster-content ul.club_links li{line-height:24px;padding-top:6px;padding-bottom:7px}.tooltipster-drop-menu{border-radius:3px;border:1px solid rgba(0,0,0,0.15);background:#fff;box-shadow:0 6px 12px rgba(0,0,0,0.175);color:#424242}.tooltipster-drop-menu .tooltipster-content{font-size:13px;line-height:18px;padding:10px;padding-left:20px;padding-right:20px;overflow:hidden}.tooltipster-drop-menu .tooltipster-content ul{margin-left:0px;margin-top:0px}.tooltipster-drop-menu .tooltipster-content ul li{padding-top:7px;padding-bottom:7px;text-indent:0px !important;margin-bottom:0px}.tooltipster-drop-menu .tooltipster-content ul li a{text-transform:uppercase;font-size:.875em;color:rgba(74,74,74,0.75)}.tooltipster-drop-menu .tooltipster-content ul li a:hover{color:#4a4a4a}.tooltipster-drop-menu .tooltipster-content ul li:before{content:" " !important;position:relative;left:0px}.tooltipster-white{border-radius:3px;background:#fff;color:#424242;background:#787878;color:white}.tooltipster-white .tooltipster-content{font-size:12px;line-height:16px;padding:10px;padding-top:15px;padding-bottom:15px;overflow:hidden}.tooltipster-white .tooltipster-content .title{margin-top:0px;margin-bottom:10px;font-weight:bold}.tooltipster-white .tooltipster-content p{margin-top:5px}.tooltipster-white .tooltipster-content a{color:white;font-weight:bold}.tooltipster-white .tooltipster-content a:hover{color:#ff5800}.tooltipster-dark{border-radius:3px;background:#000;color:#fff;text-align:center}.tooltipster-dark .tooltipster-content{font-size:12px;line-height:12px;padding:5px;overflow:hidden}.ui-datepicker{width:300px;height:auto;margin:5px auto 0;font-size:13px;border:1px solid #fff}.ui-datepicker a{text-decoration:none}.ui-datepicker table{width:100%}.ui-datepicker-header{font-size:24px;font-weight:bold;line-height:30px;margin-bottom:15px}.ui-datepicker-title{text-align:center}.ui-datepicker-prev,.ui-datepicker-next{display:inline-block;width:30px;font-size:26px;height:30px;text-align:center;cursor:pointer;color:#333333 !important}.ui-datepicker-prev:hover,.ui-datepicker-next:hover{color:#0277bd !important}.ui-datepicker-prev{float:left;margin-left:40px}.ui-datepicker-next{float:right;margin-right:40px}.ui-datepicker thead{background:#EBEBEB;line-height:30px}.ui-datepicker th{text-transform:uppercase;text-align:center;padding:5px 0}.ui-datepicker tbody td{padding:0}.ui-datepicker tbody td:last-child{border-right:0px}.ui-datepicker tbody tr:last-child{border-bottom:0px}.ui-datepicker td span,.ui-datepicker td a{display:inline-block;font-weight:bold;text-align:center;width:42px;height:42px;line-height:42px;color:#666666}.ui-datepicker-calendar .ui-state-hover{background:#f7f7f7}.ui-datepicker-calendar .ui-state-active{background:#1ad1a3;border-radius:30px;color:#fff;position:relative;margin:-1px}.ui-datepicker-unselectable .ui-state-default{background:#f4f4f4;color:#b4b3b3}.ui-datepicker-calendar td:first-child .ui-state-active{width:42px;margin-left:0}.ui-datepicker-calendar td:last-child .ui-state-active{width:42px;margin-right:0}.ui-datepicker-calendar tr:last-child .ui-state-active{height:42px;margin-bottom:0}.hide-year .ui-datepicker-year{display:none}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr;line-height:.5em}.noUi-base{width:100%;height:100%;position:absolute;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-stacking+.noUi-origin{*z-index:-1}.noUi-state-tap .noUi-origin{-webkit-transition:left 0.3s, top 0.3s;transition:left 0.3s, top 0.3s}.noUi-state-drag *{cursor:inherit !important}.noUi-base{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.noUi-horizontal{height:20px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-19px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-19px}.noUi-background{background:rgba(255,255,255,0.8);border-radius:40px}.noUi-connect{background:#3FA9F5;-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:40px}.noUi-target{border-radius:40px}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{background:#4A4A4A;height:40px !important;width:40px !important;top:-10px !important;border-radius:50px;color:#fff;cursor:pointer}.noUi-active{background:#000}[disabled].noUi-connect,[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;z-index:0;font-family:Helvetica;font-weight:100;font-size:10px}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#fff;display:none}.noUi-marker-large{background:#fff}.noUi-pips-horizontal{padding:10px 0;height:50px;left:0;width:100%;top:-30px}.noUi-value-horizontal{margin-left:-20px;padding-top:1px;cursor:pointer}.noUi-value-horizontal:hover{color:#000}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:1px}.noUi-marker-horizontal.noUi-marker-sub{height:10px;display:none}.noUi-marker-horizontal.noUi-marker-large{height:20px;margin-top:20px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;border:0 none !important}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:'!';visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 2px 5px rgba(0,0,0,0.2)}.selectize-dropdown-header{position:relative;padding:5px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.selectize-dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:0.4;margin-top:-12px;line-height:20px;font-size:20px !important}.selectize-dropdown-header-close:hover{color:#000000}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px !important}.selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:17px;text-align:center;font-weight:bold;font-size:12px;color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 0 0 0;border-left:1px solid #0073bb;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,0.05)}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#00578d}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:none}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#aaaaaa}.selectize-control{position:relative;margin-bottom:-5px}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;-webkit-font-smoothing:inherit}.selectize-input,.selectize-control.single .selectize-input.input-active{background:#ffffff;cursor:text;display:inline-block}.selectize-input{border:2px solid rgba(2,119,189,0.1);padding:11px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:5px 8px 2px}.selectize-input.full{background-color:#ffffff}.selectize-input.not-full input{padding-top:2px !important}.selectize-input.disabled,.selectize-input.disabled *{cursor:default !important}.selectize-input.focus{background:#fffbc3 !important}.selectize-input.dropdown-active{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#1da7ee;color:#ffffff;border:1px solid #0073bb}.selectize-control.multi .selectize-input>div.active{background:#92c836;color:#ffffff;border:1px solid #00578d}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#ffffff;background:#d2d2d2;border:1px solid #aaaaaa}.selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 1px !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;-webkit-user-select:auto !important;-webkit-box-shadow:none !important;box-shadow:none !important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none !important}.selectize-input::after{content:' ';display:block;clear:left}.selectize-input.dropdown-active::before{content:' ';display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;z-index:10;border:2px solid rgba(2,119,189,0.1);background:#ffffff;margin:-1px 0 0 0;border-top:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,0.2);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.selectize-dropdown [data-selectable],.selectize-dropdown .optgroup-header{padding:5px 8px}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#ffffff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,0.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:' ';display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#808080 transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent #808080 transparent}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px !important}.selectize-control .selectize-input.disabled{opacity:0.5;background-color:#fafafa}.selectize-control.multi .selectize-input.has-items{padding-left:5px;padding-right:5px}.selectize-control.multi .selectize-input.disabled [data-value]{color:#999;text-shadow:none;background:none;-webkit-box-shadow:none;box-shadow:none}.selectize-control.multi .selectize-input.disabled [data-value],.selectize-control.multi .selectize-input.disabled [data-value] .remove{border-color:#e6e6e6}.selectize-control.multi .selectize-input.disabled [data-value] .remove{background:none}.selectize-control.multi .selectize-input [data-value]{text-shadow:0 1px 0 rgba(0,51,83,0.3);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#1b9dec;background-image:-moz-linear-gradient(top, #1da7ee, #178ee9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));background-image:-webkit-linear-gradient(top, #1da7ee, #178ee9);background-image:-o-linear-gradient(top, #1da7ee, #178ee9);background-image:linear-gradient(to bottom, #1da7ee, #178ee9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);box-shadow:0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03)}.selectize-control.multi .selectize-input [data-value].active{background-color:#0085d4;background-image:-moz-linear-gradient(top, #008fd8, #0075cf);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));background-image:-webkit-linear-gradient(top, #008fd8, #0075cf);background-image:-o-linear-gradient(top, #008fd8, #0075cf);background-image:linear-gradient(to bottom, #008fd8, #0075cf);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0)}.selectize-control.single .selectize-input,.selectize-dropdown.single{border-color:rgba(2,119,189,0.1)}.selectize-dropdown .optgroup-header{padding-top:7px;font-weight:bold;font-size:0.85em}.selectize-dropdown .optgroup{border-top:1px solid #f0f0f0}.selectize-dropdown .optgroup:first-child{border-top:0 none}div.simpleTabs{padding:10px}ul.simpleTabsNavigation{margin:0 10px;padding:0;text-align:left}ul.simpleTabsNavigation li{list-style:none;display:inline;margin:0;padding:0}ul.simpleTabsNavigation li a{border:1px solid #E0E0E0;padding:3px 6px;background:#F0F0F0;font-size:14px;text-decoration:none;font-family:Georgia, "Times New Roman", Times, serif}ul.simpleTabsNavigation li a:hover{background-color:#F6F6F6}ul.simpleTabsNavigation li a.current{background:#fff;color:#222;border-bottom:1px solid #fff}div.simpleTabsContent{border:1px solid #E0E0E0;padding:5px 15px 15px;margin-top:3px;display:none}div.simpleTabsContent.currentTab{display:block}.vjs-poster{background-size:cover !important}.video-js{padding-top:56.25%}.vjs-fullscreen{padding-top:0px}#airmode,.airmode{position:absolute;margin-top:-6px;display:none}#airmode ul,.airmode ul{margin-left:0px;margin-top:0px}#airmode ul li,.airmode ul li{text-indent:0px;margin-bottom:0px}#airmode ul li:before,.airmode ul li:before{content:"";position:relative;left:0px}#airmode .redactor-toolbar,.airmode .redactor-toolbar{background:#1b2c37;border-radius:3px}#airmode .redactor-toolbar a,.airmode .redactor-toolbar a{color:#fff !important;text-decoration:none !important}#airmode .redactor-toolbar li a:active,#airmode .redactor-toolbar li a.redactor-act,.airmode .redactor-toolbar li a:active,.airmode .redactor-toolbar li a.redactor-act{background:#0277bd !important}#airmode .redactor-toolbar li a:active,#airmode .redactor-toolbar li a.redactor-act,.airmode .redactor-toolbar li a:active,.airmode .redactor-toolbar li a.redactor-act{border-radius:2px}#airmode .redactor-toolbar a,.airmode .redactor-toolbar a{border-radius:2px}#airmode:after,.airmode:after{content:"";display:block;height:6px;width:6px;margin-left:-3px;margin-bottom:-3px;background:#1b2c37;position:absolute;bottom:0;left:50%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);z-index:100}.redactor-toolbar-tooltip{display:none !important}.aspect_ratio_wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center}.wf-radio{background-color:#D2D1D2;padding:10px;border-radius:50%;cursor:pointer;display:inline-block;height:16px;width:16px;margin-right:20px;position:relative;-webkit-appearance:none;outline:none}.wf-radio:after{background-color:#A9A8A9;content:'';display:block;height:10px;width:10px;top:3px;left:3px;position:relative;border-radius:50%}.wf-radio:checked:after{background-color:#01598D}.wf-addLink,.wf-actionLink{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;line-height:14px;color:rgba(74,74,74,0.75) !important;text-transform:uppercase}.wf-addLink.wf-addLink--xs,.wf-actionLink.wf-addLink--xs{font-size:10px;line-height:12px}.wf-addLink:hover,.wf-actionLink:hover{color:#4a4a4a !important}.wf-clickableIcon{font-size:12px;line-height:14px;color:rgba(74,74,74,0.5);cursor:pointer}.wf-clickableIcon:hover{color:rgba(74,74,74,0.75)}
.basic-modal{background:#fff;margin:auto;padding:40px;width:275px;position:relative}.fancy-modal{background:#eee}.skinny-modal.popup-modal{width:320px;max-width:320px}
.styleguide_v5 .wf-dim{color:#4a4a4a}.styleguide_v5 .wf-dimmer{color:#4a4a4a}.styleguide_v5 .wf-error-text{color:#e91d51}.styleguide_v5 .wf-green-text{color:#1ad1a3}.styleguide_v5 .wf-orange-text{color:#ff5800}.styleguide_v5 code{font-family:Consolas,Monaco,Lucida Console,Liberation Mono;color:#e91d51;font-size:.75em}.styleguide_v5 button{height:auto}.styleguide_v5 a.wf-primary,.styleguide_v5 button.wf-primary,.styleguide_v5 .dark a.wf-primary,.styleguide_v5 .dark button.wf-primary{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;background:#1ad1a3;border-color:#1ad1a3;color:white}.styleguide_v5 a.wf-primary .fa,.styleguide_v5 a.wf-primary .icon,.styleguide_v5 button.wf-primary .fa,.styleguide_v5 button.wf-primary .icon,.styleguide_v5 .dark a.wf-primary .fa,.styleguide_v5 .dark a.wf-primary .icon,.styleguide_v5 .dark button.wf-primary .fa,.styleguide_v5 .dark button.wf-primary .icon{margin-right:5px}.styleguide_v5 a.wf-primary:hover,.styleguide_v5 button.wf-primary:hover,.styleguide_v5 .dark a.wf-primary:hover,.styleguide_v5 .dark button.wf-primary:hover{background:#17bc92;border-color:#17bc92}.styleguide_v5 a.wf-primary:active,.styleguide_v5 button.wf-primary:active,.styleguide_v5 .dark a.wf-primary:active,.styleguide_v5 .dark button.wf-primary:active{background:#0d6851;border-color:#0d6851}.styleguide_v5 a.wf-secondary,.styleguide_v5 button.wf-secondary,.styleguide_v5 .dark a.wf-secondary,.styleguide_v5 .dark button.wf-secondary{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;border-color:transparent;color:white;background:rgba(74,74,74,0.7)}.styleguide_v5 a.wf-secondary .fa,.styleguide_v5 a.wf-secondary .icon,.styleguide_v5 button.wf-secondary .fa,.styleguide_v5 button.wf-secondary .icon,.styleguide_v5 .dark a.wf-secondary .fa,.styleguide_v5 .dark a.wf-secondary .icon,.styleguide_v5 .dark button.wf-secondary .fa,.styleguide_v5 .dark button.wf-secondary .icon{margin-right:5px}.styleguide_v5 a.wf-secondary:hover,.styleguide_v5 button.wf-secondary:hover,.styleguide_v5 .dark a.wf-secondary:hover,.styleguide_v5 .dark button.wf-secondary:hover{border-color:transparent;background:rgba(74,74,74,0.85)}.styleguide_v5 a.wf-secondary:active,.styleguide_v5 button.wf-secondary:active,.styleguide_v5 .dark a.wf-secondary:active,.styleguide_v5 .dark button.wf-secondary:active{background:#4a4a4a;border-color:#4a4a4a}.styleguide_v5 a.wf-yellow,.styleguide_v5 button.wf-yellow,.styleguide_v5 .dark a.wf-yellow,.styleguide_v5 .dark button.wf-secondary{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;border-color:transparent;color:white;background:rgba(255,200,0,0.7)}.styleguide_v5 a.wf-yellow .fa,.styleguide_v5 a.wf-yellow .icon,.styleguide_v5 button.wf-yellow .fa,.styleguide_v5 button.wf-yellow .icon,.styleguide_v5 .dark a.wf-yellow .fa,.styleguide_v5 .dark a.wf-yellow .icon,.styleguide_v5 .dark button.wf-secondary .fa,.styleguide_v5 .dark button.wf-secondary .icon{margin-right:5px}.styleguide_v5 a.wf-yellow:hover,.styleguide_v5 button.wf-yellow:hover,.styleguide_v5 .dark a.wf-yellow:hover,.styleguide_v5 .dark button.wf-secondary:hover{border-color:transparent;background:rgba(255,200,0,0.85)}.styleguide_v5 a.wf-yellow:active,.styleguide_v5 button.wf-yellow:active,.styleguide_v5 .dark a.wf-yellow:active,.styleguide_v5 .dark button.wf-secondary:active{background:#ffc800;border-color:#ffc800}.styleguide_v5 a.wf-neutral,.styleguide_v5 button.wf-neutral,.styleguide_v5 .dark a.wf-neutral,.styleguide_v5 .dark button.wf-neutral{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;border-color:rgba(74,74,74,0.75);color:#787878;background:white}.styleguide_v5 a.wf-neutral .fa,.styleguide_v5 a.wf-neutral .icon,.styleguide_v5 button.wf-neutral .fa,.styleguide_v5 button.wf-neutral .icon,.styleguide_v5 .dark a.wf-neutral .fa,.styleguide_v5 .dark a.wf-neutral .icon,.styleguide_v5 .dark button.wf-neutral .fa,.styleguide_v5 .dark button.wf-neutral .icon{margin-right:5px}.styleguide_v5 a.wf-neutral:hover,.styleguide_v5 button.wf-neutral:hover,.styleguide_v5 .dark a.wf-neutral:hover,.styleguide_v5 .dark button.wf-neutral:hover{border-color:#4a4a4a;color:#4a4a4a}.styleguide_v5 a.wf-neutral:active,.styleguide_v5 button.wf-neutral:active,.styleguide_v5 .dark a.wf-neutral:active,.styleguide_v5 .dark button.wf-neutral:active{border-color:#272727;color:#272727}.styleguide_v5 a.wf-subtle,.styleguide_v5 button.wf-subtle,.styleguide_v5 .dark a.wf-subtle,.styleguide_v5 .dark button.wf-subtle{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;border-color:rgba(74,74,74,0.25);color:rgba(74,74,74,0.5);background:white}.styleguide_v5 a.wf-subtle .fa,.styleguide_v5 a.wf-subtle .icon,.styleguide_v5 button.wf-subtle .fa,.styleguide_v5 button.wf-subtle .icon,.styleguide_v5 .dark a.wf-subtle .fa,.styleguide_v5 .dark a.wf-subtle .icon,.styleguide_v5 .dark button.wf-subtle .fa,.styleguide_v5 .dark button.wf-subtle .icon{margin-right:5px}.styleguide_v5 a.wf-subtle:hover,.styleguide_v5 button.wf-subtle:hover,.styleguide_v5 .dark a.wf-subtle:hover,.styleguide_v5 .dark button.wf-subtle:hover{border-color:rgba(74,74,74,0.7);color:rgba(74,74,74,0.7)}.styleguide_v5 a.wf-subtle:active,.styleguide_v5 button.wf-subtle:active,.styleguide_v5 .dark a.wf-subtle:active,.styleguide_v5 .dark button.wf-subtle:active{border-color:#4a4a4a;color:#4a4a4a}.styleguide_v5 a.wf-flat-primary,.styleguide_v5 button.wf-flat-primary,.styleguide_v5 .dark a.wf-flat-primary,.styleguide_v5 .dark button.wf-flat-primary{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;background-color:transparent;border-color:transparent;color:#17bc92}.styleguide_v5 a.wf-flat-primary .fa,.styleguide_v5 a.wf-flat-primary .icon,.styleguide_v5 button.wf-flat-primary .fa,.styleguide_v5 button.wf-flat-primary .icon,.styleguide_v5 .dark a.wf-flat-primary .fa,.styleguide_v5 .dark a.wf-flat-primary .icon,.styleguide_v5 .dark button.wf-flat-primary .fa,.styleguide_v5 .dark button.wf-flat-primary .icon{margin-right:5px}.styleguide_v5 a.wf-flat-primary:hover,.styleguide_v5 button.wf-flat-primary:hover,.styleguide_v5 .dark a.wf-flat-primary:hover,.styleguide_v5 .dark button.wf-flat-primary:hover{background:rgba(26,209,163,0.05);border-color:transparent}.styleguide_v5 a.wf-flat-primary:active,.styleguide_v5 button.wf-flat-primary:active,.styleguide_v5 .dark a.wf-flat-primary:active,.styleguide_v5 .dark button.wf-flat-primary:active{background:rgba(26,209,163,0.1);border-color:transparent}.styleguide_v5 a.wf-flat-secondary,.styleguide_v5 button.wf-flat-secondary,.styleguide_v5 .dark a.wf-flat-secondary,.styleguide_v5 .dark button.wf-flat-secondary{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;background-color:transparent;border-color:transparent;color:#4a4a4a;font-weight:bold}.styleguide_v5 a.wf-flat-secondary .fa,.styleguide_v5 a.wf-flat-secondary .icon,.styleguide_v5 button.wf-flat-secondary .fa,.styleguide_v5 button.wf-flat-secondary .icon,.styleguide_v5 .dark a.wf-flat-secondary .fa,.styleguide_v5 .dark a.wf-flat-secondary .icon,.styleguide_v5 .dark button.wf-flat-secondary .fa,.styleguide_v5 .dark button.wf-flat-secondary .icon{margin-right:5px}.styleguide_v5 a.wf-flat-secondary:hover,.styleguide_v5 button.wf-flat-secondary:hover,.styleguide_v5 .dark a.wf-flat-secondary:hover,.styleguide_v5 .dark button.wf-flat-secondary:hover{background:rgba(74,74,74,0.05);border-color:transparent}.styleguide_v5 a.wf-flat-secondary:active,.styleguide_v5 button.wf-flat-secondary:active,.styleguide_v5 .dark a.wf-flat-secondary:active,.styleguide_v5 .dark button.wf-flat-secondary:active{background:rgba(74,74,74,0.1);border-color:transparent}.styleguide_v5 a.wf-flat-subtle,.styleguide_v5 button.wf-flat-subtle,.styleguide_v5 .dark a.wf-flat-subtle,.styleguide_v5 .dark button.wf-flat-subtle{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;background-color:transparent;border-color:transparent;color:rgba(74,74,74,0.5);font-weight:bold}.styleguide_v5 a.wf-flat-subtle .fa,.styleguide_v5 a.wf-flat-subtle .icon,.styleguide_v5 button.wf-flat-subtle .fa,.styleguide_v5 button.wf-flat-subtle .icon,.styleguide_v5 .dark a.wf-flat-subtle .fa,.styleguide_v5 .dark a.wf-flat-subtle .icon,.styleguide_v5 .dark button.wf-flat-subtle .fa,.styleguide_v5 .dark button.wf-flat-subtle .icon{margin-right:5px}.styleguide_v5 a.wf-flat-subtle:hover,.styleguide_v5 button.wf-flat-subtle:hover,.styleguide_v5 .dark a.wf-flat-subtle:hover,.styleguide_v5 .dark button.wf-flat-subtle:hover{background:rgba(74,74,74,0.05);border-color:transparent}.styleguide_v5 a.wf-flat-subtle:active,.styleguide_v5 button.wf-flat-subtle:active,.styleguide_v5 .dark a.wf-flat-subtle:active,.styleguide_v5 .dark button.wf-flat-subtle:active{background:rgba(74,74,74,0.1);border-color:transparent}.styleguide_v5 a.wf-alert,.styleguide_v5 button.wf-alert,.styleguide_v5 .dark a.wf-alert,.styleguide_v5 .dark button.wf-alert{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;border-color:#e91d51;color:white;background:#e91d51}.styleguide_v5 a.wf-alert .fa,.styleguide_v5 a.wf-alert .icon,.styleguide_v5 button.wf-alert .fa,.styleguide_v5 button.wf-alert .icon,.styleguide_v5 .dark a.wf-alert .fa,.styleguide_v5 .dark a.wf-alert .icon,.styleguide_v5 .dark button.wf-alert .fa,.styleguide_v5 .dark button.wf-alert .icon{margin-right:5px}.styleguide_v5 a.wf-alert:hover,.styleguide_v5 button.wf-alert:hover,.styleguide_v5 .dark a.wf-alert:hover,.styleguide_v5 .dark button.wf-alert:hover{border-color:#d11a48;background:#d11a48}.styleguide_v5 a.wf-alert:active,.styleguide_v5 button.wf-alert:active,.styleguide_v5 .dark a.wf-alert:active,.styleguide_v5 .dark button.wf-alert:active{border-color:#740e28;background:#740e28}.styleguide_v5 .dark a.wf-primary,.styleguide_v5 .dark button.wf-primary{background-color:rgba(26,209,163,0.8);border-color:transparent}.styleguide_v5 .dark a.wf-primary:hover,.styleguide_v5 .dark button.wf-primary:hover{background-color:#1ad1a3;border-color:transparent}.styleguide_v5 .dark a.wf-primary:active,.styleguide_v5 .dark button.wf-primary:active{background-color:#1ad1a3;border-color:transparent}.styleguide_v5 .dark a.wf-secondary,.styleguide_v5 .dark button.wf-secondary{border-color:transparent;mix-blend-mode:lighten;color:#263f4e;background:rgba(255,255,255,0.7)}.styleguide_v5 .dark a.wf-secondary:hover,.styleguide_v5 .dark button.wf-secondary:hover{border-color:transparent;background:rgba(255,255,255,0.9)}.styleguide_v5 .dark a.wf-secondary:active,.styleguide_v5 .dark button.wf-secondary:active{background:white;border-color:white}.styleguide_v5 .dark a.wf-neutral,.styleguide_v5 .dark button.wf-neutral{color:rgba(255,255,255,0.75);border-color:rgba(255,255,255,0.75);background:transparent}.styleguide_v5 .dark a.wf-neutral:hover,.styleguide_v5 .dark button.wf-neutral:hover{border-color:rgba(255,255,255,0.85);color:rgba(255,255,255,0.85)}.styleguide_v5 .dark a.wf-neutral:active,.styleguide_v5 .dark button.wf-neutral:active{border-color:white;color:white}.styleguide_v5 .dark a.wf-subtle,.styleguide_v5 .dark button.wf-subtle{color:rgba(255,255,255,0.25);border-color:rgba(255,255,255,0.25);background-color:transparent}.styleguide_v5 .dark a.wf-subtle:hover,.styleguide_v5 .dark button.wf-subtle:hover{border-color:rgba(255,255,255,0.5);color:rgba(255,255,255,0.5)}.styleguide_v5 .dark a.wf-subtle:active,.styleguide_v5 .dark button.wf-subtle:active{border-color:rgba(255,255,255,0.75);color:rgba(255,255,255,0.75)}.styleguide_v5 .dark a.wf-flat-primary:hover,.styleguide_v5 .dark button.wf-flat-primary:hover{border-color:transparent;background-color:rgba(26,209,163,0.05)}.styleguide_v5 .dark a.wf-flat-primary:active,.styleguide_v5 .dark button.wf-flat-primary:active{border-color:transparent;background-color:rgba(26,209,163,0.1)}.styleguide_v5 .dark a.wf-flat-secondary,.styleguide_v5 .dark button.wf-flat-secondary{color:rgba(255,255,255,0.5)}.styleguide_v5 .dark a.wf-flat-secondary:hover,.styleguide_v5 .dark button.wf-flat-secondary:hover{background-color:rgba(255,255,255,0.05)}.styleguide_v5 .dark a.wf-flat-secondary:active,.styleguide_v5 .dark button.wf-flat-secondary:active{background-color:rgba(255,255,255,0.1)}.styleguide_v5 .dark a.wf-alert,.styleguide_v5 .dark button.wf-alert{background-color:rgba(233,29,81,0.8);border-color:transparent}.styleguide_v5 .dark a.wf-alert:hover,.styleguide_v5 .dark button.wf-alert:hover{background-color:rgba(233,29,81,0.9);border-color:transparent}.styleguide_v5 .dark a.wf-alert:active,.styleguide_v5 .dark button.wf-alert:active{background-color:#e91d51;border-color:transparent}.styleguide_v5 a.wf-facebook,.styleguide_v5 button.wf-facebook,.styleguide_v5 a.wf-facebook-linked,.styleguide_v5 button.wf-facebook-linked,.styleguide_v5 .dark a.wf-facebook,.styleguide_v5 .dark button.wf-facebook,.styleguide_v5 .dark a.wf-facebook-linked,.styleguide_v5 .dark button.wf-facebook-linked{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;border-color:#415e9b;background:#415e9b;font-weight:bold;color:white}.styleguide_v5 a.wf-facebook .fa,.styleguide_v5 a.wf-facebook .icon,.styleguide_v5 button.wf-facebook .fa,.styleguide_v5 button.wf-facebook .icon,.styleguide_v5 a.wf-facebook-linked .fa,.styleguide_v5 a.wf-facebook-linked .icon,.styleguide_v5 button.wf-facebook-linked .fa,.styleguide_v5 button.wf-facebook-linked .icon,.styleguide_v5 .dark a.wf-facebook .fa,.styleguide_v5 .dark a.wf-facebook .icon,.styleguide_v5 .dark button.wf-facebook .fa,.styleguide_v5 .dark button.wf-facebook .icon,.styleguide_v5 .dark a.wf-facebook-linked .fa,.styleguide_v5 .dark a.wf-facebook-linked .icon,.styleguide_v5 .dark button.wf-facebook-linked .fa,.styleguide_v5 .dark button.wf-facebook-linked .icon{margin-right:5px}.styleguide_v5 a.wf-facebook:hover,.styleguide_v5 button.wf-facebook:hover,.styleguide_v5 a.wf-facebook-linked:hover,.styleguide_v5 button.wf-facebook-linked:hover,.styleguide_v5 .dark a.wf-facebook:hover,.styleguide_v5 .dark button.wf-facebook:hover,.styleguide_v5 .dark a.wf-facebook-linked:hover,.styleguide_v5 .dark button.wf-facebook-linked:hover{background:#3a548b;border-color:#3a548b}.styleguide_v5 a.wf-facebook:active,.styleguide_v5 button.wf-facebook:active,.styleguide_v5 a.wf-facebook-linked:active,.styleguide_v5 button.wf-facebook-linked:active,.styleguide_v5 .dark a.wf-facebook:active,.styleguide_v5 .dark button.wf-facebook:active,.styleguide_v5 .dark a.wf-facebook-linked:active,.styleguide_v5 .dark button.wf-facebook-linked:active{background:#344b7c;border-color:#344b7c}.styleguide_v5 a.wf-facebook-linked,.styleguide_v5 button.wf-facebook-linked{background-color:transparent;color:#415e9b}.styleguide_v5 a.wf-facebook-linked:hover,.styleguide_v5 button.wf-facebook-linked:hover{background:transparent;color:#3a548b}.styleguide_v5 a.wf-facebook-linked:active,.styleguide_v5 button.wf-facebook-linked:active{background-color:transparent;color:#344b7c}.styleguide_v5 a.wf-twitter,.styleguide_v5 button.wf-twitter,.styleguide_v5 a.wf-twitter-linked,.styleguide_v5 button.wf-twitter-linked,.styleguide_v5 .dark a.wf-twitter,.styleguide_v5 .dark button.wf-twitter,.styleguide_v5 .dark a.wf-twitter-linked,.styleguide_v5 .dark button.wf-twitter-linked{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;border-color:#2fc2ef;background:#2fc2ef;font-weight:bold;color:white}.styleguide_v5 a.wf-twitter .fa,.styleguide_v5 a.wf-twitter .icon,.styleguide_v5 button.wf-twitter .fa,.styleguide_v5 button.wf-twitter .icon,.styleguide_v5 a.wf-twitter-linked .fa,.styleguide_v5 a.wf-twitter-linked .icon,.styleguide_v5 button.wf-twitter-linked .fa,.styleguide_v5 button.wf-twitter-linked .icon,.styleguide_v5 .dark a.wf-twitter .fa,.styleguide_v5 .dark a.wf-twitter .icon,.styleguide_v5 .dark button.wf-twitter .fa,.styleguide_v5 .dark button.wf-twitter .icon,.styleguide_v5 .dark a.wf-twitter-linked .fa,.styleguide_v5 .dark a.wf-twitter-linked .icon,.styleguide_v5 .dark button.wf-twitter-linked .fa,.styleguide_v5 .dark button.wf-twitter-linked .icon{margin-right:5px}.styleguide_v5 a.wf-twitter:hover,.styleguide_v5 button.wf-twitter:hover,.styleguide_v5 a.wf-twitter-linked:hover,.styleguide_v5 button.wf-twitter-linked:hover,.styleguide_v5 .dark a.wf-twitter:hover,.styleguide_v5 .dark button.wf-twitter:hover,.styleguide_v5 .dark a.wf-twitter-linked:hover,.styleguide_v5 .dark button.wf-twitter-linked:hover{background:#2aaed7;border-color:#2aaed7}.styleguide_v5 a.wf-twitter:active,.styleguide_v5 button.wf-twitter:active,.styleguide_v5 a.wf-twitter-linked:active,.styleguide_v5 button.wf-twitter-linked:active,.styleguide_v5 .dark a.wf-twitter:active,.styleguide_v5 .dark button.wf-twitter:active,.styleguide_v5 .dark a.wf-twitter-linked:active,.styleguide_v5 .dark button.wf-twitter-linked:active{background:#259bbf;border-color:#259bbf}.styleguide_v5 a.wf-twitter-linked,.styleguide_v5 button.wf-twitter-linked{background-color:transparent;color:#2fc2ef}.styleguide_v5 a.wf-twitter-linked:hover,.styleguide_v5 button.wf-twitter-linked:hover{background:transparent;color:#2aaed7}.styleguide_v5 a.wf-twitter-linked:active,.styleguide_v5 button.wf-twitter-linked:active{background-color:transparent;color:#259bbf}.styleguide_v5 a.wf-linkedin,.styleguide_v5 button.wf-linkedin,.styleguide_v5 a.wf-linkedin-linked,.styleguide_v5 button.wf-linkedin-linked,.styleguide_v5 .dark a.wf-linkedin,.styleguide_v5 .dark button.wf-linkedin,.styleguide_v5 .dark a.wf-linkedin-linked,.styleguide_v5 .dark button.wf-linkedin-linked{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;border-color:#1a85bc;background:#1a85bc;font-weight:bold;color:white}.styleguide_v5 a.wf-linkedin .fa,.styleguide_v5 a.wf-linkedin .icon,.styleguide_v5 button.wf-linkedin .fa,.styleguide_v5 button.wf-linkedin .icon,.styleguide_v5 a.wf-linkedin-linked .fa,.styleguide_v5 a.wf-linkedin-linked .icon,.styleguide_v5 button.wf-linkedin-linked .fa,.styleguide_v5 button.wf-linkedin-linked .icon,.styleguide_v5 .dark a.wf-linkedin .fa,.styleguide_v5 .dark a.wf-linkedin .icon,.styleguide_v5 .dark button.wf-linkedin .fa,.styleguide_v5 .dark button.wf-linkedin .icon,.styleguide_v5 .dark a.wf-linkedin-linked .fa,.styleguide_v5 .dark a.wf-linkedin-linked .icon,.styleguide_v5 .dark button.wf-linkedin-linked .fa,.styleguide_v5 .dark button.wf-linkedin-linked .icon{margin-right:5px}.styleguide_v5 a.wf-linkedin:hover,.styleguide_v5 button.wf-linkedin:hover,.styleguide_v5 a.wf-linkedin-linked:hover,.styleguide_v5 button.wf-linkedin-linked:hover,.styleguide_v5 .dark a.wf-linkedin:hover,.styleguide_v5 .dark button.wf-linkedin:hover,.styleguide_v5 .dark a.wf-linkedin-linked:hover,.styleguide_v5 .dark button.wf-linkedin-linked:hover{background:#1777a9;border-color:#1777a9}.styleguide_v5 a.wf-linkedin:active,.styleguide_v5 button.wf-linkedin:active,.styleguide_v5 a.wf-linkedin-linked:active,.styleguide_v5 button.wf-linkedin-linked:active,.styleguide_v5 .dark a.wf-linkedin:active,.styleguide_v5 .dark button.wf-linkedin:active,.styleguide_v5 .dark a.wf-linkedin-linked:active,.styleguide_v5 .dark button.wf-linkedin-linked:active{background:#146a96;border-color:#146a96}.styleguide_v5 a.wf-linkedin-linked,.styleguide_v5 button.wf-linkedin-linked{background-color:transparent;color:#1a85bc}.styleguide_v5 a.wf-linkedin-linked:hover,.styleguide_v5 button.wf-linkedin-linked:hover{background:transparent;color:#1777a9}.styleguide_v5 a.wf-linkedin-linked:active,.styleguide_v5 button.wf-linkedin-linked:active{background-color:transparent;color:#146a96}.styleguide_v5 a.wf-gplus,.styleguide_v5 button.wf-gplus,.styleguide_v5 a.wf-gplus-linked,.styleguide_v5 button.wf-gplus-linked,.styleguide_v5 .dark a.wf-gplus,.styleguide_v5 .dark button.wf-gplus,.styleguide_v5 .dark a.wf-gplus-linked,.styleguide_v5 .dark button.wf-gplus-linked{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block;border-radius:50px;padding-top:11px;padding-bottom:11px;padding-left:15px;padding-right:15px;background:transparent;border-style:solid;border-width:2px;text-align:center;height:none;width:auto;font-size:.75em;text-transform:uppercase;line-height:1em;font-weight:700;min-width:90px;margin-top:8px;margin-bottom:8px;-webkit-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-moz-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;-o-transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;transition:border 300ms ease-in-out,background 300ms ease-in-out,color 300ms ease-in-out;border-color:#dd4b39;background:#dd4b39;font-weight:bold;color:white}.styleguide_v5 a.wf-gplus .fa,.styleguide_v5 a.wf-gplus .icon,.styleguide_v5 button.wf-gplus .fa,.styleguide_v5 button.wf-gplus .icon,.styleguide_v5 a.wf-gplus-linked .fa,.styleguide_v5 a.wf-gplus-linked .icon,.styleguide_v5 button.wf-gplus-linked .fa,.styleguide_v5 button.wf-gplus-linked .icon,.styleguide_v5 .dark a.wf-gplus .fa,.styleguide_v5 .dark a.wf-gplus .icon,.styleguide_v5 .dark button.wf-gplus .fa,.styleguide_v5 .dark button.wf-gplus .icon,.styleguide_v5 .dark a.wf-gplus-linked .fa,.styleguide_v5 .dark a.wf-gplus-linked .icon,.styleguide_v5 .dark button.wf-gplus-linked .fa,.styleguide_v5 .dark button.wf-gplus-linked .icon{margin-right:5px}.styleguide_v5 a.wf-gplus:hover,.styleguide_v5 button.wf-gplus:hover,.styleguide_v5 a.wf-gplus-linked:hover,.styleguide_v5 button.wf-gplus-linked:hover,.styleguide_v5 .dark a.wf-gplus:hover,.styleguide_v5 .dark button.wf-gplus:hover,.styleguide_v5 .dark a.wf-gplus-linked:hover,.styleguide_v5 .dark button.wf-gplus-linked:hover{background:#c64333;border-color:#c64333}.styleguide_v5 a.wf-gplus:active,.styleguide_v5 button.wf-gplus:active,.styleguide_v5 a.wf-gplus-linked:active,.styleguide_v5 button.wf-gplus-linked:active,.styleguide_v5 .dark a.wf-gplus:active,.styleguide_v5 .dark button.wf-gplus:active,.styleguide_v5 .dark a.wf-gplus-linked:active,.styleguide_v5 .dark button.wf-gplus-linked:active{background:#b03c2d;border-color:#b03c2d}.styleguide_v5 a.wf-gplus-linked,.styleguide_v5 button.wf-gplus-linked{background-color:transparent;color:#dd4b39}.styleguide_v5 a.wf-gplus-linked:hover,.styleguide_v5 button.wf-gplus-linked:hover{background:transparent;color:#c64333}.styleguide_v5 a.wf-gplus-linked:active,.styleguide_v5 button.wf-gplus-linked:active{background-color:transparent;color:#b03c2d}.styleguide_v5 .dark a.wf-facebook:hover,.styleguide_v5 .dark button.wf-facebook:hover{background-color:#4969ad;border-color:transparent}.styleguide_v5 .dark a.wf-facebook:active,.styleguide_v5 .dark button.wf-facebook:active{background-color:#5776b8;border-color:transparent}.styleguide_v5 .dark a.wf-facebook-linked,.styleguide_v5 .dark button.wf-facebook-linked{background-color:transparent;color:#8d9ec3;border-color:#8d9ec3}.styleguide_v5 .dark a.wf-facebook-linked:hover,.styleguide_v5 .dark button.wf-facebook-linked:hover{background-color:transparent;border-color:#a0aecd;color:#a0aecd}.styleguide_v5 .dark a.wf-facebook-linked:active,.styleguide_v5 .dark button.wf-facebook-linked:active{background-color:transparent;border-color:#b3bed7;color:#b3bed7}.styleguide_v5 .dark a.wf-twitter:hover,.styleguide_v5 .dark button.wf-twitter:hover{background-color:#47c9f1;border-color:transparent}.styleguide_v5 .dark a.wf-twitter:active,.styleguide_v5 .dark button.wf-twitter:active{background-color:#5ed0f3;border-color:transparent}.styleguide_v5 .dark a.wf-twitter-linked,.styleguide_v5 .dark button.wf-twitter-linked{background-color:transparent;color:#39c5ef;border-color:#39c5ef}.styleguide_v5 .dark a.wf-twitter-linked:hover,.styleguide_v5 .dark button.wf-twitter-linked:hover{background-color:transparent;border-color:#58cef2;color:#58cef2}.styleguide_v5 .dark a.wf-twitter-linked:active,.styleguide_v5 .dark button.wf-twitter-linked:active{background-color:transparent;border-color:#6dd4f3;color:#6dd4f3}.styleguide_v5 .dark a.wf-linkedin:hover,.styleguide_v5 .dark button.wf-linkedin:hover{background-color:#1d95d2;border-color:transparent}.styleguide_v5 .dark a.wf-linkedin:active,.styleguide_v5 .dark button.wf-linkedin:active{background-color:#28a2e1;border-color:transparent}.styleguide_v5 .dark a.wf-linkedin-linked,.styleguide_v5 .dark button.wf-linkedin-linked{background-color:transparent;color:#3c97c6;border-color:#3c97c6}.styleguide_v5 .dark a.wf-linkedin-linked:hover,.styleguide_v5 .dark button.wf-linkedin-linked:hover{background-color:transparent;border-color:#5ea9d0;color:#5ea9d0}.styleguide_v5 .dark a.wf-linkedin-linked:active,.styleguide_v5 .dark button.wf-linkedin-linked:active{background-color:transparent;border-color:#75b5d6;color:#75b5d6}.styleguide_v5 .dark a.wf-gplus:hover,.styleguide_v5 .dark button.wf-gplus:hover{background-color:#e15f4f;border-color:transparent}.styleguide_v5 .dark a.wf-gplus:active,.styleguide_v5 .dark button.wf-gplus:active{background-color:#e47365;border-color:transparent}.styleguide_v5 .dark a.wf-gplus-linked,.styleguide_v5 .dark button.wf-gplus-linked{background-color:transparent;color:#de5442;border-color:#de5442}.styleguide_v5 .dark a.wf-gplus-linked:hover,.styleguide_v5 .dark button.wf-gplus-linked:hover{background-color:transparent;border-color:#e26656;color:#e26656}.styleguide_v5 .dark a.wf-gplus-linked:active,.styleguide_v5 .dark button.wf-gplus-linked:active{background-color:transparent;border-color:#e5786a;color:#e5786a}.styleguide_v5 a.wf-large,.styleguide_v5 button.wf-large{border-width:3px;padding-left:20px;padding-right:20px;line-height:1.1em;font-size:1.1em}.styleguide_v5 a.wf-small,.styleguide_v5 button.wf-small{border-width:1px;line-height:.625em;font-size:.625em}.styleguide_v5 .dark a.wf-small,.styleguide_v5 .dark button.wf-small{border-width:1px;line-height:.625em;font-size:.625em}.styleguide_v5 .wf-user-tag{display:inline-block;background:rgba(182,211,229,0.25);border-radius:3px;padding:2px;font-size:10px;color:rgba(0,0,0,0.25)}.styleguide_v5 .wf-tag,.styleguide_v5 .dark .wf-tag{text-align:center;background-color:rgba(74,74,74,0.75);min-width:60px;font-size:.75em;text-transform:uppercase;padding:5px 10px;border-radius:3px;color:white;font-weight:700;display:inline-block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.styleguide_v5 .dark .wf-tag{background-color:rgba(255,255,255,0.75);color:#263f4e}.styleguide_v5 .wf-tag.light{background-color:rgba(74,74,74,0.25);color:#4a4a4a}.styleguide_v5 .dark .wf-tag.light{background-color:rgba(255,255,255,0.25);color:white}.styleguide_v5 .wf-tag.red{background-color:#e91d51;color:white}.styleguide_v5 .wf-tag.yellow{background-color:#ffc800;color:white}.styleguide_v5 .wf-tag.orange{background-color:#ff5800;color:white}.styleguide_v5 .wf-tag.blue{background-color:#0277bd;color:white}.styleguide_v5 a,.styleguide_v5 span.fake-link{-webkit-transition:text-decoration 100ms ease-in-out,color 100ms ease-in-out,border 100ms ease-in-out;-moz-transition:text-decoration 200ms ease-in-out,color 200ms ease-in-out,border 200ms ease-in-out;-o-transition:text-decoration 200ms ease-in-out,color 200ms ease-in-out,border 200ms ease-in-out;transition:text-decoration 200ms ease-in-out,color 200ms ease-in-out,border 200ms ease-in-out;text-decoration:none;color:#0277bd;cursor:pointer}.styleguide_v5 a:hover,.styleguide_v5 span.fake-link:hover{color:#0165a0}.styleguide_v5 a:hover,.styleguide_v5 span.fake-link:hover{color:#01598d}.styleguide_v5 .dark a,.styleguide_v5 .dark span.fake-link{-webkit-transition:text-decoration 100ms ease-in-out,color 100ms ease-in-out,border 100ms ease-in-out;-moz-transition:text-decoration 200ms ease-in-out,color 200ms ease-in-out,border 200ms ease-in-out;-o-transition:text-decoration 200ms ease-in-out,color 200ms ease-in-out,border 200ms ease-in-out;transition:text-decoration 200ms ease-in-out,color 200ms ease-in-out,border 200ms ease-in-out;text-decoration:none;color:#80bbde;cursor:pointer}.styleguide_v5 .dark a:hover,.styleguide_v5 .dark span.fake-link:hover{color:#bfddee}.styleguide_v5 .dark a:active,.styleguide_v5 .dark span.fake-link:active{color:#bfddee}.styleguide_v5 a.wf-inline-muted,.styleguide_v5 span.wf-block-muted-link{color:#4a4a4a;border-bottom:1px solid #4a4a4a;padding-bottom:2px}.styleguide_v5 a.wf-inline-muted:hover,.styleguide_v5 span.wf-block-muted-link:hover{color:rgba(2,119,189,0.9);border-bottom:1px solid rgba(2,119,189,0.9)}.styleguide_v5 a.wf-inline-muted:active,.styleguide_v5 span.wf-block-muted-link:active{color:#0277bd;border-bottom:1px solid #0277bd}.styleguide_v5 .dark a.wf-inline-muted,.styleguide_v5 .dark span.wf-block-muted-link{color:white;border-bottom:1px solid white}.styleguide_v5 .dark a.wf-inline-muted:hover,.styleguide_v5 .dark span.wf-block-muted-link:hover{color:#f9fcfd;border-bottom:1px solid #f9fcfd}.styleguide_v5 .dark a.wf-inline-muted:active,.styleguide_v5 .dark span.wf-block-muted-link:active{color:#bfddee;border-bottom:1px solid #bfddee}.styleguide_v5 a.wf-standalone-bold,.styleguide_v5 span.wf-standalone-bold-link{color:#4a4a4a;font-weight:700;border-bottom:2px solid #0277bd;cursor:pointer}.styleguide_v5 a.wf-standalone-bold:hover,.styleguide_v5 span.wf-standalone-bold-link:hover{color:#0277bd;border-bottom:2px solid #016baa}.styleguide_v5 a.wf-standalone-bold:active,.styleguide_v5 span.wf-standalone-bold-link:active{color:#016baa;border-bottom:2px solid #016baa}.styleguide_v5 .dark a.wf-standalone-bold,.styleguide_v5 .dark span.wf-standalone-bold-link{color:white;border-bottom:2px solid #80bbde}.styleguide_v5 .dark a.wf-standalone-bold:hover,.styleguide_v5 .dark span.wf-standalone-bold-link:hover{color:#f9fcfd;border-bottom:2px solid #80bbde}.styleguide_v5 .dark a.wf-standalone-bold:active,.styleguide_v5 .dark span.wf-standalone-bold-link:active{color:#bfddee;border-bottom:2px solid #80bbde}.styleguide_v5 button.wf-standalone{padding:0;line-height:initial;width:auto}.styleguide_v5 a.wf-standalone,.styleguide_v5 span.wf-standalone-link,.styleguide_v5 button.wf-standalone{background-color:transparent;border-color:transparent;color:#4a4a4a;margin-bottom:3px;border-radius:0px;border-bottom:1px solid rgba(2,119,189,0.75);cursor:pointer}.styleguide_v5 a.wf-standalone:hover,.styleguide_v5 span.wf-standalone-link:hover,.styleguide_v5 button.wf-standalone:hover{border-color:#0277bd;color:#0277bd}.styleguide_v5 a.wf-standalone:active,.styleguide_v5 span.wf-standalone-link:active,.styleguide_v5 button.wf-standalone:active{color:#01598d;border-color:#01598d}.styleguide_v5 .dark a.wf-standalone,.styleguide_v5 .dark span.wf-standalone-link{color:white;border-bottom:1px solid #80bbde}.styleguide_v5 .dark a.wf-standalone:hover,.styleguide_v5 .dark span.wf-standalone-link:hover{color:#f9fcfd;border-bottom:1px solid #80bbde}.styleguide_v5 .dark a.wf-standalone:active,.styleguide_v5 .dark span.wf-standalone-link:active{color:#bfddee;border-bottom:1px solid #80bbde}.styleguide_v5 a.wf-standalone-muted,.styleguide_v5 span.wf-standalone-muted-link{background-color:transparent;border-color:transparent;color:rgba(74,74,74,0.5);margin-bottom:3px;border-radius:0px;border-bottom:1px solid rgba(2,119,189,0.5)}.styleguide_v5 a.wf-standalone-muted:hover,.styleguide_v5 span.wf-standalone-muted-link:hover{border-color:rgba(2,119,189,0.75);color:rgba(74,74,74,0.75)}.styleguide_v5 a.wf-standalone-muted:active,.styleguide_v5 span.wf-standalone-muted-link:active{border-color:#0277bd;color:#4a4a4a}.styleguide_v5 .dark a.wf-standalone-muted,.styleguide_v5 .dark span.wf-standalone-muted-link{color:rgba(255,255,255,0.5);border-bottom:1px solid #80bbde}.styleguide_v5 .dark a.wf-standalone-muted:hover,.styleguide_v5 .dark span.wf-standalone-muted-link:hover{color:rgba(255,255,255,0.75);border-bottom:1px solid #bfddee}.styleguide_v5 .dark a.wf-standalone-muted:active,.styleguide_v5 .dark span.wf-standalone-muted-link:active{color:white;border-bottom:1px solid #bfddee}.styleguide_v5 span.wf-inline-define-bold,.styleguide_v5 a.wf-inline-define-bold{font-weight:700;padding-bottom:0px;border-bottom:2px dotted #ffc800;cursor:pointer}.styleguide_v5 span.wf-inline-define,.styleguide_v5 a.wf-inline-define{font-weight:500;padding-bottom:0px;border-bottom:2px dotted #ffc800;cursor:pointer}.styleguide_v5 span.wf-standalone-define,.styleguide_v5 a.wf-standalone-define{font-weight:700;padding-bottom:0px;border-bottom:2px dotted #ffc800;cursor:pointer}.styleguide_v5 .wf-base-font{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.styleguide_v5 .wf-light{font-weight:100}.styleguide_v5 .wf-base-uploader{background:#f8f8f8;border:1px dashed #aaa;min-width:50px;display:flex;align-items:center;justify-content:center;text-align:Center;cursor:pointer;color:rgba(74,74,74,0.5);font-size:13px;-webkit-transition:background 200ms ease-in-out;-moz-transition:background 200ms ease-in-out;-o-transition:background 200ms ease-in-out;transition:background 200ms ease-in-out;position:relative}.styleguide_v5 .wf-base-uploader .aspect_ratio_wrapper{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;text-align:center;justify-content:center;align-items:center}.styleguide_v5 .wf-base-uploader:hover{background:#f3f3f3;color:#4a4a4a}.styleguide_v5 .wf-base-uploader:hover .fa-image,.styleguide_v5 .wf-base-uploader:hover .placeholder-text{color:#4a4a4a}.styleguide_v5 .wf-base-uploader .fa-image,.styleguide_v5 .wf-base-uploader .fa-video{font-size:3em;-webkit-transition:color 200ms ease-in-out;-moz-transition:color 200ms ease-in-out;-o-transition:color 200ms ease-in-out;transition:color 200ms ease-in-out}.styleguide_v5 .wf-base-uploader .placeholder-text{font-size:.75em;text-transform:uppercase;padding:2px;-webkit-transition:color 200ms ease-in-out;-moz-transition:color 200ms ease-in-out;-o-transition:color 200ms ease-in-out;transition:color 200ms ease-in-out}.wf-box-subtle{background:#f9fcfd;padding:10px;border-radius:3px;border:1px solid #e5f1f8}
.ab_test-invest_vs_commit.commit .ab_test-invest_vs_commit-invest{display:none}.ab_test-invest_vs_commit.commit .ab_test-invest_vs_commit-commit{display:inline !important}.ab_test-invest_vs_commit.back .ab_test-invest_vs_commit-invest{display:none}.ab_test-invest_vs_commit.back .ab_test-invest_vs_commit-back{display:inline !important}
.admin-page{margin:80px auto;width:100%;max-width:1000px;font-size:12px}.admin-page.full-screen{width:95%;max-width:none}.admin-page .pull-left{float:left}.admin-page .pull-right{float:right}.admin-page .errors,.admin-page .warning{font-size:12px;color:#e91d51}.admin-page .warning{font-weight:700}.admin-page hr{margin:30px 0;border-color:rgba(74,74,74,0.07)}.admin-page .table{width:100%}.admin-page .table thead th{padding:10px;font-weight:700}.admin-page .table .row{padding:10px;border-radius:3px}.admin-page .table .row:hover{background:rgba(74,74,74,0.05)}.admin-page .table .row td{padding:10px}.admin-page .table .row .actions{font-size:12px}.admin-page .table .row .actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}.admin-page .table .row .actions .fa:hover{color:rgba(74,74,74,0.75)}
#admin-company-create-profile-page{margin:50px auto}#admin-company-create-profile-page .errors{margin-top:10px;color:#e91d51;font-size:12px}#admin-company-create-profile-page .success-message{padding:15px;background:rgba(26,209,163,0.1);border:2px solid rgba(26,209,163,0.4);border-radius:3px}
#admin-company-waive-fundraise-fee{margin:50px auto}#admin-company-waive-fundraise-fee .fundraise{margin:30px 0}#admin-company-waive-fundraise-fee .fundraise .errored{margin-top:10px;color:#e91d51;font-size:12px}
#company-notes-page .sticky-note{margin-bottom:30px}#company-notes-page .sticky-note .sticky-label{color:rgba(74,74,74,0.5);text-transform:uppercase;font-size:.75em;position:absolute;z-index:3000;margin-top:20px;margin-left:10px;font-weight:bold}#company-notes-page .sticky-note .wf-redactor{border:0px !important;font-size:.875em;background:rgba(255,200,0,0.1);padding-top:20px}#company-notes-page .note_filter_bar{font-size:8px;padding-bottom:5px}#company-notes-page .right{float:right;margin-right:5px}#company-notes-page .left{float:left;margin-left:5px}#company-notes-page .enable_note_type{float:left;text-transform:uppercase;margin-right:2px;padding-top:3px;padding-bottom:3px;padding-right:2px;padding-left:1px}#company-notes-page .enable_note_type.user_note{background:#BDE18C}#company-notes-page .enable_note_type.call{background:#BDE18C}#company-notes-page .enable_note_type.profile{background:#E1E1E1}#company-notes-page .enable_note_type.form_c{background:#E4DCFA}#company-notes-page .enable_note_type.funding{background:#FEEBC6}#company-notes-page .enable_note_type.closing{background:#F4D0D0}#company-notes-page .enable_note_type.email{background:#F4D0D0}#company-notes-page .enable_note_type.updates{background:#E1E1E1}#company-notes-page .enable_note_type.ops_log{background:#eee}#company-notes-page .expand{float:right}#company-notes-page .note_preview{margin-top:15px;margin-bottom:15px;padding-left:10px}#company-notes-page .note_preview pre{white-space:pre-wrap}#company-notes-page .note_preview.user_note{border-left:2px solid #bde18c}#company-notes-page .note_preview.call{border-left:2px solid #bde18c}#company-notes-page .note_preview.email{border-left:2px solid #f4d0d0}#company-notes-page .note_preview.profile{border-left:2px solid #D4D4D4}#company-notes-page .note_preview.form_c{border-left:2px solid #D2C4F7}#company-notes-page .note_preview.funding{border-left:2px solid #ECDCBD}#company-notes-page .note_preview.closing{border-left:2px solid #E2AFAF}#company-notes-page .note_preview.updates{border-left:2px solid #e1e1e1}#company-notes-page .company-crm button.hubspot-btn{background:#d8621d;border-color:#d8621d}#company-notes-page .company-crm button.hubspot-btn:hover{background:#c2581a;border-color:#c2581a}#company-notes-page .company-crm button.hubspot-btn:active{background:#ac4e17;border-color:#ac4e17}#company-notes-page .company-crm .hubspot-icon{color:#d8621d;font-size:24px;margin-top:20px}#company-notes-page .company-note-form{margin-bottom:20px}#company-notes-page .company-note-form .field textarea{width:475px}#company-notes-page .company-notes{margin-top:10px}#company-notes-page .company-notes .company-notes-table{width:100%}#company-notes-page .company-notes .company-notes-table tr td{padding:15px;max-width:700px;border:1px solid #e1e1e1}#company-notes-page .company-notes .company-notes-table tr td pre{white-space:pre-wrap}#company-notes-page .company-notes .company-notes-table tr td.note-type{width:75px;vertical-align:top;font-weight:700;font-size:10px;text-transform:uppercase;text-align:right;color:rgba(74,74,74,0.8);border-top:1px solid #e1e1e1;border-left:1px solid #e1e1e1}#company-notes-page .company-notes .company-notes-table tr td.note-message{font-size:12px}#company-notes-page .company-notes .company-notes-table tr td.note-created-at{width:100px;vertical-align:top;font-weight:700;font-size:10px;text-align:right;color:rgba(74,74,74,0.5)}#company-notes-page .company-notes .company-notes-table tr.user_note{border-left:8px solid #bde18c}#company-notes-page .company-notes .company-notes-table tr.call{border-left:8px solid #bde18c}#company-notes-page .company-notes .company-notes-table tr.email{border-left:8px solid #f4d0d0}#company-notes-page .company-notes .company-notes-table tr.profile{border-left:8px solid #D4D4D4}#company-notes-page .company-notes .company-notes-table tr.form_c{border-left:8px solid #D2C4F7}#company-notes-page .company-notes .company-notes-table tr.funding{border-left:8px solid #ECDCBD}#company-notes-page .company-notes .company-notes-table tr.closing{border-left:8px solid #E2AFAF}#company-notes-page .company-notes .company-notes-table tr.updates{border-left:8px solid #e1e1e1}#company-notes-page .errors{color:#f4d0d0;font-size:12px}
#admin-compliance-page{width:1350px;margin:80px auto}#admin-compliance-page table.important-dates{width:100%}#admin-compliance-page table.important-dates tr{margin-top:2px}#admin-compliance-page table.important-dates tr td{margin-top:2px;padding-top:2px;padding-bottom:2px;padding-left:5px;font-size:10px}
.drawInstructionEditor .drawInstructionEditor-editorContainer{position:relative}.drawInstructionEditor .drawInstructionEditor-editorContainer .drawInstructionEditor-editor{display:inline-block;border:1px solid black}.drawInstructionEditor .saveButton{margin-left:50px}.drawInstructionEditor .drawInstructionEditor-page{display:flex}.drawInstructionEditor .drawInstructionEditor-page .drawInstructionsEditor-fieldsEditor{padding-left:20px}.drawInstructionEditor .drawInstructionEditor-page .drawInstructionsEditor-fieldsEditor .label{display:inline-block;font-weight:bold;width:300px}.drawInstructionEditor .drawInstructionEditor-page .drawInstructionsEditor-fieldsEditor .value{display:inline-block;width:500px}.drawInstructionEditor .drawInstructionEditor-box{position:absolute;top:0;left:0;border:2px solid black;width:150px;height:21px;font-size:10px}.drawInstructionEditor table th{text-align:center}.drawInstructionEditor table td{width:100px;text-align:right}.drawInstructionEditor generic-draw-instruction{position:absolute;border:1px solid black;background-color:rgba(250,250,0,0.8)}.drawInstructionEditor generic-draw-instruction.selected{background-color:rgba(0,250,250,0.8)}.drawInstructionEditor .genericDrawInstruction{position:relative}.drawInstructionEditor .selectIcon{position:absolute;top:-7px;left:-37px;width:25px;height:25px;border-radius:12.5px;line-height:25px;background-color:rgba(0,0,0,0.2);text-align:center;color:rgba(255,255,255,0.8)}.drawInstructionEditor .selectIcon:hover{cursor:pointer}
#admin-cpct-verify-page{margin:50px auto}#admin-cpct-verify-page p,#admin-cpct-verify-page ul,#admin-cpct-verify-page li,#admin-cpct-verify-page label,#admin-cpct-verify-page input,#admin-cpct-verify-page a{font-size:12px}#admin-cpct-verify-page ul{margin-left:10px}#admin-cpct-verify-page ul li{margin:0}#admin-cpct-verify-page hr{margin:20px 0}#admin-cpct-verify-page .field,#admin-cpct-verify-page .actions{margin-top:20px}#admin-cpct-verify-page .field textarea,#admin-cpct-verify-page .actions textarea{width:300px}
#admin-deal-flow{margin:80px 0}#admin-deal-flow .exhibit{margin-top:20px}#admin-deal-flow .exhibit table{font-size:13px;text-align:cetner;width:100%;margin-bottom:10px}#admin-deal-flow .exhibit table .even-row{background:#FAFAFA}#admin-deal-flow .exhibit table .odd-row{background:white}#admin-deal-flow .exhibit table .even-row:hover,#admin-deal-flow .exhibit table .odd-row:hover{background:rgba(74,74,74,0.05)}#admin-deal-flow .exhibit table .boomeranged{opacity:0.5}#admin-deal-flow .exhibit table tr .company-name{cursor:pointer}#admin-deal-flow .exhibit table tr .hire-wefunder{color:#e91d51;text-transform:uppercase;font-size:10px}#admin-deal-flow .exhibit table tr .contact-info{float:left;width:245px}#admin-deal-flow .exhibit table tr .notes{float:left;margin-left:80px;width:305px;font-size:12px}#admin-deal-flow .exhibit table tr .checklist{width:270px;float:left;margin-left:50px;line-height:1em}#admin-deal-flow .exhibit table tr .checklist .checklist-item{cursor:pointer}#admin-deal-flow .published-self-service,#admin-deal-flow .unpublished-self-service{margin-top:120px}.company-lead-modal.basic-modal{width:275px}.company-lead-modal.basic-modal .basic-form .actions{margin-top:10px;text-align:center}.company-note-modal.basic-modal{width:275px;min-height:50px}.company-note-modal.basic-modal textarea{width:275px}.company-note-modal.basic-modal .errors{color:#e91d51;font-size:12px}
#admin-dj-index{margin:50px auto}#admin-dj-index table{width:100%}#admin-dj-index table tr th{font-weight:700}#admin-dj-index table tr td{margin-top:20px;vertical-align:top}#admin-dj-index table.fixed-td-width td:first{font-weight:700;min-width:150px}#admin-dj-show{margin:50px auto}#admin-dj-show table{width:100%}#admin-dj-show table tr td{vertical-align:top;padding-top:20px}#admin-dj-show table tr td:first-child{font-weight:700}#admin-dj-show table tr td.big-cell{max-width:500px;font-size:12px}
#admin-doctor-show .investment,#admin-doctor-index .investment{margin:20px 0}
.admin-edit-amount-requests-index td.auto-process a{color:limeGreen}.admin-edit-amount-requests-index td.red-flag a{color:red}
#admin-escrow_reconcile-show{font-size:12px}#admin-escrow_reconcile-show table th.root{width:50%}#admin-escrow_reconcile-show table tr{vertical-align:top}#admin-escrow_reconcile-show .selected{background-color:lightYellow}#admin-escrow_reconcile-show .reconciled{background-color:lightGreen;opacity:0.4}
.investmentPageTab{margin:20px 10px}.investmentOverviewTab .investmentOverviewTab-section{margin-bottom:20px}.investmentOverviewTab .investmentOverviewTab-detail{display:inline-block;margin-right:20px;vertical-align:text-top}.investmentOverviewTab .investmentOverviewTab-detail .investmentOverviewTab-detailLabel{font-weight:bold}.investmentOverviewTab .investmentOverviewTab-detail .investmentOverviewTab-detailValue{padding-bottom:10px}.investmentOverviewTab .contracts-table{width:100%;font-size:12px}.investmentOverviewTab .contracts-table thead th{font-style:bold}.investmentOverviewTab .contracts-table tbody{margin-bottom:10px}.investmentOverviewTab .contracts-table tbody:hover{background:rgba(2,119,189,0.1)}.investmentOverviewTab .contracts-table tbody tr.signature-row td{font-style:italic}.investmentPageTable{max-width:100%;overflow-x:scroll}.investmentPageTable td,.investmentPageTable th{padding:5px 10px;white-space:nowrap}.investmentPageTable .highlighted{background-color:#FFEAB9}.userNotesTab .userNotesTab-search{margin-bottom:10px}.userNotesTab .userNotesTab-notesLink{margin-bottom:10px}.userNotesTab td{border:1px solid #D4D4D4;font-size:12px;padding:10px}.userNotesTab .userNotesTab-noteType{font-weight:bold;color:lightgrey;text-transform:uppercase;white-space:nowrap;text-align:right;color:#636363}.userNotesTab .userNotesTab-note{width:99%}.userNotesTab .userNotesTab-createdAt{text-align:right;color:#999;white-space:nowrap}.userNotesTab .userNotesTab-loader{text-align:center;font-size:20px}.userNotesTab .userNotesTab-form .userNotesTab-messageTextArea{width:300px}.userNotesTab .userNotesTab-form .userNotesTab-saveButton{vertical-align:top}
#admin-ira-page .fetching-investments{margin-bottom:20px}#admin-ira-page table.investments{width:100%}#admin-ira-page table.investments .all-set{color:#1ad1a3}#admin-ira-page table.investments .something-wrong{color:#e91d51}#admin-ira-page table.investments tr{margin-top:2px}#admin-ira-page table.investments tr.investment td{background:rgba(255,255,255,0.2)}#admin-ira-page table.investments tr:hover.investment td{background:rgba(74,74,74,0.05)}#admin-ira-page table.investments tr.faded-out{opacity:0.3}#admin-ira-page table.investments tr th .sortable{cursor:pointer}#admin-ira-page table.investments tr th .sortable .fa-arrow-up,#admin-ira-page table.investments tr th .sortable .fa-arrow-down{font-size:10px;vertical-align:top;color:rgba(2,119,189,0.5)}#admin-ira-page table.investments tr td{padding:10px 5px 10px 0;border-bottom:1px solid rgba(74,74,74,0.1)}.design_v4 .ira-events-modal{width:800px;max-width:800px;font-size:12px}.design_v4 .ira-events-modal .section{margin:30px 0}.design_v4 .ira-events-modal .section:first-of-type{margin-top:0}.design_v4 .ira-events-modal .section .section-title{font-weight:bold;margin-bottom:10px}.design_v4 .ira-events-modal hr{border-color:rgba(74,74,74,0.1)}.design_v4 .ira-events-modal .actions .section-content{display:flex}.design_v4 .ira-events-modal .actions .section-content .possible-events{flex:1}.design_v4 .ira-events-modal .actions .section-content .sub-section{margin-bottom:20px}.design_v4 .ira-events-modal .actions .section-content .prepare-event-data{flex:2;margin-left:30px}.design_v4 .ira-events-modal .actions .section-content .prepare-event-data .prepare-event-data-title{font-weight:bold;margin-bottom:15px}.design_v4 .ira-events-modal .errors{color:#e91d51}
#admin-kyc li{margin:0}
#leads{margin:50px auto}#leads .search-form{margin-bottom:30px}#leads .search-form .field{display:inline-block;margin-right:20px}#leads .search-form .field label{width:120px}#leads .already-signed-up{color:#5ba525}#leads .no-contact{color:#C92228}#leads .table{width:100%}#leads .table th{font-weight:bold}#leads .table tr{margin:10px auto}#leads .table tr.already-signed-up,#leads .table tr.no-contact{opacity:0.4}#leads .table.table-hover tbody tr:hover{background-color:#ddd}#leads .pagination{margin-top:50px}#leads .fa-envelope{color:#888}#leads .fa-angellist{color:#333}#leads .fa-linkedin{color:#0077B5}#leads .fa-twitter{color:#55acee}#leads .fa-facebook{color:#3b5998}#leads .fa-crowdfunder{color:#fa8601}#leads.lead-profile .social{margin-bottom:20px}#leads.lead-edit form .field{margin-bottom:10px}#leads.lead-edit form .field label{width:150px;display:inline-block;vertical-align:top}#leads.lead-edit form .field input[type=text]{width:300px}#leads.lead-edit form .field textarea{resize:both;height:200px;width:305px}#leads.lead-edit form .field input[type=submit]{margin-left:155px;width:325px;border-radius:3px;text-align:center;height:40px;background:#1ad1a3;color:white;border:1px solid #1ad1a3}#leads.lead-edit form .field input[type=submit]:hover{background:#53bf8b}#leads.lead-edit form .field input[type=submit]:active{background:#377f5d}
#admin-omar-early-bird-page{width:1350px;margin:80px auto}#admin-omar-early-bird-page table.events{width:100%}#admin-omar-early-bird-page table.events tr{margin-top:2px}#admin-omar-early-bird-page table.events tr.applied-event td{background:rgba(26,209,163,0.2)}#admin-omar-early-bird-page table.events tr.updated-event td{background:rgba(255,255,255,0.2)}#admin-omar-early-bird-page table.events tr.canceled-event td{background:rgba(233,29,81,0.2)}#admin-omar-early-bird-page table.events tr.amount_edited-event td{background:rgba(255,88,0,0.2)}#admin-omar-early-bird-page table.events tr.edit_requested-event td{background:rgba(255,200,0,0.2)}#admin-omar-early-bird-page table.events tr.edit_canceled-event td{background:rgba(74,74,74,0.1)}#admin-omar-early-bird-page table.events tr.edit_consumed-event td{background:rgba(2,119,189,0.2)}#admin-omar-early-bird-page table.events tr:hover.applied-event td{background:rgba(26,209,163,0.4)}#admin-omar-early-bird-page table.events tr:hover.updated-event td{background:rgba(74,74,74,0.05)}#admin-omar-early-bird-page table.events tr:hover.canceled-event td{background:rgba(233,29,81,0.4)}#admin-omar-early-bird-page table.events tr:hover.amount_edited-event td{background:rgba(255,88,0,0.4)}#admin-omar-early-bird-page table.events tr:hover.edit_requested-event td{background:rgba(255,200,0,0.4)}#admin-omar-early-bird-page table.events tr:hover.edit_canceled-event td{background:rgba(74,74,74,0.3)}#admin-omar-early-bird-page table.events tr:hover.edit_consumed-event td{background:rgba(2,119,189,0.4)}#admin-omar-early-bird-page table.events tr.faded-out{opacity:0.3}#admin-omar-early-bird-page table.events tr td{margin-top:2px;padding-top:2px;padding-bottom:2px;padding-left:5px;font-size:10px}#admin-omar-early-bird-page table.events tr td.contract-names{max-width:400px}#admin-omar-early-bird-page table.events tr td.contract-names .contract:not(:first-child){margin-left:15px}#admin-omar-early-bird-page table.events tr td.contract-names .contract.contract-not-signed{color:#e91d51}
#admin-investments-page{margin:80px auto;max-width:none}#admin-investments-page table.investments{width:100%}#admin-investments-page table.investments tr{margin-top:2px}#admin-investments-page table.investments tr.investment td{background:rgba(255,255,255,0.2)}#admin-investments-page table.investments tr:hover.investment td{background:rgba(74,74,74,0.05)}#admin-investments-page table.investments tr.faded-out{opacity:0.3}#admin-investments-page table.investments tr th .sortable{cursor:pointer}#admin-investments-page table.investments tr th .sortable .fa-arrow-up,#admin-investments-page table.investments tr th .sortable .fa-arrow-down{font-size:10px;vertical-align:top;color:rgba(2,119,189,0.5)}#admin-investments-page table.investments tr td{margin-top:2px;padding-top:2px;padding-bottom:2px;padding-left:5px;font-size:10px}#admin-investments-page table.investments tr td.contract-names{max-width:400px}#admin-investments-page table.investments tr td.contract-names .contract:not(:first-child){margin-left:15px}#admin-investments-page table.investments tr td.contract-names .contract.contract-not-signed{color:#e91d51}#admin-investments-page table.investments tr td.sec-xml-filing-id.needs_reconfirmation{color:#e91d51}#admin-investments-page table.investments tr td .fa-checkbox-blank-circle.grey{color:rgba(74,74,74,0.4)}#admin-investments-page table.investments tr td .fa-checkbox-blank-circle.green{color:green}#admin-investments-page .red{color:red}#admin-investments-page .green{color:green}#admin-investments-page .grey{color:grey}#admin-investments-page .yellow{color:#ffc800}
#admin-prepare-filings-page{margin:20px auto;min-height:500px}#admin-prepare-filings-page .pull-right button{margin-top:20px}#admin-prepare-filings-page .delete-prepare-filing-btn{cursor:pointer}#admin-prepare-filings-page .delete-prepare-filing-btn:hover{color:#e91d51}#admin-prepare-filings-page .errors{color:#e91d51}.new-prepare-filing-modal{font-size:12px;color:#4a4a4a}.new-prepare-filing-modal hr{border-color:rgba(74,74,74,0.2)}.new-prepare-filing-modal .wf-form-field.field .selectize-control{width:100%}.new-prepare-filing-modal .actions{margin-top:30px}.new-prepare-filing-modal .actions .errors{margin-top:10px;color:#e91d51}
#admin-refunds-index .investment hr{margin:15px 0}#admin-refunds-index table.payment-list{width:100%;color:#a6a6a6}#admin-refunds-index table.payment-list b{color:#000000}#admin-refunds-index table.payment-list td.amount{width:13%}#admin-refunds-index table.payment-list td.date{width:10%}#admin-refunds-index table.payment-list td.status{width:15%}#admin-refunds-index table.payment-list td.type{width:20%}#admin-refunds-index table.payment-list td.payment_method_name{width:42%}
#admin-reg_cf-index table{width:100%}#admin-reg_cf-index .measurement-table{margin:0 2%;width:96%}#admin-reg_cf-index .measurement-table .amount{width:60%}#admin-reg_cf-index .measurement-table .count{width:40%}#admin-reg_cf-index .fundraise{margin-top:5px;padding-top:5px}#admin-reg_cf-index .diff{margin-bottom:5px;padding-bottom:5px}#admin-reg_cf-index .even{background-color:#F6F6F6}#admin-reg_cf-index .amount,#admin-reg_cf-index .count{text-align:right}#admin-reg_cf-index .count{opacity:0.8}#admin-reg_cf-index .positive{color:green}#admin-reg_cf-index .negative{color:#e91d51}
#admin-scouts-page{width:100%;max-width:1200px;margin:80px auto}#admin-scouts-page table.scouts{width:100%}#admin-scouts-page table.scouts tbody{border-bottom:1px solid rgba(74,74,74,0.05)}#admin-scouts-page table.scouts tbody tr.rejected{background-color:rgba(233,29,81,0.05)}#admin-scouts-page table.scouts tbody tr.accepted{background-color:rgba(26,209,163,0.05)}
#admin-sec-xml-filings-page{margin:80px auto}#admin-sec-xml-filings-page .errors,#admin-sec-xml-filings-page .warning{font-size:12px;color:#e91d51}#admin-sec-xml-filings-page .warning{font-weight:700}#admin-sec-xml-filings-page .sec-xml-filings-table{width:100%}#admin-sec-xml-filings-page .sec-xml-filings-table thead th{padding:10px;font-weight:700}#admin-sec-xml-filings-page .sec-xml-filings-table .sec-xml-filing-row{padding:10px;border-radius:3px}#admin-sec-xml-filings-page .sec-xml-filings-table .sec-xml-filing-row:hover{background:rgba(74,74,74,0.05)}#admin-sec-xml-filings-page .sec-xml-filings-table .sec-xml-filing-row td{padding:10px}#admin-sec-xml-filings-page .sec-xml-filings-table .sec-xml-filing-row .actions{font-size:12px}#admin-sec-xml-filings-page .sec-xml-filings-table .sec-xml-filing-row .actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}#admin-sec-xml-filings-page .sec-xml-filings-table .sec-xml-filing-row .actions .fa:hover{color:rgba(74,74,74,0.75)}
#send-with-us .warning{margin-top:40px;color:white;background-color:#F63;padding:20px;border-radius:5px}#send-with-us button,#send-with-us form input[type=submit]{display:inline-block;font-size:12px;padding:10px;background:#1ad1a3;color:white;border:1px solid #1ad1a3;border-radius:4px;cursor:pointer}#send-with-us button:hover,#send-with-us form input[type=submit]:hover{background:#53bf8b}#send-with-us button:active,#send-with-us form input[type=submit]:active{background:#377f5d}#send-with-us .queue-sotw{margin-top:25px}#send-with-us .queue-sotw form{display:inline-block}
#admin-whistle-stop-company-applications{margin:50px auto}#admin-whistle-stop-company-applications h4{display:inline-block}#admin-whistle-stop-company-applications .toggle-event-link{font-size:12px}#admin-whistle-stop-company-applications table{width:100%}#admin-whistle-stop-company-applications table thead th{font-weight:700}#admin-whistle-stop-company-applications table tbody tr td{vertical-align:top;padding-top:20px}#admin-whistle-stop-company-applications table tbody tr td.founder-name{width:20%}#admin-whistle-stop-company-applications table tbody tr td.company-name{margin-left:2%;width:18%}#admin-whistle-stop-company-applications table tbody tr td.message{margin-left:2%;width:58%}#admin-whistle-stop-company-applications .divider{margin-top:50px}
#edit-contract-template .label{display:inline-block;font-weight:bold;width:300px}#edit-contract-template .value{display:inline-block;width:500px}#show-contract-package edit-contract-package-button{display:inline-block;font-size:15px}#show-contract-package edit-contract-package-button:hover{cursor:pointer}
.advice-videos{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.advice-videos .video{position:relative;cursor:pointer}.advice-videos .play-icon{position:absolute;top:50%;right:50%;margin-top:-32px;margin-right:-32px;font-size:64px;width:64px;line-height:64px;text-align:center;color:white;opacity:0.7}.advice-videos .with{display:block;color:#4A4A4A;opacity:0.5;font-size:14px;margin-bottom:8px}.advice-videos .videowrapper{position:absolute;top:0;right:0;left:0;bottom:-6px}.advice-videos .videowrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.advice-videos .share-stuff{margin-top:20px;margin-right:50px}.advice-videos .top{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:50px}.advice-videos .top h1{-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;font-size:24px;font-weight:normal}.advice-videos .top button{-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.advice-videos .mid{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.advice-videos .mid .video{display:inline-block;-webkit-box-flex:1 1;-moz-box-flex:1 1;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;width:100%}.advice-videos .mid .video img.preview{width:100%}.advice-videos .mid .play-icon{top:64px;right:64px}.advice-videos .mid .primary{-webkit-box-flex:2 0;-moz-box-flex:2 0;-webkit-flex:2 0;-ms-flex:2 0;flex:2 0;margin-bottom:-7px}.advice-videos .mid .secondary{-webkit-box-flex:1 0;-moz-box-flex:1 0;-webkit-flex:1 0;-ms-flex:1 0;flex:1 0}.advice-videos .mid .secondary .video:nth-child(2){margin-top:-6px}.advice-videos .bot{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-bottom:40px}.advice-videos .bot .col{-webkit-box-flex:1 0;-moz-box-flex:1 0;-webkit-flex:1 0;-ms-flex:1 0;flex:1 0;padding:0 20px;margin-top:40px}.advice-videos .bot .col .video{width:100%}.advice-videos .bot .col .video img.preview{width:100%}.advice-videos .bot h2{text-align:center;font-size:16px;margin-bottom:10px}.advice-videos .bot h3{margin:0;margin-top:20px;font-size:15px;font-weight:bold}.advice-videos .bot h3 a{color:#000}.advice-videos .main{-webkit-box-flex:3 1;-moz-box-flex:3 1;-webkit-flex:3 1;-ms-flex:3 1;flex:3 1}.advice-videos .sidebar{-webkit-box-flex:1.5 1;-moz-box-flex:1.5 1;-webkit-flex:1.5 1;-ms-flex:1.5 1;flex:1.5 1;align-items:stretch;background-color:#4A4A4A;color:white;padding:50px;max-height:1500px;overflow-y:scroll}.advice-videos .sidebar::-webkit-scrollbar{width:12px;height:12px}.advice-videos .sidebar::-webkit-scrollbar-track{background:rgba(0,0,0,0.1)}.advice-videos .sidebar::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.5)}.advice-videos .sidebar h1{font-size:32px}.advice-videos .sidebar h2{font-size:24px}.advice-videos .sidebar h3{font-size:24px;margin-top:30px}.advice-videos .sidebar q{border-left:none;padding-left:0}.advice-videos .sidebar img{max-width:100%}@media screen and (max-width: 500px){.advice-videos{flex-direction:column}.advice-videos .mid{flex-direction:column}.advice-videos .mid .play-icon{top:50%;right:50%}.advice-videos .mid .primary{-webkit-box-flex:1 1;-moz-box-flex:1 1;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1}.advice-videos .mid .secondary{flex-direction:row}.advice-videos .mid .secondary .video{width:50%}.advice-videos .mid .secondary .video:nth-child(2){margin-left:-4.9px}.advice-videos .bot{flex-direction:column}.advice-videos .sidebar{max-height:none;overflow-y:visible}}
.analyticsPage{margin-top:40px;margin-bottom:40px}.analyticsPage .analyticsPage-header{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:24px;line-height:29px;text-align:center;margin-bottom:30px}.analyticsPage .profileConversionByReferrerTable .profileConversionByReferrerTable-table th{font-weight:bold}.analyticsPage .profileConversionByReferrerTable .profileConversionByReferrerTable-table td,.analyticsPage .profileConversionByReferrerTable .profileConversionByReferrerTable-table th{padding:3px 10px}.analyticsPage .profileConversionByReferrerTable table,.analyticsPage .profileConversionByReferrerTable th,.analyticsPage .profileConversionByReferrerTable td{border:1px solid black}
.annual_report{background:#fcfcfc}.annual_report .hero_image{height:100%}.annual_report .hero_image .cta{padding:20px;background:rgba(0,0,0,0.2);margin-top:30px}@media screen and (max-width: 500px){.annual_report .hero_image .cta{margin-top:0px}}.annual_report .hero_cover_image{height:850px}.annual_report h1{line-height:1em}.annual_report h2{line-height:1em;font-size:2.369em !important}.annual_report .upper{text-transform:uppercase}.annual_report .page{margin-top:50px;margin-bottom:50px;max-width:740px;padding:30px;background-color:#ffffff;border:solid 1px rgba(2,119,189,0.1);margin-left:auto;margin-right:auto;font-size:.75em}.annual_report .investor_letter{font-family:"Archer SSm A","Archer SSm B",serif;max-width:800px;margin-left:auto;margin-right:auto}.annual_report .investor_letter h3.investors_text{margin-top:60px;margin-bottom:28px;font-size:3.6em}@media screen and (max-width: 500px){.annual_report .investor_letter h3.investors_text{font-size:2.8em;margin-top:30px}}.annual_report .investor_letter h3{font-style:italic;font-weight:600;font-size:2em;font-family:"Archer SSm A","Archer SSm B",serif}.annual_report .investor_letter h4{margin-top:40px;font-weight:bold}.annual_report .investor_letter .signatures{margin-top:60px}.annual_report .investor_letter .sig-block{padding-right:40px;padding-top:20px;display:inline-block}.annual_report .investor_letter .signature{font-family:"Brush Script MT",cursive;font-size:2.5em;line-height:1em}.annual_report .investor_letter .sig-title{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:100}.annual_report .investor_letter .wf-standalone-bold{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;display:inline-block}.annual_report .founders .video-play{display:none}.annual_report .divider{width:200px;margin-left:auto;margin-right:auto;height:4px;background:#e2f1f9;margin-top:95px;margin-bottom:95px}.annual_report .report_card{position:relative}.annual_report .report_card .header{background:rgba(2,119,189,0.1);width:100%;padding-top:30px;padding-bottom:15px;position:absolute;top:0px;left:0px;right:0px;text-align:center}.annual_report .report_card .header img{max-width:220px}.annual_report .report_card .body{margin-top:120px}.annual_report .report_card .body .grade{width:89px;height:81px;margin-left:auto;margin-right:auto;color:white;text-align:center;line-height:81px;font-size:40px;font-weight:bold}.annual_report .report_card .body .grade_red{background:#e91d51}.annual_report .report_card .body .grade_a{background:#1ad1a3}.annual_report .report_card .body .grade_b{background:#1ad1a3}.annual_report .report_card .body .flex-col{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.annual_report .report_card .body .flex-col .col{width:100%;max-width:320px;padding:20px;margin-left:auto;margin-right:auto}.annual_report .report_card .body .flex-col .fa-smile-o{color:#1ad1a3}.annual_report .report_card .body .flex-col .fa-frown-o{color:#e91d51}.annual_report .report_card .body .flex-col .fa{font-size:5em}.annual_report .report_card .body .flex-col h3{font-size:1.75em;font-weight:bold}.annual_report .report_card .body .items{font-size:.9em}.annual_report .report_card .body .items .item{margin-top:15px;margin-bottom:15px;padding:10px;background:rgba(191,221,238,0.2);border-radius:3px;color:rgba(74,74,74,0.75)}.annual_report .at-a-glance{max-width:740px;border-top:solid 3px #e2f1f9;text-align:Center;margin-top:80px;margin-left:auto;margin-right:auto;font-size:.75em}.annual_report .at-a-glance .fiscal{margin-top:-5px;font-size:1em;font-weight:100}.annual_report .at-a-glance h3{margin-top:-18px;background:#fcfcfc;max-width:251px;font-size:2em;margin-left:auto;margin-right:auto;font-weight:bold}.annual_report .form_c_details{background:#F4F8FA;padding-top:60px;padding-bottom:60px;border-top:2px solid #E2F1F9;border-bottom:2px solid #E2F1F9;font-size:.8em;color:rgba(38,63,78,0.75)}.annual_report .form_c_details a.wf-standalone{color:rgba(38,63,78,0.75);border-bottom:1px solid rgba(2,119,189,0.5)}.annual_report .form_c_details a.wf-standalone:hover{color:#263f4e;border-bottom:1px solid #0277bd}.annual_report .form_c_details h2{font-size:2.84em !important}.annual_report .form_c_details h4{font-size:1.1em;margin-bottom:15px;margin-top:40px;font-weight:bold}.annual_report .form_c_details .light{opacity:.6;font-size:.6em;min-width:10px;margin-left:5px;padding:5px}.annual_report .form_c_details .form-c-content{max-width:600px;margin-lefT:auto;margin-right:auto;max-height:500px;overflow:hidden}.annual_report .form_c_details .read-more-form-c{border-top:33px solid #E2F1F9;border-left:20px solid transparent;border-right:20px solid transparent;height:0;width:110px;left:50%;margin-left:-79px;margin-top:60px;z-index:50;position:absolute}.annual_report .form_c_details .read-more-form-c-inner{border-top:33px solid #F4F8FA;border-left:20px solid transparent;border-right:20px solid transparent;height:0;width:106px;left:50%;margin-left:-77px;margin-top:57px;z-index:50;position:absolute}.annual_report .form_c_details .read-more-form-c-text{text-align:center;width:140px;margin-top:-30px;height:30px;line-height:30px;position:absolute;left:50%;margin-left:-74px;margin-top:60px;z-index:50;text-transform:uppercase;font-weight:bold;color:rgba(38,63,78,0.75);cursor:pointer}.annual_report .form_c_details .read-more-form-c-text:hover{color:#4a4a4a}.annual_report .form_c_details th,.annual_report .form_c_details td{padding-right:20px;padding-bottom:5px;vertical-align:top}.annual_report .form_c_details th{color:rgba(38,63,78,0.5);text-transform:uppercase;font-size:.75em}.annual_report .form_c_details .nowrap{white-space:nowrap}.annual_report .form_c_details .risk{margin-bottom:1.5em}.annual_report .form_c_details .related table{margin-top:20px}.annual_report .form_c_details .related table:first-child{margin-top:0px}.annual_report .form_c_details .other-rights{font-style:italic;font-family:"Archer SSm A","Archer SSm B",serif;font-size:.75em;color:rgba(38,63,78,0.5)}.annual_report .thanks{padding-top:80px;padding-bottom:60px}.annual_report .thanks h2 .fa-heart{color:#e91d51}.annual_report .thanks h3{margin-bottom:30px}.annual_report .thanks .show-all-investors{display:none}@media screen and (max-width: 500px){.annual_report .thanks .show-all-investors{display:show}}.annual_report .founder_v5{background:transparent !important}.annual_report .founder_v5 .bio{display:none}.annual_report .numbers-block{text-align:Center;padding-top:10px;padding-bottom:10px;margin:10px;width:225px}.annual_report .numbers-block .pic{height:85px;width:70px;margin-left:auto;margin-right:auto}.annual_report .numbers-block .pic img{width:100%}.annual_report .numbers-block .num{text-align:center;font-size:1.75em;font-weight:bold}.annual_report .numbers-block .num .green,.annual_report .numbers-block .num .red{font-size:.7em}.annual_report .numbers-block .label{text-align:center;color:rgba(74,74,74,0.75)}.annual_report .comment_container{margin-top:40px}.annual_report .financials-layer{max-width:800px;margin-left:auto;margin-right:auto}.annual_report .green{color:#1ad1a3}.annual_report .red{color:#e91d51}.annual_report .financials{background:white;padding-top:60px;padding-bottom:60px;border-top:3px solid #E2F1F9;border-bottom:3px solid #E2F1F9}.annual_report .financials b,.annual_report .financials strong{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;margin-top:20px}.annual_report .financials .download-financials{display:inline-block;margin:5px;padding:15px;border-radius:3px;background-color:rgba(226,241,249,0.7);border:solid 2px #80bbde;font-size:.8em;color:rgba(74,74,74,0.75);padding-left:20px;padding-right:20px;cursor:pointer;max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.annual_report .financials .download-financials:hover{background-color:rgba(226,241,249,0.9)}.annual_report .financials .buttonContainer{left:50%;margin-left:-228px;position:absolute;margin-top:-93px;width:456px}@media screen and (max-width: 460px){.annual_report .financials .buttonContainer{width:320px;margin-left:-160px}}.annual_report .financials .chart-button{border-bottom:33px solid #E2F1F9;border-left:20px solid transparent;border-right:20px solid transparent;height:0;width:110px;z-index:50;position:relative;float:left;margin-left:1px;margin-right:1px}@media screen and (max-width: 460px){.annual_report .financials .chart-button{width:64px}}.annual_report .financials .chart-button-inner{border-bottom:33px solid #fff;border-left:20px solid transparent;border-right:20px solid transparent;height:0;width:106px;margin-top:3px;z-index:50;position:absolute;margin-left:-18px}@media screen and (max-width: 460px){.annual_report .financials .chart-button-inner{width:60px}}.annual_report .financials .chart-button-text{text-align:center;width:140px;margin-top:-30px;height:35px;line-height:35px;position:absolute;margin-top:0px;z-index:50;text-transform:uppercase;font-weight:bold;font-size:.8em;margin-left:-15px;color:rgba(74,74,74,0.75);cursor:pointer}@media screen and (max-width: 460px){.annual_report .financials .chart-button-text{width:93px;font-size:.7em}}.annual_report .financials .chart-button-text:hover{color:#4a4a4a}.annual_report .investor-list{margin-left:auto;margin-right:auto;max-width:1000px;font-size:.6em;color:rgba(74,74,74,0.75);display:flex;flex-direction:row;justify-content:left;flex-wrap:wrap;padding-left:8px;margin-top:30px}@media screen and (max-width: 1000px){.annual_report .investor-list{justify-content:center}}.annual_report .investor-list .investor-col{width:139px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:3px}.annual_report .investor-list .investor-col a{color:rgba(74,74,74,0.75)}.annual_report .investor-list .investor-col a:hover{color:#0277bd}.annual_report .ratios{color:rgba(74,74,74,0.75);display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;margin:30px}.annual_report .ratios .ratio{padding:12px;padding-left:18px;padding-right:18px;font-size:.75em;font-weight:600}.annual_report .social{border-radius:20px;padding:7px;border:1px solid rgba(74,74,74,0.1);height:13px;background:transparent;width:13px;text-align:center;line-height:14px;margin-top:3px}.annual_report .social:hover{border:1px solid transparent}.annual_report .fa{color:rgba(74,74,74,0.5)}.annual_report .fa-facebook:hover{color:white;background:#415E9B}.annual_report .fa-twitter:hover{color:white;background:#2FC2EF}.annual_report .fa-linkedin:hover{color:white;background:#0075B7}.annual_report .fa-youtube:hover{color:white;background:#E32318}.annual_report .fa-vimeo:hover,.annual_report .fa-instagram:hover,.annual_report .fa-rss:hover{color:white;background:#3F729B}
.bet-venture-coins-box{position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%}.bet-venture-coins-box .vc-form input{display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%;height:100%;padding-right:190px}.bet-venture-coins-box .vc-form input:focus{background:white !important}.bet-venture-coins-box .vc-form input[type='number']{-moz-appearance:textfield}.bet-venture-coins-box .vc-form input::-webkit-outer-spin-button,.bet-venture-coins-box .vc-form input::-webkit-inner-spin-button{-webkit-appearance:none}.bet-venture-coins-box .vc-form button{display:block;position:absolute;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;top:3px;right:3px;width:180px;bottom:3px;height:auto}.bet-venture-coins-box .vc-form .bet-errors{position:absolute;bottom:0;left:0px;right:0px;height:0;z-index:100;font-size:75%}.bet-venture-coins-box .vc-form .bet-errors .error{background:rgba(233,29,81,0.75);color:white;padding:2px 0}
.design_v4 .faq h1{margin-top:2em;font-size:2.827em !important;color:rgba(39,39,39,0.75) !important;font-weight:400 !important}.design_v4 .faq h1:first-child{margin-top:40px}.design_v4 .blog_and_faq ul,.design_v4 .blog_and_faq ol{margin-top:15px}.design_v4 .blog_and_faq h2{margin-top:1.5em;margin-bottom:-5px;font-size:1.414em;color:rgba(39,39,39,0.75);font-weight:600}.design_v4 .blog_and_faq .inline-img{max-width:650px;margin-bottom:10px;margin-top:10px;border:1px solid #eee}.design_v4 .blog_and_faq .img-title{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-size:.9em;color:rgba(74,74,74,0.75);text-transform:uppercase;margin-top:25px}.design_v4 .blog_and_faq .scrollLink{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:500;display:block;line-height:1.3em;margin-bottom:17px;margin-top:17px;color:#3D80A8}.design_v4 .blog_and_faq .scrollLink:hover{color:#0277bd}.design_v4 .blog_and_faq small{color:#9e9e9e}.design_v4 .blog_and_faq small a{color:#9e9e9e}.design_v4 .blog_and_faq small a:hover{color:#0277bd}.design_v4 .blog_and_faq h4{margin-top:15px !important;margin-bottom:5px !important}.design_v4 .blog_and_faq .comment_container{max-width:100%;padding-left:0px;padding-right:0px;margin-top:30px}.design_v4 .blog_and_faq .comment_container .fa-cog{displaY:none}.design_v4 .blog_and_faq .comment_container h2{display:none}.design_v4 .blog_and_faq .ask_question h2{display:none}.design_v4 .blog_and_faq .blog_container{max-width:650px;margin-left:auto;margin-right:auto;min-width:260px;padding-right:20px;padding-left:20px}@media screen and (max-width: 940px){.design_v4 .blog_and_faq .blog_container{max-width:625px}}@media screen and (max-width: 870px){.design_v4 .blog_and_faq .blog_container{max-width:525px;font-size:15px}}@media screen and (max-width: 525px){.design_v4 .blog_and_faq .blog_container{padding:10px}}@media screen and (max-width: 374px){.design_v4 .blog_and_faq .blog_container{padding:0px}}@media screen and (max-width: 767px){.design_v4 .blog_and_faq .blog_container{margin-left:auto;margin-right:auto;float:none !important}}.design_v4 .blog_and_faq .faq{margin-top:80px;margin-bottom:80px}.design_v4 .blog_and_faq .ToC{float:left;width:165px}.design_v4 .blog_and_faq .ToC .active{font-weight:700 !important}@media screen and (max-width: 767px){.design_v4 .blog_and_faq .ToC{display:none}}.design_v4 .blog_and_faq .ToC .subtle{width:100px;border:1px solid #C0D6E3;margin-top:8px;font-size:12px}.design_v4 .blog_and_faq .ToC a:not(.fakeLink){font-weight:500;color:#4a4a4a}.design_v4 .blog_and_faq .ToC a:not(.fakeLink):hover{color:#0277bd}.design_v4 .blog_and_faq .section{font-weight:bold;font-size:1.5em;margin-bottom:5px}.design_v4 .blog_and_faq .menu{text-align:Center;line-height:1em}.design_v4 .blog_and_faq .menu .roundedW{margin-top:50px;height:72px;width:72px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #fff}@media screen and (max-width: 500px){.design_v4 .blog_and_faq .menu .roundedW{margin-top:25px;height:50px;width:50px}}.design_v4 .blog_and_faq .menu h2{margin-top:10px;margin-bottom:00px}.design_v4 .blog_and_faq .menu i{font-style:normal}.design_v4 .blog_and_faq .menu .tags{text-align:center;margin-top:15px}.design_v4 .blog_and_faq .div{width:100%;background:#eee;height:1px;margin-top:13px;margin-bottom:13px}.design_v4 .blog_and_faq .small_label{font-variant:small-caps;color:#777;font-size:14px;margin-bottom:13px;width:100%;margin-bottom:-20px}.design_v4 .blog_and_faq .link_back{width:100%}.design_v4 .blog_and_faq .blog_tag{display:inline-block;margin-right:5px;margin-bottom:10px;padding-top:4px;padding-bottom:4px;padding-left:10px;padding-right:10px;line-height:16px;cursor:pointer;width:auto;font-size:12px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;color:#aaa;border:1px solid #E5E5E5}.design_v4 .blog_and_faq .blog_tag:hover{background:rgba(200,200,200,0.2);color:#424242;border:1px solid #ccc}.design_v4 .blog_and_faq .blog_tag_active{display:inline-block;margin-right:5px;margin-bottom:10px;padding-top:4px;padding-bottom:4px;padding-left:10px;padding-right:10px;width:auto;font-size:12px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;color:#fff;background:#3F79BE;border:1px solid #3F79BE;cursor:default}.design_v4 .blog_and_faq .blog_subscribe{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;display:inline-block;padding:4px;font-size:13px;padding-left:14px;padding-right:14px;margin-top:-1px;line-height:15px;cursor:pointer}.design_v4 .blog_and_faq .blog_subscribe_inactive{border:1px solid #a9d8b2;color:#57ad68}.design_v4 .blog_and_faq .blog_subscribe_inactive:hover{border:1px solid #57ad68}.design_v4 .blog_and_faq .blog_subscribe_active{border:1px solid #53AE65;background:#53AE65;color:#fff}.design_v4 .blog_and_faq .blog_subscribe_active:hover{opacity:.9}.design_v4 .blog_and_faq .blogSummary{width:100%;margin-left:auto;margin-right:auto;padding-top:10px;padding-bottom:70px}@media screen and (max-width: 500px){.design_v4 .blog_and_faq .blogSummary h1{font-size:24px}}.design_v4 .blog_and_faq .blogSummary .subtitle{margin-top:0px;color:#5c5c5c !important}.design_v4 .blog_and_faq .blogSummary .subtitle:hover{cursor:#0277bd}.design_v4 .blog_and_faq .blogSummary .circleAvatar{width:32px;height:32px}.design_v4 .blog_and_faq .blogSummary .author_name{float:left;color:#777;margin-left:6px;margin-top:0px;font-size:15px}.design_v4 .blog_and_faq .blogSummary .author_name a{color:#777}.design_v4 .blog_and_faq .articleContainer{margin-top:50px;margin-bottom:50px;width:100%;margin-left:auto;margin-right:auto}.design_v4 .blog_and_faq .articleContainer h2{font-size:1.33em;line-height:1.5em;font-weight:600}.design_v4 .blog_and_faq .articleContainer ol,.design_v4 .blog_and_faq .articleContainer ul{margin-left:20px;list-style:inherit;margin-top:20px}.design_v4 .blog_and_faq .articleContainer .circleAvatar{width:32px;height:32px;border:0px}.design_v4 .blog_and_faq .articleContainer .author_name{float:left;color:#AAA;margin-left:6px;margin-top:0px;font-weight:100;font-family:'fakt_slab_light', Helvetica, sans-serif}.design_v4 .blog_and_faq .articleContainer .author_name a{color:#AAA}.design_v4 .blog_and_faq .articleContainer .article-fb{float:right;clear:right;padding-right:4px;margin-top:-9px;display:block;margin-left:-15px;bottom:0;left:0;width:175px}.design_v4 .blog_and_faq .articleContainer .article-twitter{float:right;margin-top:0px;display:block;bottom:0;left:0}@media screen and (max-width: 400px){.design_v4 .blog_and_faq .articleContainer .article-twitter{margin-top:10px}}.design_v4 .blog_and_faq .articleContainer blockquote{font-style:italic;border-left:3px solid #3F79BE;padding-left:20px;margin-left:-20px}.design_v4 .blog_and_faq .articleContainer blockquote b{font-family:'freight-text-pro', Helvetica, sans-serif}.design_v4 .blog_and_faq .articleContainer .sourceBox{margin-top:30px;background:#F4F7FB;border:1px solid #D1DDED;padding:15px;width:100%;color:#424242}.design_v4 .blog_and_faq .articleContainer .sourceBox hr{width:100%}.design_v4 .blog_and_faq .articleContainer .sourceBox p{margin-bottom:0px;margin-top:3px}.design_v4 .blog_and_faq .articleContainer .sourceBox h5{margin-top:0px;margin-bottom:0px}.design_v4 .blog_and_faq .purchaseWarnings{width:90%;padding:3px;height:27px;background:#F6F6E1;border:1px solid #E7E8D4;margin-top:20px;color:#808076;font-weight:bold;font-size:14px}.design_v4 .blog_and_faq .circleAvatar{float:left;background:#fff;width:60px;height:60px;padding:1px;border:1px solid #999;border-radius:50%}.design_v4 .blog_and_faq .circleAvatar img{display:block;width:100%;border:0;margin:0;border-radius:50%}.design_v4 .blog_and_faq .circleAvatar:hover{box-shadow:1px 1px 1px 1px #cecece,-1px -1px 1px 1px #cecece,-1px 1px 1px 1px #cecece,1px -1px 1px 1px #cecece}
#calculator{max-width:1000px;min-width:300px;width:95%;margin-left:auto;margin-right:auto}#calculator .top-bgnd{position:absolute;left:0px;top:0px;background-color:#014772;height:550px;width:100%;z-index:-1}#calculator .body-bgnd{background-color:white;margin-top:5px;padding:1% 2.5%;box-shadow:0 16px 26px -10px rgba(0,0,0,0.56),0 4px 25px 0px rgba(0,0,0,0.5),0 8px 10px -5px rgba(0,0,0,0.2)}#calculator input[type=number]::-webkit-inner-spin-button,#calculator input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media screen and (min-width: 800px) and (max-width: 1000px){#calculator{width:95%}}@media screen and (min-width: 1001px){#calculator{width:100%}}#calculator .tooltip.question-mark-icon{font:normal normal normal 14px/1 "Wefunder" !important;float:left;vertical-align:none;font-size:1em;margin-left:5px;margin-top:1px;color:rgba(74,74,74,0.5);cursor:pointer}#calculator .close-btn{width:95%;margin-top:10px;text-align:right;color:white}#calculator .close-btn button{width:8%}@media screen and (min-width: 600px) and (max-width: 1000px){#calculator .close-btn{width:100%;margin-top:30px}}@media screen and (min-width: 1001px){#calculator .close-btn{width:100%;margin-top:30px}}#calculator #safe{width:98%;margin-left:auto;margin-right:auto}@media screen and (min-width: 800px) and (max-width: 1000px){#calculator #safe{width:95%}}@media screen and (min-width: 1001px){#calculator #safe{width:95%}}#calculator h3.title{font-weight:700;font-size:1.2rem;color:white}@media screen and (min-width: 600px){#calculator h3.title{font-size:1.5rem}}#calculator .bankruptcy{display:inherit}#calculator .acquiHire{display:none}#calculator .acquisition{display:none}#calculator .ipo{display:none}#calculator .description{max-width:1000px;color:white}#calculator .description .emphasize-text{font-weight:700}#calculator .instruction{color:rgba(255,255,255,0.5);font-size:.75rem;font-weight:700;text-align:center;margin-top:50px}#calculator .section-title{font-size:.75rem;font-weight:700;color:rgba(74,74,74,0.33);text-transform:uppercase;text-align:center}#calculator .terms{margin-top:25px}#calculator .terms input{border:none;border-bottom:2px solid #014772;border-radius:0px;width:inherit;text-align:center;font-weight:700}#calculator .terms input::-webkit-input-placeholder{font-size:.85rem}#calculator .terms input::-moz-placeholder{font-size:.85rem}#calculator .terms input::-ms-placeholder{font-size:.85rem}#calculator .terms input::placeholder{font-size:.85rem}#calculator .terms input[type="text"],#calculator .terms input[type="number"]{padding-bottom:3px}#calculator .terms input#investment{width:140px}#calculator .terms input#vcap{width:190px}#calculator .terms input#discount{width:100px}#calculator .terms .body{font-size:1rem;font-weight:400;max-width:900px;color:#4a4a4a;margin-top:1%;line-height:1.5rem}@media screen and (min-width: 600px) and (max-width: 800px){#calculator .terms .body{font-size:1.1rem;line-height:1.65rem}}@media screen and (min-width: 801px) and (max-width: 1000px){#calculator .terms .body{font-size:1.2rem;line-height:1.8rem}}@media screen and (min-width: 1001px){#calculator .terms .body{font-size:1.4rem;line-height:2.25rem;margin-left:auto;margin-right:auto}}#calculator .scenarios{margin-top:50px;color:#4a4a4a;font-weight:700}#calculator .scenarios .faded{opacity:0.60}#calculator .scenarios div{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:flex-start;justify-content:flex-start;margin-top:1%;flex-wrap:wrap}#calculator .scenarios div .scenario-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:rgba(74,74,74,0.02);border-radius:3px;padding:1%;text-align:center;margin-right:5%;-webkit-transition:background-color .7s ease;transition:background-color .7s ease;width:25%;min-width:126px;max-width:160px}@media screen and (min-width: 701px) and (max-width: 1000px){#calculator .scenarios div .scenario-block{max-width:180px;width:100%}}#calculator .scenarios div .scenario-block span:first-child{padding-top:10%;font-weight:700}#calculator .scenarios div .scenario-block span:nth-child(2){margin-top:10px;font-weight:400;font-size:.75rem;opacity:.75;font-weight:700;text-transorm:uppercase}#calculator .scenarios div .scenario-block span:last-child{padding-left:15px;padding-right:15px;font-size:1rem;text-transform:uppercase;font-weight:700;color:#0277bd;letter-spacing:1px;margin-top:10%}#calculator .scenarios div .scenario-block:hover{background-color:rgba(1,71,114,0.1)}#calculator .scenarios div .scenario-block.selected{background-color:rgba(1,71,114,0.15)}#calculator #filter{position:relative;margin:40px auto;width:300px}#calculator #filter .select{display:flex;border:2px solid #014772;border-radius:3px}#calculator #filter .select span{width:50%;text-align:center;color:#014772;padding:3% 0;text-transform:uppercase;font-size:.75rem;font-weight:700;background-color:white;transition:color 500ms, background-color 500ms;-webkit-transition:color 200ms, background-color 200ms}#calculator #filter .active{color:white !important;background-color:#014772 !important}#calculator .views #chart-view,#calculator .views #story-view{display:none}#calculator .views .show{display:block !important}#calculator .timeline-wrap{margin-top:50px;color:#4a4a4a;font-weight:700}#calculator .timeline-wrap #timeline{position:relative;padding:0 0 2rem 0;margin-top:2rem;margin-bottom:2rem;z-index:1}#calculator .timeline-wrap #timeline .timeline-block:first-child{padding-top:0px}#calculator .timeline-wrap #timeline .timeline-block{padding-top:50px}#calculator .timeline-wrap #timeline .timeline-block .story{color:rgba(74,74,74,0.75);font-size:.85rem;font-style:italic;margin-left:2%;padding-left:2%;border-left:2px solid rgba(153,88,206,0.1)}#calculator .timeline-wrap #timeline .timeline-block .label{font-weight:700;text-transform:uppercase;margin-top:15px;margin-bottom:5px;font-size:.75rem}#calculator .timeline-wrap #timeline .timeline-block .expand{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:100px 0px;background:white;font-size:.9rem}#calculator .timeline-wrap #timeline .timeline-block .expand .message{margin-left:auto;margin-right:auto;width:60%;text-align:left;font-weight:400}#calculator .timeline-wrap #timeline .timeline-block .expand .message p{margin-bottom:10px}#calculator .timeline-wrap #timeline::before{content:'';position:absolute;margin-top:40px;top:5px;left:18px;height:100%;width:4px;background:rgba(74,74,74,0.15);z-index:-1}@media screen and (min-width: 800px){#calculator .timeline-wrap #timeline::before{left:30%}}#calculator .timeline-wrap .timeline-tick{margin-left:10px}@media screen and (min-width: 800px){#calculator .timeline-wrap .timeline-tick{margin-left:28.5%}}#calculator .timeline-wrap .timeline-tick svg{width:30px;height:20px;viewbox:0 0 30 20}@media screen and (min-width: 800px){#calculator .timeline-wrap .timeline-tick svg{width:50px;height:30px;viewbox:0 0 50 30}}#calculator .timeline-wrap .timeline-content{font-weight:400;margin-top:-9.5%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 800px){#calculator .timeline-wrap .timeline-content{-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;margin-top:-3.5%}}#calculator .timeline-wrap .timeline-content .content-left{width:90%;margin-left:15%;margin-top:5%;font-size:.9rem;font-weight:700}@media screen and (min-width: 800px){#calculator .timeline-wrap .timeline-content .content-left{width:44%;flex-grow:1;text-align:right;padding-right:10%;font-size:.75rem;margin:0px}}#calculator .timeline-wrap .timeline-content .content-left .date{font-weight:700;text-transform:uppercase;color:rgba(74,74,74,0.5)}#calculator .timeline-wrap .timeline-content .content-left .money{margin-top:10px}#calculator .timeline-wrap .timeline-content .content-right{width:90%;margin-left:15%;margin-top:2%;font-size:.9rem}#calculator .timeline-wrap .timeline-content .content-right .money{margin-top:10px;font-size:.85rem;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-style:normal}@media screen and (min-width: 800px){#calculator .timeline-wrap .timeline-content .content-right{width:100%;margin-left:0px;font-size:1rem}}#calculator .storyline-wrap div{position:relative;padding:0 0 2rem 0;z-index:1}#calculator .storyline-wrap div p{width:420px;padding:3%}#calculator .storyline-wrap .bankruptcy{display:inherit}#calculator .storyline-wrap .acquiHire,#calculator .storyline-wrap .acquisition,#calculator .storyline-wrap .ipo{display:none}#calculator .storyline-wrap .wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;min-height:inherit}#calculator .chart{height:360px;position:relative;width:360px;margin:25px 0px}@media screen and (max-width: 435px){#calculator .chart{display:none}}#calculator .chart path{stroke:rgba(255,255,255,0.3);stroke-width:2}#calculator .chart .legend{font-size:.65rem;font-weight:400}#calculator .chart rect{stroke-width:2}#calculator .chart .tooltip{background:#eee;box-shadow:0 0 5px #999999;color:#333;display:none;font-size:.65rem;left:110px;padding:10px;position:relative;text-align:center;top:-80px;width:120px;z-index:10}@media screen and (min-width: 800px){#calculator .chart .tooltip{left:500px;top:95px}}
.spaced-companies .card-grid{margin-left:-30px;margin-right:-30px}.spaced-companies .card-grid .card{margin:30px}@media screen and (max-width: 705px){.hide-card-on-mobile{display:none}}.club_card{border:1px solid #e0e0e0;background:white;width:270px;height:430px;position:relative;margin:15px;text-align:center;padding:15px;border-radius:3px;cursor:pointer;color:#4a4a4a}.club_card .unofficial{position:absolute;font-size:8px;background:#ccc;color:white;padding:5px;border-radius:20px;padding-top:2px;padding-bottom:2px;font-weight:bold;margin-top:-31px;margin-left:53px;text-transform:uppercase;padding-left:7px;text-align:Center;width:140px}.club_card .unofficial .fa-question-circle{vertical-align:inherit;font-size:1em;margin-left:3px;opacity:.7}.club_card .name{font-weight:16px;font-weight:bold;margin-top:5px;margin-bottom:3px}.club_card .tagline{color:#5D5D5D;line-height:1.2em}.club_card button.default{font-size:12px;padding:3px;width:110px;line-height:1.3em;margin-left:2px;margin-right:2px}.club_card .logo{width:100px;height:100px;background:#f8f8f8;border-radius:3px;border:1px solid #f8f8f8}.club_card .info{text-align:left;margin-top:20px;border-top:1px dotted #f0f0f0;padding-top:20px;line-height:1.1em}.club_card .info a{color:#4a4a4a}.club_card .role_type{display:inline-block;background:#D2D2D2;color:white !important;padding:3px;padding-right:10px;padding-left:10px;border-radius:3px}.club_card:hover{border:1px solid rgba(74,74,74,0.5)}.card-grid{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.card-grid .card__front .label-oversubscribed{display:none}.card-grid .card__front .label-closing-soon{background-color:#e91d51}.portfolio .card__front .card-top-bar{background-color:#9a9a9a !important}.portfolio .card__front .circle{background:#9a9a9a !important;width:10px;height:10px;border-radius:50%;position:relative;float:left;top:4px}.portfolio .card__front .label{background-color:#9e9e9e}.portfolio .card__front .label-oversubscribed{background-color:#9e9e9e}.portfolio .card__front .label-closing-soon{background-color:#9e9e9e}.portfolio:hover .photo .border{background-color:#9a9a9a !important}.portfolio:hover .card_info{border-right:1px solid #9a9a9a !important;border-left:1px solid #9a9a9a !important;border-bottom:1px solid #9a9a9a !important;border-top:0px !important;text-align:left}.portfolio .card__back{background-color:#9a9a9a !important}.portfolio .card__back .fade_overflow{display:none}.funded .card__back{background-color:#e0e0e0 !important;color:#4A4A4A !important}.funded .card__back .h-line{border-top:solid #4A4A4A 1px}.funded .card__back .fade_overflow{display:none}@media screen and (max-width: 1030px){.hide_card_break{display:none}}.card{position:relative;float:left;height:507px;width:290px;margin:1% 0  3% 0;border-radius:3px;margin:20px}.card .portal_name{position:absolute;width:100%;bottom:-18px;text-align:center;color:rgba(74,74,74,0.75);font-size:.55em;font-weight:100}.card .card__front{background-color:white;cursor:pointer;padding-bottom:3px}.card .card__front .bottom-bar{background:rgba(206,215,219,0.7);color:rgba(74,74,74,0.75);font-size:.7em;padding:7px;border-top:1px solid #fff;z-index:100;padding-left:10px;margin-top:-1px;display:none}.card .card__front .more-info{position:absolute;width:260px;margin-left:-10px;bottom:4px;text-align:center;font-size:.6em;padding:5px;background:White;z-index:5;border-top:1px solid #fff}.card .card__front .more-info .center{margin-left:auto;margin-right:auto;border-top:1px dashed #eee;width:auto;display:inline-block;padding-left:8px;padding-right:8px;padding-top:8px;padding-bottom:3px;color:rgba(74,74,74,0.75);font-weight:100;text-transform:uppercase;min-width:100px}.card .card__front .card_info{border:1px solid #eee;border-top:0px;height:201px;padding-top:15px;padding-left:20px;padding-right:20px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;transition:border-color 0.5s ease}.card .card__front:hover .photo .border{background:#263f4e}.card .card__front:hover .card_info{border:1px solid #263f4e;border-top:0px}.card .card__front .timeline-wrapper{margin-left:5px}.card .card__front .timeline-wrapper .circles{position:relative;border:2px solid white;border-radius:50% 50%;height:10px;width:10px;margin:22px;background-color:#FFC622;box-shadow:0px 0px 1px 0px #FFC622}.card .card__front .timeline-wrapper .top.circles{top:-14px}.card .card__front .timeline-wrapper .timeline-line{width:2px;height:40px;border-left:1px solid #e0e0e0;z-index:-1}.card .card__front .timeline-wrapper .timeline{margin:2px 5px 2px -30px}@media screen and (-webkit-min-device-pixel-ratio: 0){.card .card__front .timeline-wrapper .timeline .in-circle{width:7px;height:7px}}@media \\0 screen{.card .card__front .timeline-wrapper .timeline .in-circle{width:8px;width:8px}}.card .card__front .timeline-wrapper .timeline .timeline-circle{position:relative;width:13px;height:13px;border-radius:50%;border:1px solid #FFC622;margin:22px}.card .card__front .timeline-wrapper .timeline .timeline-circle.top{top:-15px}.card .card__front .timeline-wrapper .timeline .timeline-circle.bottom{top:8px}.card .card__front .timeline-wrapper .timeline .faded{opacity:.50}.card .card__front .timeline-wrapper .timeline-text-top{margin:-56px 5px 0px 12px;position:absolute}.card .card__front .timeline-wrapper .timeline-text-bottom{margin:-10px 5px 0px 12px}.card .card__front .timeline-wrapper .date{font-size:0.75em;color:#9a9a9a}.card .card__front .timeline-wrapper .desc-text{font-size:0.75em;color:#9a9a9a}.card .card__front .timeline-wrapper .desc-text b,.card .card__front .timeline-wrapper .desc-text strong{font-weight:normal}.card .card__front,.card .card__back{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:3px !important;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.3s;transition:transform 0.3s;overflow:hidden}.card .card__back{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);background-color:#263f4e;border-radius:inherit;color:white}.card .card__back .company-name{padding:26px 25px 10px 25px}.card .card__back .quote{text-align:center;padding:20px}.card .card__back .quote_pic{background:white;padding:5px;border-radius:3px;width:120px;opacity:.8}.card .card__back .founders-name{padding:5px 25px 10px 25px;font-size:.75em;font-weight:300}.card .card__back .founder-pics{padding:10px 25px;margin:auto;text-align:center}.card .card__back .founder-pics .founder{display:inline-block}.card .card__back .founder-pics .founder .avatar{width:60px;height:60px;border-radius:3px;margin:8px}.card .card__back .founder-pics .founder .name{position:relative;margin-top:-10px;font-size:.75em}.card .card__back .founder-story{padding:10px}.card .card__back .fade_overflow{position:absolute;width:320px;height:40px;top:430px;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3Argba%2855%2C71%2C79%2C0%29%3B%20stop-opacity%3A0%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2337474f%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, rgba(55,71,79,0) 0%, #37474f 100%);background-image:-moz-linear-gradient(top, rgba(55,71,79,0) 0%, #37474f 100%);background-image:-o-linear-gradient(top, rgba(55,71,79,0) 0%, #37474f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(55,71,79,0)), color-stop(1, #37474f));background-image:-webkit-linear-gradient(top, rgba(55,71,79,0) 0%, #37474f 100%);background-image:linear-gradient(top, rgba(55,71,79,0) 0%, #37474f 100%);background-color:transparent}.card .h-line{border-top:solid white 1px;margin:0px 25px}.card .card-top-bar{background-color:#263f4e;border-top-left-radius:3px;border-top-right-radius:3px;-moz-border-top-left-radius:3px;-moz-border-top-right-radius:3px;height:23px;width:100%;font-size:.75em;color:white;text-align:center;padding-top:7px;position:relative}.card .card-top-bar .svg-flip-card-light,.card .card-top-bar .svg-flip-card-dark{position:absolute;right:6px;top:6px;opacity:.8}.card .card-top-bar .live-update-company-name{width:225px;overflow:hidden;margin-left:auto;margin-right:auto;height:20px}.card .card-top-bar .fa-heart,.card .card-top-bar .fa-heart-o{position:absolute;right:6px;top:6px;opacity:.8;font-size:18px;cursor:pointer;width:20px}.card .card-top-bar .fa-heart:hover,.card .card-top-bar .fa-heart-o:hover{color:white;opacity:1}.card .card-top-bar .fa-heart{color:#e91d51;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:rgba(255,255,255,0.8)}.card .photo{position:relative;background-color:#ced7db;width:290px;height:263px;background-size:290px 263px}.card .photo .card-uploader{height:262px;border-top:0px}.card .photo .border{height:263px;width:1px;background:rgba(0,0,0,0.07);position:absolute;transition:background-color 0.5s ease}.card .photo .right{right:0px}.card .photo .founder-container{width:100%;height:100%;background:rgba(0,0,0,0.8);transition:opacity 0.3s ease;z-index:1;color:white;opacity:0;left:0px;right:0px;bottom:0px;top:0px;position:absolute}.card .photo .founder-container .padd{padding:15px;padding-top:10px}.card .photo .founder-container .founder-name2{font-weight:bold;font-size:1.1em;white-space:nowrap}.card .photo .founder-container .title{font-weight:100;font-size:1em;margin-bottom:5px}.card .photo .round_avatar{width:50px;height:50px;left:5px;bottom:5px;position:absolute;transition:width 0.2s ease,height 0.2s ease;z-index:2}.card .photo .round_avatar:hover{width:90px;height:90px}.card .label{display:inline-block;background-color:#9e9e9e;position:relative;top:225px;float:right;margin-right:10px;-moz-border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;border-radius:3px;font-weight:400;font-size:.6em;color:white;padding:6px;text-transform:uppercase}.card .tagline{color:#4a4a4a;font-size:.875em}.card .desc{font-size:.8rem;max-height:140px;overflow:hidden}.card .desc .row{list-style-type:none;margin:0;padding:10px 0 0 0px}.card .desc .row .circle{background:#263f4e;width:10px;height:10px;border-radius:50%;position:relative;float:left;top:4px}.card .desc .row .desc-text{color:#9a9a9a;font-size:.85em;padding-left:20px}.card .desc .row .desc-text b,.card .desc .row .desc-text strong{font-weight:normal}.card.effect__click.flipped .card__front{-webkit-transform:rotateY(-180deg) !important;transform:rotateY(-180deg) !important}.card.effect__click.flipped .card__back{-webkit-transform:rotateY(0) !important;transform:rotateY(0) !important}@media screen and (max-width: 400px){.card-grid .card{margin-left:0px;margin-right:0px;margin-top:10px;margin-bottom:10px}}.funded .company-update{font-family:Archer;padding:5px 16px}.funded .company-update .update-type{font-weight:600}.funded .company-update .update-title{font-style:italic}.funded .company-update .quote-sayer{font-style:normal;font-weight:600;font-size:.75em}
.case-studies a{color:#4a4a4a}.case-studies a:hover{border-bottom:2px solid rgba(1,71,144,0.25)}.case-studies.list{color:#4a4a4a;text-decoration:none}.case_study .divider{background-color:rgba(1,71,144,0.1);width:80px;height:3px;margin-top:50px;margin-bottom:50px;margin-left:auto;margin-right:auto}.case_study.title{margin:30px 0;text-align:center}.case_study.title p{color:rgba(74,74,74,0.75);font-style:italic;font-size:1.1rem;font-family:"Archer SSm A","Archer SSm B",serif}.case_study.content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-justify-content:center;justify-content:center;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.case_study.content p{margin:20px 0;text-align:center}.case_study.content p:last-of-type{color:rgba(74,74,74,0.5);font-size:.85rem}.case_study.content img{width:100%}.case_study.content img.graph{margin-top:20px}.case_study.content img.terms{width:45%;min-width:300px}.case_study.content blockquote{border-left:2px solid rgba(1,71,114,0.1);color:rgba(74,74,74,0.5);font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-style:normal;font-size:.75rem;padding-left:10px}.case_study.content blockquote .speaker{font-weight:800;margin-top:10px}.case_study.content .section-title{text-align:center;margin-top:60px;color:rgba(74,74,74,0.75);font-weight:800;font-size:1rem;text-transform:uppercase}.case_study.content .stats-grid{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-justify-content:center;justify-content:center}.case_study.content .stats-grid .stat{border:2px solid rgba(1,71,114,0.25);border-radius:3px;max-width:300px;margin:0 2%;text-align:center;font-size:.75rem;padding:2%}.case_study.content .stats-grid .stat :first-of-type{font-weight:800;font-size:1.2rem;margin-bottom:10px}.case_study.content .photo-grid{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:center;justify-content:center;min-width:320px;max-width:1000px}@media screen and (min-width: 1280px){.case_study.content .photo-grid{width:1000px}}.case_study.content .photo-grid .row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-justify-content:center;justify-content:center}.case_study.content .photo-grid .row.legion-m-custom :first-of-type img,.case_study.content .photo-grid .row.legion-m-custom :nth-of-type(2n) img,.case_study.content .photo-grid .row.legion-m-custom :last-of-type img{width:100%}.case_study.content .photo-grid .row.legion-m-custom :first-of-type{width:24%}.case_study.content .photo-grid .row.legion-m-custom :nth-of-type(2n){width:35.2%}.case_study.content .photo-grid .row.legion-m-custom :last-of-type{width:38.8%}.case_study.content .photo-grid .row :first-of-type,.case_study.content .photo-grid .row :nth-of-type(2n){margin-right:0.5vw;margin-bottom:0.2vw}.case_study.content .photo-grid .row :first-of-type img,.case_study.content .photo-grid .row :nth-of-type(2n) img{width:100%}.case_study.content .photo-grid .row :first-of-type{width:46.5%}.case_study.content .photo-grid .row :last-of-type{width:35.4%}.case_study.content .alternate-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;margin-top:10px}.case_study.content .alternate-content :first-of-type,.case_study.content .alternate-content :last-of-type{width:100%}.case_study.content .alternate-content .column{margin-right:0.5vw;font-size:.85rem}.case_study.content .alternate-content .column p{text-align:left}.case_study.content .alternate-content .column .section-title{margin-top:10px}.case_study.content .press{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:center;justify-content:center}.case_study.content .press .row{margin-top:.3vw}.case_study.content .press .row img{width:15%;margin-right:.3vw}.case_study.content .press img{margin-top:20px;width:100%}
.club-contracts-modal.basic-modal{width:600px;padding:20px 40px}.club-contracts-modal .main-heading{margin-bottom:28px;color:#4a4a4a;font-size:24px;font-weight:700;text-align:center}.club-contracts-modal .main-sub-heading{color:rgba(74,74,74,0.5);font-size:16px;font-weight:400}.club-contracts-modal .read-contracts{margin-top:18px}.club-contracts-modal .read-contracts .heading{color:#4a4a4a;font-size:16px;font-weight:700}.club-contracts-modal .read-contracts .sub-heading{font-size:12px;font-weight:400;color:rgba(74,74,74,0.5)}.club-contracts-modal .read-contracts .contracts{margin-top:10px;margin-bottom:35px}.club-contracts-modal .read-contracts .contracts .contract:not(:first-child){margin-top:8px}.club-contracts-modal .read-contracts .contracts .contract a{font-size:12px}.club-contracts-modal .terms .term{font-size:14px;color:rgba(74,74,74,0.75);margin-bottom:20px}.club-contracts-modal .terms .term input[type=checkbox]{float:left;margin-top:4px;margin-right:9px}.club-contracts-modal .terms .term label{float:left;width:560px}.club-contracts-modal .signature-box{text-align:center}.club-contracts-modal .signature-box .signature{font-family:"Brush Script MT",cursive;font-size:35px;font-weight:700;color:#4a4a4a;padding:7px 45px;border-bottom:1px solid rgba(74,74,74,0.25)}.club-contracts-modal .errors{margin-top:15px;text-align:center;color:#e91d51}.club-contracts-modal .actions{margin-top:15px;text-align:center}@media screen and (max-width: 767px){.club-contracts-modal.basic-modal{width:275px}.club-contracts-modal .main-heading{font-size:15px;margin-bottom:20px}.club-contracts-modal .main-sub-heading{font-size:12px}.club-contracts-modal .read-contracts .heading{font-size:16px}.club-contracts-modal .read-contracts .sub-heading{font-size:10px}.club-contracts-modal .terms .term label{width:220px;font-size:12px}.club-contracts-modal .errors{font-size:12px}}
#club-diligence-widget{max-width:659px;margin:auto;margin-top:50px;margin-bottom:50px}#club-diligence-widget .prompt{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;text-align:center;margin-bottom:35px}#club-diligence-widget .prompt .heading{font-size:19.2;font-weight:700;color:#4a4a4a}#club-diligence-widget .prompt .sub-heading{font-size:14;font-weight:400;color:rgba(74,74,74,0.5)}#club-diligence-widget .author-info{font-size:12px;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:400;margin-bottom:10px}#club-diligence-widget .author-info .name{font-weight:400;color:#4a4a4a;display:inline-block;vertical-align:top;margin-top:10px;margin-left:10px}#club-diligence-widget .author-info img{display:inline-block;height:37px;border-radius:18px}#club-diligence-widget .author-info .diligence-tags{display:inline-block;vertical-align:top;margin-left:30px;margin-top:10px}#club-diligence-widget .author-info .diligence-tags .diligence-tag{color:white;text-transform:uppercase;padding:5px 10px;margin-right:10px;border-radius:3px}#club-diligence-widget .author-info .diligence-tags .manager-tag{background-color:rgba(233,29,81,0.75)}#club-diligence-widget .author-info .diligence-tags .sponsor-tag{background-color:#ffc800}#club-diligence-widget .author-info .diligence-tags .investor-tag{background-color:#D8D8D8}#club-diligence-widget .actions{margin-top:10px;font-size:12px}#club-diligence-widget .actions .left{max-width:50%;float:left}#club-diligence-widget .actions .left a{margin-right:25px}#club-diligence-widget .actions .right{max-width:50%;float:right}#club-diligence-widget .actions .right a{margin-left:25px}#club-diligence-widget .uppercase{text-transform:uppercase}#club-diligence-widget .center-align{text-align:center}#club-diligence-widget .big-line{margin-top:16px;margin-bottom:16px;border-bottom:2px solid rgba(74,74,74,0.1)}#club-diligence-widget .redactor-editor{font-family:Archer,Serif;font-size:16px;color:rgba(74,74,74,0.75);padding-left:0;padding-right:0;max-width:593px;border:none}#club-diligence-widget .redactor-editor:focus{background-color:transparent !important}#club-diligence-widget .focused{background-color:rgba(255,200,0,0.3)}#club-diligence-widget .errors{color:#e91d51}#club-diligence-widget .new-club-diligence{margin-bottom:50px}#club-diligence-widget .new-club-diligence .indent{width:90%;margin:auto}#club-diligence-widget .new-club-diligence .other-members-say{text-align:center;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-size:14px;color:rgba(74,74,74,0.5)}#club-diligence-widget .disclosure-label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;color:rgba(74,74,74,0.5);font-size:12px;font-weight:400}#club-diligence-widget .club-diligence{margin-bottom:35px}#club-diligence-widget .club-diligence .diligence-content{font-family:Archer,Serif;font-size:16px;max-width:593px}#club-diligence-widget .club-diligence .diligence-content.deleted{font-style:italic}#club-diligence-widget .club-diligence .diligence-content .disclosure{margin-top:20px}#club-diligence-widget .club-diligence .responses{margin-top:10px;background-color:rgba(74,74,74,0.02)}#club-diligence-widget .club-diligence .child-club-diligence{display:inline-block;margin:20px;margin-left:50px;padding-left:10px;border-left:solid 1px rgba(2,119,189,0.25)}#club-diligence-widget .club-diligence .child-club-diligence .author-info{margin-bottom:5px}#club-diligence-widget .club-diligence .child-club-diligence .author-info img{height:26px;border-radius:13px}#club-diligence-widget .club-diligence .child-club-diligence .diligence-content{max-width:578px}#club-diligence-widget .club-diligence .club-diligence-response-form .author-info{margin-bottom:0px}#club-diligence-widget .club-diligence .club-diligence-response-form .redactor-editor{max-width:578px}.diligence.simplified #club-diligence-widget{margin-bottom:0;padding-bottom:50px}.diligence.simplified #club-diligence-widget .club-diligence .diligence-content{font-weight:500}.diligence.simplified #club-diligence-widget .redactor-editor,.diligence.simplified #club-diligence-widget .redactor-box{background:transparent}@media screen and (max-width: 767px){#club-diligence-widget .prompt{text-align:left}#club-diligence-widget .other-members-say{text-align:left}#club-diligence-widget .actions .left{max-width:200px}#club-diligence-widget .actions .left button{margin:0;padding:0 8px;min-width:auto;width:auto}}
.company_profile_v4 .company-vetting h2,.profile_v5 .company-vetting h2{font-size:112.5%;text-align:center}.company_profile_v4 .company-vetting .voting-investing-betting,.profile_v5 .company-vetting .voting-investing-betting{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%;padding-top:20px;padding-bottom:20px;background-color:#E9EEF1;border-bottom:10px solid #ffc800}.company_profile_v4 .company-vetting .voting-investing-betting .wf-neutral,.profile_v5 .company-vetting .voting-investing-betting .wf-neutral{background:transparent}.company_profile_v4 .company-vetting .voting-investing-betting.loading .loading-invisible,.profile_v5 .company-vetting .voting-investing-betting.loading .loading-invisible{visibility:hidden}.company_profile_v4 .company-vetting .voting-investing-betting.loading .loading-hide,.profile_v5 .company-vetting .voting-investing-betting.loading .loading-hide{display:none}.company_profile_v4 .company-vetting .voting-investing-betting.loading h2,.profile_v5 .company-vetting .voting-investing-betting.loading h2{height:23.4px}.company_profile_v4 .company-vetting .voting-investing-betting .change-vote,.profile_v5 .company-vetting .voting-investing-betting .change-vote{font-size:12px;font-weight:normal}.company_profile_v4 .company-vetting .voting-investing-betting .change-vote a,.profile_v5 .company-vetting .voting-investing-betting .change-vote a{color:white;text-decoration:underline}.company_profile_v4 .company-vetting .voting-investing-betting .countdown,.profile_v5 .company-vetting .voting-investing-betting .countdown{text-align:center}.company_profile_v4 .company-vetting .voting-investing-betting .countdown .label,.profile_v5 .company-vetting .voting-investing-betting .countdown .label{font-size:87.5%}.company_profile_v4 .company-vetting .voting-investing-betting .countdown .time,.profile_v5 .company-vetting .voting-investing-betting .countdown .time{color:#ffc800;font-size:112.5%;font-weight:bold}.company_profile_v4 .company-vetting .voting-investing-betting .lets-fund,.profile_v5 .company-vetting .voting-investing-betting .lets-fund{text-align:center}.company_profile_v4 .company-vetting .voting-investing-betting .vote-wrap,.profile_v5 .company-vetting .voting-investing-betting .vote-wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;text-align:center;margin:10px 0}.company_profile_v4 .company-vetting .voting-investing-betting .vote-wrap .vote-yes,.profile_v5 .company-vetting .voting-investing-betting .vote-wrap .vote-yes{margin-right:4px}.company_profile_v4 .company-vetting .voting-investing-betting .vote-wrap .vote-abstain,.profile_v5 .company-vetting .voting-investing-betting .vote-wrap .vote-abstain{margin-right:2px;margin-left:2px}.company_profile_v4 .company-vetting .voting-investing-betting .vote-wrap .vote-no,.profile_v5 .company-vetting .voting-investing-betting .vote-wrap .vote-no{margin-left:4px}.company_profile_v4 .company-vetting .voting-investing-betting .vote-wrap .vote,.profile_v5 .company-vetting .voting-investing-betting .vote-wrap .vote{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100px}.company_profile_v4 .company-vetting .voting-investing-betting .vote-wrap .vote button,.profile_v5 .company-vetting .voting-investing-betting .vote-wrap .vote button{height:36px;font-size:75%;width:100%;border-width:2px}.company_profile_v4 .company-vetting .voting-investing-betting .invest-or-bet,.profile_v5 .company-vetting .voting-investing-betting .invest-or-bet{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:stretch;align-items:stretch}.company_profile_v4 .company-vetting .voting-investing-betting .invest-or-bet .invest,.profile_v5 .company-vetting .voting-investing-betting .invest-or-bet .invest{-webkit-box-flex:1 1;-moz-box-flex:1 1;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;text-align:center}.company_profile_v4 .company-vetting .voting-investing-betting .invest-or-bet .bet,.profile_v5 .company-vetting .voting-investing-betting .invest-or-bet .bet{-webkit-box-flex:1 1;-moz-box-flex:1 1;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;text-align:center}.company_profile_v4 .company-vetting .voting-investing-betting .tip-box .tip,.profile_v5 .company-vetting .voting-investing-betting .tip-box .tip{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;position:relative;width:100%;max-width:363px;min-height:125px;background-color:#4A4A4A;padding-top:10px;padding-left:65px;padding-right:40px;padding-bottom:20px;margin:auto;text-align:left}.company_profile_v4 .company-vetting .voting-investing-betting .tip-box .tip h4,.profile_v5 .company-vetting .voting-investing-betting .tip-box .tip h4{font-size:100%;font-weight:bold;margin-top:0}.company_profile_v4 .company-vetting .voting-investing-betting .tip-box .tip p,.profile_v5 .company-vetting .voting-investing-betting .tip-box .tip p{margin-top:0;line-height:15px;font-size:12px}.company_profile_v4 .company-vetting .voting-investing-betting .tip-box .tip .icon,.profile_v5 .company-vetting .voting-investing-betting .tip-box .tip .icon{position:absolute;left:5px;top:45px}.company_profile_v4 .company-vetting .voting-investing-betting .tip-box .tip .next,.company_profile_v4 .company-vetting .voting-investing-betting .tip-box .tip .prev,.profile_v5 .company-vetting .voting-investing-betting .tip-box .tip .next,.profile_v5 .company-vetting .voting-investing-betting .tip-box .tip .prev{display:block;position:absolute;bottom:0;top:40px;width:35px;z-index:10;text-align:center;color:rgba(255,255,255,0.42);font-size:60px;line-height:100%}.company_profile_v4 .company-vetting .voting-investing-betting .tip-box .tip .next:hover,.company_profile_v4 .company-vetting .voting-investing-betting .tip-box .tip .prev:hover,.profile_v5 .company-vetting .voting-investing-betting .tip-box .tip .next:hover,.profile_v5 .company-vetting .voting-investing-betting .tip-box .tip .prev:hover{background-color:rgba(255,255,255,0.2)}.company_profile_v4 .company-vetting .voting-investing-betting .tip-box .tip .next,.profile_v5 .company-vetting .voting-investing-betting .tip-box .tip .next{right:0;border-left:1px solid #979797}.company_profile_v4 .company-vetting .voting-investing-betting .tip-box .tip .prev,.profile_v5 .company-vetting .voting-investing-betting .tip-box .tip .prev{left:0;border-right:1px solid #979797}.company_profile_v4 .company-vetting .voting-investing-betting .tip-box .tip .counter,.profile_v5 .company-vetting .voting-investing-betting .tip-box .tip .counter{position:absolute;bottom:2px;left:65px;z-index:0;font-size:75%;color:rgba(255,255,255,0.5)}.company_profile_v4 .company-vetting .voting-investing-betting .split .left,.profile_v5 .company-vetting .voting-investing-betting .split .left{max-width:500px;float:left;text-align:center}@media screen and (max-width: 900px){.company_profile_v4 .company-vetting .voting-investing-betting .split .left,.profile_v5 .company-vetting .voting-investing-betting .split .left{margin-left:auto;margin-right:auto;float:none}.company_profile_v4 .company-vetting .voting-investing-betting .split .left .header,.profile_v5 .company-vetting .voting-investing-betting .split .left .header{text-align:Center}}@media screen and (max-width: 500px){.company_profile_v4 .company-vetting .voting-investing-betting .split .left,.profile_v5 .company-vetting .voting-investing-betting .split .left{max-width:300px}}.company_profile_v4 .company-vetting .voting-investing-betting .split .right,.profile_v5 .company-vetting .voting-investing-betting .split .right{float:right;max-width:300px;text-align:center}@media screen and (max-width: 900px){.company_profile_v4 .company-vetting .voting-investing-betting .split .right,.profile_v5 .company-vetting .voting-investing-betting .split .right{margin-top:30px;margin-left:auto;margin-right:auto;float:none}}.company_profile_v4 .company-vetting .diligence,.profile_v5 .company-vetting .diligence{padding:50px}.company_profile_v4 .company-vetting .vote-result-1,.company_profile_v4 .company-vetting .vote-result-0,.company_profile_v4 .company-vetting .vote-result--1,.profile_v5 .company-vetting .vote-result-1,.profile_v5 .company-vetting .vote-result-0,.profile_v5 .company-vetting .vote-result--1{display:none}.company_profile_v4 .company-vetting .voted-yes,.company_profile_v4 .company-vetting .voted-no,.company_profile_v4 .company-vetting .voted-abstain,.profile_v5 .company-vetting .voted-yes,.profile_v5 .company-vetting .voted-no,.profile_v5 .company-vetting .voted-abstain{display:none}.company_profile_v4 .company-vetting.simplified .left .header,.company_profile_v4 .company-vetting.simplified .left .sub-header,.profile_v5 .company-vetting.simplified .left .header,.profile_v5 .company-vetting.simplified .left .sub-header{text-align:left}.company_profile_v4 .company-vetting.simplified .right .time,.profile_v5 .company-vetting.simplified .right .time{color:#ffc800;font-size:112.5%;font-weight:bold}@media screen and (max-width: 767px){.company_profile_v4 .company-vetting .voting-investing-betting h2,.profile_v5 .company-vetting .voting-investing-betting h2{-webkit-order:0;order:0}.company_profile_v4 .company-vetting .voting-investing-betting .vote,.profile_v5 .company-vetting .voting-investing-betting .vote{-webkit-order:1;order:1}.company_profile_v4 .company-vetting .voting-investing-betting .countdown,.profile_v5 .company-vetting .voting-investing-betting .countdown{-webkit-order:2;order:2}.company_profile_v4 .company-vetting .voting-investing-betting .voted-yes,.company_profile_v4 .company-vetting .voting-investing-betting .voted-no,.company_profile_v4 .company-vetting .voting-investing-betting .voted-abstain,.profile_v5 .company-vetting .voting-investing-betting .voted-yes,.profile_v5 .company-vetting .voting-investing-betting .voted-no,.profile_v5 .company-vetting .voting-investing-betting .voted-abstain{color:red;-webkit-order:3;order:3}.company_profile_v4 .company-vetting .voting-investing-betting h2.vote-result-,.profile_v5 .company-vetting .voting-investing-betting h2.vote-result-{text-align:left}.company_profile_v4 .company-vetting .voting-investing-betting .vote-wrap .vote,.profile_v5 .company-vetting .voting-investing-betting .vote-wrap .vote{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:auto}.company_profile_v4 .company-vetting .voting-investing-betting .invest-or-bet,.profile_v5 .company-vetting .voting-investing-betting .invest-or-bet{-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}.company_profile_v4 .company-vetting .voting-investing-betting .bet-venture-coins-box button,.profile_v5 .company-vetting .voting-investing-betting .bet-venture-coins-box button{width:140px}.company_profile_v4 .company-vetting .voting-investing-betting .bet-venture-coins-box .venture,.profile_v5 .company-vetting .voting-investing-betting .bet-venture-coins-box .venture{display:none}}
@media screen and (max-width: 767px){#club-roles-invitor{width:267px;margin-left:auto;margin-right:auto}#club-roles-invitor input{margin-top:3px}}#club-roles-invitor h1{margin-top:25px;text-align:center;color:rgba(39,39,39,0.75);font-size:30px}#club-roles-invitor .club-invites-link{text-align:center;font-size:12px;margin-bottom:45px}#club-roles-invitor .club-invites-link .personal-link{padding:7px 10px;border:1px solid #ccc;border-radius:3px}#club-roles-invitor .errors{color:rgba(233,29,81,0.75)}#club-roles-invitor .invite-section{margin-bottom:45px}#club-roles-invitor .invite-section h2{margin-bottom:20px;text-align:center;color:rgba(39,39,39,0.5);font-size:1.125em}#club-roles-invitor .invite-section .form{margin:auto}#club-roles-invitor .invite-section .form .enter-to-send{color:rgba(39,39,39,0.25);font-size:14px}#club-roles-invitor .invite-section .form .enter-to-send .enter{font-size:12px;float:right;text-transform:uppercase}#club-roles-invitor .invite-section .form .personalize-message{color:rgba(39,39,39,0.5);line-height:.75em;padding-bottom:3px;border-bottom:solid 2px rgba(2,119,189,0.5);font-size:.75em}#club-roles-invitor .invite-section .form .personalize-message:hover{color:rgba(39,39,39,0.75);border-bottom:solid 2px rgba(2,119,189,0.75)}#club-roles-invitor .invite-section .form .personal_message{width:100%}@media screen and (max-width: 767px){#club-roles-invitor .invite-section .form .personal_message{width:92%}}#club-roles-invitor .invite-section .form button.send{width:130px;margin-right:-20px;float:right}@media screen and (max-width: 767px){#club-roles-invitor .invite-section .form button.send{display:block;float:none;margin-left:auto;margin-right:auto}}#club-roles-invitor .invite-section .invited-heading{margin-top:15px;font-size:12px;color:rgba(39,39,39,0.25)}#club-roles-invitor .invitees-heading{margin-top:50px;font-size:22.5px;text-align:center}#club-roles-invitor .invitees{margin-bottom:40px}#club-roles-invitor .invitees .invitees-section-heading{color:#272727;font-size:16px;margin-bottom:25px}#club-roles-invitor .invitee{display:inline-block;color:rgba(39,39,39,0.75);margin-right:7px;margin-top:7px;font-size:12px;padding:5px 10px;border:2px solid rgba(39,39,39,0.25);border-radius:20px;min-width:117px}#club-roles-invitor .invitee .fa-circle{color:#0277BD}#club-roles-invitor .invitee.accepted .fa-circle{color:green}#club-roles-invitor .invitee.rejected{opacity:0.4}#club-roles-invitor .invitee.rejected .fa-circle{color:lightGray}#club-roles-invitor .invitee.muted .fa-circle{color:lightGray}#club-roles-invitor .invitee.errored .fa-circle{color:rgba(233,29,81,0.75)}#club-roles-invitor .invitee.ask_to_mute{cursor:pointer;text-align:center;background-color:rgba(233,29,81,0.75);color:white;font-weight:bold}
@charset "UTF-8";.design_v4 ul.all_rules li{margin-bottom:10px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.design_v4 ul.all_rules li input{-webkit-box-flex:0 0 15;-moz-box-flex:0 0 15;-webkit-flex:0 0 15;-ms-flex:0 0 15;flex:0 0 15;margin-right:5px;margin-top:4px}.design_v4 ul.all_rules li label{margin-top:0px !important;float:none !important;width:auto !important;float:none;font-size:12px !important;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.club_profile .how_it_works{margin-top:0px !important}.funds .divider{width:200px;margin-left:auto;margin-right:auto;height:4px;background:#e2f1f9;margin-top:60px;margin-bottom:60px}.funds .hide-2013-row,.funds .hide-2016-row{display:none}.funds th{color:rgba(38,63,78,0.5);font-size:.75em}.funds th,.funds td{padding:10px}.funds table{width:100%;margin-top:20px;font-size:.8em;color:#5B6E7B}.funds table .blue-row{background:rgba(2,119,189,0.02) !important}.funds table .wf-tag{min-width:30px;padding:3px;padding-left:5px;padding-right:5px}.funds table .orange{background-color:rgba(255,88,0,0.7) !important}.funds table .fa-question-circle{font-size:1em;opacity:.5;vertical-align:baseline}.funds table .fa-question-circle:hover{opacity:1}@media screen and (max-width: 600px){.funds .vs{display:none}}@media screen and (max-width: 1000px){.funds .domain{display:none}}@media screen and (max-width: 830px){.funds .hide-830{display:none}}@media screen and (max-width: 830px){.funds .invest-on{display:none}}@media screen and (max-width: 500px){.funds .invest-on{display:block}}.funds .stat-group{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:wrap;max-width:800px}.funds .stat-group .the-stat,.funds .stat-group .the-stat-wide{-webkit-box-flex:0 0 160px;-moz-box-flex:0 0 160px;-webkit-flex:0 0 160px;-ms-flex:0 0 160px;flex:0 0 160px;padding:10px;background:rgba(2,119,189,0.02);margin:10px;min-height:55px}@media screen and (max-width: 500px){.funds .stat-group .the-stat,.funds .stat-group .the-stat-wide{-webkit-box-flex:0 0 130px;-moz-box-flex:0 0 130px;-webkit-flex:0 0 130px;-ms-flex:0 0 130px;flex:0 0 130px}}.funds .stat-group .the-stat .the-number,.funds .stat-group .the-stat-wide .the-number{font-size:1.5em;font-weight:bold;color:#5B6E7B;margin-bottom:4px}.funds .stat-group .the-stat .the-label,.funds .stat-group .the-stat-wide .the-label{font-size:.75em;line-height:1.2;color:rgba(38,63,78,0.5)}.funds .stat-group .the-stat-wide{-webkit-box-flex:0 0 300px;-moz-box-flex:0 0 300px;-webkit-flex:0 0 300px;-ms-flex:0 0 300px;flex:0 0 300px}.funds .profile-question{color:#5B6E7B}.funds .how_it_works2 h4,.funds .past h4{margin-top:0px;max-width:700px;margin-bottom:5px !important}.funds .how_it_works2 .dim,.funds .past .dim{color:rgba(38,63,78,0.5)}.funds .how_it_works2 .detail,.funds .past .detail{margin-top:0px;font-size:.85em;font-weight:100;text-align:left}@media screen and (max-width: 700px){.funds .how_it_works2 .detail,.funds .past .detail{margin-bottom:30px}}.funds .how_it_works2 h5,.funds .past h5{opacity:.5;margin-bottom:20px}.funds .how_it_works2 .pic,.funds .past .pic{width:100%;max-width:600px !important;margin-bottom:10px;margin-top:20px;border:1px solid rgba(0,0,0,0.1)}.funds .wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center;padding-top:0px}.funds .wrap div{max-width:300px;text-align:center;margin-bottom:25px;padding:0px 10px}@media screen and (max-width: 900px){.funds .wrap div{max-width:217px}}.funds .wrap div img{max-width:180px}.funds .wrap div .title{font-size:1.2em;font-weight:700}.funds .wrap div p{font-weight:500;max-width:265px;margin-left:auto;margin-right:auto}@media screen and (min-width: 760px) and (max-width: 1000px){.funds .wrap{-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:space-around;justify-content:space-around;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:auto;margin-right:auto;margin-top:0px;max-width:740px}.funds .wrap div{font-size:.85em}}@media screen and (min-width: 1001px){.funds .wrap{-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:space-around;justify-content:space-around;-webkit-align-items:baseline;align-items:baseline;margin-left:auto;margin-right:auto;margin-top:0px;max-width:1200px}.funds .wrap div{font-size:.85em}}.vetting-experiment header.club{padding-top:20px !important}.vetting-experiment .club-icon{background:transparent !important}.vetting-experiment header.club_member .content{margin-left:200px !important}@media screen and (max-width: 767px){.vetting-experiment header.club_member .content{margin-left:auto !important}}.vetting-experiment .alert-button{display:none !important}.vetting-experiment .club-icon-uploader{width:160px !important;background:transparent !important}@media screen and (max-width: 767px){.vetting-experiment .club-icon-uploader{width:110px !important;margin-left:-5px}}.vetting-experiment header.club .content h2{margin-bottom:-4px !important}@media screen and (max-width: 767px){.vetting-experiment header.club .content h2{max-width:300px;margin-left:auto;margin-right:auto}}.vetting-experiment .flex-votes{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width: 767px){.vetting-experiment .flex-votes{-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}}.vetting-experiment .flex-votes .vote-col1{-webkit-box-flex:0 0 400px;-moz-box-flex:0 0 400px;-webkit-flex:0 0 400px;-ms-flex:0 0 400px;flex:0 0 400px}@media screen and (max-width: 767px){.vetting-experiment .flex-votes .vote-col1{max-width:320px;margin-left:auto;margin-right:auto}}.vetting-experiment .flex-votes .vote-col2{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media screen and (max-width: 767px){.vetting-experiment .flex-votes .vote-col2{max-width:320px;margin-left:auto;margin-right:auto}}.vetting-experiment .vote-text{width:45%}@media screen and (max-width: 767px){.vetting-experiment .vote-text{width:100%}}.clubs .details a{background-color:transparent;border-color:transparent;color:#4a4a4a;margin-bottom:3px;border-radius:0px;border-bottom:1px solid rgba(2,119,189,0.75);cursor:pointer}.clubs .details a:hover{border-color:#0277bd;color:#0277bd}.clubs .details a:active{color:#01598d;border-color:#01598d}.clubs .invest-start-box .type-apply input,.clubs .invest-start-box .type-apply input[type="text"]{border-bottom:3px solid #C0D6E3 !important}.clubs .portal_name{display:none}.clubs .underlined_link{color:#4a4a4a;font-weight:700;border-bottom:2px solid #0277BD}.clubs .underlined_link:hover{color:#0277bd;border-bottom:2px solid #0277bd}.clubs .temp-vetting .carry{float:right;width:50%;box-shadow:inset 1px 0 0 rgba(74,74,74,0.25)}@media screen and (max-width: 767px){.clubs .temp-vetting .carry{margin-left:auto;float:none;margin-right:auto;margin-top:50px;width:280px;box-shadow:none}}.clubs .temp-vetting .invest{float:left;width:50%}@media screen and (max-width: 767px){.clubs .temp-vetting .invest{margin-left:auto;margin-right:auto;float:none;margin-top:20px;width:280px;box-shadow:none}}.clubs .temp-vetting.manager-mode .carry{display:none}.clubs .temp-vetting.manager-mode .invest{width:100%}@media screen and (max-width: 767px){.clubs .club_tagline{display:none}}.clubs .invited{width:100%;text-align:Center;max-width:300px;margin-left:auto;margin-right:auto;font-size:13px;margin-top:-15px;color:#8D8C8D;margin-bottom:25px}.clubs .invited .avatar{width:90px;height:90px;margin-left:auto;margin-right:auto;border-radius:90px}.clubs .invited h4{font-weight:bold;color:#4a4a4a;margin-top:5px;margin-bottom:0px}.clubs .invited .personal_message{margin-top:7px}.clubs .invited .join-club{width:175px;margin-top:10px}.clubs .invite_override{font-size:14px !important}.clubs .invite_override p{line-height:1.7em !important;margin-top:0px;margin-bottom:0px}.clubs .invite_override ul{font-size:.85em !important}.clubs .invite_override .right_col{padding-bottom:0px !important}.clubs .invite_override .right_col .inner{padding-left:75px !important}@media screen and (max-width: 1000px){.clubs .invite_override .right_col .inner{padding-left:45px !important}}@media screen and (max-width: 767px){.clubs .invite_override .right_col .inner{padding-left:0px !important}}.clubs .member_override ul{margin-top:10px !important;font-weight:400 !important;line-height:1.5em !important}.clubs .club_flash{padding-top:15px;padding-bottom:15px;background:#1AD1A3;color:white;font-weight:bold;text-align:Center}.clubs .red_role_label{display:inline-block;border-radius:3px;background:#FF8080;padding:5px;padding-left:20px;padding-right:20px;color:rgba(255,255,255,0.75)}.clubs .role_label{font-size:.7em;border-radius:3px;background:rgba(0,0,0,0.1);padding:5px;padding-left:10px;padding-right:10px;color:rgba(255,255,255,0.5);font-weight:bold;text-align:center;width:130px;text-align:Center;display:inline-block;margin-top:23px}@media screen and (max-width: 767px){.clubs .role_label{margin-top:10px}}.clubs .role_label .fa-cog{position:relative !important;right:inherit !important;color:rgba(255,255,255,0.5);cursor:pointer;margin-left:1px}.clubs .role_label .fa-cog:hover{color:#fff}.clubs .alert-button{background:#ff7171 !important;color:white !important;font-weight:bold !important;border:2px solid #fff !important}.clubs .alert-button:hover{background:#ff8080 !important}.clubs .leaderboard{margin-top:40px;margin-bottom:40px}.clubs .leaderboard .badge{width:65px}.clubs .leaderboard .badge .badge_icon{width:75px;height:75px}.clubs .leaderboard .b{width:100%;margin-top:10px;margin-bottom:10px;color:rgba(38,63,78,0.5)}.clubs .leaderboard h4{margin-bottom:0px}.clubs .leaderboard .ranking{width:490px;margin-left:auto;margin-right:auto}@media screen and (max-width: 500px){.clubs .leaderboard .ranking{width:100%;max-width:300px;margin-left:auto;margin-right:auto;float:none;margin-top:30px}}.clubs .leaderboard .score_label{cursor:pointer}.clubs .leaderboard .score_label:hover{color:#4a4a4a}.clubs .leaderboard .badge{opacity:.4;cursor:pointer}.clubs .leaderboard .badge:hover{opacity:1}.clubs .leaderboard .user{padding-top:30px;padding-bottom:30px;border-bottom:1px solid rgba(74,74,74,0.1);max-width:480px;position:relative}@media screen and (max-width: 500px){.clubs .leaderboard .user{max-width:300px}}.clubs .leaderboard .user .rank{color:rgba(74,74,74,0.1);font-size:1.5em;font-weight:bold;float:left;line-height:40px;width:20px}.clubs .leaderboard .user .info{float:left;margin-left:30px;max-width:400px}@media screen and (max-width: 500px){.clubs .leaderboard .user .info{margin-left:10px;max-width:270px}}.clubs .leaderboard .user .score{position:absolute;right:0px;top:30px;color:#003b5e}.clubs .leaderboard .user .avatar{width:40px;height:40px;border-radius:40px;float:left}.clubs .leaderboard .user .user-name{float:left;line-height:40px;width:300px;margin-left:10px}@media screen and (max-width: 500px){.clubs .leaderboard .user .user-name{max-width:190px}}.clubs .leaderboard .user .user-name a{color:#003b5e}.clubs .leaderboard .user .user-name a:hover{color:#007bc4}.clubs .leaderboard .user .bio{font-size:.75em;margin-top:10px;color:rgba(0,0,0,0.5)}.clubs .onboard-step{background:#F3F9FC;color:#5A5B5C;padding:20px;margin-top:50px;margin-bottom:30px}@media screen and (max-width: 1002px){.clubs .onboard-step{max-width:600px;margin-left:auto;margin-right:auto}}.clubs .onboard-settings{max-width:360px;float:left;font-size:14px;margin-left:20px;line-height:1.5em;font-size:14px}@media screen and (max-width: 1002px){.clubs .onboard-settings{max-width:500px !important;margin-left:auto;margin-right:auto;float:none}}.clubs .onboard-graph{width:575px;float:right;font-size:14px;text-align:center;border-left:1px solid rgba(38,63,78,0.1);padding-left:20px;padding-top:0px}@media screen and (max-width: 1002px){.clubs .onboard-graph{width:100%;margin-left:auto;margin-right:auto;border-left:0px;float:none;padding-left:0px;margin-top:40px}}.clubs .badge_holder{margin-top:17px;max-width:390px;margin-left:auto;margin-right:auto;text-align:left}.clubs .onboard-avatar{border-radius:90px;height:90px !important;width:90px !important;font-size:14px !important;text-transform:uppercase}.clubs .onboard-avatar:hover{background:#eee}.clubs .onboard-avatar img{border-radius:100px}.clubs .member-label{display:inline-block;font-size:11px;line-height:14px;padding:5px;padding-left:10px;padding-right:10px;border-radius:40px;background:#f8f8f8;margin-top:5px;cursor:pointer}.clubs .member-label:hover .fa{color:rgba(233,29,81,0.75)}.clubs .badge{text-align:center;font-size:.6em;margin-bottom:10px;margin-right:10px;position:relative;width:90px;display:inline-block}.clubs .badge:hover .fa-close{opacity:1}.clubs .badge .badge_icon{width:90px;height:101px}.clubs .badge .badge_text{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-webkit-justify-content:center;text-align:center;align-items:center;width:75px;padding:5px;height:75px;color:#49A6CF;background:White;font-size:10px;font-weight:bold;text-transform:uppercase;border:3px solid #429ACE;border-radius:60px;margin-left:auto;margin-right:auto}.clubs .badge .fa-close{position:absolute;right:1px;font-size:1.5em;cursor:pointer;opacity:0}.clubs .badge .fa-close:hover{color:rgba(233,29,81,0.75)}.clubs .member_validation_error,.clubs .backer_validation_error{font-size:13px;color:rgba(233,29,81,0.75);display:none}.clubs .subtleFakeLink{color:#AEAEAE;cursor:pointer;text-decoration:underline}.clubs .subtleFakeLink:hover{color:#4a4a4a}.clubs input:focus{background:white !important}.clubs .twitter-typeahead{width:100%}.clubs .twitter-typeahead .tt-menu{width:100%;max-width:480px}.clubs .twitter-typeahead .tt-open{box-shadow:2px 2px 1px #EEEEEE;border:1px solid #ccc;max-width:490px}.clubs .twitter-typeahead .tt-suggestion{background-color:white !important;padding:10px 5px;border-bottom:1px solid #f3f3f3;cursor:pointer}.clubs .twitter-typeahead .tt-suggestion:hover{background-color:#eee !important}.clubs .twitter-typeahead .icon{height:30px;margin-right:10px;float:left;margin-right:10px}.clubs .twitter-typeahead .name{float:left;margin-top:4px}.clubs .twitter-typeahead .blank-icon{display:inline-block;background:#111;color:#ccc;width:30px}.clubs h3{font-size:1.875em;line-height:1.4em}.clubs header.darkblue{padding-top:40px;padding-bottom:40px;background:#263F4E;color:white}@media screen and (max-width: 768px){.clubs header.darkblue{padding-top:30px;padding-bottom:30px}}@media screen and (max-width: 500px){.clubs header.darkblue{padding-top:20px;padding-bottom:20px}}.clubs header.darkblue h2{margin-top:10px;font-size:2.75em;margin-bottom:0px}@media screen and (max-width: 768px){.clubs header.darkblue h2{font-size:2.5em}}@media screen and (max-width: 500px){.clubs header.darkblue h2{font-size:1.8em}}.clubs header.darkblue h3{color:#fff;font-size:1.875em;line-height:1.5em;max-width:800px;font-weight:400;margin-left:auto;margin-right:auto;margin-top:10px}@media screen and (max-width: 768px){.clubs header.darkblue h3{font-size:1.6em}}@media screen and (max-width: 500px){.clubs header.darkblue h3{font-size:1.3em}}.clubs header.darkblue h4{color:rgba(255,255,255,0.9)}.clubs header.darkblue h5{color:rgba(255,255,255,0.7);font-size:.875em}.clubs header.darkblue h4.subtitle{color:rgba(255,255,255,0.7);max-width:800px;line-height:1.7em;font-weight:100;margin-top:15px;margin-bottom:30px;font-size:1.25em}.clubs header.darkblue .heading-group{color:rgba(255,255,255,0.9);border-bottom:1px solid rgba(255,255,255,0.4);width:210px;display:inline-block;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}.clubs header.darkblue .subheading{color:rgba(255,255,255,0.9);font-weight:600;font-size:.9em;margin-top:2px}.clubs header.darkblue .auto-center{max-width:600px;color:rgba(255,255,255,0.6)}.clubs header.darkblue small{color:rgba(255,255,255,0.5)}@media screen and (max-width: 768px){.clubs header.darkblue .standard{margin-bottom:0px !important}}.clubs header.darkblue .space-buttons{margin-top:10px}@media screen and (max-width: 500px){.clubs header.darkblue .space-buttons{margin-top:10px}}.clubs .dim{color:#7F7F7F}.clubs .callout,.clubs .apply{background:rgba(2,119,189,0.02) !important;border:1px solid #EDF4F9}.clubs .offblue{background:rgba(2,119,189,0.02) !important;border-top:1px solid #EDF4F9;border-bottom:1px solid #EDF4F9}.clubs .panel{padding-top:60px;padding-bottom:60px}.clubs button.wf-second{border:2px solid rgba(84,106,123,0.5);color:rgba(84,106,123,0.5);border-radius:50px;background:none;width:130px;padding:5px;height:auto;font-size:14px}.clubs button.wf-second:hover{background:rgba(84,106,123,0.1);border:2px solid rgba(84,106,123,0.7);color:rgba(84,106,123,0.7)}.clubs button.standard{opacity:0.75;border:3px solid #FFFFFF;border-radius:50px;background:none;padding:5px;height:auto;width:160px;margin-right:5px;margin-left:5px;margin-top:5px;margin-bottom:5px}.clubs button.standard:hover{opacity:1;background:rgba(255,255,255,0.05)}.clubs button.cta_soft{background:rgba(26,209,163,0.7);opacity:1;border:3px solid rgba(255,255,255,0.8)}.clubs button.cta_soft:hover{background:rgba(26,209,163,0.8);border:3px solid #fff}.clubs button.default{border:1px solid rgba(98,157,192,0.5);color:rgba(98,157,192,0.9);border-radius:50px;background:none;padding:5px;height:auto}.clubs button.default:hover{background:rgba(98,157,192,0.1);border:1px solid #629dc0;color:#629dc0}.clubs button.pending{border-radius:50px;height:40px;width:auto;padding-right:20px;padding-left:20px;background:#FF8080;border:3px solid #FF8080;color:white;font-weight:bold}.clubs button.cta{width:165px;border-radius:50px;height:40px;background:#1AD1A3;border:3px solid #1AD1A3;color:white;font-weight:bold}.clubs button.cta:hover{background:#21C098;border:3px solid #21C098}.clubs button.normal{width:165px;border-radius:50px;height:40px;background:#F0F5F8;border:3px solid #C0D6E3;color:#3D80A8;font-weight:bold}.clubs button.normal:hover{background:#DBE7ED}.clubs button.subtle{width:165px;border-radius:50px;height:40px;background:#fff;border:2px solid #C0D6E3;color:#3D80A8;font-size:.9em;height:auto;padding:5px}.clubs button.subtle:hover{background:#F0F5F8}.clubs .cancel_link{float:right;margin-top:20px;line-height:43px;font-size:16px;margin-right:10px;font-weight:bold;color:#C3C3C3;cursor:pointer}.clubs .cancel_link:hover{color:#4a4a4a}.clubs .three_points{text-align:left;margin-left:auto;margin-right:auto;margin-top:20px}.clubs .three_points .point{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:32%;float:left;padding:1%;padding-left:0%;padding-right:0%}@media screen and (max-width: 600px){.clubs .three_points .point{flex:none;display:block;text-align:center}}.clubs .three_points .point .p_icon{-webkit-box-flex:0 0 60px;-moz-box-flex:0 0 60px;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px;width:60px;height:60px;float:left;margin-right:10px}@media screen and (max-width: 600px){.clubs .three_points .point .p_icon{float:none;margin-bottom:5px;margin-right:0px}}.clubs .three_points .point .p{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;float:left}.clubs .three_points .point .percent_icon{height:68px}@media screen and (max-width: 600px){.clubs .three_points .point .percent_icon{MARGIN-TOP:-6PX}}@media screen and (max-width: 400px){.clubs .three_points .point .percent_icon{MARGIN-TOP:-8PX}}.clubs .card-grid{margin-top:30px}@media screen and (max-width: 500px){.clubs .card-grid{margin-top:20px}}@media screen and (max-width: 335px){.clubs .card-grid{margin-left:-15px}}.clubs .start_a_club li{margin-bottom:27px}.clubs .start_a_club .flexCenterContent{max-width:900px}@media screen and (max-width: 768px){.clubs .start_a_club .flexCenterContent{max-width:700px}}.clubs .sales{float:left;width:320px;margin-top:30px;color:rgba(38,63,78,0.5)}.clubs .sales h4{margin-bottom:20px}@media screen and (max-width: 767px){.clubs .sales{float:none;margin-left:auto;margin-right:auto;text-align:Center}}@media screen and (max-width: 500px){.clubs .sales{width:300px}}@media screen and (max-width: 767px){.clubs .remove-blanks-on-mobile{margin-left:0px}.clubs .remove-blanks-on-mobile li{text-indent:0px;margin-bottom:15px}.clubs .remove-blanks-on-mobile li:before{content:"";position:relative;left:0px}}.clubs .apply{float:right;width:320px;padding:30px;border-radius:3px;background:#f6f6f6;margin-top:30px;width:400px}@media screen and (max-width: 900px){.clubs .apply{width:320px}}@media screen and (max-width: 767px){.clubs .apply{float:none;margin-left:auto;margin-right:auto}}@media screen and (max-width: 768px){.clubs .apply{width:280px;padding:20px}}@media screen and (max-width: 340px){.clubs .apply{padding:10px}}.clubs .apply textarea,.clubs .apply input{width:380px;margin-bottom:20px;margin-top:10px}@media screen and (max-width: 900px){.clubs .apply textarea,.clubs .apply input{width:300px}}@media screen and (max-width: 768px){.clubs .apply textarea,.clubs .apply input{width:260px}}.clubs .apply label{font-weight:bold;color:rgba(38,63,78,0.75)}.clubs .apply label.error{margin-top:-13px;margin-bottom:15px}.clubs .edit_club_dropdown{cursor:pointer}.clubs .edit_club_dropdown:hover{color:#1b2c37}.clubs .how_it_works{background:#1b2c37;padding-top:30px;padding-bottom:30px;margin-top:30px;margin-bottom:30px;color:rgba(255,255,255,0.75);display:none;max-height:0px;overflow:hidden;line-height:1.7em;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;-webkit-transition:1s;transition:1s}.clubs .how_it_works .flash_text{-moz-transition-property:color;-moz-transition-duration:500ms;-webkit-transition-property:color;-webkit-transition-duration:500ms;-o-transition-property:color;-o-transition-duration:500ms;-ms-transition-property:color;-ms-transition-duration:500ms;transition-property:color;transition-duration:500ms}.clubs .how_it_works h2{margin-top:20px;color:rgba(255,255,255,0.9)}.clubs .how_it_works h4{color:white}.clubs .how_it_works h5{color:rgba(255,255,255,0.8)}.clubs .how_it_works p{line-height:1.7em}.clubs .how_it_works .auto-center{max-width:600px;margin-left:auto;margin-right:auto}.clubs .how_it_works .splits{margin-top:20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.clubs .how_it_works .splits .split{-webkit-transition:width 500ms ease-in-out;-moz-transition:width 500ms ease-in-out;-o-transition:width 500ms ease-in-out;transition:width 500ms ease-in-out;width:21%;padding-left:2%;padding-right:2%;text-align:center;color:rgba(255,255,255,0.75);font-size:12px;line-height:1.3em;padding-top:12px;padding-bottom:12px;font-weight:bold}@media screen and (max-width: 400px){.clubs .how_it_works .splits .split{width:96%}}.clubs .how_it_works .splits .split .light{margin-top:3px;font-size:10px}.clubs .how_it_works .splits .wefunder{background:#0B6397}.clubs .how_it_works .splits .split_wefunder:hover,.clubs .how_it_works .splits split_sponsor:hover,.clubs .how_it_works .splits .split_manager:hover,.clubs .how_it_works .splits .split_carry:hover{opacity:.9}.clubs .how_it_works .splits .sponsor{background:#498BB2}.clubs .how_it_works .splits .manager{background:#6FB1D8;color:#2E4655}.clubs .how_it_works .splits .carry{background:#C0DDEF;color:#2E4655}.clubs .how_it_works .splits .carry .dotted_underline,.clubs .how_it_works .splits .manager .dotted_underline{border-bottom:1px dashed rgba(46,70,85,0.5)}.clubs .how_it_works .splits .carry .fa-question-circle,.clubs .how_it_works .splits .manager .fa-question-circle{margin-left:1px}.clubs .how_it_works .splits .carry .define_term:hover,.clubs .how_it_works .splits .manager .define_term:hover{color:black}.clubs .how_it_works .splits .carry .define_term:hover .dotted_underline,.clubs .how_it_works .splits .manager .define_term:hover .dotted_underline{border-bottom:1px dashed #000}.clubs .how_it_works .splits .carry .define_term:hover .fa-question-circle,.clubs .how_it_works .splits .manager .define_term:hover .fa-question-circle{opacity:1;color:black}.clubs .how_it_works img.carry_point{width:24px;height:24px;float:left;margin:10px;margin-top:2px}.clubs .how_it_works .dashed-line{border-top:2px dashed rgba(255,255,255,0.25);margin-left:50%;width:37.5%}@media screen and (max-width: 400px){.clubs .how_it_works .dashed-line{display:none}}.clubs .how_it_works .dashed-top{border-left:2px dashed rgba(255,255,255,0.25);margin-left:87.5%;width:1px;height:25px}@media screen and (max-width: 400px){.clubs .how_it_works .dashed-top{display:none}}.clubs .how_it_works .dashed-bottom{border-left:2px dashed rgba(255,255,255,0.25);width:1px;margin-left:50%;height:25px}@media screen and (max-width: 400px){.clubs .how_it_works .dashed-bottom{height:40px}}.clubs .how_it_works .awards{margin-top:20px;max-width:450px;margin-left:auto;margin-right:auto}.clubs .how_it_works .award{width:25%;float:left;text-align:center}@media screen and (max-width: 500px){.clubs .how_it_works .award{width:33%}}.clubs .how_it_works .award .smile{height:30px;width:30px;margin-left:3px;margin-bottom:8px}.clubs .how_it_works .award img.carry_point{margin:0px;float:none;margin-left:-2px;margin-right:-2px}.clubs .how_it_works .award .line{height:3px;background:white;margin-top:10px;margin-bottom:10px}.clubs .how_it_works .award .amount{color:white;font-weight:bold}.clubs .how_it_works .carry_points{float:left;margin-top:10px;margin-left:75%;border-bottom:2px solid rgba(255,255,255,0.25);font-size:10px;line-height:1.4em;color:rgba(255,255,255,0.5);text-align:left;-webkit-transition:margin-left 500ms ease-in-out;-moz-transition:margin-left 500ms ease-in-out;-o-transition:margin-left 500ms ease-in-out;transition:margin-left 500ms ease-in-out}@media screen and (max-width: 850px){.clubs .how_it_works .carry_points{font-size:10px}}@media screen and (max-width: 400px){.clubs .how_it_works .carry_points{width:90%;margin-left:auto !important;margin-right:auto;max-width:550px;float:none}}.clubs .how_it_works .carry_points .con{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.clubs .how_it_works .carry_points .carry_point{-webkit-box-flex:0 0 24px;-moz-box-flex:0 0 24px;-webkit-flex:0 0 24px;-ms-flex:0 0 24px;flex:0 0 24px}@media screen and (max-width: 850px){.clubs .how_it_works .carry_points .carry_point{margin:2px}}@media screen and (max-width: 400px){.clubs .how_it_works .carry_points .carry_point{margin:10px;margin-top:3px}}.clubs .how_it_works .carry_points .carry_text{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.clubs .how_it_works .carry_points .bottom{height:10px;margin-top:-5px;border-left:2px solid rgba(255,255,255,0.25);border-right:2px solid rgba(255,255,255,0.25)}.clubs .how_it_works .i_earn{width:90%;margin-left:auto;margin-right:auto;max-width:550px;border-top:2px solid rgba(255,255,255,0.25)}.clubs .how_it_works .i_earn .top{height:10px;border-left:2px solid rgba(255,255,255,0.25);border-right:2px solid rgba(255,255,255,0.25)}.clubs .how_it_works .points{margin-top:20px;margin-bottom:20px}.clubs .how_it_works .point{width:31%;padding-right:1%;padding-left:1%;float:left;margin-top:10px;margin-bottom:10px}.clubs .how_it_works .point:first-child{width:32%;padding-right:1%;padding-left:0%}.clubs .how_it_works .point:last-child{width:30%;padding-left:3%;padding-right:0%}.clubs .how_it_works p.small{margin-top:5px;font-size:.875em;color:rgba(255,255,255,0.5);line-height:1.5em}.clubs .how_it_works .default{margin:5px;margin-bottom:0px;font-size:13px;width:140px;margin-top:10px}.clubs .how_it_works .fa-question-circle{opacity:.8;vertical-align:super;font-size:.6em;margin-left:2px}.clubs .how_it_works .dotted_underline{border-bottom:1px dashed rgba(255,255,255,0.2)}.clubs .how_it_works .define_term:hover{color:white}.clubs .how_it_works .define_term:hover .dotted_underline{border-bottom:1px dashed #fff}.clubs .how_it_works .define_term:hover .fa-question-circle{opacity:1;color:white}.clubs .blue_box .how_it_works,.clubs .white_box .how_it_works{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;height:auto;display:block;max-height:5000px;background:rgba(2,119,189,0.02);border-radius:3px;color:#4a4a4a;padding-top:20px;padding-bottom:0px;border:1px solid #EDF4F9;margin-top:20px;margin-bottom:50px}.clubs .blue_box .how_it_works .define_term .dotted_underline,.clubs .white_box .how_it_works .define_term .dotted_underline{border-bottom:1px dashed rgba(0,0,0,0.1)}.clubs .blue_box .how_it_works .define_term:hover,.clubs .white_box .how_it_works .define_term:hover{color:black}.clubs .blue_box .how_it_works .define_term:hover .dotted_underline,.clubs .white_box .how_it_works .define_term:hover .dotted_underline{border-bottom:1px dashed #000}.clubs .blue_box .how_it_works .define_term:hover .fa-question-circle,.clubs .white_box .how_it_works .define_term:hover .fa-question-circle{opacity:1;color:black}.clubs .blue_box .how_it_works h1,.clubs .blue_box .how_it_works h2,.clubs .blue_box .how_it_works h3,.clubs .blue_box .how_it_works h4,.clubs .blue_box .how_it_works h5,.clubs .blue_box .how_it_works p,.clubs .blue_box .how_it_works .carry_points,.clubs .blue_box .how_it_works .amount,.clubs .white_box .how_it_works h1,.clubs .white_box .how_it_works h2,.clubs .white_box .how_it_works h3,.clubs .white_box .how_it_works h4,.clubs .white_box .how_it_works h5,.clubs .white_box .how_it_works p,.clubs .white_box .how_it_works .carry_points,.clubs .white_box .how_it_works .amount{color:#4a4a4a}.clubs .blue_box .how_it_works .carry_points .carry_point,.clubs .white_box .how_it_works .carry_points .carry_point{margin:0px;margin-bottom:20px;margin-left:-7px;margin-right:3px}.clubs .blue_box .how_it_works .split,.clubs .white_box .how_it_works .split{line-height:1.8em}.clubs .blue_box .how_it_works .split .light,.clubs .white_box .how_it_works .split .light{line-height:1.4em}.clubs .blue_box .how_it_works .hide-in-faq,.clubs .white_box .how_it_works .hide-in-faq{display:none}.clubs .blue_box .how_it_works .default,.clubs .white_box .how_it_works .default{display:none}.clubs .blue_box .how_it_works .smile,.clubs .white_box .how_it_works .smile{border-radius:30px;background:#0277bd}.clubs .blue_box .how_it_works .dashed-top,.clubs .white_box .how_it_works .dashed-top{border-left:2px dashed rgba(0,0,0,0.25)}.clubs .blue_box .how_it_works .dashed-bottom,.clubs .white_box .how_it_works .dashed-bottom{border-left:2px dashed rgba(0,0,0,0.25)}.clubs .blue_box .how_it_works .dashed-line,.clubs .white_box .how_it_works .dashed-line{border-top:2px dashed rgba(0,0,0,0.25)}.clubs .blue_box .how_it_works .carry_points,.clubs .white_box .how_it_works .carry_points{border-bottom:2px solid rgba(0,0,0,0.25)}.clubs .blue_box .how_it_works .i_earn,.clubs .white_box .how_it_works .i_earn{border-top:2px solid rgba(0,0,0,0.25)}.clubs .blue_box .how_it_works .top,.clubs .blue_box .how_it_works .bottom,.clubs .white_box .how_it_works .top,.clubs .white_box .how_it_works .bottom{border-left:2px solid rgba(0,0,0,0.25);border-right:2px solid rgba(0,0,0,0.25)}.clubs .blue_box .how_it_works .line,.clubs .white_box .how_it_works .line{background:rgba(0,0,0,0.25)}.clubs .white_box .how_it_works{border:0px;background:none;padding-top:0px;padding:0px;margin-top:0px;margin-bottom:0px}.clubs .how_it_works_dimmer .how_it_works{color:rgba(38,63,78,0.5)}.clubs .how_it_works_dimmer .how_it_works h1,.clubs .how_it_works_dimmer .how_it_works h2,.clubs .how_it_works_dimmer .how_it_works h3,.clubs .how_it_works_dimmer .how_it_works h4,.clubs .how_it_works_dimmer .how_it_works h5,.clubs .how_it_works_dimmer .how_it_works p,.clubs .how_it_works_dimmer .how_it_works .carry_points,.clubs .how_it_works_dimmer .how_it_works .amount,.clubs .how_it_works_dimmer .how_it_works .flash_text{color:rgba(38,63,78,0.5)}.clubs .illustration{padding:20px;border:1px solid #EDF4F9;margin-top:20px}@media screen and (max-width: 350px){.clubs .illustration{padding:1px}}.clubs .flow_chart{text-align:Center;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;color:rgba(38,63,78,0.5);line-height:1.7em}.clubs .flow_chart p{line-height:1.7em}.clubs .flow_chart .auto-center{max-width:550px;margin-left:auto;margin-right:auto}.clubs .flow_chart p.small{margin-top:5px;font-size:.875em;color:rgba(38,63,78,0.5);line-height:1.5em}.clubs .flow_chart .flow_start{font-size:10px;margin-top:15px;background:#C0C0C0;color:rgba(255,255,255,0.85);font-weight:bold;border-radius:30px;cursor:pointer;margin-left:auto;margin-right:auto;width:175px}.clubs .flow_chart .center_line_stub{height:10px;width:1px;margin-left:auto;margin-right:auto;background:#C0C0C0}.clubs .flow_chart .yes{background:#1ad1a3}.clubs .flow_chart .yes_text{text-align:center;font-weight:bold;color:#1AD1A3;font-size:10px;line-height:1em}.clubs .flow_chart .no{background:rgba(233,29,81,0.75)}.clubs .flow_chart .decision_point{width:9px;height:9px;margin-top:1px;margin-left:auto;margin-right:auto;border:1px solid #C0C0C0;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);background:white}.clubs .flow_chart .decision_text{font-size:10px}.clubs .flow_chart .triangle{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #1AD1A3;margin-left:auto;margin-right:auto}.clubs .flow_chart .funding_threshold{margin-left:auto;margin-right:auto;padding:20px;border:1px dashed #C0C0C0;max-width:420px;min-width:250px;border-radius:3px;padding-bottom:10px;background:rgba(39,39,39,0.01)}@media screen and (max-width: 500px){.clubs .flow_chart .funding_threshold{line-height:1.3em}}@media screen and (max-width: 350px){.clubs .flow_chart .funding_threshold{border-left:0px;border-right:0px}}.clubs .flow_chart .funding_threshold .days{width:175px;height:33px;margin-left:auto;margin-right:auto;text-align:Center;margin-bottom:5px}.clubs .flow_chart .funding_threshold .col{width:31%;padding:1%;float:left;text-align:center;font-size:10px;margin-top:5px;padding-bottom:0px;position:relative}.clubs .flow_chart .funding_threshold .col .plus{position:absolute;right:-6px;top:20px;font-weight:bold;font-size:18px;color:#C0C0C0}.clubs .flow_chart .funding_threshold .col .threshold{-moz-transition-property:color;-moz-transition-duration:500ms;-webkit-transition-property:color;-webkit-transition-duration:500ms;-o-transition-property:color;-o-transition-duration:500ms;-ms-transition-property:color;-ms-transition-duration:500ms;transition-property:color;transition-duration:500ms;width:85%;font-size:2em;font-weight:bold;margin-left:auto;margin-right:auto;padding-bottom:3px;color:#6A7175;border-bottom:3px solid #C0C0C0}@media screen and (max-width: 500px){.clubs .flow_chart .funding_threshold .col .threshold{font-size:1.3em}}.clubs .flow_chart .h_line{max-width:250px;width:50%;height:10px;border-top:1px solid #C0C0C0;border-left:1px solid #C0C0C0;border-right:1px solid #C0C0C0;margin-left:auto;margin-right:auto;margin-top:-6px}.clubs .flow_chart .position_votes{max-width:250px;width:50%;margin-left:auto;margin-right:auto;position:relative;height:150px;line-height:1.3em}.clubs .flow_chart .yes_col{position:absolute;font-size:10px;margin-left:-75px;width:150px;text-align:center;color:#1AD1A3;font-weight:bold}.clubs .flow_chart .yes_col .decision_point{border:1px solid #1AD1A3;margin-bottom:2px}.clubs .flow_chart .yes_col .decision_text{color:rgba(38,63,78,0.5);font-weight:400}.clubs .flow_chart .yes_col .smile{height:25px;width:25px;border-radius:25px;background:#1AD1A3}.clubs .flow_chart .no_col{position:absolute;font-size:10px;margin-left:-75px;right:-75px;width:150px;text-align:center;color:rgba(233,29,81,0.75);font-weight:bold}.clubs .flow_chart .no_col .decision_point{border:1px solid rgba(233,29,81,0.75);margin-bottom:2px}.clubs .flow_chart .no_col .center_line_stub{background:rgba(233,29,81,0.75)}.clubs .flow_chart .no_col .triangle{border-top:8px solid rgba(233,29,81,0.75)}.clubs .flow_chart .no_col .decision_text{color:rgba(38,63,78,0.5);font-weight:400;cursor:pointer}.clubs .flow_chart .no_col .frown{height:25px;width:25px;border-radius:25px;background:rgba(233,29,81,0.75)}.clubs .flow_chart .no_col .fa-question-circle{font-size:1em;vertical-align:inherit;margin-left:0px}.clubs .flow_chart .no_col .fa-question-circle:hover{color:#999}.clubs .panel h3{color:#5B6E7B;font-weight:bold;margin-top:0px;margin-bottom:0px}.clubs .panel h4{margin-bottom:20px;color:#929FA6;font-size:1.5em}.clubs .members h4{margin-bottom:20px;color:#929FA6;font-size:1.5em}.clubs .managers .all-managers{padding-top:20px}.clubs .managers .lighter{color:#8F9DA5;font-weight:400}.clubs .managers .fa-question-circle{cursor:pointer}.clubs .managers .manager{width:280px;margin-bottom:20px;margin-top:20px}.clubs .managers .manager .avatar{width:200px;height:200px;border-radius:100px;margin-left:auto;margin-right:auto}.clubs .managers .manager .name{margin-top:15px;font-size:1.3125em;text-align:center;font-weight:bold;color:#3E5563}.clubs .managers .manager .name:hover{color:#0277bd}.clubs .managers .manager .bio{color:#001D2F;margin-top:5px;font-size:12px !important;line-height:1.8em}.clubs header.club{padding-top:40px;padding-bottom:20px;min-height:170px;background:#4a4a4a;color:white}@media screen and (max-width: 767px){.clubs header.club{min-height:155px}}.clubs header.club a{font-weight:bold;color:rgba(255,255,255,0.75)}.clubs header.club a:hover{color:white}.clubs header.club .flexCenterContent{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative}@media screen and (max-width: 767px){.clubs header.club .flexCenterContent{display:block}}.clubs header.club .unofficial{position:absolute;bottom:-2px;right:0px;background:rgba(0,0,0,0.1);padding:5px;border-radius:30px;font-size:9px;width:168px;text-align:Center;font-weight:bold;text-transform:uppercase;color:rgba(255,255,255,0.8);cursor:pointer}@media screen and (max-width: 767px){.clubs header.club .unofficial{position:relative;margin-right:auto;margin-left:auto;margin-top:10px}}.clubs header.club .unofficial .u{color:rgba(255,255,255,0.5)}.clubs header.club .logo_container{-webkit-box-flex:0 0 215;-moz-box-flex:0 0 215;-webkit-flex:0 0 215;-ms-flex:0 0 215;flex:0 0 215;width:220px;margin-left:0px;position:absolute}@media screen and (max-width: 767px){.clubs header.club .logo_container{display:block;margin-left:auto;margin-right:auto;position:relative;margin-bottom:5px;width:80px;margin-top:-25px}}.clubs header.club .logo_container .club-icon-uploader{border-radius:3px}.clubs header.club .logo_container .container_two img{border-radius:3px}.clubs header.club .logo_container .container_two .club-icon{width:220px;height:220px;border:5px solid #fff;border-radius:3px;background:#01598d}@media screen and (max-width: 767px){.clubs header.club .logo_container .container_two .club-icon{width:120px;height:120px}}.clubs header.club .content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:260px}@media screen and (max-width: 767px){.clubs header.club .content{display:block;margin-left:auto;margin-right:auto;text-align:center;width:100%;margin-left:0px}}.clubs header.club .content .content_content_haha{float:left;max-width:580px;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.clubs header.club .content .content_content_haha{width:100%;float:none}.clubs header.club .content .content_content_haha label{display:none}}.clubs header.club .content .right_buttons{float:right}@media screen and (max-width: 1000px){.clubs header.club .content .right_buttons{width:100%;float:none;text-align:Center;display:none}}.clubs header.club .content label{font-size:1.125em;font-weight:bold;color:rgba(255,255,255,0.34)}.clubs header.club .content h2{font-size:1.75em;line-height:1.5em;margin-top:0px;margin-bottom:10px}.clubs header.club .content h3{font-size:1.125em;line-height:1.5em;color:rgba(255,255,255,0.85);max-width:500px;margin-top:0px}@media screen and (max-width: 767px){.clubs header.club .content h3{margin-left:auto;margin-right:auto}}.clubs header.club .content h4{font-size:.875em;color:rgba(255,255,255,0.75);margin-top:15px;margin-bottom:0px}.clubs header.club .content .fa-cog{position:absolute;right:20px}.clubs header.club_member .content{margin-left:260px}@media screen and (max-width: 767px){.clubs header.club_member .content{margin-left:0px}}.clubs header.club_member .logo_container{width:220px;margin-left:0px}@media screen and (max-width: 767px){.clubs header.club_member .logo_container{margin-left:auto;margin-right:auto;width:80px;margin-top:-15px}}.clubs header.club_member .logo_container .container_two{border:0px}.clubs header.club_member .default{font-size:13px;width:150px;margin-top:10px;border:1px solid rgba(255,255,255,0.8);color:rgba(255,255,255,0.8);font-weight:400}.clubs header.club_member .default:hover{border:1px solid #fff;color:#fff}.clubs .what_top_version{width:220px !important;margin-left:268px;margin-top:8px;border:1px solid #C0D6E3 !important;font-size:.7em !important}@media screen and (max-width: 767px){.clubs .what_top_version{margin-left:auto;margin-right:auto;display:block}}.clubs .offblue .benefits input{background:none}@media screen and (max-width: 340px){.clubs .offset-on-mobile{margin-left:15px}}@media screen and (max-width: 500px){.clubs .offset-on-mobile{margin-top:0px !important}}.clubs .onboarding{margin-top:-10px}.clubs .onboarding .unpublished-nav{background-color:#003b5e;color:rgba(255,255,255,0.9)}.clubs .onboarding h2{padding-top:20px;font-size:1.6em;text-align:center;margin-bottom:15px;color:#fff}@media screen and (max-width: 767px){.clubs .onboarding h2{font-size:1.3em;padding-top:5px}}.clubs .onboarding .menu{padding-bottom:16px;margin-top:0px}.clubs .onboarding .menu ul{margin-left:0px;margin-right:0px;text-align:center}.clubs .onboarding .menu li{opacity:.3;color:white;width:25%;font-size:1.125em;margin-left:0px !important;margin-right:0px !important}@media screen and (max-width: 767px){.clubs .onboarding .menu li{width:100%;margin-bottom:5px}}.clubs .onboarding .menu li .step{color:#80ACC6}.clubs .onboarding .menu .activated{cursor:pointer;opacity:1;color:rgba(255,255,255,0.9)}.clubs .onboarding .menu .activated:hover{color:white}.clubs .onboarding .menu .the-line{display:inline-block;position:relative;padding-top:5px;border-bottom:4px solid transparent}.clubs .onboarding .menu .active{cursor:auto !important;color:#fff !important}.clubs .onboarding .menu .active .the-line{border-bottom:3px solid #80ACC6}.clubs .onboarding .menu .active .step{font-weight:bold}.clubs .onboarding .menu .active:hover{color:white !important}@media screen and (max-width: 767px){.clubs .benefits{margin-top:-50px}}.clubs .benefits .left_col{float:left;width:49.5%}@media screen and (max-width: 767px){.clubs .benefits .left_col{width:100%;max-width:340px;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px;margin-top:-20px;float:none}.clubs .benefits .left_col .subtle{display:none}}.clubs .benefits .left_col .inner{padding-right:70px}@media screen and (max-width: 1000px){.clubs .benefits .left_col .inner{padding-right:45px;padding-left:25px}}@media screen and (max-width: 767px){.clubs .benefits .left_col .inner{padding-right:0px;padding-left:0px}}.clubs .benefits .inner_variation{padding-left:20px !important;padding-right:45px !important}@media screen and (max-width: 768px){.clubs .benefits .inner_variation{padding-right:0px !important;padding-left:0px !important;margin-top:-30px !important}.clubs .benefits .inner_variation .open_how_it_works{display:none}}.clubs .benefits .right_col{float:left;width:49.5%;padding-bottom:20px}@media screen and (max-width: 767px){.clubs .benefits .right_col{width:100%;max-width:340px;margin-top:20px;padding-left:10px;padding-right:10px;margin-left:auto;margin-right:auto;float:none}}.clubs .benefits .right_col .inner{padding-left:90px}@media screen and (max-width: 1000px){.clubs .benefits .right_col .inner{padding-left:45px}}@media screen and (max-width: 767px){.clubs .benefits .right_col .inner{padding-left:0px}}.clubs .benefits .divider{border-left:3px solid #EBEEF0}@media screen and (max-width: 767px){.clubs .benefits .divider{border-left:0px solid #fff}}.clubs .benefits h4{font-size:1.125em;line-height:1.5em;font-weight:bold;margin-top:0px}@media screen and (max-width: 767px){.clubs .benefits h4{margin-top:40px}}.clubs .benefits p{margin-top:0px;font-size:.875em}.clubs .benefits ul{margin-top:12px;font-size:.75em;font-weight:bold;color:#777}.clubs .benefits ul li{margin-bottom:10px}.clubs .benefits ul small{font-weight:400;font-size:.9em;margin-left:15px;display:block}.clubs .benefits .dotted_underline{border-bottom:1px dashed #aaa;padding-bottom:1px}.clubs .benefits .dotted_underline:hover{border-bottom:1px dashed #777}.clubs .benefits .fa-question-circle{margin-left:3px}.clubs .benefits .join_club,.clubs .benefits .pending{margin-top:55px;margin-left:auto;margin-right:auto;display:block}@media screen and (max-width: 767px){.clubs .benefits .join_club,.clubs .benefits .pending{margin-top:20px}}.clubs .benefits .back_club{float:left;margin-left:3px;width:auto;padding-left:25px;padding-right:25px;margin-top:7px}.clubs .benefits input.amount_to_back{border:0px;border-bottom:3px solid #C0D6E3;font-size:1.2em;color:#01598D;font-weight:bold;width:140px;float:left;padding:5px;margin-top:13px}.clubs .benefits input::-webkit-input-placeholder{color:#C0D6E3;font-weight:400}.clubs .benefits input::-moz-placeholder{color:#C0D6E3;font-weight:400}.clubs .benefits input:-moz-placeholder{color:#C0D6E3;font-weight:400}.clubs .benefits input:-ms-input-placeholder{color:#C0D6E3;font-weight:400}.design_v4 .club_create{margin-top:50px}.design_v4 .club_create .menu_wrapper .menu{-webkit-box-flex:0 0 232px;-moz-box-flex:0 0 232px;-webkit-flex:0 0 232px;-ms-flex:0 0 232px;flex:0 0 232px}.design_v4 .club_create p{margin-top:1.2em;line-height:1.5em;color:rgba(39,39,39,0.75)}.design_v4 .club_create .redactor2-box p:first-child{margin-top:0px}.design_v4 .club_create .q_and_a{font-size:14px}.design_v4 .club_create .q_and_a .redactor-box{width:522px;margin-left:-11px;margin-top:6px}.design_v4 .club_create .q_and_a .title_input{width:85%;margin-left:-11px;font-weight:bold;margin-top:-2px;padding-left:10px;font-size:14px;padding-top:1px;padding-bottom:1px}.design_v4 .club_create .fa-question-circle{opacity:.8;vertical-align:super;font-size:.8em;margin-left:3px}.design_v4 .club_create h2{margin-top:120px;margin-bottom:10px;font-size:24px}.design_v4 .club_create .content{padding-left:60px;border-left:1px solid #D8D8D8;padding-bottom:30px}.design_v4 .club_create .content h2{margin-top:4em;font-weight:400 !important;margin-bottom:-10px;font-size:1.9em  !important;color:rgba(39,39,39,0.75) !important}.design_v4 .club_create .content textarea{height:100px}.design_v4 .club_create .content .username-slug{width:125px}.design_v4 .club_create .content .row,.design_v4 .club_create .content .radio_row{margin-bottom:15px;margin-top:10px;color:rgba(39,39,39,0.75)}.design_v4 .club_create .content .row .select,.design_v4 .club_create .content .row .string,.design_v4 .club_create .content .radio_row .select,.design_v4 .club_create .content .radio_row .string{display:inline-block}.design_v4 .club_create .content .radio_row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.design_v4 .club_create .content .radio_row input[type="radio"]{-webkit-box-flex:0 0 25px;-moz-box-flex:0 0 25px;-webkit-flex:0 0 25px;-ms-flex:0 0 25px;flex:0 0 25px;margin-top:4px}.design_v4 .club_create .content .radio_row label{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.design_v4 .club_create .content .icon,.design_v4 .club_create .content .logo{float:left;width:90px;height:90px;border:1px dashed #aaa;background:#f8f8f8;padding:3px;margin-top:30px;text-align:center;font-size:12px;cursor:pointer;font-variant:small-caps}.design_v4 .club_create .content .icon:hover,.design_v4 .club_create .content .logo:hover{background:#f1f1f1}.design_v4 .club_create .content .signature-box .signature{float:left;width:auto;min-width:310px;line-height:1em;display:inline-block;font-family:"Brush Script MT",cursive;font-size:45px;padding:5px;border-bottom:1px solid #eee;margin-bottom:10px;margin-right:20px}.design_v4 .club_create .content .signature-box .signature .x{float:left;margin-top:20px;margin-right:5px;color:#AAA;font-family:Helvetica;font-weight:100}.design_v4 .club_create .content .signature-box .signature .scribble{float:left;margin-top:20px}.design_v4 .club_create .content .signature-box .signature .ghost{color:#DDD}.design_v4 .club_create .content .signature-box .sign{position:relative;float:left;margin-top:10px;top:-5px;height:50px;width:80px}@media screen and (max-width: 768px){.design_v4 .club_create .content .signature-box .sign{width:100%}}.design_v4 .club_create .content .signature-box .date{float:left;line-height:65px}.design_v4 .club_create .content .key_fact{padding:2px;width:310px;border:0px;border-bottom:1px dashed #aaa;margin-top:7px;margin-bottom:3px}.design_v4 .club_create .content .q{font-size:14px;margin-top:30px;max-width:500px;cursor:pointer;position:relative}.design_v4 .club_create .content .q .actions{display:none;position:absolute;right:10px;margin:0px 5px}.design_v4 .club_create .content .q:hover{background:#fcfcfc}.design_v4 .club_create .content .q:hover .actions{display:block}@media screen and (max-width: 768px){.design_v4 .club_create .content{padding-left:0px;border-left:0px solid #D8D8D8;margin-bottom:00px !important}}.design_v4 .club_create .content .question{font-weight:600;margin-top:40px;margin-bottom:5px;color:#4a4a4a}.design_v4 .club_create .content .float_q{width:150px;float:left;margin-top:40px;color:rgba(37,37,37,0.5)}.design_v4 .club_create .content .float_i{margin-top:30px}.design_v4 .club_create textarea,.design_v4 .club_create input[type="text"],.design_v4 .club_create input[type="url"],.design_v4 .club_create input[type="email"]{width:288px}@media screen and (max-width: 768px){.design_v4 .club_create textarea,.design_v4 .club_create input[type="text"],.design_v4 .club_create input[type="url"],.design_v4 .club_create input[type="email"]{width:280px}}.design_v4 .club_create .perks .perk .threshold{width:80px;padding:0;text-align:center}.design_v4 .club_create .perks .left{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;position:relative;float:left;width:150px;margin-top:34px;padding-right:10px;text-align:right}.design_v4 .club_create .perks .right{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;position:relative;float:left;width:310px;margin-top:35px}.design_v4 .club_create .disabled_term{opacity:0.3}.design_v4 .club_create .attachment{font-size:0.75em}.design_v4 .club_create .attachment .name{padding:2px 4px;width:85%;color:#0277bd;border-color:#eee}.design_v4 .club_create .attachment .name:hover{border-color:#909090}.design_v4 .club_create .attachment .remove{color:#e91d51}.club_invites_create .errors{margin-top:30px;margin-bottom:30px}.club_invites_create .errors .error{color:rgba(233,29,81,0.75)}.club_invites_create .field_with_errors{margin:0;padding:0}.mid-page_nav{background-color:#646464;color:rgba(255,255,255,0.75);font-weight:700;letter-spacing:.5px;text-transform:uppercase;font-size:.75em}.mid-page_nav ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;list-style:outside none none;text-align:center;float:left;margin-left:248px !important}@media screen and (max-width: 767px){.mid-page_nav ul{width:100%;margin-left:0px !important;justify-content:center;-webkit-justify-content:center;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap}}.mid-page_nav li{list-style:outside none none;text-align:center;padding-left:1px;padding-right:1px;margin-right:12px;margin-left:12px;padding-bottom:10px;padding-top:15px;border-bottom:5px solid rgba(255,255,255,0)}@media screen and (max-width: 767px){.mid-page_nav li{padding-bottom:0px;padding-top:5px}}.mid-page_nav li a{text-decoration:none !important;color:inherit}.mid-page_nav li a:hover{color:rgba(255,255,255,0.9)}.mid-page_nav .active{border-bottom:5px solid rgba(255,255,255,0.3);color:white}@media screen and (max-width: 500px){.mid-page_nav .active{border-bottom:0px solid rgba(255,255,255,0.3)}}.mid-page_nav .fa-cog{position:absolute;right:5px;line-height:46px;font-size:20px}.mid-page_nav .fa-cog:hover{color:white}#forum{color:#274456;padding-bottom:10%}#forum .users{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;justify-content:left;margin:0% 5%;min-width:100px}#forum .users img{height:25px;width:25px;border-radius:50% !important;background-color:#f3f3f3;margin:0%}#forum .avatar img{height:25px;width:25px;border-radius:50% !important;background-color:#f3f3f3;margin:0% 10px 0% 0%}#forum form.new_club_post{margin-bottom:30px}#forum form.new_club_post .field,#forum form.new_club_post .actions,#forum form.new_club_post input[type=text],#forum form.new_club_post textarea{width:100%;border:none;padding:none;margin:none;border-radius:none}#forum form.new_club_post .field:focus,#forum form.new_club_post .actions:focus,#forum form.new_club_post input[type=text]:focus,#forum form.new_club_post textarea:focus{background:white !important}#forum form.new_club_post input[type=text]{background:white;color:rgba(39,68,86,0.85);font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;box-sizing:border-box;border-radius:0px;font-size:2em;padding-left:0px}#forum form.new_club_post input[type=text]:focus{background:white !important}#forum form.new_club_post textarea{margin-top:-15px;padding-left:0px;background-color:white;color:rgba(39,68,86,0.85);font-family:Archer,Serif;border-radius:0px;box-sizing:border-box;font-size:1.2em}#forum form.new_club_post textarea:focus{background:white !important}#forum form.new_club_post .actions{display:flex;flex-direction:row;margin-top:20px}#forum form.new_club_post .actions .cancel_new_club_post{margin-left:10px}#forum form.new_club_post .clearfix{clear:both;float:none}#forum .section_top,#forum .labels{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}#forum .section_top{justify-content:space-between}#forum .section_top .section-title{float:left;text-transform:uppercase;font-size:1em;font-weight:700}#forum .section_top .section-top_right{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;justify-content:center}#forum .section_top a.all-posts_button{color:rgba(39,68,86,0.25);font-weight:400;text-align:center;vertical-align:top;margin-left:5px}#forum .section_top a.all-posts_button:hover{color:rgba(39,68,86,0.7)}#forum .empty_section_posts{text-align:center}#forum .empty_section_posts h4:before,#forum .empty_section_posts h4:after{content:" – "}#forum .empty_section_posts h4{color:rgba(39,68,86,0.75);font-size:1em;font-family:Archer,Serif}#forum .empty_section_posts h4 a{text-decoration:underline;color:inherit}#forum .empty_section_posts h4 a:hover{color:rgba(39,68,86,0.5)}#forum .add-post_button,#forum a.my-posts_button{margin-bottom:10px;margin-top:-10px}#forum .add-post_button:hover,#forum a.my-posts_button:hover{color:rgba(39,68,86,0.7)}#forum .add-post_button{background-color:#ffc800;color:#4a4a4a;border-radius:50px;border:2px solid #ffc800;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px;padding:0px}#forum a.my-posts_button{color:rgba(39,68,86,0.25);font-weight:400;text-align:center;vertical-align:top;margin-left:5px}#forum .h-line{height:1px;background:rgba(39,68,86,0.2) none repeat scroll 0% 0%;margin-bottom:5px}#forum .section_posts{margin-top:20px}#forum .section_posts .post{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;justify-content:space-between;margin-top:1%;align-items:center}#forum .section_posts .sticky{background-color:rgba(39,68,86,0.05)}#forum .section_posts .sticky .sticky-tag{background-color:rgba(255,82,82,0.23);color:rgba(74,74,74,0.5);padding:5px;text-transform:uppercase;font-size:.75em;text-align:center;width:45px;border-radius:3px;max-height:12px}#forum .section_posts .sticky .placeholder{min-width:57px;padding:2px}#forum .section_posts .post_main{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;padding:5px 10px;flex-grow:2}#forum .section_posts .post_main .post_title{color:#4a4a4a;font-size:1em;font-weight:700;max-width:500px}#forum .section_posts .post_main .post_title a{text-decoration:none;color:inherit}#forum .section_posts .post_main .post_title a:hover{color:#546a7b}#forum .section_posts .post_main .post_author{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;font-size:.75em;align-items:center;margin-top:5px}#forum .section_posts .post_main .post_author .name{margin-right:1%}#forum .section_posts .post_main .post_author .name a{color:rgba(74,74,74,0.5);font-weight:700}#forum .section_posts .post_main .post_author .name a:hover{color:#447fa2;text-decoration:underline}#forum .section_posts .post_main .post_author .title_manager{color:rgba(255,82,82,0.5)}#forum .section_posts .post_main .post_author .title_manager:after{content:" "}#forum .section_posts .post_main .post_author .title{color:rgba(74,74,74,0.5)}#forum .section_posts .post_attributes{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;justify-content:flex-start;width:42%;font-size:.75em}#forum .section_posts .post_attributes div{margin:0% 2%}#forum .section_posts .actions form{display:inline-block}#forum .section_posts .actions form button{width:initial;height:initial;border:none;background-color:transparent}#forum .section_posts .actions form button .fa-times{color:rgba(39,68,86,0.5)}#forum .section_posts .actions form button .fa-times:hover{color:rgba(39,68,86,0.7)}#forum .section_posts .actions form button .fa-star{color:rgba(39,68,86,0.5)}#forum .section_posts .actions form button .fa-star:hover{color:rgba(39,68,86,0.7)}#forum .section_posts .actions form button .fa-star-bts{color:rgba(255,234,0,0.75)}#forum .section_posts .actions form button .fa-star-bts:hover{color:rgba(39,68,86,0.7)}#show_post .body-wrap_top{padding:2% 0% 0% 0%}#show_post .body-wrap_top .back_button{color:rgba(39,68,86,0.75);position:absolute;padding:5px 10px;left:30px;text-transform:uppercase;font-size:1em;border-radius:10%}#show_post .body-wrap_top .post_title{color:#274456;font-size:2em;letter-spacing:.7;font-weight:200}#show_post .body-wrap_top .post_author{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;font-size:.75em;align-items:center;margin-top:5px}#show_post .body-wrap_top .post_author .avatar{height:25px;width:25px;margin:0% 1% 0% 0%}#show_post .body-wrap_top .post_author .avatar img{border-radius:50%}#show_post .body-wrap_top .post_author .name{margin-right:1%}#show_post .body-wrap_top .post_author .name a{color:rgba(74,74,74,0.5);font-weight:700}#show_post .body-wrap_top .post_author .name a:hover{color:#447fa2;text-decoration:underline}#show_post .body-wrap_top .post_author .title_manager{color:rgba(255,82,82,0.5);margin-right:1%}#show_post .body-wrap_top .post_author .title{color:rgba(39,68,86,0.5);margin-right:1%}#show_post .body-wrap_top .post_author .time{color:rgba(39,68,86,0.5)}#show_post .body-wrap_top .post_author .time:after{content:" ago"}#show_post .body-wrap_top .post_content{color:#274456;margin-top:2%;font-family:"Archer SSm A","Archer SSm B",serif;max-width:750px}#show_post .body-wrap_top form.new_club_reply textarea{background-color:transparent;color:#f3f3f3}#show_post .body-wrap_top .hr_line{height:20px;width:100%;border-bottom:1px solid rgba(255,255,255,0.25)}#show_post .body-wrap_top .filter{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;justify-content:flex-end}#show_post .body-wrap_top .filter .by_popularity,#show_post .body-wrap_top .filter .by_date{padding:10px 5px;margin:5% 1% 0% 1%;text-transform:uppercase;font-size:.76em}#show_post .body-wrap_top .filter .by_popularity{color:rgba(255,255,255,0.75)}#show_post .body-wrap_top .filter .by_date{color:#879097}#show_post .body-wrap_top .filter .active{background-color:#879097;color:#fff}#show_post .body-wrap_bottom{padding-top:2%;margin-bottom:10%}#show_post .body-wrap_bottom .no-comments{text-align:center;color:rgba(39,68,86,0.5);font-family:Archer,Serif;padding:5% 0%}#show_post .body-wrap_bottom .no-comments p:nth-of-type(2){color:rgba(39,68,86,0.75)}#show_post .body-wrap_bottom form.edit_club_reply button{width:initial;height:initial;border:none;background-color:transparent;font-size:1em;color:rgba(74,74,74,0.5)}#show_post .body-wrap_bottom form.edit_club_reply button:hover{text-decoration:underline}#show_post .body-wrap_bottom .reply_a{color:#274456;border-left:2px solid rgba(39,68,86,0.08);padding-left:2%;margin:2% 0%}#show_post .body-wrap_bottom .reply_b{color:rgba(39,68,86,0.5);border-left:2px solid rgba(39,68,86,0.5);margin:2% 0% 2% 6%;padding-left:2%}#show_post .body-wrap_bottom .hidden-reply-form img{width:40px;height:40px;margin-top:30px}#show_post .body-wrap_bottom .hidden-reply-form textarea{margin-top:-40px;margin-left:5%;border-radius:0px;border:1px solid rgba(29,68,86,0.5);width:90%}#show_post .body-wrap_bottom .hidden-reply-form textarea:focus{background:white !important}#show_post .body-wrap_bottom .hidden-reply-form .actions input{color:rgba(255,255,255,0.75);background-color:rgba(39,68,86,0.5);border:0px none;padding:5px 8px;font-size:0.75em;margin-top:-2px;margin-left:5%;border-radius:50px}#show_post .body-wrap_bottom .info{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;align-items:center;font-size:.75em;color:#4a4a4a;padding-top:5px;color:rgba(74,74,74,0.5)}#show_post .body-wrap_bottom .info .avatar{height:25px;width:25px;margin-right:1%}#show_post .body-wrap_bottom .info .avatar img{border-radius:50%}#show_post .body-wrap_bottom .info .name a{color:rgba(74,74,74,0.5);font-weight:700}#show_post .body-wrap_bottom .info .name a:hover{color:#447fa2;text-decoration:underline}#show_post .body-wrap_bottom .info .time{padding:0% 1%}#show_post .body-wrap_bottom .info .time{color:rgba(74,74,74,0.5)}#show_post .body-wrap_bottom .info .time:hover{text-decoration:underline}#show_post .body-wrap_bottom .info .time:after{content:" ago"}#show_post .body-wrap_bottom .info .reply{color:rgba(74,74,74,0.5)}#show_post .body-wrap_bottom .info .reply:hover{text-decoration:underline}#show_post .body-wrap_bottom .info .admin{background-color:rgba(29,68,86,0.8);color:rgba(255,255,255,0.75);border-radius:10px;padding:2px 10px;margin-left:1%;font-size:.75em;font-weight:700}#show_post .add_comment{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;padding-top:2%;align-items:flex-start}#show_post .add_comment form{width:100%}#show_post .add_comment .user_photo{height:45px;width:45px;border-radius:50%;background-color:rgba(39,68,86,0.25);border:0px}#show_post .add_comment .comment_region{color:rgba(39,68,86,0.25);font-family:Archer,Serif;padding-left:2%;max-width:550px}#show_post .add_comment .comment_region .redactor-editor,#show_post .add_comment .comment_region textarea{border:1px solid rgba(39,69,86,0.25);border-radius:3px;color:#4a4a4a;background:white;width:100%;height:80px}#show_post .add_comment .comment_region .redactor-box{color:#4a4a4a}#show_post .add_comment .actions input{color:rgba(39,68,86,0.75);border:1px solid rgba(39,68,86,0.5);padding:5px 8px;font-size:.75em;margin-top:5px;margin-left:19px;border-radius:50px;background-color:transparent}#show_post .add_comment .actions input:hover{border:1px solid #1d4456;color:#274456}#club-manager-panel{margin-top:50px;margin-bottom:50px}#club-manager-panel h1{margin-top:0px;margin-bottom:30px;font-size:24px}#club-manager-panel .flex-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:"column";-ms-flex-direction:"column";flex-direction:"column";-webkit-flex-justify-content:"space-around";justify-content:"space-around"}#club-manager-panel .no-bullets li:before{content:""}#club-manager-panel .sidebar .sidebar-inner{width:140px;border-radius:3px}#club-manager-panel .sidebar .sidebar-inner .section{font-color:#272727}#club-manager-panel .sidebar .sidebar-inner .section .section-name{cursor:pointer;padding:5px;font-size:14px;text-transform:uppercase}#club-manager-panel .sidebar .sidebar-inner .section .section-name:hover,#club-manager-panel .sidebar .sidebar-inner .section .section-name.active{color:#0e0e0e}#club-manager-panel .sidebar .sidebar-inner .section .section-number,#club-manager-panel .sidebar .sidebar-inner .section .sub-section-number{vertical-align:middle;display:inline-block;border-radius:20px;color:white;background-color:rgba(233,29,81,0.5);font-size:8px;font-weight:bold;line-height:14px;width:14px;text-align:Center}#club-manager-panel .sidebar .sidebar-inner .section .sub-section{cursor:pointer;margin:5px 0;margin-bottom:10px;font-color:rgba(39,39,39,0.75);font-size:12px}#club-manager-panel .sidebar .sidebar-inner .section .sub-section .sub-section-name{padding:5px}#club-manager-panel .sidebar .sidebar-inner .section .sub-section .sub-section-name:hover{color:#0e0e0e}#club-manager-panel .sidebar .sidebar-inner .section .sub-section.active .sub-section-name{color:#0e0e0e;background-color:rgba(2,119,189,0.05)}#club-manager-panel .main-panel{color:#272727;margin-top:10px;width:100%;max-width:750px;margin-left:100px;border-top:1px solid rgba(39,39,39,0.1)}#club-manager-panel .main-panel .panel-heading{color:rgba(39,39,39,0.75);font-size:18px;margin-bottom:25px}#club-manager-panel .main-panel button.act-as-link{background-color:transparent;padding:0px;color:rgba(39,39,39,0.5)}#club-manager-panel .main-panel button.act-as-link:hover,#club-manager-panel .main-panel button.act-as-link:active,#club-manager-panel .main-panel button.act-as-link:focus{text-decoration:underline}#club-manager-panel .main-panel button.act-as-link:disabled{text-decoration:none}#club-manager-panel .main-panel a{color:#4a4a4a}#club-manager-panel .main-panel a:hover{text-decoration:underline}#club-manager-panel .main-panel button.wf-small{font-size:12px;padding:2px 7px;height:initial;width:initial}#club-manager-panel .main-panel #club-requests{color:rgba(39,39,39,0.5);margin-top:-20px}#club-manager-panel .main-panel #club-requests .approval-label{display:inline-block;padding:3px 5px;background:#ccc;color:white;font-weight:bold;border-radius:3px;font-size:9px;padding-left:10px;padding-right:10px;margin-bottom:15px;margin-top:15px;margin-left:auto;margin-right:auto}#club-manager-panel .main-panel #club-requests .sponsorship{border-bottom:1px solid rgba(39,39,39,0.1);padding-top:30px;padding-bottom:30px}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-title{padding:15px;font-size:16px;color:rgba(39,39,39,0.75);border-bottom:1px solid rgba(39,39,39,0.1)}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-title img.avatar{height:36px;border-radius:18px}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-title .text{display:inline-block;margin-left:15px;width:380px}#club-manager-panel .main-panel #club-requests .sponsorship .info{width:155px;margin-right:50px;text-align:center;float:left}#club-manager-panel .main-panel #club-requests .sponsorship .info img.avatar{height:55px;border-radius:30px}#club-manager-panel .main-panel #club-requests .sponsorship .info .applicant-actions{margin-top:20px}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content{float:left;width:100%;max-width:540px}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content .company-info{margin-bottom:10px}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content .company-info img.logo{height:55px;border-radius:3px}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content .company-info .company-details{margin-left:5px;display:inline-block;vertical-align:top}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content .company-info .company-details .company-name{font-size:16px;color:rgba(39,39,39,0.75)}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content .company-info .company-details .company-tagline,#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content .company-info .company-details .fundraise-terms{font-size:10px;color:rgba(39,39,39,0.55)}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content .section{width:47%;float:left;font-size:11px}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content .section:not(:last-child){padding-bottom:15px;margin-right:29px}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content .section .medium-font{color:rgba(39,39,39,0.75)}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content .section ul{margin-top:0;margin-bottom:10px}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-content .section ul li{margin-bottom:0}#club-manager-panel .main-panel #club-requests .sponsorship .sponsorship-actions{padding:10px;border-top:1px solid rgba(39,39,39,0.1);text-align:right}#club-manager-panel .main-panel #club-requests .applicant{border-bottom:1px solid rgba(39,39,39,0.1);padding-top:30px;padding-bottom:30px}#club-manager-panel .main-panel #club-requests .applicant .info{width:60%;margin-right:50px;text-align:center}#club-manager-panel .main-panel #club-requests .applicant .info img.avatar{height:55px;border-radius:30px}#club-manager-panel .main-panel #club-requests .applicant .info .social-networks .fa-facebook-square{color:#576fbe}#club-manager-panel .main-panel #club-requests .applicant .info .social-networks .fa-twitter-square{color:#598dca}#club-manager-panel .main-panel #club-requests .applicant .info .social-networks .fa-linkedin-square{color:#0073b5}#club-manager-panel .main-panel #club-requests .applicant .apply-reason,#club-manager-panel .main-panel #club-requests .applicant .bio{width:100%;font-size:11px}#club-manager-panel .main-panel #club-requests .applicant .apply-reason .club-labels,#club-manager-panel .main-panel #club-requests .applicant .bio .club-labels{margin-top:10px;margin-bottom:10px;font-size:9px}#club-manager-panel .main-panel #club-requests .applicant .apply-reason .club-labels .club-label,#club-manager-panel .main-panel #club-requests .applicant .bio .club-labels .club-label{display:inline-block;padding:3px 5px;margin-right:9px;background:#f8f8f8;border-radius:3px}#club-manager-panel .main-panel #club-requests .applicant .apply-reason .medium-font,#club-manager-panel .main-panel #club-requests .applicant .bio .medium-font{color:rgba(39,39,39,0.75)}#club-manager-panel .main-panel #club-requests .applicant .apply-reason{margin-right:25px}#club-manager-panel .main-panel #club-people .manager-panel-user{float:left;text-align:center;min-width:125px}#club-manager-panel .main-panel #club-people .manager-panel-user img.avatar{height:50px;border-radius:25px}#club-manager-panel .main-panel #club-people .manager-panel-user .name{font-size:10px;color:rgba(39,39,39,0.5)}#club-manager-panel .main-panel #club-people .manager-panel-user .since{font-size:8px;color:rgba(39,39,39,0.25)}li.manager-panel-user{list-style-type:none;text-align:center}li.manager-panel-user img.avatar{height:50px;border-radius:25px}li.manager-panel-user .name{font-size:10px;color:rgba(39,39,39,0.5);min-width:100px}.club-icon-uploader{position:relative;height:216px;width:216px;padding:2px;text-align:Center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-webkit-justify-content:center;text-align:center;align-items:center;border-radius:3px;background:#212121;color:#212121;margin:3px}.club-icon-uploader .wrap{position:absolute;top:0px;left:0px;right:0px;bottom:0px}.club-icon-uploader.uploader-blank{background:#244F6B;color:#fff;border:none;margin:0}.club-icon-uploader.uploader-blank .wrap{border:1px dashed #fff;background:#244F6B;top:2px;left:2px;right:2px;bottom:2px}.club-icon-uploader.uploader-blank .wrap:hover{background:#164767}.club-icon-uploader.uploader-loaded{line-height:16px}@media screen and (max-width: 767px){.club-icon-uploader{position:relative;width:100px;height:80px;margin-left:-3px;line-height:100px;font-size:0.75em}}
.comment_container{max-width:690px;min-width:280px;padding-left:0px;padding-right:0px;margin-left:auto;margin-right:auto}.comment_container .comment_container_padded{padding-left:10px;padding-right:10px}.comment_container .fa-comments{font-size:50px}.comment_container .question-settings{float:right;margin-top:-54px;color:#aaa;cursor:pointer;font-size:20px}.comment_container .question-settings:hover{color:#777}.comment_container .user-title{color:rgba(74,74,74,0.5);font-size:.875em}.comment_container .label{float:left;font-size:.6em;border-radius:3px;padding-bottom:5px;text-transform:uppercase;padding-top:5px;padding-left:8px;padding-right:8px;line-height:1em;margin-top:2px;margin-right:2px}.comment_container .la_founder,.comment_container .la_employee{background:#ff5800;color:#fff}.comment_container .la_promoter,.comment_container .la_other{background:#ff5800;color:#fff}.comment_container .la_investor,.comment_container .la_stockholder,.comment_container .la_financial_stakeholder{background:#ff5800;color:#fff}.comment_container .la_wefunder,.comment_container .la_admin{background:#0277bd;color:#fff}.comment_container .ask_q_box{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding-top:12px !important;padding-bottom:12px !important}.comment_container textarea.ask_q{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;resize:none;height:21px;float:left;border:0px;line-height:1.5em}.comment_container textarea.error{border:0px solid rgba(233,29,81,0.75) !important}.comment_container .disclosure{background:#FBFBFB;color:rgba(74,74,74,0.75);font-size:.875em;padding:10px;display:none}.comment_container .disclosure .disclosure_type{display:none;margin-top:10px;margin-left:20px}.comment_container .ask_q_errors{display:block;color:red;font-size:12px;margin-bottom:7px;margin-left:3px;margin-top:7px}.comment_container .fa-angle-down{float:right;color:rgba(74,74,74,0.5);cursor:pointer;font-weight:bold;margin-top:3px;font-size:18px}.comment_container .fa-angle-down:hover{color:#162630}.comment_container .question{line-height:1.5em;margin-top:30px;margin-bottom:30px}@media screen and (max-width: 374px){.comment_container .question .title{display:none}}.comment_container .question .date{float:right;color:rgba(74,74,74,0.3);font-size:12px;margin-right:8px}@media screen and (max-width: 490px){.comment_container .question .date{display:none}}.comment_container .question .content{font-family:"Archer SSm A","Archer SSm B",serif;padding-left:0px !important}.comment_container .question .content .view-mode{display:block}.comment_container .question .content .edit-mode{display:none}.comment_container .question .content.editing .view-mode{display:none}.comment_container .question .content.editing .edit-mode{display:block}.comment_container .question .actions a{color:rgba(75,75,75,0.3);cursor:pointer;font-size:.75em;color:rgba(75,75,75,0.3);text-transform:uppercase;font-weight:bold}.comment_container .question .actions a:hover{color:rgba(75,75,75,0.75)}.comment_container .question .ignore{display:inline}.comment_container .question .unignore{display:none}.comment_container .question.ignored{opacity:0.2}.comment_container .question.ignored .ignore{display:none}.comment_container .question.ignored .unignore{display:inline}.comment_container .question .reply_to_question_wrap{display:none}.comment_container .question .answer{margin-top:25px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.comment_container .question .answer .content a{color:#777;font-style:italic}.comment_container .question .answer .content a:hover{color:#444}.comment_container .question .answer .round_avatar{margin-right:10px;width:75px;height:75px}@media screen and (max-width: 490px){.comment_container .question .answer .round_avatar{width:45px;height:45px}}.comment_container .question .answer .col_1{-webkit-box-flex:0 0 90px;-moz-box-flex:0 0 90px;-webkit-flex:0 0 90px;-ms-flex:0 0 90px;flex:0 0 90px}@media screen and (max-width: 490px){.comment_container .question .answer .col_1{-webkit-box-flex:0 0 55px;-moz-box-flex:0 0 55px;-webkit-flex:0 0 55px;-ms-flex:0 0 55px;flex:0 0 55px}}.comment_container .question .answer .col_2{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.comment_container .user-flagged{opacity:0.2}.comment_container .user-flagged .user-flagged{opacity:1}.comment_container .abstract-comment .delete{display:inline}.comment_container .abstract-comment .undelete{display:none}.comment_container .abstract-comment.deleted{opacity:0.2}.comment_container .abstract-comment.deleted .deleted{opacity:1}.comment_container .abstract-comment.deleted .delete{display:none}.comment_container .abstract-comment.deleted .undelete{display:inline}.comment_container .abstract-comment.deleted .ignore-unignore{display:none}.comment_container .like-unlike{display:inline-block}.comment_container .like-unlike .like{display:inline-block}.comment_container .like-unlike .unlike{display:none}.comment_container .like-unlike.liked .like{display:none}.comment_container .like-unlike.liked .unlike{display:inline-block}.comment_container .spam{color:red;font-size:13px;font-weight:bold}.comment_container .load_more_questions{height:40px;line-height:30px;display:inline-block;width:150px;font-size:14px;text-align:center}.comment_container .comments_layer{display:none;font-size:13px;margin-top:10px;background:#f9f9f9;padding:10px}.question_settings_css{width:150px;padding:0px;font-size:13px;color:rgba(74,74,74,0.75)}.question_settings_css label{color:#162630;font-weight:bold;margin-bottom:5px;display:block}.reply_to_answer_box,.reply_to_question_box,.ask_q_box,.edit_comment_box{position:relative;width:100%;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;background:white;border-bottom:1px solid rgba(74,74,74,0.2);border-radius:3px;margin-top:10px;display:flex}.reply_to_answer_box textarea,.reply_to_question_box textarea,.ask_q_box textarea,.edit_comment_box textarea{padding:0px;background:transparent !important;font-size:1em;line-height:1.5em;border:0px !important}.reply_to_answer_box .reply_to_answer,.reply_to_answer_box .reply_to_question,.reply_to_answer_box .edit_comment,.reply_to_question_box .reply_to_answer,.reply_to_question_box .reply_to_question,.reply_to_question_box .edit_comment,.ask_q_box .reply_to_answer,.ask_q_box .reply_to_question,.ask_q_box .edit_comment,.edit_comment_box .reply_to_answer,.edit_comment_box .reply_to_question,.edit_comment_box .edit_comment{resize:none;height:17px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;float:left;border:0px;font-size:16px;line-height:1.5em}.reply_to_answer_box .reply_to_question,.reply_to_question_box .reply_to_question,.ask_q_box .reply_to_question,.edit_comment_box .reply_to_question{padding-bottom:10px}.reply_to_answer_box .edit_comment,.reply_to_question_box .edit_comment,.ask_q_box .edit_comment,.edit_comment_box .edit_comment{height:60px}.reply_to_answer_box .spacer,.reply_to_question_box .spacer,.ask_q_box .spacer,.edit_comment_box .spacer{-webkit-box-flex:0 0 155px;-moz-box-flex:0 0 155px;-webkit-flex:0 0 155px;-ms-flex:0 0 155px;flex:0 0 155px}.reply_to_answer_box .submit_comment,.reply_to_question_box .submit_comment,.ask_q_box .submit_comment,.edit_comment_box .submit_comment{position:absolute;right:0px;bottom:0px;width:137px;height:37px}.reply_to_answer_box .submit_comment:hover,.reply_to_question_box .submit_comment:hover,.ask_q_box .submit_comment:hover,.edit_comment_box .submit_comment:hover{background:#f4f4f4}.reply_to_answer_box .submit_comment:active,.reply_to_question_box .submit_comment:active,.ask_q_box .submit_comment:active,.edit_comment_box .submit_comment:active{background:#ddd}.single_comment{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-bottom:10px}.single_comment .like-unlike{flex:0 0 15px}.single_comment .fa-caret-up{-webkit-box-flex:0 0 15px;-moz-box-flex:0 0 15px;-webkit-flex:0 0 15px;-ms-flex:0 0 15px;flex:0 0 15px;float:left;font-size:18px;margin-top:2px;cursor:pointer;color:#777}.single_comment .fa-caret-up:hover{color:#000}.single_comment .comment_content{float:left;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.lazy-load-comments .loading{text-align:center}
#company-apply-to-clubs{margin:50px auto;background:white}#company-apply-to-clubs .header{max-width:500px;text-align:center;margin:auto;margin-bottom:50px}#company-apply-to-clubs .header .title{margin-bottom:25px;font-size:24px;font-weight:700}#company-apply-to-clubs .header .num-applications{margin-bottom:25px;font-size:16px;color:rgba(74,74,74,0.75)}#company-apply-to-clubs .header .description{font-size:16px;color:rgba(74,74,74,0.75)}#company-apply-to-clubs .card-grid .club-card{display:inline-block;cursor:default;width:235px;height:240px;padding:0 10;border:2px solid rgba(74,74,74,0.1)}#company-apply-to-clubs .card-grid .club-card div.logo{background:#eee}#company-apply-to-clubs .card-grid .club-card .name{font-size:14px}#company-apply-to-clubs .card-grid .club-card .tagline{font-size:14px;margin-bottom:4px}#company-apply-to-clubs .card-grid .club-card .tagline small{font-size:0.7em}#company-apply-to-clubs .card-grid .club-card .wf-primary.limit-reached{cursor:default;opacity:0.2}#company-apply-to-clubs .card-grid .club-card .errored{font-size:10px;color:#e91d51;font-weight:700}
.cancel-raptor{position:relative;min-height:500px}.cancel-raptor .head{text-align:center;margin-bottom:50px}.cancel-raptor .head h1{margin-bottom:0}.cancel-raptor .head p{margin:0}.cancel-raptor::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background:url(https://d2qbf73089ujv4.cloudfront.net/uploads/remote_files/2608-WRoRvKkotqYgfXLm2DuVOLe3/Jurassic-world-raptor-delta.jpg);background-size:500px 500px;background-repeat:no-repeat;background-position:center 25px;opacity:0.15}.cancel-raptor table th,.cancel-raptor table td{padding:0 4px;vertical-align:top}#companies-cancel-index table tr.selected{background-color:lightYellow}
.cpa .flexCenterContent{max-width:600px;margin-top:80px;font-size:15px;margin-bottom:80px}.cpa .flexradio{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:15px;margin-bottom:15px}.cpa .flexradio input{-webkit-box-flex:0 0 25px;-moz-box-flex:0 0 25px;-webkit-flex:0 0 25px;-ms-flex:0 0 25px;flex:0 0 25px;margin-top:4px}.cpa .flexradio .desc{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.cpa .flexradio .gaap_info,.cpa .flexradio .cpa_info{margin-top:10px;display:none}.cpa .flexradio label{font-weight:bold}.cpa .show_cpa{display:none}.cpa .red{color:#1ad1a3;font-weight:bold;text-transform:uppercase;font-size:10px}.cpa .wf-error{color:#e91d51;font-weight:bold;display:none}.haystack .haystack_only{display:show}.haystack .company_counter{text-transform:uppercase;font-size:.85rem;font-weight:bold;margin-top:50px;margin-left:25px;margin-right:10px}.haystack .user-menu{height:60px}.haystack .user-menu .switch-admin{display:block}.haystack .admin-menu{height:100px}.haystack .admin-menu .switch-user{display:block}.haystack .admin-menu .hide_lead_status{display:none}.haystack .hide-admin-fields .admin_only{display:none}.haystack .rating-menu{position:absolute;width:100%;background:#4a4a4a;margin-top:0px;box-shadow:0px 1px 4px rgba(0,0,0,0.3);z-index:100;color:#fff}.haystack .rating-menu .admin-view .wf-primary{margin-top:21px}.haystack .rating-menu .admin-view .wf-flat-secondary{padding:1px;margin-top:1px}.haystack .rating-menu .flexCenterContent{max-width:1160px}.haystack .rating-menu .rating-text{margin-top:-5px}.haystack .rating-menu .rating-text small{font-size:0.65em}.haystack .rating-menu .prev-company,.haystack .rating-menu .next-company{color:rgba(255,255,255,0.5);cursor:pointer}.haystack .rating-menu .prev-company:hover,.haystack .rating-menu .next-company:hover{color:#fff}.haystack .rating-menu .prev-company{margin-right:-2px}.haystack .rating-menu .prev-next{float:left;margin-left:5px;line-height:60px;opacity:0;font-size:1.2em;-webkit-transition:opacity 200ms ease-in-out;-moz-transition:opacity 200ms ease-in-out;-o-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out}.haystack .rating-menu .show-carets{FLOAT:LEFT}.haystack .rating-menu .show-carets:hover .prev-next{opacity:1}.haystack .rating-menu .rate-and-next{float:Right;margin-top:11px !important;margin-left:10px}.haystack .rating-menu .switch-admin,.haystack .rating-menu .switch-user{margin-top:16px !important;margin-left:10px !important;font-size:.55em !important;padding-left:6px !important;padding-right:6px !important}.haystack .rating-menu .fa-grid-three-up{font-size:1.5em;float:left;margin-top:17px;cursor:pointer}.haystack .rating-menu .inactive{opacity:0.5}.haystack .rating-menu .counter{float:left;margin-left:10px;font-weight:bold;line-height:60px;cursor:pointer}@media screen and (max-width: 350px){.haystack .rating-menu .counter{display:none}}.haystack .rating-menu .stars{float:right;margin-top:17px}.haystack .rating-menu .fa-star,.haystack .rating-menu .fa-star-bts{font-size:1.5em;cursor:pointer;color:rgba(255,255,255,0.5)}.haystack .rating-menu .active-star{color:White !important}.haystack .rating-menu .admin-view{display:none;float:right;width:70%;padding:5px 0px}.haystack .rating-menu .user-view{float:right}.haystack .rating-menu .white-on-hover{color:rgba(255,255,255,0.75) !important}.haystack .rating-menu .white-on-hover a{color:inherit}.haystack .rating-menu .white-on-hover:hover{color:#fff !important}.haystack .renderCompany{padding-top:40px;-webkit-transition:opacity 200ms ease-in-out;-moz-transition:opacity 200ms ease-in-out;-o-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out}.haystack .bottom-fixed-bar{position:fixed;bottom:0px;padding:10px;background:#f3f3f3;width:100%;font-size:.7em;z-index:100}.haystack .bottom-fixed-bar .left{float:left}.haystack .bottom-fixed-bar .karma{font-weight:bold;color:#e91d51;-webkit-transition:background 300ms ease-in-out;-moz-transition:background 300ms ease-in-out;-o-transition:background 300ms ease-in-out;transition:background 300ms ease-in-out;-webkit-transition:color 300ms ease-in-out;-moz-transition:color 300ms ease-in-out;-o-transition:color 300ms ease-in-out;transition:color 300ms ease-in-out}.haystack .bottom-fixed-bar .shorts{float:right;margin-right:20px}.haystack .bottom-fixed-bar .fa-question-circle{font-size:1em;vertical-align:inherit;cursor:pointer;color:rgba(74,74,74,0.5)}.haystack .bottom-fixed-bar .fa-question-circle:hover{color:#4a4a4a}.haystack_only{display:none}.waitlist header{background:rgba(74,74,74,0.02);padding-top:30px;padding-bottom:30px}.waitlist h2{margin-top:0px}.waitlist .waitlist-or{color:rgba(74,74,74,0.5);margin-top:15px;font-size:.7em;text-transform:uppercase}.waitlist h5{font-weight:bold;margin-top:25px;margin-bottom:2px}.letters{background:#F4F8FA;color:rgba(38,63,78,0.75)}.letters .letter{max-width:650px;margin-left:auto;margin-right:auto}.letters .letter .user{text-align:center}.letters .letter .user .bio{font-size:.8em;margin-left:auto;margin-right:auto;max-width:400px;margin-top:5px;text-align:left;color:rgba(38,63,78,0.5)}.letters .letter .user a.name{color:rgba(38,63,78,0.75)}.letters .letter .user a.name:hover{color:#263f4e}.letters .letter .content{margin-top:10px}.letters .divider{width:200px;margin-left:auto;margin-right:auto;height:2px;background:#e2f1f9;margin-top:80px;margin-bottom:80px}
.company-panel-button-wrapper{position:relative;height:0}.company-panel-button-wrapper #company-panel-button{position:absolute;right:0}@media screen and (max-width: 768px){.company-panel-button-wrapper{height:initial;position:initial;text-align:center}.company-panel-button-wrapper #company-panel-button{position:initial}}
#company-crowdcheck-review-page{background:white;margin:50px 0;max-width:500px}#company-crowdcheck-review-page .header{text-align:center;margin:auto;margin-bottom:50px}#company-crowdcheck-review-page .header .title{margin-bottom:25px;font-size:24px;font-weight:700}#company-crowdcheck-review-page .content{margin:auto;max-width:400px}#company-crowdcheck-review-page .content .basic-form{width:100%}#company-crowdcheck-review-page .content .basic-form textarea{width:100%}#company-crowdcheck-review-page .errored{color:red}
#company-form-c-page{display:block;margin-top:80px}#company-form-c-page .hide-sidebar{max-width:600px;margin-left:auto;margin-right:auto}#company-form-c-page .form-c-content{width:100%;display:flex;justify-content:space-between;flex-wrap:nowrap}#company-form-c-page .main-content{flex:2;order:2;max-width:600px;width:100%}#company-form-c-page .sidebar-left{flex:1;order:1}#company-form-c-page .sidebar-right{flex:1;order:3;margin-left:20px}#company-form-c-page .errors{font-size:12px;color:#e91d51}#company-form-c-page .warning-state-message{max-width:500px;margin:auto;margin-bottom:50px;padding:15px;background:rgba(255,200,0,0.2);color:rgba(74,74,74,0.5);border:2px solid rgba(255,200,0,0.5);border-radius:3px;text-align:center}#company-form-c-page .admin-comments{max-width:500px;margin:auto;margin-bottom:10px;text-align:left}#company-form-c-page .admin-comments,#company-form-c-page .admin-comments.editable{background:rgba(233,29,81,0.2);padding:10px}#company-form-c-page #form-c-invites-section .form-c-invites .form-c-invite .name,#company-form-c-page #form-c-invites-section .form-c-invites .form-c-invite .email,#company-form-c-page #form-c-invites-section .form-c-invites .form-c-invite .actions{display:inline-block}#company-form-c-page #form-c-invites-section .form-c-invites .form-c-invite .name{width:200px}#company-form-c-page #form-c-invites-section .form-c-invites .form-c-invite .email{width:200px}#company-form-c-page #form-c-invites-section .form-c-invites .form-c-invite .actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}#company-form-c-page #form-c-invites-section .form-c-invites .form-c-invite .actions .fa:hover{color:rgba(74,74,74,0.75)}#company-form-c-page .section-divider{background-color:rgba(2,119,189,0.25);width:80px;height:3px;margin-top:30px;margin-bottom:50px;border:none;margin-left:auto;margin-right:auto}#company-form-c-page .appendix{color:rgba(74,74,74,0.75)}#company-form-c-page .answer.financial-statement-verify{line-height:2.2em}#company-form-c-page .sign{padding-top:25px;padding-bottom:30px}#company-form-c-page .instructions{font-size:.75em;text-align:center}#company-form-c-page .instructions p{text-align:left;font-size:1.2em;font-weight:300;line-height:1.8em;margin-top:25px;margin-bottom:50px}#company-form-c-page .agreement{margin-top:50px;margin-bottom:50px}#company-form-c-page .reading.fine-print{font-size:.75em;font-style:italic}#company-form-c-page h3{text-align:left;margin-top:40px}#company-form-c-page .field-label{font-size:.75em;color:rgba(74,74,74,0.75);margin-top:25px}#company-form-c-page .indent{padding-left:10px}#company-form-c-page .sub-fields{border-left:1px solid rgba(2,119,189,0.2);padding-left:10px}#company-form-c-page ol.sub-fields{padding-left:30px}#company-form-c-page .section-label{text-transform:uppercase;font-size:.85em;font-weight:700;margin-top:25px}#company-form-c-page .answer{display:inline-block;margin-left:10px}#company-form-c-page .answer,#company-form-c-page .field-choice{font-size:.85em;line-height:1.275em;margin-top:5px}#company-form-c-page .bold-text{font-weight:700;font-size:.85em}#company-form-c-page .bold_note{margin-top:20px;margin-left:10px;color:rgba(74,74,74,0.75);font-weight:700;font-size:.75em}#company-form-c-page li.editable{margin-top:5px;margin-bottom:5px}#company-form-c-page .editable{background-color:rgba(2,119,189,0.1);border-radius:3px;padding:1%;cursor:pointer}#company-form-c-page .design_v4 h4,#company-form-c-page .q{color:rgba(74,74,74,0.75);margin-top:40px;margin-bottom:10px;font-size:.8em}#company-form-c-page .subtle_text{color:rgba(74,74,74,0.75);font-size:.8em}#company-form-c-page .design_v4 h3{text-align:center;margin-top:80px;margin-bottom:30px;font-weight:bold;font-size:1.2em;text-transform:uppercase}#company-form-c-page .susan{color:red;font-size:.75em}#company-form-c-page .omar{color:blue;font-size:.75em;display:none}#company-form-c-page .divider{margin-top:80px;margin-bottom:80px;height:1px;border-top:1px solid #ddd}#company-form-c-page .bullet{list-style:initial}#company-form-c-page .green{color:#0277bd}#company-form-c-page .subtitle{font-size:1em;font-weight:bold;text-align:Center;margin-bottom:20px;margin-top:40px}#company-form-c-page ol{list-style:decimal;margin-left:20px}#company-form-c-page .stakeholder{margin-left:20px;list-style:lower-roman}#company-form-c-page .stakeholder li{margin-top:5px}#company-form-c-page .OmarHidden,#company-form-c-page .nick{display:none}#company-form-c-page .form-c-risks-list .form-c-risk{margin-top:10px;position:relative}#company-form-c-page .form-c-risks-list .form-c-risk .form-c-risk-actions{position:absolute;top:5px;right:-20px;font-size:12px}#company-form-c-page .form-c-risks-list .form-c-risk .form-c-risk-actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}#company-form-c-page .form-c-risks-list .form-c-risk .form-c-risk-actions .fa:hover{color:rgba(74,74,74,0.75)}#company-form-c-page table.form-c-debt-rounds{cellspacing:0;cellpadding:0;margin-top:20px}#company-form-c-page table.form-c-debt-rounds td{padding:5px}#company-form-c-page table.form-c-funding-history-list{cellspacing:0;cellpadding:0;margin-top:20px;font-size:0.8em}#company-form-c-page table.form-c-funding-history-list thead th{width:150px;font-weight:700;color:rgba(74,74,74,0.75)}#company-form-c-page table.form-c-funding-history-list tbody td{padding-bottom:10px;vertical-align:top}#company-form-c-page table.form-c-funding-history-list .fa{cursor:pointer;color:rgba(74,74,74,0.5)}#company-form-c-page table.form-c-funding-history-list .fa:hover{color:rgba(74,74,74,0.75)}#company-form-c-page .signature{font-family:cursive;margin-bottom:0px;font-size:2em}#company-form-c-page #approval-and-signatures-section{padding:50px 0;background:#263f4e;color:white;float:left;width:100%}#company-form-c-page #approval-and-signatures-section .flexCenterContent{max-width:600px}#company-form-c-page #approval-and-signatures-section .flexCenterContent .basic-form.issuer-signator-form{margin:auto}#company-form-c-page #approval-and-signatures-section .flexCenterContent .basic-form.issuer-signator-form input[type=text]:focus{background:white !important}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section{margin-bottom:80px}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .field-label{color:white}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section ul.documents-and-appendices li{margin-bottom:10px}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .sign-form-c-form{margin-bottom:20px;float:right;width:300px}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .sign-form-c-form input[type=text]{width:100%}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .sign-form-c-form input[type=text]:active,#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .sign-form-c-form input[type=text]:focus{background:white !important}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .sign-form-c-form .signed-success-message{width:100%;box-sizing:border-box;margin-top:20px;padding:15px;text-align:center;background:rgba(26,209,163,0.2);color:white;border:2px solid rgba(26,209,163,0.35);border-radius:3px}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .signatures-list{float:right;width:450px;text-align:right}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .signatures-list .form-c-signature{margin-bottom:30px}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .signatures-list .form-c-signature .signature{font-size:2em}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .signatures-list .invite-officer-to-sign,#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .signatures-list .pending-signatures .reading{font-size:13px}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .signatures-list .invite-officer-to-sign{margin-top:10px}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .signatures-list .invite-officer-to-sign button.wf-neutral{margin:0;margin-left:5px}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .signatures-list .invite-to-sign-btn{float:right}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .signatures-list .pending-signatures{margin-top:20px;margin-bottom:20px;color:white}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .signatures-list .pending-signatures .fa{cursor:pointer;font-size:12px;color:rgba(255,255,255,0.75)}#company-form-c-page #approval-and-signatures-section .flexCenterContent #signatures-section .signatures-list .pending-signatures .fa:hover{color:rgba(255,255,255,0.5)}.new-form-c-invite-form-modal.basic-modal{max-width:320px}.new-form-c-invite-form-modal.basic-modal .basic-form .actions{text-align:center}.form-c-page-edit-form-c-modal .basic-form{width:100%}.form-c-page-edit-form-c-modal .basic-form .actions{text-align:center}.form-c-page-edit-form-c-modal .basic-form.name_of_issuer,.form-c-page-edit-form-c-modal .basic-form.physical_address_of_issuer,.form-c-page-edit-form-c-modal .basic-form.issuer_website,.form-c-page-edit-form-c-modal .basic-form.legal_status_of_issuer,.form-c-page-edit-form-c-modal .basic-form.security_offered_type,.form-c-page-edit-form-c-modal .basic-form.num_of_securities_and_price,.form-c-page-edit-form-c-modal .basic-form.max_days_fundraise_stays_open,.form-c-page-edit-form-c-modal .basic-form.deadline_date,.form-c-page-edit-form-c-modal .basic-form.current_employees,.form-c-page-edit-form-c-modal .basic-form.voting_rights,.form-c-page-edit-form-c-modal .basic-form.has_operating_history,.form-c-page-edit-form-c-modal .basic-form.annual_reports_link{max-width:320px;margin:auto}.form-c-page-edit-form-c-modal .basic-form.physical_address_of_issuer .group-address-inputs .inputs-row{margin-top:10px}.form-c-page-edit-form-c-modal .basic-form.physical_address_of_issuer .group-address-inputs .inputs-row.top-row{margin-top:0}.form-c-page-edit-form-c-modal .basic-form.physical_address_of_issuer .group-address-inputs .inputs-row .city,.form-c-page-edit-form-c-modal .basic-form.physical_address_of_issuer .group-address-inputs .inputs-row .state,.form-c-page-edit-form-c-modal .basic-form.physical_address_of_issuer .group-address-inputs .inputs-row .zip-code{margin-right:7px}.form-c-page-edit-form-c-modal .basic-form.physical_address_of_issuer .group-address-inputs .inputs-row .city{width:168px}.form-c-page-edit-form-c-modal .basic-form.physical_address_of_issuer .group-address-inputs .inputs-row .state{width:60px}.form-c-page-edit-form-c-modal .basic-form.physical_address_of_issuer .group-address-inputs .inputs-row .zipcode{width:70px;margin-right:0}.form-c-page-edit-form-c-modal .basic-form.physical_address_of_issuer .group-address-inputs .inputs-row .state.selectize-control{display:inline-block;vertical-align:middle}.form-c-page-edit-form-c-modal .basic-form.physical_address_of_issuer .group-address-inputs .inputs-row .state.selectize-control .selectize-input{padding-top:9px;padding-bottom:8px;margin-bottom:2px}.form-c-page-form-c-risk-modal .basic-form{width:100%}.form-c-page-form-c-risk-modal .basic-form .actions{text-align:center}.form-c-page-use-reg-cf-editor-modal.basic-modal{max-width:320px;height:initial;min-height:20px}.form-c-page-use-reg-cf-editor-modal.basic-modal p{font-style:14px}.airmode{z-index:10000}
#doctor-page{background:white;margin:50px auto;max-width:950px;font-size:12px}#doctor-page .checks{width:70%;position:relative;float:left}#doctor-page .sidebar{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;float:left;margin-left:20px}#doctor-page .number-of-issues{color:#e91d51;font-weight:bold}#doctor-page .issues{margin-top:25px;width:100%}#doctor-page .issues tr.danger{border-left:5px solid #e91d51;font-weight:bold}#doctor-page .issues tr.warning{border-left:5px solid #ffc800;font-weight:bold}#doctor-page .issues tr td{border:1px solid #f3f3f3;padding:8px}#doctor-page .issues tr td .remedies{font-weight:normal}#doctor-page .issues tr td .remedies .remedy{margin-top:5px}#doctor-page .passes{width:100%}#doctor-page .passes .check{color:#1ad1a3}#doctor-page .passes tr{border-left:5px solid #1ad1a3;margin-top:5px}#doctor-page .passes tr.warning{border-left:5px solid #ffc800}#doctor-page .passes tr .warning-dot{color:#ffc800;margin-left:4px}#doctor-page .passes tr td{border:1px solid #f3f3f3;padding:8px}
#company-form-c-attachments-page{background:white;margin:50px auto;font-size:12px;max-width:500px}
#company-form-c-checklist-page{width:95%;min-width:1000px;margin:50px auto}#company-form-c-checklist-page .errors{font-size:12px;color:rgba(233,29,81,0.75)}
#outer-container{width:100%;display:block}#outer-container #filing-tools-page{display:block;padding:20px 50px;background:rgba(2,119,189,0.05);min-height:80vh}
#company-launch-review-page{height:100%;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}#company-launch-review-page #sidebar{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:10px;border-right:3px solid rgba(2,119,189,0.1)}#company-launch-review-page #sidebar .links{margin-top:20px}#company-launch-review-page #sidebar .links .link{margin-bottom:5px}#company-launch-review-page #sidebar .links .link .fa-history{margin-left:10px;color:rgba(74,74,74,0.4);font-size:12px;cursor:pointer}#company-launch-review-page #sidebar .links .link .fa-history:hover{color:rgba(74,74,74,0.8)}#company-launch-review-page #sidebar .actions{margin-top:20px}#company-launch-review-page #content{-webkit-box-flex:5;-moz-box-flex:5;-webkit-flex:5;-ms-flex:5;flex:5;background:#f3f3f3}#company-launch-review-page #content iframe{height:100%;width:100%;border:none;margin:0px}
.dark #company-hire-wefunder-page .pricing-table thead{border-bottom:2px solid rgba(255,255,255,0.2)}.dark #company-hire-wefunder-page .pricing-table th,.dark #company-hire-wefunder-page .pricing-table td{border-left:2px solid rgba(255,255,255,0.2)}.dark #company-hire-wefunder-page .pricing-table .dotted_underline{border-bottom:1px dashed rgba(255,255,255,0.2)}.dark #company-hire-wefunder-page .pricing-table .fa-question-circle{color:rgba(255,255,255,0.5);margin-left:3px}#company-hire-wefunder-page{font-size:12px}@media screen and (max-width: 700px){#company-hire-wefunder-page{font-size:10px}}@media screen and (max-width: 500px){#company-hire-wefunder-page{font-size:8px}}#company-hire-wefunder-page .header{max-width:600px;text-align:center;margin:auto;margin-bottom:30px}#company-hire-wefunder-page .header .title{margin-bottom:25px;font-size:24px;font-weight:700}#company-hire-wefunder-page .header .description{font-size:16px;color:rgba(74,74,74,0.75);text-align:left}#company-hire-wefunder-page .center{text-align:center}#company-hire-wefunder-page .content{max-width:500px;margin:auto}#company-hire-wefunder-page .pricing-table{max-width:750px;width:100%;margin:auto;margin-top:30px;padding:25px;background-color:rgba(2,119,189,0.13);box-sizing:border-box;border-radius:3px}@media screen and (max-width: 700px){#company-hire-wefunder-page .pricing-table{padding:5px}}#company-hire-wefunder-page .pricing-table table{width:100%}#company-hire-wefunder-page .pricing-table table thead{border-bottom:2px solid rgba(74,74,74,0.1)}#company-hire-wefunder-page .pricing-table table th,#company-hire-wefunder-page .pricing-table table td{max-width:75px;width:75px;padding:10px;font-size:1.2em;font-weight:700;text-align:center;border-left:2px solid rgba(74,74,74,0.1)}@media screen and (max-width: 700px){#company-hire-wefunder-page .pricing-table table th,#company-hire-wefunder-page .pricing-table table td{font-size:1em;max-width:40px;width:40px;padding:5px}}#company-hire-wefunder-page .pricing-table table th.service,#company-hire-wefunder-page .pricing-table table td.service{width:150px;border:none;text-align:left}@media screen and (max-width: 700px){#company-hire-wefunder-page .pricing-table table th.service,#company-hire-wefunder-page .pricing-table table td.service{font-size:1.1em}}#company-hire-wefunder-page .pricing-table table th.button-cell,#company-hire-wefunder-page .pricing-table table td.button-cell{padding:5px;border:none}#company-hire-wefunder-page .pricing-table table th .waitlisted,#company-hire-wefunder-page .pricing-table table td .waitlisted{color:#e91d51;font-size:12px;font-weight:500}#company-hire-wefunder-page .pricing-table table th{text-transform:uppercase}#company-hire-wefunder-page .pricing-table table td .fa-check{font-size:24px}#company-hire-wefunder-page .errored{max-width:500px;margin:auto;margin-top:30px;font-size:14px;color:#e91d51}#company-hire-wefunder-page .got-questions{margin-top:30px;font-size:16px;font-weight:700;color:rgba(74,74,74,0.75)}
#opt-out-investment-page{background:white;margin:50px auto;margin-bottom:75px;font-size:12px;line-height:16px}#opt-out-investment-page .flexCenterContent{max-width:550px;margin:auto}#opt-out-investment-page .flexCenterContent .header{text-align:center;margin:auto;margin-bottom:30px;font-size:24px;line-height:28px}#opt-out-investment-page .flexCenterContent .all-set{text-align:center;font-size:24px;margin-bottom:10px}#opt-out-investment-page .flexCenterContent .section{margin:20px auto}#opt-out-investment-page .flexCenterContent .section .section-title{font-weight:bold}#opt-out-investment-page .flexCenterContent .section p{margin-bottom:10px}#opt-out-investment-page .flexCenterContent .section .actions{margin-top:10px;text-align:center}#opt-out-investment-page .flexCenterContent .section .actions button.wf-primary{min-width:200px;font-size:1em}#opt-out-investment-page .flexCenterContent .section .actions .errors{margin-top:10px;color:#e91d51;font-size:12px;max-width:500px;width:90%;margin:auto;text-align:center}
#reconfirm-investment-page{background:white;margin:50px auto;margin-bottom:75px;font-size:12px;line-height:16px}#reconfirm-investment-page .flexCenterContent{max-width:550px;margin:auto}#reconfirm-investment-page .flexCenterContent .header{text-align:center;margin:auto;margin-bottom:30px;font-size:24px;line-height:28px}#reconfirm-investment-page .flexCenterContent .has-reconfirmed{max-width:400px;margin:70px auto}#reconfirm-investment-page .flexCenterContent .has-reconfirmed .all-set{text-align:center;font-size:24px;margin-bottom:10px}#reconfirm-investment-page .flexCenterContent .reconfirm-text{margin:20px auto}#reconfirm-investment-page .flexCenterContent .reconfirm-text p{margin-bottom:10}#reconfirm-investment-page .flexCenterContent .reconfirm-text p.founder-note{padding:20px;font-style:italic;background:rgba(2,119,189,0.05);border-radius:3px}#reconfirm-investment-page .flexCenterContent .reconfirm-text ul .quote-form-c{margin-left:10px;margin-top:10px;font-style:italic;background:rgba(2,119,189,0.03);border-radius:3px;padding:10px}#reconfirm-investment-page .flexCenterContent .reconfirm-text ul.nested{list-style-type:disc;margin-left:20px}#reconfirm-investment-page .flexCenterContent .reconfirm-text ul.nested li{margin-bottom:10px}#reconfirm-investment-page .flexCenterContent .reconfirm-text table.financials{width:100%}#reconfirm-investment-page .flexCenterContent .reconfirm-text table.financials th{font-style:italic}#reconfirm-investment-page .flexCenterContent .reconfirm-text table.financials td{min-width:100px}@media screen and (max-width: 500px){#reconfirm-investment-page .flexCenterContent .reconfirm-text table.financials td{min-width:initial}}#reconfirm-investment-page .flexCenterContent .section{margin:20px auto}#reconfirm-investment-page .flexCenterContent .section .section-title{font-weight:bold}#reconfirm-investment-page .flexCenterContent .section p{margin-bottom:0}#reconfirm-investment-page .flexCenterContent .section .form-c-link{margin-top:30px}#reconfirm-investment-page .flexCenterContent .section.contracts-section .signature{margin-top:40px;text-align:center;width:85%;margin:auto}#reconfirm-investment-page .flexCenterContent .section.contracts-section .signature .cursive{font-family:"Brush Script MT",cursive;font-size:40px;line-height:40px;border-bottom:2px solid rgba(74,74,74,0.1)}#reconfirm-investment-page .flexCenterContent .section.contracts-section .signature .title{margin-top:5px;font-color:rgba(74,74,74,0.75)}#reconfirm-investment-page .flexCenterContent .section.actions-section .actions{margin-top:10px;text-align:center}#reconfirm-investment-page .flexCenterContent .section.actions-section .actions button.wf-primary{min-width:200px;font-size:1em}#reconfirm-investment-page .flexCenterContent .section.actions-section .errors{color:#e91d51;font-size:12px;max-width:500px;width:90%;margin:auto;text-align:center}#reconfirm-investment-page .flexCenterContent .section.actions-section .dimmer{width:90%;margin-top:10px;margin:auto;text-align:center}#reconfirm-investment-page .flexCenterContent hr{border:none;background:rgba(74,74,74,0.1);margin:30px 0;height:1px}
#resign-investment-contracts-page{background:white;margin:50px auto;margin-bottom:75px;font-size:12px;line-height:16px}#resign-investment-contracts-page .flexCenterContent{max-width:550px;margin:auto}#resign-investment-contracts-page .flexCenterContent .header{text-align:center;margin:auto;margin-bottom:30px;font-size:24px;line-height:28px}#resign-investment-contracts-page .flexCenterContent .has-signed-contracts{max-width:400px;margin:70px auto}#resign-investment-contracts-page .flexCenterContent .has-signed-contracts .all-set{text-align:center;font-size:24px;margin-bottom:10px}#resign-investment-contracts-page .flexCenterContent p.founder-note{padding:20px;font-style:italic;background:rgba(2,119,189,0.05);border-radius:3px}#resign-investment-contracts-page .flexCenterContent .section{margin:20px auto}#resign-investment-contracts-page .flexCenterContent .section .section-title{font-weight:bold}#resign-investment-contracts-page .flexCenterContent .section p{margin-top:0}#resign-investment-contracts-page .flexCenterContent .section .form-c-link{margin-top:30px}#resign-investment-contracts-page .flexCenterContent .section.contracts-section .signature{margin-top:40px;text-align:center;width:85%;margin:auto}#resign-investment-contracts-page .flexCenterContent .section.contracts-section .signature .cursive{font-family:"Brush Script MT",cursive;font-size:40px;line-height:40px;border-bottom:2px solid rgba(74,74,74,0.1)}#resign-investment-contracts-page .flexCenterContent .section.contracts-section .signature .title{margin-top:5px;font-color:rgba(74,74,74,0.75)}#resign-investment-contracts-page .flexCenterContent .section.actions-section .actions{margin-top:10px;text-align:center}#resign-investment-contracts-page .flexCenterContent .section.actions-section .actions button.wf-primary{min-width:200px;font-size:1em}#resign-investment-contracts-page .flexCenterContent .section.actions-section .errors{color:#e91d51;font-size:12px;max-width:500px;width:90%;margin:auto;text-align:center}#resign-investment-contracts-page .flexCenterContent .section.actions-section .dimmer{width:90%;margin-top:10px;margin:auto;text-align:center}#resign-investment-contracts-page .flexCenterContent hr{border:none;background:rgba(74,74,74,0.1);margin:30px 0;height:1px}
#transition-accredited-investment-page{background:white;margin:50px auto;margin-bottom:75px;font-size:12px;line-height:16px}#transition-accredited-investment-page .flexCenterContent{max-width:550px;margin:auto}#transition-accredited-investment-page .flexCenterContent .header{text-align:center;margin:auto;margin-bottom:30px;font-size:24px;line-height:28px}#transition-accredited-investment-page .flexCenterContent .section{margin:20px auto}#transition-accredited-investment-page .flexCenterContent .section .section-title{font-weight:bold}#transition-accredited-investment-page .flexCenterContent .section p{margin-top:20px}#transition-accredited-investment-page .flexCenterContent .section ol{list-style:initial;list-style-type:decimal;margin-left:30px}#transition-accredited-investment-page .flexCenterContent .section ol li{margin-bottom:10px}#transition-accredited-investment-page .flexCenterContent .section.explanation-section .fa-question-circle{font-size:1em;vertical-align:initial}#transition-accredited-investment-page .flexCenterContent .section.contracts-section .signature{margin-top:40px;text-align:center;width:85%;margin:auto}#transition-accredited-investment-page .flexCenterContent .section.contracts-section .signature .cursive{font-family:"Brush Script MT",cursive;font-size:40px;line-height:40px;border-bottom:2px solid rgba(74,74,74,0.1)}#transition-accredited-investment-page .flexCenterContent .section.contracts-section .signature .title{margin-top:5px;font-color:rgba(74,74,74,0.75)}#transition-accredited-investment-page .flexCenterContent .section.actions-section .actions{margin-top:10px;text-align:center}#transition-accredited-investment-page .flexCenterContent .section.actions-section .actions button.wf-primary{min-width:200px;font-size:1em}#transition-accredited-investment-page .flexCenterContent .section.actions-section .errors{color:#e91d51;font-size:12px;max-width:500px;width:90%;margin:auto;text-align:center}#transition-accredited-investment-page .flexCenterContent .section.actions-section .dimmer{width:90%;margin-top:10px;margin:auto;text-align:center}#transition-accredited-investment-page .flexCenterContent hr{border:none;background:rgba(74,74,74,0.1);margin:30px 0;height:1px}#transition-accredited-investment-page .debug-mode{max-width:700px;margin:20px auto;padding:20px;background-color:rgba(2,119,189,0.2);border-radius:3px}#transition-accredited-investment-page .debug-mode h4{color:#ff5800;margin-bottom:20px}#transition-accredited-investment-page .debug-mode .left{width:45%;float:left}#transition-accredited-investment-page .debug-mode .right{width:45%;float:right}#transition-accredited-investment-page .debug-mode .left table,#transition-accredited-investment-page .debug-mode .right table{width:100%}#transition-accredited-investment-page .debug-mode .left table tr td:first,#transition-accredited-investment-page .debug-mode .right table tr td:first{font-weight:bold}
#transition-dashboard-page{width:100%;max-width:1400px;margin:80px auto}#transition-dashboard-page table{width:100%}#transition-dashboard-page table tr{margin-top:2px}#transition-dashboard-page table tr.investment td{background:rgba(255,255,255,0.2)}#transition-dashboard-page table tr:hover.investment td{background:rgba(74,74,74,0.05)}#transition-dashboard-page table tr.faded-out{opacity:0.3}#transition-dashboard-page table tr th .sortable{cursor:pointer}#transition-dashboard-page table tr th .sortable .fa-arrow-up,#transition-dashboard-page table tr th .sortable .fa-arrow-down{font-size:10px;vertical-align:top;color:rgba(2,119,189,0.5)}#transition-dashboard-page table tr td{margin-top:2px;padding-top:2px;padding-bottom:2px;padding-left:5px;font-size:10px}#transition-dashboard-page table tr td.contract-names{max-width:400px}#transition-dashboard-page table tr td.contract-names .contract:not(:first-child){margin-left:15px}#transition-dashboard-page table tr td.contract-names .contract.contract-not-signed{color:#e91d51}
#company-listing-agreement-page{background:white;margin:50px 0;margin-bottom:75px;font-size:12px}#company-listing-agreement-page .header{max-width:500px;text-align:center;margin:auto;margin-bottom:30px}#company-listing-agreement-page .header .title{margin-bottom:25px;font-size:24px;font-weight:700}#company-listing-agreement-page .header .description{font-size:12px;color:rgba(74,74,74,0.75);text-align:left}#company-listing-agreement-page .center{text-align:center}#company-listing-agreement-page .listing-agreement{max-width:400px;margin:auto;margin-top:35px}#company-listing-agreement-page .listing-agreement .description{text-align:justify}#company-listing-agreement-page .listing-agreement .wf-file .upload-file{width:95%;margin:auto}#company-listing-agreement-page .listing-agreement .wf-file .uploaded-file{width:320px;margin:auto}#company-listing-agreement-page .listing-agreement .signature-section{max-width:350px;margin:40px auto 20px auto;border-bottom:1px dashed #272727;text-align:left}#company-listing-agreement-page .listing-agreement .signature-section .x{margin-right:20px}#company-listing-agreement-page .listing-agreement .signature-section .signature{font-family:"Brush Script MT",cursive;font-size:50px;line-height:40px;opacity:0.3}#company-listing-agreement-page .listing-agreement .signature-section .signature.ghost-signature-off{opacity:0.8}#company-listing-agreement-page .listing-agreement .signature-section.locked .scribble{opacity:1}#company-listing-agreement-page .listing-agreement .not-authorized{color:#e91d51}#company-listing-agreement-page .listing-agreement .actions{text-align:center}#company-listing-agreement-page .listing-agreement .admin-section{margin-top:40px}#company-listing-agreement-page .errors{color:#e91d51;font-size:12px}
#company-launch-fundraise-page{background:white;margin:50px 0}#company-launch-fundraise-page .header{max-width:500px;text-align:center;margin:auto;margin-bottom:50px}#company-launch-fundraise-page .header .title{margin-bottom:25px;font-size:24px;font-weight:700}#company-launch-fundraise-page .header .description{font-size:16px;color:rgba(74,74,74,0.75);text-align:left}#company-launch-fundraise-page .credit-card-form{margin:auto}#company-launch-fundraise-page .credit-card-form .show-cards-link{display:inline-block;margin-top:20px;font-size:12px}#company-launch-fundraise-page .credit-cards{max-width:500px;margin:auto;margin-top:50px}#company-launch-fundraise-page .credit-cards .description{font-size:12px;color:rgba(74,74,74,0.5);font-weight:700}#company-launch-fundraise-page .credit-cards .credit-card{float:left;position:relative;cursor:pointer;border-radius:6px;background:#f3f3f3;border:2px solid #f3f3f3;margin-right:10px;margin-bottom:10px;padding:11px;height:72px;width:135px;text-align:left;box-sizing:border-box}#company-launch-fundraise-page .credit-cards .credit-card.selected{border:2px solid #0277bd;background:#0277bd;color:white}#company-launch-fundraise-page .credit-cards .credit-card .last_four{position:absolute;bottom:10px;font-size:11px}#company-launch-fundraise-page .credit-cards .credit-card.add-a-card{text-align:center;font-weight:700;font-size:12px;color:rgba(74,74,74,0.5)}#company-launch-fundraise-page .credit-cards .credit-card.add-a-card .fa-plus{color:rgba(0,0,0,0.5);font-size:24px}#company-launch-fundraise-page .actions{margin-top:30px;text-align:center}#company-launch-fundraise-page .errors{color:#e91d51;font-size:12px;max-width:500px;margin:auto}
#company-payment-page .flexCenterContent{background:white;margin:50px auto;max-width:600px}#company-payment-page .flexCenterContent h1{font-size:40px}#company-payment-page .flexCenterContent ol{list-style:initial;list-style-type:decimal;margin-left:20px}#company-payment-page .flexCenterContent ol li{margin-top:10px}
#companies-payments-show h1{text-align:center}#companies-payments-show .investment{margin-top:20px;width:900px}#companies-payments-show .investment .company .amount{float:right;font-size:1.625em;font-weight:bold}#companies-payments-show .investment .company .info{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:480px}#companies-payments-show .investment .company .info .name-block{padding-left:10px}#companies-payments-show .investment .company .info .name-block .company-name{font-size:1.5em;font-weight:700;color:#4a4a4a}#companies-payments-show .investment .company .info .name-block .company-tagline{font-size:0.75em;color:#5c5c5c}#companies-payments-show .investment .company .info .company-logo img{width:60px;height:60px;-moz-border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;border-radius:3px}#companies-payments-show .payment-details{margin-top:40px;padding-left:70px}.investmentPaymentsTable .payment .id,.investmentPaymentsTable .disbursement .id,.investmentDisbursementsTable .payment .id,.investmentDisbursementsTable .disbursement .id{display:inline-block;width:75px;color:#b1b1b1}.investmentPaymentsTable .payment .date,.investmentPaymentsTable .disbursement .date,.investmentDisbursementsTable .payment .date,.investmentDisbursementsTable .disbursement .date{display:inline-block;width:75px}.investmentPaymentsTable .payment .amount,.investmentPaymentsTable .disbursement .amount,.investmentDisbursementsTable .payment .amount,.investmentDisbursementsTable .disbursement .amount{display:inline-block;min-width:90px}.investmentPaymentsTable .payment .payment_method,.investmentPaymentsTable .disbursement .payment_method,.investmentDisbursementsTable .payment .payment_method,.investmentDisbursementsTable .disbursement .payment_method{display:inline-block;min-width:180px}.investmentPaymentsTable .payment .status,.investmentPaymentsTable .disbursement .status,.investmentDisbursementsTable .payment .status,.investmentDisbursementsTable .disbursement .status{display:inline-block;min-width:90px}
#company-power-of-attorney-page{background:white;margin:50px 0;margin-bottom:75px;font-size:12px}#company-power-of-attorney-page .header{max-width:500px;text-align:center;margin:auto;margin-bottom:30px}#company-power-of-attorney-page .header .title{margin-bottom:25px;font-size:24px;font-weight:700}#company-power-of-attorney-page .header .description{font-size:12px;color:rgba(74,74,74,0.75);text-align:left}#company-power-of-attorney-page .center{text-align:center}#company-power-of-attorney-page .todo-item{max-width:600px;margin:auto;margin-top:35px}#company-power-of-attorney-page .todo-item .todo-heading{font-weight:700;font-size:14px;margin-bottom:10px}#company-power-of-attorney-page .todo-item .todo-description{font-size:12px;margin-bottom:25px}#company-power-of-attorney-page .todo-item .wf-file .upload-file{width:95%;margin:auto}#company-power-of-attorney-page .todo-item .wf-file .uploaded-file{width:320px;margin:auto}#company-power-of-attorney-page .todo-item .pending-status-message{margin:auto;margin-top:30px;width:75%;padding:20px 10px;text-align:center;background-color:rgba(255,200,0,0.1);border:2px solid #ffc800;border-radius:3px}#company-power-of-attorney-page .errors{color:#e91d51;font-size:12px}
#company-prepare-form-c-filing-page{background:white;margin:50px auto;font-size:12px}
#companies-refunds-index h1{text-align:center}#companies-refunds-index .info{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:480px;margin-bottom:20px}#companies-refunds-index .info .name-block{padding-left:10px}#companies-refunds-index .info .name-block .company-name{font-size:1.5em;font-weight:700;color:#4a4a4a}#companies-refunds-index .info .name-block .company-tagline{font-size:0.75em;color:#5c5c5c}#companies-refunds-index .info .company-logo img{width:60px;height:60px;-moz-border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;border-radius:3px}
#company-set-club-sponsor-page{background:white;margin:50px 0;margin-bottom:75px;font-size:12px}#company-set-club-sponsor-page .header{max-width:500px;text-align:center;margin:auto;margin-bottom:30px}#company-set-club-sponsor-page .header .title{margin-bottom:25px;font-size:24px;font-weight:700}#company-set-club-sponsor-page .header .description{font-size:12px;color:rgba(74,74,74,0.75);text-align:left}#company-set-club-sponsor-page .center{text-align:center}#company-set-club-sponsor-page .content{max-width:500px;margin:auto}#company-set-club-sponsor-page .basic-form{width:100%}#company-set-club-sponsor-page .basic-form .errors{color:#e91d51;font-size:12px}#company-set-club-sponsor-page .basic-form .success-message{margin-top:10px;background:rgba(26,209,163,0.05);border:2px solid rgba(26,209,163,0.2);border-radius:3px;color:#4a4a4a;padding:15px}
#company-set-terms-page{background:white}#company-set-terms-page .header{max-width:500px;text-align:center;margin:50px auto;margin-bottom:0}#company-set-terms-page .header .title{margin-bottom:25px;font-size:24px;font-weight:700}#company-set-terms-page .header .description{font-size:16px;color:rgba(74,74,74,0.75)}#company-set-terms-page .select-regulation{margin-top:50px;width:100%}#company-set-terms-page .select-regulation .regulation-boxes{background:rgba(74,74,74,0.02);padding:15px}#company-set-terms-page .select-regulation .regulation-boxes .middle-box{border-right:2px solid rgba(74,74,74,0.08)}#company-set-terms-page .select-regulation .regulation-boxes .regulation-box{width:280px;min-height:150px;padding:15px;text-align:center}#company-set-terms-page .select-regulation .regulation-boxes .regulation-box .title{font-size:16px;font-weight:700;color:#4a4a4a;margin-top:10px}#company-set-terms-page .select-regulation .regulation-boxes .regulation-box .best{margin-top:10px;margin-bottom:10px;font-size:12px;font-weight:700;color:rgba(74,74,74,0.75)}#company-set-terms-page .select-regulation .regulation-boxes .regulation-box .desc{min-height:55px;font-size:12px;color:rgba(74,74,74,0.75)}#company-set-terms-page .select-regulation .regulation-boxes .regulation-box button{margin-top:20px}#company-set-terms-page .select-regulation .got-questions{font-size:16px;font-weight:700;color:rgba(74,74,74,0.75);margin:40px auto;text-align:center}.company-set-terms-page-wrapper.with-footer{margin-bottom:100px}.company-set-terms-page-wrapper .regulation-section .regulation-section-header{max-width:355px;min-width:300px;margin:25px auto;text-align:center;margin-bottom:70px}.company-set-terms-page-wrapper .regulation-section .regulation-section-header .regulation-section-title{font-size:19px;font-weight:700}.company-set-terms-page-wrapper .regulation-section .regulation-section-header .changed-my-mind{font-size:12px}.company-set-terms-page-wrapper .regulation-section .regulation-cf .reg-cf-locked-message{margin:auto;max-width:400px;padding:15px;background:rgba(255,200,0,0.1);border:2px solid rgba(255,200,0,0.3);border-radius:3px;font-size:12px}.company-set-terms-page-wrapper .regulation-section .regulation-ap,.company-set-terms-page-wrapper .regulation-section #wf-reg-d-fundraise-editor{max-width:355px;min-width:300px;margin:25px auto}.company-set-terms-page-wrapper .fixed-footer{z-index:1;width:100%;height:40px;background-color:#4a4a4a;padding:15px 0;position:fixed;bottom:0}.company-set-terms-page-wrapper .fixed-footer button{margin:0}.company-set-terms-page-wrapper .fixed-footer .pull-left{float:left}.company-set-terms-page-wrapper .fixed-footer .pull-right{float:right}.company-set-terms-page-wrapper .fixed-footer .autosave .fa-clock{display:inline-block;color:#ffc800;font-size:40px;font-weight:700}.company-set-terms-page-wrapper .fixed-footer .autosave .autosave-text{display:inline-block;margin-left:15px;color:rgba(255,255,255,0.75);font-size:12px;font-weight:700}
.pv-terms .terms_and_use_of_funds .section-title{text-transform:uppercase;font-size:1.4em;font-weight:700;margin-top:25px}.pv-terms .divider{margin-top:75px;margin-bottom:25px;height:3px;width:80px;background-color:rgba(255,255,255,0.25);margin-left:auto;margin-right:auto}.pv-terms .intro{font-weight:400;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-size:.9em;line-height:1.5em}.pv-terms .faq-footer{line-height:1em;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.pv-terms #material-risks p{margin-bottom:25px}.pv-terms #material-risks .number{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700}.pv-terms #material-risks .reading{font-size:.9em;line-height:1.25em;color:#fff;font-style:italic}
#company-roles-invitor .new-company-roles-form .errors{color:rgba(233,29,81,0.75);margin-top:20px;margin-bottom:20px}#company-roles-invitor .new-company-roles-form select{width:100px}#company-roles-invitor .new-company-roles-form input[type=text],#company-roles-invitor .new-company-roles-form input[type=email]{width:135px}#company-roles-invitor .new-company-roles-form button.invite-button{height:46px;width:75px;padding-left:0;padding-right:0}#company-roles-invitor .company-roles-group ul{margin:0;padding:0}#company-roles-invitor .company-roles-group ul li{text-indent:0;margin-top:0px;margin-bottom:0px}#company-roles-invitor .company-roles-group ul li:before{content:none}#company-roles-invitor .company-roles-group .group-name{margin-top:20px;font-style:italic;font-weight:bold}#company-roles-invitor .company-roles-group .company-role{padding:5px;border-radius:3px;border:1px solid white}#company-roles-invitor .company-roles-group .company-role .fa-pencil,#company-roles-invitor .company-roles-group .company-role .fa-times{cursor:pointer}#company-roles-invitor .company-roles-group .company-role .waiting-for-response{font-size:12px;color:orange}#company-roles-invitor .company-roles-group .company-role .till-hover{color:rgba(39,39,39,0.25);font-size:12px;visibility:hidden;cursor:pointer}#company-roles-invitor .company-roles-group .company-role .till-hover:hover{color:rgba(39,39,39,0.5)}#company-roles-invitor .company-roles-group .company-role .fa-arrows{float:left;vertical-align:top;margin-top:5px;margin-right:5px}#company-roles-invitor .company-roles-group .company-role:hover .till-hover{visibility:visible}#company-roles-invitor .company-roles-group .company-role:hover .fa-arrows{display:inline-block;cursor:move}#company-roles-invitor .company-roles-group .company-role.editing{border:1px solid rgba(39,39,39,0.1);background-color:#fdfdfd}#company-roles-invitor .company-roles-group .company-role .info{float:left;width:94%;font-size:14px}#company-roles-invitor .company-roles-group .company-role .info .edit-company-role-form{margin-left:10px}#company-roles-invitor .company-roles-group .company-role .info .edit-company-role-form .field .label{display:inline-block;width:100px;vertical-align:top}#company-roles-invitor .company-roles-group .company-role .info .edit-company-role-form .field input[type=text],#company-roles-invitor .company-roles-group .company-role .info .edit-company-role-form .field textarea{border:none;border-bottom:1px dashed rgba(39,39,39,0.25);padding:0 0 3px 0;width:300px}#company-roles-invitor .company-roles-group .company-role .info .edit-company-role-form .photo-field .wf-image-uploader{float:none !important}#company-roles-invitor .company-roles-group .company-role .clear-fix{float:none;clear:both}#company-roles-invitor .company-roles-group .company-role .company-role-actions{font-size:12px}#company-roles-invitor .company-roles-group .company-role .company-role-actions a:hover{text-decoration:underline}
.wf-bitcoin-apply-form .disclaimer{font-size:10px}.wf-bitcoin-apply-form .disclaimer .label{display:inline-block;vertical-align:top;color:rgba(74,74,74,0.57);width:60px}.wf-bitcoin-apply-form .disclaimer .legalese{display:inline-block;margin:0;margin-left:10px;max-width:400px}.design_v4 .invest_flow .wf-bitcoin-apply-form .disclaimer .legalese{margin-top:0;margin-bottom:0}
.wf-bitcoin-payment .bitpay_invoice{margin:10px 0}.wf-bitcoin-payment .actions{text-align:center}
.wf-bitpay-invoice .state strong{display:block;float:left}.wf-bitpay-invoice .state em{display:block}.wf-bitpay-invoice .state .paid{float:right}
.wf-financial-info-and-limits{width:100%}.wf-financial-info-and-limits .financial-info-section{padding:20px 40px}.wf-financial-info-and-limits .main-heading{color:#4a4a4a;font-size:24px;font-weight:700}.wf-financial-info-and-limits .grey-line{border-bottom:2px solid rgba(74,74,74,0.1);margin-bottom:15px}.wf-financial-info-and-limits .financial-info-component{max-width:560px;margin:auto}.wf-financial-info-and-limits .financial-info-component #net-worth-slider,.wf-financial-info-and-limits .financial-info-component #annual-income-slider{max-width:450px}.wf-financial-info-and-limits .investor-limits{margin-bottom:0;padding:15px 0}.wf-financial-info-and-limits .investor-limits .heading{font-size:16px}.wf-financial-info-and-limits .investor-limits .sub-heading{font-size:12px}.wf-financial-info-and-limits .investor-limits .offering-blocks{margin-top:15px}.wf-financial-info-and-limits .investor-limits .offering-blocks .offering-block .wf-tag{margin-bottom:5px;font-size:8px}.wf-financial-info-and-limits .investor-limits .offering-blocks .offering-block .offering-type{font-size:12px}.wf-financial-info-and-limits .investor-limits .offering-blocks .offering-block .limit{margin:5px 0;font-size:16px}.wf-financial-info-and-limits .investor-limits .offering-blocks .offering-block .limit-details{font-size:10px}.wf-financial-info-and-limits .actions{text-align:center}.wf-financial-info-and-limits .actions .financials-updated{color:#1ad1a3;font-weight:bold}.wf-financial-info-and-limits .errors{font-size:12px;text-align:center;color:#e91d51}@media screen and (max-width: 767px){.wf-financial-info-and-limits.basic-modal{width:275px}.wf-financial-info-and-limits .main-heading{font-size:15px;margin-bottom:20px}.wf-financial-info-and-limits .investor-limits .flexCenterContent{padding-left:0;padding-right:0}.wf-financial-info-and-limits .investor-limits .heading,.wf-financial-info-and-limits .investor-limits .sub-heading{padding-left:10px;padding-right:10px}.wf-financial-info-and-limits .investor-limits .heading{font-size:15px}}
.financial-info-component{font-size:12px}.financial-info-component .row{margin-top:10px}.financial-info-component .row label{display:inline-block;width:120px;margin-top:12px;font-size:13px;font-weight:500}.financial-info-component .row input[type="text"]{width:100%;max-width:250px}.financial-info-component .row.accredited-questions{margin-top:20px;margin-bottom:20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;line-height:1.4em}.financial-info-component .row.accredited-questions input{-webkit-box-flex:0 0 25px;-moz-box-flex:0 0 25px;-webkit-flex:0 0 25px;-ms-flex:0 0 25px;flex:0 0 25px;margin-top:3px}.financial-info-component .row.accredited-questions .definition{margin-top:0;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.financial-info-component .financial-info-sliders{max-width:512px;margin-left:20px}.financial-info-component .financial-info-sliders h3{font-size:16px;color:#4a4a4a;margin-bottom:20px;margin-left:-20px}.financial-info-component .financial-info-sliders #net-worth-slider{background:#853DC3;margin-top:30px;margin-bottom:70px;font-size:13px}.financial-info-component .financial-info-sliders #annual-income-slider{margin-top:30px;margin-bottom:70px;font-size:13px}.financial-info-component .financial-info-sliders .value-label{position:absolute;background:#4a4a4a;border-radius:10px;color:#fff;margin-top:49px;padding:6px;padding-top:11px;padding-bottom:12px;line-height:1em;width:56px;margin-left:-12px;text-align:center}.financial-info-component .financial-info-sliders .fa-caret-up{color:#4a4a4a;font-size:30px;margin-top:30px;margin-left:12px;position:absolute}.financial-info-component .enter-info-manually{margin-top:10px}
.styleguide_v5 .financial-info-modal.basic-modal{padding:0px}
.styleguide_v5 .investor-limits{background-color:rgba(74,74,74,0.03);text-align:center;padding-top:25px;padding-bottom:25px}.styleguide_v5 .investor-limits .define_term{font-size:12px;line-height:36px;font-weight:bold}.styleguide_v5 .investor-limits .wf-tag{font-size:9px;margin-bottom:10px;padding:3px 8px}@media screen and (max-width: 500px){.styleguide_v5 .investor-limits .wf-tag{font-size:8px}}.styleguide_v5 .investor-limits .dotted_underline{border-bottom:1px dashed #FFC800}.styleguide_v5 .investor-limits .fa-question-circle{display:none}.styleguide_v5 .investor-limits .heading{color:#4a4a4a;font-size:24px;font-weight:700}@media screen and (max-width: 768px){.styleguide_v5 .investor-limits .heading{font-size:19px}}@media screen and (max-width: 500px){.styleguide_v5 .investor-limits .heading{font-size:16px}}.styleguide_v5 .investor-limits .sub-heading{color:rgba(74,74,74,0.5);font-size:14px;font-weight:400}@media screen and (max-width: 500px){.styleguide_v5 .investor-limits .sub-heading{font-size:12px}}.styleguide_v5 .investor-limits .offering-blocks{margin-top:35px}@media screen and (max-width: 500px){.styleguide_v5 .investor-limits .offering-blocks{margin-top:15px}}.styleguide_v5 .investor-limits .offering-blocks .offering-block{float:left;box-sizing:border-box;width:33.33%}.styleguide_v5 .investor-limits .offering-blocks .offering-block.offering-block-bordered{border-left:2px solid rgba(74,74,74,0.07);border-right:2px solid rgba(74,74,74,0.07)}.styleguide_v5 .investor-limits .offering-blocks .offering-block .offering-type{color:rgba(74,74,74,0.5);font-size:16px}@media screen and (max-width: 768px){.styleguide_v5 .investor-limits .offering-blocks .offering-block .offering-type{font-size:13px}}@media screen and (max-width: 500px){.styleguide_v5 .investor-limits .offering-blocks .offering-block .offering-type{font-size:12px}}.styleguide_v5 .investor-limits .offering-blocks .offering-block .limit{color:#4a4a4a;font-weight:700;font-size:24px;margin-top:9px;margin-bottom:0px}@media screen and (max-width: 768px){.styleguide_v5 .investor-limits .offering-blocks .offering-block .limit{font-size:17px}}.styleguide_v5 .investor-limits .offering-blocks .offering-block .limit-details{color:rgba(74,74,74,0.75);font-size:12px;height:28px;padding:0 5px 5px 5px}@media screen and (max-width: 500px){.styleguide_v5 .investor-limits .offering-blocks .offering-block .limit-details{font-size:9px}}@media screen and (max-width: 768px){.styleguide_v5 .investor-limits .offering-blocks .offering-block .title-iii-year{display:none}}.styleguide_v5 .investor-limits .offering-blocks .offering-block .find-out-why{display:inline-block;font-size:12px;font-weight:700;margin-top:15px;padding-bottom:3px;border-bottom:2px dashed #FFC800}.styleguide_v5 .investor-limits .offering-blocks .offering-block .loading-limits{opacity:0.1}
.redeem-gift-card input[type="text"]{display:block;text-align:center;width:400px}
.wf-boomerang-company-lead-tooltip{padding:20px 10px}.wf-boomerang-company-lead-tooltip input.number-of-weeks{width:60px;display:inline-block;padding:5px}.wf-boomerang-company-lead-tooltip input.number-of-weeks,.wf-boomerang-company-lead-tooltip input.number-of-weeks:focus{border:none;border-bottom:2px solid rgba(2,119,189,0.1)}.wf-boomerang-company-lead-tooltip .actions{text-align:center}
.wf-checklist-item-assign-to-user .user{margin-top:5px;font-size:14px;padding:5px 10px;border-radius:3px;cursor:pointer}.wf-checklist-item-assign-to-user .user:hover{background-color:rgba(74,74,74,0.05)}.wf-checklist-item-assign-to-user .user.selected-user{background-color:rgba(2,119,189,0.1)}.wf-checklist-item-assign-to-user .user .avatar{border-radius:20px;height:40px}.wf-checklist-item-assign-to-user .user .name{display:inline-block;vertical-align:top;padding-top:10px;padding-left:20px}.wf-checklist-item-assign-to-user .actions{margin-top:20px;text-align:center}
.wf-checklist-item-set-due-date-modal .actions{margin-top:20px;text-align:center}
.company-panel-sidebar .blue-section{background:rgba(2,119,189,0.05)}.company-panel-sidebar .faded-section{opacity:0.65}.company-panel-sidebar .grey-line{border-bottom:2px solid rgba(74,74,74,0.1)}.company-panel-sidebar .errored{color:#e91d51}.company-panel-sidebar .publish-profile-section-wrapper .section.publish-profile-section{padding-bottom:18px}.company-panel-sidebar .publish-profile-section-wrapper .section.publish-profile-section .actions button{margin:0}.company-panel-sidebar .publish-profile-section-wrapper .section.publish-btn-section{padding-top:12px;padding-bottom:12px;text-align:center}.company-panel-sidebar .publish-profile-section-wrapper .section.publish-btn-section button{margin:0}.company-panel-sidebar .publish-profile-section-wrapper.blue-section .section.publish-btn-section{background-color:rgba(0,0,0,0.02)}.company-panel-sidebar .section{width:100%;font-size:12px;padding:20px 40px;box-sizing:border-box}.company-panel-sidebar .section .section-header{position:relative;font-weight:700;margin-bottom:15px;min-height:45px}.company-panel-sidebar .section .section-header .section-number{position:absolute;top:0;left:-13px;font-size:50px;line-height:50px;color:rgba(2,119,189,0.1)}.company-panel-sidebar .section .section-header .section-title{text-transform:uppercase;color:rgba(74,74,74,0.75);position:absolute;bottom:0;z-index:5}.company-panel-sidebar .section .section-content{color:#4a4a4a}.company-panel-sidebar .section .section-content .actions{margin-top:20px;text-align:center}.company-panel-sidebar .section .section-content .actions .wf-neutral{background-color:transparent}.company-panel-sidebar .section.section-public-url .section-content{font-weight:700;color:rgba(74,74,74,0.5)}.company-panel-sidebar .section.section-public-url .section-content .pre-company-url-text{margin-bottom:10px}.company-panel-sidebar .section.section-public-url .section-content .company-url{width:100%;font-size:10px;box-sizing:border-box;display:inline-block;padding:7px 10px;border:2px solid rgba(128,187,222,0.15);border-radius:3px;color:#4a4a4a}.company-panel-sidebar .section.section-public-url .section-content .social-media{text-align:left;vertical-align:middle;margin-top:10px;margin-left:10px}.company-panel-sidebar .section.section-public-url .section-content .social-media .social-media-icon{margin-left:5px;display:inline-block;height:23px;width:23px;font-size:13px;line-height:23px;vertical-align:middle;border:2px solid #4a4a4a;border-radius:15px;text-align:center;cursor:pointer}.company-panel-sidebar .section.section-public-url .section-content .social-media .social-media-icon:first-child{margin-left:0}.company-panel-sidebar .section.section-public-url .section-content .social-media .copy{color:#4a4a4a;border-color:#4a4a4a}.company-panel-sidebar .section.section-public-url .section-content .social-media .facebook{color:#415e9b;border-color:#415e9b}.company-panel-sidebar .section.section-public-url .section-content .social-media .twitter{color:#2fc2ef;border-color:#2fc2ef}
body .small-quote:hover .editing{opacity:1}body .small-quote .editing{opacity:0;position:absolute;right:0;margin-top:-20px}body .small-quote .editing .edit-controls{max-width:105px;margin-left:auto;margin-right:auto}body .small-quote .editing .edit-controls .edit-control{font-size:13px;cursor:pointer;color:rgba(74,74,74,0.5);float:left;margin-top:6px;margin-left:5px}body .small-quote .editing .edit-controls .edit-control.hide-edit-control{visibility:hidden}body .small-quote .editing .edit-controls .edit-control.edit-quote{font-size:10px;margin-left:0;margin-top:0}body .small-quote .editing .edit-controls .edit-control.edit-quote:hover{color:#4a4a4a}body .small-quote .editing .edit-controls .edit-control.delete-quote:hover{color:#e91d51}.popup-modal.edit-company-quote-modal{width:300px}.wf-company-quotes-editor .field-wrapper-error input,.wf-company-quotes-editor .field-wrapper-error input:focus,.wf-company-quotes-editor .field-wrapper-error textarea,.wf-company-quotes-editor .field-wrapper-error textarea:focus{border:1px dashed #e91d51}.wf-company-quotes-editor .error{color:#e91d51;font-size:12px}.wf-company-quotes-editor .add-quote-or-send-request{width:300px}.wf-company-quotes-editor .add-quote-or-send-request .field{margin-top:20px}.wf-company-quotes-editor .add-quote-or-send-request .field label{display:block;font-size:12px;margin-top:0}.wf-company-quotes-editor .add-quote-or-send-request .field input,.wf-company-quotes-editor .add-quote-or-send-request .field textarea{width:100%;box-shadow:none;box-sizing:border-box;font-size:14px}.wf-company-quotes-editor .add-quote-or-send-request .field textarea{height:66px;overflow:hidden;word-wrap:break-word;resize:none}.wf-company-quotes-editor .add-quote-or-send-request .field .wf-char-counter{position:relative}.wf-company-quotes-editor .add-quote-or-send-request .field .wf-char-counter .wf-char-counter-num{position:absolute;text-align:right;font-size:12px;right:0}.wf-company-quotes-editor .add-quote-or-send-request button.wf-primary{margin-top:10px}.wf-company-quotes-editor .add-quote-or-send-request .select-option label,.wf-company-quotes-editor .add-quote-or-send-request .select-option input{float:left}.wf-company-quotes-editor .add-quote-or-send-request .select-option input{width:20px}.wf-company-quotes-editor .add-quote-or-send-request .select-option #new-company-endorsement-request-option{margin-left:10px}.wf-company-quotes-editor .list-quotes-and-requests{margin-top:50px}.wf-company-quotes-editor .list-quotes-and-requests .list-quotes-menu .list-quotes-menu-item{padding-left:10px;padding-right:10px;text-align:center;font-size:16px;color:rgba(74,74,74,0.25);font-weight:700;cursor:pointer}.wf-company-quotes-editor .list-quotes-and-requests .list-quotes-menu .list-quotes-menu-item.active-item{color:#4a4a4a;border-bottom:2px solid #4a4a4a}.wf-company-quotes-editor .list-quotes-and-requests hr{border:none;border-bottom:1px solid rgba(74,74,74,0.25)}.wf-company-quotes-editor .list-quotes-and-requests hr.no-top{margin-top:0}.wf-company-quotes-editor .list-quotes-and-requests .empty-section{margin:30px;font:italic 700 18px "Archer SSm A","Archer SSm B",serif;color:rgba(74,74,74,0.5);text-align:center}.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests{margin:30px 10px 0 10px}.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .list-heading .company-endorsement-request-name,.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .company-endorsement-request .company-endorsement-request-name{float:left;width:170px}.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .list-heading .company-endorsement-request-email,.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .company-endorsement-request .company-endorsement-request-email{float:left;width:260px}.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .list-heading .company-endorsement-request-sent,.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .company-endorsement-request .company-endorsement-request-sent{float:left;width:110px}.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .list-heading .company-endorsement-request-status,.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .company-endorsement-request .company-endorsement-request-status{float:left;width:70px}.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .list-heading{font-weight:700;font-size:12px;text-transform:uppercase;color:rgba(74,74,74,0.5);margin-bottom:20px}.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .company-endorsement-request{font-size:16px;color:#4a4a4a;margin-bottom:15px}.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .company-endorsement-request .company-endorsement-request-status{font:italic 700 16px "Archer SSm A","Archer SSm B",serif;color:rgba(74,74,74,0.5)}@media screen and (max-width: 767px){.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .list-heading .company-endorsement-request-email,.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .company-endorsement-request .company-endorsement-request-email{display:none}.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .list-heading .company-endorsement-request-sent,.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .company-endorsement-request .company-endorsement-request-sent{width:70px}.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .company-endorsement-request{font-size:12px}.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .company-endorsement-request .company-endorsement-request-status{width:70px;font-size:12px}}@media screen and (max-width: 374px){.wf-company-quotes-editor .list-quotes-and-requests .list-company-endorsement-requests .list-heading .company-endorsement-request-status{display:none}}
.wf-company-tags-editor .new-company-tag-form{margin-top:10px}.wf-company-tags-editor .new-company-tag-form .input-wrapper{float:left}.wf-company-tags-editor .new-company-tag-form .input-wrapper input[type=text]{width:180px;padding-top:6px;padding-bottom:6px}.wf-company-tags-editor .new-company-tag-form .input-wrapper .twitter-typeahead .tt-menu{width:100%}.wf-company-tags-editor .new-company-tag-form .input-wrapper .twitter-typeahead .tt-open{box-shadow:2px 2px 1px #EEEEEE;border:1px solid #ccc}.wf-company-tags-editor .new-company-tag-form .input-wrapper .twitter-typeahead .tt-suggestion{background-color:white !important;padding:10px 5px;border-bottom:1px solid #f3f3f3;cursor:pointer}.wf-company-tags-editor .new-company-tag-form .input-wrapper .twitter-typeahead .tt-suggestion:hover{background-color:#eee !important}.wf-company-tags-editor .new-company-tag-form button.add-company-tag-btn{font-size:10px;float:left;width:50px;margin-left:3px;margin-top:0;text-transform:uppercase}.wf-company-tags-editor .errors{font-size:12px;color:#e91d51}.wf-company-tags-editor .hidden-errors{visibility:hidden;min-height:17px}.wf-company-tags-editor .visible-errors{visibility:visible}.wf-company-tags-editor .company-tags .company-tag a{text-transform:uppercase}.wf-company-tags-editor .company-tags .company-tag .fa{font-size:10px;color:rgba(74,74,74,0.5)}.wf-company-tags-editor .company-tags .company-tag .fa.fa-trash{cursor:pointer}.wf-company-tags-editor .company-tags .company-tag .fa.fa-trash:hover{color:#e91d51}
.wf-edit-investment-amount .header{text-align:center;font-size:18px;font-weight:700;margin-bottom:15px}.wf-edit-investment-amount .out-of-early-bird-warning{font-size:12px;font-weight:700;border-radius:3px;padding:13px 22px;background:rgba(255,200,0,0.1);margin-bottom:15px}.wf-edit-investment-amount .fixed-width{max-width:600px;margin:auto;margin-top:20px}.wf-edit-investment-amount .edit-amount{max-width:310px;margin:25px auto;font-weight:700;font-size:12px;color:#4a4a4a;text-transform:uppercase}.wf-edit-investment-amount .edit-amount .line-item{padding:5px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;text-align:right}.wf-edit-investment-amount .edit-amount .line-item .col-1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wf-edit-investment-amount .edit-amount .line-item .line-item-name{color:rgba(74,74,74,0.75);padding-top:8px}.wf-edit-investment-amount .edit-amount .line-item .line-item-amount{font-size:18px;color:rgba(74,74,74,0.5)}.wf-edit-investment-amount .edit-amount .line-item.adjustments .line-item-name,.wf-edit-investment-amount .edit-amount .line-item.adjustments .line-item-amount{color:#0277bd}.wf-edit-investment-amount .edit-amount .line-item.new-amount{border-bottom:2px solid rgba(74,74,74,0.3)}.wf-edit-investment-amount .edit-amount .line-item.new-amount .new-amount-input{position:relative}.wf-edit-investment-amount .edit-amount .line-item.new-amount .new-amount-input .dollar{position:absolute;left:20px;top:4px}.wf-edit-investment-amount .edit-amount .line-item.new-amount .new-amount-input input{float:right;width:120px;text-align:right;padding:5px;font-size:18px;line-height:20px}.wf-edit-investment-amount .section{max-width:400px;margin:auto;margin-bottom:20px;font-size:12px;color:rgba(74,74,74,0.7)}.wf-edit-investment-amount .section .fa-question-circle{vertical-align:initial;font-size:12px;cursor:pointer}.wf-edit-investment-amount .section.signature{max-width:310px;font-family:"Brush Script MT",cursive;font-size:32px;text-align:center;color:black}.wf-edit-investment-amount .section.signature .signature-line{border-bottom:1px solid rgba(74,74,74,0.5)}.wf-edit-investment-amount .section.signature .title{font-size:14px;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.wf-edit-investment-amount .section.actions{text-align:center;margin-bottom:0}.wf-edit-investment-amount .section.actions button{margin:0}.wf-edit-investment-amount .section.actions button.wf-primary{margin-bottom:10px}.wf-edit-investment-amount .errored{color:#e91d51;font-size:12px}
.wf-form-c-editor .section{max-width:355px;margin:0 auto 50px auto}.wf-form-c-editor .section .section-heading{margin-bottom:20px}.wf-form-c-editor .section .section-heading .section-title{font-size:16px;font-weight:700;color:rgba(74,74,74,0.69)}.wf-form-c-editor .section .section-heading .section-description{font-size:12px;font-style:italic;color:rgba(74,74,74,0.5)}.wf-form-c-editor .section .field{margin-bottom:20px}.wf-form-c-editor .section .field label{display:block;font-size:12px;color:rgba(74,74,74,0.5)}.wf-form-c-editor .section .field input[type=text],.wf-form-c-editor .section .field input[type=email],.wf-form-c-editor .section .field input[type=number],.wf-form-c-editor .section .field textarea{width:100%;box-sizing:border-box;padding:8px 10px;font-size:14px}.wf-form-c-editor .section .field .nested-fields{margin-left:35px;margin-top:20px}.wf-form-c-editor .section .field .wf-char-counter{position:relative}.wf-form-c-editor .section .field .wf-char-counter .wf-char-counter-num{position:absolute;margin-top:-15px;font-size:12px;right:0}.wf-form-c-editor .signature-section .signator-signature{width:100%;margin-bottom:10px;font:italic 40px "Brush Script MT",cursive;line-height:30px;border-bottom:2px solid rgba(74,74,74,0.5)}.wf-form-c-editor .admin-section{margin-top:15px;padding:10px;font-size:0.75em;background-color:#f3f3f3}.wf-form-c-editor .admin-section h4{text-align:center}.wf-form-c-editor .admin-section .admin-only-msg{color:#ff5800}.wf-form-c-editor .admin-section input,.wf-form-c-editor .admin-section input:active,.wf-form-c-editor .admin-section input:focus{background-color:white !important}
#wf-form-c-issuer-securities-form table{width:100%;cellspacing:2;cellpadding:2;font-size:1em}#wf-form-c-issuer-securities-form table tr.no-top-padding{padding-top:0}#wf-form-c-issuer-securities-form table th{font-weight:bold;vertical-align:bottom}#wf-form-c-issuer-securities-form table.first-table thead th{margin-right:10px}#wf-form-c-issuer-securities-form table.first-table tbody tr{font-weight:bold;padding-top:20px}#wf-form-c-issuer-securities-form table.first-table tbody tr td{vertical-align:bottom}#wf-form-c-issuer-securities-form table.first-table tbody tr td.select-cell{padding-bottom:10px}#wf-form-c-issuer-securities-form table.first-table tbody tr td.label-cell{vertical-align:middle}#wf-form-c-issuer-securities-form table.first-table tbody tr td .title{color:rgba(74,74,74,0.75);font-weight:700}#wf-form-c-issuer-securities-form table.first-table tbody tr td .title small{font-weight:500}#wf-form-c-issuer-securities-form table.first-table tbody tr td textarea{max-width:100px;padding:5px 0;margin-right:10px;border:none;border-bottom:2px solid rgba(2,119,189,0.1);font-weight:500;background:white}@media screen and (max-width: 500px){#wf-form-c-issuer-securities-form table.first-table tbody tr td textarea{max-width:70px}}#wf-form-c-issuer-securities-form table.first-table tbody tr td .fa.fa-trash,#wf-form-c-issuer-securities-form table.first-table tbody tr td .fa.fa-plus{font-size:12px;cursor:pointer;color:rgba(74,74,74,0.5)}#wf-form-c-issuer-securities-form table.first-table tbody tr td .fa.fa-trash:hover,#wf-form-c-issuer-securities-form table.first-table tbody tr td .fa.fa-plus:hover{color:rgba(74,74,74,0.75)}#wf-form-c-issuer-securities-form table.first-table tbody tr td .fa.fa-trash{margin-bottom:10px}#wf-form-c-issuer-securities-form table.second-table{margin-top:30px}#wf-form-c-issuer-securities-form table.second-table tbody tr{padding-top:20px}#wf-form-c-issuer-securities-form table.second-table tbody td{vertical-align:bottom}#wf-form-c-issuer-securities-form table.second-table tbody td.label-cell{vertical-align:middle}#wf-form-c-issuer-securities-form table.second-table tbody td textarea{max-width:100px;padding:5px 0;margin-right:10px;border:none;border-bottom:2px solid rgba(2,119,189,0.1);font-weight:500;background:white}#wf-form-c-issuer-securities-form .errors{margin-top:20px;font-size:12px;text-align:center;color:#e91d51}
.wf-listing-agreement{margin:50px auto;max-width:600px}.wf-listing-agreement .errored{color:#e91d51;font-size:12px}.wf-listing-agreement .la-highlight{font-weight:700;color:#ff5800}.wf-listing-agreement .agree-with-signature{margin-top:20px}.wf-listing-agreement .signature-box{margin-top:20px}.wf-listing-agreement .signature-box .signature{border-bottom:1px dashed #272727}.wf-listing-agreement .signature-box .signature .x{margin-right:20px}.wf-listing-agreement .signature-box .signature .scribble{font-family:"Brush Script MT",cursive;font-size:50px;line-height:40px;opacity:0.3}.wf-listing-agreement .signature-box .signature .scribble.ghost-signature-off{opacity:0.8}.wf-listing-agreement .signature-box .signature.locked .scribble{opacity:1}.wf-listing-agreement .admin-section{margin-top:40px}.wf-listing-agreement .admin-section .field{margin-bottom:10px}.wf-listing-agreement .admin-section .field label{display:inline-block;width:100px}.wf-listing-agreement .admin-section .actions{margin-left:100px}.wf-listing-agreement .admin-section .actions .success-msg{display:inline-block;color:#1ad1a3;font-weight:700;margin-left:10px;vertical-align:middle}
#wf-manage-investments{min-width:900px}#wf-manage-investments .loading-investments{background-color:#F6F6F6;border:#4A4A4A dashed 3px;margin:25px;padding:60px}#wf-manage-investments .loading-investments h3{text-align:center}#wf-manage-investments .loading-investments h4{text-align:center;color:#888}#wf-manage-investments .loading-investments .spinner{display:block;margin:25px;text-align:center}#wf-manage-investments .stats{text-align:center;margin-top:45px}#wf-manage-investments .stats .stat{display:inline-block;min-width:145px;margin-left:10px;margin-bottom:10px}#wf-manage-investments .stats .stat:first-child{margin-left:0}#wf-manage-investments .stats .stat .value{background-color:#E6F1F8;height:88px;line-height:88px;padding:0 13px;font-weight:500;font-size:36px;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-ms-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}#wf-manage-investments .stats .stat .label{background-color:#AFD4EB;height:52px;line-height:52px;padding:0 13px;font-weight:500;font-size:18px;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;-ms-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}#wf-manage-investments .investment-label{display:inline-block;width:13px;height:13px;-moz-border-radius:6.5px;-webkit-border-radius:6.5px;-ms-border-radius:6.5px;border-radius:6.5px;background-color:#888888}#wf-manage-investments .investment-label.label-signed_contracts{background-color:#E91D51}#wf-manage-investments .investment-label.label-sending_funds{background-color:#FFC800}#wf-manage-investments .investment-label.label-funds_in_escrow{background-color:#1DE9B6}#wf-manage-investments h2{font-size:16px}#wf-manage-investments .roster-header{padding:0 100px;margin-top:45px}#wf-manage-investments .roster-header .left{float:left}#wf-manage-investments .roster-header .right{float:right}#wf-manage-investments .header{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:flex-start;justify-content:flex-start;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:stretch;align-content:stretch}#wf-manage-investments .header .search{width:20%}#wf-manage-investments .header .label-legend{width:100%;margin-bottom:23px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center}#wf-manage-investments .header .label-legend .label{margin:0 10px}#wf-manage-investments .roster{background-color:#F6F6F6;margin:25px;padding:23px 60px}#wf-manage-investments .roster .investment{background-color:#FFFFFF;margin-bottom:10px;padding:0 20px}#wf-manage-investments .roster .investment .summary{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:flex-start;justify-content:flex-start;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:stretch;align-content:stretch;cursor:pointer}#wf-manage-investments .roster .investment .summary .item{padding:0 2px}#wf-manage-investments .roster .investment .personal-message-indicator{display:inline;font-size:10px;opacity:0.2}#wf-manage-investments .roster .investment .personal-message-indicator .fa{vertical-align:top}#wf-manage-investments .roster .investment .details{padding-bottom:20px;font-size:12px}#wf-manage-investments .roster .investment .details hr{border-top-color:#EDEDED;border-bottom-color:transparent}#wf-manage-investments .roster .investment .details .bio{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center;text-align:center;height:60px;font-style:italic}#wf-manage-investments .roster .investment .details .personal-message{margin:auto;width:50%}#wf-manage-investments .roster .investment .details .personal-message .message{white-space:pre}#wf-manage-investments .roster .investment .details .detail-row{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:flex-end;align-items:flex-end;-webkit-flex-justify-content:flex-start;justify-content:flex-start;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:stretch;align-content:stretch}#wf-manage-investments .roster .investment .details .detail-row .detail-col{-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}#wf-manage-investments .roster .investment .details .detail-row .location{width:33%;text-align:left}#wf-manage-investments .roster .investment .details .detail-row .location .fa{margin-right:4px}#wf-manage-investments .roster .investment .details .detail-row .other-investments{width:33%;text-align:center}#wf-manage-investments .roster .investment .details .detail-row .other-investments .other-company{margin:4px 4px 0;-moz-border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;border-radius:3px;width:25px;height:25px}#wf-manage-investments .roster .investment .details .detail-row .social{width:33%;text-align:right}#wf-manage-investments .roster .investment .details .detail-row .social .icon a{color:#A5A5A5;font-size:16px}#wf-manage-investments .roster .investment .labels{width:26px}#wf-manage-investments .roster .investment .date{width:10%;min-width:90px}#wf-manage-investments .roster .investment .item.avatar{width:10%;min-width:36px;-webkit-flex-justify-content:flex-end;justify-content:flex-end;text-align:right;padding-right:10px;padding-top:4px}#wf-manage-investments .roster .investment .item.avatar img{width:36px;height:36px;-moz-border-radius:18px;-webkit-border-radius:18px;-ms-border-radius:18px;border-radius:18px}#wf-manage-investments .roster .investment .name{flex-grow:100}#wf-manage-investments .roster .investment .amount{width:10%;min-width:125px}#wf-manage-investments .roster .investment .actions{width:10%;min-width:125px}#wf-manage-investments .quote{padding:0 80px;text-align:center;font-size:24px;color:#dfdfdf;margin-bottom:80px}#wf-manage-investments .quote.loading{color:#4A4A4A}#wf-manage-investments .summary_as_of{padding:0 100px;text-align:center;color:#A9A9A9}#wf-manage-investments .funding_progress{margin-top:35px;padding:0 100px}#wf-manage-investments .progress_bar .bar{display:block;position:relative;width:100%;height:25px;background-color:#F6F6F6}#wf-manage-investments .progress_bar .bar .chunk{display:inline-block;width:0;height:100%;background-color:#888888}#wf-manage-investments .progress_bar .bar .chunk.payment_transferred-chunk{background-color:#0277BD}#wf-manage-investments .progress_bar .bar .chunk.payment_authorized-chunk{background-color:#81BBDE}#wf-manage-investments .progress_bar .bar .chunk.signed_contracts-chunk{background-color:#D1E6F3}#wf-manage-investments .progress_bar .bar .chunk.waitlist-chunk{background-color:#FFC800}#wf-manage-investments .progress_bar .milestones{display:block;position:relative;width:100%;height:150px}#wf-manage-investments .progress_bar .milestones .milestone{display:inline-block;position:absolute;top:0;bottom:0;text-align:center}#wf-manage-investments .progress_bar .milestones .milestone .stick{width:1px;height:57px;margin-left:auto;margin-right:auto;background-color:#EDEDED}#wf-manage-investments .progress_bar .milestones .milestone .amount{font-weight:bold}#wf-manage-investments .bar-legend .legend{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin:4px 0}#wf-manage-investments .bar-legend .color{display:inline-block;width:67px;height:25px;margin-right:10px;-moz-border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;border-radius:3px}#wf-manage-investments .bar-legend .legend-payment_transferred .color{background-color:#0277BD}#wf-manage-investments .bar-legend .legend-payment_authorized .color{background-color:#81BBDE}#wf-manage-investments .bar-legend .legend-waitlist .color{background-color:#FFC800}#wf-manage-investments .bar-legend .legend-signed_contracts .color{background-color:#D1E6F3}
.wf-perks-editor .admin{margin-top:15px;font-size:0.75em}.wf-perks-editor .admin .admin-only-msg{color:#ff5800}
#wf-reg-cf-fundraise-editor{background-color:rgba(74,74,74,0.05);width:100%;padding:60px 0}#wf-reg-cf-fundraise-editor .form-c-container{width:800px;margin:auto}#wf-reg-cf-fundraise-editor .form-c-container .menu{margin-bottom:30px;text-align:center}#wf-reg-cf-fundraise-editor .form-c-container .menu .menu-item{cursor:pointer;margin-left:22px;margin-right:22px;padding-bottom:8px;font-size:14px;font-weight:700;color:rgba(74,74,74,0.5);text-transform:capitalize}#wf-reg-cf-fundraise-editor .form-c-container .menu .menu-item:hover{color:rgba(74,74,74,0.75)}#wf-reg-cf-fundraise-editor .form-c-container .menu .menu-item.active,#wf-reg-cf-fundraise-editor .form-c-container .menu .menu-item.active:hover{cursor:initial;border-bottom:2px solid #0277bd;color:#4a4a4a}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body{margin-bottom:30px;padding:30px 60px 50px 60px;background:white;border-radius:3px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .heading{margin-bottom:10px;font-weight:700;font-size:18px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .description{font-size:14px;color:rgba(74,74,74,0.75);margin-bottom:20px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .inner-section-divider{height:60px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .wf-flat-secondary-grey{margin-top:30px;color:rgba(74,74,74,0.5)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .wf-flat-secondary-grey:hover,#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .wf-flat-secondary-grey:active{color:rgba(74,74,74,0.75)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split{width:350px;padding-right:70px;border-right:2px solid rgba(74,74,74,0.05)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form{width:initial}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field{margin-top:30px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field label{color:rgba(74,74,74,0.75)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field input{padding:10px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .selectize-input{padding:7px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field input.third,#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .selectize-control.third{width:33%}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field input.two-thirds,#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .selectize-control.two-thirds{width:66%}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .group-address-inputs .inputs-row{margin-top:10px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .group-address-inputs .inputs-row.top-row{margin-top:0}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .group-address-inputs .inputs-row .city,#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .group-address-inputs .inputs-row .state,#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .group-address-inputs .inputs-row .zip-code{margin-right:7px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .group-address-inputs .inputs-row .city{width:170px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .group-address-inputs .inputs-row .state{width:60px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .group-address-inputs .inputs-row .zipcode{width:98px;margin-right:0}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .group-address-inputs .inputs-row .state.selectize-control{display:inline-block;vertical-align:middle}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body .form-c-section .split .basic-form .field .group-address-inputs .inputs-row .state.selectize-control .selectize-input{padding-top:9px;padding-bottom:8px;margin-bottom:2px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .people-actions{visibility:hidden;font-size:10px;position:absolute;top:5px;right:5px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .people-actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .people-actions .fa:hover{color:rgba(74,74,74,0.75)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .security-holders-section .field label{font-size:12px;margin-left:10px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .security-holders-section .upload-cap-table{width:100%;box-sizing:border-box;margin-top:20px;border-radius:3px;border:solid 2px rgba(74,74,74,0.17);text-align:center;padding:25px;background:rgba(74,74,74,0.05);cursor:pointer}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .security-holders-section .upload-cap-table .instructions{font-size:14px;font-weight:700}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .security-holders-section .cap-table .wf-file .uploaded-file{width:320px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .security-holders-section .security-holders{margin-top:30px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .security-holders-section .security-holders .security-holder-wrapper{position:relative;display:inline-block;width:176px;margin-left:60px;margin-bottom:40px;height:100px;border:2px solid rgba(74,74,74,0.1);border-radius:3px;padding:13px;font-size:12px;box-sizing:border-box;font-size:12px;text-align:center}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .security-holders-section .security-holders .security-holder-wrapper.left-most{margin-left:0}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .security-holders-section .security-holders .security-holder-wrapper .security-holder-actions{visibility:hidden;font-size:10px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .security-holders-section .security-holders .security-holder-wrapper:hover .people-actions{visibility:visible}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .security-holders-section .security-holders .security-holder-wrapper .security-holder .name{font-weight:700;font-size:14px;margin-bottom:15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .security-holders-section .security-holders .security-holder-wrapper .security-holder .percent-voting-power{font-style:italic}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers{margin-top:30px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers .officer-wrapper{position:relative;display:inline-block;vertical-align:top;width:176px;margin-left:60px;margin-bottom:40px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers .officer-wrapper.left-most{margin-left:0}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers .officer-wrapper:hover .people-actions{visibility:visible}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers .officer-wrapper .officer{width:100%;height:120px;border:2px solid rgba(74,74,74,0.1);border-radius:3px;padding:13px;font-size:12px;box-sizing:border-box}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers .officer-wrapper .officer .officer-name{font-weight:700;font-size:14px;margin-bottom:8px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers .officer-wrapper .officer .officer-positions-held{margin-bottom:8px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers .officer-wrapper .officer .officer-year-joined{margin-bottom:8px;font-style:italic}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers .officer-wrapper .officer .officer-resume .linkedin{color:#1a85bc}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers .officer-wrapper .officer .errors{color:#e91d51;font-size:12px;font-style:italic}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers .officer-wrapper.main-contact .officer{border-bottom:none;border-bottom-right-radius:0px;border-bottom-left-radius:0px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #people-section .officers .officer-wrapper.main-contact .officer-main-contact{width:100%;box-sizing:border-box;padding:10px 10px;font-size:12px;font-weight:700;background:#ffc800;color:white;text-transform:uppercase;text-align:center;border-bottom-right-radius:3px;border-bottom-left-radius:3px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .preview-contract{margin-top:30px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .maturity-months-field input[type=text]{width:75px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .debt-grace-period-days-field .wrap{width:100px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .debt-period-field .wrap{width:100px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .rev-share-payback-cap-multiple-field .wrap{width:100px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .rev-share-deferrals-field .wrap{width:100px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .rev-share-percentage-field input[type=text],#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .debt-rate-field input[type=text],#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .note-discount-field input[type=text]{width:50px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .pro-rata-field input,#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .debt-subordination-field input,#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .debt-secured-field input{width:auto}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section #fundraise-terms-sub-section .max-days-fundraise-stays-open-field input[type=text]{width:75px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .rev-share-calculated-from-field{padding-bottom:30px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .rev-share-first-payment-date-field .first-payment-default{padding-bottom:30px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .store-credits .fixed-credit-percentage-field input{width:50px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .store-credits .fixed-credit-percentage-field .credit-example{margin-top:5px;color:rgba(74,74,74,0.5)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .store-credits .fixed-credit-expiration-months-field input{width:50px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .store-discounts .discount-percentage-field input{width:50px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .perks .perk .basic-form{width:95%;position:relative}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .perks .perk .basic-form .perk-actions{position:absolute;top:10px;right:-25px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .perks .perk .basic-form .perk-actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .perks .perk .basic-form .perk-actions .fa:hover{color:rgba(74,74,74,0.75)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .perks .perk .basic-form .amount-field .label{float:left;margin-top:10px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .perks .perk .basic-form .amount-field .label,#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .perks .perk .basic-form .amount-field .label label{font-weight:700;font-size:14px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .perks .perk .basic-form .amount-field input{float:right;width:120px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .perks .perk .basic-form .description-field{margin-top:10px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #terms-section .perks .perk .basic-form .description-field textarea{min-height:50px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .form-c-risks .form-c-risk{margin-top:20px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .form-c-risks .form-c-risk .basic-form{width:100%}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .form-c-risks .form-c-risk .basic-form .field{width:95%;margin-top:0;float:left}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .form-c-risks .form-c-risk .basic-form .field textarea{min-height:50px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .form-c-risks .form-c-risk .basic-form .form-c-risk-actions{float:right}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .form-c-risks .form-c-risk .basic-form .form-c-risk-actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .form-c-risks .form-c-risk .basic-form .form-c-risk-actions .fa:hover{color:rgba(74,74,74,0.75)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .min-and-max{font-weight:700;font-size:12px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier{margin-top:50px;font-size:12px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .basic-form{width:100%}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .fundraise-tier-text{margin-bottom:10px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .fundraise-tier-text .fundraise-tier-index{font-weight:700;font-size:14px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .fundraise-tier-text .fundraise-tier-description{font-style:italic}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .amount-field{width:160px;margin-right:60px;box-sizing:border-box;float:left}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .amount-field input{border-left:none;border-top:none;border-right:none;width:100%;box-sizing:border-box;display:inline-block;font-size:18px;font-weight:700;text-align:center}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .description-field{width:450px;float:left;box-sizing:border-box}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .description-field textarea{width:100%;min-height:60px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .fundraise-tier-form{position:relative}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .fundraise-tier-form .fundraise-tier-actions{position:absolute;top:40px;right:-15px;font-size:12px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .fundraise-tier-form .fundraise-tier-actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #disclosures-section .fundraise-tiers .fundraise-tier .fundraise-tier-form .fundraise-tier-actions .fa:hover{color:rgba(74,74,74,0.75)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section{font-size:12px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .left-split,#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .right-split{float:left;width:50%;box-sizing:border-box}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .left-split{padding-right:40px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .left-split p{font-weight:700;margin-bottom:15px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .left-split ul{margin-bottom:20px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .left-split ul li{margin-bottom:0}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .right-split{padding-left:40px;padding-bottom:20px;border-left:2px solid rgba(74,74,74,0.05)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .right-split .file{margin-top:30px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .right-split .file .file-title{font-weight:700;font-size:12px;margin-bottom:10px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .right-split .file .hide-file-upload p{margin-bottom:10px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .right-split .basic-form{margin-top:30px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .admin-view .basic-form{width:100%;margin-bottom:20px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .admin-view .basic-form .field label{color:rgba(74,74,74,0.75)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #financials-section .admin-view .basic-form .field .double-input input{width:185px;margin-right:15px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #sign-and-submit-section #listing-agreement a.edit-listing-agreement-defaults-link{font-size:12px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #sign-and-submit-section #sec-codes.with-margin{margin-top:50px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #sign-and-submit-section #sec-codes .basic-form .field.checkbox-field input[type=checkbox]{vertical-align:top;margin-top:5px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #sign-and-submit-section #sec-codes .basic-form .field.checkbox-field .label{width:90%;display:inline-block;margin-left:10px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-body #sign-and-submit-section #payment-sub-section p{font-size:14px}#wf-reg-cf-fundraise-editor .form-c-container .form-c-container-actions.actions{width:400px;margin:auto;text-align:center}#wf-reg-cf-fundraise-editor .form-c-container .form-c-container-actions.actions .profile-link{margin-top:0;color:rgba(74,74,74,0.5)}#wf-reg-cf-fundraise-editor .form-c-container .form-c-container-actions.actions .errors{font-size:12px;color:#e91d51}.new-form-c-officer-modal.basic-modal{width:870px;max-width:870px;padding:30px 0;box-sizing:border-box}.new-form-c-officer-modal.basic-modal .left-modal{box-sizing:border-box;width:400px;float:left;padding:20px 50px}.new-form-c-officer-modal.basic-modal .left-modal .heading{margin-bottom:25px;font-size:18px;font-weight:700}.new-form-c-officer-modal.basic-modal .left-modal .field{font-size:12px;margin-bottom:10px}.new-form-c-officer-modal.basic-modal .left-modal .field label{margin-left:10px}.new-form-c-officer-modal.basic-modal .left-modal .field .nested-fields{margin-top:20px;margin-left:20px}.new-form-c-officer-modal.basic-modal .left-modal .field .nested-fields input{vertical-align:top;margin-top:2px}.new-form-c-officer-modal.basic-modal .left-modal .field .nested-fields label{width:90%;display:inline-block}.new-form-c-officer-modal.basic-modal .right-modal{box-sizing:border-box;width:470px;float:left;border-left:2px solid rgba(74,74,74,0.1);padding:20px 0}.edit-form-c-officer-modal.basic-modal{width:320px;max-width:320px}.edit-form-c-officer-modal.basic-modal .basic-form{width:100%}.edit-form-c-officer-modal.basic-modal .basic-form .wf-file,.new-form-c-officer-modal.basic-modal .basic-form .wf-file{margin-top:0}.edit-form-c-officer-modal.basic-modal .basic-form .wf-file .upload-file,.new-form-c-officer-modal.basic-modal .basic-form .wf-file .upload-file{padding:0;margin:0;text-align:left;background:none;border:none}.edit-form-c-officer-modal.basic-modal .basic-form .wf-file .upload-file .instructions,.new-form-c-officer-modal.basic-modal .basic-form .wf-file .upload-file .instructions{font-size:12px;font-weight:500;color:rgba(74,74,74,0.5)}.form-c-security-holder-modal.basic-modal{width:320px;max-width:320px}.form-c-security-holder-modal.basic-modal .basic-form{width:100%}.form-c-security-holder-modal.basic-modal .basic-form .radio-group .radio{width:50%;display:inline-block}.form-c-security-holder-modal.basic-modal .basic-form .field.percent-voting-power-field .input input[type=text]{width:100px}.admin-edit-listing-agreement-modal.basic-modal{width:320px;max-width:320px}.edit-form-c-officer-modal .heading,.new-form-c-officer-modal .heading,.form-c-security-holder-modal .heading,.admin-edit-listing-agreement-modal .heading{font-size:18px;font-weight:700;margin-bottom:20px}.edit-form-c-officer-modal .basic-form,.new-form-c-officer-modal .basic-form,.form-c-security-holder-modal .basic-form,.admin-edit-listing-agreement-modal .basic-form{margin:auto}.edit-form-c-officer-modal .basic-form .field,.new-form-c-officer-modal .basic-form .field,.form-c-security-holder-modal .basic-form .field,.admin-edit-listing-agreement-modal .basic-form .field{margin-top:10px}.edit-form-c-officer-modal .basic-form .field label,.new-form-c-officer-modal .basic-form .field label,.form-c-security-holder-modal .basic-form .field label,.admin-edit-listing-agreement-modal .basic-form .field label{color:rgba(74,74,74,0.75)}.edit-form-c-officer-modal .basic-form .field input[type=text],.edit-form-c-officer-modal .basic-form .field input[type=number],.edit-form-c-officer-modal .basic-form .field input[type=email],.new-form-c-officer-modal .basic-form .field input[type=text],.new-form-c-officer-modal .basic-form .field input[type=number],.new-form-c-officer-modal .basic-form .field input[type=email],.form-c-security-holder-modal .basic-form .field input[type=text],.form-c-security-holder-modal .basic-form .field input[type=number],.form-c-security-holder-modal .basic-form .field input[type=email],.admin-edit-listing-agreement-modal .basic-form .field input[type=text],.admin-edit-listing-agreement-modal .basic-form .field input[type=number],.admin-edit-listing-agreement-modal .basic-form .field input[type=email]{padding:8px 10px}.edit-form-c-officer-modal .basic-form .actions,.new-form-c-officer-modal .basic-form .actions,.form-c-security-holder-modal .basic-form .actions,.admin-edit-listing-agreement-modal .basic-form .actions{text-align:center}.perksEditor .perksEditor-qualifyingAmount{position:relative}.perksEditor .perksEditor-qualifyingAmount .field{margin-top:20px !important}.perksEditor .perksEditor-perkDescription{position:relative;margin-left:20px}.perksEditor .perksEditor-perkDescription .field{margin-top:10px !important}.perksEditor .perksEditor-perkTier-perk{position:relative}.perksEditor .perksEditor-addPerkTier{margin-top:50px}.perksEditor .perksEditor-perkLinks{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.perksEditor .perksEditor-perkLinks .perksEditor-perkLinks-addPerk{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:left}.perksEditor .perksEditor-perkLinks .perksEditor-perkLinks-addPerk a{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;line-height:15px;color:rgba(74,74,74,0.75)}.perksEditor .perksEditor-perkLinks .perksEditor-perkLinks-addPerk a:hover{color:#4a4a4a}.perksEditor .perksEditor-perkLinks .perksEditor-perkLinks-advanced{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:right}.perksEditor .perk-actions{position:absolute;top:10px;right:-25px}.advancedPerkSettingsModalContainer{padding-left:0;padding-right:0}.advancedPerkSettingsModal .advancedPerkSettingsModal-header{font-size:24px;line-height:29px;text-align:center;margin-bottom:35px}.advancedPerkSettingsModal .advancedPerkSettingsModal-subheader{font-size:16px;line-height:18px;text-align:center;margin-bottom:20px}.advancedPerkSettingsModal .advancedPerkSettingsModal-setting,.advancedPerkSettingsModal .advancedPerkSettingsModal-optionalSetting{padding:20px 0}.advancedPerkSettingsModal .advancedPerkSettingsModal-setting .advancedPerkSettingsModal-inputField,.advancedPerkSettingsModal .advancedPerkSettingsModal-optionalSetting .advancedPerkSettingsModal-inputField{padding-top:10px;padding-bottom:10px;margin-left:10px}.advancedPerkSettingsModal .advancedPerkSettingsModal-setting .advancedPerkSettingsModal-dateInputField,.advancedPerkSettingsModal .advancedPerkSettingsModal-optionalSetting .advancedPerkSettingsModal-dateInputField{width:100px}.advancedPerkSettingsModal .advancedPerkSettingsModal-setting{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.advancedPerkSettingsModal .advancedPerkSettingsModal-optionalSetting{background-color:rgba(74,74,74,0.02)}.advancedPerkSettingsModal .advancedPerkSettingsModal-settingLabel{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:14px;line-height:24px;text-align:right;margin-right:10px}.advancedPerkSettingsModal .advancedPerkSettingsModal-settingInput{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;margin-left:10px}.advancedPerkSettingsModal .advancedPerkSettingsModal-settingInput label{margin-right:10px;color:#272727}.advancedPerkSettingsModal .advancedPerkSettingsModal-settingInput input[type=radio]{margin-right:10px;margin-left:10px}.advancedPerkSettingsModal .advancedPerkSettingsModal-customFieldTypes{border-top:1px solid rgba(74,74,74,0.1);padding:10px 40px;width:50%;margin:0 auto}@media screen and (min-width: 500px){.advancedPerkSettingsModal .advancedPerkSettingsModal-customFieldTypes{width:25%}}.advancedPerkSettingsModal .advancedPerkSettingsModal-addCustomField{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:10px;line-height:12px;color:rgba(39,39,39,0.75);text-transform:uppercase}.advancedPerkSettingsModal .advancedPerkSettingsModal-adminSection{margin-top:20px;padding:40px 0;border-top:1px solid rgba(74,74,74,0.1)}.advancedPerkSettingsModal .advancedPerkSettingsModal-adminSection .advancedPerkSettingsModal-subheader{margin-top:0}.advancedPerkSettingsModal .advancedPerkSettingsModal-appointmentEmail,.advancedPerkSettingsModal .advancedPerkSettingsModal-hasExpiresAt,.advancedPerkSettingsModal .advancedPerkSettingsModal-hasUsableAt{width:100%;text-align:center}.advancedPerkSettingsModal .advancedPerkSettingsModal-done{text-align:center}.advancedPerkSettingsModal .advancedPerkSettingsModal-loading{text-align:center;margin-bottom:20px}.advancedPerkSettingsModal .advancedPerkSettingsModal-instructionsEditor{max-width:350px;margin:0 auto;margin-bottom:10px}.advancedPerkSettingsModal .wf-invalidAndTouchedError.ng-invalid.ng-touched{border-color:#e91d51;border-style:dashed}.advancedPerkSettingsModal input[type=text]{background-color:white !important}.perkRequestQuestionEditor .perkRequestQuestionEditor-question{margin-bottom:20px}.perkRequestQuestionEditor .inputWithDeleteButton{display:inline-block;position:relative}.perkRequestQuestionEditor .inputWithDeleteButton .deleteButton{position:absolute;top:7px;right:-25px}.perkRequestQuestionEditor .error-message{font-size:12px;color:#e91d51}.perkRequestQuestionEditor .field{display:inline-block}.perkRequestQuestionEditor .field .error-message{display:none}.perkRequestQuestionEditor .field.field-error .error-message{display:block}.perkRequestQuestionEditor .field.field-error input[type=text].ng-invalid{border-color:#e91d51;border-style:dashed}.perkRequestQuestionEditor .perkRequestQuestionEditor-row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:10px 0}.perkRequestQuestionEditor .perkRequestQuestionEditor-row .perkRequestQuestionEditor-leftColumn{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;text-align:right;margin-right:10px}.perkRequestQuestionEditor .perkRequestQuestionEditor-row .perkRequestQuestionEditor-rightColumn{-webkit-box-flex:3;-moz-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3;text-align:left;margin-left:10px}.perkRequestQuestionEditor .perkRequestQuestionEditor-inputFieldLabel{line-height:40px}.perkRequestQuestionEditor .perkRequestQuestionEditor-inputField{padding-top:10px !important;padding-bottom:10px !important}.perkRequestQuestionEditor .perkRequestQuestionEditor-inputField:focus{background-color:white !important}
#wf-reg-d-fundraise-editor{min-width:300px;margin:auto}#wf-reg-d-fundraise-editor .locked-message{margin-bottom:20px;padding:20px;font-size:12px;background-color:rgba(255,200,0,0.2);border:2px solid rgba(255,200,0,0.4);border-radius:4px}#wf-reg-d-fundraise-editor .section{margin-bottom:50px}#wf-reg-d-fundraise-editor .section .section-heading{margin-bottom:20px}#wf-reg-d-fundraise-editor .section .section-heading .section-title{font-size:16px;font-weight:700;color:rgba(74,74,74,0.69)}#wf-reg-d-fundraise-editor .section .section-heading .section-description{font-size:12px;font-style:italic;color:rgba(74,74,74,0.5)}#wf-reg-d-fundraise-editor .section .field{margin-bottom:20px}#wf-reg-d-fundraise-editor .section .field label{display:block;font-size:12px;color:rgba(74,74,74,0.5)}#wf-reg-d-fundraise-editor .section .field input[type=text],#wf-reg-d-fundraise-editor .section .field textarea,#wf-reg-d-fundraise-editor .section .field .selectize-input{width:100%;box-sizing:border-box;padding:8px 10px;font-size:14px}#wf-reg-d-fundraise-editor .section .field .nested-fields{margin-left:35px;margin-top:20px}#wf-reg-d-fundraise-editor .inline-labels label,#wf-reg-d-fundraise-editor .inline-labels .field label{display:inline-block}#wf-reg-d-fundraise-editor .admin{margin-top:15px;padding:10px;font-size:0.75em;background-color:#f3f3f3}#wf-reg-d-fundraise-editor .admin h4{text-align:center}#wf-reg-d-fundraise-editor .admin .admin-only-msg{color:#ff5800}#wf-reg-d-fundraise-editor #basic-section .corporation-or-llc label{display:inline-block}#wf-reg-d-fundraise-editor #exemption-section .field{margin-bottom:12px}#wf-reg-d-fundraise-editor #agreement-section .field{margin-bottom:12px}#wf-reg-d-fundraise-editor #agreement-section .field .nested-fields{margin-top:12px}#wf-reg-d-fundraise-editor #contract-section .preview-contract-link{font-size:12px}#wf-reg-d-fundraise-editor #contract-section .upload-custom-contract{font-size:12px;margin-top:10px}#wf-reg-d-fundraise-editor #contract-section .upload-custom-contract .upload-custom-contract-message{margin-top:10px}#wf-reg-d-fundraise-editor #perks-section .wf-perks-editor .perk{margin-bottom:25px}#wf-reg-d-fundraise-editor #perks-section .wf-perks-editor .perk .field{margin-bottom:5px}#wf-reg-d-fundraise-editor #perks-section .wf-perks-editor .perk .field.description-field{margin-bottom:0}#wf-reg-d-fundraise-editor #perks-section .wf-perks-editor .perk .actions-field{font-size:12px}#wf-reg-d-fundraise-editor #perks-section .wf-perks-editor .add-perk-btn{text-transform:lowercase}#wf-reg-d-fundraise-editor #perks-section .wf-perks-editor .add-perk-btn .fa-add{font-weight:bold;margin-right:0}#wf-reg-d-fundraise-editor #listing-agreement-section .listing-agreement-document{padding:10px 15px;border:3px solid rgba(74,74,74,0.1);border-radius:3px;cursor:pointer}#wf-reg-d-fundraise-editor #listing-agreement-section .listing-agreement-document .fa{float:left;font-size:40px;color:rgba(74,74,74,0.3)}#wf-reg-d-fundraise-editor #listing-agreement-section .listing-agreement-document .listing-agreement-name{float:left;width:274px;margin-left:10px;margin-top:10px;text-align:center;font-size:14px}#wf-reg-d-fundraise-editor #listing-agreement-section .listing-agreement-document:hover{border-color:rgba(74,74,74,0.3)}#wf-reg-d-fundraise-editor #listing-agreement-section .listing-agreement-document:hover .fa{color:rgba(74,74,74,0.5)}#wf-reg-d-fundraise-editor #enable-fundraising-section .signature{margin-bottom:20px;border-bottom:1px dashed #272727}#wf-reg-d-fundraise-editor #enable-fundraising-section .signature .x{margin-right:20px}#wf-reg-d-fundraise-editor #enable-fundraising-section .signature .scribble{font-family:"Brush Script MT",cursive;font-size:50px;line-height:40px;opacity:0.3}#wf-reg-d-fundraise-editor #enable-fundraising-section .signature .scribble.ghost-signature-off{opacity:0.8}#wf-reg-d-fundraise-editor #enable-fundraising-section .signature.locked .scribble{opacity:1}#wf-reg-d-fundraise-editor #enable-fundraising-section .actions{text-align:center}#wf-reg-d-fundraise-editor #enable-fundraising-section .actions button:disabled{opacity:0.3}#wf-reg-d-fundraise-editor #enable-fundraising-section .actions button.not_faded{opacity:1}#wf-reg-d-fundraise-editor #enable-fundraising-section .errored{font-size:12px;color:#e91d51}#wf-reg-d-fundraise-editor #enable-fundraising-section .admin{margin-top:20px}#wf-reg-d-fundraise-editor #enable-fundraising-section .admin .enable-links{margin-top:10px}#wf-reg-d-fundraise-editor #fundraise-enabled-section .fundraise-live-text{font-size:12px;font-style:italic}
.wf-show-checklist{font-size:12px}.wf-show-checklist .flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.wf-show-checklist .col-1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wf-show-checklist .col-2{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.wf-show-checklist .col-3{-webkit-box-flex:3;-moz-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3}.wf-show-checklist .col-4{-webkit-box-flex:4;-moz-box-flex:4;-webkit-flex:4;-ms-flex:4;flex:4}.wf-show-checklist .col-5{-webkit-box-flex:5;-moz-box-flex:5;-webkit-flex:5;-ms-flex:5;flex:5}.wf-show-checklist .fa-expand-less,.wf-show-checklist .fa-expand-more{cursor:pointer}.wf-show-checklist .errors{font-size:12px;color:rgba(233,29,81,0.75)}.wf-show-checklist.checklist-wrapper{margin-top:10px}.wf-show-checklist.checklist-wrapper .add-actions,.wf-show-checklist.checklist-wrapper .edit-actions{vertical-align:top;margin-right:10px;font-weight:normal}.wf-show-checklist.checklist-wrapper .add-actions .fa,.wf-show-checklist.checklist-wrapper .edit-actions .fa{cursor:pointer;color:rgba(74,74,74,0.2)}.wf-show-checklist.checklist-wrapper .add-actions .delete-btn:hover,.wf-show-checklist.checklist-wrapper .edit-actions .delete-btn:hover{color:#e91d51}.wf-show-checklist.checklist-wrapper .add-actions .edit-btn:hover,.wf-show-checklist.checklist-wrapper .edit-actions .edit-btn:hover{color:rgba(2,119,189,0.5)}.wf-show-checklist.checklist-wrapper .add-actions .add-btn:hover,.wf-show-checklist.checklist-wrapper .edit-actions .add-btn:hover{color:rgba(2,119,189,0.5)}.wf-show-checklist.checklist-wrapper .add-actions{margin:5px}.wf-show-checklist.checklist-wrapper .checklist-header .wf-checklist-name{font-weight:bold}.wf-show-checklist.checklist-wrapper .checklist-contents{margin-left:20px;margin-top:10px}.wf-show-checklist.checklist-wrapper .checklist-contents .wf-checklist-subject-info,.wf-show-checklist.checklist-wrapper .checklist-contents .wf-checklist-item-subject-info{margin:0 0 10px 5px;padding:5px;font-family:"Archer SSm A","Archer SSm B",serif;background-color:rgba(2,119,189,0.05);border-radius:3px}.wf-show-checklist.checklist-wrapper .checklist-contents .wf-checklist-subject-info .label,.wf-show-checklist.checklist-wrapper .checklist-contents .wf-checklist-item-subject-info .label{color:rgba(74,74,74,0.7);font-style:italic}.wf-show-checklist.checklist-wrapper .checklist-contents .wf-checklist-subject-info .label+.label,.wf-show-checklist.checklist-wrapper .checklist-contents .wf-checklist-item-subject-info .label+.label{margin-left:10px}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper{padding:5px;border-radius:3px}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper.even-row{background-color:rgba(74,74,74,0.04)}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper:hover{background-color:rgba(74,74,74,0.08)}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item{display:inline-block}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item .checklist-item-description{margin-top:5px;background-color:rgba(74,74,74,0.05);padding:10px;border-radius:3px}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item .checklist-item-note{display:inline-block;margin-top:5px;padding:10px;background-color:rgba(255,200,0,0.2);border-radius:3px}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item-event-actions{min-width:300px}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item-event-actions .fa-spin{color:#4a4a4a}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item-event-actions .reviewed-info,.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item-event-actions .review-actions{width:49%;text-align:right}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item-event-actions .reviewed-info{display:inline-block}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item-event-actions .reviewed-info .initials{display:inline-block;cursor:pointer;margin-right:5px;padding:2px;font-size:12px;line-height:12px;font-weight:700;text-align:center}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item-event-actions .review-actions{display:inline-block;position:relative}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item-event-actions .review-actions button{margin:0;padding:7px;min-width:inherit;text-align:center}.wf-show-checklist.checklist-wrapper .checklist-contents .checklist-item-wrapper .checklist-item-event-actions .review-actions .fa-access-time{position:absolute;top:5px;right:-25px}
#press .menu-content{line-height:1.5em;font-size:.75em}#press h6{font-size:.75em;text-transform:uppercase;font-weight:700;margin-top:25px}.faq_cover .comment_container h2{text-align:Center}.faq_cover h1{margin-bottom:0px;font-weight:bold}.faq_cover h2{font-weight:100;font-size:1.8em;margin-top:10px;max-width:650px;margin-left:auto;margin-right:auto;color:rgba(74,74,74,0.75)}.faq_cover .faq-container{padding-top:50px;padding-bottom:100px;border-bottom:1px solid rgba(74,74,74,0.05);background:rgba(49,49,49,0.01)}.faq_cover .section-divider{background-color:rgba(2,119,189,0.1);width:40px;height:3px;margin-top:30px;margin-bottom:30px;margin-left:auto;margin-right:auto}.faq_cover .box_wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;margin-top:50px}@media screen and (max-width: 767px){.faq_cover .box_wrapper{-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}}.faq_cover .box_wrapper .col{text-align:center;width:300px;padding-left:35px;padding-right:35px}@media screen and (max-width: 767px){.faq_cover .box_wrapper .col{margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:20px;padding-left:0px;padding-right:0px}}.faq_cover .box_wrapper .col .sub{line-height:1.1em;max-width:200px;margin-left:auto;margin-right:auto;margin-bottom:5px}.faq_cover .box_wrapper .col .scroll-wrap{font-size:.9em;margin-bottom:5px;line-height:2em;margin-top:20px}.faq_cover .box_wrapper .col h3{text-align:center;font-size:1.8em}.faq_cover .box_wrapper .bordered{border-left:2px solid rgba(74,74,74,0.07);border-right:2px solid rgba(74,74,74,0.07)}@media screen and (max-width: 767px){.faq_cover .box_wrapper .bordered{border:0px}}
#profile-guide.section,#launch-guide.section{font-size:1.3em}#profile-guide .title,#launch-guide .title{margin-top:25px;margin-bottom:40px}#profile-guide .subtitle,#launch-guide .subtitle{margin-top:15px;text-transform:uppercase;font-size:.85em;font-weight:700}#profile-guide .section-divider,#launch-guide .section-divider{background-color:#0277bd;width:80px;height:3px;margin-top:50px;margin-bottom:50px;margin-left:auto;margin-right:auto}#profile-guide .divider,#launch-guide .divider{background-color:rgba(2,119,189,0.1);width:40px;height:3px;margin-top:30px;margin-bottom:50px;border:none}#profile-guide .spacer,#launch-guide .spacer{margin-top:50px;margin-bottom:25px}#profile-guide h4,#launch-guide h4{font-size:1.5em}#profile-guide h3,#launch-guide h3{text-align:left}
#write .publish-pop{position:absolute;padding:20px;max-width:320px;min-width:298px;background:White;border:1px solid #ccc;right:20px;border-radius:3px;box-shadow:0 1px 2px rgba(74,74,74,0.05),0 0 1px rgba(74,74,74,0.1);z-index:1000;display:none}@media screen and (max-width: 450px){#write .publish-pop{right:0px;padding:10px}}#write .publish-pop .caret-up{position:absolute;right:40px;margin-top:-34px;clip:rect(0 18px 14px -4px)}@media screen and (max-width: 450px){#write .publish-pop .caret-up{margin-top:-24px}}#write .publish-pop .caret-up:after{box-shadow:-1px -1px 1px -1px #4a4a4a;transform:rotate(45deg) translate(6px, 6px);content:'';width:14px;height:14px;display:block;background:white}#write .redactor2-layer{border:0px;padding:0px}#write .fa-trash{color:rgba(74,74,74,0.5);font-size:.75em;cursor:pointer;margin-right:5px}#write .fa-trash:hover{color:#4a4a4a}#write .redactor2-dropdown-outdent,#write .redactor2-dropdown-indent{display:none !important}#write #top-toolbar{position:absolute;width:100%;z-index:1000}#write #top-toolbar .flexCenterContent{background:white;border-bottom:1px solid #ddd}#write #top-toolbar .redactor2-toolbar li a{border:0px;padding-left:10px;padding-right:10px}#write #top-toolbar .redactor2-toolbar{border:0px}@media screen and (max-width: 550px){#write #top-toolbar .open-publish-modal{min-width:60px}}@media screen and (max-width: 500px){#write #top-toolbar .re-html{display:none}#write #top-toolbar .re-underline{display:none}#write #top-toolbar .re-ul{display:none}#write #top-toolbar .re-horizontalrule{display:none}#write #top-toolbar .re-italic{display:none}}#write .flexCenterContent{max-width:750px;margin-left:auto;margin-right:auto}.feed_post_v5{max-width:690px;margin-left:auto;margin-right:auto;padding-top:60px;padding-bottom:20px;position:relative}.feed_post_v5 textarea.title{padding:0px;border:0px solid #fff;width:100%;height:40px}.feed_post_v5 textarea.title:focus{background:#fff}@media screen and (max-width: 500px){.feed_post_v5 textarea.title{height:20px !important}}.feed_post_v5 h1,.feed_post_v5 textarea.title{font-weight:bold;margin-top:0px;font-size:1.777em}@media screen and (max-width: 768px){.feed_post_v5 h1,.feed_post_v5 textarea.title{font-size:1.41em;line-height:1.2em}}@media screen and (max-width: 500px){.feed_post_v5 h1,.feed_post_v5 textarea.title{font-size:1.1em;line-height:1.2em}}.feed_post_v5 .logo_holder{width:90px;height:90px;border:1px solid rgba(74,74,74,0.1);margin-left:auto;margin-right:auto;text-align:Center;margin-bottom:5px}.feed_post_v5 .logo_holder img{height:90px}.feed_post_v5 .logo_holder a{border-bottom:0px}.feed_post_v5 .alert-label{background:rgba(233,29,81,0.75);padding:7px;border-radius:10px;color:white;padding-left:15px;padding-right:15px;position:relative;max-width:310px;text-align:center;margin-bottom:10px}.feed_post_v5 h3{margin-top:60px;font-weight:bold}.feed_post_v5 h4{margin-top:40px;font-weight:bold}.feed_post_v5 hr{height:1px;background:rgba(74,74,74,0.25);margin-top:60px;margin-bottom:60px;border:0px;max-width:200px}.feed_post_v5 .redactor2-layer pre{padding:1em;border:1px solid #ddd;border-radius:3px;background:#f8f8f8;white-space:pre;font-size:90%;font-family:Menlo, Monaco, monospace, sans-serif;font-size:13px;line-height:1.6em;margin-top:10px;margin-bottom:10px}.feed_post_v5 .raw-html a{background-color:transparent;border-color:transparent;color:#4a4a4a;margin-bottom:3px;border-radius:0px;border-bottom:1px solid rgba(2,119,189,0.75);cursor:pointer}.feed_post_v5 .raw-html a:hover{border-color:#0277bd;color:#0277bd}.feed_post_v5 .raw-html a:active{color:#01598d;border-color:#01598d}.feed_post_v5 video,.feed_post_v5 iframe{width:100%}.feed_post_v5 figure{padding:0px;margin:0px;margin-top:1.2em}.feed_post_v5 figure a{padding-bottom:0px !important;margin-bottom:0px !important;border-bottom:0px !Important}.feed_post_v5 figure img{border:1px solid rgba(74,74,74,0.1);box-sizing:border-box !important}.feed_post_v5 figcaption{font-size:.75em;font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic}.feed_post_v5 img{width:100%;height:auto}.feed_post_v5 .flex-author{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-bottom:20px}.feed_post_v5 .flex-author .avatar-box{-webkit-box-flex:0 0 60px;-moz-box-flex:0 0 60px;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;justify-content:center;flex-direction:column}.feed_post_v5 .flex-author .avatar-box a{border-bottom:0px}.feed_post_v5 .flex-author .avatar-box .avatar{width:60px;height:60px;border-radius:30px;margin-right:15px}.feed_post_v5 .flex-author .author-text{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;justify-content:center;flex-direction:column}.feed_post_v5 .flex-author .author-text .author-name{border-bottom:0px}.feed_post_v5 h1[contenteditable=true]:empty:before{content:attr(placeholder);display:block;color:rgba(74,74,74,0.5)}.design_v4 .feed .section-title{margin-top:60px;font-weight:bold}.design_v4 .feed .section-title:first-child{margin-top:40px}.design_v4 .feed .feed-tag{background:rgba(74,74,74,0.15);font-size:.75em;color:#4a4a4a;font-weight:400;margin-bottom:6px}.design_v4 .feed .feed-tag .fa-close{color:rgba(74,74,74,0.5);cursor:pointer}.design_v4 .feed .feed-tag .fa-close:hover{color:#4a4a4a}@media screen and (max-width: 1000px){.design_v4 .feed .grid .right-col{display:none}}.design_v4 .feed a.underline{text-decoration:none}.design_v4 .feed a.underline:hover{text-decoration:underline}.design_v4 .feed .hidden-link h4{color:#4a4a4a !important}.design_v4 .feed .hidden-link:hover h1{color:#4a4a4a !important}.design_v4 .feed .report-update{position:absolute;border-radius:3px;box-shadow:0 1px 2px rgba(74,74,74,0.1),0 0 1px rgba(74,74,74,0.2);background:White;right:20px;padding:5px;margin-top:-10px;display:none}.design_v4 .feed .open-report{color:rgba(74,74,74,0.5);font-size:1.3em;display:block;float:right;margin-top:11px;margin-left:1px;cursor:pointer}.design_v4 .feed .open-report:hover{color:#4a4a4a}.design_v4 .feed .my-updates .update-card,.design_v4 .feed .popular-updates .update-card{display:none}.design_v4 .feed .my-updates .update-card:nth-child(1),.design_v4 .feed .popular-updates .update-card:nth-child(1){display:block}.design_v4 .feed .my-updates .update-card:nth-child(2),.design_v4 .feed .popular-updates .update-card:nth-child(2){display:block}.design_v4 .feed .my-updates .update-card:nth-child(3),.design_v4 .feed .popular-updates .update-card:nth-child(3){display:block}.design_v4 .feed .feed-sub-menu-border{border-bottom:1px solid rgba(74,74,74,0.1);height:1px;width:100%;margin-top:-2px}.design_v4 .feed .feed-sub-menu{text-transform:uppercase;color:rgba(74,74,74,0.5);font-size:.75em;font-weight:100;margin-top:20px;cursor:pointer}.design_v4 .feed .feed-sub-menu li{padding-bottom:15px}.design_v4 .feed .feed-sub-menu li:first-child{margin-left:0px}.design_v4 .feed .feed-sub-menu li:hover{color:rgba(74,74,74,0.8)}.design_v4 .feed .feed-sub-menu .active{font-weight:400;color:#000;border-bottom:1px solid #000}.design_v4 .feed .feed-sub-menu .active:hover{color:#000}.design_v4 .feed .hidden-link h1{color:#4a4a4a !important}.design_v4 .feed .hidden-link:hover h1{color:#4a4a4a !important}.design_v4 .feed .fa-comment-scroll,.design_v4 .feed .fa-heart-o{font-size:1.5em;color:rgba(74,74,74,0.5);cursor:pointer}.design_v4 .feed .fa-comment-scroll:hover,.design_v4 .feed .fa-heart-o:hover{color:rgba(74,74,74,0.75)}.design_v4 .feed .fa-heart{font-size:1.5em;color:#0277bd;cursor:pointer}.design_v4 .feed .fa-heart:hover{color:#0277bd}.design_v4 .feed .wf-flat-secondary{color:rgba(74,74,74,0.5)}.design_v4 .feed .number-likes{cursor:pointer}.design_v4 .feed .number-likes:hover{color:rgba(74,74,74,0.75)}.design_v4 .feed .floating-share{position:fixed;width:50px;opacity:0;transition:opacity 0.2s ease-in-out;-webkit-transition:opacity 0.2s ease-in-out;text-align:center;line-height:1.8em;color:rgba(74,74,74,0.5)}@media screen and (max-width: 1000px){.design_v4 .feed .floating-share{display:none}}.design_v4 .feed .floating-share .number-likes{display:block;margin-top:-11px;min-height:11px}.design_v4 .feed .floating-share .fa-heart:hover{color:#0277bd !important}.design_v4 .feed .floating-share .fa{cursor:pointer}.design_v4 .feed .floating-share .fa:hover{color:rgba(74,74,74,0.75)}.design_v4 .feed .comments-area{margin-top:60px;padding-top:60px;padding-bottom:60px;border-top:1px solid rgba(2,119,189,0.1);background:#f9fcfd}.design_v4 .feed .redactor-editor{padding:0px;border:0px solid #fff;font-family:inherit;font-size:inherit;line-height:inherit}.design_v4 .feed .input_wrapper .error{color:rgba(233,29,81,0.75);margin-bottom:10px;font-size:12px}.design_v4 .feed .redactor-placeholder:after{top:0px;left:0px}.design_v4 .feed .redactor-editor div,.design_v4 .feed .redactor-editor p,.design_v4 .feed .redactor-editor ul,.design_v4 .feed .redactor-editor ol,.design_v4 .feed .redactor-editor table,.design_v4 .feed .redactor-editor dl,.design_v4 .feed .redactor-editor blockquote,.design_v4 .feed .redactor-editor pre{font-size:inherit;line-height:inherit}.design_v4 .feed .button{border:1px solid #eee;padding-left:5px;padding-right:5px;border-radius:3px;float:left;margin-right:8px;cursor:pointer;margin-top:4px;font-size:20px}.design_v4 .feed .button:hover{background:#0277bd;color:white}.design_v4 .feed .avatar{border-radius:30px;width:30px}.design_v4 .feed #feed_item_content{border:1px solid #fff;width:100%}.design_v4 .feed #feed_item_content:focus{background:#000}.design_v4 .feed .feed_item_comment_box{padding:18px 0px 0px}.design_v4 .feed .add_video,.design_v4 .feed .add_embed{border:0px;width:100%;padding-left:0px;display:none}.design_v4 .feed .add_video:focus,.design_v4 .feed .add_embed:focus{background:#fff}.design_v4 .feed .editing_mode .vjs-default-skin:hover{background-color:rgba(0,0,0,0.6) !important}.design_v4 .feed .main_filter_menu .activity_settings,.design_v4 .feed .main_filter_menu .fa-filter{float:right;cursor:pointer;font-size:20px}.design_v4 .feed .main_filter_menu .fa-filter{margin-right:10px}.design_v4 .feed .main_filter_menu hr{height:1px;border:0px;background:#ccc}.design_v4 .feed .renderFeed{-webkit-transition:opacity 200ms ease-in-out;-moz-transition:opacity 200ms ease-in-out;-o-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out}.design_v4 .feed .renderFeed .pagination{display:none}.design_v4 .feed .fa-star-bts{color:#f7ad37}.design_v4 .feed .fa-star-bts:hover{color:#f7ad37 !important;opacity:.9}.design_v4 .feed .alert-label{background:rgba(233,29,81,0.75);padding:7px;border-radius:10px;color:white;padding-left:15px;padding-right:15px;position:relative;max-width:310px;text-align:center;margin-bottom:10px}.design_v4 .feed .fundraising-label{background:#f7ad37;font-size:13px;padding:4px;color:white;padding-left:8px;padding-right:8px;text-align:center;border-radius:10px;margin-top:10px;float:right}.design_v4 .feed .filter-label{font-size:12px;padding:3px;padding-bottom:4px;display:inline-block;color:#777;padding-left:8px;padding-right:8px;background:#f6f6f6;text-align:center;border-radius:10px;margin-top:3px}.design_v4 .feed .filter-label .fa-close{cursor:pointer}.design_v4 .feed .filter-label .fa-close:hover{color:rgba(233,29,81,0.75)}.design_v4 .feed .main_filter_menu{width:100%;z-index:500000}.design_v4 .feed .main_filter_menu .gradient{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23fff%3B%20stop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3Argba%28255%2C255%2C255%2C0%29%3Bstop-opacity%3A0%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23G%29%22%2F%3E%3C%2Fsvg%3E);background-image:-ms-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%);background-image:-moz-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%);background-image:linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%);background-color:transparent;width:100%;height:30px}.design_v4 .feed input.search{border-radius:10px;border:0px solid #eee;float:right;padding:3px;width:80px;font-size:13px;margin-right:10px;padding-left:22px}@media screen and (max-width: 600px){.design_v4 .feed input.search{display:none}}.design_v4 .feed .fa-search{float:right;margin-right:-19px;font-size:13px;margin-top:4px;color:#ccc}@media screen and (max-width: 600px){.design_v4 .feed .fa-search{display:none}}.design_v4 .feed .activity_menu .active{color:#4a4a4a;font-weight:bold}.design_v4 .feed .activity_menu .active:hover{color:#4a4a4a}.design_v4 .feed .activity_menu li{cursor:pointer}.design_v4 .feed .activity_menu li:hover{color:#5c5c5c}.design_v4 .feed .togglePrivacy{float:right;font-size:13px;line-height:40px;margin-right:10px;cursor:pointer}.design_v4 .feed .togglePrivacy:hover{color:#0277bd}@media screen and (max-width: 500px){.design_v4 .feed .togglePrivacy{width:300px;text-align:right}}.design_v4 .feed .cursor-it{cursor:pointer}.design_v4 .feed .cursor-it:hover{color:#0277bd}.design_v4 .feed .postFeed .fa-spin{font-size:1em;line-height:.625em;text-align:Center;color:white;margin-top:0px;margin-bottom:0px}.design_v4 .feed .new-feed-admin-settings{font-size:13px;padding:10px;background:#f6f6f6;border-radius:3px;margin-bottom:5px;display:none}.design_v4 .feed .author_update{margin-top:30px !important;padding-bottom:30px !important}.design_v4 .feed .portfolio_label{background:#F95C24;margin-top:5px;border-radius:10px;padding:3px;font-size:10px;line-height:13px;color:white;font-weight:600;max-width:100px;margin-left:auto;margin-right:auto}.design_v4 .feed .centerLogo{text-align:center;margin-top:40px;margin-bottom:20px;width:150px;margin-left:auto;margin-right:auto}.design_v4 .feed .centerLogo a{color:#4a4a4a}.design_v4 .feed .centerLogo .logo{width:120px;height:120px}.design_v4 .feed .centerLogo:hover a{color:#0277bd}.design_v4 .feed .feed-item{margin-top:50px;padding-bottom:50px;border-bottom:1px solid #f4f4f4;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 400px){.design_v4 .feed .feed-item{display:block !important;margin-top:30px;padding-bottom:30px}}.design_v4 .feed .feed-item .logo_holder{float:left;text-align:center;font-size:13px;-webkit-box-flex:0 0 100px;-moz-box-flex:0 0 100px;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px}@media screen and (max-width: 600px){.design_v4 .feed .feed-item .logo_holder{-webkit-box-flex:0 75px;-moz-box-flex:0 75px;-webkit-flex:0 75px;-ms-flex:0 75px;flex:0 75px;font-size:8px}}@media screen and (max-width: 400px){.design_v4 .feed .feed-item .logo_holder{display:block !important;width:100%;margin-bottom:30px;font-size:13px}}.design_v4 .feed .feed-item .logo_holder .logo{width:100%;border-radius:3px;border:1px solid #f9f9f9}@media screen and (max-width: 400px){.design_v4 .feed .feed-item .logo_holder .logo{width:80px;height:80px}}.design_v4 .feed .feed-item .logo_holder a{color:#5c5c5c}.design_v4 .feed .feed-item .logo_holder a:hover{color:#333}.design_v4 .feed .feed-item .feed-content img{width:100%}.design_v4 .feed .feed-item .content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-left:50px}@media screen and (max-width: 870px){.design_v4 .feed .feed-item .content{padding-left:20px}}@media screen and (max-width: 500px){.design_v4 .feed .feed-item .content{padding-left:10px}}@media screen and (max-width: 400px){.design_v4 .feed .feed-item .content{display:block !important;width:100%;padding-left:0px}}.design_v4 .feed .feed-item .content textarea.title{padding:0px;border:0px solid #fff;width:100%;height:40px}.design_v4 .feed .feed-item .content textarea.title:focus{background:#fff}@media screen and (max-width: 500px){.design_v4 .feed .feed-item .content textarea.title{height:20px !important}}.design_v4 .feed .feed-item .content h1,.design_v4 .feed .feed-item .content textarea.title{font-weight:bold;margin-top:0px;font-size:1.777em}@media screen and (max-width: 768px){.design_v4 .feed .feed-item .content h1,.design_v4 .feed .feed-item .content textarea.title{font-size:1.41em;line-height:1.2em}}@media screen and (max-width: 500px){.design_v4 .feed .feed-item .content h1,.design_v4 .feed .feed-item .content textarea.title{font-size:1.1em;line-height:1.2em}}.design_v4 .feed .feed-item .content h4{margin-top:40px}.design_v4 .feed .feed-item .content ul li{margin-top:20px}.design_v4 .feed .feed-item .content .read-more a{color:#0277bd;text-decoration:none;display:block;margin-top:5px}.design_v4 .feed .feed-item .content .read-more a:hover{color:#1b2c37}.design_v4 .feed .feed-item .content a{color:#4a4a4a;text-decoration:underline}.design_v4 .feed .feed-item .content a:hover{color:#0277bd}.design_v4 .feed .feed-item .content small a{display:inline-block;margin-top:10px;color:#9e9e9e;text-decoration:underline}.design_v4 .feed .feed-item .content small .fa{cursor:pointer}.design_v4 .feed .feed-item .content small .fa:hover{color:#4a4a4a}.design_v4 .feed .feed-item .content .link_preview{width:100%;margin-top:0px;min-height:200px;background:#f6f6f6;border:1px solid #eee;position:relative;font-size:14px;color:#4a4a4a;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 600px){.design_v4 .feed .feed-item .content .link_preview{display:block !important}}.design_v4 .feed .feed-item .content .link_preview .link_photo{-webkit-box-flex:0.5;-moz-box-flex:0.5;-webkit-flex:0.5;-ms-flex:0.5;flex:0.5;background-size:cover;background-position:center;color:#fff}.design_v4 .feed .feed-item .content .link_preview .link_photo .event-label{display:inline-block;border-radius:3px;background:#f7ad37;padding:5px;margin-top:10px;margin-left:10px;font-weight:600}@media screen and (max-width: 600px){.design_v4 .feed .feed-item .content .link_preview .link_photo{width:100%;display:inline-block !important;height:180px}}.design_v4 .feed .feed-item .content .link_preview .preview_content{-webkit-box-flex:0.5;-moz-box-flex:0.5;-webkit-flex:0.5;-ms-flex:0.5;flex:0.5;padding:10px;text-decoration:none !important}@media screen and (max-width: 600px){.design_v4 .feed .feed-item .content .link_preview .preview_content{width:96%;display:inline-block !important;font-size:13px}}.design_v4 .feed .feed-item .content .link_preview .preview_content h4{font-size:16px;font-weight:bold;margin-top:0px}.design_v4 .feed .feed-item .content .link_preview .preview_content p{margin-top:5px}.design_v4 .feed .taxa-hack{text-align:center !important}.design_v4 .feed .taxa-hack a{color:white !important;text-decoration:none !important}
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
  font-family: 'flexslider-icon';
  src: url('assets/flexslider-icon.eot');
  src: url('assets/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('assets/flexslider-icon.woff') format('woff'), url('assets/flexslider-icon.ttf') format('truetype'), url('assets/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(74,74,74,.2);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: rgba(74,74,74,.35);
}
.flex-control-paging li a.flex-active {
  background: rgba(74,74,74,.5);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.ui-flipswitch{font-weight:bold;color:rgba(74,74,74,0.5);background-color:rgba(74,74,74,0.25);border-color:transparent}.ui-flipswitch .ui-btn{background-color:#fff;border-color:#a4a4a4;text-shadow:none;box-shadow:none}.ui-flipswitch.ui-flipswitch-active{color:#fff;background-color:#349a80;border-color:#349a80}.ui-flipswitch.ui-flipswitch-active .ui-btn{background-color:#1de9b6;border-color:#1de9b6}.ui-flipswitch.ui-corner-all{border-radius:10px}.ui-flipswitch.ui-corner-all .ui-btn{border-radius:10px}.ui-flipswitch .ui-flipswitch-on.ui-btn{border-width:1px;line-height:1.5em;margin-left:1px;margin-right:-4px}.ui-flipswitch .ui-flipswitch-off{line-height:1.5em !important}.ui-flipswitch .ui-btn.ui-flipswitch-on{text-indent:-2.9em}
.basic-form{width:300px;font-size:12px}.basic-form .errors{color:#e91d51;font-size:12px}.basic-form .field{margin-top:20px}.basic-form .field label{display:block;font-size:12px;margin-top:0}.basic-form .field input,.basic-form .field textarea{width:100%;box-shadow:none;box-sizing:border-box;font-size:14px}.basic-form .field textarea{height:66px;overflow:hidden;word-wrap:break-word;resize:none}.basic-form .field .wf-char-counter{position:relative}.basic-form .field .wf-char-counter .wf-char-counter-num{position:absolute;text-align:right;font-size:12px;right:0}.basic-form .field.field-error input[type=text],.basic-form .field.field-error input[type=email],.basic-form .field.field-error input[type=number],.basic-form .field.field-error input[type=password],.basic-form .field.field-error textarea,.basic-form .field.field-error .redactor-editor,.basic-form .field.field-error .selectize-input,.basic-form .field .field-error input[type=text],.basic-form .field .field-error input[type=email],.basic-form .field .field-error input[type=number],.basic-form .field .field-error input[type=password],.basic-form .field .field-error textarea,.basic-form .field .field-error .redactor-editor,.basic-form .field .field-error .selectize-input{border-color:#e91d51;border-style:dashed}.basic-form .field.half-field{width:45%;box-sizing:border-box}.basic-form .field.half-field.left-field{float:left}.basic-form .field.half-field.right-field{float:right}.basic-form .field.checkbox-field input[type=checkbox],.basic-form .field .wf-checkbox input[type=checkbox]{width:initial}.basic-form .field.checkbox-field .label,.basic-form .field.checkbox-field label,.basic-form .field .wf-checkbox .label,.basic-form .field .wf-checkbox label{margin-left:6px;display:inline-block;cursor:pointer}.basic-form .field.radio-field .radio-group .radio{margin-top:10px}.basic-form .field.radio-field .radio-group .radio input{width:initial;display:inline;cursor:pointer}.basic-form .field.radio-field .radio-group .radio label{display:inline-block;padding-left:5px;color:#4a4a4a;cursor:pointer}.basic-form .field.radio-field .radio-group .nested-radios{margin-left:20px}.basic-form .actions{margin-top:20px}.basic-form .actions .errors{margin-bottom:10px}.basic-form .errors{color:#e91d51;font-size:12px}.basic-form.condensed-form .field{margin-top:10px}.basic-form.condensed-form .field input[type=text],.basic-form.condensed-form .field input[type=email],.basic-form.condensed-form .field input[type=number],.basic-form.condensed-form .field input[type=password]{padding:8px 10px}.basic-form.condensed-form .actions{margin-top:10px}.basic-form.input-fields-with-suffix .field .input{border:2px solid rgba(2,119,189,0.1);border-radius:3px;display:inline-block}.basic-form.input-fields-with-suffix .field .input input[type=text],.basic-form.input-fields-with-suffix .field .input input[type=email],.basic-form.input-fields-with-suffix .field .input input[type=number],.basic-form.input-fields-with-suffix .field .input input[type=password]{width:initial;border:none}.basic-form.input-fields-with-suffix .field .input .input-ending{display:inline-block;padding:10px;border-left:2px solid rgba(2,119,189,0.1);color:rgba(74,74,74,0.5)}.basic-form.input-fields-with-suffix .field.field-error .input,.basic-form.input-fields-with-suffix .field .field-error .input{border-color:#e91d51;border-style:dashed}.basic-form.input-fields-with-suffix .field.field-error .input-ending,.basic-form.input-fields-with-suffix .field .field-error .input-ending{border-left:2px dashed #e91d51}.basic-form.input-fields-with-suffix.condensed-form .field .input input,.basic-form.input-fields-with-suffix.condensed-form .field .input .input-ending{padding:8px 10px}
.founder-dashboard{background:rgba(2,119,189,0.02);font-size:.75em}.founder-dashboard .subtle-blue{border-bottom:1px solid rgba(2,119,189,0.3) !important}.founder-dashboard .inactive{opacity:.5}.founder-dashboard .inactive a{pointer-events:none}.founder-dashboard .flex-update{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width: 550px){.founder-dashboard .flex-update{-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}}.founder-dashboard .flex-update .update-logo{-webkit-box-flex:0 0 100px;-moz-box-flex:0 0 100px;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;text-align:center}.founder-dashboard .flex-update .update-logo .logo{width:100px}.founder-dashboard .flex-update .update-logo .company-name{color:rgba(74,74,74,0.75);font-weight:bold;font-size:.8em;text-transform:uppercase}.founder-dashboard .flex-update .update{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;position:relative}.founder-dashboard .flex-update .update .active{font-weight:bold;color:#4a4a4a}.founder-dashboard .flex-update .update .menu-container{padding-left:40px;max-width:320px;min-width:300px;margin-top:-18px;margin-bottom:13px}@media screen and (max-width: 550px){.founder-dashboard .flex-update .update .menu-container{padding-left:0px;margin-left:auto;margin-right:auto;text-align:Center;width:300px;margin-top:20px}.founder-dashboard .flex-update .update .menu-container .feed-sub-menu{min-width:240px;width:240px;margin-left:auto;margin-right:auto}}.founder-dashboard .flex-update .update .stat-container{padding-left:40px}.founder-dashboard .flex-update .update .stat-container .stat-ul li{margin-right:15px;margin-left:0px;margin-bottom:15px}.founder-dashboard .flex-update .update .stat-container .stat-ul li:last-child{margin-right:0px}@media screen and (max-width: 550px){.founder-dashboard .flex-update .update .stat-container{padding-left:0px;margin-left:auto;margin-right:auto;width:310px;font-size:.7rem}}@media screen and (max-width: 550px){.founder-dashboard .flex-update .update{text-align:center}}.founder-dashboard .flex-update .update .company-role{position:absolute;right:0px}@media screen and (max-width: 1000px){.founder-dashboard .flex-update .update .company-role{position:relative;right:auto;margin-left:38px;margin-bottom:10px}}@media screen and (max-width: 550px){.founder-dashboard .flex-update .update .company-role{margin-left:auto;margin-right:auto;margin-top:10px;margin-bottom:10px}}.founder-dashboard .flex-checks{margin-top:8px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}.founder-dashboard .flex-checks .fa-checkbox-checked:hover,.founder-dashboard .flex-checks .fa-checkbox-unchecked:hover{color:rgba(74,74,74,0.75)}.founder-dashboard .flex-checks .check-box{-webkit-box-flex:0 0 18px;-moz-box-flex:0 0 18px;-webkit-flex:0 0 18px;-ms-flex:0 0 18px;flex:0 0 18px;margin-top:4px;font-size:12px;color:rgba(74,74,74,0.5);cursor:pointer}.founder-dashboard .flex-checks .ask-title{font-size:.9em;color:rgba(74,74,74,0.75)}.founder-dashboard .flex-checks .check-text{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;cursor:pointer}.founder-dashboard .flex-checks .check-text .profile-ask{cursor:default;margin-top:-1px}.founder-dashboard .flex-checks .check-text:hover{color:#000}.founder-dashboard .dropbox{padding:10px;border-radius:3px;text-align:Center;background:rgba(2,119,189,0.07);margin-top:10px;margin-bottom:10px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}.founder-dashboard .dropbox .fa-dropbox{-webkit-box-flex:0 0 30px;-moz-box-flex:0 0 30px;-webkit-flex:0 0 30px;-ms-flex:0 0 30px;flex:0 0 30px;color:#007EE5;font-size:3em}.founder-dashboard .dropbox .input{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-right:15px;position:relative}.founder-dashboard .dropbox .email-assets{margin-top:10px;text-align:left;margin-left:-35px;margin-top:5px}.founder-dashboard .dropbox input{box-sizing:border-box;background:transparent;border:0px;border-bottom:2px solid #007EE5;padding:10px;font-size:.85em;margin-left:10px;border-radius:0px;width:100%;padding-bottom:5px;padding-left:5px}.founder-dashboard .dropbox input:focus{border:0px;border-bottom:2px solid #007EE5;background:rgba(2,119,189,0.1)}.founder-dashboard .profile-ask{max-width:385px;line-height:1em}.founder-dashboard .flexCenterContent{max-width:1250px}@media screen and (max-width: 1200px){.founder-dashboard .flexCenterContent{max-width:1050px}}.founder-dashboard .gridx{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;width:100%;padding-top:20px;padding-bottom:20px;align-items:stretch}.founder-dashboard .gridx h4{text-transform:uppercase;margin-top:0px;font-size:1em;font-weight:700}.founder-dashboard .gridx h5{font-size:.83em;text-transform:uppercase;margin-top:20px;font-weight:700}.founder-dashboard .gridx .contact-name{font-size:1em;margin-top:3px;margin-bottom:3px;font-weight:700}.founder-dashboard .gridx .subtle-link{border-bottom:0px}.founder-dashboard .gridx .subtle-link.dim{color:rgba(74,74,74,0.75)}.founder-dashboard .gridx .flexslider{margin-bottom:0px;margin:0 0 0px;margin-left:-4px;margin-top:-4px}.founder-dashboard .gridx .flex-direction-nav{display:none}.founder-dashboard .gridx .flex-control-nav{text-align:right;bottom:0px;right:-20px;z-index:999;width:150px}@media screen and (max-width: 500px){.founder-dashboard .gridx .flex-control-nav{right:-5px}}.founder-dashboard .gridx .flex-control-nav li a{color:transparent;font-size:1px}.founder-dashboard .gridx .flex-control-paging li a{width:10px;height:10px}.founder-dashboard .gridx .flex-control-nav li{margin:0 3px}.founder-dashboard .gridx ul{margin-left:0px;margin-top:0px}.founder-dashboard .gridx ul li{text-indent:0px;margin-bottom:0px}.founder-dashboard .gridx ul li:before{content:"";position:relative;left:0px}.founder-dashboard .gridx .div{margin-top:30px;margin-bottom:30px;height:2px;width:100%;background:rgba(74,74,74,0.05)}.founder-dashboard .gridx .spacer{margin-top:7px}.founder-dashboard .gridx .part{color:rgba(74,74,74,0.5);text-transform:uppercase;margin-top:30px;margin-bottom:2px;font-weight:700;font-size:.85rem}.founder-dashboard .gridx .part:first-child{margin-top:0px}.founder-dashboard .gridx .guide-name{margin-top:20px}.founder-dashboard .gridx .dim a{color:rgba(74,74,74,0.75)}.founder-dashboard .gridx .dimmer a{color:rgba(74,74,74,0.5)}.founder-dashboard .gridx .really-dim{color:rgba(74,74,74,0.25)}@media screen and (max-width: 767px){.founder-dashboard .gridx{-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}}.founder-dashboard .gridx .left-col{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:white;max-width:380px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:100%;margin:15px;margin-left:0px;margin-right:0px;border-radius:3px}.founder-dashboard .gridx .left-col .div{margin-top:5px;margin-bottom:5px}.founder-dashboard .gridx .left-col .inner{padding:40px;padding-top:20px;padding-bottom:20px;width:100%}@media screen and (max-width: 1200px){.founder-dashboard .gridx .left-col .inner{padding:20px}}@media screen and (max-width: 767px){.founder-dashboard .gridx .left-col .inner{padding:10px}}@media screen and (max-width: 1200px){.founder-dashboard .gridx .left-col{max-width:260px}}@media screen and (max-width: 767px){.founder-dashboard .gridx .left-col{max-width:400px;width:100%;margin-left:auto;margin-right:auto}}.founder-dashboard .gridx .left-col i{font-size:.65rem}.founder-dashboard .gridx .center-col{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;max-width:520px;width:100%;margin:16px}@media screen and (max-width: 1200px){.founder-dashboard .gridx .center-col{max-width:100%}}@media screen and (max-width: 767px){.founder-dashboard .gridx .center-col{margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:0px;max-width:400px}}.founder-dashboard .gridx .center-col .next-steps{background:#fff;margin-bottom:12px;padding:30px;border-radius:3px}.founder-dashboard .gridx .center-col .next-steps .wf-tag{min-width:15px;width:15px;height:15px;padding:3px;border-radius:90px;float:right;margin-right:-15px}@media screen and (max-width: 500px){.founder-dashboard .gridx .center-col .next-steps .wf-tag{margin-right:0px}}.founder-dashboard .gridx .center-col .next-steps h4{margin-bottom:20px}.founder-dashboard .gridx .center-col .next-steps .next .next-text{color:rgba(74,74,74,0.5);margin-bottom:10px;line-height:1.5em;margin-top:4px}@media screen and (max-width: 1200px){.founder-dashboard .gridx .center-col .next-steps{padding:20px}}@media screen and (max-width: 767px){.founder-dashboard .gridx .center-col .next-steps{margin-bottom:0px;height:auto;min-height:auto;padding:10px}}.founder-dashboard .gridx .center-col .docs{height:100%;background:#fff;min-height:200px;padding:30px;margin-top:12px;border-radius:3px;position:relative;padding-bottom:20px}.founder-dashboard .gridx .center-col .docs .strike{color:rgba(74,74,74,0.5);opacity:.7}.founder-dashboard .gridx .center-col .docs .saved-dropbox{position:absolute;font-size:8px;padding:3px;min-width:35px;right:5px;margin-top:-18px;display:none}@media screen and (max-width: 1200px){.founder-dashboard .gridx .center-col .docs{padding:20px}}@media screen and (max-width: 767px){.founder-dashboard .gridx .center-col .docs{margin-bottom:0px;padding:10px;margin-top:15px;min-height:auto}}.founder-dashboard .gridx .right-col{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;background:white;max-width:300px;width:100%;margin:15px;margin-left:0px;margin-right:0px;border-radius:3px}@media screen and (max-width: 1200px){.founder-dashboard .gridx .right-col{max-width:220px}}@media screen and (max-width: 1000px){.founder-dashboard .gridx .right-col{max-width:100px;font-size:9px;margin:0px;background:transparent;margin-top:30px}}@media screen and (max-width: 767px){.founder-dashboard .gridx .right-col{max-width:400px;width:100%;margin-top:15px;margin-bottom:15px;margin-left:auto;margin-right:auto;font-size:1em}}.founder-dashboard .gridx .right-col h4{margin-bottom:0px}@media screen and (max-width: 1200px){.founder-dashboard .gridx .right-col .guide-text{font-size:.875em}}.founder-dashboard .gridx .right-col .inner{padding:30px;width:100%}@media screen and (max-width: 1200px){.founder-dashboard .gridx .right-col .inner{padding:20px}}@media screen and (max-width: 1000px){.founder-dashboard .gridx .right-col .inner{padding:0px}}@media screen and (max-width: 767px){.founder-dashboard .gridx .right-col .inner{padding:10px;background:white}}.fundraise-editor-menu .bubble{background:rgba(74,74,74,0.05);padding:10px;padding-left:30px;padding-right:30px;margin-left:auto;margin-right:auto;border-radius:3px;font-weight:700;display:inline-block;text-transform:uppercase}@media screen and (max-width: 1200px){.fundraise-editor-menu .bubble{font-size:10px;padding-left:10px;padding-right:10px}}.fundraise-editor-menu .bubble .launch-date{color:#0277bd;text-transform:uppercase;font-size:.85em;font-weight:400;margin-top:3px}.fundraise-editor-menu .category-heading{text-transform:uppercase;font-weight:700;margin-top:15px;margin-bottom:15px;font-size:.7rem}.fundraise-editor-menu .category-heading:last-child{margin-bottom:0px}.fundraise-editor-menu .sub-categories{margin-top:2px;line-height:2.2em;margin-left:9px;font-size:.70rem}.fundraise-editor-menu .cat{float:left}.fundraise-editor-menu .submit-for-review{margin-bottom:40px !important}.fundraise-editor-menu .cat-with-deadline .category-heading{float:left;margin-top:0px;margin-bottom:0px}.fundraise-editor-menu .cat-with-deadline .deadline{margin-top:15px}.fundraise-editor-menu .deadline{float:right;color:rgba(74,74,74,0.5)}.fundraise-editor-menu h4{text-transform:uppercase;margin-top:0px;font-size:1em;font-weight:700}.fundraise-editor-menu h5{font-size:.83em;text-transform:uppercase;margin-top:20px;font-weight:700}.fundraise-editor-menu .contact-name{font-size:1em;margin-top:3px;margin-bottom:3px;font-weight:700}.fundraise-editor-menu .subtle-link{border-bottom:0px}.fundraise-editor-menu .subtle-link.dim{color:rgba(74,74,74,0.75)}.fundraise-editor-menu .div{margin-top:30px;margin-bottom:30px;height:2px;width:100%;background:rgba(74,74,74,0.05)}.fundraise-editor-menu .spacer{margin-top:7px}.fundraise-editor-menu .strike{text-decoration:line-through}.fundraise-editor-menu .strike .cat{text-decoration:line-through}.fundraise-editor-menu .strike .deadline{display:none}.fundraise-editor-menu .dim a{color:rgba(74,74,74,0.75)}.fundraise-editor-menu .dimmer a{color:rgba(74,74,74,0.5)}.fundraise-editor-menu .really-dim{color:rgba(74,74,74,0.25)}.fundraise-editor-menu .error-circle{width:7px;height:7px;background:#e91d51;border-radius:7px;position:absolute;margin-top:8px;margin-left:-9px}.fundraise-editor-menu .logo{width:90px;border-radius:3px;display:block;margin-bottom:10px;margin-top:10px;border:1px solid rgba(74,74,74,0.03)}.fundraise-editor-menu .company-logo-uploader{width:90px;height:90px;margin-top:10px;margin-bottom:10px}
.founder_tasks{margin:50px 0px}.founder_tasks .task_template{margin:20px 0px}.founder_tasks .task_template .edit_template{padding:20px;background:#f3f3f3}.founder_tasks .notification{background:#1ad1a3;display:block;padding:10px;width:100%;border-radius:5px;color:white}.founder_tasks .right{float:right}
#fraud-check-modal{font-size:14px;max-width:500px}#fraud-check-modal .loading{margin:40px 0px}#fraud-check-modal .officer{margin:20px 0px;padding:5px 0px;border-bottom:1px solid #f3f3f3}#fraud-check-modal .officer ul{margin:5px 0px}#fraud-check-modal .warning{color:#e91d51}#fraud-check-modal .warning_note{margin-bottom:20px}#fraud-check-modal .actions{margin-top:20px;text-align:center}
#fundraise .scout-form{max-width:400px;margin-left:auto;margin-right:auto}#fundraise .scout-form textarea,#fundraise .scout-form input[type="text"],#fundraise .scout-form input[type="email"],#fundraise .scout-form input[type="password"],#fundraise .scout-form input[type="tel"],#fundraise .scout-form input[type="url"]{width:100%;max-width:400px;color:white;background:#1C2C37;font-size:14px;margin-bottom:12px}#fundraise .scout-form textarea:hover,#fundraise .scout-form input[type="text"]:hover,#fundraise .scout-form input[type="email"]:hover,#fundraise .scout-form input[type="password"]:hover,#fundraise .scout-form input[type="tel"]:hover,#fundraise .scout-form input[type="url"]:hover{background:#1C2C37 !important}#fundraise .scout-form textarea:focus,#fundraise .scout-form input[type="text"]:focus,#fundraise .scout-form input[type="email"]:focus,#fundraise .scout-form input[type="password"]:focus,#fundraise .scout-form input[type="tel"]:focus,#fundraise .scout-form input[type="url"]:focus{background:#1C2C37 !important}#fundraise .scout-form textarea{min-height:100px;margin-bottom:6px}#fundraise .apply-portal .form{margin-top:20px;margin-left:auto;margin-right:auto;max-width:300px}#fundraise .apply-portal .form label{font-size:.8em;color:rgba(255,255,255,0.5)}#fundraise .apply-portal .form input,#fundraise .apply-portal .form textarea{margin-top:5px;width:100%;max-width:300px;background:#1c2c37;color:white}#fundraise .wrapper-slideshow{margin-top:30px;max-width:750px;border:1px solid rgba(74,74,74,0.1) !important}#fundraise .slideshow{max-width:750px;margin-left:auto;margin-right:auto}#fundraise .slideshow img,#fundraise .slideshow .fotorama__img{width:100%}#fundraise .fotorama__nav{background:rgba(74,74,74,0.05);border-top:1px solid rgba(74,74,74,0.05) !important}#fundraise .wf-tag.light{background:rgba(74,74,74,0.1);color:rgba(74,74,74,0.75)}#fundraise .top-h3{max-width:700px;font-weight:400;margin-top:-20px;margin-bottom:10px}@media screen and (max-height: 550px){#fundraise .top-h3{margin-bottom:20px;margin-top:0px}}#fundraise .homepage-hero-module{border-right:none;border-left:none;position:relative}#fundraise .no-video .video-container2 video,#fundraise .touch .video-container2 video{display:none}#fundraise .no-video .video-container2 .poster,#fundraise .touch .video-container2 .poster{display:block !important}#fundraise .video-container2{position:relative;bottom:0%;left:0%;height:100%;width:100%;overflow:hidden;background:#243f4f;min-height:400px;max-height:475px}#fundraise .video-container2 .poster img{width:100%;bottom:0;position:absolute}#fundraise .video-container2 .filter{position:absolute;background:rgba(27,44,55,0.95);width:100%;height:100%;color:white;text-align:Center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}#fundraise .video-container2 .filter .flexCenterContent{max-width:100%;width:100%}#fundraise .video-container2 .filter h3{max-width:850px;margin-left:auto;margin-right:auto;font-weight:bold;margin-bottom:15px}@media screen and (max-width: 500px){#fundraise .video-container2 .filter h3{margin-top:50px}}@media screen and (max-width: 700px){#fundraise .video-container2 video{display:none}}@media screen and (max-width: 500px){#fundraise .video-container2 .cap{display:none}}#fundraise .video-container2 .sub{font-size:1.2em}@media screen and (max-width: 500px){#fundraise .video-container2 .sub{font-size:1em}}#fundraise video.fillWidth{width:100%}#fundraise .team_video{position:relative}#fundraise .team_video .video-play{position:absolute;left:50%;top:50%;margin-left:-40px;margin-top:-50px}@media screen and (max-width: 500px){#fundraise .team_video .video-play{margin-left:-20px;margin-top:-25px;height:40px;width:40px;line-height:40px;font-size:20px}}#fundraise .playHover:hover .video-play{background:#000}#fundraise .wrap_quote{max-width:940px;margin-left:auto;margin-right:auto;padding-top:40px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center}@media screen and (max-width: 750px){#fundraise .wrap_quote{-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;padding-top:60px}}#fundraise .wrap_quote .team_video{-webkit-box-flex:0 0 375px;-moz-box-flex:0 0 375px;-webkit-flex:0 0 375px;-ms-flex:0 0 375px;flex:0 0 375px;max-width:355px;width:100%;margin-left:auto;margin-right:auto}@media screen and (max-width: 750px){#fundraise .wrap_quote .team_video{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:450px}}#fundraise .wrap_quote .quote{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-left:60px}@media screen and (max-width: 750px){#fundraise .wrap_quote .quote{padding-left:0px}}#fundraise .wrap_quote .quote .big_quote{font-size:1.8em;margin-bottom:25px}@media screen and (max-width: 750px){#fundraise .wrap_quote .quote .big_quote{margin-top:15px;margin-bottom:10px}}@media screen and (max-width: 500px){#fundraise .wrap_quote .quote .big_quote{font-size:1.3em}}#fundraise .schedule-call{color:#787878;font-weight:bold;font-size:1.1em}#fundraise .schedule-call:hover{color:#4a4a4a}#fundraise .header{text-align:center;height:320px;padding:2% 0px !important;background-color:#263f4e}#fundraise .header h3{max-width:850px;margin-left:auto;margin-right:auto;font-weight:300;margin-bottom:50px}#fundraise .header button{margin-top:30px}@media screen and (min-width: 351px){#fundraise .header h3{width:85%}}#fundraise .credibility{text-align:center;margin:50px 5%;margin-bottom:0px;margin-top:0px;font-size:1.2em;max-width:300px;margin-left:auto;margin-right:auto}@media screen and (min-width: 503px){#fundraise .credibility{font-size:1.5em;max-width:600px}#fundraise .credibility span{width:600px}}#fundraise .category-panel{margin-top:15px;display:none}#fundraise .category-panel button{display:none}#fundraise .category-hardware{display:block}#fundraise .category-wrapper{margin-left:auto;margin-right:auto;max-width:900px;margin-top:25px}#fundraise .category-wrapper .wf-tag{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;margin-left:2px;margin-right:2px;margin-top:5px;margin-bottom:5px}#fundraise .category-wrapper .light{cursor:pointer}#fundraise .category-wrapper .light:hover{opacity:.9}#fundraise .faq .expand-all-toggle{position:absolute;top:120px;font-size:10px;right:20px;text-transform:uppercase;color:rgba(74,74,74,0.5);position:absolute;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;cursor:pointer}@media screen and (max-width: 900px){#fundraise .faq .expand-all-toggle{opacity:0}}#fundraise .faq .expand-all-toggle:hover{color:rgba(74,74,74,0.75)}#fundraise .faq .all_questions{margin-left:auto;margin-right:auto;max-width:700px;width:100%}#fundraise .faq .q{margin-top:30px;margin-bottom:5px;font-weight:bold;font-size:1.1em;cursor:pointer}@media screen and (max-width: 600px){#fundraise .faq .q{font-size:1em}}#fundraise .faq .q .toggle-caret{color:rgba(74,74,74,0.5)}#fundraise .faq .q:hover{color:#212121}#fundraise .faq .q:hover .toggle-caret{color:#0277bd}#fundraise .faq .answer{font-size:1em;line-height:1.5em;font-family:"Archer SSm A","Archer SSm B",serif;display:none}#fundraise .faq .answer a{font-weight:normal;color:inherit;text-decoration:underline}#fundraise .faq .answer a:hover{color:#0277bd}#fundraise .offwhite{background-color:#f9fcfd;border-top:1px solid #edf4f9;border-bottom:1px solid #edf4f9}#fundraise .panel{margin-top:60px;margin-bottom:60px;padding-top:60px;padding-bottom:60px}@media screen and (max-width: 700px){#fundraise .panel{margin-top:40px;margin-bottom:40px;padding-top:40px;padding-bottom:40px}}#fundraise .how-it-works .believe{font-size:1.5em}@media screen and (max-width: 500px){#fundraise .how-it-works .believe{font-size:1em}}#fundraise .how-it-works .wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center;padding-top:0px}#fundraise .how-it-works .wrap div{max-width:300px;text-align:center;margin-bottom:25px;padding:0px 10px}#fundraise .how-it-works .wrap div img{max-width:180px}#fundraise .how-it-works .wrap div .title{font-size:1.2em;font-weight:700}#fundraise .how-it-works .wrap div p{font-weight:500;max-width:265px;margin-left:auto;margin-right:auto}@media screen and (min-width: 760px) and (max-width: 1000px){#fundraise .how-it-works .wrap{-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:space-around;justify-content:space-around;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:auto;margin-right:auto;margin-top:0px;max-width:740px}#fundraise .how-it-works .wrap div{font-size:.85em}}@media screen and (min-width: 1001px){#fundraise .how-it-works .wrap{-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:space-around;justify-content:space-around;-webkit-align-items:baseline;align-items:baseline;margin-left:auto;margin-right:auto;margin-top:0px;max-width:1200px}#fundraise .how-it-works .wrap div{font-size:.85em}}#fundraise .our-companies{margin-left:auto;margin-right:auto;font-size:1em;font-weight:500}#fundraise .our-companies h4{color:rgba(74,74,74,0.5);font-size:1em}#fundraise .our-companies article{margin-top:20px}#fundraise .our-companies .story{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:25px 5%}#fundraise .our-companies .story .left{order:2;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:flex-start;justify-content:flex-start;text-align:left;max-width:95%;margin-top:20px}#fundraise .our-companies .story .left .feature-quote{font-weight:700;font-family:"Archer SSm A","Archer SSm B",serif;font-size:1.5em;line-height:1em;font-style:italic}#fundraise .our-companies .story .left .sm-quote{font-size:1.1em;font-family:"Archer SSm A","Archer SSm B",serif;padding:10px 0px;font-style:italic}#fundraise .our-companies .story .left .name{font-weight:700;font-size:.85em}#fundraise .our-companies .story .left .title{font-size:.75em}#fundraise .our-companies .story .left .amount{font-size:.85em;font-family:"Archer SSm A","Archer SSm B",serif;color:rgba(74,74,74,0.75)}#fundraise .our-companies .story .right{order:1}#fundraise .our-companies .story .right .video-js.vjs-controls-disabled .vjs-poster{display:block}#fundraise .our-companies .story .right .vjs-big-play-button{display:block}#fundraise .our-companies .story .right video{width:100%;max-width:640px;margin-top:30px;border:1px solid #eee}@media screen and (min-width: 600px) and (max-width: 932px){#fundraise .our-companies .story .left{max-width:600px;margin-top:20px}}@media screen and (min-width: 933px){#fundraise .our-companies .story .left{max-width:650px}}#fundraise .love-wefunder{margin-top:50px;padding-top:50px;padding-bottom:50px;font-size:1em;font-weight:500}#fundraise .love-wefunder h4{color:rgba(74,74,74,0.5);text-align:center;padding-bottom:25px;font-size:1em}#fundraise .love-wefunder .wrap{max-width:95%;margin-left:auto;margin-right:auto;max-width:1000px}#fundraise .love-wefunder .thing{margin-top:25px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}#fundraise .love-wefunder .thing .left{height:200px;width:300px;text-align:center}#fundraise .love-wefunder .thing .left img{max-width:230px}#fundraise .love-wefunder .thing .right{padding-top:20px;max-width:90%}#fundraise .love-wefunder .thing .right .title{text-align:left}@media screen and (min-width: 650px){#fundraise .love-wefunder .wrap .thing{margin-top:25px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}#fundraise .love-wefunder .wrap .thing .left{height:200px;width:300px}#fundraise .love-wefunder .wrap .thing .right{padding-top:20px;max-width:600px;padding-left:5%}#fundraise .love-wefunder .wrap .thing .right .title{text-align:left}}#fundraise .submit,#fundraise .header{padding:50px 2%;font-weight:700;display:inline-block;background-color:#263f4e;text-align:center;width:100%;color:white}#fundraise .submit h1,#fundraise .header h1{font-size:2.75em}#fundraise .submit h3,#fundraise .header h3{font-size:1.75em;color:rgba(255,255,255,0.8);max-width:800px;font-weight:bold}#fundraise .submit label.error,#fundraise .header label.error{display:none !important}#fundraise .submit-company-form #company_funding_goal_amount,#fundraise .submit-company-form #company_name,#fundraise .submit-company-form #company_location{padding:13px;background:rgba(0,0,0,0.3) !important;color:#fff;padding-right:170px;line-height:33px;font-size:16px;width:200px}@media screen and (max-width: 500px){#fundraise .submit-company-form #company_funding_goal_amount,#fundraise .submit-company-form #company_name,#fundraise .submit-company-form #company_location{width:135px;padding-right:130px;line-height:27px}}#fundraise .submit-company-form #company_funding_goal_amount.error,#fundraise .submit-company-form #company_name.error,#fundraise .submit-company-form #company_location.error{border:none !important;border-bottom:1px solid #e91d51 !important}#fundraise .submit-company-form button{margin-top:10px;font-size:1em;position:absolute;top:0px;right:8px}@media screen and (max-width: 500px){#fundraise .submit-company-form button{font-size:.8em}}#fundraise .reading-list{background-color:#263f4e;color:white;padding:10px 0px}#fundraise .reading-list .wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;margin-left:auto;margin-right:auto}#fundraise .reading-list .wrap article{text-align:center;padding:20px 5%}#fundraise .reading-list .wrap article .title{font-weight:700}#fundraise .reading-list .wrap article .desc{color:rgba(255,255,255,0.75);font-size:.85em}#fundraise .reading-list .wrap .line{border-bottom:2px solid rgba(255,255,255,0.05);width:100%}@media screen and (min-width: 800px){#fundraise .reading-list .wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;max-width:1000px}#fundraise .reading-list .wrap article{padding:10px 2%}#fundraise .reading-list .wrap article .title{font-size:1.2em}#fundraise .reading-list .wrap .line{border-bottom:none;border-right:2px solid rgba(255,255,255,0.05);width:0px;height:140px}}.transparent-input{background:transparent !important;border:0px !important;border-bottom:1px solid #fff !important;color:white !important;border-radius:0px !important}.transparent-input:hover{background:transparent !important}
.fundraise_fees h1{font-weight:300}.fundraise_fees .stripe-button-el{height:auto}
.buy-gift-card-page input[type=text].input{background:transparent;border:none;border-bottom:4px solid white;color:white;padding:10px 0;width:100%}.buy-gift-card-page label .label{font-size:12px;font-weight:600;color:white;opacity:0.75}.buy-gift-card-page label .note{display:block;text-align:right}.buy-gift-card-page .input-wrap{width:100%}.buy-gift-card-page .twitter-typeahead{width:100%}.buy-gift-card-page .issue input.input{color:#FF5F88;border-bottom-color:#FFB0C4;font-weight:bold}.buy-gift-card-page .issue .label{color:#FF7A9C;font-weight:bold}.buy-gift-card-page .issue .note{color:#FF7A9C;font-weight:bold}.buy-gift-card-page .sections{color:white;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}.buy-gift-card-page header,.buy-gift-card-page section{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:40px 0}.buy-gift-card-page .hero{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center;color:black;#background-color:#ffffff;height:100vh;padding-top:0;margin-top:-58px}@media screen and (max-width: 500px){.buy-gift-card-page .hero{margin-top:0}}.buy-gift-card-page .hero .hero-wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:58px}@media screen and (max-width: 500px){.buy-gift-card-page .hero .hero-wrap{margin-top:0;margin-bottom:58px}}.buy-gift-card-page .hero .hero-wrap .hero-part{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center}.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-copy{-webkit-box-flex:30;-moz-box-flex:30;-webkit-flex:30;-ms-flex:30;flex:30;text-align:center;margin:20px;margin-top:58px;padding-top:10px}.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-copy h1{color:#4A4A4A;font-size:48px}@media screen and (max-width: 768px){.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-copy h1{font-size:36px}}@media screen and (max-width: 500px){.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-copy h1{font-size:24px}}@media screen and (max-width: 375px){.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-copy h1{font-size:23px}}.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-copy h2{color:#C6C6C6;font-size:12px;margin:0}.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-copy p{color:#787778;font-style:italic}.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-image{-webkit-box-flex:60;-moz-box-flex:60;-webkit-flex:60;-ms-flex:60;flex:60;margin:37px 0 23px}.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-image .gift-box{height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center;text-align:center}.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-image .gift-box img{position:relative;height:100%;left:8%}@media screen and (max-width: 500px){.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-image .gift-box img{height:180px}}.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-actions{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;font-size:24px;height:80px}@media screen and (max-width: 500px){.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-actions{height:120px;-webkit-flex-justify-content:center;justify-content:center}}.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-actions .redeem-wrap{text-align:center}.buy-gift-card-page .hero .hero-wrap .hero-part.hero-part-actions .redeem-wrap .redeem{font-size:14px}.buy-gift-card-page .recipient{background-color:#0277BD}.buy-gift-card-page .buyer{background-color:#00629B}.buy-gift-card-page .checkout{background-color:#004A75}.buy-gift-card-page .receipt{background-color:#003656}.buy-gift-card-page .content-skinny{width:288px;margin:auto}.buy-gift-card-page .toggle-card-type{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.buy-gift-card-page .toggle-card-type .separator{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;display:none;width:3px;height:143.5px;margin:0 20px;opacity:0.19;background-color:white}.buy-gift-card-page .toggle-card-type .card-type{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:115px;height:115px;opacity:0.19;border:3px solid white;cursor:pointer;background-color:rgba(0,0,0,0.5)}.buy-gift-card-page .toggle-card-type .card-type.card-type-email{-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.buy-gift-card-page .toggle-card-type .card-type.card-type-physical{-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-ms-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.buy-gift-card-page .toggle-card-type .card-type.selected{opacity:1;background-color:white;color:#0277BD}.buy-gift-card-page .toggle-card-type .card-type .name,.buy-gift-card-page .toggle-card-type .card-type .desc{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.buy-gift-card-page .toggle-card-type .card-type .name{font-size:12px;font-weight:bold}.buy-gift-card-page .toggle-card-type .card-type .desc{font-size:12px;font-style:italic}.buy-gift-card-page .shipping-wrap{margin-top:1.2em}.buy-gift-card-page .tt-suggestion{background-color:#00629B !important}.buy-gift-card-page .payment-method-selection{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.buy-gift-card-page .payment-method-selection .primary,.buy-gift-card-page .payment-method-selection .secondary{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;cursor:pointer;text-align:center}.buy-gift-card-page .payment-method-selection .other-options{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;opacity:0.28;text-align:center}.buy-gift-card-page .expiry-cvc{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.buy-gift-card-page .expiry-cvc .expiry,.buy-gift-card-page .expiry-cvc .empty,.buy-gift-card-page .expiry-cvc .cvc{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.buy-gift-card-page .itemized-receipt .left{display:inline-block;width:200px}.buy-gift-card-page .itemized-receipt .right{display:inline-block}.buy-gift-card-page .itemized-receipt .total{font-weight:bold}.buy-gift-card-page .buy-wrap{text-align:center}.buy-gift-card-page .legal{font-size:10px;opacity:0.75}
#help header{max-width:800px;margin-left:auto;margin-right:auto;text-align:center}#help header .greeting{font-family:"Archer SSm A","Archer SSm B",serif;font-size:1.2em;font-weight:700;font-style:italic;margin-top:25px}@media screen and (min-width: 365px){#help header .greeting{font-size:1.5em;margin-top:50px}}#help header .search .search-form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center;margin-left:auto;margin-right:auto;width:95%;position:relative;border:2px solid #e8ebed;border-radius:5px}#help header .search .search-form label{padding:9px 10px 8px 10px;color:rgba(74,74,74,0.35)}#help header .search .search-form .search-input{width:100%}#help header .search .search-form .input-text,#help header .search .search-form textarea{margin:0;font-size:12px;color:#576366;width:100%;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;padding:12px 10px;outline:0;-webkit-appearance:none;box-shadow:0;box-sizing:border-box;-webkit-transition:0.2s;transition:0.2s;border:none}@media screen and (min-width: 365px){#help header .search .search-form .input-text,#help header .search .search-form textarea{font-size:14px;padding:12px 15px}}#help header .search .search-form input::placeholder{color:rgba(74,74,74,0.2)}#help header .search .search-form input:placeholder-shown{color:#272727}#help header .filters{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:flex-start;justify-content:flex-start;font-size:.85em;margin-left:2%;margin-bottom:15px}#help header .filters .category-filter,#help header .filters .topic-filter{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center;padding:2px 0px;font-weight:700;color:rgba(74,74,74,0.75)}#help header .filters .category-filter label,#help header .filters .topic-filter label{padding:0 5px;color:#4a4a4a}#help header .filters .category-filter{width:120px;margin-right:5px}#help header .filters .topic-filter{width:180px}#help header .filters .selectize-input input{text-align:left}#help .no-filter{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center;width:100%;padding-top:15px}@media screen and (min-width: 600px){#help .no-filter{-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}}#help .no-filter .investors,#help .no-filter .founders{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center;width:100%;text-align:center;padding:100px 0px;height:50px}#help .no-filter .investors h3,#help .no-filter .founders h3{font-weight:700}@media screen and (min-width: 600px){#help .no-filter .investors h3,#help .no-filter .founders h3{font-size:1.2em;max-width:380px}}@media screen and (min-width: 800px){#help .no-filter .investors h3,#help .no-filter .founders h3{max-width:500px}}#help .no-filter .investors p,#help .no-filter .founders p{max-width:400px}@media screen and (min-width: 600px){#help .no-filter .investors p,#help .no-filter .founders p{max-width:325px}}@media screen and (min-width: 800px){#help .no-filter .investors p,#help .no-filter .founders p{max-width:400px}}@media screen and (min-width: 600px){#help .no-filter .investors,#help .no-filter .founders{width:50%;padding:100px 0px;height:100px}}#help .no-filter .investors{background-color:#0277bd;color:white}#help .no-filter .founders{background-color:#ffc800}#help .library{background-color:rgba(74,74,74,0.15);text-align:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:center;justify-content:center}#help .library .all-questions{text-align:left;width:95%;padding:15px 0px}@media screen and (min-width: 957px){#help .library .all-questions{max-width:800px;width:80%}}#help .library .all-questions .question{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;-webkit-flex-justify-content:center;justify-content:center;padding:10px 2%;margin:20px 0px;background-color:white;border-radius:3px}#help .library .all-questions .question header.title-wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-flex-justify-content:space-between;justify-content:space-between;width:100%;font-size:1em;font-weight:700;padding-top:10px;padding-bottom:5px;margin-bottom:15px;border-bottom:1px solid rgba(74,74,74,0.2)}@media screen and (min-width: 450px){#help .library .all-questions .question header.title-wrap{font-size:1.2em}}#help .library .all-questions .question header.title-wrap h4.title{font-size:1.2em;font-weight:700;text-align:left}#help .library .all-questions .question header.title-wrap .close{color:#4a4a4a}#help .library .all-questions .question .answer{font-size:1em;margin-top:0px}@media screen and (min-width: 450px){#help .library .all-questions .question .answer{font-size:1.1em}}#help .library .all-questions .question .tags{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:flex-start;align-items:flex-start;-webkit-flex-justify-content:flex-start;justify-content:flex-start;margin-top:10px;flex-wrap:wrap}#help .library .all-questions .question .tags .tag{border:none;margin-right:5px}
.crop-modal{width:800px}@media screen and (max-width: 768px){.crop-modal{width:100%}}
.design_v4 .invest_confirmation{padding-bottom:80px;background:rgba(74,74,74,0.01)}.design_v4 .invest_confirmation .extra-padding{padding-bottom:50px}.design_v4 .invest_confirmation .flexCenterContent{min-width:0px}.design_v4 .invest_confirmation .confirm-message{font-size:1.4em;font-weight:700;text-align:center;margin-top:50px}.design_v4 .invest_confirmation .check .label{width:125px !important}.design_v4 .invest_confirmation header{background:#0277bd;padding-top:30px;padding-bottom:600px;color:white}.design_v4 .invest_confirmation header h1{float:none;font-weight:700;margin-top:0px}.design_v4 .invest_confirmation header h4{font-weight:200;float:none;margin-top:10px;max-width:800px;margin-left:auto;margin-right:auto}@media screen and (max-width: 500px){.design_v4 .invest_confirmation header h4{font-size:15px}}.design_v4 .invest_confirmation .section-divider{background-color:#0277bd;width:80px;height:3px;margin-top:50px;margin-bottom:50px;margin-left:auto;margin-right:auto}.design_v4 .invest_confirmation .check-image{padding:5%;background-color:rgba(2,119,189,0.1);margin:10px;border:3px solid rgba(2,119,189,0.2);margin-top:50px;padding:4%}.design_v4 .invest_confirmation .check-image .small{text-align:center}.design_v4 .invest_confirmation .check-image .row.check{margin-bottom:15px}.design_v4 .invest_confirmation .check-image .col-1.check-label{text-transform:uppercase;font-size:.5em;text-align:right !important;max-width:60px;margin-right:5px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;align-items:flex-end;font-weight:400 !important}.design_v4 .invest_confirmation .check-image .col-2.check-content{border-bottom:1px solid rgba(74,74,74,0.5);text-align:left !important;font-size:.65em;font-weight:700}.design_v4 .invest_confirmation .check-image .col-3.signature{font-family:"Brush Script MT",cursive;margin-left:10px;font-size:.85em}@media screen and (max-width: 360px){.design_v4 .invest_confirmation .check-image .col-3.signature{font-size:.50em}}.design_v4 .invest_confirmation .check-image .amount-box{background-color:white;padding:5px;margin-left:10px;font-size:.75em;min-width:60px}.design_v4 .invest_confirmation .mail-info,.design_v4 .invest_confirmation .wire-info{margin-top:50px;margin-bottom:50px}.design_v4 .invest_confirmation .mail-info .address,.design_v4 .invest_confirmation .wire-info .address{text-align:left;font-size:.85em;min-width:200px}.design_v4 .invest_confirmation .mailed-check,.design_v4 .invest_confirmation .wired-money{margin-left:auto;margin-right:auto}.design_v4 .invest_confirmation .message-founder{display:none !important;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;margin-top:50px;width:300px;margin-left:auto;margin-right:auto}.design_v4 .invest_confirmation .message-founder .title-label{color:#4a4a4a;font-weight:700}.design_v4 .invest_confirmation .message-founder .message{border-bottom:1px solid rgba(74,74,74,0.1)}.design_v4 .invest_confirmation .message-founder .message input{outline:none;border:none}.design_v4 .invest_confirmation .message-founder .message textarea:focus,.design_v4 .invest_confirmation .message-founder .message input:focus{outline:none}.design_v4 .invest_confirmation .message-founder .message input:placeholder-shown{color:rgba(74,74,74,0.5);font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic;font-size:.75em}.design_v4 .invest_confirmation .payment-receipt,.design_v4 .invest_confirmation .check-image,.design_v4 .invest_confirmation .mail-info,.design_v4 .invest_confirmation .wire-info,.design_v4 .invest_confirmation .bitcoin-payment-wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;max-width:310px;margin-left:auto;margin-right:auto}.design_v4 .invest_confirmation .payment-receipt .row,.design_v4 .invest_confirmation .check-image .row,.design_v4 .invest_confirmation .mail-info .row,.design_v4 .invest_confirmation .wire-info .row,.design_v4 .invest_confirmation .bitcoin-payment-wrap .row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:space-around;align-items:space-around;margin:2% 0}.design_v4 .invest_confirmation .payment-receipt .row .col-1,.design_v4 .invest_confirmation .check-image .row .col-1,.design_v4 .invest_confirmation .mail-info .row .col-1,.design_v4 .invest_confirmation .wire-info .row .col-1,.design_v4 .invest_confirmation .bitcoin-payment-wrap .row .col-1{font-weight:700;width:50%;text-align:left}.design_v4 .invest_confirmation .payment-receipt .row .col-2,.design_v4 .invest_confirmation .check-image .row .col-2,.design_v4 .invest_confirmation .mail-info .row .col-2,.design_v4 .invest_confirmation .wire-info .row .col-2,.design_v4 .invest_confirmation .bitcoin-payment-wrap .row .col-2{width:50%;text-align:right;padding-right:5px}.design_v4 .invest_confirmation .payment-receipt .divider,.design_v4 .invest_confirmation .check-image .divider,.design_v4 .invest_confirmation .mail-info .divider,.design_v4 .invest_confirmation .wire-info .divider,.design_v4 .invest_confirmation .bitcoin-payment-wrap .divider{height:2px;margin-top:10px;margin-bottom:5px;background-color:rgba(74,74,74,0.05);width:100%}.design_v4 .invest_confirmation h2{margin-top:50px}.design_v4 .invest_confirmation .content-box{text-align:left !important;background:#fff;padding-top:20px;box-shadow:0 0 0 5px #fff;border-radius:3px;width:90%;max-width:800px;min-width:300px;margin-left:auto;margin-right:auto;margin-top:-550px;margin-bottom:40px}@media screen and (max-width: 360px){.design_v4 .invest_confirmation .content-box{margin-top:-628px}}.design_v4 .invest_confirmation .confirm-what-to-expect.wtf{margin-left:0%;margin-right:10%}@media screen and (max-width: 360px){.design_v4 .invest_confirmation .confirm-what-to-expect.wtf{margin-left:6%;margin-right:6%}}.design_v4 .invest_confirmation .confirm-what-to-expect{font-size:.85em;max-width:80%;margin-left:auto;margin-right:auto;text-align:left}@media screen and (max-width: 360px){.design_v4 .invest_confirmation .confirm-what-to-expect{max-width:100%}}.design_v4 .invest_confirmation .confirm-what-to-expect .message-label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700}.design_v4 .invest_confirmation .confirm-what-to-expect .button-wrapper{margin-top:30px;text-align:center}.design_v4 .invest_confirmation .button-wrapper{text-align:center}.design_v4 .invest_confirmation .content-wrapper{max-width:80%;margin-left:auto;margin-right:auto}@media screen and (max-width: 360px){.design_v4 .invest_confirmation .content-wrapper{max-width:90%}}.design_v4 .invest_confirmation .payment_needed{text-align:center}.design_v4 .invest_confirmation .payment_needed .title{text-align:center;font-weight:bold;color:#f7ad37;font-size:1.2em}.design_v4 .invest_confirmation .payment_needed small{text-align:center}.design_v4 .invest_confirmation .payment_needed .label{width:105px;float:left;font-weight:bold;margin-right:30px}.design_v4 .invest_confirmation .payment_needed .softOnGray{margin-top:10px;margin-left:auto;margin-right:auto}.design_v4 .invest_confirmation .new_profile{max-width:420px;width:100%;min-width:280px;margin-left:auto;margin-right:auto;margin-top:20px}.design_v4 .invest_confirmation .new_profile textarea{width:90%;height:50px}.design_v4 .invest_confirmation .new_profile .right{-webkit-box-flex:0 0 0 60px;-moz-box-flex:0 0 0 60px;-webkit-flex:0 0 0 60px;-ms-flex:0 0 0 60px;flex:0 0 0 60px}.design_v4 .invest_confirmation .new_profile .networks{margin-bottom:10px;margin-top:10px}.design_v4 .invest_confirmation .new_profile .upload-avatar{width:90px;height:90px;padding:10px;border-radius:60px;color:#ccc;background:#4a4a4a;margin-bottom:0px;margin-left:auto;margin-right:auto;cursor:pointer;font-size:14px}.design_v4 .invest_confirmation .new_profile .upload-avatar:hover{background:#1b2c37;color:#fff}.design_v4 .invest_confirmation .new_profile .upload-avatar .fa-plus-circle{font-size:30px;margin-top:25px}.design_v4 .invest_confirmation .new_profile .softOnGray{width:120px}.design_v4 .invest_confirmation .personal-message{text-align:center}.design_v4 .invest_confirmation .send_message{margin-top:20px}.design_v4 .invest_confirmation .send_message .avatar_with_name{display:inline-block;font-size:12px;margin-bottom:5px;text-align:center}.design_v4 .invest_confirmation .send_message .avatar_with_name a{color:#5c5c5c}.design_v4 .invest_confirmation .send_message .avatar_with_name a:hover{color:#0277bd}.design_v4 .invest_confirmation .send_message .avatar_with_name .round_avatar{margin-left:5px;margin-right:5px}@media screen and (max-width: 450px){.design_v4 .invest_confirmation .send_message .avatar_with_name .round_avatar{width:60px;height:60px}}.design_v4 .invest_confirmation .send_message .message{position:relative;max-width:400px;width:400px;min-width:280px;margin-left:auto;margin-right:auto}@media screen and (max-width: 450px){.design_v4 .invest_confirmation .send_message .message{width:285px}}.design_v4 .invest_confirmation .send_message textarea{margin-top:10px;height:42px;width:80%;min-width:200px;padding-right:80px}.design_v4 .invest_confirmation .send_message textarea[disabled]{background:#fafafa;opacity:0.7}@media screen and (max-width: 450px){.design_v4 .invest_confirmation .send_message textarea{width:201px;font-size:13px;height:58px}}.design_v4 .invest_confirmation .send_message .softOnGray{width:70px;margin-top:-58px;position:absolute;right:0px;display:block;height:40px}.design_v4 .invest_confirmation .send_message .softOnGray[disabled]{opacity:0.3}@media screen and (max-width: 450px){.design_v4 .invest_confirmation .send_message .softOnGray{width:60px;right:3px}}.design_v4 .invest_confirmation .send_message .displayed-message{width:70%;margin:0 auto 10px;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;text-align:start}.design_v4 .invest_confirmation .bitcoin-payment-wrap{text-align:left}.design_v4 .invest_confirmation .bitcoin-payment-wrap h3{margin:0;margin-top:40px;text-align:center}.design_v4 .invest_confirmation .bitcoin-payment-wrap .wf-bitcoin-payment{margin-top:0}.design_v4 .is_multiasset_fund .hide_on_multiasset_fund{display:none}.design_v4 .invest_flow{font-size:.8em;line-height:20px}.design_v4 .invest_flow .callout-light{padding:10px;position:relative}.design_v4 .invest_flow .blue-box{margin-top:20px;padding:20px;background:rgba(2,119,189,0.1);border-radius:3px;font-size:14px}.design_v4 .invest_flow .blue-box .company-message-header{margin-top:10px;font-size:18px}@media screen and (max-width: 400px){.design_v4 .invest_flow{font-size:13px}}@media screen and (max-width: 1000px){.design_v4 .invest_flow .top{text-align:center}}.design_v4 .invest_flow h1,.design_v4 .invest_flow h2{font-weight:400}.design_v4 .invest_flow h1{font-size:36px;line-height:44px;margin-top:18px;margin-bottom:18px;float:left}@media screen and (max-height: 768px){.design_v4 .invest_flow h1{font-size:28px;line-height:28px;margin-top:15px;margin-bottom:15px}}@media screen and (max-width: 1000px){.design_v4 .invest_flow h1{font-size:28px;line-height:28px;margin-top:15px;margin-bottom:15px;text-align:Center;float:none}}@media screen and (max-width: 399px){.design_v4 .invest_flow h1{text-align:center;font-size:20px}}.design_v4 .invest_flow h2{font-size:32px;margin-top:10px;margin-bottom:10px;line-height:1em}@media screen and (max-width: 1000px){.design_v4 .invest_flow h2{font-size:26px}}@media screen and (max-height: 768px){.design_v4 .invest_flow h2{font-size:23px}}@media screen and (max-width: 399px){.design_v4 .invest_flow h2{font-size:16px}}.design_v4 .invest_flow h2 .fa-question-circle{font-size:.5em;bottom:0.8em;margin-left:-5px;vertical-align:baseline !important}.design_v4 .invest_flow h3{font-size:24px;line-height:24px;margin-top:45px}@media screen and (max-width: 760px){.design_v4 .invest_flow .terms_trigger_on_mobile{font-weight:400}}.design_v4 .invest_flow .over-limit,.design_v4 .invest_flow .insufficient-quota{color:rgba(74,74,74,0.5);font-size:16px;font-weight:700;padding:50px 40px}.design_v4 .invest_flow .investment-limit .investment-limit-links{margin-top:15px;font-size:12px}.design_v4 .invest_flow .investment-limit .loading-available-quota{opacity:0.3}.design_v4 .invest_flow .milestone{line-height:18px;margin-left:25px;margin-top:-5px;margin-bottom:18px;font-size:13px}.design_v4 .invest_flow .milestone .fa-question-circle{font-size:13px !important;bottom:0.05em !important;opacity:.9;vertical-align:baseline !important}@media screen and (max-width: 1000px){.design_v4 .invest_flow .milestone{float:none;text-align:center;float:none;margin-bottom:20px;margin-left:0px;margin-top:10px}}@media screen and (max-height: 768px){.design_v4 .invest_flow .milestone{margin-top:13px}}.design_v4 .invest_flow hr{height:1px;border:0px;background:#ccc}.design_v4 .invest_flow .fa-question-circle{position:relative;font-size:.8em;cursor:pointer}.design_v4 .invest_flow .fa-question-circle:hover{color:#4A90E2}.design_v4 .invest_flow ul.li-space li{margin-bottom:10px;line-height:20px}.design_v4 .invest_flow ul.li-space li:last-child{margin-bottom:0px}.design_v4 .invest_flow .click_to_perk:hover .fa-circle-thin{color:#1ad1a3}.design_v4 .invest_flow .perks .fa-check-circle{color:#1ad1a3}.design_v4 .invest_flow .perk-agreement li{margin-bottom:1em}@media screen and (max-width: 1000px){.design_v4 .invest_flow .perk-agreement{margin-left:0px !important}.design_v4 .invest_flow .perk-agreement li{line-height:1.4em}}.design_v4 .invest_flow ul.float li{float:left;text-indent:15px !important}.design_v4 .invest_flow ul.float li:first-child{text-indent:0px !important}.design_v4 .invest_flow .terms_desc{margin-top:3px;margin-bottom:5px}.design_v4 .invest_flow .val-note{font-size:10px}.design_v4 .invest_flow .key-terms{margin-top:2px;margin-bottom:2px}.design_v4 .invest_flow .wf-inline-define-bold{color:#4a4a4a;font-size:1.2em}.design_v4 .invest_flow .funding_bar{background:#0277bd;width:100%;height:5px;color:#FFFFFF;line-height:32px}.design_v4 .invest_flow .funding_bar .fa-question-circle{font-size:13px !important;bottom:0.05em !important;opacity:.5;vertical-align:baseline !important}@media screen and (max-height: 768px){.design_v4 .invest_flow .funding_bar{font-size:14px}}@media screen and (max-width: 1040px){.design_v4 .invest_flow .funding_bar .flexCenterContent{width:100%;padding:0}}@media screen and (max-width: 1000px){.design_v4 .invest_flow .funding_bar{margin-bottom:25px;font-size:12px}.design_v4 .invest_flow .funding_bar .flexCenterContent{width:100%;padding:0}}.design_v4 .invest_flow .funding_bar .one{float:left;background:rgba(0,0,0,0.15);height:30px;text-align:center;width:33.3%}.design_v4 .invest_flow .funding_bar .two{background:rgba(0,0,0,0.05);float:left;height:30px;text-align:center;width:33.3%}.design_v4 .invest_flow .funding_bar .three{float:left;background:rgba(255,255,255,0.1);height:30px;text-align:center;width:33.3%}.design_v4 .invest_flow .leftCol{float:left;max-width:400px}@media screen and (max-height: 768px){.design_v4 .invest_flow .leftCol{margin-top:-10px}}@media screen and (max-width: 1000px){.design_v4 .invest_flow .leftCol{float:none;width:480px;max-width:100%;margin-left:auto;margin-right:auto}}.design_v4 .invest_flow .rightCol{float:right;width:480px;margin-top:40px;font-size:12px;line-height:16px}@media screen and (max-width: 1000px){.design_v4 .invest_flow .rightCol{float:none;max-width:100%;margin-left:auto;margin-right:auto;line-height:20px}}.design_v4 .invest_flow .rightCol .section_label{font-size:1.2em;font-weight:bold;margin-bottom:5px}.design_v4 .invest_flow .rightCol hr{background:rgba(74,74,74,0.1);margin-top:30px;margin-bottom:30px}.design_v4 .invest_flow .rightCol .show-ipad .light{font-weight:400}.design_v4 .invest_flow .rightCol .show-ipad .normal{font-weight:600}.design_v4 .invest_flow .invest-amount-errors{margin-bottom:10px;text-align:right;margin-top:-10px}.design_v4 .invest_flow .invest-amount-errors .invest-amount-error{margin-top:5px;font-size:12px;font-weight:700;color:#e91d51}.design_v4 .invest_flow .invest-amount-errors .maybe-exceeded-limit{font-size:12px}.design_v4 .invest_flow .callout-error,.design_v4 .invest_flow .callout-alert{padding:15px;margin-bottom:10px;color:#fff;padding-bottom:13px;font-size:14px;text-align:center;position:relative;margin-top:-22px;line-height:1.5em}.design_v4 .invest_flow .callout-error a,.design_v4 .invest_flow .callout-alert a{color:#fff;font-weight:bold}.design_v4 .invest_flow .callout-error a:hover,.design_v4 .invest_flow .callout-alert a:hover{opacity:.8}.design_v4 .invest_flow .callout-error .fa-caret-down,.design_v4 .invest_flow .callout-alert .fa-caret-down{position:absolute;right:12px;bottom:-12px;font-size:18px;color:rgba(233,29,81,0.75)}.design_v4 .invest_flow .amount{float:right;background:#FFFFFF;border:2px dashed #4CAF81;width:140px;font-size:32px;color:#4a4a4a;font-weight:bold;text-align:right;padding:5px;height:32px;padding-left:15px;padding-top:7px}.design_v4 .invest_flow .amount.ng-invalid,.design_v4 .invest_flow .amount.ng-invalid:focus{background-color:rgba(233,29,81,0.25) !important;border-color:transparent !important}@media screen and (max-width: 870px){.design_v4 .invest_flow .amount{font-size:26px}}@media screen and (max-height: 768px){.design_v4 .invest_flow .amount{font-size:26px;height:26px;padding-bottom:3px}}@media screen and (max-width: 399px){.design_v4 .invest_flow .amount{font-size:18px;width:110px;height:18px}}.design_v4 .invest_flow .dollar{position:absolute;right:138px;margin-top:-2px}@media screen and (max-height: 768px){.design_v4 .invest_flow .dollar{margin-top:-3px}}@media screen and (max-width: 399px){.design_v4 .invest_flow .dollar{right:113px}}.design_v4 .invest_flow .add{position:absolute;right:137px;margin-top:-4px}@media screen and (max-width: 399px){.design_v4 .invest_flow .add{right:113px}}.design_v4 .invest_flow .sum-line{position:absolute;height:2px;background:#4a4a4a;width:165px;right:0px;margin-top:-2px}@media screen and (max-width: 399px){.design_v4 .invest_flow .sum-line{width:135px}}.design_v4 .invest_flow .label{font-weight:bold;margin-bottom:5px}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .label{display:none}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-field{height:10px}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .field .input input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .field .input .selectize-input{box-sizing:border-box}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .field .input .selectize-input{height:45px}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .field.field-error input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .field.field-error .selectize-input{border-color:rgba(233,29,81,0.75)}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input .selectize-input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input .selectize-input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input .selectize-input{width:200px}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input input{width:400px}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .city-field,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .postal-code-field{float:left;margin-left:10px}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-city-field{display:none}@media screen and (min-width: 421px){.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-state-field,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-region-field{display:none}}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-postal-code-field{float:none;clear:both}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .city-field,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .city-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .city-field .input input{width:190px;margin-left:0}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field .input .selectize-input{width:90px}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field input{width:90px}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .postal-code-field,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .postal-code-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .postal-code-field .input input{width:100px}@media screen and (max-width: 420px){.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input .selectize-input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input .selectize-input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input .selectize-input{width:100%;max-width:320px}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field .input .selectize-input{width:120px}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field .input,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field input{width:120px}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-state-field,.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-region-field{float:none;clear:both}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .postal-code-field{margin-left:0;float:none}}.design_v4 .invest_flow .personal_address .inline-personal-info-form .wf-personal-info-form-fields .errors{color:rgba(233,29,81,0.75);font-size:12px}.design_v4 .invest_flow .entity{margin-top:20px}.design_v4 .invest_flow .change_payment{margin-top:3px}@media screen and (max-height: 768px){.design_v4 .invest_flow .change_payment{margin-top:0px;display:inline-block}}@media screen and (max-width: 399px){.design_v4 .invest_flow .signupOrLoginBox{margin-left:-20px !important;margin-right:-20px !important;padding-top:25px !important;padding-bottom:25px !important}}.design_v4 .invest_flow .signupOrLoginBox .facebook-login{width:190px !important;padding-left:80px !important}.design_v4 .invest_flow .callout{width:auto !important;margin-top:23px;text-align:center;text-align:left;padding:20px;font-size:16px;line-height:1.5em}.design_v4 .invest_flow .callout .login_header{line-height:32px}.design_v4 .invest_flow .callout h2{font-size:24px;line-height:28px;margin-bottom:20px}.design_v4 .invest_flow .callout .round_avatar{margin-left:auto;margin-right:auto}.design_v4 .invest_flow .callout input[type="text"]{background:#FFFFFF;border:1px solid #979797;border-radius:3px;padding:15px;margin-top:10px;width:230px;text-align:center;font-size:16px;margin-bottom:0px !important}@media screen and (max-width: 399px){.design_v4 .invest_flow .callout input[type="text"]{width:210px}}@media screen and (max-width: 399px){.design_v4 .invest_flow .callout .facebook-login{width:175px;padding-left:65px}}.design_v4 .invest_flow .callout .wf-primary{float:none;width:260px;margin-bottom:7px;margin-top:20px}@media screen and (max-width: 399px){.design_v4 .invest_flow .callout .wf-primary{width:240px}}.design_v4 .invest_flow .callout .verify{margin-top:6px !important}.design_v4 .invest_flow .callout h3{font-size:18px;margin-top:5px;margin-bottom:5px}.design_v4 .invest_flow .callout .company_logo_card{padding:10px;max-width:120px;display:inline-block}.design_v4 .invest_flow .callout .company_logo_card .slogan{font-size:11px;line-height:1.5em}.design_v4 .invest_flow .callout .company_logo_card .c_logo{width:120px;height:120px;border-radius:3px}.design_v4 .invest_flow .date{display:inline-block;cursor:pointer;color:#4a90e2;background-position:bottom;background-size:5px 1px;background-repeat:repeat-x}.design_v4 .invest_flow .date:hover{color:#1b2c37}.design_v4 .invest_flow .address{cursor:pointer}.design_v4 .invest_flow .address .fa-pencil{float:left;margin-top:-2px;margin-left:4px}.design_v4 .invest_flow .address:hover{background:#FFFBC3;color:#000;padding:4px;margin-left:-4px;margin-top:-4px;margin-bottom:-4px;margin-right:-4px}.design_v4 .invest_flow .warning{text-align:left;padding:7px;margin-top:10px;margin-bottom:10px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.design_v4 .invest_flow .warning .check{-webkit-box-flex:0 0 18px;-moz-box-flex:0 0 18px;-webkit-flex:0 0 18px;-ms-flex:0 0 18px;flex:0 0 18px}.design_v4 .invest_flow .warning .text{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.design_v4 .invest_flow .signature{font-family:"Brush Script MT",cursive;font-size:30px;margin-top:26px;border-bottom:2px solid #ccc;margin-bottom:20px;width:265px;padding-bottom:4px;float:left}@media screen and (max-width: 870px){.design_v4 .invest_flow .signature{width:370px;float:none}}@media screen and (max-width: 399px){.design_v4 .invest_flow .signature{width:100%}}.design_v4 .invest_flow .signature .cursive{float:left;margin-left:2px;line-height:25px;max-width:235px;margin-left:3px;margin-bottom:5px;font-size:33px;color:#000;color:#444}.design_v4 .invest_flow .signature .title{position:absolute;font-size:12px;margin-top:8px;color:#aaa;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.design_v4 .invest_flow .legalese{margin-top:25px;margin-bottom:20px;color:rgba(74,74,74,0.75)}.design_v4 .invest_flow .legalese .wf-standalone{color:rgba(74,74,74,0.75)}.design_v4 .invest_flow .legalese .wf-standalone:hover{color:#0277bd}.design_v4 .invest_flow .legalese label{font-size:12px;font-weight:400;display:inline-block}@media screen and (max-width: 1000px){.design_v4 .invest_flow .legalese label{margin-left:10px;max-width:400px}}.design_v4 .invest_flow .legalese .check-term{margin-top:15px}.design_v4 .invest_flow .legalese .check-term .ui-flipswitch{font-size:10px;vertical-align:top;margin-top:0}.design_v4 .invest_flow .legalese .check-term .hide-flipswitch{display:none}@media screen and (min-width: 1000px){.design_v4 .invest_flow .legalese.check-needed label{margin-left:10px;max-width:400px}}@media screen and (min-width: 375px) and (max-width: 767px){.design_v4 .invest_flow .legalese.check-needed label{margin-left:10px;max-width:275px}}@media screen and (max-width: 374px){.design_v4 .invest_flow .legalese.check-needed label{margin-left:10px;max-width:220px}}.design_v4 .invest_flow .wf-primary{width:210px;height:50px;margin-top:8px;float:right;font-weight:bold}@media screen and (max-width: 870px){.design_v4 .invest_flow .wf-primary{float:none;width:370px;margin-top:20px}}@media screen and (max-width: 399px){.design_v4 .invest_flow .wf-primary{width:100%}}.design_v4 .invest_flow .wf-primary:disabled{opacity:0.3}.design_v4 .invest_flow .cancel{right:0px;position:absolute;font-size:16px;line-height:16px;margin-top:15px;margin-right:11px}@media screen and (max-width: 870px){.design_v4 .invest_flow .cancel{float:none;width:370px;text-align:center;margin-right:0px}}@media screen and (max-width: 1000px){.design_v4 .invest_flow .cancel{left:0px}}@media screen and (max-width: 399px){.design_v4 .invest_flow .cancel{width:100%}}.design_v4 .invest_flow .payment{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;float:left}.design_v4 .invest_flow .payment .bank_type{float:left;display:inline-block}.design_v4 .invest_flow .payment .pay_date{float:right;margin-right:8px}.design_v4 .invest_flow .payment input[type=text]{margin-bottom:8px;margin-right:8px;width:180px;float:left}@media screen and (max-width: 870px){.design_v4 .invest_flow .payment input[type=text]{width:147px}}@media screen and (max-width: 399px){.design_v4 .invest_flow .payment input[type=text]{width:258px;float:none}}@media screen and (max-width: 870px){.design_v4 .invest_flow .payment{width:378px}}@media screen and (max-width: 399px){.design_v4 .invest_flow .payment{width:280px}}.design_v4 .invest_flow .payment .error-box label{color:#D74B4C}.design_v4 .invest_flow .new-payment-method .tab:hover+.payment-name{color:#0277bd}.design_v4 .invest_flow .new-payment-method .active .payment-name{font-weight:bold;z-index:6;border-bottom:3px solid #1ad1a3}.design_v4 .invest_flow .new-payment-method .bitcoin .wf-bitcoin-apply-form{margin-top:10px}.design_v4 .invest_flow .payment-method .bitcoin .wf-bitcoin-apply-form{margin-top:10px}.design_v4 .invest_flow .payment-method-discount{margin-top:10px}.design_v4 .invest_flow .contain_icon{-webkit-box-flex:0 0 45px;-moz-box-flex:0 0 45px;-webkit-flex:0 0 45px;-ms-flex:0 0 45px;flex:0 0 45px}@media screen and (max-width: 870px){.design_v4 .invest_flow .contain_icon{display:none}}.design_v4 .invest_flow .bank-circle{float:left;border:1px solid #aaa;border-radius:40px;padding:7px;margin-right:7px}.design_v4 .invest_flow .bank-circle .fa-bank{font-size:20px}.design_v4 .invest_flow #hiddenLogin.wf-inline-invest-signup{background:#f6f6f6;width:400px}.design_v4 .invest_flow #hiddenLogin.wf-inline-invest-signup .fb_col{width:400px}.design_v4 .invest_flow #hiddenLogin.wf-inline-invest-signup .facebook-login{width:287px;padding-left:106px}.design_v4 .invest_flow #hiddenLogin.wf-inline-invest-signup .shortSignUp{width:400px}.design_v4 .invest_flow #hiddenLogin.wf-inline-invest-signup .shortSignUp input{width:365px}.design_v4 .invest_flow #hiddenLogin.wf-inline-invest-signup .shortSignUp .medium{width:395px}.cost-breakdown-details .line-item{margin-top:10px}.cost-breakdown-details .line-item:first-child{margin-top:0}#pdf_pop{max-width:980px;width:980px !important}#pdf_pop h2{margin-top:-13px}#pdf_pop .padding .fa-cog{position:absolute;font-size:60px;left:315px;top:400px}#pdf_pop .padding .contract{background:#f6f6f6;width:600px;height:780px;float:left}#pdf_pop .padding .text{float:right;width:260px}#date_pop{max-width:480px}#date_pop center{margin-top:10px;margin-bottom:15px;font-size:12px}#date_pop .padding{height:477px}#personal_info_pop{max-width:480px}@media screen and (max-width: 610px){#personal_info_pop label{display:none}}#personal_info_pop .wf-personal-info-form-fields .field{margin-top:5px}#personal_info_pop .wf-personal-info-form-fields .field .label{float:left;width:120px;margin-top:7px;margin-bottom:20px;line-height:25px;font-size:12px}#personal_info_pop .wf-personal-info-form-fields .field .input{float:left}#personal_info_pop .wf-personal-info-form-fields .field .input input,#personal_info_pop .wf-personal-info-form-fields .field .input .selectize-input{border:2px solid rgba(2,119,189,0.1);border-radius:3px;margin-bottom:0}#personal_info_pop .wf-personal-info-form-fields .field.field-error input,#personal_info_pop .wf-personal-info-form-fields .field.field-error .selectize-input{border-color:rgba(233,29,81,0.75);border-style:dashed}#personal_info_pop .wf-personal-info-form-fields .field .country-code-selectize{display:inline-block;width:273px}#personal_info_pop .wf-personal-info-form-fields .field .us-state-selectize{display:inline-block;width:100px}#personal_info_pop .wf-personal-info-form-fields .field.postal-code-field input{width:100px;box-sizing:border-box}#personal_info_pop .wf-personal-info-form-fields .after-field{float:none;clear:both}#personal_info_pop .actions{margin-top:10px;text-align:center}#personal_info_pop .errors{font-size:12px;color:rgba(233,29,81,0.75)}#entity_pop,.entity-modal{max-width:480px}@media screen and (max-width: 610px){#entity_pop label,.entity-modal label{display:none}}#entity_pop .errors,.entity-modal .errors{color:rgba(233,29,81,0.75);margin-top:20px;margin-bottom:20px}#entity_pop .errors ul li,.entity-modal .errors ul li{margin-bottom:0}#entity_pop label.error,.entity-modal label.error{color:rgba(233,29,81,0.75)}#entity_pop .padding .country,#entity_pop .padding .company_type_select,.entity-modal .padding .country,.entity-modal .padding .company_type_select{width:273px;float:left;margin-bottom:7px}#entity_pop .padding .state,.entity-modal .padding .state{width:85px;float:left;margin-bottom:7px}@media screen and (max-width: 610px){#entity_pop .padding .wf-primary,.entity-modal .padding .wf-primary{margin-left:0px !important}}#entity_pop .padding .wf-primary:disabled,.entity-modal .padding .wf-primary:disabled{opacity:0.3}#entity_pop .padding .accredited_questions,.entity-modal .padding .accredited_questions{float:left;width:270px;margin-top:7px;margin-bottom:20px;line-height:25px;font-size:12px}#entity_pop .padding .accredited_questions label,.entity-modal .padding .accredited_questions label{float:none;font-size:12px;width:270px;display:block;margin-top:5px}#payment_pop{max-width:770px;width:95%}#payment_pop .payment{width:100% !important;margin-right:-35px}#payment_pop .payment input[type="text"]{width:250px;margin-right:35px}@media screen and (max-width: 800px){#payment_pop .payment input[type="text"]{width:200px;margin-right:15px}}@media screen and (max-width: 800px){#payment_pop .payment{width:320px}}#payment_pop .title a{color:#5C5C5C}#payment_pop .title a:hover{color:#0277BD}#payment_pop .payment_options{margin-left:-10px;text-align:center}@media screen and (max-width: 600px){#payment_pop .payment_options{margin-left:-5px;margin-right:-5px}}#payment_pop .payment_options .payment_method2{display:inline-block;width:190px;height:80px;margin:9px;cursor:pointer;border:1px solid #ddd;border-radius:3px;padding:10px;text-align:left;overflow:hidden}#payment_pop .payment_options .payment_method2 .icon{width:65px;height:35px;background:#ddd;border:0px}@media screen and (max-width: 800px){#payment_pop .payment_options .payment_method2 .icon{width:44px;height:22px}}#payment_pop .payment_options .payment_method2 .big_icon{width:100px;height:50px;background:#ddd;margin-left:auto;margin-right:auto;border:0px;text-align:center}@media screen and (max-width: 800px){#payment_pop .payment_options .payment_method2 .big_icon{width:86px;height:43px}}#payment_pop .payment_options .payment_method2 .label{float:right;line-height:36px;font-size:20px}@media screen and (max-width: 800px){#payment_pop .payment_options .payment_method2 .label{font-size:15px;line-height:22px}}#payment_pop .payment_options .payment_method2 .big_label{text-align:center;font-size:20px;line-height:32px}@media screen and (max-width: 800px){#payment_pop .payment_options .payment_method2 .big_label{font-size:15px;line-height:19px}}#payment_pop .payment_options .payment_method2 .sublabel{margin-top:14px}#payment_pop .payment_options .payment_method2:hover{background:#eee;border:1px solid #ccc}#payment_pop .payment_options .payment_method2:active,#payment_pop .payment_options .payment_method2.active{background:rgba(71,160,117,0.25);border:1px solid #1ad1a3}@media screen and (max-width: 800px){#payment_pop .payment_options .payment_method2{width:130px;height:67px;margin:5px;padding:5px}}@media screen and (max-width: 350px){#payment_pop .payment_options .payment_method2{margin:0px}}#payment_pop .wf-primary{margin-top:30px}#change_entity_pop,.manage_entity .select_entity{max-width:580px}#change_entity_pop .new,.manage_entity .select_entity .new{float:left;font-weight:bold;margin-top:20px;margin-top:9px;cursor:pointer}#change_entity_pop .new:hover,.manage_entity .select_entity .new:hover{color:#0277bd}#change_entity_pop .new .fa-plus-circle,.manage_entity .select_entity .new .fa-plus-circle{font-size:22px;float:left;margin-right:5px}#change_entity_pop .row,.manage_entity .select_entity .row{color:#5C5C5C;line-height:22px}#change_entity_pop .row .entity,.manage_entity .select_entity .row .entity{float:left;margin-right:50px;margin-bottom:20px}#change_entity_pop .row .entity:last-child,.manage_entity .select_entity .row .entity:last-child{margin-right:0px}#change_entity_pop .row .text,.manage_entity .select_entity .row .text{float:left;width:200px}#change_entity_pop .row input,.manage_entity .select_entity .row input{margin-top:5px;margin-right:10px}#change_entity_pop .wf-primary,.manage_entity .select_entity .wf-primary{float:right;margin-left:0px}.manage_entity .company_type_select,.manage_entity .entity_country_select{display:inline-block;width:273px}.financial_info{max-width:500px}.financial_info h3{font-size:22px;color:#4a4a4a !important}.financial_info #worth{background:#853DC3;margin-top:30px;margin-bottom:70px}.financial_info #salary{margin-top:30px;margin-bottom:70px}.financial_info .value-label{position:absolute;background:#4a4a4a;border-radius:10px;color:#fff;margin-top:49px;padding:6px;padding-top:11px;padding-bottom:12px;line-height:1em;width:56px;margin-left:-12px;text-align:center}.financial_info .fa-caret-up{color:#4a4a4a;font-size:30px;margin-top:30px;margin-left:12px;position:absolute}.financial_info .accredited_questions{margin-top:20px;margin-bottom:20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;line-height:1.4em}.financial_info .accredited_questions input{-webkit-box-flex:0 0 25px;-moz-box-flex:0 0 25px;-webkit-flex:0 0 25px;-ms-flex:0 0 25px;flex:0 0 25px;margin-top:3px}.financial_info .accredited_questions .definition{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.row{width:100%;margin:auto}.row .two-col .col1{width:49%;float:left}.row .two-col .col2{width:49%;float:right}.row .three-col{width:100%;margin:auto}.row .three-col .col1,.row .three-col .col2,.row .three-col .col3{width:33%;float:left;text-align:center;padding-bottom:2%}.row .three-col .col1 object,.row .three-col .col2 object,.row .three-col .col3 object{width:90%;height:90%}.hori-toggle{width:45%;float:left;margin-top:-0.25px}
.design_v4 .is_multiasset_fund .hide_on_multiasset_fund{display:none}.design_v4 .invest_flow_v5{font-size:12px;line-height:20px;margin-bottom:50px}.design_v4 .invest_flow_v5 .flexCenterContent{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-flow:row wrap}.design_v4 .invest_flow_v5 .title{max-width:500px;margin-top:30px;font-weight:500;line-height:1.3em;font-family:"Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif}@media all and (min-width: 940px){.design_v4 .invest_flow_v5 .title{font-size:34px}}@media all and (max-width: 940px){.design_v4 .invest_flow_v5 .title{font-size:26px}}.design_v4 .invest_flow_v5 .title a{color:#444}.design_v4 .invest_flow_v5 .fundraise-tags{-webkit-box-flex:1 100%;-moz-box-flex:1 100%;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%;margin-top:10px}.design_v4 .invest_flow_v5 h1,.design_v4 .invest_flow_v5 h2{font-weight:400}.design_v4 .invest_flow_v5 h1{font-size:34px;line-height:44px;margin-top:18px;margin-bottom:18px}@media screen and (max-width: 399px){.design_v4 .invest_flow_v5 h1{font-size:20px}}@media screen and (max-height: 768px){.design_v4 .invest_flow_v5 h1{font-size:28px;line-height:28px;margin-top:15px;margin-bottom:15px}}@media screen and (max-width: 1000px){.design_v4 .invest_flow_v5 h1{font-size:28px;line-height:28px;margin-top:15px;margin-bottom:15px}}.design_v4 .invest_flow_v5 h2{font-size:32px;margin-top:10px;margin-bottom:10px}@media screen and (max-width: 399px){.design_v4 .invest_flow_v5 h2{font-size:16px}}@media screen and (max-height: 768px){.design_v4 .invest_flow_v5 h2{font-size:23px}}@media screen and (max-width: 1000px){.design_v4 .invest_flow_v5 h2{font-size:26px}}.design_v4 .invest_flow_v5 h2 .fa-question-circle{font-size:.5em;bottom:0.8em;margin-left:-5px;vertical-align:baseline !important}.design_v4 .invest_flow_v5 h3{font-size:24px;line-height:24px;margin-top:45px}@media screen and (max-width: 760px){.design_v4 .invest_flow_v5 .terms_trigger_on_mobile{font-weight:400}}.design_v4 .invest_flow_v5 .main-content{-webkit-box-flex:1 100%;-moz-box-flex:1 100%;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%;-webkit-order:1;order:1;max-width:525px;margin-top:40px;font-size:12px;line-height:16px}@media all and (max-width: 940px){.design_v4 .invest_flow_v5 .main-content{float:none;max-width:100%;margin-left:auto;margin-right:auto;line-height:20px}}.design_v4 .invest_flow_v5 .main-content .section-divider{height:2px;background:rgba(74,74,74,0.05);width:100%;margin:30px 0px}.design_v4 .invest_flow_v5 .main-content .section{position:relative}.design_v4 .invest_flow_v5 .main-content .section table tr td .section-label{font-size:1.2em;margin-bottom:20px}.design_v4 .invest_flow_v5 .main-content .section table tr td.number{font-size:18px;color:#CECECE;vertical-align:top}@media all and (min-width: 1000px){.design_v4 .invest_flow_v5 .main-content .section table tr td.number{width:50px}}@media all and (max-width: 1000px){.design_v4 .invest_flow_v5 .main-content .section table tr td.number{width:30px}}.design_v4 .invest_flow_v5 .main-content .section .change-button{text-transform:uppercase;text-decoration:none;color:#a5a5a5;position:absolute;right:0px;top:30px}.design_v4 .invest_flow_v5 .main-content hr{background:rgba(74,74,74,0.1);margin-top:30px;margin-bottom:30px}.design_v4 .invest_flow_v5 .main-content .show-ipad .light{font-weight:400}.design_v4 .invest_flow_v5 .main-content .show-ipad .normal{font-weight:600}.design_v4 .invest_flow_v5 .fundraise-warning{font-size:10px;background:#ffc800;padding:10px 30px;color:#4a4a4a;text-align:left}.design_v4 .invest_flow_v5 .sidebar-content-container{-webkit-order:2;order:2;border-radius:3px;overflow:hidden}@media all and (min-width: 800px){.design_v4 .invest_flow_v5 .sidebar-content-container{-webkit-box-flex:1 0px;-moz-box-flex:1 0px;-webkit-flex:1 0px;-ms-flex:1 0px;flex:1 0px;margin-left:90px}}@media all and (max-width: 800px){.design_v4 .invest_flow_v5 .sidebar-content-container{-webkit-box-flex:1 100%;-moz-box-flex:1 100%;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content{background:rgba(74,74,74,0.05)}@media all and (min-width: 1000px){.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content{padding:20px 40px 40px 40px}}@media all and (max-width: 940px){.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content{padding:20px 40px 40px 40px}}@media all and (max-width: 1000px){.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content{padding:20px 20px 20px 20px}}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content .divide{background:#F9F9F9;height:3px;width:100%;margin:25px 0px}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content .section .section-label{text-align:center;text-transform:uppercase;color:#a5a5a5;margin:8px 0px}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content .perks-list{font-size:12px;color:#4a4a4a}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content .perks-list .view-perks{text-transform:uppercase;text-decoration:none;color:#a5a5a5;font-size:10px}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content .key-terms{margin-top:2px;margin-bottom:2px;color:#4a4a4a;font-weight:normal}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content .key-terms b{font-weight:normal}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content .terms_desc{margin-top:3px;margin-bottom:5px;color:#a5a5a5;font-size:10px}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content .wf-inline-define-bold{font-weight:normal;color:#4a4a4a;border-bottom:1px solid rgba(2,119,189,0.75)}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content table{width:100%}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content table tr.total{font-size:1.25em}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content table tr.total .green-color{color:#1DE9B6}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content table tr td{padding:5px 0px}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content table tr td.item{color:#787878}.design_v4 .invest_flow_v5 .sidebar-content-container .sidebar-content table tr td.cost{text-align:right}.design_v4 .invest_flow_v5 .over-limit,.design_v4 .invest_flow_v5 .insufficient-quota{color:rgba(74,74,74,0.5);font-size:16px;font-weight:700;padding:50px 40px}.design_v4 .invest_flow_v5 .investment-limit .investment-limit-links{margin-top:15px;font-size:12px}.design_v4 .invest_flow_v5 .investment-limit .loading-available-quota{opacity:0.3}.design_v4 .invest_flow_v5 .fa-question-circle{position:relative;font-size:.8em;cursor:pointer}.design_v4 .invest_flow_v5 .fa-question-circle:hover{color:#4A90E2}.design_v4 .invest_flow_v5 .val-note{font-size:10px}.design_v4 .invest_flow_v5 .invest-amount-errors{margin-top:10px;width:320px}.design_v4 .invest_flow_v5 .invest-amount-errors .invest-amount-error{margin-top:5px;font-size:10px;color:#e91d51}.design_v4 .invest_flow_v5 .invest-amount-errors .change-info{margin-top:10px}.design_v4 .invest_flow_v5 .callout-error,.design_v4 .invest_flow_v5 .callout-alert{padding:15px;margin-bottom:10px;color:#fff;padding-bottom:13px;font-size:14px;text-align:center;position:relative;margin-top:-22px;line-height:1.5em}.design_v4 .invest_flow_v5 .callout-error a,.design_v4 .invest_flow_v5 .callout-alert a{color:#fff;font-weight:bold}.design_v4 .invest_flow_v5 .callout-error a:hover,.design_v4 .invest_flow_v5 .callout-alert a:hover{opacity:.8}.design_v4 .invest_flow_v5 .callout-error .fa-caret-down,.design_v4 .invest_flow_v5 .callout-alert .fa-caret-down{position:absolute;right:12px;bottom:-12px;font-size:18px;color:rgba(233,29,81,0.75)}.design_v4 .invest_flow_v5 .share-count{font-size:10px;color:#a4a4a4;padding:5px 5px 0px 0px}.design_v4 .invest_flow_v5 .amount{width:140px;font-size:18px;color:#4a4a4a;padding:5px;padding-left:15px;padding-top:7px;border:none !important;border-bottom:2px solid rgba(2,119,189,0.15) !important}.design_v4 .invest_flow_v5 .amount:focus{border:none;border-bottom:2px solid rgba(2,119,189,0.15) !important;background:none !important}.design_v4 .invest_flow_v5 .amount.ng-invalid,.design_v4 .invest_flow_v5 .amount.ng-invalid:focus{background-color:#fcf1f4 !important;border:none !important;border-bottom:2px solid #dc99ab !important}.design_v4 .invest_flow_v5 .dollar{position:absolute;left:0px;top:9.5px;font-size:18px}.design_v4 .invest_flow_v5 .label{font-weight:bold;margin-bottom:5px}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .label{display:none}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-field{height:10px}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .field .input input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .field .input .selectize-input{box-sizing:border-box}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .field .input .selectize-input{height:45px}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .field.field-error input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .field.field-error .selectize-input{border-color:rgba(233,29,81,0.75)}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input .selectize-input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input .selectize-input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input .selectize-input{width:200px}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input input{width:400px}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .city-field,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .postal-code-field{float:left;margin-left:10px}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-city-field{display:none}@media screen and (min-width: 421px){.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-state-field,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-region-field{display:none}}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-postal-code-field{float:none;clear:both}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .city-field,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .city-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .city-field .input input{width:190px;margin-left:0}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field .input .selectize-input{width:90px}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field input{width:90px}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .postal-code-field,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .postal-code-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .postal-code-field .input input{width:100px}@media screen and (max-width: 420px){.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .full-legal-name-field .input .selectize-input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .country-code-field .input .selectize-input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .address-field .input .selectize-input{width:100%;max-width:320px}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .state-field .input .selectize-input{width:120px}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field .input,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .region-field input{width:120px}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-state-field,.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .after-region-field{float:none;clear:both}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .postal-code-field{margin-left:0;float:none}}.design_v4 .invest_flow_v5 .personal_address .inline-personal-info-form .wf-personal-info-form-fields .errors{color:rgba(233,29,81,0.75);font-size:12px}.design_v4 .invest_flow_v5 .entity{margin-top:20px}.design_v4 .invest_flow_v5 .change_payment{margin-top:3px}@media screen and (max-height: 768px){.design_v4 .invest_flow_v5 .change_payment{margin-top:0px;display:inline-block}}@media screen and (max-width: 399px){.design_v4 .invest_flow_v5 .signupOrLoginBox{margin-left:-20px !important;margin-right:-20px !important;padding-top:25px !important;padding-bottom:25px !important}}.design_v4 .invest_flow_v5 .signupOrLoginBox .facebook-login{width:190px !important;padding-left:80px !important}.design_v4 .invest_flow_v5 .callout{width:auto !important;margin:20px 0px;padding:20px}.design_v4 .invest_flow_v5 .callout .login_header{line-height:32px}.design_v4 .invest_flow_v5 .callout h2{font-size:20px;margin-bottom:20px}.design_v4 .invest_flow_v5 .callout .round_avatar{margin-left:auto;margin-right:auto}.design_v4 .invest_flow_v5 .callout input[type="text"]{background:#FFFFFF;border:1px solid #979797;border-radius:3px;padding:15px;margin-top:10px;width:230px;text-align:center;margin-bottom:0px !important}@media screen and (max-width: 399px){.design_v4 .invest_flow_v5 .callout input[type="text"]{width:210px}}@media screen and (max-width: 399px){.design_v4 .invest_flow_v5 .callout .facebook-login{width:175px;padding-left:65px}}.design_v4 .invest_flow_v5 .callout .wf-primary{float:none;width:260px;margin-bottom:7px;margin-top:20px}@media screen and (max-width: 399px){.design_v4 .invest_flow_v5 .callout .wf-primary{width:240px}}.design_v4 .invest_flow_v5 .callout .verify{margin-top:6px !important}.design_v4 .invest_flow_v5 .callout h3{font-size:18px;margin-top:5px;margin-bottom:5px}.design_v4 .invest_flow_v5 .callout .company_logo_card{padding:10px;max-width:120px;display:inline-block}.design_v4 .invest_flow_v5 .callout .company_logo_card .slogan{font-size:11px;line-height:1.5em}.design_v4 .invest_flow_v5 .callout .company_logo_card .c_logo{width:120px;height:120px;border-radius:3px}.design_v4 .invest_flow_v5 .date{display:inline-block;cursor:pointer;color:#4a90e2;background-position:bottom;background-size:5px 1px;background-repeat:repeat-x}.design_v4 .invest_flow_v5 .date:hover{color:#1b2c37}.design_v4 .invest_flow_v5 .address{cursor:pointer}.design_v4 .invest_flow_v5 .address .fa-pencil{float:left;margin-top:-2px;margin-left:4px}.design_v4 .invest_flow_v5 .address:hover{background:#FFFBC3;color:#000;padding:4px;margin-left:-4px;margin-top:-4px;margin-bottom:-4px;margin-right:-4px}.design_v4 .invest_flow_v5 .warning{text-align:left;padding:7px;margin-top:10px;margin-bottom:10px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.design_v4 .invest_flow_v5 .warning .check{-webkit-box-flex:0 0 18px;-moz-box-flex:0 0 18px;-webkit-flex:0 0 18px;-ms-flex:0 0 18px;flex:0 0 18px}.design_v4 .invest_flow_v5 .warning .text{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.design_v4 .invest_flow_v5 .legalese{margin-top:40px;margin-bottom:20px;color:rgba(74,74,74,0.75)}.design_v4 .invest_flow_v5 .legalese .wf-standalone{color:rgba(74,74,74,0.75)}.design_v4 .invest_flow_v5 .legalese .wf-standalone:hover{color:#0277bd}.design_v4 .invest_flow_v5 .legalese label{font-size:12px;font-weight:400;display:inline-block}@media screen and (max-width: 1000px){.design_v4 .invest_flow_v5 .legalese label{margin-left:10px;max-width:400px}}.design_v4 .invest_flow_v5 .legalese .check-term{margin-top:15px}.design_v4 .invest_flow_v5 .legalese .check-term .ui-flipswitch{font-size:10px;vertical-align:top;margin-top:0}.design_v4 .invest_flow_v5 .legalese .check-term .hide-flipswitch{display:none}@media screen and (min-width: 1000px){.design_v4 .invest_flow_v5 .legalese.check-needed label{margin-left:10px;max-width:400px}}@media screen and (min-width: 375px) and (max-width: 767px){.design_v4 .invest_flow_v5 .legalese.check-needed label{margin-left:10px;max-width:275px}}@media screen and (max-width: 374px){.design_v4 .invest_flow_v5 .legalese.check-needed label{margin-left:10px;max-width:220px}}.design_v4 .invest_flow_v5 .apply-section-container{-webkit-order:3;order:3;-webkit-box-flex:1 100%;-moz-box-flex:1 100%;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%;border-radius:3px;overflow:hidden;margin:10px 0px 80px 0px}@media all and (min-width: 1000px){.design_v4 .invest_flow_v5 .apply-section-container{max-width:525px;background:rgba(74,74,74,0.05)}}.design_v4 .invest_flow_v5 .apply-section-container .apply-section{text-align:center;padding:30px;color:#F2F2F2}.design_v4 .invest_flow_v5 .apply-section-container .apply-section .total-amount{padding-top:15px;text-align:center;width:100%;color:#4a4a4a;font-size:16px}.design_v4 .invest_flow_v5 .wf-primary:disabled{opacity:0.3}.design_v4 .invest_flow_v5 .payment{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;float:left}.design_v4 .invest_flow_v5 .payment .bank_type{float:left;display:inline-block}.design_v4 .invest_flow_v5 .payment .pay_date{float:right;margin-right:8px}.design_v4 .invest_flow_v5 .payment input[type=text]{margin-bottom:8px;margin-right:8px;width:180px;float:left}@media screen and (max-width: 870px){.design_v4 .invest_flow_v5 .payment input[type=text]{width:147px}}@media screen and (max-width: 399px){.design_v4 .invest_flow_v5 .payment input[type=text]{width:258px;float:none}}@media screen and (max-width: 870px){.design_v4 .invest_flow_v5 .payment{width:378px}}@media screen and (max-width: 399px){.design_v4 .invest_flow_v5 .payment{width:280px}}.design_v4 .invest_flow_v5 .payment .error-box label{color:#D74B4C}.design_v4 .invest_flow_v5 .new-payment-method .tab:hover+.payment-name{color:#0277bd}.design_v4 .invest_flow_v5 .new-payment-method .active .payment-name{font-weight:bold;z-index:6;border-bottom:3px solid #1ad1a3}.design_v4 .invest_flow_v5 .new-payment-method .bitcoin .wf-bitcoin-apply-form{margin-top:10px}.design_v4 .invest_flow_v5 .payment-method .bitcoin .wf-bitcoin-apply-form{margin-top:10px}.design_v4 .invest_flow_v5 .payment-method-discount{margin-top:10px}.design_v4 .invest_flow_v5 .contain_icon{-webkit-box-flex:0 0 45px;-moz-box-flex:0 0 45px;-webkit-flex:0 0 45px;-ms-flex:0 0 45px;flex:0 0 45px}@media screen and (max-width: 870px){.design_v4 .invest_flow_v5 .contain_icon{display:none}}.design_v4 .invest_flow_v5 .bank-circle{float:left;border:1px solid #aaa;border-radius:40px;padding:7px;margin-right:7px}.design_v4 .invest_flow_v5 .bank-circle .fa-bank{font-size:20px}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup{background:#f6f6f6;margin:20px 0px 20px 0px}@media all and (max-width: 940px){.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup{width:auto}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .fb_col{width:100%}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .fb_col .fb_privacy{margin-left:0px !important;width:100%}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .facebook-login{width:auto;padding-right:30px}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .or{width:100%;margin-left:0px !important}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .shortSignUp{width:100%}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .shortSignUp input{width:100%;box-sizing:border-box}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .shortSignUp .medium{width:100%}}@media all and (min-width: 1000px){.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup{width:450px}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .fb_col{width:100%}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .facebook-login{width:287px;padding-left:106px}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .or{width:100%;margin-left:0px !important}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .shortSignUp{width:100%}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .shortSignUp input{width:100%;box-sizing:border-box}.design_v4 .invest_flow_v5 #hiddenLogin.wf-inline-invest-signup .shortSignUp .medium{width:100%}}.cost-breakdown-details .line-item{margin-top:10px}.cost-breakdown-details .line-item:first-child{margin-top:0}#personal_info_pop{max-width:480px}@media screen and (max-width: 610px){#personal_info_pop label{display:none}}#personal_info_pop .wf-personal-info-form-fields .field{margin-top:5px}#personal_info_pop .wf-personal-info-form-fields .field .label{float:left;width:120px;margin-top:7px;margin-bottom:20px;line-height:25px;font-size:12px}#personal_info_pop .wf-personal-info-form-fields .field .input{float:left}#personal_info_pop .wf-personal-info-form-fields .field .input input,#personal_info_pop .wf-personal-info-form-fields .field .input .selectize-input{border:2px solid rgba(2,119,189,0.1);border-radius:3px;margin-bottom:0}#personal_info_pop .wf-personal-info-form-fields .field.field-error input,#personal_info_pop .wf-personal-info-form-fields .field.field-error .selectize-input{border-color:rgba(233,29,81,0.75);border-style:dashed}#personal_info_pop .wf-personal-info-form-fields .field .country-code-selectize{display:inline-block;width:273px}#personal_info_pop .wf-personal-info-form-fields .field .us-state-selectize{display:inline-block;width:100px}#personal_info_pop .wf-personal-info-form-fields .field.postal-code-field input{width:100px;box-sizing:border-box}#personal_info_pop .wf-personal-info-form-fields .after-field{float:none;clear:both}#personal_info_pop .actions{margin-top:10px;text-align:center}#personal_info_pop .errors{font-size:12px;color:rgba(233,29,81,0.75)}#entity_pop,.entity-modal{max-width:480px}@media screen and (max-width: 610px){#entity_pop label,.entity-modal label{display:none}}#entity_pop .errors,.entity-modal .errors{color:rgba(233,29,81,0.75);margin-top:20px;margin-bottom:20px}#entity_pop .errors ul li,.entity-modal .errors ul li{margin-bottom:0}#entity_pop label.error,.entity-modal label.error{color:rgba(233,29,81,0.75)}#entity_pop .padding .country,#entity_pop .padding .company_type_select,.entity-modal .padding .country,.entity-modal .padding .company_type_select{width:273px;float:left;margin-bottom:7px}#entity_pop .padding .state,.entity-modal .padding .state{width:85px;float:left;margin-bottom:7px}@media screen and (max-width: 610px){#entity_pop .padding .wf-primary,.entity-modal .padding .wf-primary{margin-left:0px !important}}#entity_pop .padding .wf-primary:disabled,.entity-modal .padding .wf-primary:disabled{opacity:0.3}#entity_pop .padding .accredited_questions,.entity-modal .padding .accredited_questions{float:left;width:270px;margin-top:7px;margin-bottom:20px;line-height:25px;font-size:12px}#entity_pop .padding .accredited_questions label,.entity-modal .padding .accredited_questions label{float:none;font-size:12px;width:270px;display:block;margin-top:5px}#payment_pop{max-width:770px;width:95%}#payment_pop .payment{width:100% !important;margin-right:-35px}#payment_pop .payment input[type="text"]{width:250px;margin-right:35px}@media screen and (max-width: 800px){#payment_pop .payment input[type="text"]{width:200px;margin-right:15px}}@media screen and (max-width: 800px){#payment_pop .payment{width:320px}}#payment_pop .title a{color:#5C5C5C}#payment_pop .title a:hover{color:#0277BD}#payment_pop .payment_options{margin-left:-10px;text-align:center}@media screen and (max-width: 600px){#payment_pop .payment_options{margin-left:-5px;margin-right:-5px}}#payment_pop .payment_options .payment_method2{display:inline-block;width:190px;height:80px;margin:9px;cursor:pointer;border:1px solid #ddd;border-radius:3px;padding:10px;text-align:left;overflow:hidden}#payment_pop .payment_options .payment_method2 .icon{width:65px;height:35px;background:#ddd;border:0px}@media screen and (max-width: 800px){#payment_pop .payment_options .payment_method2 .icon{width:44px;height:22px}}#payment_pop .payment_options .payment_method2 .big_icon{width:100px;height:50px;background:#ddd;margin-left:auto;margin-right:auto;border:0px;text-align:center}@media screen and (max-width: 800px){#payment_pop .payment_options .payment_method2 .big_icon{width:86px;height:43px}}#payment_pop .payment_options .payment_method2 .label{float:right;line-height:36px;font-size:20px}@media screen and (max-width: 800px){#payment_pop .payment_options .payment_method2 .label{font-size:15px;line-height:22px}}#payment_pop .payment_options .payment_method2 .big_label{text-align:center;font-size:20px;line-height:32px}@media screen and (max-width: 800px){#payment_pop .payment_options .payment_method2 .big_label{font-size:15px;line-height:19px}}#payment_pop .payment_options .payment_method2 .sublabel{margin-top:14px}#payment_pop .payment_options .payment_method2:hover{background:#eee;border:1px solid #ccc}#payment_pop .payment_options .payment_method2:active,#payment_pop .payment_options .payment_method2.active{background:rgba(71,160,117,0.25);border:1px solid #1ad1a3}@media screen and (max-width: 800px){#payment_pop .payment_options .payment_method2{width:130px;height:67px;margin:5px;padding:5px}}@media screen and (max-width: 350px){#payment_pop .payment_options .payment_method2{margin:0px}}#payment_pop .wf-primary{margin-top:30px}#change_entity_pop,.manage_entity .select_entity{max-width:580px}#change_entity_pop .new,.manage_entity .select_entity .new{float:left;font-weight:bold;margin-top:20px;margin-top:9px;cursor:pointer}#change_entity_pop .new:hover,.manage_entity .select_entity .new:hover{color:#0277bd}#change_entity_pop .new .fa-plus-circle,.manage_entity .select_entity .new .fa-plus-circle{font-size:22px;float:left;margin-right:5px}#change_entity_pop .row,.manage_entity .select_entity .row{color:#5C5C5C;line-height:22px}#change_entity_pop .row .entity,.manage_entity .select_entity .row .entity{float:left;margin-right:50px;margin-bottom:20px}#change_entity_pop .row .entity:last-child,.manage_entity .select_entity .row .entity:last-child{margin-right:0px}#change_entity_pop .row .text,.manage_entity .select_entity .row .text{float:left;width:200px}#change_entity_pop .row input,.manage_entity .select_entity .row input{margin-top:5px;margin-right:10px}#change_entity_pop .wf-primary,.manage_entity .select_entity .wf-primary{float:right;margin-left:0px}.manage_entity .company_type_select,.manage_entity .entity_country_select{display:inline-block;width:273px}.financial_info h3{text-align:center;font-size:22px;color:#4a4a4a !important}.financial_info #worth{background:#853DC3;margin-top:30px;margin-bottom:70px}.financial_info #salary{margin-top:30px;margin-bottom:70px}.financial_info .value-label{position:absolute;background:#4a4a4a;border-radius:10px;color:#fff;margin-top:49px;padding:6px;padding-top:11px;padding-bottom:12px;line-height:1em;width:56px;margin-left:-12px;text-align:center}.financial_info .fa-caret-up{color:#4a4a4a;font-size:30px;margin-top:30px;margin-left:12px;position:absolute}.financial_info .accredited_questions{margin-top:20px;margin-bottom:20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;line-height:1.4em}.financial_info .accredited_questions input{-webkit-box-flex:0 0 25px;-moz-box-flex:0 0 25px;-webkit-flex:0 0 25px;-ms-flex:0 0 25px;flex:0 0 25px;margin-top:3px}.financial_info .accredited_questions .definition{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#perks_info{font-size:12px}#perks_info table{width:100%;max-width:500px;margin:0px auto}#perks_info table tr td{padding:10px 0px}#perks_info .perks_title{font-size:24px;color:#272727;margin:10px 0px 30px 0px;text-align:center;width:100%}
.invest-start-box .flex-it{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.invest-start-box .input-wrapper{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.invest-start-box .type-apply{position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%}.invest-start-box .type-apply input,.invest-start-box .type-apply input[type="text"]{width:95%;border:0px !important;border-bottom:1px solid #1ad1a3 !important;padding:8px;padding-left:0px;border-radius:0px;margin-top:10px;background:transparent !important}.invest-start-box .type-apply input:focus,.invest-start-box .type-apply input[type="text"]:focus{background:transparent !important}.invest-start-box .type-apply button{-webkit-box-flex:0 0 100px;-moz-box-flex:0 0 100px;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px}.invest-start-box .type-apply .amount-errors{position:absolute;bottom:0;left:0px;right:0px;height:0;z-index:100;font-size:75%}.invest-start-box .type-apply .amount-errors .error{background:rgba(233,29,81,0.75);color:white;padding:2px;border-radius:3px}.invest-start-box button{position:relative}.invest-start-box button .spinner{display:none;width:18px;height:18px;font-size:18px;position:absolute;top:50%;left:50%;margin-left:-9px;margin-top:-9px}.invest-start-box button .contents{display:inline-block}.invest-start-box button .working .spinner{display:block}.invest-start-box button .working .contents{visibility:hidden}
#confirmation-page .confirm-message{font-size:1.4em}#confirmation-page .mail-check-asap{max-width:500px;margin:20px auto;padding:10px;border:2px solid #ffc800;border-radius:3px;background-color:rgba(255,200,0,0.15);font-size:13px}#confirmation-page .mail-check-asap .fa-warning{color:#ffc800}#confirmation-page #tax-id-section{margin:40px auto;max-width:600px;text-align:center}#confirmation-page #tax-id-section h3{font-weight:bold}#confirmation-page #tax-id-section .center-text{text-align:center}#confirmation-page #tax-id-section p{text-align:left}#confirmation-page #tax-id-section .basic-form{margin:auto}#confirmation-page #tax-id-section .basic-form .actions .errors{color:#e91d51}
.design_v4 .my-investments .logo{-webkit-box-flex:0 0 150px;-moz-box-flex:0 0 150px;-webkit-flex:0 0 150px;-ms-flex:0 0 150px;flex:0 0 150px}@media screen and (max-width: 768px){.design_v4 .my-investments .logo{-webkit-box-flex:0 0 75px;-moz-box-flex:0 0 75px;-webkit-flex:0 0 75px;-ms-flex:0 0 75px;flex:0 0 75px}}.design_v4 .my-investments .company-logo{border:1px solid #eee;border-radius:3px;width:125px;height:125px}@media screen and (max-width: 768px){.design_v4 .my-investments .company-logo{width:60px;height:60px}}.design_v4 .my-investments .content-wrapper{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.design_v4 .my-investments section{margin-top:80px;margin-bottom:80px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.design_v4 .my-investments h3{margin-top:0px;line-height:1em;float:left}.design_v4 .my-investments .steps{float:right}.design_v4 .my-investments .prompt{padding:10px;background:#ffd795;font-size:13px}.design_v4 .my-investments .prompt label{font-weight:bold}.design_v4 .my-investments .invest-amount{font-size:24px;font-weight:bold}.design_v4 .my-investments .separator{height:1px;background:#eee;margin-top:10px;margin-bottom:10px}.design_v4 .my-investments .status{padding:5px;border-radius:3px;float:left;margin-left:10px;margin-top:-1px;padding-left:10px;padding-right:10px;font-size:15px}.design_v4 .my-investments .canceled{background:#f6f6f6}.design_v4 .my-investments .pending{background:#f7ad37;color:white}.design_v4 .my-investments .confirmed-investor{background:#1ad1a3;color:white}.design_v4 .my-investments .amount-wrap .needs_confirmation{color:#f7ad37 !important}.design_v4 .my-investments .amount-wrap .needs_manual_rescind,.design_v4 .my-investments .amount-wrap .rescinded,.design_v4 .my-investments .amount-wrap .applied{color:#ddd !important}.design_v4 .my-investments .callout{margin-top:10px}
#new-investments-index .user-info{text-align:center;margin:40px auto}#new-investments-index .user-info img.avatar{margin-bottom:10px;height:60px;border-radius:30px}#new-investments-index .user-info .user-info-name{font-size:20px;font-weight:700}#new-investments-index .show-on-mobile{display:none}@media screen and (max-width: 768px){#new-investments-index .show-on-mobile{display:block}#new-investments-index .hide-on-mobile{display:none}}#new-investments-index .grey-background{padding:10px;background:rgba(74,74,74,0.04)}#new-investments-index .grey-background .no-investments{margin:90px 0;text-align:center}#new-investments-index .grey-background .no-investments .explanation{font-size:16px;margin-bottom:10px;font-weight:700}#new-investments-index .grey-background .loading-investments{margin:100px 0}#new-investments-index .grey-background .loading-investments .errored{text-align:center;color:#e91d51}#new-investments-index .grey-background .investment-groups{padding:20px}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups{padding:0px}}#new-investments-index .grey-background .investment-groups .investment-group:not(:first-child){margin-top:30px}#new-investments-index .grey-background .investment-groups .investment-group:last-child{margin-bottom:30px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-title{margin-bottom:10px;font-size:12px;font-weight:700;text-transform:uppercase;color:rgba(74,74,74,0.5)}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-title .fa-question-circle{vertical-align:middle;font-size:inherit}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-title .investment-group-amount{font-style:italic;font-family:"Archer SSm A","Archer SSm B",serif;margin-left:10px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments{background:white;padding:40px}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments{background:none;padding:0}}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row{position:relative;margin-top:40px;padding:0 10px;border-left-style:solid;border-left-width:3px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row.first-row{margin-top:0}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row.action_required{border-color:#e91d51}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row.in_escrow{border-color:#0277bd}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row.payment_in_progress{border-color:#ffc800}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row.confirmed{border-color:#1ad1a3}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row.canceled{border-color:#4a4a4a}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row{background:white;border:none;border-radius:3px;margin-top:20px;border-left-style:none;border-top-style:solid;border-top-width:3px;padding:15px 11px}}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .opt-out-bar{padding:5px;font-size:11px;border-radius:3px;background-color:rgba(255,200,0,0.4);margin-bottom:5px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .opt-out-bar .fa-question-circle{cursor:pointer;vertical-align:middle;font-size:inherit}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .error{color:#e91d51;font-size:10px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .investment-tags,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-action,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .record{padding:3px 0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .investment-tags .col-1,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .col-1,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-action .col-1,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .record .col-1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .investment-tags .col-2,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .col-2,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-action .col-2,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .record .col-2{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .investment-tags .col-3,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .col-3,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-action .col-3,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .record .col-3{-webkit-box-flex:3;-moz-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .investment-tags .col-4,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .col-4,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-action .col-4,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .record .col-4{-webkit-box-flex:4;-moz-box-flex:4;-webkit-flex:4;-ms-flex:4;flex:4}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .investment-tags,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-action,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .record{display:block}}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .investment-tags{margin-bottom:10px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .investment-tags .investment-tag{padding:6px 13px;margin-right:10px;border-radius:3px;background:rgba(74,74,74,0.3);color:#4a4a4a;font-size:10px;font-weight:700;text-transform:uppercase}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .investment-tags .investment-tag.investment-tag-increased,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .investment-tags .investment-tag.investment-tag-decreased{background:rgba(255,88,0,0.3)}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .expand{color:rgba(74,74,74,0.5);font-size:16px;position:absolute;z-index:10;top:5px;left:-38px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .expand .fa{cursor:pointer}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .expand{top:initial;left:initial;bottom:20px;right:20px}}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary{position:relative}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .company-name a,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .amount-wrapper{padding-top:5px;font-size:14px;line-height:14px;font-weight:700;color:#4a4a4a}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .fee-amount{margin-left:5px;color:rgba(74,74,74,0.5);font-weight:300;font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .download-contracts,#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .download-contracts a{text-transform:uppercase;font-size:10px;font-weight:700;color:rgba(74,74,74,0.5)}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .download-contracts a:hover{color:rgba(74,74,74,0.75)}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .description{font-size:14px;color:rgba(74,74,74,0.5)}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .description{font-size:12px;line-height:14px}}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .description .change-payment-method-link{font-size:10px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .terms{text-align:center}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .terms .terms-summary{font-size:10px;font-weight:700}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .terms .terms-contract-type{font-size:12px;font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .name-and-contracts-wrapper{margin-bottom:25px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .amount-wrapper{width:35%;float:left;padding:10px 0;text-align:center}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .amount-wrapper .fee-amount{display:block;margin-top:5px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .description-wrapper{width:63%;float:left;padding:10px 0;border-left:2px solid rgba(74,74,74,0.5);text-align:center}}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .actions{text-align:center}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .actions button.wf-small{margin:0}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .actions .edit-amount-button .reinstate-button{background:rgba(74,74,74,0.5)}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .actions .edit-amount-button .reinstate-button:hover{background:rgba(74,74,74,0.3)}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .actions .rescind-button{color:rgba(74,74,74,0.5)}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .actions{margin-top:20px}}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .summary .finalizing-text{font-size:0.875em}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-actions{margin-top:20px;background:rgba(233,29,81,0.05);border-radius:3px}}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-actions .pending-action{background:rgba(74,74,74,0.02);border-radius:3px;margin-bottom:7px;padding:10px 20px}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-actions .pending-action{margin-bottom:0px;background:none;padding:14px 30px}}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-actions .pending-action .pending-action-title{text-transform:uppercase;font-size:14px;font-weight:700;margin-bottom:5px;color:#e91d51}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-actions .pending-action .pending-action-title .pending-action-number{margin-left:-15px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-actions .pending-action .pending-action-links{font-size:12px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-actions .pending-action .pending-action-links a{text-transform:uppercase}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-actions .pending-action .pending-action-description{font-style:italic;font-size:14px;line-height:16px}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-actions .pending-action .pending-action-description{font-size:12px;line-height:14px;margin-top:11px}}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-actions .pending-action .errors{margin-top:10px;color:#e91d51}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .pending-actions .pending-action .errors a{text-transform:initial}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .section{margin-top:15px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .section .italic{font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .section .section-title{margin-bottom:5px;font-size:14px;font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic;color:rgba(74,74,74,0.5)}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .section .section-content{background:rgba(74,74,74,0.04)}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .history .record{padding:15px;text-align:center}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .history .record .record-date{font-size:14px;font-weight:700;text-transform:uppercase}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .history .record .record-date-year{font-size:10px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .history .record .record-amount{font-size:14px;font-weight:700;letter-spacing:1px}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .history .record .record-amount-description{font-size:10px;color:rgba(74,74,74,0.75)}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .history .record .record-description{font-size:14px;font-weight:700}@media screen and (max-width: 768px){#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .history .record .record-date-wrapper{float:left;width:50%;text-align:left}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .history .record .record-amount-wrapper{float:left;width:49%}#new-investments-index .grey-background .investment-groups .investment-group .investment-group-investments .wf-investment-row .history .record .record-description-wrapper{margin-top:10px;text-align:left}}
#invite-landing{width:455px;margin:auto;margin-top:50px;margin-bottom:50px}#invite-landing .errors{color:rgba(233,29,81,0.75);font-size:12px;margin-bottom:30px}#invite-landing .invite-intro{text-align:center;font-size:18px}#invite-landing .invite-intro .invitee-name{color:rgba(39,39,39,0.5)}#invite-landing .invite-intro .subject-name{color:#272727}#invite-landing .invite-intro .subject-img{margin-top:25px;margin-bottom:25px}#invite-landing .section{margin-bottom:20px;font-size:12px;color:rgba(39,39,39,0.75)}#invite-landing .section .heading{color:#272727;font-weight:bold}#invite-landing .section .md-heading{font-size:16px}#invite-landing .section .lg-heading{font-size:18px}#invite-landing .section p{margin-top:0}#invite-landing .section ul{margin-top:0;list-style-type:"circle"}#invite-landing .section ul li{margin-bottom:0;content:none;left:0;text-indent:0}#invite-landing .section textarea{width:90%;font-size:12px}#invite-landing .contracts a{display:inline-block;margin-top:10px;color:#272727;border-bottom:2px solid rgba(39,39,39,0.25)}#invite-landing .contracts a:hover{border-color:rgba(39,39,39,0.75)}#invite-landing .contracts .fineprint{margin-top:30px}#invite-landing button.submit{display:block;margin:auto;border-radius:50px;background-color:#1de9b6;border:none}#invite-landing button.submit:hover,#invite-landing button.submit:active{background-color:#1ad1a3}#invite-landing form.invite-club-role .section .club-labels span{margin-top:5px;display:block}#invite-landing form.invite-club-role .section .club-labels span label{margin-left:5px}#invite-landing form.invite-company-role{margin-bottom:100px}#invite-landing form.invite-company-role .section .heading{font-weight:normal}#invite-landing form.invite-company-role .invite-actions{text-align:center}#invite-landing form.invite-company-role button{display:inline-block}#invite-landing form.invite-company-role button:disabled{opacity:1}#invite-landing form.invite-company-role button.reject-subtle{font-size:12px;border:none;background-color:transparent;color:#9e9e9e;text-decoration:underline}#invite-landing form.invite-company-role button.reject-subtle:hover,#invite-landing form.invite-company-role button.reject-subtle:focus,#invite-landing form.invite-company-role button.reject-subtle:active{color:#5c5c5c}@media screen and (max-width: 767px){#invite-landing.company-endorsement-request-landing-page{margin-top:0;width:300px}#invite-landing.company-endorsement-request-landing-page .heading{margin:0 10px}}#invite-landing.company-endorsement-request-landing-page form.company-endorsement-request-form .subject-img{height:120px;border-radius:60px}#invite-landing.company-endorsement-request-landing-page form.company-endorsement-request-form .heading{font-weight:normal}#invite-landing.company-endorsement-request-landing-page form.company-endorsement-request-form .add-quote-or-send-request{text-align:left;margin:35px auto}#invite-landing.company-endorsement-request-landing-page form.company-endorsement-request-form .add-quote-or-send-request input.error,#invite-landing.company-endorsement-request-landing-page form.company-endorsement-request-form .add-quote-or-send-request input.char-counter-error,#invite-landing.company-endorsement-request-landing-page form.company-endorsement-request-form .add-quote-or-send-request textarea.error,#invite-landing.company-endorsement-request-landing-page form.company-endorsement-request-form .add-quote-or-send-request textarea.char-counter-error{border:1px dashed #e91d51 !important;color:inherit}#invite-landing.company-endorsement-request-landing-page form.company-endorsement-request-form .add-quote-or-send-request .invite-actions{margin-top:15px;text-align:center}
.invite_v4 .refer-table{font-size:.75em;margin-left:-10px}.invite_v4 .refer-table td{padding:5px;padding-right:10px;padding-left:10px}.invite_v4 .contain{max-width:800px;min-width:280px;margin-left:auto;margin-right:auto;margin-top:50px}.invite_v4 .contain .left_col{width:220px;float:left}@media screen and (max-width: 700PX){.invite_v4 .contain .left_col{margin-left:auto;margin-right:auto;float:none}}.invite_v4 .contain .right_col{margin-left:70px;max-width:360px;float:right;min-width:280px}@media screen and (max-width: 700PX){.invite_v4 .contain .right_col{margin-left:auto;margin-right:auto;float:none;margin-top:50px}}.invite_v4 .contain .right_col .social{width:110px;font-size:15px;height:25px;padding-left:50px;line-height:26px;margin-right:15px;color:#fff;float:left}@media screen and (max-width: 365PX){.invite_v4 .contain .right_col .social{margin-left:auto !important;margin-right:auto !important;float:none;display:inline-block}.invite_v4 .contain .right_col .social .logo{line-height:36px !important}}.invite_v4 .contain .account_credit{width:180px;padding:20px;background:#E8E8E8;color:#666}.invite_v4 .contain .account_credit .label{font-weight:bold;font-size:14px}.invite_v4 .contain .account_credit .credit{font-weight:bold;margin-top:10px;font-size:40px}.invite_v4 .share_link{font-size:13px;text-align:center;padding:10px;background:#E8E8E8;color:#666;margin-left:auto;margin-right:auto}@media screen and (max-width: 365PX){.invite_v4 .share_link{font-size:11px;width:280px}}
.notification_list .title{text-align:center}.notification_list .notification-wrap{border-top:1px solid rgba(216,216,216,0.5)}.notification_list .notification-wrap:first-of-type{border-top:2px solid #d8d8d8}.notification_list .notification{padding:4px 10px}.notification_list .notification.unread{background-color:rgba(235,242,255,0.8)}.notification_list .notification.unread:hover{background-color:rgba(235,242,255,0.9)}.notification_list .column-layout{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}.notification_list .notification{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}.notification_list .notification{padding:6px 8px;color:rgba(74,74,74,0.8)}.notification_list .notification a{color:#447fa2}.notification_list .notification a:hover{color:rgba(68,127,162,0.75)}.notification_list .notification-investor_update{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}.notification_list .more-notifications{padding:4px 10px;text-align:center}.notification_list .action_needed{background:rgba(255,82,82,0.55);width:100%;height:5px;margin-bottom:5px}.notification_list .warning{background:rgba(255,234,0,0.55);width:100%;height:5px;margin-bottom:5px}.notification_list .company-logo{background:rgba(222,222,222,0.5);width:45px;height:45px;border-radius:50%;margin-left:2px}.notification_list .descriptor{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.notification_list .descriptor .logo{float:left;background:rgba(222,222,222,0.5);width:45px;height:45px;margin-right:10px}.notifications_index h1{text-align:center}.notifications_index .notification_list{max-width:437px;font-size:14px;margin-bottom:20px}@media screen and (max-width: 768px){.notifications_index .notification_list{max-width:350px}}.notification-theme{border-radius:3px;border:1px solid rgba(0,0,0,0.15);background:#FFF;box-shadow:0 6px 12px rgba(0,0,0,0.175);color:#424242}.notification-theme .tooltipster-content{font-size:13px;line-height:18px;padding:0;overflow:hidden}
.admin_operations .active_phase{font-weight:bold;color:#263f4e !important}.admin_operations .smaller-button button{padding-top:7px;padding-bottom:7px;margin-bottom:0px;margin-top:0px}.admin_operations .with_content{color:#0277bd}.admin_operations .admin_tools h3{font-weight:bold;margin-top:50px}.admin_operations .admin_tools h4{font-size:1.2em;margin-top:30px;margin-bottom:2px}.admin_operations .flexCenterContent{max-width:1300px}.admin_operations .alert-badge{background:rgba(255,255,255,0.5);padding:3px;border-radius:30px;font-size:12px}.admin_operations .checks th,.admin_operations .checks td{padding:3px !important;padding-left:5px !important;padding-right:5px !important}.admin_operations .checks h4{font-size:1em;text-transform:uppercase;color:rgba(74,74,74,0.5);margin-top:8px;margin-bottom:0px}.admin_operations .checks .wf-tag{font-size:8px;padding-top:2px;padding-bottom:2px}.admin_operations .fa-globe{opacity:.5;cursor:pointer}.admin_operations .fa-globe:hover{opacity:1}.admin_operations .fa-pencil,.admin_operations .fa-envelope,.admin_operations .fa-history,.admin_operations .fa-calendar,.admin_operations .fa-user,.admin_operations .fa-pause,.admin_operations .fa-play{opacity:.5;cursor:pointer;color:#4a4a4a}.admin_operations .fa-pencil:hover,.admin_operations .fa-envelope:hover,.admin_operations .fa-history:hover,.admin_operations .fa-calendar:hover,.admin_operations .fa-user:hover,.admin_operations .fa-pause:hover,.admin_operations .fa-play:hover{opacity:1}.admin_operations table.tablesorter .fa-angle-down,.admin_operations table.tablesorter .fa-angle-up{display:none}.admin_operations table.tablesorter .fa-info-circle{opacity:.5}.admin_operations table.tablesorter .fa-info-circle:hover{opacity:1}.admin_operations table.tablesorter .fa-warning{color:#e91d51;opacity:.5}.admin_operations table.tablesorter .fa-warning:hover{opacity:1}.admin_operations table.tablesorter .fa-checkbox-blank-circle{color:#ccc}.admin_operations table.tablesorter .checklist-item-status-color.green{color:green}.admin_operations table.tablesorter .checklist-item-status-color.yellow{color:#ffc800}.admin_operations table.tablesorter .checklist-item-status-color.red{color:#e91d51}.admin_operations table.tablesorter .checklist-item-status-color.grey{color:rgba(74,74,74,0.5)}.admin_operations table.tablesorter .checklist-item-status-color.black{color:black}.admin_operations table.tablesorter .checklist-item-question .with-tooltip{cursor:pointer;border-bottom:1px dotted rgba(74,74,74,0.3)}.admin_operations table.tablesorter .headerSortUp,.admin_operations table.tablesorter .headerSortDown{font-weight:bold;color:#263f4e}.admin_operations table.tablesorter .headerSortUp:hover,.admin_operations table.tablesorter .headerSortDown:hover{color:#263f4e !important}.admin_operations table.tablesorter .wf-checklist .fa-cog{font-size:12px;margin:0;float:none}.admin_operations table.tablesorter thead{font-size:10px;color:rgba(74,74,74,0.5);text-transform:uppercase}.admin_operations table.tablesorter thead th,.admin_operations table.tablesorter thead td{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.admin_operations table.tablesorter thead .header .fa-angle-down,.admin_operations table.tablesorter thead .header .fa-angle-up{display:none;position:absolute;margin-top:2px}.admin_operations table.tablesorter thead .header:hover{color:rgba(74,74,74,0.75)}.admin_operations table.tablesorter thead .headerSortUp .fa-spacer{display:none}.admin_operations table.tablesorter thead .headerSortUp .fa-angle-down{display:none}.admin_operations table.tablesorter thead .headerSortUp .fa-angle-up{display:inline-block}.admin_operations table.tablesorter thead .headerSortDown .fa-spacer{display:none}.admin_operations table.tablesorter thead .headerSortDown .fa-angle-up{display:none}.admin_operations table.tablesorter thead .headerSortDown .fa-angle-down{display:inline-block}.admin_operations table.tablesorter tbody{font-size:12px}.admin_operations table.tablesorter th,.admin_operations table.tablesorter td{padding:10px;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.admin_operations table.tablesorter .toggle.even{background:#f9fcfd;cursor:pointer}.admin_operations table.tablesorter .toggle.even:hover{background:#f2f8fb}.admin_operations table.tablesorter .toggle.odd{cursor:pointer}.admin_operations table.tablesorter .toggle.odd:hover{background:#f2f8fb}.admin_operations .tablesorter-childRow td{display:none}.admin_operations .more-details{border-top:1px solid #ddd;border-bottom:1px solid #ddd;font-size:12px}.admin_operations .more-details .fa-cog{font-size:18px;margin-right:6px;float:left;margin-top:13px;opacity:.5;cursor:pointer}.admin_operations .more-details .fa-cog:hover{opacity:1}.admin_operations .more-details .links{float:left;line-height:2em}.admin_operations .more-details .wf-checklist{margin-top:0px}.admin_operations .more-details .wf-checklist .fa-cog{font-size:12px;margin:0;float:none}.admin_operations .more-details .alert-notices{font-size:13px;color:#e91d51;line-height:1.7em}.admin_operations .more-details .alert-notices .fa-bolt{color:#e91d51}.admin_operations .more-details .contact{float:right;max-width:225px}.admin_operations .more-details .notes{float:left;width:500px;padding-left:30px;margin-top:0px;margin-left:0px}.admin_operations .more-details .steps{float:left;min-width:460px}.admin_operations .more-details .editable{background:rgba(250,230,28,0.2);padding:3px}.admin_operations .more-details .divider{margin-top:20px;height:1px;border-top:1px dashed #aaa;margin-bottom:20px;width:100%}.admin_operations .more-details .add-note{height:20px;padding:10px;width:480px;font-size:12px;margin-top:10px}.admin_operations .more-details .action-bar{width:100%;margin-left:-10px;margin-bottom:10px;padding-left:10px;padding-right:10px;margin-top:-10px;padding-top:15px}.admin_operations .start{width:370px;margin-left:auto;margin-right:auto}.admin_operations .start h4{color:rgba(74,74,74,0.75);margin-top:25px;font-size:1em}.admin_operations .start .dev-note{color:red;font-size:.6em}.admin_operations .start .green{color:#1ad1a3}.admin_operations .tasks .count_in_task{color:rgba(74,74,74,0.7);background:#ccc;border-radius:90px;padding:2px;width:14px;font-size:10px;display:block;float:left;text-align:Center;margin-right:5px;margin-top:-1px}.admin_operations .tasks .blue_task{background-color:#263f4e;color:white;margin-top:11px}.admin_operations .tasks .red_task{background-color:#e91d51;color:white}.admin_operations .tasks .active_row{background:#0277bd;color:white}.admin_operations .tasks .workarea{float:left;margin-top:30px;margin-left:40px;margin-bottom:50px}.admin_operations .tasks .workarea h2{margin-top:-6px}.admin_operations .tasks .workarea h4{margin-top:40px}.admin_operations .tasks .workarea th,.admin_operations .tasks .workarea td{padding:10px 5px}.admin_operations .tasks .workarea th.center,.admin_operations .tasks .workarea td.center{text-align:center}.admin_operations .tasks .task-sidebar{font-size:12px;background:#eee;width:210px;padding:10px;margin-top:30px;margin-bottom:100px;float:left}.admin_operations .tasks .task-sidebar .checks{width:200px}.admin_operations .tasks .task-sidebar .fa-globe{display:none}.admin_operations .tasks .task-sidebar h4{color:#263f4e;font-weight:bold;margin-top:12px}.admin_operations .tasks .task-sidebar .checklist-template{margin-bottom:15px;font-size:12px}.admin_operations .tasks .task-sidebar .checklist-template .count_in_task,.admin_operations .tasks .task-sidebar .checklist-template .blue_task{margin-top:0}.admin_operations .tasks .task-sidebar .checklist-template .checklist-template-info{text-transform:uppercase;font-weight:700;margin-bottom:5px}.admin_operations .tasks .task-sidebar .checklist-template .checklist-item-template{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.admin_operations .tasks .task-sidebar .checklist-template .checklist-item-template .col-1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.admin_operations .tasks .task-sidebar .checklist-template .checklist-item-template .col-2{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.admin_operations .tasks .task-sidebar .checklist-template .checklist-template-info,.admin_operations .tasks .task-sidebar .checklist-template .checklist-item-template{border-radius:3px;padding:3px}.admin_operations .tasks .task-sidebar .checklist-template .checklist-template-info:hover,.admin_operations .tasks .task-sidebar .checklist-template .checklist-item-template:hover{cursor:pointer;background-color:rgba(74,74,74,0.08)}.admin_operations .tasks .task-sidebar .checklist-template .checklist-template-info .active,.admin_operations .tasks .task-sidebar .checklist-template .checklist-item-template .active{background-color:rgba(74,74,74,0.15)}.design_v4 .ui-datepicker{width:300px;height:auto;margin:5px auto 0;font-size:13px;border:1px solid #fff;background:white}.design_v4 .ui-datepicker a{text-decoration:none}.design_v4 .ui-datepicker table{width:100%}.design_v4 .ui-datepicker-header{font-size:12px;font-weight:bold;line-height:12px;margin-bottom:15px}.design_v4 .ui-datepicker-title{text-align:center}.design_v4 .ui-datepicker-prev,.design_v4 .ui-datepicker-next{display:inline-block;width:30px;font-size:12px;height:30px;text-align:center;cursor:pointer;color:#333333 !important}.design_v4 .ui-datepicker-prev:hover,.design_v4 .ui-datepicker-next:hover{color:#0277bd !important}.design_v4 .ui-datepicker-prev{float:left;margin-left:40px}.design_v4 .ui-datepicker-next{float:right;margin-right:40px}.design_v4 .ui-datepicker thead{background:#EBEBEB;line-height:30px}.design_v4 .ui-datepicker th{text-transform:uppercase;text-align:center;padding:5px 0}.design_v4 .ui-datepicker tbody td{padding:0}.design_v4 .ui-datepicker tbody td:last-child{border-right:0px}.design_v4 .ui-datepicker tbody tr:last-child{border-bottom:0px}.design_v4 .ui-datepicker td span,.design_v4 .ui-datepicker td a{display:inline-block;font-weight:bold;text-align:center;width:42px;height:42px;line-height:42px;color:#666666}.design_v4 .ui-datepicker-calendar .ui-state-hover{background:#f7f7f7}.design_v4 .ui-datepicker-calendar .ui-state-active{background:#1ad1a3;border-radius:30px;color:#fff;position:relative;margin:-1px}.design_v4 .ui-datepicker-unselectable .ui-state-default{background:#f4f4f4;color:#b4b3b3}.design_v4 .ui-datepicker-calendar td:first-child .ui-state-active{width:42px;margin-left:0}.design_v4 .ui-datepicker-calendar td:last-child .ui-state-active{width:42px;margin-right:0}.design_v4 .ui-datepicker-calendar tr:last-child .ui-state-active{height:42px;margin-bottom:0}.design_v4 .hide-year .ui-datepicker-year{display:none}
.styleguide_v5 .outside-investments-modal.basic-modal{width:727px}.styleguide_v5 .outside-investments-modal .main-heading{color:#4a4a4a;font-size:24px;font-weight:700}.styleguide_v5 .outside-investments-modal .grey-line{border-bottom:2px solid rgba(74,74,74,0.1);margin-bottom:15px}.styleguide_v5 .outside-investments-modal .outside-investments-form{margin:40px;margin-bottom:0px}.styleguide_v5 .outside-investments-modal .outside-investments-form .has-invested{font-size:16px}.styleguide_v5 .outside-investments-modal .outside-investments-form .has-invested .question{font-weight:700;margin-bottom:15px}.styleguide_v5 .outside-investments-modal .outside-investments-form .has-invested .options .option{font-weight:500;margin-bottom:8px}.styleguide_v5 .outside-investments-modal .outside-investments-form .has-invested .options .option label{margin-left:15px}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments{margin-top:35px}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .labels{margin-bottom:18px;font-weight:700}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .labels .amount,.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .labels .company-name,.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .labels .invested-at{display:inline-block;margin-right:33px}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .amount{width:103px}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .invested-at{width:67px}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .company-name{width:335px}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .outside-investment.deleting{opacity:0.3}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .outside-investment .field{display:inline-block;margin-right:25px}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .outside-investment .field input[type=text]{width:98%;padding:3px;border:1px solid rgba(2,119,189,0.25);border-radius:3px}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .outside-investment .pointer{cursor:pointer}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .outside-investment .remove{display:inline-block}.styleguide_v5 .outside-investments-modal .outside-investments-form .outside-investments .outside-investment .errors{min-height:25px;text-align:left}.styleguide_v5 .outside-investments-modal .add-another{text-transform:uppercase;font-size:12px}.styleguide_v5 .outside-investments-modal .actions{text-align:center}.styleguide_v5 .outside-investments-modal .errors{font-size:12px;text-align:center;color:#e91d51;font-weight:700}@media screen and (min-width: 767px){.styleguide_v5 .outside-investments-modal .only-mobile{display:none}}@media screen and (max-width: 767px){.styleguide_v5 .outside-investments-modal .only-desktop{display:none}.styleguide_v5 .outside-investments-modal.basic-modal{width:90%;padding:5%}.styleguide_v5 .outside-investments-modal .main-heading{font-size:15px;margin-bottom:8px}.styleguide_v5 .outside-investments-modal .grey-line{margin-bottom:0px}.styleguide_v5 .outside-investments-modal .outside-investment-form{margin:16px}.styleguide_v5 .outside-investments-modal .outside-investment-form .has-invested{font-size:12px}.styleguide_v5 .outside-investments-modal .outside-investment-form .outside-investments .outside-investment .field.amount,.styleguide_v5 .outside-investments-modal .outside-investment-form .outside-investments .outside-investment .field.invested-at,.styleguide_v5 .outside-investments-modal .outside-investment-form .outside-investments .outside-investment .field.company-name{margin-right:0px}.styleguide_v5 .outside-investments-modal .outside-investment-form .outside-investments .outside-investment .field.amount{width:72%;margin-right:5%}.styleguide_v5 .outside-investments-modal .outside-investment-form .outside-investments .outside-investment .field.invested-at{width:20%}.styleguide_v5 .outside-investments-modal .outside-investment-form .outside-investments .outside-investment .field.company-name{width:100%}.styleguide_v5 .outside-investments-modal .outside-investment-form .outside-investments .outside-investment .field label{font-size:12px;color:rgba(74,74,74,0.5)}.styleguide_v5 .outside-investments-modal .outside-investment-form .outside-investments .outside-investment .remove{font-size:12px;display:block;text-align:right}.styleguide_v5 .outside-investments-modal .outside-investment-form .outside-investments .outside-investment .remove .remove-link{text-transform:lowercase}}
.perksIndexPage{margin-top:40px}.perksIndexPage .perksIndexPage-header{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:24px;line-height:29px;text-align:center;margin-bottom:65px}.perksIndexPage perks-grouped-by-qualifying-amount{display:block;margin-bottom:40px}.perksGroupedByQualifyingAmount .perksGroupedByQualifyingAmount-label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:16px;line-height:19px}.perksGroupedByQualifyingAmount .perksGroupedByQualifyingAmount-perk:nth-of-type(odd){background-color:rgba(74,74,74,0.05)}.previewPerk{padding:20px 0}.previewPerk preview-perk-claims-table{display:block;overflow-x:auto;margin:20px 0}.previewPerk preview-perk-buttons{display:block;text-align:center}.previewPerkButtons{font-size:0}.previewPerkButtons .previewPerkButtons-button{display:inline-block;padding:0 20px;border-right:2px solid rgba(74,74,74,0.75)}.previewPerkButtons .previewPerkButtons-button:last-of-type{border-right:none}.perkClaimRedemptionCode{font-family:"Archer SSm A","Archer SSm B",serif;font-weight:500}.perkClaimRedemptionCode .perkClaimRedemptionCode-viewMode{min-width:200px;height:19px;font-style:italic}.perkClaimRedemptionCode .perkClaimRedemptionCode-editMode{min-width:200px;height:18px}.perkClaimRedemptionCode .perkClaimRedemptionCode-placeholder{font-size:10px;line-height:12px;line-height:16px}.perkClaimRedemptionCode .perkClaimRedemptionCode-placeholder:hover{cursor:pointer}.perkClaimRedemptionCode .perkClaimRedemptionCode-inputField{display:table-cell;background-color:white !important;width:100% !important;border-width:0 !important;padding:0 !important}.perkClaimFulfilledIcon .perkClaimFulfilledIcon-icon{display:inline-block;width:13px;height:13px;border-radius:6px}.perkClaimFulfilledIcon .perkClaimFulfilledIcon-icon:hover{cursor:pointer}.perkClaimFulfilledIcon .perkClaimFulfilledIcon-icon.perkClaimFulfilledIcon-icon--fulfilled{border-color:#1ad1a3;background-color:#1ad1a3}.perkClaimFulfilledIcon .perkClaimFulfilledIcon-icon.perkClaimFulfilledIcon-icon--unfulfilled{border-color:#e91d51;background-color:#e91d51}.perkClaimRequestedIcon .perkClaimRequestedIcon-icon{display:inline-block;width:13px;height:13px;border-radius:3px;border:1px solid #853dc3}.perkClaimRequestedIcon .perkClaimRequestedIcon-icon.perkClaimRequestedIcon-icon--requested{background-color:#853dc3}.exportPerkClaimsButton .exportPerkClaimsButton-link{text-transform:uppercase}.perksShowPage{padding-top:40px}.perksShowPage perk-header{display:block;margin-bottom:25px}.perksShowPage perk-description{display:block;margin-bottom:35px}.perksShowPage perk-claims-table{display:block;overflow-x:auto;margin-bottom:50px}.perkHeader{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding-bottom:15px;border-bottom:1px solid rgba(74,74,74,0.75)}.perkHeader .perkHeader-label{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:16px;line-height:19px}.perkHeader .perkHeader-buttons{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:right}.perkDescription .perkDescription-label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;line-height:14px;color:#4a4a4a;margin-bottom:15px}.perkDescription .perkDescription-description{font-family:"Archer SSm A","Archer SSm B",serif;font-weight:500;font-size:16px;line-height:19px;color:#4a4a4a}.perkClaimsTable .perkClaimsTable-selected{background-color:rgba(255,200,0,0.1)}table.wf-simpleTable th,table.wf-simpleTable td{padding:12px 30px;white-space:nowrap}table.wf-simpleTable th{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;line-height:14px;color:rgba(74,74,74,0.75);text-transform:uppercase}table.wf-simpleTable td{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:500;font-size:16px;line-height:19px;color:#4a4a4a}table.wf-simpleTable td.bold{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700}table.wf-simpleTable .centered{text-align:center}
.perksPage{margin-top:40px}.perksPage .perksPage-header{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:24px;line-height:29px;text-align:center;margin-bottom:30px}.perksPage perk-claim-filters{display:block;text-align:center;margin-bottom:55px}.perkClaimsEmpty{text-align:center;margin-top:10px}.perkClaimsEmpty .perkClaimsEmpty-header{font-family:"Archer SSm A","Archer SSm B",serif;font-weight:700;font-size:16px;line-height:18px;color:#4a4a4a;margin-bottom:75px}.perkClaimsEmpty .perkClaimsEmpty-message{font-family:"Archer SSm A","Archer SSm B",serif;font-weight:700;font-size:24px;line-height:29px;color:rgba(74,74,74,0.5);margin-bottom:41px}.perkClaimsEmpty .perkClaimsEmpty-browseLink{font-size:12px;line-height:15px}.perkClaimFilters .perkClaimFilters-label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;line-height:15px;color:#4a4a4a;opacity:0.5;text-align:center;margin-bottom:10px}.perkClaimFilters .perkClaimFilters-description{font-family:"Archer SSm A","Archer SSm B",serif;font-weight:700;font-size:16px;line-height:19px;margin-top:25px}.perkClaimFilters .perkClaimFilters-buttonGroup .perkClaimFilters-button{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;line-height:14px;display:inline-block;width:100px;color:#4a4a4a;padding:3px;border:2px solid #ffc800;border-right-width:0;border-radius:0;text-transform:uppercase}.perkClaimFilters .perkClaimFilters-buttonGroup .perkClaimFilters-button.perkClaimFilters-button--selected{background-color:#ffc800}.perkClaimFilters .perkClaimFilters-buttonGroup .perkClaimFilters-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.perkClaimFilters .perkClaimFilters-buttonGroup .perkClaimFilters-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right-width:2px}.perkClaimGroups{margin-top:55px}.perkClaimGroups perk-claims-grouped-by-company{display:block;margin-bottom:45px}.perkClaimsGroupedByCompany .perkClaimsGroupedByCompany-label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:20px;line-height:24px;margin-bottom:30px}.perkClaimsGroupedByCompany perk-claims-grouped-by-qualifying-amount{display:block;margin-bottom:20px}.perkClaimsGroupedByQualifyingAmount .perkClaimsGroupedByQualifyingAmount-label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:16px;line-height:19px;margin-bottom:10px;margin-left:47px}.perkClaimsGroupedByQualifyingAmount .perkClaimsGroupedByQualifyingAmount-perkClaimLine:nth-child(even){background-color:rgba(74,74,74,0.02)}.perkClaimsGroupedByQualifyingAmount perk-claim-line{margin-bottom:20px}.perkClaimLine{display:inline-block;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.perkClaimLine .perkClaimLine-label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;-webkit-box-flex:5;-moz-box-flex:5;-webkit-flex:5;-ms-flex:5;flex:5;font-color:#f3f3f3;opacity:0.75;font-size:14px;line-height:21px;padding:5px 10px;border-left:1px solid rgba(74,74,74,0.1);margin:10px 50px 10px 47px}.perkClaimLine .perkClaimLine-redeemButton{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:right;padding-right:15px;margin-top:7px}.perkClaimRedemptionFormModal .perkClaimRedemptionFormModal-header{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:24px;line-height:29px;text-align:center;margin-bottom:55px}.perkClaimRedemptionFormModal .perkClaimRedemptionFormModal-fieldset{border:0}@media screen and (min-width: 768px){.perkClaimRedemptionFormModal .perkClaimRedemptionFormModal-fieldset{margin:0 60px}}.perkClaimRedemptionFormModal .perkClaimRedemptionFormModal-questionSection{margin-bottom:30px}.perkClaimRedemptionFormModal .perkClaimRedemptionFormModal-submit{text-align:center}.perkClaimRedemptionFormModal .error-message{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;line-height:14px;display:none;color:#e91d51;text-align:center;margin-bottom:20px}.perkClaimRedemptionFormModal [name=perk_request_form].show-errors.ng-invalid input.ng-invalid{border-color:#e91d51 !important;border-style:dashed !important}.perkClaimRedemptionFormModal [name=perk_request_form].show-errors.ng-invalid .error-message{display:block}.perkRequestDropdownQuestion .perkRequestDropdownQuestion-label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:16px;line-height:19px}.perkRequestDropdownQuestion .perkRequestDropdownQuestion-select{display:inline-block;height:37px;width:33%;margin-left:10px}.perkRequestShortAnswerQuestion .perkRequestShortAnswerQuestion-label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:16px;line-height:19px;margin-right:10px}.perkRequestShortAnswerQuestion input[type=text].perkRequestShortAnswerQuestion-input{display:inline-block;padding-top:8px;padding-bottom:8px;width:33%}.perkRequestShippingAddress{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:500;font-size:12px;line-height:14px}.perkRequestShippingAddress .shippingAddress-form{max-width:324px}.perkRequestShippingAddress .shippingAddress-form input[type=text]{width:300px}.perkRequestShippingAddress .city{width:120px;padding-right:30px}.perkRequestShippingAddress .state{width:50px;padding-right:30px}.perkRequestShippingAddress .zip{width:60px}.perkRequestShippingAddress .city,.perkRequestShippingAddress .state,.perkRequestShippingAddress .zip{display:inline-block}.perkRequestShippingAddress .city input[type=text],.perkRequestShippingAddress .state input[type=text],.perkRequestShippingAddress .zip input[type=text]{width:100%}@media screen and (min-width: 500px){.perkRequestShippingAddress .shippingAddress-form{margin:0 auto}}.perkRequestShippingAddress .shippingAddress-label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:16px;line-height:19px;margin-bottom:25px}.perkRequestShippingAddress .shippingAddress-inputGroup{margin-bottom:10px}.perkRequestShippingAddress label{color:rgba(74,74,74,0.75)}.perkRequestShippingAddress input[type=text]{padding-top:8px;padding-bottom:8px;margin-top:3px}.perkClaimRedemptionModal{text-align:center}.perkClaimRedemptionModal .perkClaimRedemptionModal-header{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:24px;line-height:29px;margin-bottom:25px}.perkClaimRedemptionModal .perkClaimRedemptionModal-instructionsContainer{text-align:center;margin-bottom:55px}.perkClaimRedemptionModal .perkClaimRedemptionModal-instructionsContainer .perkClaimRedemptionModal-instructions{display:inline-block;max-width:350px;text-align:left}.perkClaimRedemptionModal .perkClaimRedemptionModal-underlined{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;display:inline-block;font-size:24px;line-height:29px;border-bottom:2px solid #0277bd;margin-bottom:30px}.markPerkClaimUsedForm .markPerkClaimUsedForm-form{color:rgba(74,74,74,0.75);margin-bottom:25px}
#investments{padding:30px 0px}#investments h1{font-size:3.157em;text-align:center;margin-bottom:0px}#investments li:before{content:""}#investments li{text-indent:0px}#investments a{color:#4a4a4a}#investments a:hover{color:#4598BD}#investments .investment-group-name{text-align:center}#investments .download-tax-documents{text-align:center;margin-bottom:10px}#investments .download-all-contracts{text-align:center;margin-bottom:50px}#investments .uppercase{text-transform:uppercase}#investments .no-investments .salutation{color:#4598BD;font-size:1.5em;font-weight:400}#investments .no-investments .explanatory-text-lg{font-weight:600;color:#4a4a4a;font-size:1.5em}#investments .no-investments .explanatory-text-sm{font-weight:400;color:#9b9b9b;font-size:.75em}#investments .no-investments .take-action{display:flex;flex-direction:column;margin-top:50px}#investments .no-investments .take-action .salutation-sm{font-size:.75em;text-align:center;color:#9b9b9b}#investments .no-investments .take-action .link-button{background-color:#80BBDE;color:#fff;font-size:.875em;width:300px;margin:5px auto;font-weight:600;display:block;padding:10px 0;border-radius:3px;text-align:center}#investments .no-investments .take-action .link-button:nth-of-type(2){background-color:#015479}#investments .reinstate-box{display:flex;position:absolute;margin-top:140px;width:1000px}#investments .reinstate-box .reinstate-button{background-color:#4598BD;margin:auto;color:rgba(255,255,255,0.8);align-content:center;z-index:999}#investments .no-investments{max-width:600px;margin:50px auto}#investments .investment-rescinded,#investments .investment-needs_manual_rescind{opacity:0.4;background-color:#f3f3f3 !important}#investments .card-wrap{position:relative;width:900px;height:inherit;margin:auto;background-color:white;border-bottom:1px solid #e2e2e2;margin-bottom:10px}#investments .pending-box{margin:auto;background-color:rgba(255,193,7,0.5);border-radius:3px 3px 0px 0px;padding:10px 20px}#investments .pending-box .pending-message{font-size:.75em;color:#787059;font-weight:600}#investments .grey-out{color:#e1e1e1}#investments .pending-label{background-color:rgba(255,193,7,0.5);color:#fff;font-weight:600;font-size:.75em;padding:2px 0px;border-radius:3px}#investments .actions{float:right}#investments .card-content{padding:20px 20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}#investments .atten-corner{height:0px;width:0px;border-bottom:30px solid transparent;border-right:30px solid #f4511e;position:absolute;right:-1px;margin-top:-20px;opacity:.85;box-shadow:-1px 1px 13px 1px #e2e2e2}#investments .intro-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;padding-bottom:10px;width:480px}#investments .company-logo img{width:60px;height:60px;border-radius:3px}#investments .name-block{padding-left:10px}#investments .company-name{font-size:1.5em;color:#4a4a4a;font-weight:700}#investments .company-tagline{font-size:0.75em;color:#5c5c5c}#investments .action-message,#investments .perks,#investments .terms{font-size:.75em;max-width:500px;padding:10px 0px}#investments .action-message .bold,#investments .perks .bold,#investments .terms .bold{font-weight:600;color:#4a4a4a}#investments .action-message .text,#investments .perks .text,#investments .terms .text{font-weight:400;color:#5c5c5c}#investments .round-tag{float:right;margin-right:5px}#investments .digits{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;text-align:center;margin-left:108px;margin-top:15px}#investments .digits .changeable{cursor:pointer;margin-top:-5px;padding:2px}#investments .digits .digits-inner{padding:0px 10px;margin:auto}#investments .digits .da-number{font-size:1.625em;font-weight:700}#investments .digits .da-text{font-size:0.625em;color:#9B9B9B}#investments .digits .fa-pencil{font-size:15px;vertical-align:middle}#investments .links{font-size:0.625em;color:#4A4A4A;font-weight:700;padding-top:15px;margin-left:130px;text-align:right;padding-right:10px;position:absolute;right:20px;bottom:30px}#investments .links span{padding:0px 10px}#investments .links .show-fund-companies{cursor:pointer}#investments .of-labels{font-weight:600;font-size:.625em;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:flex-start;justify-content:flex-start}#investments .of-labels span:nth-child(1){width:33%;margin-left:60px}#investments .of-labels span:nth-child(2){width:33%;margin-left:40px}#investments .of-labels span:nth-child(3){width:33%;margin-left:80px}#investments .of-dropdown::before{content:""}#investments .of-dropdown::after{content:"";margin:20px}#investments .of-dropdown{margin-bottom:10px;width:900px;margin:auto}#investments .box{position:relative;padding:10px;margin-top:10px;max-width:880px;box-shadow:0px 0px 4px 1px #e2e2e2;background-color:white;border-radius:3px}#investments .o-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:flex-start;justify-content:flex-start;font-size:.625em;font-weight:400;padding-left:50px}#investments .o-content .company-status-tag{font-size:.75em;font-weight:800;border:none;border-radius:3px;margin-left:20px;padding:2px 4px;margin-top:-2px}#investments .o-content .acquired{background-color:rgba(2,119,189,0.5);color:white}#investments .o-content .almost-closed{background-color:rgba(255,198,34,0.5);color:#4A4A4A}#investments .o-content div:nth-child(1){font-weight:800;-webkit-order:1;order:1;width:33%}#investments .o-content div:nth-child(2){-webkit-order:2;order:2;margin-left:50px;width:33%}#investments .o-content div:nth-child(3){-webkit-order:3;order:3;margin-left:50px}#investments ul{list-style-type:none;padding:0px}#investments ul li{padding:0px;margin:0px}@media (max-width: 950px){#investments .pending-box{margin-bottom:-70px;border-radius:0px;margin-top:100px}#investments .card-wrap{width:300px;height:inherit}#investments .card-content{padding:10px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}#investments .info{order:2;padding-bottom:20px}#investments .actions{order:1;padding-top:90px;margin:auto;text-align:center}#investments .intro-block{position:absolute;top:10px;padding-bottom:20px}#investments .company-tagline{max-width:200px}#investments .atten-corner{right:-1px;margin-top:-10px}#investments .round-tag{position:relative;margin-top:20px;float:none}#investments .company-name{font-size:1em}#investments .company-tagline{font-size:0.625em;max-width:200px}#investments .digits{margin:0px;padding-top:20px}#investments .links{position:absolute;bottom:4px;margin:0px;padding-left:15px}#investments .links span{padding:10px 15px}}#edit_investment_pop{max-width:390px}#edit_investment_pop .cancel-mode .cancel-investment{background-color:#D55672}#edit_investment_pop .cancel-mode .new-amount{opacity:0.3}@media screen and (max-width: 610px){#edit_investment_pop label{display:none}}#edit_investment_pop .fundr-comp-name{font-weight:600}#edit_investment_pop .cancel-investment{font-size:.6em}#edit_investment_pop .errors{color:rgba(233,29,81,0.75);font-size:.7em;font-weight:600;text-align:center}#edit_investment_pop .errors-local{margin:5px 0px;padding:5px;font-weight:400;text-align:left}#edit_investment_pop label.error{color:rgba(233,29,81,0.75)}@media screen and (max-width: 610px){#edit_investment_pop .padding .primary{margin-left:0px !important}}#edit_investment_pop .padding .primary:disabled{opacity:0.3}#edit_investment_pop hr{border:1px solid #4a4a4a}#edit_investment_pop .row{text-align:center;margin:20px auto;width:85%}#edit_investment_pop .row .half{width:50%;float:left}#edit_investment_pop .row .digits .da-text{font-size:12px;color:#9b9b9b}#edit_investment_pop .row .digits .da-number{margin-top:10px;font-size:26px;color:#9b9b9b}#edit_investment_pop .row input[type=text]{font-family:inherit;font-size:26px;width:75%;text-align:right;margin:0;padding:5px}#edit_investment_pop .row .legalese,#edit_investment_pop .row .fees-and-discounts,#edit_investment_pop .row .information{text-align:left;font-size:12px}#edit_investment_pop .row .signature{font-family:"Brush Script MT",cursive;font-size:40px;line-height:40px;width:100%}#edit_investment_pop .row .signature .signature-line{width:100%;border-bottom:2px solid #ccc;margin:5px 0}#edit_investment_pop .row .signature .title{text-align:center;width:100%;font-size:12px;color:#aaa;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}#edit_investment_pop .row button.primary{width:70%}
.profile_editor_v4 .editor-spacer{height:32px}.profile_editor_v4 .redactor2-layer{border:2px solid rgba(2,119,189,0.1);padding:10px}.profile_editor_v4.quickstart-mode .main-editor-content{margin-bottom:20px}.profile_editor_v4 .edit-header-preview{background-size:cover;-webkit-transition:opacity 500ms ease-in-out;-moz-transition:opacity 500ms ease-in-out;-o-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out;position:Relative;color:white}.profile_editor_v4 .edit-header-preview .left_text{text-align:left !important;justify-content:inherit !important;margin-left:80px}.profile_editor_v4 .edit-header-preview .video-play{width:175px;height:38px;line-height:38px;font-size:16px;position:Relative;margin-top:10px;display:inline-block}.profile_editor_v4 .edit-header-preview .video-play:hover{background:rgba(29,233,182,0.8)}.profile_editor_v4 .red-error{color:#e91d51}.profile_editor_v4 .base-uploader .wf-base-uploader{margin-top:10px}.profile_editor_v4 .base-uploader .photos .photo{position:relative;background:#000;line-height:0em}.profile_editor_v4 .base-uploader .photos .photo:hover img{opacity:.2}.profile_editor_v4 .base-uploader .photos .photo:hover .editing{display:block}.profile_editor_v4 .base-uploader .photos .photo img{-webkit-transition:opacity 50ms ease-in-out;-moz-transition:opacity 50ms ease-in-out;-o-transition:opacity 50ms ease-in-out;transition:opacity 50ms ease-in-out}.profile_editor_v4 .base-uploader .photos .photo .add-caption2{position:absolute;left:0px;bottom:-20px;height:20px;overflow:hidden;white-space:nowrap;width:100%;text-overflow:ellipsis;cursor:pointer;font-size:.8em;color:rgba(74,74,74,0.75);font-style:italic;font-family:"Archer SSm A","Archer SSm B",serif}.profile_editor_v4 .base-uploader .photos .photo .add-caption2 .add{margin-top:9px;font-size:.8em}.profile_editor_v4 .base-uploader .photos .photo .add-caption2 h3{margin-top:3px;font-size:1em;font-style:normal;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.profile_editor_v4 .base-uploader .photos .photo .add-caption2:hover{color:#4a4a4a}.profile_editor_v4 .base-uploader .photos .photo .editing{display:none;position:absolute;left:0px;top:0px;color:rgba(255,255,255,0.8);width:100%;background:rgba(0,0,0,0.7);height:25px}.profile_editor_v4 .base-uploader .photos .photo .editing .link-video{font-size:.75em;cursor:pointer;margin-top:11px;margin-left:10px}.profile_editor_v4 .base-uploader .photos .photo .editing .link-video:hover{color:#fff}.profile_editor_v4 .base-uploader .photos .photo .editing .fa-trash{font-size:15px;cursor:pointer;margin-left:5px;float:none;color:white;margin-top:1px;margin-top:4px;margin-left:3px;position:absolute;right:10px}.profile_editor_v4 .base-uploader .photos .photo .editing .fa-trash:hover{color:#e91d51}.profile_editor_v4 .base-uploader .photos .photo .editing .fa-cursor-move{color:white;font-size:16px;float:none;cursor:move;margin-top:3px;margin-left:3px;position:absolute;right:30px}.profile_editor_v4 .uploader_grid .wf-base-uploader,.profile_editor_v4 .uploader_side-by-side .wf-base-uploader{width:298px;height:167px;float:left;margin:10px}.profile_editor_v4 .uploader_grid .wf-base-uploader_3_4,.profile_editor_v4 .uploader_side-by-side .wf-base-uploader_3_4{height:223px !important}.profile_editor_v4 .uploader_grid .advanced-settings,.profile_editor_v4 .uploader_side-by-side .advanced-settings{margin-top:10px;margin-left:10px}.profile_editor_v4 .uploader_grid .container,.profile_editor_v4 .uploader_side-by-side .container{max-width:960px;margin-left:auto;margin-right:auto}@media screen and (max-width: 1000px){.profile_editor_v4 .uploader_grid .container,.profile_editor_v4 .uploader_side-by-side .container{width:640px}}@media screen and (max-width: 680px){.profile_editor_v4 .uploader_grid .container,.profile_editor_v4 .uploader_side-by-side .container{width:320px}}.profile_editor_v4 .uploader_grid .photos .photo,.profile_editor_v4 .uploader_side-by-side .photos .photo{height:169px;width:300px;margin:10px;float:left}.profile_editor_v4 .uploader_grid .photos .photo .video-icon,.profile_editor_v4 .uploader_side-by-side .photos .photo .video-icon{position:absolute;margin-top:40px;margin-left:106px}.profile_editor_v4 .uploader_grid .photos .photo img,.profile_editor_v4 .uploader_side-by-side .photos .photo img{width:100%;height:100%}.profile_editor_v4 .uploader_grid .photos .edit_ratio3_4,.profile_editor_v4 .uploader_side-by-side .photos .edit_ratio3_4{height:225px !important}.profile_editor_v4 .uploader_grid .photos .edit_orginal_aspect,.profile_editor_v4 .uploader_side-by-side .photos .edit_orginal_aspect{background-size:contain !important}.profile_editor_v4 .uploader_side-by-side .wf-base-uploader{float:none}.profile_editor_v4 .uploader_side-by-side .photos .photo{float:none;margin-top:20px}.profile_editor_v4 .uploader_side-by-side .photos .photo .add-caption2{top:0px;bottom:auto;left:320px;height:170px;white-space:normal;text-overflow:none;line-height:1.5em}.profile_editor_v4 .uploader_slideshow .advanced-settings{margin-top:10px;margin-left:0px}.profile_editor_v4 .uploader_slideshow .container{max-width:750px;margin-left:auto;margin-right:auto}.profile_editor_v4 .uploader_slideshow .wf-base-uploader{padding-bottom:53%;margin-left:auto;margin-right:auto;margin-bottom:10px}.profile_editor_v4 .uploader_slideshow .wf-base-uploader_3_4{padding-bottom:75% !important}.profile_editor_v4 .uploader_slideshow .photos{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center;margin-left:-34px;margin-top:-10px}.profile_editor_v4 .uploader_slideshow .photos .photo{height:91px;width:162px;margin-left:34px;margin-top:20px}.profile_editor_v4 .uploader_slideshow .photos .photo .video-icon{position:absolute;margin-top:17px;margin-left:52px}.profile_editor_v4 .uploader_slideshow .photos .photo .video-icon .video-play{width:50px;height:50px;line-height:50px;font-size:24px}.profile_editor_v4 .uploader_slideshow .photos .photo img{width:100%}.profile_editor_v4 .uploader_slideshow .edit_ratio3_4{height:121px !important}.profile_editor_v4 .uploader_slideshow .edit_orginal_aspect{background-size:contain !important}.profile_editor_v4 .open-advanced-video-options{float:right;color:rgba(74,74,74,0.5);cursor:pointer}.profile_editor_v4 .open-advanced-video-options:hover{color:rgba(74,74,74,0.75)}.profile_editor_v4 .section-block{background:#F6F6F6;width:195px;height:140px;margin:10px;padding:20px;float:left;text-align:Center;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;position:relative;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.profile_editor_v4 .section-block:hover{background:#f0f0f0}.profile_editor_v4 .section-block:active{background:#4A4A4A}.profile_editor_v4 .section-block:active .section-name{color:#fff}.profile_editor_v4 .section-block:active img{-webkit-filter:invert(100%);filter:invert(100%)}.profile_editor_v4 .section-block .block-content{display:block}.profile_editor_v4 .section-block .animator{display:none;width:100%;text-align:Center}.profile_editor_v4 .section-block .section-name{box-sizing:border-box;margin-left:-20px;position:absolute;font-size:.75em;color:#7F7F7F;font-weight:bold;width:100%;text-align:Center}.profile_editor_v4 .section-block img{margin-top:25px;width:80%;margin-left:auto;margin-right:auto}.profile_editor_v4 .menu{background:white}.profile_editor_v4 .match-menu-height{height:50px}@media screen and (max-width: 767px){.profile_editor_v4 .match-menu-height{height:80px}}@media screen and (max-width: 499px){.profile_editor_v4 .match-menu-height{height:106px}}.profile_editor_v4 #basics{margin-left:auto;margin-right:auto;font-size:14px;width:100%;max-width:355px;min-width:300px;position:relative}@media screen and (max-width: 767px){.profile_editor_v4 .hideonMobile{display:none}}.profile_editor_v4 .invite-container{width:300px;float:left;margin-right:95px;position:relative}.profile_editor_v4 .invite-container .wf-error-text{font-weight:bold;font-size:.75em;width:200px;float:left;margin-top:10px;display:none}.profile_editor_v4 .invite-container .radio{width:20px;float:left;margin-top:2px}.profile_editor_v4 .invite-container label{float:left;margin-right:10px;margin-top:0px}.profile_editor_v4 .invite-container .invite-email,.profile_editor_v4 .invite-container .invite-name{margin-top:5px}.profile_editor_v4 .invite-container .wf-flat-secondary{float:right}.profile_editor_v4 .invite-container .wf-primary{float:right}.profile_editor_v4 .renderInvitePreview{float:left}.profile_editor_v4 .mid-page_nav{background:white;color:rgba(74,74,74,0.75);box-shadow:0 5px 8px -8px rgba(74,74,74,0.5)}.profile_editor_v4 .mid-page_nav .action-buttons{float:right;margin-top:1px}@media screen and (max-width: 767px){.profile_editor_v4 .mid-page_nav .action-buttons{float:none;margin-left:auto;margin-right:auto;display:block;width:300px;text-align:Center}}.profile_editor_v4 .mid-page_nav .action-buttons button{min-width:75px;line-height:3px}.profile_editor_v4 .mid-page_nav .action-buttons button .fa-cog{position:initial;font-size:inherit;line-height:inherit}.profile_editor_v4 .mid-page_nav ul{width:480px;margin-right:auto;padding-left:0px;margin-left:auto !important;margin-top:0px;max-width:580px;min-width:300px;width:100%;float:left;text-align:left}@media screen and (max-width: 767px){.profile_editor_v4 .mid-page_nav ul{float:none;margin-left:auto;margin-right:auto;margin-top:5px}}.profile_editor_v4 .mid-page_nav ul li{cursor:pointer}@media screen and (max-width: 768px){.profile_editor_v4 .mid-page_nav ul li{margin-top:2px;margin-bottom:-1px}}@media screen and (max-width: 600px){.profile_editor_v4 .mid-page_nav ul li{font-size:11px;margin-left:7px;margin-right:7px}}.profile_editor_v4 .mid-page_nav ul li:hover{color:rgba(74,74,74,0.9)}.profile_editor_v4 .mid-page_nav .active{border-bottom:5px solid #0277bd;color:#4a4a4a}.profile_editor_v4 .quickstart-bar{padding:40px 0;background:#4a4a4a;color:white}.profile_editor_v4 .quickstart-bar .quickstart-bar-content{max-width:520px;text-align:center}.profile_editor_v4 .quickstart-bar .quickstart-bar-content .title{margin-bottom:30px;font-weight:700;font-size:24px}.profile_editor_v4 .quickstart-bar .quickstart-bar-content .description{margin-bottom:30px;font-size:15px;text-align:left}.profile_editor_v4 .save-bar{height:54px;padding:20px;padding-left:0px;padding-right:0px;background:#4a4a4a;width:100%;position:fixed;bottom:0;margin-top:-94px;z-index:5}.profile_editor_v4 .save-bar .button-holder{float:right;text-align:right}@media screen and (max-width: 500px){.profile_editor_v4 .save-bar .button-holder{float:none;text-align:Center}}.profile_editor_v4 .save-bar .wf-secondary{margin-right:10px}.profile_editor_v4 .save-bar .clockContainer{font-size:14px}@media screen and (max-width: 500px){.profile_editor_v4 .save-bar .clockContainer{display:none}}.profile_editor_v4 .save-bar .clockContainer .save-text{font-size:12px;margin-top:5px;margin-bottom:-2px;color:#F8C803}.profile_editor_v4 .save-bar .clockContainer .fa-access-time,.profile_editor_v4 .save-bar .clockContainer .fa-clock{float:left;margin-top:11px;font-size:34px;margin-right:7px;color:#F8C803}.profile_editor_v4 .code-editor{border:2px solid rgba(2,119,189,0.1);font-family:Consolas,Monaco,Lucida Console,Liberation Mono}.profile_editor_v4 .code-menu{float:left;margin-right:20px;cursor:pointer}.profile_editor_v4 .code-menu:hover{color:#4a4a4a}.profile_editor_v4 .code-active{font-weight:bold}.profile_editor_v4 .main-editor-content{padding-left:0px;padding-top:25px;padding-bottom:25px;border-left:0px;margin-left:auto;margin-right:auto;max-width:100%;margin-bottom:94px}.profile_editor_v4 .main-editor-content h2{font-size:1.5em}.profile_editor_v4 .main-editor-content h3{font-size:1.25em;color:rgba(74,74,74,0.5);font-weight:bold;margin-top:40px;margin-bottom:5px}.profile_editor_v4 .main-editor-content .sub_title{font-size:13px;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.profile_editor_v4 .main-editor-content label{display:block;font-size:12px;margin-bottom:3px;margin-top:20px;color:rgba(74,74,74,0.75)}.profile_editor_v4 .main-editor-content input,.profile_editor_v4 .main-editor-content input[type="url"],.profile_editor_v4 .main-editor-content input[type="text"],.profile_editor_v4 .main-editor-content textarea,.profile_editor_v4 .main-editor-content .redactor-editor{width:100%;box-sizing:border-box;font-size:14px}.profile_editor_v4 .main-editor-content input.single_line{border:0px;border-bottom:2px solid rgba(2,119,189,0.1)}.profile_editor_v4 .main-editor-content input.single_line:focus{border:0px;border-bottom:2px solid rgba(2,119,189,0.1)}.profile_editor_v4 .main-editor-content input.single_line.single-line-error{border-color:#e91d51}.profile_editor_v4 .main-editor-content .radio input{width:25px;float:left}.profile_editor_v4 .main-editor-content .radio label{float:left;margin-right:25px;margin-top:0px;margin-bottom:0px}.profile_editor_v4 .main-editor-content .extra-hint-wrapper .wf-hint-hidden{opacity:1;visibility:inherit;margin-left:325px;margin-top:80px}.profile_editor_v4 .main-editor-content .card-wrapper{margin-left:-20px}.profile_editor_v4 .main-editor-content .company-links .fa{position:absolute;margin-top:9px;margin-left:3px}.profile_editor_v4 .main-editor-content .company-links .single_line{font-size:12px;padding-bottom:8px;padding-top:8px;padding-left:25px;font-size:13px}.profile_editor_v4 .main-editor-content .company-links input{font-size:13px}.profile_editor_v4 .main-editor-content .company-links .fa-facebook{color:#415E9B}.profile_editor_v4 .main-editor-content .company-links .fa-twitter{color:#2FC2EF}.profile_editor_v4 .main-editor-content .company-links .fa-instagram{color:#3F729B}.profile_editor_v4 .main-editor-content .company-links .fa-youtube{color:#CD201F}.profile_editor_v4 .main-editor-content .company-links .fa-vimeo{color:#3F729B}.profile_editor_v4 .main-editor-content .attachment .fa-download{font-size:16px}.profile_editor_v4 .main-editor-content .attachment .name{padding:2px 4px;width:83%;border:0px;border-bottom:2px solid rgba(2,119,189,0.1);margin-top:7px;padding-bottom:5px;font-size:13px}.profile_editor_v4 .main-editor-content .attachment .name:focus{border:0px;border-bottom:2px solid rgba(2,119,189,0.1)}.profile_editor_v4 .main-editor-content .attachment .remove{font-size:12px;color:rgba(74,74,74,0.5)}.profile_editor_v4 .main-editor-content .attachment .remove:hover{color:#e91d51}.profile_editor_v4 .main-editor-content .redactor-editor a{color:inherit;text-decoration:underline}.profile_editor_v4 .main-editor-content .redactor-editor a:hover{color:#0277bd}.profile_editor_v4 .editor-layer{display:none;-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-ms-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all 0.5 s ease-in}.profile_editor_v4 .active-layer{display:block}.profile_editor_v4 .invisible_input{border:0px !important}.profile_editor_v4 .invisible_input:focus{border:0px !important}.profile_editor_v4 .milestones{font-size:13px}.profile_editor_v4 .milestones .redactor2-layer{border:0px;border-bottom:2px solid rgba(2,119,189,0.1);padding-left:20px;padding-right:7px;padding-bottom:7px;font-size:13px}.profile_editor_v4 .milestones textarea{border:0px;border-bottom:2px solid rgba(2,119,189,0.1);padding-left:20px}.profile_editor_v4 .milestones .num{position:absolute;margin-top:10px;margin-left:3px;font-size:14px;z-index:1;color:#80bbde}.profile_editor_v4 .company-logo-uploader{width:125px !important;height:125px !important;margin-bottom:15px}.profile_editor_v4 .cover-photo-uploader{width:100% !important;padding-bottom:36.73% !important;height:0px !important;margin-top:10px;font-size:20px}.profile_editor_v4 .portrait-photo-uploader{width:100% !important;padding-bottom:36.73% !important;height:800px;margin-top:5px;font-size:20px;overflow:hidden}.profile_editor_v4 .portrait-photo{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;float:left}.profile_editor_v4 .portrait-photo h3{margin-bottom:20px}.profile_editor_v4 .portrait-photo .wf-image-uploader .wrap .sizer{height:50%}.profile_editor_v4 .portrait-photo .wf-image-uploader .wrap{height:100%}.profile_editor_v4 .portrait-photo .wf-image-uploader img{width:auto}.profile_editor_v4 .card-photo{margin-left:30px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;float:left}.profile_editor_v4 .card-photo h3{margin-left:20px}.profile_editor_v4 .custom-card-photo-uploader{display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;transition:border-color 0.5s ease;color:rgba(74,74,74,0.5);font-size:13px;text-align:center}.profile_editor_v4 .custom-card-photo-uploader.uploader-blank{border:1px dashed #aaa;border-top:none;background:#f8f8f8}.profile_editor_v4 .custom-card-photo-uploader.uploader-loaded{border:1px solid #eee;border-bottom:none;border-top:none;background:#ffffff}.profile_editor_v4 .custom-card-photo-uploader:hover{background:#f3f3f3;color:#4a4a4a;border-color:#37474f}.profile_editor_v4 .custom-card-photo-uploader .fa{font-size:3em;-webkit-transition:color 500ms ease-in-out;-moz-transition:color 500ms ease-in-out;-o-transition:color 500ms ease-in-out;transition:color 500ms ease-in-out}.profile_editor_v4 .custom-card-photo-uploader .placeholder-text{font-size:.75em;text-transform:uppercase;-webkit-transition:color 500ms ease-in-out;-moz-transition:color 500ms ease-in-out;-o-transition:color 500ms ease-in-out;transform:color 500ms ease-in-out}.profile_editor_v4 .wf-image-uploader.press-logo-uploader{background:transparent;border:none}.profile_editor_v4 .wf-image-uploader.press-logo-uploader img{height:auto}.profile_editor_v4 .upload-founder-pic.uploader-loaded{padding:0;border:none}.profile_editor_v4 .wf-char-counter-num{position:absolute;text-align:right;font-size:11px;right:0px}@media screen and (max-width: 350px){.profile_editor_v4 .wf-char-counter-num{width:300px}}.profile_editor_v4 .divider{height:1px;background:#eee;width:100%;margin-top:10px;margin-bottom:10px}.profile_editor_v4 #quotes,.profile_editor_v4 #review{max-width:650px;min-width:300px;margin-left:auto;margin-right:auto;width:100%}.profile_editor_v4 #press{max-width:650px;min-width:300px;margin-left:auto;margin-right:auto;width:100%}.profile_editor_v4 #press .new-press-container{margin-top:20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.profile_editor_v4 #press .new-press-container .add-press-link{width:100%;padding-bottom:0px;padding-left:0px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.profile_editor_v4 #press .new-press-container .wf-secondary{-webkit-box-flex:0 0 100px;-moz-box-flex:0 0 100px;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px}.profile_editor_v4 #press .render-press{margin-top:25px}.profile_editor_v4 .q_and_a{max-width:650px;min-width:300px;margin-left:auto;margin-right:auto;width:100%}.profile_editor_v4 .q_and_a .redactor-box{margin-left:-11px;margin-right:-11px}.profile_editor_v4 .q_and_a .qa_link{color:#4a4a4a}.profile_editor_v4 .q_and_a .qa_link:hover{color:#0277bd}.profile_editor_v4 .q_and_a .redactor-editor{font-family:"Archer SSm A","Archer SSm B",serif;font-size:1em}.profile_editor_v4 .q_and_a .redactor-editor p{font-size:1em}.profile_editor_v4 .q_and_a .title_input{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;width:100%;padding:0px;font-weight:bold;font-size:1.1em !important;border:0px}.profile_editor_v4 .q_and_a .title_input:focus{border:0px}.profile_editor_v4 .q_and_a .new_answer{max-width:648px}.profile_editor_v4 .q_and_a .new_answer .redactor-editor{border:0px;min-height:40px;font-family:"Archer SSm A","Archer SSm B",serif;font-size:1em !important}.profile_editor_v4 .q_and_a .new_answer .redactor-editor:focus{border:0px}.profile_editor_v4 .q_and_a .new_question{padding:0px;border:0px;font-weight:bold;font-size:1.1em !important}.profile_editor_v4 .q_and_a .new_question:focus{border:0px}.profile_editor_v4 .add-new-round{width:250px}.profile_editor_v4 .add-new-round .wf-primary{margin-top:15px}.profile_editor_v4 .tracking-test-spinner{display:none}.profile_editor_v4 .tracking-test{margin-top:10px;font-size:12px}.profile_editor_v4 #tracking-test-iframe-wrap{display:none;position:absolute;height:0;width:0}.edit-past-round h3{text-align:center;margin-top:0}.edit-past-round label{display:block;margin-top:20px}.design_v4 .crop-modal{background:white}.design_v4 .crop-modal .actions{margin-top:0}.design_v4 .crop-modal .actions .cancel{margin:0}.profile_v4_q_and_a_question .q{margin-top:30px;cursor:pointer;position:relative}.profile_v4_q_and_a_question .q:hover .actions{opacity:1}.profile_v4_q_and_a_question.editing .q .redactor-editor{border-color:rgba(2,119,189,0.1)}.profile_v4_q_and_a_question.editing .q .question-save,.profile_v4_q_and_a_question.editing .q .question-cancel,.profile_v4_q_and_a_question.editing .q .question-delete{display:inline-block}.profile_v4_q_and_a_question .q .redactor-editor{border-color:transparent}.profile_v4_q_and_a_question .q .question-save,.profile_v4_q_and_a_question .q .question-cancel,.profile_v4_q_and_a_question .q .question-delete{display:none}.profile_v4_q_and_a_question .q .question-name,.profile_v4_q_and_a_question .q .new_question{font-size:16px;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.profile_v4_q_and_a_question .q .question-name:hover,.profile_v4_q_and_a_question .q .new_question:hover{background:rgba(39,39,39,0.01) !important}.profile_v4_q_and_a_question .q .question-answer{margin-top:15px;font-family:"Archer SSm A","Archer SSm B",serif;font-size:14px}.profile_v4_q_and_a_question .q .question-answer:hover{background:rgba(39,39,39,0.01) !important}.profile_v4_q_and_a_question .q .actions{position:absolute;left:-18px;top:1px;font-size:16px;opacity:0;-webkit-transition:opacity 300ms ease-in-out;-moz-transition:opacity 300ms ease-in-out;-o-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}.profile_v4_q_and_a_question .q .handle{cursor:move}.profile_v4_q_and_a_question .q .fa-trash{cursor:pointer}.profile_v4_q_and_a_question .q .fa-trash:hover{color:red}.showPreview{display:none}.sharingBar{width:100%;text-align:center;background:#ffc800;height:40px;line-height:40px}.sharingBar a{color:#4a4a4a !important;font-weight:bold}.sharingBar a:hover{color:black !important}body .small-quote{margin-top:30px;line-height:1.7em;position:relative}body .small-quote .small{font-size:.875em}body .small-quote .extra-info{color:rgba(75,74,74,0.5);margin-top:-8px}body .small-quote .fa-quote-left{font-size:1.1em;margin-left:-8px;margin-top:-1px;position:absolute;color:rgba(74,74,74,0.1);font-size:1.375em;margin-left:-13px;margin-top:-5px}body .small-quote .store-quote{word-wrap:break-word}.profile_editor_v4 .center_subtitle,.profile_v5 .center_subtitle,.mockup-profile-editor-v4 .center_subtitle{max-width:600px;text-align:left;margin-left:auto;margin-right:auto;margin-bottom:20px;margin-top:-10px;min-height:10px}.profile_editor_v4 .center_subtitle a:not(.wf-standalone),.profile_v5 .center_subtitle a:not(.wf-standalone),.mockup-profile-editor-v4 .center_subtitle a:not(.wf-standalone){color:inherit;text-decoration:underline}.profile_editor_v4 .center_subtitle a:not(.wf-standalone):hover,.profile_v5 .center_subtitle a:not(.wf-standalone):hover,.mockup-profile-editor-v4 .center_subtitle a:not(.wf-standalone):hover{color:#0277bd}.profile_editor_v4 .center_subtitle .redactor-editor,.profile_v5 .center_subtitle .redactor-editor,.mockup-profile-editor-v4 .center_subtitle .redactor-editor{border:0px;text-align:Center;padding:0px;font-size:1em}.profile_editor_v4 .center_subtitle .redactor-placeholder:after,.profile_v5 .center_subtitle .redactor-placeholder:after,.mockup-profile-editor-v4 .center_subtitle .redactor-placeholder:after{position:relative}.profile_editor_v4 .center_subtitle .wf-standalone,.profile_v5 .center_subtitle .wf-standalone,.mockup-profile-editor-v4 .center_subtitle .wf-standalone{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif !important;font-size:14px}.profile_editor_v4 .quotes h5,.profile_v5 .quotes h5,.mockup-profile-editor-v4 .quotes h5{font-weight:bold;margin-top:5px;margin-bottom:20px;font-size:.875em;text-align:center;color:rgba(74,74,74,0.75)}.profile_editor_v4 .quotes .sw_week,.profile_v5 .quotes .sw_week,.mockup-profile-editor-v4 .quotes .sw_week{font-weight:normal;color:rgba(74,74,74,0.5);font-size:.875em}.profile_editor_v4 .quotes .club-logo,.profile_v5 .quotes .club-logo,.mockup-profile-editor-v4 .quotes .club-logo{width:80px;height:80px;border-radius:3px}.profile_editor_v4 .quotes .sponsor-label,.profile_v5 .quotes .sponsor-label,.mockup-profile-editor-v4 .quotes .sponsor-label{color:rgba(74,74,74,0.75);font-weight:bold;font-size:11px;text-transform:uppercase}.profile_editor_v4 .quotes .hide-small-quote,.profile_v5 .quotes .hide-small-quote,.mockup-profile-editor-v4 .quotes .hide-small-quote{display:none}.profile_editor_v4 .grid,.profile_v5 .grid,.mockup-profile-editor-v4 .grid{margin-top:20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center;line-height:0em;text-align:center}.profile_editor_v4 .grid .video1,.profile_v5 .grid .video1,.mockup-profile-editor-v4 .grid .video1{margin-left:-86px;margin-top:-86px}.profile_editor_v4 .grid .three,.profile_v5 .grid .three,.mockup-profile-editor-v4 .grid .three{width:310px;margin:10px}.profile_editor_v4 .grid .two,.profile_v5 .grid .two,.mockup-profile-editor-v4 .grid .two{width:475px;margin:12px;background-size:cover}.profile_editor_v4 .grid .one,.profile_v5 .grid .one,.mockup-profile-editor-v4 .grid .one{max-width:750px;margin-left:auto;margin-right:auto}.profile_editor_v4 .side-by-side .pic-right,.profile_v5 .side-by-side .pic-right,.mockup-profile-editor-v4 .side-by-side .pic-right{-webkit-flex-direction:row-reverse !important;flex-direction:row-reverse !important}@media (max-width: 750px){.profile_editor_v4 .side-by-side .pic-right,.profile_v5 .side-by-side .pic-right,.mockup-profile-editor-v4 .side-by-side .pic-right{flex-direction:column !important}}.profile_editor_v4 .side-by-side .row,.profile_v5 .side-by-side .row,.mockup-profile-editor-v4 .side-by-side .row{margin-top:40px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center;line-height:0em;text-align:center}.profile_editor_v4 .side-by-side .row .col1,.profile_v5 .side-by-side .row .col1,.mockup-profile-editor-v4 .side-by-side .row .col1{-webkit-box-flex:0.5;-moz-box-flex:0.5;-webkit-flex:0.5;-ms-flex:0.5;flex:0.5}.profile_editor_v4 .side-by-side .row .col-spacer,.profile_v5 .side-by-side .row .col-spacer,.mockup-profile-editor-v4 .side-by-side .row .col-spacer{-webkit-box-flex:0 0 40px;-moz-box-flex:0 0 40px;-webkit-flex:0 0 40px;-ms-flex:0 0 40px;flex:0 0 40px}@media (max-width: 750px){.profile_editor_v4 .side-by-side .row .col-spacer,.profile_v5 .side-by-side .row .col-spacer,.mockup-profile-editor-v4 .side-by-side .row .col-spacer{display:none}}.profile_editor_v4 .side-by-side .row .col2,.profile_v5 .side-by-side .row .col2,.mockup-profile-editor-v4 .side-by-side .row .col2{-webkit-box-flex:0.5;-moz-box-flex:0.5;-webkit-flex:0.5;-ms-flex:0.5;flex:0.5}@media (max-width: 750px){.profile_editor_v4 .side-by-side .row,.profile_v5 .side-by-side .row,.mockup-profile-editor-v4 .side-by-side .row{flex-direction:column !important}.profile_editor_v4 .side-by-side .row .aspect_container,.profile_v5 .side-by-side .row .aspect_container,.mockup-profile-editor-v4 .side-by-side .row .aspect_container{height:300px !important;padding-bottom:0px}}.profile_editor_v4 .side-by-side .row .video-play,.profile_v5 .side-by-side .row .video-play,.mockup-profile-editor-v4 .side-by-side .row .video-play{position:relative}.profile_editor_v4 .aspect_ratio_wrapper:hover .video-play,.profile_v5 .aspect_ratio_wrapper:hover .video-play,.mockup-profile-editor-v4 .aspect_ratio_wrapper:hover .video-play{background:rgba(255,128,9,0.5)}.profile_editor_v4 .photo_stuff .video,.profile_editor_v4 .photo_stuff .aspect_container,.profile_v5 .photo_stuff .video,.profile_v5 .photo_stuff .aspect_container,.mockup-profile-editor-v4 .photo_stuff .video,.mockup-profile-editor-v4 .photo_stuff .aspect_container{height:0px !important;padding-bottom:56.25%;position:relative;background-size:cover;background-position:center}.profile_editor_v4 .photo_stuff .video:hover .video-play,.profile_editor_v4 .photo_stuff .aspect_container:hover .video-play,.profile_v5 .photo_stuff .video:hover .video-play,.profile_v5 .photo_stuff .aspect_container:hover .video-play,.mockup-profile-editor-v4 .photo_stuff .video:hover .video-play,.mockup-profile-editor-v4 .photo_stuff .aspect_container:hover .video-play{background:rgba(255,128,9,0.5)}.profile_editor_v4 .photo_stuff .ratio3_4,.profile_v5 .photo_stuff .ratio3_4,.mockup-profile-editor-v4 .photo_stuff .ratio3_4{padding-bottom:75% !important}.profile_editor_v4 .fotorama__stage,.profile_v5 .fotorama__stage,.mockup-profile-editor-v4 .fotorama__stage{background:transparent}.profile_editor_v4 .fotorama__caption__wrap,.profile_v5 .fotorama__caption__wrap,.mockup-profile-editor-v4 .fotorama__caption__wrap{background:rgba(0,0,0,0.75);color:white}.profile_editor_v4 .fotorama__caption__wrap h3,.profile_v5 .fotorama__caption__wrap h3,.mockup-profile-editor-v4 .fotorama__caption__wrap h3{margin-top:5px;margin-bottom:-10px;color:White !important}.profile_editor_v4 .section-template,.profile_v5 .section-template,.mockup-profile-editor-v4 .section-template{padding-top:50px;padding-bottom:50px;position:relative}.profile_editor_v4 .section-template .editing,.profile_v5 .section-template .editing,.mockup-profile-editor-v4 .section-template .editing{position:absolute;right:0px}.profile_editor_v4 .section-template .editing .fa-trash,.profile_v5 .section-template .editing .fa-trash,.mockup-profile-editor-v4 .section-template .editing .fa-trash{font-size:13px;cursor:pointer;margin-left:5px;float:right;color:rgba(74,74,74,0.5);margin-top:1px;margin-top:16px;margin-left:3px}.profile_editor_v4 .section-template .editing .fa-trash:hover,.profile_v5 .section-template .editing .fa-trash:hover,.mockup-profile-editor-v4 .section-template .editing .fa-trash:hover{color:#e91d51}.profile_editor_v4 .section-template .editing .fa-cursor-move,.profile_v5 .section-template .editing .fa-cursor-move,.mockup-profile-editor-v4 .section-template .editing .fa-cursor-move{color:rgba(74,74,74,0.5);font-size:14px;float:right;cursor:move;margin-top:15px;margin-left:3px}.profile_editor_v4 .section-template .editing .fa-external-link,.profile_v5 .section-template .editing .fa-external-link,.mockup-profile-editor-v4 .section-template .editing .fa-external-link{color:rgba(74,74,74,0.5);font-size:14px;float:right;cursor:pointer;margin-top:17px;margin-left:5px}.profile_editor_v4 .section-template .editing .wf-neutral,.profile_v5 .section-template .editing .wf-neutral,.mockup-profile-editor-v4 .section-template .editing .wf-neutral{float:right;z-index:1000;position:relative}.profile_editor_v4 .section-template .section-title,.profile_v5 .section-template .section-title,.mockup-profile-editor-v4 .section-template .section-title{font-size:1.875em;font-weight:bold;text-align:center;width:75%}.profile_editor_v4 .section-template .smaller-h2,.profile_editor_v4 .section-template .h3,.profile_v5 .section-template .smaller-h2,.profile_v5 .section-template .h3,.mockup-profile-editor-v4 .section-template .smaller-h2,.mockup-profile-editor-v4 .section-template .h3{font-size:1.25em;font-weight:bold;color:rgba(74,74,74,0.5)}.profile_editor_v4 .key_milestones b,.profile_editor_v4 .key_milestones strong,.profile_editor_v4 .key_milestones .highlight,.profile_v5 .key_milestones b,.profile_v5 .key_milestones strong,.profile_v5 .key_milestones .highlight,.mockup-profile-editor-v4 .key_milestones b,.mockup-profile-editor-v4 .key_milestones strong,.mockup-profile-editor-v4 .key_milestones .highlight{color:#000;font-weight:400}.profile_editor_v4 .press-article-v5,.profile_v5 .press-article-v5,.mockup-profile-editor-v4 .press-article-v5{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:rgba(74,74,74,0.03);height:125px;overflow:hidden;margin-top:15px;margin-bottom:15px;color:#4a4a4a}.profile_editor_v4 .press-article-v5:hover .actions,.profile_v5 .press-article-v5:hover .actions,.mockup-profile-editor-v4 .press-article-v5:hover .actions{opacity:1}.profile_editor_v4 .press-article-v5 .upload-press-logo,.profile_v5 .press-article-v5 .upload-press-logo,.mockup-profile-editor-v4 .press-article-v5 .upload-press-logo{width:100%;height:120px}.profile_editor_v4 .press-article-v5 .actions,.profile_v5 .press-article-v5 .actions,.mockup-profile-editor-v4 .press-article-v5 .actions{-webkit-transition:opacity 500ms ease-in-out;-moz-transition:opacity 500ms ease-in-out;-o-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out;opacity:0;position:absolute;margin-left:8px;font-size:12px;margin-top:3px;z-index:10}.profile_editor_v4 .press-article-v5 .actions .edit-press,.profile_v5 .press-article-v5 .actions .edit-press,.mockup-profile-editor-v4 .press-article-v5 .actions .edit-press{cursor:pointer;float:left;color:rgba(74,74,74,0.5)}.profile_editor_v4 .press-article-v5 .actions .edit-press:hover,.profile_v5 .press-article-v5 .actions .edit-press:hover,.mockup-profile-editor-v4 .press-article-v5 .actions .edit-press:hover{color:#4a4a4a}.profile_editor_v4 .press-article-v5 .actions .fa-trash,.profile_v5 .press-article-v5 .actions .fa-trash,.mockup-profile-editor-v4 .press-article-v5 .actions .fa-trash{cursor:pointer;margin-left:8px;font-size:12px;float:left;color:rgba(74,74,74,0.5);margin-top:3px}.profile_editor_v4 .press-article-v5 .actions .fa-trash:hover,.profile_v5 .press-article-v5 .actions .fa-trash:hover,.mockup-profile-editor-v4 .press-article-v5 .actions .fa-trash:hover{color:#e91d51}.profile_editor_v4 .press-article-v5 .press-image,.profile_v5 .press-article-v5 .press-image,.mockup-profile-editor-v4 .press-article-v5 .press-image{background:white;border:2px solid #F9F9F9;-webkit-box-flex:0.25;-moz-box-flex:0.25;-webkit-flex:0.25;-ms-flex:0.25;flex:0.25;text-align:Center;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.profile_editor_v4 .press-article-v5 .press-image img,.profile_v5 .press-article-v5 .press-image img,.mockup-profile-editor-v4 .press-article-v5 .press-image img{margin-left:5%;width:90%}.profile_editor_v4 .press-article-v5 .press-content,.profile_v5 .press-article-v5 .press-content,.mockup-profile-editor-v4 .press-article-v5 .press-content{-webkit-box-flex:0.75;-moz-box-flex:0.75;-webkit-flex:0.75;-ms-flex:0.75;flex:0.75;padding:10px}.profile_editor_v4 .press-article-v5 .press-content .press-title,.profile_v5 .press-article-v5 .press-content .press-title,.mockup-profile-editor-v4 .press-article-v5 .press-content .press-title{font-size:.875em;font-weight:bold;color:#4a4a4a}.profile_editor_v4 .press-article-v5 .press-content .press-date,.profile_v5 .press-article-v5 .press-content .press-date,.mockup-profile-editor-v4 .press-article-v5 .press-content .press-date{font-size:.625em;color:rgba(74,74,74,0.5)}.profile_editor_v4 .press-article-v5 .press-content .press-quote,.profile_v5 .press-article-v5 .press-content .press-quote,.mockup-profile-editor-v4 .press-article-v5 .press-content .press-quote{font-size:.75em;line-height:18px;margin-top:10px;max-height:52px;overflow:hidden}.profile_editor_v4 .radio_float,.profile_v5 .radio_float,.mockup-profile-editor-v4 .radio_float{float:left;width:auto}.profile_editor_v4 .all-cats,.profile_editor_v4 .popular-tags,.profile_editor_v4 .all-approved,.profile_v5 .all-cats,.profile_v5 .popular-tags,.profile_v5 .all-approved,.mockup-profile-editor-v4 .all-cats,.mockup-profile-editor-v4 .popular-tags,.mockup-profile-editor-v4 .all-approved{margin-top:5px}.profile_editor_v4 .all-cats .wf-tag,.profile_editor_v4 .popular-tags .wf-tag,.profile_editor_v4 .all-approved .wf-tag,.profile_v5 .all-cats .wf-tag,.profile_v5 .popular-tags .wf-tag,.profile_v5 .all-approved .wf-tag,.mockup-profile-editor-v4 .all-cats .wf-tag,.mockup-profile-editor-v4 .popular-tags .wf-tag,.mockup-profile-editor-v4 .all-approved .wf-tag{margin-bottom:5px;cursor:pointer;font-size:.5em;padding:8px;min-width:46px;color:rgba(74,74,74,0.75)}.profile_editor_v4 .all-cats .wf-tag.light,.profile_editor_v4 .popular-tags .wf-tag.light,.profile_editor_v4 .all-approved .wf-tag.light,.profile_v5 .all-cats .wf-tag.light,.profile_v5 .popular-tags .wf-tag.light,.profile_v5 .all-approved .wf-tag.light,.mockup-profile-editor-v4 .all-cats .wf-tag.light,.mockup-profile-editor-v4 .popular-tags .wf-tag.light,.mockup-profile-editor-v4 .all-approved .wf-tag.light{background-color:rgba(74,74,74,0.1) !important}.profile_editor_v4 .all-cats .wf-tag.light:hover,.profile_editor_v4 .popular-tags .wf-tag.light:hover,.profile_editor_v4 .all-approved .wf-tag.light:hover,.profile_v5 .all-cats .wf-tag.light:hover,.profile_v5 .popular-tags .wf-tag.light:hover,.profile_v5 .all-approved .wf-tag.light:hover,.mockup-profile-editor-v4 .all-cats .wf-tag.light:hover,.mockup-profile-editor-v4 .popular-tags .wf-tag.light:hover,.mockup-profile-editor-v4 .all-approved .wf-tag.light:hover{background-color:rgba(74,74,74,0.2) !important}.profile_editor_v4 .all-cats .wf-tag.blue,.profile_editor_v4 .popular-tags .wf-tag.blue,.profile_editor_v4 .all-approved .wf-tag.blue,.profile_v5 .all-cats .wf-tag.blue,.profile_v5 .popular-tags .wf-tag.blue,.profile_v5 .all-approved .wf-tag.blue,.mockup-profile-editor-v4 .all-cats .wf-tag.blue,.mockup-profile-editor-v4 .popular-tags .wf-tag.blue,.mockup-profile-editor-v4 .all-approved .wf-tag.blue{color:white !important}.profile_editor_v4 .tags .fa-trash,.profile_v5 .tags .fa-trash,.mockup-profile-editor-v4 .tags .fa-trash{cursor:pointer;font-size:10px;color:rgba(74,74,74,0.5)}.profile_editor_v4 .tags .fa-trash:hover,.profile_v5 .tags .fa-trash:hover,.mockup-profile-editor-v4 .tags .fa-trash:hover{color:#e91d51}.profile_editor_v4 .wf-company-tags-editor input[type=text],.profile_v5 .wf-company-tags-editor input[type=text],.mockup-profile-editor-v4 .wf-company-tags-editor input[type=text]{width:180px}.profile_editor_v4 .wf-company-tags-editor button.add-company-tag-btn,.profile_v5 .wf-company-tags-editor button.add-company-tag-btn,.mockup-profile-editor-v4 .wf-company-tags-editor button.add-company-tag-btn{margin-top:0}.profile_editor_v4 .past-rounds .round,.profile_v5 .past-rounds .round,.mockup-profile-editor-v4 .past-rounds .round{position:relative;float:left;width:182px;padding:2px;height:122px;border:2px solid #F6F6F6;text-align:Center;margin:5px}.profile_editor_v4 .past-rounds .round .amount,.profile_v5 .past-rounds .round .amount,.mockup-profile-editor-v4 .past-rounds .round .amount{height:61px;width:100%;background:#F0F7FB;line-height:61px;font-size:20px;font-weight:bold}.profile_editor_v4 .past-rounds .round .date,.profile_v5 .past-rounds .round .date,.mockup-profile-editor-v4 .past-rounds .round .date{margin-top:10px;font-size:14px;font-weight:bold;color:rgba(74,74,74,0.75)}.profile_editor_v4 .past-rounds .round .type,.profile_v5 .past-rounds .round .type,.mockup-profile-editor-v4 .past-rounds .round .type{padding:4px;font-size:12px;color:rgba(74,74,74,0.5);margin-top:0px}.profile_editor_v4 .past-rounds .round .toolbar,.profile_v5 .past-rounds .round .toolbar,.mockup-profile-editor-v4 .past-rounds .round .toolbar{display:none;position:absolute;top:0;right:0;left:0;height:20px;padding:4px 9px;text-align:right;font-size:14px}.profile_editor_v4 .past-rounds .round .toolbar a,.profile_v5 .past-rounds .round .toolbar a,.mockup-profile-editor-v4 .past-rounds .round .toolbar a{color:#263f4e}.profile_editor_v4 .past-rounds .round:hover .toolbar,.profile_v5 .past-rounds .round:hover .toolbar,.mockup-profile-editor-v4 .past-rounds .round:hover .toolbar{display:block}.profile_editor_v4 .section_read_more,.profile_v5 .section_read_more,.mockup-profile-editor-v4 .section_read_more{position:absolute;height:80px;width:100%;margin-top:-80px;background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #fff));background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);background:-o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);background:-ms-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=0 )}.profile_editor_v4 .container-section-text .video-container,.profile_v5 .container-section-text .video-container,.mockup-profile-editor-v4 .container-section-text .video-container{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.profile_editor_v4 .container-section-text .video-container iframe,.profile_v5 .container-section-text .video-container iframe,.mockup-profile-editor-v4 .container-section-text .video-container iframe{position:absolute;top:0;left:0;width:120%;height:100%}.profile_editor_v4 .container-section-text hr,.profile_v5 .container-section-text hr,.mockup-profile-editor-v4 .container-section-text hr{height:1px;max-width:100px;margin-top:40px;margin-bottom:40px;background:rgba(74,74,74,0.1);border:0px}.profile_editor_v4 .container-section-text figcaption,.profile_editor_v4 .container-section-text .caption,.profile_v5 .container-section-text figcaption,.profile_v5 .container-section-text .caption,.mockup-profile-editor-v4 .container-section-text figcaption,.mockup-profile-editor-v4 .container-section-text .caption{font-size:.75em;font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic;color:rgba(74,74,74,0.75);line-height:1.6em}.profile_editor_v4 .container-section-text figure,.profile_v5 .container-section-text figure,.mockup-profile-editor-v4 .container-section-text figure{padding:0px;margin:0px;margin-top:1.2em}.profile_editor_v4 .container-section-text figure a,.profile_v5 .container-section-text figure a,.mockup-profile-editor-v4 .container-section-text figure a{padding-bottom:0px !important;margin-bottom:0px !important;border-bottom:0px !Important}.profile_editor_v4 .container-section-text figure img,.profile_v5 .container-section-text figure img,.mockup-profile-editor-v4 .container-section-text figure img{width:120%;margin-left:-10%}.profile_editor_v4 .container-section-text video,.profile_editor_v4 .container-section-text iframe,.profile_v5 .container-section-text video,.profile_v5 .container-section-text iframe,.mockup-profile-editor-v4 .container-section-text video,.mockup-profile-editor-v4 .container-section-text iframe{width:120%;margin-left:-10%}.profile_editor_v4 .container-section-text .h3,.profile_v5 .container-section-text .h3,.mockup-profile-editor-v4 .container-section-text .h3{text-align:center;margin-bottom:25px}.profile_editor_v4 .container-section-text pre,.profile_v5 .container-section-text pre,.mockup-profile-editor-v4 .container-section-text pre{padding:1em;border:1px solid #ddd;border-radius:3px;background:#f8f8f8;white-space:pre;font-size:90%;font-family:Menlo, Monaco, monospace, sans-serif;font-size:13px;line-height:1.6em;margin-top:10px;margin-bottom:10px}.profile_editor_v4 .container-section-text .CodeMirror-code pre,.profile_v5 .container-section-text .CodeMirror-code pre,.mockup-profile-editor-v4 .container-section-text .CodeMirror-code pre{white-space:pre-wrap;border:0px;padding:0px;background:inherit;line-height:1.5em;margin:0px;margin-top:0em;margin-bottom:0em}.profile_editor_v4 .container-section-text .reading-font,.profile_v5 .container-section-text .reading-font,.mockup-profile-editor-v4 .container-section-text .reading-font{font-family:"Archer SSm A","Archer SSm B",serif !important;font-style:normal}.profile_editor_v4 .container-section-text .base-font,.profile_v5 .container-section-text .base-font,.mockup-profile-editor-v4 .container-section-text .base-font{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif !important}.profile_editor_v4 .container-section-text table,.profile_v5 .container-section-text table,.mockup-profile-editor-v4 .container-section-text table{margin-top:1.3em;margin-bottom:1,3em;font-size:.8em;width:100%;table-layout:fixed;border:1px solid rgba(74,74,74,0.1);font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.profile_editor_v4 .container-section-text table th,.profile_v5 .container-section-text table th,.mockup-profile-editor-v4 .container-section-text table th{font-weight:bold;background:rgba(74,74,74,0.05)}.profile_editor_v4 .container-section-text table tr,.profile_v5 .container-section-text table tr,.mockup-profile-editor-v4 .container-section-text table tr{border:1px solid rgba(74,74,74,0.1)}.profile_editor_v4 .container-section-text table td,.profile_editor_v4 .container-section-text table th,.profile_v5 .container-section-text table td,.profile_v5 .container-section-text table th,.mockup-profile-editor-v4 .container-section-text table td,.mockup-profile-editor-v4 .container-section-text table th{border:1px solid rgba(74,74,74,0.1);padding:10px}.profile_editor_v4 .container-section-text a,.profile_v5 .container-section-text a,.mockup-profile-editor-v4 .container-section-text a{background-color:transparent;border-color:transparent;color:#4a4a4a;margin-bottom:3px;border-radius:0px;border-bottom:1px solid rgba(2,119,189,0.75);cursor:pointer}.profile_editor_v4 .container-section-text a:hover,.profile_v5 .container-section-text a:hover,.mockup-profile-editor-v4 .container-section-text a:hover{border-color:#0277bd;color:#0277bd}.profile_editor_v4 .container-section-text a:active,.profile_v5 .container-section-text a:active,.mockup-profile-editor-v4 .container-section-text a:active{color:#01598d;border-color:#01598d}.profile_editor_v4 .archer,.profile_v5 .archer,.mockup-profile-editor-v4 .archer{font-family:"Archer SSm A","Archer SSm B",serif}.profile_editor_v4 .stats-section,.profile_v5 .stats-section,.mockup-profile-editor-v4 .stats-section{margin-top:20px;display:flex;flex-direction:row}@media (max-width: 1000px){.profile_editor_v4 .stats-section,.profile_v5 .stats-section,.mockup-profile-editor-v4 .stats-section{flex-direction:column;justify-content:center}}.profile_editor_v4 .stats-section .graph,.profile_v5 .stats-section .graph,.mockup-profile-editor-v4 .stats-section .graph{order:1}@media (max-width: 1000px){.profile_editor_v4 .stats-section .graph,.profile_v5 .stats-section .graph,.mockup-profile-editor-v4 .stats-section .graph{text-align:center}}@media (max-width: 767px){.profile_editor_v4 .stats-section .graph img,.profile_v5 .stats-section .graph img,.mockup-profile-editor-v4 .stats-section .graph img{max-width:300px}}.profile_editor_v4 .stats-section .chart-photo-uploader,.profile_v5 .stats-section .chart-photo-uploader,.mockup-profile-editor-v4 .stats-section .chart-photo-uploader{padding-bottom:64%}.profile_editor_v4 .stats-section .chart-photo-uploader .fa-line-chart,.profile_v5 .stats-section .chart-photo-uploader .fa-line-chart,.mockup-profile-editor-v4 .stats-section .chart-photo-uploader .fa-line-chart{-webkit-transition:background 200ms ease-in-out;-moz-transition:background 200ms ease-in-out;-o-transition:background 200ms ease-in-out;transition:background 200ms ease-in-out;font-size:5em}.profile_editor_v4 .stats-section .add-stat-box,.profile_v5 .stats-section .add-stat-box,.mockup-profile-editor-v4 .stats-section .add-stat-box{line-height:118px;font-weight:bold;background:#ffc800 !important;cursor:pointer}.profile_editor_v4 .stats-section .add-stat-box:hover,.profile_v5 .stats-section .add-stat-box:hover,.mockup-profile-editor-v4 .stats-section .add-stat-box:hover{opacity:.9}.profile_editor_v4 .stats-section .with_graph,.profile_v5 .stats-section .with_graph,.mockup-profile-editor-v4 .stats-section .with_graph{float:right !important;margin-top:-10px;-webkit-justify-content:left !important;justify-content:left !important}@media (min-width: 1001px){.profile_editor_v4 .stats-section .with_graph,.profile_v5 .stats-section .with_graph,.mockup-profile-editor-v4 .stats-section .with_graph{width:400px}}.profile_editor_v4 .stats-section .with_graph .stat,.profile_v5 .stats-section .with_graph .stat,.mockup-profile-editor-v4 .stats-section .with_graph .stat{width:150px;height:99px !important}@media (max-width: 330px){.profile_editor_v4 .stats-section .with_graph .stat,.profile_v5 .stats-section .with_graph .stat,.mockup-profile-editor-v4 .stats-section .with_graph .stat{width:146px !important;height:105px !important}}@media (max-width: 370px) and (min-width: 331px){.profile_editor_v4 .stats-section .with_graph .stat,.profile_v5 .stats-section .with_graph .stat,.mockup-profile-editor-v4 .stats-section .with_graph .stat{width:160px !important;height:105px !important}}@media (min-width: 1000px){.profile_editor_v4 .stats-section .with_graph .stat,.profile_v5 .stats-section .with_graph .stat,.mockup-profile-editor-v4 .stats-section .with_graph .stat{width:170px !important;height:105px !important}}.profile_editor_v4 .stats-section .with_graph .stat .number,.profile_v5 .stats-section .with_graph .stat .number,.mockup-profile-editor-v4 .stats-section .with_graph .stat .number{height:52px !important;line-height:52px !important}.profile_editor_v4 .stats-section .with_graph .stat .label,.profile_v5 .stats-section .with_graph .stat .label,.mockup-profile-editor-v4 .stats-section .with_graph .stat .label{font-size:13px !important;font-weight:normal !important;height:40px !important}.profile_editor_v4 .stats-section .with_graph .add-chart,.profile_v5 .stats-section .with_graph .add-chart,.mockup-profile-editor-v4 .stats-section .with_graph .add-chart{display:none}.profile_editor_v4 .stats-section .stats,.profile_v5 .stats-section .stats,.mockup-profile-editor-v4 .stats-section .stats{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center !important;-webkit-justify-content:center;order:2;margin-left:auto;margin-right:auto}.profile_editor_v4 .stats-section .stats .stat,.profile_v5 .stats-section .stats .stat,.mockup-profile-editor-v4 .stats-section .stats .stat{float:left;width:182px;padding:2px;height:118px;border:2px solid #F6F6F6;text-align:Center;margin:5px;margin:10px;position:relative;background:white}@media (max-width: 370px){.profile_editor_v4 .stats-section .stats .stat,.profile_v5 .stats-section .stats .stat,.mockup-profile-editor-v4 .stats-section .stats .stat{margin:10px 0px}}@media (max-width: 330px){.profile_editor_v4 .stats-section .stats .stat,.profile_v5 .stats-section .stats .stat,.mockup-profile-editor-v4 .stats-section .stats .stat{padding:0px}}.profile_editor_v4 .stats-section .stats .stat:hover .editing,.profile_v5 .stats-section .stats .stat:hover .editing,.mockup-profile-editor-v4 .stats-section .stats .stat:hover .editing{opacity:1}.profile_editor_v4 .stats-section .stats .stat .editing,.profile_v5 .stats-section .stats .stat .editing,.mockup-profile-editor-v4 .stats-section .stats .stat .editing{right:-14px;top:-10px;opacity:0;-webkit-transition:opacity 200ms ease-in-out;-moz-transition:opacity 200ms ease-in-out;-o-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out}.profile_editor_v4 .stats-section .stats .stat .number,.profile_v5 .stats-section .stats .stat .number,.mockup-profile-editor-v4 .stats-section .stats .stat .number{height:61px;width:100%;background:#bfddee;line-height:61px;font-size:20px;font-weight:bold}.profile_editor_v4 .stats-section .stats .stat .number input,.profile_v5 .stats-section .stats .stat .number input,.mockup-profile-editor-v4 .stats-section .stats .stat .number input{border:0px;background:transparent;font-size:inherit;text-align:center}.profile_editor_v4 .stats-section .stats .stat .number input ::-webkit-input-placeholder,.profile_v5 .stats-section .stats .stat .number input ::-webkit-input-placeholder,.mockup-profile-editor-v4 .stats-section .stats .stat .number input ::-webkit-input-placeholder{color:#B19220 !important}.profile_editor_v4 .stats-section .stats .stat .number input :-moz-placeholder,.profile_v5 .stats-section .stats .stat .number input :-moz-placeholder,.mockup-profile-editor-v4 .stats-section .stats .stat .number input :-moz-placeholder{color:#B19220}.profile_editor_v4 .stats-section .stats .stat .number input ::-moz-placeholder,.profile_v5 .stats-section .stats .stat .number input ::-moz-placeholder,.mockup-profile-editor-v4 .stats-section .stats .stat .number input ::-moz-placeholder{color:#B19220}.profile_editor_v4 .stats-section .stats .stat .number input :-ms-input-placeholder,.profile_v5 .stats-section .stats .stat .number input :-ms-input-placeholder,.mockup-profile-editor-v4 .stats-section .stats .stat .number input :-ms-input-placeholder{color:#B19220}.profile_editor_v4 .stats-section .stats .stat .label,.profile_v5 .stats-section .stats .stat .label,.mockup-profile-editor-v4 .stats-section .stats .stat .label{display:flex;align-items:center;justify-content:center;text-align:Center;font-size:14px;color:rgba(74,74,74,0.75);height:49px;padding:5px}.profile_editor_v4 .stats-section .stats .stat .label textarea,.profile_v5 .stats-section .stats .stat .label textarea,.mockup-profile-editor-v4 .stats-section .stats .stat .label textarea{border:0px;background:transparent;font-size:inherit;text-align:center;padding:0px}.profile_editor_v4 .stats-section .stats .stat .save-stat-bar,.profile_v5 .stats-section .stats .stat .save-stat-bar,.mockup-profile-editor-v4 .stats-section .stats .stat .save-stat-bar{margin:5px 0px;color:#1ad1a3;cursor:pointer}.profile_editor_v4 .stats-section .stats .stat .save-stat-bar:hover,.profile_v5 .stats-section .stats .stat .save-stat-bar:hover,.mockup-profile-editor-v4 .stats-section .stats .stat .save-stat-bar:hover{color:#ffc800}.profile_editor_v4 .team,.profile_editor_v4 .founders,.profile_v5 .team,.profile_v5 .founders,.mockup-profile-editor-v4 .team,.mockup-profile-editor-v4 .founders{text-align:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center;margin-left:auto;margin-right:auto;overflow:auto}.profile_editor_v4 .team .bio,.profile_editor_v4 .founders .bio,.profile_v5 .team .bio,.profile_v5 .founders .bio,.mockup-profile-editor-v4 .team .bio,.mockup-profile-editor-v4 .founders .bio{font-size:.75em;line-height:1.5em;margin-top:1px;text-align:left}.profile_editor_v4 .team .editing,.profile_editor_v4 .founders .editing,.profile_v5 .team .editing,.profile_v5 .founders .editing,.mockup-profile-editor-v4 .team .editing,.mockup-profile-editor-v4 .founders .editing{z-index:5;position:absolute;margin-top:-20px;font-size:13px;width:100%;opacity:0;-webkit-transition:opacity 300ms ease-in-out;-moz-transition:opacity 300ms ease-in-out;-o-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}.profile_editor_v4 .team .editing .edit-founder,.profile_editor_v4 .team .editing .edit-employee,.profile_editor_v4 .founders .editing .edit-founder,.profile_editor_v4 .founders .editing .edit-employee,.profile_v5 .team .editing .edit-founder,.profile_v5 .team .editing .edit-employee,.profile_v5 .founders .editing .edit-founder,.profile_v5 .founders .editing .edit-employee,.mockup-profile-editor-v4 .team .editing .edit-founder,.mockup-profile-editor-v4 .team .editing .edit-employee,.mockup-profile-editor-v4 .founders .editing .edit-founder,.mockup-profile-editor-v4 .founders .editing .edit-employee{font-size:10px;cursor:pointer;color:rgba(74,74,74,0.5);float:left}.profile_editor_v4 .team .editing .edit-founder:hover,.profile_editor_v4 .team .editing .edit-employee:hover,.profile_editor_v4 .founders .editing .edit-founder:hover,.profile_editor_v4 .founders .editing .edit-employee:hover,.profile_v5 .team .editing .edit-founder:hover,.profile_v5 .team .editing .edit-employee:hover,.profile_v5 .founders .editing .edit-founder:hover,.profile_v5 .founders .editing .edit-employee:hover,.mockup-profile-editor-v4 .team .editing .edit-founder:hover,.mockup-profile-editor-v4 .team .editing .edit-employee:hover,.mockup-profile-editor-v4 .founders .editing .edit-founder:hover,.mockup-profile-editor-v4 .founders .editing .edit-employee:hover{color:#4a4a4a}.profile_editor_v4 .team .editing .edit-employee,.profile_editor_v4 .founders .editing .edit-employee,.profile_v5 .team .editing .edit-employee,.profile_v5 .founders .editing .edit-employee,.mockup-profile-editor-v4 .team .editing .edit-employee,.mockup-profile-editor-v4 .founders .editing .edit-employee{float:none}.profile_editor_v4 .team .editing .fa-trash,.profile_editor_v4 .founders .editing .fa-trash,.profile_v5 .team .editing .fa-trash,.profile_v5 .founders .editing .fa-trash,.mockup-profile-editor-v4 .team .editing .fa-trash,.mockup-profile-editor-v4 .founders .editing .fa-trash{font-size:12px;cursor:pointer;margin-left:5px;float:right;color:rgba(74,74,74,0.5);margin-top:1px}.profile_editor_v4 .team .editing .fa-trash:hover,.profile_editor_v4 .founders .editing .fa-trash:hover,.profile_v5 .team .editing .fa-trash:hover,.profile_v5 .founders .editing .fa-trash:hover,.mockup-profile-editor-v4 .team .editing .fa-trash:hover,.mockup-profile-editor-v4 .founders .editing .fa-trash:hover{color:#e91d51}.profile_editor_v4 .team .editing .fa-cursor-move,.profile_editor_v4 .founders .editing .fa-cursor-move,.profile_v5 .team .editing .fa-cursor-move,.profile_v5 .founders .editing .fa-cursor-move,.mockup-profile-editor-v4 .team .editing .fa-cursor-move,.mockup-profile-editor-v4 .founders .editing .fa-cursor-move{color:rgba(74,74,74,0.5);font-size:14px;float:left;cursor:move}.profile_editor_v4 .team .smaller_founder,.profile_editor_v4 .founders .smaller_founder,.profile_v5 .team .smaller_founder,.profile_v5 .founders .smaller_founder,.mockup-profile-editor-v4 .team .smaller_founder,.mockup-profile-editor-v4 .founders .smaller_founder{font-size:13px;width:235px !important;margin-left:5px !important;margin-right:5px !important}@media screen and (max-width: 1040px){.profile_editor_v4 .team .smaller_founder,.profile_editor_v4 .founders .smaller_founder,.profile_v5 .team .smaller_founder,.profile_v5 .founders .smaller_founder,.mockup-profile-editor-v4 .team .smaller_founder,.mockup-profile-editor-v4 .founders .smaller_founder{margin-left:2% !important;margin-right:2% !important}}@media screen and (max-width: 840px){.profile_editor_v4 .team .smaller_founder,.profile_editor_v4 .founders .smaller_founder,.profile_v5 .team .smaller_founder,.profile_v5 .founders .smaller_founder,.mockup-profile-editor-v4 .team .smaller_founder,.mockup-profile-editor-v4 .founders .smaller_founder{margin-left:1% !important;margin-right:1% !important}}.profile_editor_v4 .team .smaller_founder .bottom,.profile_editor_v4 .founders .smaller_founder .bottom,.profile_v5 .team .smaller_founder .bottom,.profile_v5 .founders .smaller_founder .bottom,.mockup-profile-editor-v4 .team .smaller_founder .bottom,.mockup-profile-editor-v4 .founders .smaller_founder .bottom{width:235px !important}.profile_editor_v4 .team .smaller_founder .hiddenVideo,.profile_editor_v4 .founders .smaller_founder .hiddenVideo,.profile_v5 .team .smaller_founder .hiddenVideo,.profile_v5 .founders .smaller_founder .hiddenVideo,.mockup-profile-editor-v4 .team .smaller_founder .hiddenVideo,.mockup-profile-editor-v4 .founders .smaller_founder .hiddenVideo{height:314px !important}.profile_editor_v4 .team .smaller_founder .big_team_pic,.profile_editor_v4 .team .smaller_founder .upload-founder-pic,.profile_editor_v4 .founders .smaller_founder .big_team_pic,.profile_editor_v4 .founders .smaller_founder .upload-founder-pic,.profile_v5 .team .smaller_founder .big_team_pic,.profile_v5 .team .smaller_founder .upload-founder-pic,.profile_v5 .founders .smaller_founder .big_team_pic,.profile_v5 .founders .smaller_founder .upload-founder-pic,.mockup-profile-editor-v4 .team .smaller_founder .big_team_pic,.mockup-profile-editor-v4 .team .smaller_founder .upload-founder-pic,.mockup-profile-editor-v4 .founders .smaller_founder .big_team_pic,.mockup-profile-editor-v4 .founders .smaller_founder .upload-founder-pic{width:235px !important;height:314px !important;margin-top:0px !important}.profile_editor_v4 .team .smaller_founder .video-play,.profile_editor_v4 .founders .smaller_founder .video-play,.profile_v5 .team .smaller_founder .video-play,.profile_v5 .founders .smaller_founder .video-play,.mockup-profile-editor-v4 .team .smaller_founder .video-play,.mockup-profile-editor-v4 .founders .smaller_founder .video-play{margin-left:80px !important;margin-top:-213px !important}.profile_editor_v4 .team .founder_v5,.profile_editor_v4 .founders .founder_v5,.profile_v5 .team .founder_v5,.profile_v5 .founders .founder_v5,.mockup-profile-editor-v4 .team .founder_v5,.mockup-profile-editor-v4 .founders .founder_v5{margin-top:20px;margin-bottom:10px;margin-left:15px;margin-right:15px;background:#fff;text-align:left;width:300px;position:relative}.profile_editor_v4 .team .founder_v5:hover .editing,.profile_editor_v4 .founders .founder_v5:hover .editing,.profile_v5 .team .founder_v5:hover .editing,.profile_v5 .founders .founder_v5:hover .editing,.mockup-profile-editor-v4 .team .founder_v5:hover .editing,.mockup-profile-editor-v4 .founders .founder_v5:hover .editing{opacity:1}.profile_editor_v4 .team .founder_v5 .networks,.profile_editor_v4 .founders .founder_v5 .networks,.profile_v5 .team .founder_v5 .networks,.profile_v5 .founders .founder_v5 .networks,.mockup-profile-editor-v4 .team .founder_v5 .networks,.mockup-profile-editor-v4 .founders .founder_v5 .networks{position:absolute;right:10px;margin-top:-45px}.profile_editor_v4 .team .founder_v5 .networks .social,.profile_editor_v4 .founders .founder_v5 .networks .social,.profile_v5 .team .founder_v5 .networks .social,.profile_v5 .founders .founder_v5 .networks .social,.mockup-profile-editor-v4 .team .founder_v5 .networks .social,.mockup-profile-editor-v4 .founders .founder_v5 .networks .social{border-radius:20px;padding:5px;border:2px solid rgba(255,255,255,0.6);height:13px;background:rgba(0,0,0,0.2);width:13px;text-align:center;line-height:14px;font-size:13px;margin-top:3px}.profile_editor_v4 .team .founder_v5 .networks .social:hover,.profile_editor_v4 .founders .founder_v5 .networks .social:hover,.profile_v5 .team .founder_v5 .networks .social:hover,.profile_v5 .founders .founder_v5 .networks .social:hover,.mockup-profile-editor-v4 .team .founder_v5 .networks .social:hover,.mockup-profile-editor-v4 .founders .founder_v5 .networks .social:hover{border:2px solid transparent}.profile_editor_v4 .team .founder_v5 .networks .fa,.profile_editor_v4 .founders .founder_v5 .networks .fa,.profile_v5 .team .founder_v5 .networks .fa,.profile_v5 .founders .founder_v5 .networks .fa,.mockup-profile-editor-v4 .team .founder_v5 .networks .fa,.mockup-profile-editor-v4 .founders .founder_v5 .networks .fa{color:rgba(255,255,255,0.8)}.profile_editor_v4 .team .founder_v5 .networks .fa-facebook:hover,.profile_editor_v4 .founders .founder_v5 .networks .fa-facebook:hover,.profile_v5 .team .founder_v5 .networks .fa-facebook:hover,.profile_v5 .founders .founder_v5 .networks .fa-facebook:hover,.mockup-profile-editor-v4 .team .founder_v5 .networks .fa-facebook:hover,.mockup-profile-editor-v4 .founders .founder_v5 .networks .fa-facebook:hover{color:white;background:#415E9B}.profile_editor_v4 .team .founder_v5 .networks .fa-twitter:hover,.profile_editor_v4 .founders .founder_v5 .networks .fa-twitter:hover,.profile_v5 .team .founder_v5 .networks .fa-twitter:hover,.profile_v5 .founders .founder_v5 .networks .fa-twitter:hover,.mockup-profile-editor-v4 .team .founder_v5 .networks .fa-twitter:hover,.mockup-profile-editor-v4 .founders .founder_v5 .networks .fa-twitter:hover{color:white;background:#2FC2EF}.profile_editor_v4 .team .founder_v5 .networks .fa-linkedin:hover,.profile_editor_v4 .founders .founder_v5 .networks .fa-linkedin:hover,.profile_v5 .team .founder_v5 .networks .fa-linkedin:hover,.profile_v5 .founders .founder_v5 .networks .fa-linkedin:hover,.mockup-profile-editor-v4 .team .founder_v5 .networks .fa-linkedin:hover,.mockup-profile-editor-v4 .founders .founder_v5 .networks .fa-linkedin:hover{color:white;background:#0075B7}.profile_editor_v4 .team .founder_v5 .video-play,.profile_editor_v4 .founders .founder_v5 .video-play,.profile_v5 .team .founder_v5 .video-play,.profile_v5 .founders .founder_v5 .video-play,.mockup-profile-editor-v4 .team .founder_v5 .video-play,.mockup-profile-editor-v4 .founders .founder_v5 .video-play{position:absolute;margin-left:110px;margin-top:-254px}.profile_editor_v4 .team .founder_v5 .video-play:hover,.profile_editor_v4 .founders .founder_v5 .video-play:hover,.profile_v5 .team .founder_v5 .video-play:hover,.profile_v5 .founders .founder_v5 .video-play:hover,.mockup-profile-editor-v4 .team .founder_v5 .video-play:hover,.mockup-profile-editor-v4 .founders .founder_v5 .video-play:hover{background:rgba(0,0,0,0.8)}.profile_editor_v4 .team .founder_v5 .playHover:hover .video-play,.profile_editor_v4 .founders .founder_v5 .playHover:hover .video-play,.profile_v5 .team .founder_v5 .playHover:hover .video-play,.profile_v5 .founders .founder_v5 .playHover:hover .video-play,.mockup-profile-editor-v4 .team .founder_v5 .playHover:hover .video-play,.mockup-profile-editor-v4 .founders .founder_v5 .playHover:hover .video-play{background:#000}.profile_editor_v4 .team .founder_v5 .big_team_pic,.profile_editor_v4 .team .founder_v5 .upload-founder-pic,.profile_editor_v4 .founders .founder_v5 .big_team_pic,.profile_editor_v4 .founders .founder_v5 .upload-founder-pic,.profile_v5 .team .founder_v5 .big_team_pic,.profile_v5 .team .founder_v5 .upload-founder-pic,.profile_v5 .founders .founder_v5 .big_team_pic,.profile_v5 .founders .founder_v5 .upload-founder-pic,.mockup-profile-editor-v4 .team .founder_v5 .big_team_pic,.mockup-profile-editor-v4 .team .founder_v5 .upload-founder-pic,.mockup-profile-editor-v4 .founders .founder_v5 .big_team_pic,.mockup-profile-editor-v4 .founders .founder_v5 .upload-founder-pic{margin-top:1px;width:100%;height:400px;z-index:5}.profile_editor_v4 .team .founder_v5 .upload-founder-pic,.profile_editor_v4 .founders .founder_v5 .upload-founder-pic,.profile_v5 .team .founder_v5 .upload-founder-pic,.profile_v5 .founders .founder_v5 .upload-founder-pic,.mockup-profile-editor-v4 .team .founder_v5 .upload-founder-pic,.mockup-profile-editor-v4 .founders .founder_v5 .upload-founder-pic{font-size:18px;margin-bottom:2px}.profile_editor_v4 .team .founder_v5 .bold_dark,.profile_editor_v4 .founders .founder_v5 .bold_dark,.profile_v5 .team .founder_v5 .bold_dark,.profile_v5 .founders .founder_v5 .bold_dark,.mockup-profile-editor-v4 .team .founder_v5 .bold_dark,.mockup-profile-editor-v4 .founders .founder_v5 .bold_dark{font-size:1.375em}.profile_editor_v4 .team .founder_v5 .title,.profile_editor_v4 .founders .founder_v5 .title,.profile_v5 .team .founder_v5 .title,.profile_v5 .founders .founder_v5 .title,.mockup-profile-editor-v4 .team .founder_v5 .title,.mockup-profile-editor-v4 .founders .founder_v5 .title{font-size:1.12em}.profile_editor_v4 .team .founder_v5 hr,.profile_editor_v4 .founders .founder_v5 hr,.profile_v5 .team .founder_v5 hr,.profile_v5 .founders .founder_v5 hr,.mockup-profile-editor-v4 .team .founder_v5 hr,.mockup-profile-editor-v4 .founders .founder_v5 hr{margin-top:10px;margin-bottom:0px}.profile_editor_v4 .team .employee_v5,.profile_editor_v4 .founders .employee_v5,.profile_v5 .team .employee_v5,.profile_v5 .founders .employee_v5,.mockup-profile-editor-v4 .team .employee_v5,.mockup-profile-editor-v4 .founders .employee_v5{width:200px;margin:20px;position:relative;text-align:center}.profile_editor_v4 .team .employee_v5 .editing,.profile_editor_v4 .founders .employee_v5 .editing,.profile_v5 .team .employee_v5 .editing,.profile_v5 .founders .employee_v5 .editing,.mockup-profile-editor-v4 .team .employee_v5 .editing,.mockup-profile-editor-v4 .founders .employee_v5 .editing{margin-top:-15px}.profile_editor_v4 .team .employee_v5:hover .editing,.profile_editor_v4 .founders .employee_v5:hover .editing,.profile_v5 .team .employee_v5:hover .editing,.profile_v5 .founders .employee_v5:hover .editing,.mockup-profile-editor-v4 .team .employee_v5:hover .editing,.mockup-profile-editor-v4 .founders .employee_v5:hover .editing{opacity:1}.profile_editor_v4 .team .employee_v5 .upload-team-pic,.profile_editor_v4 .founders .employee_v5 .upload-team-pic,.profile_v5 .team .employee_v5 .upload-team-pic,.profile_v5 .founders .employee_v5 .upload-team-pic,.mockup-profile-editor-v4 .team .employee_v5 .upload-team-pic,.mockup-profile-editor-v4 .founders .employee_v5 .upload-team-pic{width:120px;height:120px;border:0px;padding:0px;margin-left:auto;margin-right:auto;border-radius:50%}.profile_editor_v4 .team .employee_v5 .upload-team-pic.wf-image-uploader img,.profile_editor_v4 .founders .employee_v5 .upload-team-pic.wf-image-uploader img,.profile_v5 .team .employee_v5 .upload-team-pic.wf-image-uploader img,.profile_v5 .founders .employee_v5 .upload-team-pic.wf-image-uploader img,.mockup-profile-editor-v4 .team .employee_v5 .upload-team-pic.wf-image-uploader img,.mockup-profile-editor-v4 .founders .employee_v5 .upload-team-pic.wf-image-uploader img{width:120px;height:120px;border-radius:50%;border:1px solid #f1f1f1}.profile_editor_v4 .team .employee_v5 .employee-content,.profile_editor_v4 .founders .employee_v5 .employee-content,.profile_v5 .team .employee_v5 .employee-content,.profile_v5 .founders .employee_v5 .employee-content,.mockup-profile-editor-v4 .team .employee_v5 .employee-content,.mockup-profile-editor-v4 .founders .employee_v5 .employee-content{padding-top:0px}.profile_editor_v4 .team .employee_v5 .bold_dark,.profile_editor_v4 .founders .employee_v5 .bold_dark,.profile_v5 .team .employee_v5 .bold_dark,.profile_v5 .founders .employee_v5 .bold_dark,.mockup-profile-editor-v4 .team .employee_v5 .bold_dark,.mockup-profile-editor-v4 .founders .employee_v5 .bold_dark{font-size:1.12em}.profile_editor_v4 .team .employee_v5 .title,.profile_editor_v4 .founders .employee_v5 .title,.profile_v5 .team .employee_v5 .title,.profile_v5 .founders .employee_v5 .title,.mockup-profile-editor-v4 .team .employee_v5 .title,.mockup-profile-editor-v4 .founders .employee_v5 .title{font-size:.875em;margin-bottom:3px;margin-top:3px}.profile_editor_v4 .team .employee_v5 .networks,.profile_editor_v4 .founders .employee_v5 .networks,.profile_v5 .team .employee_v5 .networks,.profile_v5 .founders .employee_v5 .networks,.mockup-profile-editor-v4 .team .employee_v5 .networks,.mockup-profile-editor-v4 .founders .employee_v5 .networks{margin-top:1px}.profile_editor_v4 .team .employee_v5 .networks .social,.profile_editor_v4 .founders .employee_v5 .networks .social,.profile_v5 .team .employee_v5 .networks .social,.profile_v5 .founders .employee_v5 .networks .social,.mockup-profile-editor-v4 .team .employee_v5 .networks .social,.mockup-profile-editor-v4 .founders .employee_v5 .networks .social{border-radius:20px;padding:5px;border:2px solid rgba(74,74,74,0.3);height:10px;width:10px;text-align:center;line-height:11px;font-size:10px;margin-top:3px}.profile_editor_v4 .team .employee_v5 .networks .social:hover,.profile_editor_v4 .founders .employee_v5 .networks .social:hover,.profile_v5 .team .employee_v5 .networks .social:hover,.profile_v5 .founders .employee_v5 .networks .social:hover,.mockup-profile-editor-v4 .team .employee_v5 .networks .social:hover,.mockup-profile-editor-v4 .founders .employee_v5 .networks .social:hover{border:2px solid transparent}.profile_editor_v4 .team .employee_v5 .networks .fa,.profile_editor_v4 .founders .employee_v5 .networks .fa,.profile_v5 .team .employee_v5 .networks .fa,.profile_v5 .founders .employee_v5 .networks .fa,.mockup-profile-editor-v4 .team .employee_v5 .networks .fa,.mockup-profile-editor-v4 .founders .employee_v5 .networks .fa{color:rgba(74,74,74,0.3)}.profile_editor_v4 .team .employee_v5 .networks .fa-facebook:hover,.profile_editor_v4 .founders .employee_v5 .networks .fa-facebook:hover,.profile_v5 .team .employee_v5 .networks .fa-facebook:hover,.profile_v5 .founders .employee_v5 .networks .fa-facebook:hover,.mockup-profile-editor-v4 .team .employee_v5 .networks .fa-facebook:hover,.mockup-profile-editor-v4 .founders .employee_v5 .networks .fa-facebook:hover{color:white;background:#415E9B}.profile_editor_v4 .team .employee_v5 .networks .fa-twitter:hover,.profile_editor_v4 .founders .employee_v5 .networks .fa-twitter:hover,.profile_v5 .team .employee_v5 .networks .fa-twitter:hover,.profile_v5 .founders .employee_v5 .networks .fa-twitter:hover,.mockup-profile-editor-v4 .team .employee_v5 .networks .fa-twitter:hover,.mockup-profile-editor-v4 .founders .employee_v5 .networks .fa-twitter:hover{color:white;background:#2FC2EF}.profile_editor_v4 .team .employee_v5 .networks .fa-linkedin:hover,.profile_editor_v4 .founders .employee_v5 .networks .fa-linkedin:hover,.profile_v5 .team .employee_v5 .networks .fa-linkedin:hover,.profile_v5 .founders .employee_v5 .networks .fa-linkedin:hover,.mockup-profile-editor-v4 .team .employee_v5 .networks .fa-linkedin:hover,.mockup-profile-editor-v4 .founders .employee_v5 .networks .fa-linkedin:hover{color:white;background:#0075B7}.profile_editor_v4 .team .employee_v5 .round_avatar,.profile_editor_v4 .founders .employee_v5 .round_avatar,.profile_v5 .team .employee_v5 .round_avatar,.profile_v5 .founders .employee_v5 .round_avatar,.mockup-profile-editor-v4 .team .employee_v5 .round_avatar,.mockup-profile-editor-v4 .founders .employee_v5 .round_avatar{margin-bottom:0px}.profile_editor_v4 ul.investors-grid,.profile_v5 ul.investors-grid,.mockup-profile-editor-v4 ul.investors-grid{list-style-type:none}.profile_editor_v4 ul.investors-grid li.investor-sortable,.profile_v5 ul.investors-grid li.investor-sortable,.mockup-profile-editor-v4 ul.investors-grid li.investor-sortable{float:left}.profile_editor_v4 ul.investors-grid li.investor-sortable::before,.profile_v5 ul.investors-grid li.investor-sortable::before,.mockup-profile-editor-v4 ul.investors-grid li.investor-sortable::before{content:""}.profile_editor_v4 ul.investors-grid .hide-until-press,.profile_v5 ul.investors-grid .hide-until-press,.mockup-profile-editor-v4 ul.investors-grid .hide-until-press{display:none}.profile_editor_v4 .investors,.profile_v5 .investors,.mockup-profile-editor-v4 .investors{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center;overflow:auto}.profile_editor_v4 .investors .investor,.profile_v5 .investors .investor,.mockup-profile-editor-v4 .investors .investor{float:left;display:block;margin:15px;width:300px;position:relative;text-align:center}@media screen and (max-width: 1040px){.profile_editor_v4 .investors .investor,.profile_v5 .investors .investor,.mockup-profile-editor-v4 .investors .investor{margin-left:30px;margin-right:30px}}@media screen and (max-width: 850px){.profile_editor_v4 .investors .investor,.profile_v5 .investors .investor,.mockup-profile-editor-v4 .investors .investor{margin-left:10px;margin-right:10px}}@media screen and (max-width: 750px){.profile_editor_v4 .investors .investor,.profile_v5 .investors .investor,.mockup-profile-editor-v4 .investors .investor{margin-left:0px;margin-right:0px}}.profile_editor_v4 .investors .investor:hover .editing,.profile_v5 .investors .investor:hover .editing,.mockup-profile-editor-v4 .investors .investor:hover .editing{opacity:1}.profile_editor_v4 .investors .investor .upload-investor-pic,.profile_v5 .investors .investor .upload-investor-pic,.mockup-profile-editor-v4 .investors .investor .upload-investor-pic{width:90px;height:90px;border-radius:50%;border:0px;padding:0px;overflow:hidden}.profile_editor_v4 .investors .investor .upload-investor-pic.wf-image-uploader,.profile_v5 .investors .investor .upload-investor-pic.wf-image-uploader,.mockup-profile-editor-v4 .investors .investor .upload-investor-pic.wf-image-uploader{font-size:13px}.profile_editor_v4 .investors .investor .upload-investor-pic.wf-image-uploader img,.profile_v5 .investors .investor .upload-investor-pic.wf-image-uploader img,.mockup-profile-editor-v4 .investors .investor .upload-investor-pic.wf-image-uploader img{width:90px;height:90px;border-radius:50%;border:1px solid #f1f1f1}.profile_editor_v4 .investors .investor .editing,.profile_v5 .investors .investor .editing,.mockup-profile-editor-v4 .investors .investor .editing{z-index:5;position:absolute;margin-top:-15px;font-size:13px;width:100%;opacity:0;-webkit-transition:opacity 300ms ease-in-out;-moz-transition:opacity 300ms ease-in-out;-o-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}.profile_editor_v4 .investors .investor .editing .edit-investor,.profile_v5 .investors .investor .editing .edit-investor,.mockup-profile-editor-v4 .investors .investor .editing .edit-investor{font-size:10px;cursor:pointer;display:block;color:rgba(74,74,74,0.5)}.profile_editor_v4 .investors .investor .editing .edit-investor:hover,.profile_v5 .investors .investor .editing .edit-investor:hover,.mockup-profile-editor-v4 .investors .investor .editing .edit-investor:hover{color:#4a4a4a}.profile_editor_v4 .investors .investor .editing .fa-trash,.profile_v5 .investors .investor .editing .fa-trash,.mockup-profile-editor-v4 .investors .investor .editing .fa-trash{font-size:12px;cursor:pointer;margin-left:5px;float:right;color:rgba(74,74,74,0.5);margin-top:1px}.profile_editor_v4 .investors .investor .editing .fa-trash:hover,.profile_v5 .investors .investor .editing .fa-trash:hover,.mockup-profile-editor-v4 .investors .investor .editing .fa-trash:hover{color:#e91d51}.profile_editor_v4 .investors .investor .editing .fa-cursor-move,.profile_v5 .investors .investor .editing .fa-cursor-move,.mockup-profile-editor-v4 .investors .investor .editing .fa-cursor-move{color:rgba(74,74,74,0.5);font-size:14px;float:left;cursor:move}.profile_editor_v4 .investors .investor .round_avatar,.profile_v5 .investors .investor .round_avatar,.mockup-profile-editor-v4 .investors .investor .round_avatar{margin-left:auto;margin-right:auto;font-size:10px}@media screen and (max-width: 380px){.profile_editor_v4 .investors .investor .round_avatar,.profile_v5 .investors .investor .round_avatar,.mockup-profile-editor-v4 .investors .investor .round_avatar{width:75px !important;height:75px !important}}.profile_editor_v4 .investors .investor .min_height_fix,.profile_v5 .investors .investor .min_height_fix,.mockup-profile-editor-v4 .investors .investor .min_height_fix{min-height:90px !important}.profile_editor_v4 .investors .investor .name,.profile_v5 .investors .investor .name,.mockup-profile-editor-v4 .investors .investor .name{font-size:1em}.profile_editor_v4 .investors .investor .bio,.profile_v5 .investors .investor .bio,.mockup-profile-editor-v4 .investors .investor .bio{font-size:.75em;padding-left:10px;padding-right:10px;line-height:1.5em;margin-top:3px;text-align:left}.estimate .step{padding-left:20px;padding-right:20px;margin-top:-10px}.estimate .step label{margin-top:30px}.estimate .step .step-left{max-width:355px;position:relative;padding-left:20px}@media screen and (max-width: 380px){.estimate .step .step-left{padding-left:0px}}.estimate .wf-error-text{text-transform:uppercase;font-size:.6em}.estimate .step-card{float:right;margin-right:-15px}@media screen and (max-width: 750px){.estimate .step-card{float:none !important;margin-right:-15px !important}}.estimate .step-card-left{float:left}@media screen and (max-width: 800px){.estimate .step-card-left{padding-left:0px !important}}.estimate .role-info{float:left;margin-left:15px;max-width:265px;margin-top:10px}@media screen and (max-width: 420px){.estimate .role-info{max-width:165px}}.estimate .role-info input,.estimate .role-info textarea{font-size:.75em !important;margin-bottom:10px}.estimate .the-role-avatar{float:left;width:75px;height:75px;font-size:.6em;margin-top:5px}.estimate .the-role-avatar .wf-image-uploader{border-radius:40px}.estimate .the-role-avatar .wf-image-uploader img{border-radius:40px}.estimate .press-article-v5{background:#fff;height:auto;max-height:125px}.estimate .press-article-v5 .press-image{display:none}.estimate .press-article-v5 .press-content{flex:1;font-size:.8em;padding:0px}.estimate .press-article-v5 .press-content .press-title{color:rgba(74,74,74,0.75)}.estimate .press-article-v5 .press-content .press-quote{line-height:1.5em;margin-top:3px;max-height:30px}.estimate .press-article-v5 .press-content .press-date{font-size:.7em}.estimate .press-article-v5 .actions{right:-50px;margin-top:-1px;margin-left:0px}.profile-caption{font-size:.8em;color:rgba(74,74,74,0.75);font-style:italic;font-family:"Archer SSm A","Archer SSm B",serif;text-align:left}.profile-caption a.wf-standalone-muted{font-style:normal;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.profile-caption p:first{margin-top:0px}.profile-caption .redactor2-styles{font-family:inherit !important}.profile-caption ul{margin-top:1.2em;line-height:1.5em}.profile-caption ul:first{margin-top:0px}.profile-caption h3{font-style:normal !important;color:rgba(74,74,74,0.75) !important;margin-top:10px !important;font-size:1.25em;margin-bottom:-10px !important;text-transform:none !important;font-weight:bold}.profile-caption .reading-font{font-family:"Archer SSm A","Archer SSm B",serif !important;font-style:normal}.profile-caption .base-font{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif !important;font-style:normal}.profile-caption a{background-color:transparent;border-color:transparent;color:#4a4a4a;margin-bottom:3px;border-radius:0px;border-bottom:1px solid rgba(2,119,189,0.75);cursor:pointer}.profile-caption a:hover{border-color:#0277bd;color:#0277bd}.profile-caption a:active{color:#01598d;border-color:#01598d}
@charset "UTF-8";.company_profile_v4{color:#424242;background:#fdfdfd}.company_profile_v4 .traction .metric{padding:19px !important}.company_profile_v4 .highlight{color:#ff6600 !important;font-weight:700}.company_profile_v4 h2{font-size:30px}.company_profile_v4 h3{font-weight:300}.company_profile_v4 .traction .metric h2{font-weight:300 !important}.company_profile_v4 .flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 500px){.company_profile_v4 .flex{display:block}}.company_profile_v4 .read-more a{color:#777}.company_profile_v4 .read-more a:hover{color:#444}.company_profile_v4 .panel{width:100%;color:#1b2c37;padding-top:50px;padding-bottom:50px;border-top:1px solid #eee}@media screen and (max-width: 500px){.company_profile_v4 .panel{font-size:15px}}@media screen and (max-width: 374px){.company_profile_v4 .panel{font-size:14px}}.company_profile_v4 .panel .centerGray{height:40px;line-height:30px;margin-left:auto;margin-right:auto;width:150px;font-size:14px;text-align:center}.company_profile_v4 .panel h2{text-align:center;font-size:28px;margin-top:0px;margin-bottom:25px}@media screen and (max-width: 500px){.company_profile_v4 .panel h2{font-size:28px}}@media screen and (max-width: 374px){.company_profile_v4 .panel h2{font-size:25px}}.company_profile_v4 .apply_container{margin-top:7px;height:50px}.company_profile_v4 .amount{width:247px !important;border:1px solid #ddd;padding:13px;padding-left:7px;padding-right:7px;font-size:14px;position:absolute;margin-bottom:7px;height:19px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.company_profile_v4 .apply{width:125px !important;height:40px !important;margin-top:3px !important;border-bottom:0px !important;margin-left:140px !important;position:absolute !important;display:block !important}.company_profile_v4 .fixed_navigation,.company_profile_v4 .fixed_navigation_report{position:fixed;width:100%;-moz-box-shadow:0px 1px 1px rgba(100,100,100,0.5);-webkit-box-shadow:0px 1px 1px rgba(100,100,100,0.5);box-shadow:0px 1px 1px rgba(100,100,100,0.5),0px -1px 1px rgba(100,100,100,0.5);height:60px;line-height:60px;background:rgba(30,49,63,0.95);background:#3970B8;margin-top:-400px;z-index:1000}.company_profile_v4 .fixed_navigation .share_links,.company_profile_v4 .fixed_navigation_report .share_links{float:right;display:none;line-height:16px}@media screen and (max-width: 750px){.company_profile_v4 .fixed_navigation .share_links,.company_profile_v4 .fixed_navigation_report .share_links{display:none}}@media screen and (max-width: 1000px){.company_profile_v4 .fixed_navigation .hide_question,.company_profile_v4 .fixed_navigation_report .hide_question{display:none}}@media screen and (max-width: 650px){.company_profile_v4 .fixed_navigation .hide_link,.company_profile_v4 .fixed_navigation_report .hide_link{display:none}}@media screen and (max-width: 374px){.company_profile_v4 .fixed_navigation .link_story,.company_profile_v4 .fixed_navigation_report .link_story{display:none}}.company_profile_v4 .fixed_navigation .nav_divider,.company_profile_v4 .fixed_navigation_report .nav_divider{border-left:1px solid #1d262f;width:1px;background:#424d58;margin-top:8px;height:44px;margin-left:10px;margin-right:10px;float:right}.company_profile_v4 .fixed_navigation .navSelect,.company_profile_v4 .fixed_navigation_report .navSelect{position:absolute;margin-top:46px;width:100px;height:3px;background:#fff;display:none}@media screen and (max-width: 650px){.company_profile_v4 .fixed_navigation .navSelect,.company_profile_v4 .fixed_navigation_report .navSelect{display:none !important}}.company_profile_v4 .fixed_navigation .company_logo,.company_profile_v4 .fixed_navigation_report .company_logo{display:none;float:left;width:40px;height:40px;margin-top:10px;cursor:pointer}.company_profile_v4 .fixed_navigation .company_logo img,.company_profile_v4 .fixed_navigation_report .company_logo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.company_profile_v4 .fixed_navigation .club_logo,.company_profile_v4 .fixed_navigation_report .club_logo{float:left;width:40px;height:40px;margin-top:10px;margin-right:25px;cursor:pointer}.company_profile_v4 .fixed_navigation .club_logo img,.company_profile_v4 .fixed_navigation_report .club_logo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.company_profile_v4 .fixed_navigation .club_name,.company_profile_v4 .fixed_navigation_report .club_name{float:left;margin-right:25px;color:white}.company_profile_v4 .fixed_navigation .scroll_to,.company_profile_v4 .fixed_navigation_report .scroll_to{cursor:pointer;float:left;font-weight:300;font-size:12px;color:#fff;text-decoration:none;font-family:'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;text-transform:uppercase;margin-right:30px}.company_profile_v4 .fixed_navigation .scroll_to:hover,.company_profile_v4 .fixed_navigation_report .scroll_to:hover{color:#a5d0ff}.company_profile_v4 .fixed_navigation .activeNavLink,.company_profile_v4 .fixed_navigation_report .activeNavLink{color:#fff}.company_profile_v4 .fixed_navigation .fb-share,.company_profile_v4 .fixed_navigation_report .fb-share{float:right;color:#425D9E}.company_profile_v4 .fixed_navigation .twitter-share,.company_profile_v4 .fixed_navigation_report .twitter-share{float:right;color:#00BCF8}.company_profile_v4 .fixed_navigation .icon-plus,.company_profile_v4 .fixed_navigation .icon-facebook-sign,.company_profile_v4 .fixed_navigation .icon-twitter-sign,.company_profile_v4 .fixed_navigation .icon-facebook,.company_profile_v4 .fixed_navigation icon-twitter,.company_profile_v4 .fixed_navigation .icon-envelope-alt,.company_profile_v4 .fixed_navigation_report .icon-plus,.company_profile_v4 .fixed_navigation_report .icon-facebook-sign,.company_profile_v4 .fixed_navigation_report .icon-twitter-sign,.company_profile_v4 .fixed_navigation_report .icon-facebook,.company_profile_v4 .fixed_navigation_report icon-twitter,.company_profile_v4 .fixed_navigation_report .icon-envelope-alt{margin-right:6px;font-size:15px}.company_profile_v4 .fixed_navigation button,.company_profile_v4 .fixed_navigation_report button{line-height:33px;margin-top:10px;float:right}.company_profile_v4 .fixed_navigation .follow,.company_profile_v4 .fixed_navigation_report .follow{width:150px}.company_profile_v4 .fixed_navigation .apply_container,.company_profile_v4 .fixed_navigation_report .apply_container{float:right;margin-top:0px}.company_profile_v4 .fixed_navigation .amount,.company_profile_v4 .fixed_navigation_report .amount{position:relative;background:transparent;border:1px solid rgba(172,196,222,0.41) !important;color:white !important;width:242px !important;padding:10px !important;padding-left:10px !important;padding-right:10px !important}@media screen and (max-width: 900px){.company_profile_v4 .fixed_navigation .amount,.company_profile_v4 .fixed_navigation_report .amount{width:145px !important}}.company_profile_v4 .fixed_navigation .amount:focus,.company_profile_v4 .fixed_navigation_report .amount:focus{background:#1b2c37 !important}.company_profile_v4 .fixed_navigation .apply,.company_profile_v4 .fixed_navigation_report .apply{top:7px !important;height:41px !important;margin-left:124px !important}@media screen and (max-width: 900px){.company_profile_v4 .fixed_navigation .apply,.company_profile_v4 .fixed_navigation_report .apply{width:80px !important;margin-left:87px !important}}.company_profile_v4 header{height:450px;width:100%;min-width:320px;overflow:hidden}.company_profile_v4 header .sw{color:#96c943;font-size:25px;font-weight:bold;font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic;color:#4FB182  ;margin-bottom:0px;font-weight:700}.company_profile_v4 header h1{margin-top:5px;margin-bottom:0px;font-size:56px;line-height:60px;font-weight:500}.company_profile_v4 header h2{font-weight:normal;margin-top:3px;font-size:24px;margin-bottom:12px;font-weight:200;line-height:1.3}.company_profile_v4 header .cover_image{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background-size:1227px 450px;background-repeat:no-repeat;height:450px;width:100%;opacity:0;-webkit-transition:opacity 500ms ease-in-out;-moz-transition:opacity 500ms ease-in-out;-o-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out}@media screen and (max-width: 700px){.company_profile_v4 header .cover_image{background-size:cover !important;background-position:center !important;opacity:.4 !important}}.company_profile_v4 header .cover_image .gradients{width:1227px;margin-left:auto;margin-right:auto;height:450px}@media screen and (max-width: 1227px){.company_profile_v4 header .cover_image .gradients{display:none}}.company_profile_v4 header .cover_image .gradients .left_gradient{width:150px;float:left;height:450px}.company_profile_v4 header .cover_image .gradients .right_gradient{width:150px;float:right;height:450px}.company_profile_v4 header .content{position:absolute;margin-top:-450px;width:100%}.company_profile_v4 header .content .text{max-width:450px;height:450px}.company_profile_v4 header .content .center{margin-left:auto;margin-right:auto;text-align:center}.company_profile_v4 header .content .left{margin-left:0px}.company_profile_v4 header .content .vertical_align{width:500px;display:table-cell;vertical-align:middle;height:450px;padding-top:10px !important}.company_profile_v4 header .content .video-play{width:auto;height:auto;line-height:44px;text-transform:uppercase;padding-left:20px;padding-right:20px;font-size:22px;position:relative;display:inline-block}.company_profile_v4 header .content .video-play:hover{background:rgba(255,128,9,0.8)}.company_profile_v4 header .fa-cog{position:absolute;right:20px;color:white;top:60px;cursor:pointer;opacity:.9;font-size:24px}.company_profile_v4 header .fa-cog:hover{opacity:1}.company_profile_v4 header .fundraise_label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;float:right;width:275px;height:32px;padding:10px;margin-top:-52px;background:rgba(255,128,9,0.8);margin-right:-10px;color:white;text-align:center;font-size:13px;padding-top:7px;padding-bottom:13px;line-height:1.5em;font-weight:300}@media screen and (max-width: 500px){.company_profile_v4 header .fundraise_label{float:none;margin-left:auto;margin-right:auto}}@media screen and (max-width: 335px){.company_profile_v4 header .fundraise_label{width:260px}}.company_profile_v4 header .fundraise_label strong{text-transform:uppercase}.company_profile_v4 header .fundraise_label .fa-question-circle{color:rgba(255,255,255,0.5);cursor:pointer}@media screen and (max-width: 500px){.company_profile_v4 header .fundraise_label .fa-question-circle{display:none}}.company_profile_v4 header .fundraise_label .fa-question-circle:hover{color:#fff}.company_profile_v4 .headerEditor{padding-bottom:20px;display:none;border-bottom:1px solid #ddd}.company_profile_v4 .headerEditor .fa-times{position:absolute;right:20px;margin-top:20px;color:#424242;cursor:pointer;opacity:.9;height:20px}.company_profile_v4 .headerEditor .fa-times:hover{opacity:1}.company_profile_v4 .headerEditor label{color:#777;font-size:13px;text-align:right;width:100px;float:left;margin-right:10px}.company_profile_v4 .headerEditor input,.company_profile_v4 .headerEditor select{width:100px}.company_profile_v4 .headerEditor .color{border:1px solid #fff;line-height:18px;color:#777;font-size:13px;margin-top:2px;padding-left:3px;margin-bottom:2px}@media screen and (max-width: 950px){.company_profile_v4 header{height:400px}.company_profile_v4 header h1{font-size:52px;line-height:56px}.company_profile_v4 header h2{font-size:26px}.company_profile_v4 header .cover_image{background-size:1091px 400px;height:400px}.company_profile_v4 header .content{margin-top:-400px}.company_profile_v4 header .content .text{height:400px}.company_profile_v4 header .content .vertical_align{height:400px}}@media screen and (max-width: 800px){.company_profile_v4 header{height:350px}.company_profile_v4 header .sw{font-size:21px}.company_profile_v4 header h1{font-size:48px;line-height:52px}.company_profile_v4 header h2{font-size:24px}.company_profile_v4 header .cover_image{background-size:955px 350px;height:350px}.company_profile_v4 header .content{margin-top:-350px}.company_profile_v4 header .content .text{height:350px}.company_profile_v4 header .content .vertical_align{height:350px}}@media screen and (max-width: 500px){.company_profile_v4 header .sw{font-size:17px}.company_profile_v4 header h1{font-size:42px;line-height:42px;text-align:center}.company_profile_v4 header h2{font-size:18px;text-align:center}.company_profile_v4 header .content{text-align:center}.company_profile_v4 header .content .text{max-width:500px}.company_profile_v4 header .content .video-play{line-height:34px;font-size:18px}}.company_profile_v4 .fundraise_bar{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;background:#fdfdfd;color:#424242;padding-top:30px;padding-bottom:30px;font-size:12px;line-height:1.4em}.company_profile_v4 .fundraise_bar .investor{float:left;width:55%;padding-right:6%}@media screen and (max-width: 765px){.company_profile_v4 .fundraise_bar .investor{display:none}}.company_profile_v4 .fundraise_bar .terms{float:left;width:35%;padding-right:4%;font-weight:200;font-size:12px !important;line-height:1.6em}@media screen and (max-width: 765px){.company_profile_v4 .fundraise_bar .terms{width:100%}}@media screen and (max-width: 500px){.company_profile_v4 .fundraise_bar .terms{display:none}}.company_profile_v4 .fundraise_bar a:hover{color:orangered}.company_profile_v4 .fundraise_bar .label{margin-bottom:10px;color:#aaa;font-size:15px;font-variant:small-caps;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200}.company_profile_v4 .fundraise_bar .divider{height:103px;width:1px;background:#eee;float:left;margin-left:40px;margin-right:40px}.company_profile_v4 .fundraise_bar .avatar{width:60px;height:60px;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;float:left;margin-right:10px}.company_profile_v4 .fundraise_bar .dark{color:#000}.company_profile_v4 .fundraise_bar .fa-question-circle{color:#aaa;cursor:pointer}.company_profile_v4 .fundraise_bar .fa-question-circle:hover{color:#424242}.company_profile_v4 .fundraise_bar .security{float:left}.company_profile_v4 .fundraise_bar .security:hover a{color:orangered}.company_profile_v4 .fundraise_bar .security:hover .fa-question-circle{color:orangered}.company_profile_v4 .fundraise_bar .return_calc a{font-size:12px;color:#FF6100}.company_profile_v4 .fundraise_bar .return_calc a:hover{color:#0277bd}.company_profile_v4 .fundraise_bar .return_calc .fa-question-circle{color:rgba(255,128,9,0.4)}.company_profile_v4 .fundraise_bar .return_calc:hover a{color:orangered}.company_profile_v4 .fundraise_bar .return_calc:hover .fa-question-circle{color:orangered}.company_profile_v4 .fundraise_bar .fundraise_stats{float:right;width:275px;line-height:2.2em}.company_profile_v4 .fundraise_bar .fundraise_stats .mobile_terms{display:none;line-height:1.5em;margin-top:15px}@media screen and (max-width: 500px){.company_profile_v4 .fundraise_bar .fundraise_stats .mobile_terms{display:block}}@media screen and (max-width: 500px){.company_profile_v4 .fundraise_bar .fundraise_stats .label{display:none}}.company_profile_v4 .fundraise_bar .fundraise_stats .funding_progress_container{position:relative}.company_profile_v4 .fundraise_bar .fundraise_stats .funding_total{color:#1ad1a3;font-size:30px;font-weight:400;line-height:1.2em}.company_profile_v4 .fundraise_bar .fundraise_stats .oversubscribed{position:absolute;border-radius:50%;height:6px;width:6px;background:orange;right:2px;bottom:1px;border:2px solid #fff;cursor:pointer}.company_profile_v4 .update{padding-right:60px;line-height:1.8em;background:#FAFAFA;border-radius:3px;padding:10px;margin-top:30px;font-size:15px;color:#424242}.company_profile_v4 .update .why_col{width:46%;float:left}@media screen and (max-width: 650px){.company_profile_v4 .update .why_col{width:100%}}.company_profile_v4 .update .market_col{width:46%;float:right}@media screen and (max-width: 650px){.company_profile_v4 .update .market_col{width:100%;margin-top:25px}}.company_profile_v4 .update .w{width:75px;height:75px;margin-right:25px;border-radius:3px;-webkit-box-flex:0 0 75px;-moz-box-flex:0 0 75px;-webkit-flex:0 0 75px;-ms-flex:0 0 75px;flex:0 0 75px}@media screen and (max-width: 500px){.company_profile_v4 .update .w{margin-left:auto;margin-right:auto;display:block;margin-bottom:25px}}@media screen and (max-width: 500px){.company_profile_v4 .update .sw_week{display:block;margin-bottom:15px}}.company_profile_v4 .update .content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:left}.company_profile_v4 .update h4{font-size:20px;margin-bottom:10px;text-align:left}@media screen and (max-width: 500px){.company_profile_v4 .update h4{text-align:center}}@media screen and (max-width: 500px){.company_profile_v4 .update{padding-right:0px;padding-bottom:40px;font-size:13px}}@media screen and (max-width: 800px){.company_profile_v4 .update{padding-right:30px;font-size:14px}}@media screen and (max-width: 600px){.company_profile_v4 .update{padding-right:0px}}.company_profile_v4 .update ul{line-height:1.5em;margin-left:10px}.company_profile_v4 .update li{margin-top:1em;text-indent:-5px}.company_profile_v4 .update li:before{content:"-";position:relative;left:-5px}.company_profile_v4 .update .update_photo{height:90px;width:auto;float:left;margin-right:10px;margin-top:4px}@media screen and (max-width: 600px){.company_profile_v4 .update .update_photo{width:40px;height:auto;display:none}}@media screen and (max-width: 500px){.company_profile_v4 .update .update_photo{margin-right:auto;margin-left:auto;width:180px;height:auto;display:block;margin-bottom:7px;margin-top:7px;float:none}}.company_profile_v4 .update .soft_white{font-size:13px;padding-right:10px;padding-left:10px;padding-top:4px;padding-bottom:6px}@media screen and (max-width: 650px){.company_profile_v4 .company_summary .flexCenterContent .flex_summary{display:block !important;text-align:center !important}}.company_profile_v4 .flex_summary{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 500px){.company_profile_v4 .flex_summary{display:block;text-align:center}}.company_profile_v4 .flex_summary .col1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.company_profile_v4 .flex_summary .col1 .wrap_investor{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.company_profile_v4 .flex_summary .col1 .wrap_investor .avatar{-webkit-box-flex:0 0 70px;-moz-box-flex:0 0 70px;-webkit-flex:0 0 70px;-ms-flex:0 0 70px;flex:0 0 70px}.company_profile_v4 .flex_summary .col1 .wrap_investor .info{float:left;line-height:1.5em;max-width:250px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.company_profile_v4 .flex_summary .col1 .signup_label{font-size:16px;margin-top:8px;margin-bottom:8px;line-height:1.5em}@media screen and (max-width: 900px){.company_profile_v4 .flex_summary .col1 .signup_label{margin-top:0px}}.company_profile_v4 .flex_summary .addExtraPadding{padding-right:80px}@media screen and (max-width: 800px){.company_profile_v4 .flex_summary .addExtraPadding{padding-right:20px}}@media screen and (max-width: 500px){.company_profile_v4 .flex_summary .addExtraPadding{margin-top:-15px}}.company_profile_v4 .flex_summary .col2{-webkit-box-flex:0 0 300px;-moz-box-flex:0 0 300px;-webkit-flex:0 0 300px;-ms-flex:0 0 300px;flex:0 0 300px}@media screen and (max-width: 650px){.company_profile_v4 .flex_summary .col2{width:275px;display:inline-block;position:relative;margin-left:auto;margin-right:auto}}.company_profile_v4 .flex_summary .col2 .contain_sidebar{width:275px;float:right}@media screen and (max-width: 650px){.company_profile_v4 .flex_summary .col2 .contain_sidebar{margin-top:40px;float:none;margin-left:auto;margin-right:auto;display:none}}.company_profile_v4 .flex_summary .col2 .follow,.company_profile_v4 .flex_summary .col2 .call{width:275px !important;float:right;margin-bottom:7px}.company_profile_v4 .flex_summary .col2 .signup{width:275px !important;float:right}.company_profile_v4 .flex_summary .col2 .divider{margin-top:15px;margin-bottom:15px}.company_profile_v4 .flex_summary .col2 .softButtons .fb{border-top-left-radius:3px;border-bottom-left-radius:3px}.company_profile_v4 .flex_summary .col2 .softButtons .watch{color:#777;border-top-right-radius:3px;border-bottom-right-radius:3px}.company_profile_v4 .flex_summary .col2 .softButtons button.softOnWhite{color:#777 !important;width:88px;background:none;font-family:Helvetica;font-weight:100;font-variant:normal !important;height:25px;font-size:13px;border-radius:0px;border:0px}.company_profile_v4 .flex_summary .col2 .softButtons button.softOnWhite:hover{background:#eee}.company_profile_v4 .flex_summary .col2 .softButtons button.softOnWhite .fa{margin-right:5px}@media screen and (max-width: 500px){.company_profile_v4 .flex_summary .col2 .apply_container{float:none}}@media screen and (max-width: 500px){.company_profile_v4 .flex_summary .col2 .amount{left:0px}}.company_profile_v4 .company_summary{background:white;padding-top:30px !important}.company_profile_v4 .company_summary .elevator{text-align:left}@media screen and (max-width: 650px){.company_profile_v4 .company_summary .elevator{padding-bottom:30px}}.company_profile_v4 .company_summary .highlighted_press{width:80%;position:relative;text-align:center;margin-left:auto;margin-right:auto;margin-bottom:50px}@media screen and (max-width: 600px){.company_profile_v4 .company_summary .highlighted_press{width:90%;text-align:left}}.company_profile_v4 .company_summary .highlighted_press .fa-quote-left{position:absolute;margin-left:-22px;font-size:20px;color:#eee}.company_profile_v4 .company_summary .highlighted_press .fa-quote-right{position:absolute;font-size:20px;color:#eee;margin-left:5px;margin-top:-2px}.company_profile_v4 .company_summary .highlighted_press i{letter-spacing:1px;color:#424242;font-size:18px;line-height:1.7em}@media screen and (max-width: 800px){.company_profile_v4 .company_summary .highlighted_press i{font-size:16px}}@media screen and (max-width: 600px){.company_profile_v4 .company_summary .highlighted_press i{font-size:14px}}.company_profile_v4 .company_summary .highlighted_press .read-more{margin-top:10px;font-size:16px;color:#424242}@media screen and (max-width: 600px){.company_profile_v4 .company_summary .highlighted_press .read-more{font-size:13px}}.company_profile_v4 .company_summary .pressArticle{margin-left:auto;margin-right:auto;margin-top:30px;width:80%}@media screen and (max-width: 500px){.company_profile_v4 .company_summary .pressArticle{width:100%}}.company_profile_v4 .company_summary .pressArticle img{margin-right:20%;width:80%;height:auto;float:left;margin-top:5px}.company_profile_v4 .company_summary .pressArticle .contain_img{width:30%}.company_profile_v4 .company_summary .pressArticle .presscontent{float:left;width:70%;margin-top:2px}.company_profile_v4 .company_summary .pressArticle .date{color:#2f4a5c;font-size:15px;margin-bottom:6px}.company_profile_v4 .company_summary .pressArticle blockquote{color:#424242;line-height:20px;font-size:14px;padding-left:20px;border-left:1px solid #ddd;padding-top:5px;padding-bottom:5px;margin-left:0px}.company_profile_v4 .company_summary .hidePress{display:none}.company_profile_v4 .company_summary .morePressContainer{margin-top:20px;background:#fff;padding:10px;display:block;text-align:center;margin-left:auto;margin-right:auto;width:80%}@media screen and (max-width: 600px){.company_profile_v4 .company_summary .morePressContainer{width:90%}}.company_profile_v4 .company_summary .morePressContainer a:hover{text-decoration:none;opacity:.9}.company_profile_v4 .company_summary .morePressContainer img{display:inline-block;width:auto;height:26px;margin:10px;opacity:.9}@media screen and (max-width: 600px){.company_profile_v4 .company_summary .morePressContainer img{height:18px}}.company_profile_v4 .company_summary .company_links{font-family:helvetica;color:#777;font-variant:small-caps}@media screen and (max-width: 500px){.company_profile_v4 .company_summary .company_links{text-align:left !important;margin-left:0px}}.company_profile_v4 .company_summary p{line-height:1.8em}@media screen and (max-width: 650px){.company_profile_v4 .company_summary .col2{width:auto;margin-left:0px}}.company_profile_v4 .company_summary .highlight{color:#FF6100}.company_profile_v4 .company_summary .quick_facts{margin-left:10px;margin-top:0px}.company_profile_v4 .company_summary .quick_facts li:before{content:"-";position:relative;left:-5px}.company_profile_v4 .company_summary .quick_facts li{text-indent:-5px;margin-top:12px}.company_profile_v4 .company_summary .divider{width:100%;height:1px;margin-top:40px;margin-bottom:40px;background-image:linear-gradient(to right, #666 10%, rgba(255,255,255,0) 0%);background-position:top;background-size:4px 1px;background-repeat:repeat-x}.company_profile_v4 .company_summary h2{text-align:center;font-size:1.6em;margin-top:20px;margin-bottom:20px}.company_profile_v4 .team{text-align:center}.company_profile_v4 .team .bio{font-size:13px;line-height:1.5em;color:#1b2c37;padding:3px}.company_profile_v4 .team .bio .fa,.company_profile_v4 .team .bio a{color:#aaa}.company_profile_v4 .team .bio .fa:hover,.company_profile_v4 .team .bio a:hover{color:#777}.company_profile_v4 .team .bio .networks{margin-top:3px;margin-bottom:5px}.company_profile_v4 .team .smaller_founder{width:235px !important;margin-left:5px !important;margin-right:5px !important}@media screen and (max-width: 1040px){.company_profile_v4 .team .smaller_founder{margin-left:2% !important;margin-right:2% !important}}@media screen and (max-width: 840px){.company_profile_v4 .team .smaller_founder{margin-left:1% !important;margin-right:1% !important}}.company_profile_v4 .team .smaller_founder .bottom{width:235px !important}.company_profile_v4 .team .smaller_founder .hiddenVideo{height:314px !important}.company_profile_v4 .team .smaller_founder .big_team_pic{width:235px !important;height:314px !important;margin-top:0px !important}.company_profile_v4 .team .smaller_founder .video-play{margin-left:80px !important;margin-top:-213px !important}.company_profile_v4 .team .founder{margin-top:19px;margin-bottom:19px;display:inline-block;border:1px solid #EDEDED;margin-left:19px;margin-right:19px;background:#fff;text-align:center;width:302px}.company_profile_v4 .team .founder .video-play{position:absolute;margin-left:110px;margin-top:-254px}.company_profile_v4 .team .founder .playHover:hover .video-play{background:#000}.company_profile_v4 .team .founder .big_team_pic{margin-top:1px;width:100%;height:400px;border-bottom:1px solid #EDEDED;background:#EDEDED;z-index:5}.company_profile_v4 .team .founder .bottom{width:300px;text-align:center;position:absolute}.company_profile_v4 .team .founder .bold_dark{font-size:20px;line-height:36px}.company_profile_v4 .team .founder h4{font-weight:300;margin-bottom:5px;margin-top:2px;font-size:18px}.company_profile_v4 .team .founder hr{margin-top:10px;margin-bottom:0px}.company_profile_v4 .team .employee{border:1px solid #EDEDED;display:inline-block;background:#fff;width:16%;min-height:210px;padding:2%;margin:2%;min-width:125px;position:relative;text-align:center}.company_profile_v4 .team .employee .content{position:absolute;width:78%;min-width:125px}.company_profile_v4 .team .employee h4{font-size:13px;font-weight:300;color:#1b2c37;margin-bottom:3px;margin-top:6px;line-height:1.2}.company_profile_v4 .team .employee .networks{margin-top:1px}.company_profile_v4 .team .employee .round_avatar{margin-bottom:0px}.company_profile_v4 .investors h3{margin-bottom:5px}.company_profile_v4 .investors .show_mobile{display:none}@media screen and (max-width: 623px){.company_profile_v4 .investors .show_mobile{display:block}}@media screen and (max-width: 623px){.company_profile_v4 .investors .hide_mobile{display:none !important}}@media screen and (max-width: 1040px){.company_profile_v4 .investors .hide_ipad{display:none !important}}.company_profile_v4 .investors .break_investor_headline{display:none}@media screen and (max-width: 1040px){.company_profile_v4 .investors .break_investor_headline{display:block}}.company_profile_v4 .investors .funding_history{font-size:13px;padding:8px;padding-top:6px;float:right;margin-top:-60px;width:auto}@media screen and (max-width: 623px){.company_profile_v4 .investors .funding_history{float:none;margin-top:10px}}.company_profile_v4 .investors .funding_history .fa-clock-o{float:left;margin-top:3px}.company_profile_v4 .investors .funding_history .content{float:left;margin-left:3px}.company_profile_v4 .investors .rounds{margin-left:auto;margin-right:auto;max-width:550px;min-width:280px;display:none;text-align:center}.company_profile_v4 .investors .rounds .round{display:inline-block;font-size:13px;padding:10px;background:#f8f8f8;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;width:125px;text-align:center;margin-left:10px;margin-right:10px;margin-bottom:10px;margin-top:10px}.company_profile_v4 .investors .render_investors{text-align:center}.company_profile_v4 .investors .featured_investor{display:inline-block;margin-bottom:30px;text-align:left}@media screen and (max-width: 1040px){.company_profile_v4 .investors .featured_investor{margin-left:30px;margin-right:30px}}@media screen and (max-width: 850px){.company_profile_v4 .investors .featured_investor{margin-left:10px;margin-right:10px}}@media screen and (max-width: 750px){.company_profile_v4 .investors .featured_investor{margin-left:0px;margin-right:0px}}.company_profile_v4 .investors .featured_investor .round_avatar{float:left;margin-top:8px}@media screen and (max-width: 380px){.company_profile_v4 .investors .featured_investor .round_avatar{width:75px !important;height:75px !important}}.company_profile_v4 .investors .featured_investor .min_height_fix{min-height:90px !important}.company_profile_v4 .investors .featured_investor .info{float:left;margin-left:10px;margin-top:15px;font-size:13px;line-height:1.5em;font-size:13px;width:209px;min-height:120px;padding-right:19px}@media screen and (max-width: 750px){.company_profile_v4 .investors .featured_investor .info{width:170px}}@media screen and (max-width: 623px){.company_profile_v4 .investors .featured_investor .info{min-height:0px;padding-bottom:10px}}.company_profile_v4 .investors .featured_investor .info .name{font-size:1.3em}.company_profile_v4 .q_and_a h2{text-align:Center}.company_profile_v4 .q_and_a .cutQandA{display:none;text-align:center;position:relative;width:100%}.company_profile_v4 .q_and_a .q_and_a_load_more_wrap .load-more-wrap{display:none;margin-top:40px;text-align:center}.company_profile_v4 .q_and_a .q_and_a_load_more_wrap.collapse .content{height:500px;overflow-y:hidden}.company_profile_v4 .q_and_a .q_and_a_load_more_wrap.collapse .load-more-wrap{display:block}.company_profile_v4 .q_and_a .load_more_qa{margin-top:20px}.company_profile_v4 .q_and_a .load_more_transparent{position:absolute;height:50px;width:100%;margin-top:-50px;background:-moz-linear-gradient(top, rgba(250,250,250,0) 0%, #fafafa 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250,250,250,0)), color-stop(100%, #fafafa));background:-webkit-linear-gradient(top, rgba(250,250,250,0) 0%, #fafafa 100%);background:-o-linear-gradient(top, rgba(250,250,250,0) 0%, #fafafa 100%);background:-ms-linear-gradient(top, rgba(250,250,250,0) 0%, #fafafa 100%);background:linear-gradient(to bottom, rgba(250,250,250,0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=0 )}.company_profile_v4 .q_and_a .columns{-webkit-column-count:2;-webkit-column-gap:120px;-webkit-column-rule:0px dotted black;-webkit-column-fill:balance;-moz-column-count:2;-moz-column-gap:120px;-moz-column-rule:0px dotted black;-moz-column-fill:balance;column-count:2;column-gap:120px;column-rule:0px dotted black;column-fill:balance;padding-left:0px;padding-right:0px;overflow:hidden}@media screen and (max-width: 1050px){.company_profile_v4 .q_and_a .columns{column-gap:60px;-moz-column-gap:60px;-webkit-column-gap:60px}}@media screen and (max-width: 700px){.company_profile_v4 .q_and_a .columns{column-count:1;-moz-column-count:1;-webkit-column-count:1}}@media screen and (max-width: 500px){.company_profile_v4 .q_and_a .columns{padding-left:0px;padding-right:0px}}.company_profile_v4 .q_and_a .columns div.item{display:inline-block;width:100%}.company_profile_v4 .q_and_a h4{margin-top:30px;margin-bottom:5px;line-height:22px;font-family:"Archer SSm A","Archer SSm B",serif;font-weight:bold;font-size:16px}.company_profile_v4 .q_and_a .initials{opacity:.5}.company_profile_v4 .q_and_a .answer a{font-weight:normal;color:#777}.company_profile_v4 .q_and_a .answer a:hover{color:#444}.company_profile_v4 .q_and_a .read-more a{display:inline-block}.company_profile_v4 .q_and_a ul{list-style-type:disc;line-height:1.7em;margin-left:20px}.company_profile_v4 .q_and_a li{margin-top:.5em}.company_profile_v4 .q_and_a p{text-align:justify}.company_profile_v4 .ask_question,.company_profile_v4 .investors{background:white;width:100%}.company_profile_v4 .team,.company_profile_v4 .q_and_a{background:#fdfdfd}.company_profile_v4 .terms_and_use_of_funds{background:#1E313E;color:#85a0b2;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.company_profile_v4 .terms_and_use_of_funds h3{color:white}.company_profile_v4 .terms_and_use_of_funds h2{color:white;text-align:Center;margin-bottom:20px}.company_profile_v4 .terms_and_use_of_funds .invest_text{font-size:20px;margin-top:-10px;text-align:center;width:50%;margin-left:auto;margin-right:auto}@media screen and (max-width: 920px){.company_profile_v4 .terms_and_use_of_funds .invest_text{width:60%}}@media screen and (max-width: 600px){.company_profile_v4 .terms_and_use_of_funds .invest_text{width:90%;font-size:18px}}.company_profile_v4 .terms_and_use_of_funds .content{width:60%;margin-left:auto;margin-right:auto;text-align:left;margin-top:20px;line-height:24px}@media screen and (max-width: 600px){.company_profile_v4 .terms_and_use_of_funds .content{width:90%}}.company_profile_v4 .terms_and_use_of_funds .apply_container{margin-left:auto;margin-right:auto;width:280px;margin-top:40px;margin-bottom:20px}.company_profile_v4 .terms_and_use_of_funds b{font-weight:500}.company_profile_v4 .terms_and_use_of_funds a{color:rgba(255,255,255,0.7);display:inline-block}.company_profile_v4 .terms_and_use_of_funds a:hover{color:#fff}.company_profile_v4 .terms_and_use_of_funds a .fa{vertical-align:super;font-size:12px}.company_profile_v4 .terms_and_use_of_funds .termsHolder{margin-top:20px;border-top:1px solid #85a0b2;border-bottom:1px solid #85a0b2;width:60%;margin-left:auto;margin-right:auto}@media screen and (max-width: 600px){.company_profile_v4 .terms_and_use_of_funds .termsHolder{width:90%}}.company_profile_v4 .terms_and_use_of_funds .contracts{float:left;text-align:left;margin-top:40px;line-height:23px;font-weight:bold;color:#fff}.company_profile_v4 .terms_and_use_of_funds .compensation{float:right;text-align:left;width:360px;margin-top:40px;line-height:23px;color:#85a0b2}.company_profile_v4 .terms_and_use_of_funds .term{color:#fff;text-align:center;font-size:40px;line-height:40px;float:left;border-right:1px solid #85a0b2;margin-top:20px;margin-bottom:20px}@media screen and (max-width: 600px){.company_profile_v4 .terms_and_use_of_funds .term{font-size:32px;line-height:32px}}@media screen and (max-width: 400px){.company_profile_v4 .terms_and_use_of_funds .term{font-size:28px;line-height:28px}}.company_profile_v4 .terms_and_use_of_funds .term:last-child{border-right:0px solid #fff}.company_profile_v4 .terms_and_use_of_funds .term_label{font-size:12px;line-height:12px;color:#85a0b2;margin-top:8px}.company_profile_v4 .terms_and_use_of_funds .four{width:24.5%}.company_profile_v4 .terms_and_use_of_funds .three{width:32.9%}.company_profile_v4 .center_subtitle{width:72%;text-align:center;margin-left:auto;margin-right:auto;margin-bottom:20px;margin-top:-10px;min-height:10px}.company_profile_v4 .center_subtitle .wf-standalone{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif !important;font-size:14px}.company_profile_v4 .track_record h2{margin-bottom:20px}.company_profile_v4 .gallery,.company_profile_v4 .galleryINACTIVE{text-align:center;margin-left:-1%;margin-right:-1%}.company_profile_v4 .gallery img,.company_profile_v4 .galleryINACTIVE img{border:1px solid #eee}.company_profile_v4 .gallery img.three,.company_profile_v4 .galleryINACTIVE img.three{display:inline-block;width:30%;margin-left:1%;margin-right:1%;margin-top:1%;margin-bottom:1%}.company_profile_v4 .gallery img.two,.company_profile_v4 .galleryINACTIVE img.two{display:inline-block;width:47%;margin-left:1%;margin-right:1%;margin-top:1%;margin-bottom:1%}.company_profile_v4 .one_photo{width:80%;display:inline-block}.company_profile_v4 .navbar-invest .type-apply{position:relative;float:right;width:242px;margin:10px 0;font-size:87.5%}.company_profile_v4 .navbar-invest .type-apply input{background:rgba(0,0,0,0) !important;border:1px solid rgba(172,196,222,0.41);color:white;padding-right:135px}.company_profile_v4 .navbar-invest .type-apply input:focus{background:rgba(0,0,0,0) !important}.company_profile_v4 .navbar-invest .type-apply button{margin:0;width:125px;height:auto;top:0;right:0;bottom:0;position:relative;height:40px;top:3px}.company_profile_v4 .navbar-invest .type-edit button{width:250px}.company_profile_v4 .navbar-vote{position:relative;float:right;width:290px;height:40px;line-height:40px;margin:10px 0;font-size:87.5%}.company_profile_v4 .navbar-vote button{width:88px;line-height:25px;margin:0;margin-left:4px;top:0;right:0;bottom:0}.company_profile_v4 .navbar-vote .three-options{display:block}.company_profile_v4 .navbar-vote .jump-to-top{display:none}.company_profile_v4 .navbar-vote .jump-to-top button{width:150px}@media screen and (max-width: 1002px){.company_profile_v4 .navbar-vote{width:auto}.company_profile_v4 .navbar-vote .three-options{display:none}.company_profile_v4 .navbar-vote .jump-to-top{display:block}}@media screen and (max-width: 768px){.company_profile_v4 .vetting_nav .hide_link{display:none}.company_profile_v4 .vetting_nav .navSelect{display:none !important}}@media screen and (max-width: 375px){.company_profile_v4 .club_logo{margin-top:0}.company_profile_v4 .club_name{display:none}.company_profile_v4 .vetting_nav .flexCenterContent{padding:0.1px 10px}.company_profile_v4 .navbar-invest{margin-top:-10px}}.company_profile_v4 .main-invest{width:275px;margin:auto;margin-top:7px;font-size:16px}.company_profile_v4 .footer-invest{margin:auto;width:275px}
@charset "UTF-8";.key-terms{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;color:#DDB213;float:left;margin-top:-2px}.val-note{color:#853DC3;font-size:11px;text-transform:uppercase;margin-top:3px;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.header_v7 .margin-top{margin-top:30px}@media screen and (max-width: 900px){.header_v7 .margin-top{margin-top:20px}}.header_v7 .containInfo{max-width:600px}@media screen and (max-width: 900px){.header_v7 .containInfo{padding-right:20px}}.header_v7 .portal-v7{position:absolute;width:100%;font-size:.75em;color:rgba(74,74,74,0.5);top:17px;left:0px;text-align:Right}@media screen and (max-width: 900px){.header_v7 .portal-v7{text-align:center;font-size:.6em}}.header_v7 .val-note{font-size:10px;margin-top:5px}.header_v7 .profile-menu{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-size:.875em;border-bottom:1px solid rgba(74,74,74,0.1);margin-bottom:20px;max-width:600px}@media screen and (max-width: 767px){.header_v7 .profile-menu{padding-top:40px}}.header_v7 .profile-menu li{padding:7px;margin-right:0px !important;margin-left:0px !important;padding-left:12px;padding-right:12px}@media screen and (max-width: 500px){.header_v7 .profile-menu li{padding-left:5px;padding-right:5px}}.header_v7 .profile-menu a{text-transform:uppercase;font-weight:bold;color:rgba(74,74,74,0.5)}.header_v7 .profile-menu .active{border-bottom:3px solid #1ad1a3;margin-bottom:-1px}.header_v7 .profile-menu .active a{font-weight:bold;color:rgba(74,74,74,0.75) !important}.header_v7 .v7-title{max-width:950px;margin-left:auto;margin-right:auto;text-align:Center}.header_v7 .v7-title h1{margin-top:0px;margin-bottom:0px;font-size:2.2em;text-transform:uppercase;line-height:1.17em;font-weight:700}@media screen and (max-width: 500px){.header_v7 .v7-title h1{font-size:1.6em;padding-right:20px;padding-left:20px}}.header_v7 .v7-title h2{margin-top:10px;margin-bottom:40px;text-transform:none;font-weight:600;font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic;font-size:1.6em;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.header_v7 .v7-title h2{margin-bottom:20px}}@media screen and (max-width: 500px){.header_v7 .v7-title h2{font-size:1.2em;padding-right:20px;padding-left:20px}}.header_v7 .v7-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header_v7 .v7-wrapper .show-on-ipad-break{display:none}.header_v7 .v7-wrapper .hide-on-ipad-break{display:initial}@media screen and (max-width: 767px){.header_v7 .v7-wrapper{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;display:block}.header_v7 .v7-wrapper .show-on-ipad-break{display:block}.header_v7 .v7-wrapper .hide-on-ipad-break{display:none}}@media screen and (max-width: 767px){.header_v7 .v7-reverse{-webkit-flex-flow:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.header_v7 .header-content{-webkit-box-flex:0 0 300px;-moz-box-flex:0 0 300px;-webkit-flex:0 0 300px;-ms-flex:0 0 300px;flex:0 0 300px;min-height:450px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;height:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 900px){.header_v7 .header-content{-webkit-box-flex:0 0 220px;-moz-box-flex:0 0 220px;-webkit-flex:0 0 220px;-ms-flex:0 0 220px;flex:0 0 220px;font-size:.87em}}@media screen and (max-width: 767px){.header_v7 .header-content{display:block;width:100%;flex:none;max-width:400px;margin-left:auto;margin-right:auto;margin-top:20px;min-height:0px}}.header_v7 .header-content .profile-label{padding:10px;border-radius:3px;margin-bottom:30px;text-align:center;font-weight:700;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.header_v7 .header-content .profile-label .title{text-transform:uppercase;font-size:1.1rem;color:white}.header_v7 .header-content .profile-label .description{font-size:0.75rem;color:rgba(255,255,255,0.75)}.header_v7 .header-content .profile-label.closing-soon-label{background-color:rgba(233,29,81,0.8);color:rgba(255,255,255,0.75)}.header_v7 .header-content .profile-label.preview-mode-label{background-color:rgba(255,200,0,0.5);color:rgba(74,74,74,0.75)}.header_v7 .header-content .num{font-weight:bold;font-size:2em}.header_v7 .header-content .sub{color:rgba(74,74,74,0.75)}.header_v7 .header-content .wf-inline-define-bold{color:#4a4a4a;border-bottom:0px;font-size:1.5em}@media screen and (max-width: 900px){.header_v7 .header-content .wf-inline-define-bold{font-size:1.3em}}.header_v7 .header-content .explanation{font-size:.75em;color:rgba(74,74,74,0.75);margin-top:5px}.header_v7 .header-content .invest{margin-top:7px}.header_v7 .header-content .invest .wf-primary{min-width:130px;font-size:1em}.header_v7 .header-content .invest input{margin-top:14px;border-bottom:2px solid #1de9b6 !important}.header_v7 .header-content .funded_label{padding:20px;border-radius:3px;background:rgba(26,209,163,0.9);text-align:center}.header_v7 .header-content .funded_label .funded-text{color:white}.header_v7 .header-content .funded_label .funded-text .funded-by{margin-bottom:10px}.header_v7 .header-content .funded_label .funded-text .funded-date{font-style:italic;font-size:14px}.header_v7 .v7-left{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-right:80px;font-size:.875em}@media screen and (max-width: 900px){.header_v7 .v7-left{padding-right:20px}}@media screen and (max-width: 767px){.header_v7 .v7-left{display:block;width:100%;flex:none}}.header_v7 .v7-left .photo-quote{padding:10px}.header_v7 .v7-left .photo-quote .quote-wrapper{font-size:1em !important}.header_v7 .v7-left .div{background:rgba(74,74,74,0.05);height:1px;width:100%;margin-top:30px;margin-bottom:30px;display:none}.header_v7 .v7-left h4{color:rgba(74,74,74,0.5);text-transform:uppercase;font-size:1em;margin-bottom:10px}.header_v7 .v7-left .attachments{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.header_v7 .v7-left .wf-inline-define-bold{color:#4a4a4a;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.header_v7 .v7-left .terms_desc b,.header_v7 .v7-left .terms_desc strong{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;color:rgba(74,74,74,0.8)}.header_v7 .v7-left .the-quote{position:absolute;font-size:4em;margin-top:7px;margin-left:-14px;opacity:.3}.header_v7 .v7-left .round_avatar{width:44px;height:44px;margin-top:10px;float:left}.header_v7 .v7-left .said_by{float:left;margin-left:10px;margin-right:20px;margin-top:13px;line-height:1.3em;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.header_v7 .v7-left .said_by .name{font-weight:bold;font-size:.875em}.header_v7 .v7-left .said_by .title{font-size:10px;text-transform:uppercase}.header_v7 .background_v7{width:100%;height:450px;background:#000;position:relative}.header_v7 .background_v7 .background-photo-v7{width:100%;height:100%;background-position:center;background-size:cover;opacity:0;-webkit-transition:opacity 500ms ease-in-out;-moz-transition:opacity 500ms ease-in-out;-o-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out;min-height:400px}.header_v7 .background_v7 .background-photo-v7 .center-video{position:absolute;z-index:5;color:white;text-align:Center;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;height:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}.header_v7 .background_v7 .background-photo-v7 .center-video:hover .video-play{background:#0277bd !important}.header_v7 .background_v7 .background-photo-v7 .center-video .video-play{background:rgba(2,119,189,0.5) !important}@media screen and (max-width: 500px){.header_v7 .background_v7 .background-photo-v7 .center-video .video-play{height:60px;width:60px;line-height:60px;font-size:24px}}.header_v7 .background_v7 .background-photo-v7 .center-video .video-play:hover{background:#0277bd !important}.header_v6{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header_v6 .show-on-web{display:block}.header_v6 .show-on-mobile{display:none}.header_v6 .round_avatar{width:44px;height:44px;margin-top:10px;float:left}.header_v6 .profile-label{display:inline-block;padding:10px 20px;background-color:rgba(233,29,81,0.8);border-radius:3px;margin-bottom:30px;text-align:center;font-weight:700;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.header_v6 .profile-label .title{text-transform:uppercase;font-size:1.1rem;color:white}.header_v6 .profile-label .description{font-size:0.75rem;color:rgba(255,255,255,0.75)}.header_v6 .profile-label.closing-soon-label{background-color:rgba(233,29,81,0.8);color:rgba(255,255,255,0.75)}.header_v6 .profile-label.preview-mode-label{background-color:rgba(255,200,0,0.5);color:rgba(74,74,74,0.75)}@media screen and (max-width: 767px){.header_v6 .profile-label{width:100%;margin-top:-10px;margin-bottom:15px;box-sizing:border-box}}.header_v6 .abtest-left-invest{display:none}@media screen and (max-width: 1150px), screen and (min-height: 1050px) and (max-width: 1300px){.header_v6{-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;display:-webkit-flex;-webkit-flex-direction:row-reverse;display:flex;flex-direction:row-reverse}.header_v6 .background{width:100% !important;position:relative !important}.header_v6 .background .background-photo .filter{background:rgba(0,0,0,0.2) !important}.header_v6 .content-wrapper{width:100% !important}.header_v6 .content-wrapper .content{padding-left:10px !important;padding-right:10px !important;margin-top:30px !important}.header_v6 .show-on-web{display:none}.header_v6 .show-on-mobile{display:block}}@media screen and (max-width: 1000px){.header_v6 .hide-1000{display:none}}.header_v6 .background{width:42%;background:#000}.header_v6 .background .background-photo{width:100%;height:100%;position:relative;background-position:center;background-size:cover;opacity:0;-webkit-transition:opacity 500ms ease-in-out;-moz-transition:opacity 500ms ease-in-out;-o-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out;min-height:400px}.header_v6 .background .background-photo .filter{position:absolute;background:rgba(0,0,0,0.1);width:100%;height:100%;top:0px;z-index:1}.header_v6 .background .background-photo .top{position:absolute;z-index:5;align-self:flex-start;top:0px;width:100%;background:linear-gradient(to bottom, #000 0%, rgba(0,0,0,0) 100%);padding-bottom:25px;padding-top:25px;color:white}.header_v6 .background .background-photo .top .share{position:absolute;top:8px;right:20px}@media screen and (max-width: 400px){.header_v6 .background .background-photo .top .share{top:0px;right:10px}}.header_v6 .background .background-photo .top .wf-flat-secondary{color:#fff}.header_v6 .background .background-photo .top .wf-flat-secondary:hover{color:#fff;background:rgba(255,255,255,0.15)}.header_v6 .background .background-photo .top .active .fa-heart{color:#e91d51;margin-right:2px !important}.header_v6 .background .background-photo .top .follow-v6{position:absolute;padding-left:25px;margin-left:15px;top:7px;text-transform:uppercase;font-size:12px;cursor:pointer;color:rgba(255,255,255,0.9)}@media screen and (max-width: 400px){.header_v6 .background .background-photo .top .follow-v6{top:0px;margin-left:10px}}.header_v6 .background .background-photo .top .follow-v6 .fa-heart{margin-right:5px}.header_v6 .background .background-photo .top .follow-v6:hover{color:#fff}.header_v6 .background .background-photo .fundraise-bar-v5{align-self:flex-end;position:absolute;z-index:5;width:100%;bottom:0px;padding-bottom:30px;color:white;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);align-items:flex-end}@media screen and (max-width: 400px){.header_v6 .background .background-photo .fundraise-bar-v5{padding-bottom:10px}}.header_v6 .background .background-photo .fundraise-bar-v5 .num-investors{position:absolute;margin-top:-80px}@media screen and (max-width: 400px){.header_v6 .background .background-photo .fundraise-bar-v5 .num-investors{margin-top:-50px}}.header_v6 .background .background-photo .fundraise-bar-v5.funded_label{padding:20px;background:rgba(26,209,163,0.9)}.header_v6 .background .background-photo .fundraise-bar-v5.funded_label .funded-text{width:100%;font-size:16px;text-align:center}.header_v6 .background .background-photo .fundraise-bar-v5 .raised{margin-left:30px;-webkit-box-flex:0 0 200px;-moz-box-flex:0 0 200px;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px}@media screen and (max-width: 400px){.header_v6 .background .background-photo .fundraise-bar-v5 .raised{-webkit-box-flex:0 0 160px;-moz-box-flex:0 0 160px;-webkit-flex:0 0 160px;-ms-flex:0 0 160px;flex:0 0 160px;margin-left:10px}}.header_v6 .background .background-photo .fundraise-bar-v5 .raised .this-round-raised{font-size:2.4em;margin-top:6px;font-weight:bold}@media screen and (max-width: 400px){.header_v6 .background .background-photo .fundraise-bar-v5 .raised .this-round-raised{font-size:1.5em}}.header_v6 .background .background-photo .fundraise-bar-v5 .raised .goal{font-size:.8em;color:rgba(255,255,255,0.5)}@media screen and (max-width: 400px){.header_v6 .background .background-photo .fundraise-bar-v5 .raised .goal{font-size:.7em}}.header_v6 .background .background-photo .fundraise-bar-v5 .invest{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:30px}@media screen and (max-width: 400px){.header_v6 .background .background-photo .fundraise-bar-v5 .invest{margin-right:10px}}.header_v6 .background .background-photo .fundraise-bar-v5 .invest input{color:white;border-bottom:2px solid #1de9b6 !important}@media screen and (min-width: 500px){.header_v6 .background .background-photo .fundraise-bar-v5 .invest input{font-size:1.4em;margin-top:6px}}@media screen and (max-width: 375px){.header_v6 .background .background-photo .fundraise-bar-v5 .invest .hide-375{display:none}}.header_v6 .background .background-photo .fundraise-bar-v5 .invest .portal{font-size:.6em;padding-bottom:2px;margin-top:0px;color:rgba(255,255,255,0.5)}@media screen and (min-width: 1250px){.header_v6 .background .background-photo .fundraise-bar-v5 .invest .portal{font-size:.7em}}@media screen and (min-width: 1300px){.header_v6 .background .background-photo .fundraise-bar-v5 .invest .portal{font-size:.8em;margin-top:2px;padding-bottom:0px}}.header_v6 .background .background-photo .fundraise-bar-v5 .invest .wf-primary{-webkit-box-flex:0 0 150px;-moz-box-flex:0 0 150px;-webkit-flex:0 0 150px;-ms-flex:0 0 150px;flex:0 0 150px;font-size:1.1em}@media screen and (max-width: 1300px){.header_v6 .background .background-photo .fundraise-bar-v5 .invest .wf-primary{-webkit-box-flex:0 0 110px;-moz-box-flex:0 0 110px;-webkit-flex:0 0 110px;-ms-flex:0 0 110px;flex:0 0 110px}}@media screen and (max-width: 1150px){.header_v6 .background .background-photo .fundraise-bar-v5 .invest .wf-primary{-webkit-box-flex:0 0 150px;-moz-box-flex:0 0 150px;-webkit-flex:0 0 150px;-ms-flex:0 0 150px;flex:0 0 150px}}@media screen and (max-width: 500px){.header_v6 .background .background-photo .fundraise-bar-v5 .invest .wf-primary{font-size:.75em;-webkit-box-flex:0 0 10px;-moz-box-flex:0 0 10px;-webkit-flex:0 0 10px;-ms-flex:0 0 10px;flex:0 0 10px}}@media screen and (max-width: 350px){.header_v6 .background .background-photo .fundraise-bar-v5 .invest .wf-primary{min-width:70px;padding:10px !important;-webkit-box-flex:0 0 10px;-moz-box-flex:0 0 10px;-webkit-flex:0 0 10px;-ms-flex:0 0 10px;flex:0 0 10px}}.header_v6 .background .background-photo .pointer{cursor:pointer}.header_v6 .background .background-photo .name{position:absolute;z-index:5;color:white;text-align:Center;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;height:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}.header_v6 .background .background-photo .name:hover .video-play{background:#0277bd !important}.header_v6 .background .background-photo .name .video-play{background:rgba(2,119,189,0.5) !important}@media screen and (max-width: 500px){.header_v6 .background .background-photo .name .video-play{height:60px;width:60px;line-height:60px;font-size:24px}}.header_v6 .background .background-photo .name .video-play:hover{background:#0277bd !important}.header_v6 .background .background-photo .name h1{padding-right:40px;padding-left:40px;margin-top:5px;margin-bottom:0px;font-size:2.2em;text-transform:uppercase;line-height:1.17em;font-weight:700}@media screen and (max-width: 400px){.header_v6 .background .background-photo .name h1{font-size:2.5em;padding-right:20px;padding-left:20px}}.header_v6 .background .background-photo .name h2{padding-right:40px;padding-left:40px;margin-top:10px;margin-bottom:17px;text-transform:none;font-weight:600;font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic;font-size:1.8em}@media screen and (max-width: 400px){.header_v6 .background .background-photo .name h2{font-size:1.5em;padding-right:20px;padding-left:20px}}.header_v6 .content-wrapper{width:58%}.header_v6 .content-wrapper .content{max-width:600px;margin-right:auto;margin-left:auto;margin-top:50px;padding-left:60px;padding-right:60px;font-size:.875em}.header_v6 .content-wrapper .content input{border-bottom:2px solid #1de9b6 !important}.header_v6 .content-wrapper .content h1{margin-bottom:0px;margin-top:0px;font-size:3em;text-transform:uppercase;line-height:1.3em;font-weight:700}@media screen and (max-width: 700px){.header_v6 .content-wrapper .content h1{font-weight:500}}.header_v6 .content-wrapper .content h2{margin-top:10px;margin-bottom:17px;text-transform:none;font-weight:600;font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic;font-size:2em}.header_v6 .content-wrapper .content .the-quote{position:absolute;font-size:4em;color:rgba(74,74,74,0.15);margin-top:9px;margin-left:-8px}.header_v6 .content-wrapper .content .said_by{float:left;margin-left:10px;margin-right:20px;margin-top:17px;line-height:1.3em;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.header_v6 .content-wrapper .content .said_by .title{color:rgba(74,74,74,0.5);font-size:10px;text-transform:uppercase}.header_v6 .content-wrapper .content .fa-question-circle:hover{color:rgab(74, 74, 74, 0.75)}.header_v6 .content-wrapper .content .div{background:rgba(74,74,74,0.05);height:1px;width:100%;margin-top:30px;margin-bottom:30px}.header_v6 .content-wrapper .content h4{color:rgba(74,74,74,0.5);text-transform:uppercase;font-size:1em;margin-bottom:10px}.header_v6 .content-wrapper .content .attachments{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.header_v6 .content-wrapper .content .wf-inline-define-bold{color:#4a4a4a;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.header_v6 .content-wrapper .content .terms_desc b,.header_v6 .content-wrapper .content .terms_desc strong{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;color:rgba(74,74,74,0.8)}.header_v6 .content-wrapper .content .perks .perk{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:15px}.header_v6 .content-wrapper .content .perks .perk .perk-amount{-webkit-box-flex:0 0 84px;-moz-box-flex:0 0 84px;-webkit-flex:0 0 84px;-ms-flex:0 0 84px;flex:0 0 84px;font-weight:bold;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.header_v6 .content-wrapper .content .perks .perk .perk-desc{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.header_v6 .content-wrapper .content .perks .perk .perk-desc-item{padding:10px;margin:0}.header_v6 .content-wrapper .content .perks .perk .perk-desc-item:first-of-type{padding-top:0}.header_v6 .content-wrapper .content .perks .perk .perk-desc-item:nth-of-type(even){background-color:rgba(74,74,74,0.02)}.team_video{position:relative}.team_video .video-play{position:absolute;left:50%;top:50%;margin-left:-40px;margin-top:-50px}@media screen and (max-width: 500px){.team_video .video-play{margin-left:-20px;margin-top:-25px;height:40px;width:40px;line-height:40px;font-size:20px}}.playHover:hover .video-play{background:#1ad1a3;opacity:.7}.company-panel-bar{width:100%;background-color:#0277bd}.company-panel-bar .company-panel-bar-inner-wrapper{position:relative;text-align:center;padding:25px 0}.company-panel-bar .company-panel-bar-inner-wrapper .step-message{color:white;font-weight:700;font-size:14px}.company-panel-bar .company-panel-bar-inner-wrapper .step-message .wf-company-panel{position:absolute;top:10px;right:0}.company-panel-bar .company-panel-bar-inner-wrapper .step-message .wf-company-panel .wf-company-panel-btn{background-color:rgba(255,255,255,0.22)}.company-panel-bar .company-panel-bar-inner-wrapper .step-message .wf-company-panel .wf-company-panel-btn:hover{background-color:rgba(255,255,255,0.4)}@media screen and (max-width: 1002px){.company-panel-bar .company-panel-bar-inner-wrapper .step-message .wf-company-panel{position:initial}}.wefunder-story{max-width:800px;margin-left:auto;margin-right:auto}.wefunder-story .team_video{position:relative}.wefunder-story .team_video .video-play{position:absolute;left:50%;top:50%;margin-left:-40px;margin-top:-50px}@media screen and (max-width: 500px){.wefunder-story .team_video .video-play{margin-left:-20px;margin-top:-25px;height:40px;width:40px;line-height:40px;font-size:20px}}.wefunder-story .playHover:hover .video-play{background:#000}.wefunder-story .caption{font-size:.7em;color:rgba(74,74,74,0.5);font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic;margin-top:-3px;margin-bottom:5px}.wefunder-story .timeline-wrapper .timeline-event{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:10px}.wefunder-story .timeline-wrapper .timeline-event .date{-webkit-box-flex:0 0 110px;-moz-box-flex:0 0 110px;-webkit-flex:0 0 110px;-ms-flex:0 0 110px;flex:0 0 110px;margin-top:7px;font-weight:bold}@media screen and (max-width: 900px){.wefunder-story .timeline-wrapper .timeline-event .date{font-size:.8em;-webkit-box-flex:0 0 35px;-moz-box-flex:0 0 35px;-webkit-flex:0 0 35px;-ms-flex:0 0 35px;flex:0 0 35px;margin-top:0px}}.wefunder-story .timeline-wrapper .timeline-event .timeline{-webkit-box-flex:0 0 36px;-moz-box-flex:0 0 36px;-webkit-flex:0 0 36px;-ms-flex:0 0 36px;flex:0 0 36px;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;align-content:stretch}@media screen and (max-width: 900px){.wefunder-story .timeline-wrapper .timeline-event .timeline{-webkit-box-flex:0 0 24px;-moz-box-flex:0 0 24px;-webkit-flex:0 0 24px;-ms-flex:0 0 24px;flex:0 0 24px}}.wefunder-story .timeline-wrapper .timeline-event .timeline .point{-webkit-box-flex:0 0 40px;-moz-box-flex:0 0 40px;-webkit-flex:0 0 40px;-ms-flex:0 0 40px;flex:0 0 40px;position:absolute;background:#A4A4A4;height:19px;width:19px;border-radius:20px;border:8px solid #D8D8D8;margin-left:auto;margin-right:auto}@media screen and (max-width: 900px){.wefunder-story .timeline-wrapper .timeline-event .timeline .point{-webkit-box-flex:0 0 24px;-moz-box-flex:0 0 24px;-webkit-flex:0 0 24px;-ms-flex:0 0 24px;flex:0 0 24px;height:14px;width:14px;border:4px solid #D8D8D8}}.wefunder-story .timeline-wrapper .timeline-event .timeline .active{background:#F48DA8;border:8px solid #FBD0DB}.wefunder-story .timeline-wrapper .timeline-event .timeline .line{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:4px;background:#D8D8D8;margin-top:46px;margin-left:16px}@media screen and (max-width: 900px){.wefunder-story .timeline-wrapper .timeline-event .timeline .line{margin-top:30px;margin-left:9px}}.wefunder-story .timeline-wrapper .timeline-event .content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-left:30px;padding-bottom:80px}@media screen and (max-width: 900px){.wefunder-story .timeline-wrapper .timeline-event .content{padding-left:10px}}.wefunder-story .timeline-wrapper .timeline-event .content .reading{font-size:.875em}.wefunder-story .timeline-wrapper .timeline-event .content h4{font-size:1.125em;text-transform:uppercase;font-weight:bold;margin-top:7px}@media screen and (max-width: 900px){.wefunder-story .timeline-wrapper .timeline-event .content h4{margin-top:0px}}.profile_v5{background:#fdfdfd}.profile_v5 .read_more_gradient{position:absolute;height:80px;width:100%;margin-top:-80px;background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #fff));background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);background:-o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);background:-ms-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=0 )}.profile_v5 .read_more_gradient_risks{position:absolute;height:80px;width:100%;margin-top:-80px;background:-moz-linear-gradient(top, rgba(38,63,78,0) 0%, #263f4e 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(38,63,78,0)), color-stop(100%, #ee3f4e));background:-webkit-linear-gradient(top, rgba(38,63,78,0) 0%, #263f4e 100%);background:-o-linear-gradient(top, rgba(38,63,78,0) 0%, #263f4e 100%);background:-ms-linear-gradient(top, rgba(38,63,78,0) 0%, #263f4e 100%);background:linear-gradient(to bottom, rgba(38,63,78,0) 0%, #263f4e 100%)}.profile_v5 .read_more_gradient_form_c{position:absolute;height:80px;width:100%;margin-top:-80px;background:-moz-linear-gradient(top, rgba(244,248,250,0) 0%, #f4f8fa 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244,248,250,0)), color-stop(100%, #f4f8fa));background:-webkit-linear-gradient(top, rgba(244,248,250,0) 0%, #f4f8fa 100%);background:-o-linear-gradient(top, rgba(244,248,250,0) 0%, #f4f8fa 100%);background:-ms-linear-gradient(top, rgba(244,248,250,0) 0%, #f4f8fa 100%);background:linear-gradient(to bottom, rgba(244,248,250,0) 0%, #f4f8fa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F8FA', endColorstr='#F4F8FA',GradientType=0 )}.profile_v5 #material-risks{max-width:650px;margin-top:30px;max-height:300px;overflow:hidden}.profile_v5 #material-risks h2{margin-bottom:30px}.profile_v5 #material-risks .risk-row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:30px}.profile_v5 #material-risks .risk-row .number{-webkit-box-flex:0 0 40px;-moz-box-flex:0 0 40px;-webkit-flex:0 0 40px;-ms-flex:0 0 40px;flex:0 0 40px;color:rgba(0,0,0,0.2);font-size:30px;margin-top:-6px;text-align:center;padding-right:13px}.profile_v5 #material-risks .risk-row .risk_desc{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:rgba(255,255,255,0.9) !important}.profile_v5 .red_background{background:#e91d51 !important}.profile_v5 .red_background .wf-neutral{border-color:#fff;background:transparent;color:rgba(255,255,255,0.9)}.profile_v5 .red_background .wf-neutral:hover{border-color:rgba(0,0,0,0.5);color:#fff}.profile_v5 .red_background .navSelect{background:#fff !important}.profile_v5 .red_background b{color:#fff !important}.profile_v5 .red_background .content{color:rgba(255,255,255,0.9) !important}.profile_v5 .red_background .wf-standalone-bold-link,.profile_v5 .red_background .wf-standalone-bold{color:#fff !important;border-bottom:2px solid white}.profile_v5 .red_background .wf-standalone-bold-link:hover,.profile_v5 .red_background .wf-standalone-bold:hover{border-bottom:2px solid #fff}.profile_v5 .red_background a{color:rgba(255,255,255,0.75)}.profile_v5 .red_background .wf-standalone{color:rgba(255,255,255,0.75);border-bottom:1px solid white}.profile_v5 .red_background .wf-standalone:hover{color:#fff}.profile_v5 .red_background .invest-start-box input[type="text"]{border-bottom:1px solid white !important}.profile_v5 .red_background .wf-primary{background:rgba(0,0,0,0.4);border-color:rgba(0,0,0,0)}.profile_v5 .red_background .wf-primary:hover{background:rgba(0,0,0,0.5);border-color:rgba(0,0,0,0)}.profile_v5 .red_background input::-webkit-input-placeholder{color:rgba(255,255,255,0.5)}.profile_v5 .red_background input:-moz-placeholder{color:rgba(255,255,255,0.5)}.profile_v5 .red_background input::-moz-placeholder{color:rgba(255,255,255,0.5)}.profile_v5 .red_background input:-ms-input-placeholder{color:rgba(255,255,255,0.5)}.profile_v5 .sections,.profile_v5 .section_numbers{overflow:hidden}.profile_v5 .editor-spacer{height:1px}.profile_v5 .wefunder_stats .wefunder-chart{width:44%;margin:2%;border:1px solid rgba(74,74,74,0.05)}@media screen and (max-width: 700px){.profile_v5 .wefunder_stats .wefunder-chart{width:95%}}.profile_v5 .wefunder_stats h4{color:rgba(74,74,74,0.5);font-size:1.25em;margin-bottom:5px;text-transform:uppercase;font-weight:bold}.profile_v5 .wefunder_stats h5{max-width:640px;margin-bottom:10px;font-size:.8em}.profile_v5 .wefunder_stats .stat-group{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:wrap;max-width:800px}.profile_v5 .wefunder_stats .stat-group .the-stat,.profile_v5 .wefunder_stats .stat-group .the-stat-wide{-webkit-box-flex:0 0 160px;-moz-box-flex:0 0 160px;-webkit-flex:0 0 160px;-ms-flex:0 0 160px;flex:0 0 160px;padding:20px;border:1px solid #edf4f9;margin:10px;min-height:70px}.profile_v5 .wefunder_stats .stat-group .the-stat .the-number,.profile_v5 .wefunder_stats .stat-group .the-stat-wide .the-number{font-size:1.5em;font-weight:bold}.profile_v5 .wefunder_stats .stat-group .the-stat .the-label,.profile_v5 .wefunder_stats .stat-group .the-stat-wide .the-label{font-size:.75em;line-height:1.2;color:rgba(74,74,74,0.5)}.profile_v5 .wefunder_stats .stat-group .the-stat-wide{-webkit-box-flex:0 0 300px;-moz-box-flex:0 0 300px;-webkit-flex:0 0 300px;-ms-flex:0 0 300px;flex:0 0 300px}.profile_v5 .traction .metric{padding:19px !important}.profile_v5 h2{font-size:1.375em}.profile_v5 .traction .metric h2{font-weight:300 !important}.profile_v5 .flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 500px){.profile_v5 .flex{display:block}}.profile_v5 .read-more a{display:inline-block;color:rgba(74,74,74,0.5);text-transform:uppercase;font-size:.75em;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif !important;text-decoration:none;font-style:normal;font-weight:bold}.profile_v5 .facebook-live-panel{border-top:1px solid #edf4f9;border-bottom:1px solid #edf4f9;padding:50px 0 40px 0}.profile_v5 .facebook-live-panel .flexCenterContent{text-align:center}.profile_v5 .facebook-live-panel .flexCenterContent h4{margin-bottom:30px}.profile_v5 .facebook-live-panel .flexCenterContent iframe{width:100%;max-width:400px}.profile_v5 .panel{width:100%;padding-top:50px;padding-bottom:50px;border-top:1px solid #eee !important}@media screen and (max-width: 500px){.profile_v5 .panel{font-size:15px}}@media screen and (max-width: 374px){.profile_v5 .panel{font-size:14px}}.profile_v5 .panel .quote-italic{font-size:1.125em;line-height:1.7em}.profile_v5 .panel .centerGray{height:40px;line-height:30px;margin-left:auto;margin-right:auto;width:150px;font-size:14px;text-align:center}.profile_v5 .panel h2{text-align:center;font-size:28px;margin-top:0px;margin-bottom:25px}@media screen and (max-width: 500px){.profile_v5 .panel h2{font-size:28px}}@media screen and (max-width: 374px){.profile_v5 .panel h2{font-size:25px}}.profile_v5 .apply_container{margin-top:7px;height:50px}.profile_v5 .amount{width:247px !important;border:1px solid #ddd;padding:13px;padding-left:7px;padding-right:7px;font-size:14px;position:absolute;margin-bottom:7px;height:19px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.profile_v5 .apply{width:125px !important;height:40px !important;margin-top:3px !important;border-bottom:0px !important;margin-left:140px !important;position:absolute !important;display:block !important}.profile_v5 .on-profile{margin-left:39px;margin-top:11px}.profile_v5 .on-profile ul li a{color:rgba(255,255,255,0.8) !important}.profile_v5 .on-profile ul li a:hover{color:white !important}.profile_v5 .profile-menu ul{display:inline-block;max-width:650px;width:100%;margin-left:0px;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;margin-top:5px;line-height:1.5em}@media screen and (max-width: 700px){.profile_v5 .profile-menu ul{text-align:center;margin-left:0px}}.profile_v5 .profile-menu ul li{cursor:pointer;font-size:.625em;font-weight:bold;float:left;text-transform:uppercase;color:rgba(74,74,74,0.5);margin-right:10px}@media screen and (max-width: 900px){.profile_v5 .profile-menu ul li{margin-right:8px}}@media screen and (max-width: 700px){.profile_v5 .profile-menu ul li{float:none;display:inline-block;margin-left:0px !important}}.profile_v5 .profile-menu ul li a{color:inherit}.profile_v5 .profile-menu ul li a:hover{color:#4a4a4a}.profile_v5 .profile-menu ul li:hover{color:#4a4a4a}.profile_v5 .tab-wrapper{height:55px;background:#fff;width:100%;line-height:50px}@media screen and (max-width: 700px){.profile_v5 .tab-wrapper{height:100px !important;line-height:25px !important}}.profile_v5 .tab-wrapper .tab-menu{height:50px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 700px){.profile_v5 .tab-wrapper .tab-menu{-webkit-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width: 600px){.profile_v5 .tab-wrapper .tab-menu{width:245px;margin-left:auto;margin-right:auto}}.profile_v5 .tab-wrapper .tab-menu .col1{-webkit-box-flex:0 0 155px;-moz-box-flex:0 0 155px;-webkit-flex:0 0 155px;-ms-flex:0 0 155px;flex:0 0 155px}.profile_v5 .tab-wrapper .tab-menu .col2{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media screen and (max-width: 700px){.profile_v5 .tab-wrapper .tab-menu .col2{order:3;width:100%;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}}@media screen and (max-width: 600px){.profile_v5 .tab-wrapper .tab-menu .col2{margin-top:30px}}.profile_v5 .tab-wrapper .tab-menu .col3{-webkit-box-flex:0 0 155px;-moz-box-flex:0 0 155px;-webkit-flex:0 0 155px;-ms-flex:0 0 155px;flex:0 0 155px;position:relative}@media screen and (max-width: 700px){.profile_v5 .tab-wrapper .tab-menu .col3{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:right}}.profile_v5 .tab-wrapper .tab-menu .col3 .follow,.profile_v5 .tab-wrapper .tab-menu .col3 .edit_profile{width:150px;padding:10px;font-size:.625em}@media screen and (max-width: 600px){.profile_v5 .tab-wrapper .tab-menu .col3 .follow,.profile_v5 .tab-wrapper .tab-menu .col3 .edit_profile{padding:9px;border-width:1px;width:92px}}.profile_v5 .tab-wrapper .tab-menu .col3 .edit_profile_dropdown{opacity:.5;position:absolute;right:-15px;top:29px;cursor:pointer}@media screen and (max-width: 700px){.profile_v5 .tab-wrapper .tab-menu .col3 .edit_profile_dropdown{top:17px}}@media screen and (max-width: 600px){.profile_v5 .tab-wrapper .tab-menu .col3 .edit_profile_dropdown{top:15px;right:-18px}}.profile_v5 .tab-wrapper .tab-menu .col3 .edit_profile_dropdown:hover{opacity:1}.profile_v5 .tab-wrapper .tab-menu .col3 .wf-neutral:hover{color:#4a4a4a}.profile_v5 .tab-wrapper .tab-menu .col3 .wf-alert:hover,.profile_v5 .tab-wrapper .tab-menu .col3 wf-secondary:hover{color:white}.profile_v5 .tab-wrapper .tab-menu .active{color:#4a4a4a;cursor:default;background-color:rgba(2,119,189,0.05);padding:0px 7px}@media screen and (max-width: 900px){.profile_v5 .tab-wrapper .tab-menu .hide_900{display:none}}.profile_v5 .tab-wrapper .tab-menu ul{display:inline-block;max-width:650px;width:100%;margin-left:14px;border-bottom:1px solid rgba(74,74,74,0.05)}@media screen and (max-width: 700px){.profile_v5 .tab-wrapper .tab-menu ul{text-align:center;margin-left:0px}}.profile_v5 .tab-wrapper .tab-menu ul li{cursor:pointer;font-size:.625em;font-weight:bold;float:left;text-transform:uppercase;color:rgba(74,74,74,0.5);margin-right:20px}@media screen and (max-width: 900px){.profile_v5 .tab-wrapper .tab-menu ul li{margin-right:8px}}@media screen and (max-width: 700px){.profile_v5 .tab-wrapper .tab-menu ul li{float:none;display:inline-block;margin-left:0px !important}}.profile_v5 .tab-wrapper .tab-menu ul li a{color:inherit}.profile_v5 .tab-wrapper .tab-menu ul li a:hover{color:#4a4a4a}.profile_v5 .tab-wrapper .tab-menu ul li:hover{color:#4a4a4a}.profile_v5 .fixed_navigation,.profile_v5 .fixed_navigation_report{position:fixed;width:100%;height:50px;background:white;margin-top:-400px;z-index:1000}.profile_v5 .fixed_navigation .top-action-wrapper,.profile_v5 .fixed_navigation_report .top-action-wrapper{width:140px;float:right}@media screen and (max-width: 449px){.profile_v5 .fixed_navigation .top-action-wrapper,.profile_v5 .fixed_navigation_report .top-action-wrapper{width:75px}}@media screen and (max-width: 449px){.profile_v5 .fixed_navigation .top-action-wrapper .input-wrapper,.profile_v5 .fixed_navigation_report .top-action-wrapper .input-wrapper{display:none}}.profile_v5 .fixed_navigation .top-action-wrapper input,.profile_v5 .fixed_navigation_report .top-action-wrapper input{font-size:12px;padding:5px;padding-left:0px;margin-top:13px}.profile_v5 .fixed_navigation .top-action-wrapper button,.profile_v5 .fixed_navigation_report .top-action-wrapper button{min-width:50px;-webkit-box-flex:0 0 75px;-moz-box-flex:0 0 75px;-webkit-flex:0 0 75px;-ms-flex:0 0 75px;flex:0 0 75px;border-width:1px;line-height:.625em;font-size:.625em}.profile_v5 .fixed_navigation .flex-bar,.profile_v5 .fixed_navigation_report .flex-bar{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.profile_v5 .fixed_navigation .wrap-links,.profile_v5 .fixed_navigation_report .wrap-links{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:50px;overflow:hidden}@media screen and (max-width: 374px){.profile_v5 .fixed_navigation .link_quotes,.profile_v5 .fixed_navigation_report .link_quotes{display:none}}.profile_v5 .fixed_navigation .nav_divider,.profile_v5 .fixed_navigation_report .nav_divider{border-left:1px solid #1d262f;width:1px;background:#424d58;margin-top:8px;height:44px;margin-left:10px;margin-right:10px;float:right}.profile_v5 .fixed_navigation .shadow-menu,.profile_v5 .fixed_navigation_report .shadow-menu{box-shadow:0 5px 8px -8px rgba(74,74,74,0.5);position:absolute;width:100%}.profile_v5 .fixed_navigation .menu-spacer,.profile_v5 .fixed_navigation_report .menu-spacer{height:5px;background:linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);position:absolute;width:100%;margin-top:50px}.profile_v5 .fixed_navigation .navSelect,.profile_v5 .fixed_navigation_report .navSelect{position:absolute;margin-top:46px;width:100px;height:5px;background:#0277bd;display:none}.profile_v5 .fixed_navigation .company_logo,.profile_v5 .fixed_navigation_report .company_logo{float:left;width:36px;height:36px;margin-top:8px;margin-right:15px;cursor:pointer}@media screen and (max-width: 925px){.profile_v5 .fixed_navigation .company_logo,.profile_v5 .fixed_navigation_report .company_logo{margin-right:5px}}@media screen and (max-width: 650px){.profile_v5 .fixed_navigation .company_logo,.profile_v5 .fixed_navigation_report .company_logo{display:none}}.profile_v5 .fixed_navigation .company_logo img,.profile_v5 .fixed_navigation_report .company_logo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.profile_v5 .fixed_navigation .club_logo,.profile_v5 .fixed_navigation_report .club_logo{float:left;width:40px;height:40px;margin-top:10px;margin-right:25px;cursor:pointer}.profile_v5 .fixed_navigation .club_logo img,.profile_v5 .fixed_navigation_report .club_logo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.profile_v5 .fixed_navigation .action-buttons,.profile_v5 .fixed_navigation_report .action-buttons{-webkit-box-flex:0 0 150px;-moz-box-flex:0 0 150px;-webkit-flex:0 0 150px;-ms-flex:0 0 150px;flex:0 0 150px}@media screen and (max-width: 449px){.profile_v5 .fixed_navigation .action-buttons,.profile_v5 .fixed_navigation_report .action-buttons{-webkit-box-flex:0 0 75px;-moz-box-flex:0 0 75px;-webkit-flex:0 0 75px;-ms-flex:0 0 75px;flex:0 0 75px}}.profile_v5 .fixed_navigation .action-buttons button,.profile_v5 .fixed_navigation_report .action-buttons button{margin-top:10px;margin-bottom:10px}.profile_v5 .fixed_navigation .club_name,.profile_v5 .fixed_navigation_report .club_name{float:left;margin-right:25px;color:white}.profile_v5 .fixed_navigation .hide-top-bar,.profile_v5 .fixed_navigation_report .hide-top-bar{display:none}@media screen and (max-width: 500px){.profile_v5 .fixed_navigation .hide-stats,.profile_v5 .fixed_navigation_report .hide-stats{display:none}}.profile_v5 .fixed_navigation .scroll_to,.profile_v5 .fixed_navigation_report .scroll_to{cursor:pointer;font-size:.75em;font-weight:bold;float:left;text-transform:uppercase;color:rgba(74,74,74,0.75);margin-right:25px;margin-top:18px;margin-bottom:16px}@media screen and (max-width: 925px){.profile_v5 .fixed_navigation .scroll_to,.profile_v5 .fixed_navigation_report .scroll_to{margin-right:15px;font-size:11.4px;letter-spacing:-0.5px}}@media screen and (max-width: 650px){.profile_v5 .fixed_navigation .scroll_to,.profile_v5 .fixed_navigation_report .scroll_to{margin-right:10px;font-size:10px;letter-spacing:-1px}}@media screen and (max-width: 374px){.profile_v5 .fixed_navigation .scroll_to,.profile_v5 .fixed_navigation_report .scroll_to{margin-right:9px}}.profile_v5 .fixed_navigation .scroll_to:hover,.profile_v5 .fixed_navigation_report .scroll_to:hover{color:rgba(74,74,74,0.9)}.profile_v5 .fixed_navigation .activeNavLink,.profile_v5 .fixed_navigation_report .activeNavLink{color:#4a4a4a}.profile_v5 .fixed_navigation .fb-share,.profile_v5 .fixed_navigation_report .fb-share{float:right;color:#425D9E}.profile_v5 .fixed_navigation .twitter-share,.profile_v5 .fixed_navigation_report .twitter-share{float:right;color:#00BCF8}.profile_v5 .fixed_navigation .icon-plus,.profile_v5 .fixed_navigation .icon-facebook-sign,.profile_v5 .fixed_navigation .icon-twitter-sign,.profile_v5 .fixed_navigation .icon-facebook,.profile_v5 .fixed_navigation icon-twitter,.profile_v5 .fixed_navigation .icon-envelope-alt,.profile_v5 .fixed_navigation_report .icon-plus,.profile_v5 .fixed_navigation_report .icon-facebook-sign,.profile_v5 .fixed_navigation_report .icon-twitter-sign,.profile_v5 .fixed_navigation_report .icon-facebook,.profile_v5 .fixed_navigation_report icon-twitter,.profile_v5 .fixed_navigation_report .icon-envelope-alt{margin-right:6px;font-size:15px}.profile_v5 .fixed_navigation button,.profile_v5 .fixed_navigation_report button{line-height:33px;margin-top:10px;float:right}.profile_v5 .fixed_navigation .wf-proposed-fundraise-reservation-box button,.profile_v5 .fixed_navigation_report .wf-proposed-fundraise-reservation-box button{line-height:1em}.profile_v5 .fixed_navigation .wf-proposed-fundraise-reservation-box button.cancel-reservation-btn,.profile_v5 .fixed_navigation_report .wf-proposed-fundraise-reservation-box button.cancel-reservation-btn{min-width:150px}.profile_v5 .fixed_navigation .apply_container,.profile_v5 .fixed_navigation_report .apply_container{float:right;margin-top:0px}.profile_v5 .fixed_navigation .amount,.profile_v5 .fixed_navigation_report .amount{position:relative;background:transparent;border:1px solid rgba(172,196,222,0.41) !important;color:white !important;width:242px !important;padding:10px !important;padding-left:10px !important;padding-right:10px !important}@media screen and (max-width: 900px){.profile_v5 .fixed_navigation .amount,.profile_v5 .fixed_navigation_report .amount{width:145px !important}}.profile_v5 .fixed_navigation .amount:focus,.profile_v5 .fixed_navigation_report .amount:focus{background:#1b2c37 !important}.profile_v5 .fixed_navigation .apply,.profile_v5 .fixed_navigation_report .apply{top:7px !important;height:41px !important;margin-left:124px !important}@media screen and (max-width: 900px){.profile_v5 .fixed_navigation .apply,.profile_v5 .fixed_navigation_report .apply{width:80px !important;margin-left:87px !important}}.profile_v5 .dark-fixed-nav{background:#263f4e}.profile_v5 .dark-fixed-nav .menu-spacer{display:none}.profile_v5 .dark-fixed-nav .scroll_to{color:rgba(255,255,255,0.7)}.profile_v5 .dark-fixed-nav .scroll_to:hover{color:rgba(255,255,255,0.9)}.profile_v5 .dark-fixed-nav .activeNavLink{color:white}.profile_v5 .dark-fixed-nav .shadow-menu{border-bottom:1px solid rgba(255,255,255,0.2)}.profile_v5 .dark-fixed-nav .company_logo img{mix-blend-mode:multiply}.profile_v5 .highlighted_press{width:80%;position:relative;text-align:center;margin-left:auto;margin-right:auto;margin-bottom:50px}@media screen and (max-width: 600px){.profile_v5 .highlighted_press{width:90%;text-align:left}}.profile_v5 .highlighted_press .fa-quote-left{position:absolute;margin-left:-22px;font-size:20px;color:#eee}.profile_v5 .highlighted_press .fa-quote-right{position:absolute;font-size:20px;color:#eee;margin-left:5px;margin-top:-2px}.profile_v5 .highlighted_press i{letter-spacing:1px;color:#424242;font-size:18px;line-height:1.7em}@media screen and (max-width: 800px){.profile_v5 .highlighted_press i{font-size:16px}}@media screen and (max-width: 600px){.profile_v5 .highlighted_press i{font-size:14px}}.profile_v5 .highlighted_press .read-more{margin-top:10px;font-size:16px;color:#424242}@media screen and (max-width: 600px){.profile_v5 .highlighted_press .read-more{font-size:13px}}.profile_v5 .mobile-invest-action{display:none;text-align:center;max-width:245px;margin-left:auto;margin-right:auto;margin-top:10px}@media screen and (max-width: 600px){.profile_v5 .mobile-invest-action{display:block}}.profile_v5 header{height:510px;width:100%;min-width:320px;overflow:hidden}.profile_v5 header .sw{color:#1ad1a3;font-size:1.5em;font-weight:600;font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic;color:#4FB182  ;margin-bottom:0px;font-weight:700}.profile_v5 header h1{margin-top:5px;margin-bottom:0px;font-size:3em;text-transform:uppercase;line-height:1.17em;font-weight:700}@media screen and (max-width: 700px){.profile_v5 header h1{font-weight:500}}.profile_v5 header h2{margin-top:10px;margin-bottom:17px;text-transform:none;font-weight:600;font-family:"Archer SSm A","Archer SSm B",serif;font-style:italic;font-size:1.4em;max-width:450px}.profile_v5 header .cover_image{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background-size:1390px 510px;background-repeat:no-repeat;background-position:center;height:510px;width:100%;opacity:0;-webkit-transition:opacity 500ms ease-in-out;-moz-transition:opacity 500ms ease-in-out;-o-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out}@media screen and (max-width: 700px){.profile_v5 header .cover_image{background-size:cover !important;background-position:center !important;opacity:.3 !important}}.profile_v5 header .cover_image .gradients{width:1390px;margin-left:auto;margin-right:auto;height:510px}@media screen and (max-width: 1390px){.profile_v5 header .cover_image .gradients{display:none}}.profile_v5 header .cover_image .gradients .left_gradient{width:150px;float:left;height:510px}.profile_v5 header .cover_image .gradients .right_gradient{width:150px;float:right;height:510px}.profile_v5 header .content{position:absolute;margin-top:-510px;width:100%}.profile_v5 header .content .text{max-width:500px;height:510px}.profile_v5 header .content .center{margin-left:auto;margin-right:auto;text-align:center}.profile_v5 header .content .center .aspect_ratio_wrapper_header{text-align:center;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;padding:10px;left:0}.profile_v5 header .content .center h2{max-width:100%}.profile_v5 header .content .left{margin-left:0px}.profile_v5 header .content .aspect_ratio_wrapper_header{max-width:500px;position:absolute;top:20px;bottom:70px;left:20px;right:0;display:flex;align-items:center}.profile_v5 header .content .overPhotoFix{top:40px !important}.profile_v5 header .content .video-play{width:auto;height:auto;line-height:2.2em;text-transform:uppercase;padding-left:20px;padding-right:20px;font-size:1.12em;position:relative;display:inline-block;background:rgba(255,88,0,0.7)}.profile_v5 header .content .video-play .fa-play{margin-left:8px}.profile_v5 header .content .video-play:hover{background:#ff5800}.profile_v5 header .edit_profile_dropdown{position:absolute;right:20px;color:white;top:60px;cursor:pointer;opacity:.9;font-size:24px}.profile_v5 header .edit_profile_dropdown:hover{opacity:1}.profile_v5 header .fundraise-bar-v5{height:50px;padding-bottom:10px;padding-top:10px;left:0px;right:0px;bottom:0px;position:absolute;background:rgba(0,0,0,0.7);-moz-border-radius:0px;-webkit-border-radius:3px 3px 0px 0px;border-radius:3px 3px 0px 0px}@media screen and (max-width: 900px){.profile_v5 header .fundraise-bar-v5{font-size:.9em}}.profile_v5 header .fundraise-bar-v5 .public-raising .col1{float:left;padding-right:20px;border-right:2px solid rgba(74,74,74,0.9)}@media screen and (max-width: 600px){.profile_v5 header .fundraise-bar-v5 .public-raising .col1{float:left;width:50%;padding:0px;text-align:center;box-sizing:border-box}}.profile_v5 header .fundraise-bar-v5 .public-raising .col1 .this-round-raised{font-size:1.5em;color:white;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:bold}@media screen and (max-width: 600px){.profile_v5 header .fundraise-bar-v5 .public-raising .col1 .this-round-raised{font-size:1.9em}}.profile_v5 header .fundraise-bar-v5 .public-raising .col1 .goal{font-weight:bold;font-size:.8em;margin-top:-1px;color:rgba(255,255,255,0.5)}@media screen and (max-width: 600px){.profile_v5 header .fundraise-bar-v5 .public-raising .col1 .goal{font-size:1em;margin-top:3px}}.profile_v5 header .fundraise-bar-v5 .public-raising .col2{float:left;margin-left:20px;color:white}@media screen and (max-width: 600px){.profile_v5 header .fundraise-bar-v5 .public-raising .col2{float:right;width:50%;padding:0px;text-align:center;box-sizing:border-box;margin:0px;padding-left:5px;padding-right:5px}}.profile_v5 header .fundraise-bar-v5 .public-raising .col2 a{color:white}.profile_v5 header .fundraise-bar-v5 .public-raising .col2 .security{margin-top:2px}.profile_v5 header .fundraise-bar-v5 .public-raising .col2 .terms{color:rgba(255,255,255,0.5);font-size:.8em;margin-top:8px;font-weight:bold}@media screen and (max-width: 750px){.profile_v5 header .fundraise-bar-v5 .public-raising .col2 .terms{max-width:210px;margin-top:4px}}@media screen and (max-width: 600px){.profile_v5 header .fundraise-bar-v5 .public-raising .col2 .terms{margin-top:6px}}.profile_v5 header .fundraise-bar-v5 .public-raising .col3{max-width:275px;float:right;color:white}@media screen and (max-width: 600px){.profile_v5 header .fundraise-bar-v5 .public-raising .col3{display:none}}@media screen and (max-width: 900px){.profile_v5 header .fundraise-bar-v5 .public-raising .col3{max-width:200px}}@media screen and (max-width: 750px){.profile_v5 header .fundraise-bar-v5 .public-raising .col3 .invest-start-box{width:180px}}.profile_v5 header .fundraise-bar-v5 .public-raising .col3 .invest-start-box .type-apply input{color:white;font-size:1.1em;margin-top:6px}.profile_v5 header .fundraise-bar-v5 .fundraise-preview-disclosure{position:absolute;top:-50px;height:30px;left:0;right:0;text-align:center}.profile_v5 header .fundraise-bar-v5 .fundraise-preview-disclosure .wrap{display:inline-block;width:600px;max-width:90%;height:30px;line-height:30px;background-color:rgba(0,0,0,0.3);border:3px solid #ffc800;color:#ffc800;opacity:0.9;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px}.profile_v5 header .fundraise-bar-v5 .fundraise-preview-disclosure .wrap a{color:#ffc800;text-decoration:underline}.profile_v5 header .fundraise_label{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;float:right;width:275px;height:32px;padding:10px;margin-top:-118px;background:rgba(255,88,0,0.8);margin-right:-20px;color:white;text-align:center;font-size:13px;padding-top:7px;padding-bottom:13px;line-height:1.5em;font-weight:300}@media screen and (max-width: 500px){.profile_v5 header .fundraise_label{font-size:.8em;width:200px;height:19px;margin-top:-105px;margin-right:19%}}@media screen and (max-width: 335px){.profile_v5 header .fundraise_label{width:260px}}.profile_v5 header .fundraise_label strong{text-transform:uppercase}.profile_v5 header .fundraise_label .fa-question-circle{color:rgba(255,255,255,0.5);cursor:pointer}@media screen and (max-width: 500px){.profile_v5 header .fundraise_label .fa-question-circle{display:none}}.profile_v5 header .fundraise_label .fa-question-circle:hover{color:#fff}.profile_v5 header .red_label{background:rgba(233,29,81,0.8)}.profile_v5 header .funded_label{margin-top:-52px !important;background:rgba(26,209,163,0.9)}.profile_v5 .headerEditor{padding-bottom:20px;display:none;border-bottom:1px solid #ddd}.profile_v5 .headerEditor .fa-times{position:absolute;right:20px;margin-top:20px;color:#424242;cursor:pointer;opacity:.9;height:20px}.profile_v5 .headerEditor .fa-times:hover{opacity:1}.profile_v5 .headerEditor label{color:#777;font-size:13px;text-align:right;width:100px;float:left;margin-right:10px}.profile_v5 .headerEditor input,.profile_v5 .headerEditor select{width:100px}.profile_v5 .headerEditor .color{border:1px solid #fff;line-height:18px;color:#777;font-size:13px;margin-top:2px;padding-left:3px;margin-bottom:2px}.profile_v5 .no_picture header{height:350px !important}.profile_v5 .no_picture header .fundraise_label{margin-top:-138px}.profile_v5 .no_picture header .cover_image{height:350px !important;background-size:100px !important;background-repeat:repeat !important}.profile_v5 .no_picture header .cover_image .gradients{display:none}.profile_v5 .no_picture header .content{margin-top:-350px !important}.profile_v5 .no_picture header .content .text{height:350px !important}.profile_v5 .no_picture header .content .text .aspect_ratio_wrapper_header{bottom:0px !important}@media screen and (min-height: 750px){.profile_v5 header{height:600px}.profile_v5 header .fundraise-bar-v5{padding-top:20px;padding-bottom:20px}.profile_v5 header .fundraise_label{margin-top:-138px}.profile_v5 header .cover_image{background-size:1635px 600px;height:600px}.profile_v5 header .cover_image .gradients{height:600px;width:1635px}.profile_v5 header .cover_image .gradients .left_gradient{height:600px}.profile_v5 header .cover_image .gradients .right_gradient{height:600px}.profile_v5 header .content{margin-top:-600px}.profile_v5 header .content .text{height:600px}.profile_v5 header .content .text .aspect_ratio_wrapper_header{bottom:90px !important}.profile_v5 .tab-wrapper{height:70px;line-height:70px}.profile_v5 .fixed_navigation,.profile_v5 .fixed_navigation_report{height:70px;-webkit-transition:background 300ms ease-in-out;-moz-transition:background 300ms ease-in-out;-o-transition:background 300ms ease-in-out;transition:background 300ms ease-in-out}.profile_v5 .fixed_navigation .navSelect,.profile_v5 .fixed_navigation_report .navSelect{margin-top:65px}.profile_v5 .fixed_navigation .menu-spacer,.profile_v5 .fixed_navigation_report .menu-spacer{margin-top:70px}.profile_v5 .fixed_navigation .wrap-links,.profile_v5 .fixed_navigation_report .wrap-links{height:70px}.profile_v5 .fixed_navigation .wrap-links .company_logo,.profile_v5 .fixed_navigation_report .wrap-links .company_logo{height:42px;width:42px;margin-top:15px;mix-blend-mode:multiply}.profile_v5 .fixed_navigation .wrap-links .company_logo img,.profile_v5 .fixed_navigation_report .wrap-links .company_logo img{width:42px!important;height:42px !important}.profile_v5 .fixed_navigation .action-buttons,.profile_v5 .fixed_navigation_report .action-buttons{margin-top:8px}.profile_v5 .fixed_navigation .top-action-wrapper,.profile_v5 .fixed_navigation_report .top-action-wrapper{width:180px}.profile_v5 .fixed_navigation .top-action-wrapper input,.profile_v5 .fixed_navigation_report .top-action-wrapper input{margin-top:16px}.profile_v5 .fixed_navigation .top-action-wrapper .wf-primary,.profile_v5 .fixed_navigation_report .top-action-wrapper .wf-primary{flex:0 0 100px}.profile_v5 .fixed_navigation .top-action-wrapper button,.profile_v5 .fixed_navigation_report .top-action-wrapper button{font-size:.8em;line-height:.8em}.profile_v5 .fixed_navigation .scroll_to,.profile_v5 .fixed_navigation_report .scroll_to{margin-top:27px}}@media screen and (max-width: 700px){.profile_v5 header{height:400px;font-size:14px}.profile_v5 header .cover_image{background-size:1091px 400px;height:400px}.profile_v5 header .content{margin-top:-400px}.profile_v5 header .content .text{height:400px}}@media screen and (max-width: 500px){.profile_v5 header{font-size:12px}.profile_v5 header .content{text-align:center}.profile_v5 header .content .text{max-width:500px;margin-left:auto;margin-right:auto;text-align:center}.profile_v5 header .content .text .aspect_ratio_wrapper_header{text-align:center;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;left:0}.profile_v5 header .content .text h2{max-width:100%}.profile_v5 header .content .video-play{border:2px solid #fff}}.profile_v5 .fundraise_bar{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;background:#fdfdfd;color:#424242;padding-top:30px;padding-bottom:30px;font-size:12px;line-height:1.4em}.profile_v5 .fundraise_bar .investor{float:left;width:55%;padding-right:6%}@media screen and (max-width: 765px){.profile_v5 .fundraise_bar .investor{display:none}}.profile_v5 .fundraise_bar a:hover{color:orangered}.profile_v5 .fundraise_bar .label{margin-bottom:10px;color:#aaa;font-size:15px;font-variant:small-caps;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200}.profile_v5 .fundraise_bar .divider{height:103px;width:1px;background:#eee;float:left;margin-left:40px;margin-right:40px}.profile_v5 .fundraise_bar .avatar{width:60px;height:60px;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;float:left;margin-right:10px}.profile_v5 .fundraise_bar .dark{color:#000}.profile_v5 .fundraise_bar .fa-question-circle{color:#aaa;cursor:pointer}.profile_v5 .fundraise_bar .fa-question-circle:hover{color:#424242}.profile_v5 .fundraise_bar .security{float:left}.profile_v5 .fundraise_bar .security:hover a{color:orangered}.profile_v5 .fundraise_bar .security:hover .fa-question-circle{color:orangered}.profile_v5 .fundraise_bar .return_calc a{font-size:12px;color:#FF6100}.profile_v5 .fundraise_bar .return_calc a:hover{color:#0277bd}.profile_v5 .fundraise_bar .return_calc .fa-question-circle{color:rgba(255,128,9,0.4)}.profile_v5 .fundraise_bar .return_calc:hover a{color:orangered}.profile_v5 .fundraise_bar .return_calc:hover .fa-question-circle{color:orangered}.profile_v5 .fundraise_bar .fundraise_stats{float:right;width:275px;line-height:2.2em}.profile_v5 .fundraise_bar .fundraise_stats .mobile_terms{display:none;line-height:1.5em;margin-top:15px}@media screen and (max-width: 500px){.profile_v5 .fundraise_bar .fundraise_stats .mobile_terms{display:block}}@media screen and (max-width: 500px){.profile_v5 .fundraise_bar .fundraise_stats .label{display:none}}.profile_v5 .fundraise_bar .fundraise_stats .funding_progress_container{position:relative}.profile_v5 .fundraise_bar .fundraise_stats .funding_total{color:#1ad1a3;font-size:30px;font-weight:400;line-height:1.2em}.profile_v5 .fundraise_bar .fundraise_stats .oversubscribed{position:absolute;border-radius:50%;height:6px;width:6px;background:orange;right:2px;bottom:1px;border:2px solid #fff;cursor:pointer}.profile_v5 .key_milestones{margin-top:25px}.profile_v5 .key_milestones li{margin-bottom:5px}.profile_v5 .key_milestones a{background-color:transparent;border-color:transparent;color:#4a4a4a;margin-bottom:3px;border-radius:0px;border-bottom:1px solid rgba(2,119,189,0.75)}.profile_v5 .key_milestones a:hover{border-color:#0277bd;color:#0277bd}.profile_v5 .key_milestones a:active{color:#01598d;border-color:#01598d}.profile_v5 .update{padding-right:60px;line-height:1.8em;background:#FAFAFA;border-radius:3px;padding:10px;margin-top:30px;font-size:15px;color:#424242}.profile_v5 .update .why_col{width:46%;float:left}@media screen and (max-width: 650px){.profile_v5 .update .why_col{width:100%}}.profile_v5 .update .market_col{width:46%;float:right}@media screen and (max-width: 650px){.profile_v5 .update .market_col{width:100%;margin-top:25px}}.profile_v5 .update .w{width:75px;height:75px;margin-right:25px;border-radius:3px;-webkit-box-flex:0 0 75px;-moz-box-flex:0 0 75px;-webkit-flex:0 0 75px;-ms-flex:0 0 75px;flex:0 0 75px}@media screen and (max-width: 500px){.profile_v5 .update .w{margin-left:auto;margin-right:auto;display:block;margin-bottom:25px}}@media screen and (max-width: 500px){.profile_v5 .update .sw_week{display:block;margin-bottom:15px}}.profile_v5 .update .content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:left}.profile_v5 .update h4{font-size:20px;margin-bottom:10px;text-align:left}@media screen and (max-width: 500px){.profile_v5 .update h4{text-align:center}}@media screen and (max-width: 500px){.profile_v5 .update{padding-right:0px;padding-bottom:40px;font-size:13px}}@media screen and (max-width: 800px){.profile_v5 .update{padding-right:30px;font-size:14px}}@media screen and (max-width: 600px){.profile_v5 .update{padding-right:0px}}.profile_v5 .update ul{line-height:1.5em;margin-left:10px}.profile_v5 .update li{margin-top:1em;text-indent:-5px}.profile_v5 .update li:before{content:"-";position:relative;left:-5px}.profile_v5 .update .update_photo{height:90px;width:auto;float:left;margin-right:10px;margin-top:4px}@media screen and (max-width: 600px){.profile_v5 .update .update_photo{width:40px;height:auto;display:none}}@media screen and (max-width: 500px){.profile_v5 .update .update_photo{margin-right:auto;margin-left:auto;width:180px;height:auto;display:block;margin-bottom:7px;margin-top:7px;float:none}}.profile_v5 .update .soft_white{font-size:13px;padding-right:10px;padding-left:10px;padding-top:4px;padding-bottom:6px}@media screen and (max-width: 650px){.profile_v5 .company_summary .flexCenterContent .flex_summary{display:block !important;text-align:center !important}}.profile_v5 .flex_summary{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 500px){.profile_v5 .flex_summary{display:block;text-align:center}}.profile_v5 .flex_summary .col1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.profile_v5 .flex_summary .col1 .wrap_investor{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.profile_v5 .flex_summary .col1 .wrap_investor .avatar{-webkit-box-flex:0 0 70px;-moz-box-flex:0 0 70px;-webkit-flex:0 0 70px;-ms-flex:0 0 70px;flex:0 0 70px}.profile_v5 .flex_summary .col1 .wrap_investor .info{float:left;line-height:1.5em;max-width:250px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.profile_v5 .flex_summary .col1 .signup_label{font-size:16px;margin-top:8px;margin-bottom:8px;line-height:1.5em}@media screen and (max-width: 900px){.profile_v5 .flex_summary .col1 .signup_label{margin-top:0px}}.profile_v5 .flex_summary .addExtraPadding{padding-right:80px}@media screen and (max-width: 800px){.profile_v5 .flex_summary .addExtraPadding{padding-right:20px}}@media screen and (max-width: 500px){.profile_v5 .flex_summary .addExtraPadding{margin-top:-15px}}.profile_v5 .flex_summary .col2{-webkit-box-flex:0 0 300px;-moz-box-flex:0 0 300px;-webkit-flex:0 0 300px;-ms-flex:0 0 300px;flex:0 0 300px}@media screen and (max-width: 650px){.profile_v5 .flex_summary .col2{width:275px;display:inline-block;position:relative;margin-left:auto;margin-right:auto}}.profile_v5 .flex_summary .col2 .contain_sidebar{width:275px;float:right}@media screen and (max-width: 650px){.profile_v5 .flex_summary .col2 .contain_sidebar{margin-top:40px;float:none;margin-left:auto;margin-right:auto;display:none}}.profile_v5 .flex_summary .col2 .follow,.profile_v5 .flex_summary .col2 .call{width:275px !important;float:right;margin-bottom:7px}.profile_v5 .flex_summary .col2 .signup{width:275px !important;float:right}.profile_v5 .flex_summary .col2 .divider{margin-top:15px;margin-bottom:15px}.profile_v5 .flex_summary .col2 .softButtons .fb{border-top-left-radius:3px;border-bottom-left-radius:3px}.profile_v5 .flex_summary .col2 .softButtons .watch{color:#777;border-top-right-radius:3px;border-bottom-right-radius:3px}.profile_v5 .flex_summary .col2 .softButtons button.softOnWhite{color:#777 !important;width:88px;background:none;font-family:Helvetica;font-weight:100;font-variant:normal !important;height:25px;font-size:13px;border-radius:0px;border:0px}.profile_v5 .flex_summary .col2 .softButtons button.softOnWhite:hover{background:#eee}.profile_v5 .flex_summary .col2 .softButtons button.softOnWhite .fa{margin-right:5px}@media screen and (max-width: 500px){.profile_v5 .flex_summary .col2 .apply_container{float:none}}@media screen and (max-width: 500px){.profile_v5 .flex_summary .col2 .amount{left:0px}}.profile_v5 .summary-links{margin-left:auto;margin-right:auto;max-width:750px;margin-top:50px;font-size:12px;position:relative;line-height:26px;color:rgba(74,74,74,0.5)}.profile_v5 .summary-links .flex-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-around;align-items:stretch}@media screen and (max-width: 767px){.profile_v5 .summary-links .flex-wrapper{display:block}}.profile_v5 .summary-links .flex-wrapper .col1{max-width:320px;min-width:0px}@media screen and (max-width: 767px){.profile_v5 .summary-links .flex-wrapper .col1{margin-left:auto;margin-right:auto;text-align:center}}.profile_v5 .summary-links .flex-wrapper .col2{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center}@media screen and (max-width: 767px){.profile_v5 .summary-links .flex-wrapper .col2{margin-top:5px;margin-bottom:5px}}.profile_v5 .summary-links .flex-wrapper .col3{max-width:300px;min-width:0px}@media screen and (max-width: 767px){.profile_v5 .summary-links .flex-wrapper .col3{margin-left:auto;margin-right:auto;max-width:100%;text-align:Center}}.profile_v5 .summary-links .tag{padding:5px;font-size:9px;border:1px solid rgba(74,74,74,0.1);margin-top:3px}.profile_v5 .summary-links .social{border-radius:20px;padding:3px;border:1px solid rgba(74,74,74,0.1);height:13px;background:transparent;width:13px;text-align:center;line-height:14px;margin-top:3px}.profile_v5 .summary-links .social:hover{border:1px solid transparent}.profile_v5 .summary-links .fa{color:rgba(74,74,74,0.5)}.profile_v5 .summary-links .fa-facebook:hover{color:white;background:#415E9B}.profile_v5 .summary-links .fa-twitter:hover{color:white;background:#2FC2EF}.profile_v5 .summary-links .fa-linkedin:hover{color:white;background:#0075B7}.profile_v5 .summary-links .fa-youtube:hover{color:white;background:#E32318}.profile_v5 .summary-links .fa-vimeo:hover,.profile_v5 .summary-links .fa-instagram:hover,.profile_v5 .summary-links .fa-rss:hover{color:white;background:#3F729B}.profile_v5 .company_summary{background:white;padding-top:30px !important}.profile_v5 .company_summary .center-summary{max-width:650px;margin-left:auto;margin-right:auto}@media screen and (max-width: 800px){.profile_v5 .company_summary .center-summary{max-width:800px}}.profile_v5 .company_summary .center-summary a{color:inherit;text-decoration:underline}.profile_v5 .company_summary .center-summary a:hover{color:#0277bd}.profile_v5 .company_summary .summary-title{font-weight:bold;text-transform:uppercase;font-size:.875em;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;margin-top:30px;margin-bottom:-20px}.profile_v5 .company_summary .company_links{font-family:helvetica;color:#777;font-variant:small-caps}@media screen and (max-width: 500px){.profile_v5 .company_summary .company_links{text-align:left !important;margin-left:0px}}.profile_v5 .company_summary p{line-height:1.8em}@media screen and (max-width: 650px){.profile_v5 .company_summary .col2{width:auto;margin-left:0px}}.profile_v5 .company_summary .highlight{color:#FF6100}.profile_v5 .company_summary .quick_facts{margin-left:10px;margin-top:0px}.profile_v5 .company_summary .quick_facts li:before{content:"-";position:relative;left:-5px}.profile_v5 .company_summary .quick_facts li{text-indent:-5px;margin-top:12px}.profile_v5 .company_summary .divider{width:100%;height:1px;margin-top:40px;margin-bottom:40px;background-image:linear-gradient(to right, #666 10%, rgba(255,255,255,0) 0%);background-position:top;background-size:4px 1px;background-repeat:repeat-x}.profile_v5 .company_summary h2{text-align:center;font-size:1.6em;margin-top:20px;margin-bottom:20px}.profile_v5 .highlighted_press{width:80%;position:relative;text-align:center;margin-left:auto;margin-right:auto;margin-bottom:50px}@media screen and (max-width: 600px){.profile_v5 .highlighted_press{width:90%;text-align:left}}.profile_v5 .highlighted_press .fa-quote-left{position:absolute;margin-left:-22px;font-size:20px;color:#eee}.profile_v5 .highlighted_press .fa-quote-right{position:absolute;font-size:20px;color:#eee;margin-left:5px;margin-top:-2px}.profile_v5 .highlighted_press i{letter-spacing:1px;color:#424242;font-size:18px;line-height:1.7em}@media screen and (max-width: 800px){.profile_v5 .highlighted_press i{font-size:16px}}@media screen and (max-width: 600px){.profile_v5 .highlighted_press i{font-size:14px}}.profile_v5 .highlighted_press .read-more{margin-top:10px;font-size:16px;color:#424242}@media screen and (max-width: 600px){.profile_v5 .highlighted_press .read-more{font-size:13px}}.profile_v5 .hidePress{display:none}.profile_v5 .morePressContainer{margin-top:20px;padding:10px;display:block;text-align:center;margin-left:auto;margin-right:auto;width:100%}.profile_v5 .morePressContainer a:hover{text-decoration:none;opacity:.9}.profile_v5 .morePressContainer img{display:inline-block;width:auto;height:26px;margin:10px;mix-blend-mode:multiply;opacity:1}@media screen and (max-width: 600px){.profile_v5 .morePressContainer img{height:18px}}.profile_v5 .extra-info i.store-extra-info{font-family:"Gotham SSM";font-style:normal;font-size:.75em}.profile_v5 .investors .highlight{color:#ff5800 !important}.profile_v5 .investors h3{margin-bottom:5px}.profile_v5 .investors .show_mobile{display:none}@media screen and (max-width: 623px){.profile_v5 .investors .show_mobile{display:block}}@media screen and (max-width: 623px){.profile_v5 .investors .hide_mobile{display:none !important}}@media screen and (max-width: 1040px){.profile_v5 .investors .hide_ipad{display:none !important}}.profile_v5 .investors .break_investor_headline{display:none}@media screen and (max-width: 1040px){.profile_v5 .investors .break_investor_headline{display:block}}.profile_v5 .investors .funding_history{font-size:.5em;float:right;margin-top:-57px}@media screen and (max-width: 623px){.profile_v5 .investors .funding_history{float:none;margin-top:10px}}.profile_v5 .investors .funding_history .fa-clock-o{float:left;margin-top:3px}.profile_v5 .investors .funding_history .content{float:left;margin-left:3px}.profile_v5 .investors .rounds{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center;margin-bottom:20px;display:none}.profile_v5 .investors .rounds .round{position:relative;float:left;width:182px;padding:2px;height:122px;border:2px solid #F6F6F6;text-align:Center;margin:5px}.profile_v5 .investors .rounds .round .amount_2{height:61px;width:100%;background:#F0F7FB;line-height:61px;font-size:20px;font-weight:bold}.profile_v5 .investors .rounds .round .date{margin-top:10px;font-size:14px;font-weight:bold;color:rgba(74,74,74,0.75)}.profile_v5 .investors .rounds .round .type{padding:4px;font-size:12px;color:rgba(74,74,74,0.5);margin-top:0px}.profile_v5 .investors .rounds .round .toolbar{display:none;position:absolute;top:0;right:0;left:0;height:20px;padding:4px 9px;text-align:right;font-size:14px}.profile_v5 .investors .rounds .round .toolbar a{color:#263f4e}.profile_v5 .investors .rounds .round:hover .toolbar{display:block}.profile_v5 .investors .render_investors{text-align:center}.profile_v5 .q_and_a_panel .content{position:relative}.profile_v5 .q_and_a_panel h2{text-align:Center}.profile_v5 .q_and_a_panel .expand-all-toggle{position:absolute;font-size:10px;right:20px;text-transform:uppercase;color:rgba(74,74,74,0.5);position:absolute;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;cursor:pointer}@media screen and (max-width: 900px){.profile_v5 .q_and_a_panel .expand-all-toggle{opacity:0}}.profile_v5 .q_and_a_panel .expand-all-toggle:hover{color:rgba(74,74,74,0.75)}.profile_v5 .q_and_a_panel .cutQandA{text-align:center;position:relative;width:100%}.profile_v5 .q_and_a_panel .hide_question{display:none}.profile_v5 .q_and_a_panel .hide_answer{display:none}.profile_v5 .q_and_a_panel .load_more_qa{width:210px}.profile_v5 .q_and_a_panel .load_more_transparent{position:absolute;height:80px;width:100%;margin-top:-80px;background:-moz-linear-gradient(top, rgba(253,253,253,0) 0%, #fdfdfd 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253,253,253,0)), color-stop(100%, #fdfdfd));background:-webkit-linear-gradient(top, rgba(253,253,253,0) 0%, #fafafa 100%);background:-o-linear-gradient(top, rgba(253,253,253,0) 0%, #fdfdfd 100%);background:-ms-linear-gradient(top, rgba(253,253,253,0) 0%, #fdfdfd 100%);background:linear-gradient(to bottom, rgba(253,253,253,0) 0%, #fdfdfd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=0 )}.profile_v5 .q_and_a_panel .all_questions{margin-left:auto;margin-right:auto;max-width:650px;width:100%}.profile_v5 .q_and_a_panel .profile-question{margin-top:30px;margin-bottom:5px;font-weight:bold;font-size:1.1em;cursor:pointer}@media screen and (max-width: 600px){.profile_v5 .q_and_a_panel .profile-question{font-size:1em}}.profile_v5 .q_and_a_panel .profile-question .toggle-caret{color:rgba(74,74,74,0.5)}.profile_v5 .q_and_a_panel .profile-question:hover{color:#212121}.profile_v5 .q_and_a_panel .profile-question:hover .toggle-caret{color:#0277bd}.profile_v5 .q_and_a_panel .profile-answer{font-size:1em;line-height:1.5em;font-family:"Archer SSm A","Archer SSm B",serif}.profile_v5 .q_and_a_panel .profile-answer li{text-indent:0px !important}.profile_v5 .q_and_a_panel .profile-answer li:before{content:" " !important;position:relative;left:0px}.profile_v5 .q_and_a_panel .profile-answer a{font-weight:normal;color:inherit;text-decoration:underline}.profile_v5 .q_and_a_panel .profile-answer a:hover{color:#0277bd}.profile_v5 .q_and_a_panel ul{list-style-type:disc;line-height:1.7em;margin-left:20px}.profile_v5 .q_and_a_panel li{margin-top:.5em}.profile_v5 .q_and_a_panel p strong{font-style:italic;color:#98a2a9;font-weight:400}.profile_v5 .ask_question,.profile_v5 .investors{background:white;width:100%}.profile_v5 .team,.profile_v5 .q_and_a{background:#fdfdfd}.profile_v5 .terms_and_use_of_funds{background:#263f4e;color:#85a0b2;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}.profile_v5 .terms_and_use_of_funds h3{color:white}.profile_v5 .terms_and_use_of_funds h2{color:white;text-align:Center;margin-bottom:20px}.profile_v5 .terms_and_use_of_funds .wf-inline-define-bold{color:white}.profile_v5 .terms_and_use_of_funds .invest_text{max-width:620px;color:rgba(255,255,255,0.9);margin-left:auto;margin-right:auto;margin-bottom:40px}@media screen and (max-width: 920px){.profile_v5 .terms_and_use_of_funds .invest_text{width:60%}}@media screen and (max-width: 600px){.profile_v5 .terms_and_use_of_funds .invest_text{width:90%}}.profile_v5 .terms_and_use_of_funds .invest-start-box{width:300px}.profile_v5 .terms_and_use_of_funds .invest-start-box .type-apply input{color:white;margin-top:4px;font-size:1.5em}.profile_v5 .terms_and_use_of_funds .invest-start-box .wf-primary{font-size:1em}.profile_v5 .terms_and_use_of_funds .type-edit .wf-primary{width:94%}.profile_v5 .terms_and_use_of_funds .content{max-width:600px;margin-left:auto;margin-right:auto;text-align:left;margin-top:20px;color:rgba(255,255,255,0.75)}.profile_v5 .terms_and_use_of_funds .content b{color:#ffc800;font-weight:bold}@media screen and (max-width: 600px){.profile_v5 .terms_and_use_of_funds .content{width:90%}}.profile_v5 .terms_and_use_of_funds .apply_container{margin-left:auto;margin-right:auto;width:280px;margin-top:40px;margin-bottom:20px}.profile_v5 .terms_and_use_of_funds b{font-weight:500}.profile_v5 .terms_and_use_of_funds a{color:rgba(255,255,255,0.7);display:inline-block}.profile_v5 .terms_and_use_of_funds a:hover{color:#fff}.profile_v5 .terms_and_use_of_funds a .fa{vertical-align:super;font-size:12px}.profile_v5 .terms_and_use_of_funds .termsHolder{margin-top:20px;border-top:1px solid #85a0b2;border-bottom:1px solid #85a0b2;max-width:800px;margin-left:auto;margin-right:auto}@media screen and (max-width: 600px){.profile_v5 .terms_and_use_of_funds .termsHolder{width:90%}}.profile_v5 .terms_and_use_of_funds .contracts{float:left;text-align:left;margin-top:40px;line-height:23px;font-weight:bold;color:#fff}.profile_v5 .terms_and_use_of_funds .compensation{float:right;text-align:left;width:360px;margin-top:40px;line-height:23px;color:#85a0b2}.profile_v5 .terms_and_use_of_funds .term{color:#fff;text-align:center;font-size:40px;line-height:40px;float:left;border-right:1px solid #85a0b2;margin-top:20px;margin-bottom:20px}@media screen and (max-width: 600px){.profile_v5 .terms_and_use_of_funds .term{font-size:32px;line-height:32px}}@media screen and (max-width: 400px){.profile_v5 .terms_and_use_of_funds .term{font-size:28px;line-height:28px}}.profile_v5 .terms_and_use_of_funds .term:last-child{border-right:0px solid #fff}.profile_v5 .terms_and_use_of_funds .term_label{font-size:12px;line-height:12px;color:#85a0b2;margin-top:8px}.profile_v5 .terms_and_use_of_funds .four{width:24.5%}.profile_v5 .terms_and_use_of_funds .three{width:32.9%}.profile_v5 .terms_and_use_of_funds .two{width:49%}.profile_v5 .terms_and_use_of_funds .one{width:100%}.profile_v5 .track_record h2{margin-bottom:20px}.profile_v5 .gallery,.profile_v5 .galleryINACTIVE{text-align:center;margin-left:-1%;margin-right:-1%}.profile_v5 .gallery img,.profile_v5 .galleryINACTIVE img{border:1px solid #eee}.profile_v5 .gallery img.three,.profile_v5 .galleryINACTIVE img.three{display:inline-block;width:30%;margin-left:1%;margin-right:1%;margin-top:1%;margin-bottom:1%}.profile_v5 .gallery img.two,.profile_v5 .galleryINACTIVE img.two{display:inline-block;width:47%;margin-left:1%;margin-right:1%;margin-top:1%;margin-bottom:1%}.profile_v5 .one_photo{width:80%;display:inline-block}.profile_v5 .navbar-invest .type-apply{position:relative;float:right;width:242px;margin:10px 0;font-size:87.5%}.profile_v5 .navbar-invest .type-apply input{background:rgba(0,0,0,0) !important;border:1px solid rgba(172,196,222,0.41);color:white;padding-right:135px}.profile_v5 .navbar-invest .type-apply input:focus{background:rgba(0,0,0,0) !important}.profile_v5 .navbar-invest .type-apply button{margin:0;width:125px;height:auto;top:0;right:0;bottom:0}.profile_v5 .navbar-invest .type-edit button{width:250px}.profile_v5 .navbar-vote{position:relative;float:right;width:290px;height:40px;line-height:40px;margin:10px 0;font-size:87.5%}.profile_v5 .navbar-vote button{width:88px;line-height:25px;margin:0;margin-left:4px;top:0;right:0;bottom:0}.profile_v5 .navbar-vote .three-options{display:block}.profile_v5 .navbar-vote .jump-to-top{display:none}.profile_v5 .navbar-vote .jump-to-top button{width:150px}@media screen and (max-width: 1002px){.profile_v5 .navbar-vote{width:auto}.profile_v5 .navbar-vote .three-options{display:none}.profile_v5 .navbar-vote .jump-to-top{display:block}}@media screen and (max-width: 768px){.profile_v5 .vetting_nav .hide_link{display:none}.profile_v5 .vetting_nav .navSelect{display:none !important}}@media screen and (max-width: 375px){.profile_v5 .club_logo{margin-top:0}.profile_v5 .club_name{display:none}.profile_v5 .vetting_nav .flexCenterContent{padding:0.1px 10px}.profile_v5 .navbar-invest{margin-top:-10px}}.profile_v5 .main-invest{width:275px;margin:auto;margin-top:7px}.profile_v5 .footer-invest{margin:auto;width:275px}.profile_v5 .custom_html h1,.profile_v5 .custom_html h2{text-align:center}.wefunder_override header h2{max-width:400px}@media screen and (max-width: 1000px){.wefunder_override header h2{font-size:1.2em;max-width:300px}}@media screen and (max-width: 1000px){.wefunder_override h1{font-size:2.5em}}@media screen and (max-width: 1250px){.wefunder_override header .cover_image{background-size:contain}}@media screen and (max-width: 1100px){.wefunder_override header{height:450px}.wefunder_override header .fundraise-bar-v5{padding-top:20px;padding-bottom:20px}.wefunder_override header .fundraise_label{margin-top:-138px}.wefunder_override header .cover_image{background-size:contain;height:450px}.wefunder_override header .cover_image .gradients{height:450px;width:1635px}.wefunder_override header .cover_image .gradients .left_gradient{height:450px}.wefunder_override header .cover_image .gradients .right_gradient{height:450px}.wefunder_override header .content{margin-top:-450px}.wefunder_override header .content .text{height:450px}.wefunder_override header .content .text .aspect_ratio_wrapper_header{bottom:90px !important}}#sb-site.taxa-ab-test .TAXA_TEST{display:none}#sb-site.taxa-ab-test .taxa-test-off{display:inline !important}#sb-site.invest-button-test .abtest-right-invest{display:none}#sb-site.invest-button-test .abtest-left-invest{display:inline !important}#sb-site.turn-on-v7 .header_v7{display:block !important}#sb-site.turn-on-v7 .topNav{position:relative !important}#sb-site.turn-on-v7 .header_v6{display:none !important}.abstract-profile .sub-menu-border{border-bottom:1px solid rgba(74,74,74,0.1);height:1px;width:100%;margin-top:-2px}.abstract-profile .top-menu{margin-left:25px;margin-top:8px}.abstract-profile .top-menu .count-tag{padding:2px;min-width:10px;color:rgba(74,74,74,0.5);background-color:rgba(74,74,74,0.2)}.abstract-profile .top-menu li{font-weight:bold}@media screen and (max-width: 1000px){.abstract-profile .top-menu{margin-left:0px}}@media screen and (max-width: 450px){.abstract-profile .top-menu .follow{margin-top:22px;margin-right:5px}}.abstract-profile .fa-comments{display:none}.abstract-profile .ask_question{padding-top:20px}.abstract-profile .ask_question .comment-container h2{font-size:1.375em !important}.abstract-profile .sub-menu{text-transform:uppercase;color:rgba(74,74,74,0.5);font-size:.75em;margin-left:25px;margin-top:20px;cursor:pointer}.abstract-profile .sub-menu li{padding-bottom:10px}.abstract-profile .sub-menu li:first-child{margin-left:0px}.abstract-profile .sub-menu li:hover{color:rgba(74,74,74,0.8)}.abstract-profile .sub-menu .active{font-weight:bold;color:#4a4a4a;border-bottom:1px solid #000}.abstract-profile .sub-menu .active:hover{color:#4a4a4a}.abstract-profile .flexCenterContent{max-width:1200px;padding-top:30px}.abstract-profile .cols{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 1000px){.abstract-profile .cols{flex-flow:column}}.abstract-profile .cols .col1{-webkit-box-flex:0 0 350px;-moz-box-flex:0 0 350px;-webkit-flex:0 0 350px;-ms-flex:0 0 350px;flex:0 0 350px}@media screen and (max-width: 1000px){.abstract-profile .cols .col1{order:3;margin-left:-15px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}.abstract-profile .cols .col2{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-top:20px;font-size:.75em;padding-left:30px;width:100%;max-width:550px;padding-right:80px}@media screen and (max-width: 1000px){.abstract-profile .cols .col2{order:2;padding-left:0px;padding-right:0px}}.abstract-profile .cols .col3{-webkit-box-flex:0 0 170px;-moz-box-flex:0 0 170px;-webkit-flex:0 0 170px;-ms-flex:0 0 170px;flex:0 0 170px;padding-top:20px;font-size:.75em}@media screen and (max-width: 1000px){.abstract-profile .cols .col3{order:1;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}.abstract-profile .summary-title{text-transform:uppercase;color:rgba(74,74,74,0.5);margin-bottom:-10px;margin-top:30px}.abstract-profile .press-abstract{margin-top:10px}.abstract-profile .hide-press-abstract{display:none}.abstract-profile .abstract-avatar{width:75px;height:75px;border-radius:40px}.abstract-profile .founder-abstract{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:10px}.abstract-profile .founder-abstract .abstract-avatar-co{-webkit-box-flex:0 0 90px;-moz-box-flex:0 0 90px;-webkit-flex:0 0 90px;-ms-flex:0 0 90px;flex:0 0 90px}.abstract-profile .founder-abstract .founder-content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.abstract-profile .rank-box{padding:10px;width:100%;background:rgba(74,74,74,0.05);margin-top:20px;font-size:.9em;color:rgba(74,74,74,0.75)}.abstract-profile .rank-box .score .val{float:right}.abstract-profile .rank-box .score .desc{float:left}.abstract-profile .rank-box .sec{text-transform:uppercase;color:rgba(74,74,74,0.5);margin-top:15px}.abstract-profile .social{border-radius:20px;padding:3px;border:1px solid rgba(74,74,74,0.1);height:13px;background:transparent;width:13px;text-align:center;line-height:14px;margin-top:3px}.abstract-profile .social:hover{border:1px solid transparent}.abstract-profile .fa{color:rgba(74,74,74,0.5)}.abstract-profile .fa-facebook:hover{color:white;background:#415E9B}.abstract-profile .fa-twitter:hover{color:white;background:#2FC2EF}.abstract-profile .fa-linkedin:hover{color:white;background:#0075B7}.abstract-profile .fa-youtube:hover{color:white;background:#E32318}.abstract-profile .fa-vimeo:hover,.abstract-profile .fa-instagram:hover,.abstract-profile .fa-rss:hover{color:white;background:#3F729B}
.prospect_metrics .metrics_toolbar,.prospect_metrics .metrics_toolbar a{font-size:12px;color:#272727}.prospect_metrics .metrics_toolbar a:hover{text-decoration:underline}.prospect_metrics #prospect_metrics_dashboard{margin:20px 0px 40px}.prospect_metrics #prospect_metrics_dashboard .prospect_metric_group .group_title{width:100%;background:#f3f3f3;float:left;display:block;padding:5px 4px;margin:3px 0px;font-weight:bold;text-transform:capitalize}.prospect_metrics #prospect_metrics_dashboard .prospect_metric_group center{float:left;padding:30px 0px;border:1px solid #f3f3f3;margin:10px;width:100%;text-align:center}.prospect_metrics #prospect_metrics_dashboard .prospect_metric_group .prospect_metric{margin:10px;width:300px;height:100px;background:rgba(39,39,39,0.01);text-align:center;float:left;border:1px solid #f3f3f3;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.prospect_metrics #prospect_metrics_dashboard .prospect_metric_group .prospect_metric .title{background:#f3f3f3;font-weight:bold;font-size:12px;padding:5px;text-transform:capitalize}.prospect_metrics #prospect_metrics_dashboard .prospect_metric_group .prospect_metric .value{color:#272727;font-size:35px}
#returns .title{max-width:628px;margin-left:auto;margin-right:auto}#returns tbody tr:first-of-type{font-weight:700;font-size:0.625rem;text-transform:uppercase;height:75px;color:rgba(74,74,74,0.5)}#returns tbody tr:first-of-type td:first-of-type{padding-left:2%}#returns tbody tr:first-of-type td:not(:first-child){text-align:center}#returns tbody tr:not(:first-child) td:first-of-type{font-weight:700;color:#272727;font-size:.85rem;padding-left:2%}#returns tbody tr:not(:first-child) td{padding:.3rem}#returns tbody tr:not(:first-child) td:not(:first-child){font-family:Consolas,Monaco,Lucida Console,Liberation Mono;font-size:.85rem;text-align:center}#returns tbody tr:nth-of-type(2n){background-color:#F3F5F7}#returns .summary-table{margin-left:auto;margin-right:auto;padding-bottom:80px}#returns .summary-table tbody tr:first-of-type{font-size:.85rem;color:#272727}#returns .summary-table tbody tr td{padding:3% 2%}#returns .summary-table tbody tr td small{font-size:.625rem;color:rgba(74,74,74,0.75);text-transform:uppercase}#returns .summary-table tbody tr td:last-of-type{font-family:Consolas,Monaco,Lucida Console,Liberation Mono;text-align:right;padding-right:2%}
#scouts-contacted-companies{margin:100px auto}#scouts-contacted-companies .header{width:100%;max-width:600px;margin:auto;margin-bottom:40px;font-size:14px}#scouts-contacted-companies .company-search{max-width:600px;margin:auto;text-align:center}#scouts-contacted-companies .company-search input{width:100%;padding:15px;box-sizing:border-box;border:2px solid rgba(74,74,74,0.5);border-radius:3px;font-size:16px;line-height:20px}#scouts-contacted-companies .company-search .results{margin-top:30px;text-align:left}#scouts-contacted-companies .company-search .results .result{padding:5px;border-bottom:1px solid rgba(74,74,74,0.3)}#scouts-contacted-companies .company-search .results p{font-style:italic}
@charset "UTF-8";#scouts-forum-page{color:#274456;padding-bottom:10%;margin:50px auto}#scouts-forum-page .users{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;justify-content:left;margin:0% 5%;min-width:100px}#scouts-forum-page .users img{height:25px;width:25px;border-radius:50% !important;background-color:#f3f3f3;margin:0%}#scouts-forum-page .avatar img{height:25px;width:25px;border-radius:50% !important;background-color:#f3f3f3;margin:0% 10px 0% 0%}#scouts-forum-page .new-club-post-form{margin-bottom:30px}#scouts-forum-page .new-club-post-form .errors{font-size:12px;color:#e91d51}#scouts-forum-page .new-club-post-form .field,#scouts-forum-page .new-club-post-form .actions,#scouts-forum-page .new-club-post-form input[type=text],#scouts-forum-page .new-club-post-form textarea{width:100%;border:none;padding:none;margin:none;border-radius:none}#scouts-forum-page .new-club-post-form .field:focus,#scouts-forum-page .new-club-post-form .actions:focus,#scouts-forum-page .new-club-post-form input[type=text]:focus,#scouts-forum-page .new-club-post-form textarea:focus{background:white !important}#scouts-forum-page .new-club-post-form input[type=text]{background:white;color:rgba(39,68,86,0.85);font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;box-sizing:border-box;border-radius:0px;font-size:2em;padding-left:0px}#scouts-forum-page .new-club-post-form input[type=text]:focus{background:white !important}#scouts-forum-page .new-club-post-form textarea{margin-top:-15px;padding-left:0px;background-color:white;color:rgba(39,68,86,0.85);font-family:"Archer SSm A","Archer SSm B",serif;border-radius:0px;box-sizing:border-box;font-size:1.2em}#scouts-forum-page .new-club-post-form textarea:focus{background:white !important}#scouts-forum-page .new-club-post-form .redactor-editor:focus{border:none}#scouts-forum-page .new-club-post-form .actions{display:flex;flex-direction:row;margin-top:20px}#scouts-forum-page .new-club-post-form .actions .cancel_new_club_post{margin-left:10px}#scouts-forum-page .new-club-post-form .clearfix{clear:both;float:none}#scouts-forum-page .section_top,#scouts-forum-page .labels{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}#scouts-forum-page .section_top{justify-content:space-between}#scouts-forum-page .section_top .section-title{float:left;text-transform:uppercase;font-size:1em;font-weight:700}#scouts-forum-page .section_top .section-top_right{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;justify-content:center}#scouts-forum-page .section_top a.all-posts_button{color:rgba(39,68,86,0.25);font-weight:400;text-align:center;vertical-align:top;margin-left:5px}#scouts-forum-page .section_top a.all-posts_button:hover{color:rgba(39,68,86,0.7)}#scouts-forum-page .section_top a.all-posts_button.active{color:rgba(39,68,86,0.7);cursor:default}#scouts-forum-page .empty_section_posts{text-align:center}#scouts-forum-page .empty_section_posts h4:before,#scouts-forum-page .empty_section_posts h4:after{content:" – "}#scouts-forum-page .empty_section_posts h4{color:rgba(39,68,86,0.75);font-size:1em;font-family:"Archer SSm A","Archer SSm B",serif}#scouts-forum-page .empty_section_posts h4 a{text-decoration:underline;color:inherit}#scouts-forum-page .empty_section_posts h4 a:hover{color:rgba(39,68,86,0.5)}#scouts-forum-page a.my-posts_button{margin-bottom:10px;margin-top:-10px;color:rgba(39,68,86,0.25);font-weight:400;text-align:center;vertical-align:top;margin-left:5px}#scouts-forum-page a.my-posts_button:hover{color:rgba(39,68,86,0.7)}#scouts-forum-page a.my-posts_button.active{color:rgba(39,68,86,0.7);cursor:default}#scouts-forum-page .h-line{height:1px;background:rgba(39,68,86,0.2) none repeat scroll 0% 0%;margin-bottom:5px}#scouts-forum-page .section_posts{margin-top:20px}#scouts-forum-page .section_posts .post{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;justify-content:space-between;margin-top:1%;align-items:center}#scouts-forum-page .section_posts .sticky{background-color:rgba(39,68,86,0.05)}#scouts-forum-page .section_posts .sticky .sticky-tag{background-color:rgba(255,82,82,0.23);color:rgba(74,74,74,0.5);padding:5px;text-transform:uppercase;font-size:.75em;text-align:center;width:45px;border-radius:3px;max-height:12px}#scouts-forum-page .section_posts .sticky .placeholder{min-width:57px;padding:2px}#scouts-forum-page .section_posts .post_main{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;padding:5px 10px;flex-grow:2}#scouts-forum-page .section_posts .post_main .post_title{color:#4a4a4a;font-size:1em;font-weight:700;max-width:500px}#scouts-forum-page .section_posts .post_main .post_title a{text-decoration:none;color:inherit}#scouts-forum-page .section_posts .post_main .post_title a:hover{color:#546a7b}#scouts-forum-page .section_posts .post_main .post_author{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;font-size:.75em;align-items:center;margin-top:5px}#scouts-forum-page .section_posts .post_main .post_author .name{margin-right:1%}#scouts-forum-page .section_posts .post_main .post_author .name a{color:rgba(74,74,74,0.5);font-weight:700}#scouts-forum-page .section_posts .post_main .post_author .name a:hover{color:#447fa2;text-decoration:underline}#scouts-forum-page .section_posts .post_main .post_author .title_manager{color:rgba(255,82,82,0.5)}#scouts-forum-page .section_posts .post_main .post_author .title_manager:after{content:" "}#scouts-forum-page .section_posts .post_main .post_author .title{color:rgba(74,74,74,0.5)}#scouts-forum-page .section_posts .post_attributes{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;justify-content:flex-start;width:42%;font-size:.75em}#scouts-forum-page .section_posts .post_attributes div{margin:0% 2%}#scouts-forum-page .section_posts .actions form{display:inline-block}#scouts-forum-page .section_posts .actions form button{width:initial;height:initial;border:none;background-color:transparent}#scouts-forum-page .section_posts .actions form button .fa-times{color:rgba(39,68,86,0.5)}#scouts-forum-page .section_posts .actions form button .fa-times:hover{color:rgba(39,68,86,0.7)}#scouts-forum-page .section_posts .actions form button .fa-star{color:rgba(39,68,86,0.5)}#scouts-forum-page .section_posts .actions form button .fa-star:hover{color:rgba(39,68,86,0.7)}#scouts-forum-page .section_posts .actions form button .fa-star-bts{color:rgba(255,234,0,0.75)}#scouts-forum-page .section_posts .actions form button .fa-star-bts:hover{color:rgba(39,68,86,0.7)}#scouts-forum-post-page #show_post .body-wrap_top{padding:2% 0% 0% 0%}#scouts-forum-post-page #show_post .body-wrap_top .back_button{color:rgba(39,68,86,0.75);position:absolute;padding:5px 10px;left:30px;text-transform:uppercase;font-size:1em;border-radius:10%}#scouts-forum-post-page #show_post .body-wrap_top.offblue{background:rgba(2,119,189,0.02) !important;border-top:1px solid #EDF4F9;border-bottom:1px solid #EDF4F9}#scouts-forum-post-page #show_post .body-wrap_top .post_title{color:#274456;font-size:2em;letter-spacing:.7;font-weight:200}#scouts-forum-post-page #show_post .body-wrap_top .post_author{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;font-size:.75em;align-items:center;margin-top:5px}#scouts-forum-post-page #show_post .body-wrap_top .post_author .avatar{height:25px;width:25px;margin:0% 1% 0% 0%}#scouts-forum-post-page #show_post .body-wrap_top .post_author .avatar img{border-radius:50%}#scouts-forum-post-page #show_post .body-wrap_top .post_author .name{margin-right:1%}#scouts-forum-post-page #show_post .body-wrap_top .post_author .name a{color:rgba(74,74,74,0.5);font-weight:700}#scouts-forum-post-page #show_post .body-wrap_top .post_author .name a:hover{color:#447fa2;text-decoration:underline}#scouts-forum-post-page #show_post .body-wrap_top .post_author .title_manager{color:rgba(255,82,82,0.5);margin-right:1%}#scouts-forum-post-page #show_post .body-wrap_top .post_author .title{color:rgba(39,68,86,0.5);margin-right:1%}#scouts-forum-post-page #show_post .body-wrap_top .post_author .time{color:rgba(39,68,86,0.5)}#scouts-forum-post-page #show_post .body-wrap_top .post_author .time:after{content:""}#scouts-forum-post-page #show_post .body-wrap_top .post_content{color:#274456;margin-top:2%;font-family:"Archer SSm A","Archer SSm B",serif;max-width:750px}#scouts-forum-post-page #show_post .body-wrap_top form.new_club_reply textarea{background-color:transparent;color:#f3f3f3}#scouts-forum-post-page #show_post .body-wrap_top .hr_line{height:20px;width:100%;border-bottom:1px solid rgba(255,255,255,0.25)}#scouts-forum-post-page #show_post .body-wrap_top .filter{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;justify-content:flex-end}#scouts-forum-post-page #show_post .body-wrap_top .filter .by_popularity,#scouts-forum-post-page #show_post .body-wrap_top .filter .by_date{padding:10px 5px;margin:5% 1% 0% 1%;text-transform:uppercase;font-size:.76em}#scouts-forum-post-page #show_post .body-wrap_top .filter .by_popularity{color:rgba(255,255,255,0.75)}#scouts-forum-post-page #show_post .body-wrap_top .filter .by_date{color:#879097}#scouts-forum-post-page #show_post .body-wrap_top .filter .active{background-color:#879097;color:#fff}#scouts-forum-post-page #show_post .body-wrap_bottom{padding-top:2%;margin-bottom:10%}#scouts-forum-post-page #show_post .body-wrap_bottom .no-comments{text-align:center;color:rgba(39,68,86,0.5);font-family:"Archer SSm A","Archer SSm B",serif;padding:5% 0%}#scouts-forum-post-page #show_post .body-wrap_bottom .no-comments p:nth-of-type(2){color:rgba(39,68,86,0.75)}#scouts-forum-post-page #show_post .body-wrap_bottom form.edit_club_reply button{width:initial;height:initial;border:none;background-color:transparent;font-size:1em;color:rgba(74,74,74,0.5)}#scouts-forum-post-page #show_post .body-wrap_bottom form.edit_club_reply button:hover{text-decoration:underline}#scouts-forum-post-page #show_post .body-wrap_bottom .reply_a{color:#274456;border-left:2px solid rgba(39,68,86,0.08);padding-left:2%;margin:2% 0%}#scouts-forum-post-page #show_post .body-wrap_bottom .reply_b{color:rgba(39,68,86,0.5);border-left:2px solid rgba(39,68,86,0.5);margin:2% 0% 2% 6%;padding-left:2%}#scouts-forum-post-page #show_post .body-wrap_bottom .hidden-reply-form img{width:40px;height:40px;margin-top:30px}#scouts-forum-post-page #show_post .body-wrap_bottom .hidden-reply-form textarea{margin-top:-40px;margin-left:5%;border-radius:0px;border:1px solid rgba(29,68,86,0.5);width:90%}#scouts-forum-post-page #show_post .body-wrap_bottom .hidden-reply-form textarea:focus{background:white !important}#scouts-forum-post-page #show_post .body-wrap_bottom .hidden-reply-form .actions input{color:rgba(255,255,255,0.75);background-color:rgba(39,68,86,0.5);border:0px none;padding:5px 8px;font-size:0.75em;margin-top:-2px;margin-left:5%;border-radius:50px}#scouts-forum-post-page #show_post .body-wrap_bottom .info{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;align-items:center;font-size:.75em;color:#4a4a4a;padding-top:5px;color:rgba(74,74,74,0.5)}#scouts-forum-post-page #show_post .body-wrap_bottom .info .avatar{height:25px;width:25px;margin-right:1%}#scouts-forum-post-page #show_post .body-wrap_bottom .info .avatar img{border-radius:50%}#scouts-forum-post-page #show_post .body-wrap_bottom .info .name a{color:rgba(74,74,74,0.5);font-weight:700}#scouts-forum-post-page #show_post .body-wrap_bottom .info .name a:hover{color:#447fa2;text-decoration:underline}#scouts-forum-post-page #show_post .body-wrap_bottom .info .time{padding:0% 1%}#scouts-forum-post-page #show_post .body-wrap_bottom .info .time{color:rgba(74,74,74,0.5)}#scouts-forum-post-page #show_post .body-wrap_bottom .info .time:hover{text-decoration:underline}#scouts-forum-post-page #show_post .body-wrap_bottom .info .time:after{content:" ago"}#scouts-forum-post-page #show_post .body-wrap_bottom .info .reply{color:rgba(74,74,74,0.5)}#scouts-forum-post-page #show_post .body-wrap_bottom .info .reply:hover{text-decoration:underline}#scouts-forum-post-page #show_post .body-wrap_bottom .info .admin{background-color:rgba(29,68,86,0.8);color:rgba(255,255,255,0.75);border-radius:10px;padding:2px 10px;margin-left:1%;font-size:.75em;font-weight:700}#scouts-forum-post-page #show_post .add_comment{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;padding-top:2%;align-items:flex-start}#scouts-forum-post-page #show_post .add_comment form{width:100%}#scouts-forum-post-page #show_post .add_comment .user_photo{height:45px;width:45px;border-radius:50%;background-color:rgba(39,68,86,0.25);border:0px}#scouts-forum-post-page #show_post .add_comment .comment_region{color:rgba(39,68,86,0.25);font-family:"Archer SSm A","Archer SSm B",serif;padding-left:2%;max-width:550px}#scouts-forum-post-page #show_post .add_comment .comment_region .redactor-editor,#scouts-forum-post-page #show_post .add_comment .comment_region textarea{border:1px solid rgba(39,69,86,0.25);border-radius:3px;color:#4a4a4a;background:white;width:100%;height:80px}#scouts-forum-post-page #show_post .add_comment .comment_region .redactor-box{color:#4a4a4a}#scouts-forum-post-page #show_post .add_comment .actions input{color:rgba(39,68,86,0.75);border:1px solid rgba(39,68,86,0.5);padding:5px 8px;font-size:.75em;margin-top:5px;margin-left:19px;border-radius:50px;background-color:transparent}#scouts-forum-post-page #show_post .add_comment .actions input:hover{border:1px solid #1d4456;color:#274456}
.scouts .signup-to-join-scouts-bar{width:100%;padding:15px;background-color:rgba(255,88,0,0.7);color:white;font-weight:bold;text-align:center}.scouts .signup-to-join-scouts-bar form{margin-left:20px;display:inline-block}.scouts header{height:200px;background-color:#004674;background-size:200px 200px;background-image:url(https://wefunder-production.s3.amazonaws.com/static/arrow-400.png);text-align:center;position:relative}.scouts header .black{position:absolute;background:rgba(36,63,79,0.5);height:200px;top:0;bottom:0;left:0;right:0}.scouts header .flexCenterContent{position:absolute;height:200px;top:0;bottom:0;left:0;right:0}.scouts header h1{color:white;margin-top:0px;margin-bottom:0px;margin-top:46px}.scouts table{width:100%;margin-top:10px;font-size:.875em}.scouts table td{padding:10px;padding-bottom:15px;padding-top:15px;vertical-align:top}.scouts table .green{font-weight:bold}.scouts table .offwhite{background:#f8f8f8}.scouts table .orange{color:#ff5800}.scouts .refer input[type="text"],.scouts .refer input[type="tel"],.scouts .refer input[type="email"],.scouts .refer textarea{width:100%}.scouts .refer .wf-char-counter-num{position:absolute;font-size:11px;right:-15px;margin-top:10px}.scouts .refer label{font-weight:bold;margin-top:20px;margin-bottom:3px;display:block}.scouts .refer .checkboxes label{font-weight:400;margin-top:0px;margin-left:20px;color:rgba(74,74,74,0.75);font-size:.875em}.scouts .refer .checkboxes input{float:left;margin-top:3px}.scouts .refer .founder input{margin-bottom:10px}.scouts .training-action{background:#f9fcfd;padding:20px;border-radius:3px;margin:20px;max-width:500px;margin-left:auto;margin-right:auto;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.scouts .training-action .fa-checkbox-unchecked,.scouts .training-action .fa-checkbox-checked{-webkit-box-flex:0 0 15px;-moz-box-flex:0 0 15px;-webkit-flex:0 0 15px;-ms-flex:0 0 15px;flex:0 0 15px;font-size:24px}.scouts .training-action .info{margin-left:20px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.scouts .training-action h4{margin-top:3px;font-size:1em}
#showcases .fb-nav{margin-right:5px;min-width:170px !important}@media screen and (max-width: 500px){#showcases .fb-nav{min-width:75px !important}}#showcases .highlighted-city{background-color:#ffc800 !important;cursor:default !important}#showcases .highlighted-city .city-label{color:black !important}#showcases .highlighted-city .city-theme{color:rgba(0,0,0,0.8) !important}#showcases .highlighted-city .city-date{color:rgba(0,0,0,0.8) !important}#showcases .offwhite{background-color:#f9fcfd;border-top:1px solid #edf4f9;border-bottom:1px solid #edf4f9}#showcases .preload{display:none}#showcases .video-js.vjs-controls-disabled .vjs-poster{display:block}#showcases .vjs-big-play-button{display:block}#showcases .panel{padding-top:60px;padding-bottom:60px}@media screen and (max-width: 500px){#showcases .panel{padding-top:40px;padding-bottom:40px}}#showcases .panel:nth-child(even){background-color:#f9fcfd;border-top:1px solid #edf4f9;border-bottom:1px solid #edf4f9}#showcases .panel h2{margin-top:0px}#showcases .panel .subtitle{max-width:620px;margin-left:auto;margin-right:auto}#showcases .panel.facebook-live iframe{width:100%;max-width:400px}#showcases .standout{color:#14a782}#showcases .new-header{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}#showcases .new-header .col1{-webkit-box-flex:0.5;-moz-box-flex:0.5;-webkit-flex:0.5;-ms-flex:0.5;flex:0.5;padding:50px}#showcases .new-header .col1 h1{margin-top:20px}#showcases .new-header .col1 h4{margin-top:50px}#showcases .new-header .col1 h2{font-size:1.5em}@media screen and (max-height: 800px){#showcases .new-header .col1{padding:30px}#showcases .new-header .col1 h1{margin-top:0px}#showcases .new-header .col1 h4{margin-top:30px}}@media screen and (max-width: 800px){#showcases .new-header .col1{padding:20px}}@media screen and (max-width: 750px){#showcases .new-header .col1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:10px}#showcases .new-header .col1 h1{margin-top:20px}#showcases .new-header .col1 h2{font-size:1.2em}#showcases .new-header .col1 h4{margin-top:30px}}#showcases .new-header .col2{-webkit-box-flex:0.5;-moz-box-flex:0.5;-webkit-flex:0.5;-ms-flex:0.5;flex:0.5;position:relative;background:url(https://wefunder-production.s3.amazonaws.com/static/live_events/meow.jpg);background-position:center;background-size:cover}#showcases .new-header .col2 .caption{position:absolute;bottom:20px;color:rgba(255,255,255,0.7);font-weight:bold;margin-left:20px;text-transform:uppercase;font-size:.8em}@media screen and (max-width: 750px){#showcases .new-header .col2{display:none}}@media screen and (max-width: 1100px){#showcases .new-header .col2{background-position-x:800px}}@media screen and (max-width: 768px){#showcases .new-header .col2{background-position-x:720px}}#showcases .panelists{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;flex-wrap:wrap}#showcases .panelists .panelist{margin:20px;width:210px;height:360px}@media screen and (max-width: 800px){#showcases .panelists .panelist{margin:10px}}@media screen and (max-width: 750px){#showcases .panelists .panelist{width:150px}}#showcases .panelists .panelist h4{font-size:1em;margin-bottom:2px;font-size:.99em}#showcases .panelists .panelist h5{font-size:.8em}#showcases .panelists .panelist .panel-bio{margin-top:10px;font-size:1em;line-height:1.1em}#showcases .panelists .panelist .panel-pic{background:#000;width:210px;height:210px}@media screen and (max-width: 750px){#showcases .panelists .panelist .panel-pic{width:150px}}#showcases .map2{max-width:964px;width:100%;margin-left:auto;margin-right:auto;margin-bottom:60px}#showcases .map2 .overlay{background:transparent;position:relative;width:100%;height:480px;top:480px;margin-top:-480px}#showcases .founder-row{margin-top:35px;margin-bottom:35px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media screen and (max-width: 750px){#showcases .founder-row{-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}}#showcases .founder-row .founder-pic{-webkit-box-flex:0 0 450px;-moz-box-flex:0 0 450px;-webkit-flex:0 0 450px;-ms-flex:0 0 450px;flex:0 0 450px;width:450px;height:300px}@media screen and (max-width: 800px){#showcases .founder-row .founder-pic{width:380px;-webkit-box-flex:0 0 380px;-moz-box-flex:0 0 380px;-webkit-flex:0 0 380px;-ms-flex:0 0 380px;flex:0 0 380px}}@media screen and (max-width: 750px){#showcases .founder-row .founder-pic{width:100%;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}#showcases .founder-row .founder-content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-left:30px;padding-top:0px}@media screen and (max-width: 750px){#showcases .founder-row .founder-content{padding-left:0px;padding-top:20px}}#showcases .founder-row .founder-content h4{margin-bottom:15px;margin-top:0px}#showcases .founder-row .founder-content .founder-bio{margin-top:20px;line-height:1em;font-size:.8em}#showcases .div{width:100%;max-width:600px;height:1px;background:rgba(74,74,74,0.1);margin-top:40px;margin-bottom:40px}@media screen and (max-height: 800px){#showcases .div{margin-top:25px;margin-bottom:25px}}#showcases header{background:black}#showcases .cover-image{opacity:0;top:0;left:0;bottom:0;right:0;position:absolute;background:linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),url("https://wefunder-production.s3.amazonaws.com/static/road_trip_s.jpg"),no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;-webkit-transition:opacity 500ms ease-in-out;-moz-transition:opacity 500ms ease-in-out;-o-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out;background-position-x:center;background-position-y:bottom}#showcases .header{position:relative;height:1200px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}#showcases .header .header-wrapper{width:95%;margin-top:-60px}@media screen and (max-width: 500px){#showcases .header .header-wrapper{margin-top:-85px}}#showcases .header .city-info{color:rgba(255,255,255,0.8);text-align:center;margin-top:50px;max-width:280px;width:100%;max-width:300px;width:280px;background:rgba(0,0,0,0.4);border-radius:3px;margin-left:auto;margin-right:auto;padding:15px}#showcases .header .city-info .city{font-size:1em;font-weight:700;text-transform:uppercase;color:white}#showcases .header .city-info .venue{font-weight:700;margin-top:15px;color:rgba(255,255,255,0.9)}#showcases .header .city-info .address{font-size:.8em}#showcases .header .city-info .why{font-size:13px;font-weight:bold;cursor:pointer}color:rgba(255,255,255,.8) #showcases .header .city-info .why:hover{color:#fff !important}#showcases .header .texts{text-align:center}#showcases .header .texts h1{color:#fff;font-size:2.4em;max-width:900px;margin-left:auto;margin-right:auto}@media screen and (max-width: 500px){#showcases .header .texts h1{font-size:1.5em}}#showcases .header .texts h2{color:rgba(255,255,255,0.9);font-size:1.5em;font-weight:normal;max-width:737px;margin-left:auto;margin-right:auto}@media screen and (max-width: 500px){#showcases .header .texts h2{font-size:1.1em;line-height:1.4em}}#showcases .header .cta{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;text-align:center;top:30px}@media screen and (max-width: 425px){#showcases .header .cta{top:50px}}#showcases .header .cta .center{width:100%}#showcases .header .cta button{margin-left:5px;margin-right:5px;width:180px;line-height:1.8em}@media screen and (max-height: 640px){#showcases .hide-city-list{display:none}}#showcases .whistlestop-nav{bottom:0px;position:absolute;color:white;background:rgba(0,0,0,0.5);width:100%;padding-top:10px;padding-bottom:6px}@media screen and (min-width: 1077px){#showcases .whisltestop-nav{padding:1.25em 0}}@media screen and (min-width: 1100px) and (max-width: 1380px){#showcases .whistlestop-nav .nav-item.sf::before,#showcases .whistlestop-nav .nav-item.nyc::before{content:attr(data-shortname);font-weight:700;color:rgba(255,255,255,0.9)}#showcases .whistlestop-nav .nav-item.sf .city-label,#showcases .whistlestop-nav .nav-item.nyc .city-label{display:none}}@media screen and (max-width: 767px){#showcases .whistlestop-nav .nav-item.sf::before,#showcases .whistlestop-nav .nav-item.nyc::before{content:attr(data-shortname);font-weight:700;color:rgba(255,255,255,0.9)}#showcases .whistlestop-nav .nav-item.sf .city-label,#showcases .whistlestop-nav .nav-item.nyc .city-label{display:none}}#showcases .city-list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:space-around;justify-content:space-around;padding-left:20px;padding-right:20px;white-space:nowrap}@media screen and (max-width: 1150px){#showcases .city-list{-webkit-flex-justify-content:center;justify-content:center;flex-wrap:wrap;padding-left:0px;padding-right:0px;max-width:750px;margin-left:auto;margin-right:auto}}@media screen and (max-width: 768px){#showcases .city-list{max-width:700px}}@media screen and (max-width: 590px){#showcases .city-list{max-width:450px;font-size:.9em}}@media screen and (max-width: 350px){#showcases .city-list{font-size:.8em}}#showcases .nav-item{padding:0.5em 1em;background-color:transparent;font-size:.75em;text-transform:uppercase;letter-spacing:0.1em;display:inline-block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;color:rgba(255,255,255,0.9)}#showcases .nav-item .city-label{font-weight:700;color:rgba(255,255,255,0.9)}#showcases .nav-item .city-theme{font-weight:700;color:rgba(255,255,255,0.8);text-transform:none;padding-top:2px;padding-bottom:3px}#showcases .nav-item .city-date{font-size:.65em;font-weight:500;color:rgba(255,255,255,0.7);display:inline-block;white-space:nowrap}#showcases a.mobile-toggle{display:block;font-weight:700;padding:1em}#showcases .city-list{border-bottom:2px solid rgba(74,74,74,0.05)}#showcases .city-list .nav-item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}#showcases .city-list{clear:both;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}#showcases img.resize{width:100%;height:auto}#showcases .events{overflow-x:scroll;overflow-y:hidden;white-space:nowrap}#showcases .event-wrapper{display:inline-block;white-space:normal;width:95%}#showcases .event-info{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:space-around;justify-content:space-around;padding:5%;align-items:center}#showcases .event-info-r{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:flex-start;justify-content:flex-start;margin:0%}#showcases .event-photo{max-width:300px}#showcases .event-details{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}#showcases .event-details .event-name{font-weight:700;font-size:1.5em}#showcases .event-location{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;font-size:.75em;padding:5px 0px}@media screen and (max-width: 555px){#showcases .event-info{margin-left:5%}#showcases #boston .event-info{padding-right:15%}#showcases .event-info-r{text-align:center}#showcases .event-photo{display:none}#showcases .event-description{display:none}}@media screen and (min-width: 556px) and (max-width: 759px){#showcases .event-info-r{margin:0% 2%}#showcases .event-photo{width:100%;height:inherit;margin:0% 1%}#showcases .event-description{display:none}}@media screen and (min-width: 760px) and (max-width: 980px){#showcases .event-wrapper{width:90%}#showcases .event-info{align-items:center}#showcases .event-info-r{margin:0% 2%}#showcases .event-photo{width:100%;height:inherit;margin:0% 2%}#showcases .event-location{padding:10px 0px}#showcases .event-description{font-size:.75em}}@media screen and (min-width: 981px){#showcases .event-wrapper{width:80%;max-width:1200px}#showcases .event-info-r{margin:0% 2%}#showcases .event-photo{width:100%;height:inherit;margin:0% 2%}#showcases .event-location{padding:10px 0px}#showcases .event-description{font-size:.75em}}#showcases .summary .summary-text{flex:1;max-width:620px;min-width:280px;padding-right:20px}#showcases .summary .summary-text p{font-size:1.1em}#showcases .summary .summary-text h4{margin-top:30px;font-weight:700;color:rgba(74,74,74,0.75)}#showcases .summary .summary-bullets{width:265px}@media screen and (max-width: 500px){#showcases .summary .summary-bullets{display:none}}#showcases .summary .summary-bullets .background{background:#fcfcfc;padding:15px;padding-top:20px;padding-bottom:20px;margin-top:78px;font-size:.8em;margin-left:20px}#showcases .summary .summary-bullets .background .bullets-wefunder{margin-top:15px;margin-bottom:25px}#showcases .summary .summary-bullets .background .bullets-trip{margin-top:15px}@media screen and (max-width: 767px){#showcases .summary{flex-direction:column}#showcases .summary .summary-text{margin-left:auto;margin-right:auto;padding-right:0px}#showcases .summary .summary-bullets{margin-left:auto;margin-right:auto;width:100%;max-width:400px}#showcases .summary .summary-bullets .background{margin-top:40px;padding:25px;margin-left:0px}}#showcases .team{border-top:1px solid rgba(2,119,189,0.05);border-bottom:1px solid rgba(2,119,189,0.05);background:rgba(2,119,189,0.03)}#showcases .video-text{max-width:620px;margin-left:auto;margin-right:auto;padding:10px;background-color:rgba(191,221,238,0.25);color:rgba(74,74,74,0.75);text-align:center;font-size:.85em}#showcases .lance-quote{margin-top:25px;text-align:center}#showcases .lance-quote h3{font-weight:700}#showcases .lance-quote p{text-transform:uppercase;font-size:.75em;color:rgba(74,74,74,0.75)}#showcases .map-text{height:auto;margin-top:0px;padding-top:40px;padding-bottom:40px;background-color:#013b5e;position:absolute;z-index:9999;width:100%;opacity:.8;color:white}@media screen and (max-width: 768px){#showcases .map-text{padding-top:30px;padding-bottom:30px}}@media screen and (max-width: 500px){#showcases .map-text{padding-top:20px;padding-bottom:20px}}#showcases .map-text h2{color:white}#showcases .map-text p{color:white;max-width:700px;text-align:left;margin-top:0px}#showcases .map{padding-top:20px;background-color:#bfddee;color:#4a4a4a;position:relative;height:780px;margin-top:0px}@media screen and (max-width: 768px){#showcases .map{height:450px}}@media screen and (max-width: 500px){#showcases .map{height:350px}}#showcases .map #train-map{position:absolute;bottom:0;width:100%;height:100%;overflow:none;opacity:.50}#showcases .spacer1{height:10px;background-color:#013b5e}#showcases .spacer2{height:5px;background-color:#003555}#showcases .leaflet-popup-content{padding:5px}#showcases .request{background-color:#013b5e;color:#fff;text-align:center;padding:30px}#showcases .request p:first-child{font-size:1.2em;font-weight:700;text-transform:uppercase}#showcases .request p:last-of-type{color:rgba(255,255,255,0.75)}@media screen and (max-width: 373px){#showcases .request p:last-of-type{font-size:.75em}}#showcases #submit-company,#showcases #submit-rsvp{font-size:1em}#showcases #submit-company h3,#showcases #submit-rsvp h3{font-weight:700;margin:20px auto;margin:20px 0px}#showcases #submit-company p,#showcases #submit-rsvp p{margin-left:auto;margin-right:Auto;padding-left:20px;padding-right:20px;max-width:615px !important;margin-bottom:30px}#showcases #submit-company .wf-hint,#showcases #submit-rsvp .wf-hint{font-weight:500;text-align:left}#showcases #submit-company .errored,#showcases #submit-company .errors,#showcases #submit-rsvp .errored,#showcases #submit-rsvp .errors{color:#e91d51;font-size:12px;text-align:center;display:block}#showcases #submit-company .new-city-message,#showcases #submit-rsvp .new-city-message{margin:10px 0;padding:15px;font-size:12px;border:2px solid rgba(26,209,163,0.4);border-radius:4px;background-color:rgba(26,209,163,0.1);color:#4a4a4a}#showcases .submit-wrapper{width:90%;margin:auto}#showcases .submit-wrapper form{margin-left:auto;margin-right:auto}#showcases .submit-wrapper form .event-field-error .selectize-input{border:1px dashed #e91d51}#showcases .submit-wrapper form label.error{color:#e91d51;display:block !important;font-weight:initial}#showcases .submit-wrapper form input.error,#showcases .submit-wrapper form input.char-counter-error,#showcases .submit-wrapper form textarea.error,#showcases .submit-wrapper form textarea.char-counter-error,#showcases .submit-wrapper form select.error,#showcases .submit-wrapper form select.char-counter-error{border:1px dashed #e91d51 !important}#showcases .submit-wrapper form .wf-char-counter{position:relative}#showcases .submit-wrapper form .wf-char-counter.exceeded-limit .dimmer{color:#e91d51}#showcases .submit-wrapper form .selectize-control{font-size:12px;text-align:left}#showcases .submit-wrapper form .selectize-control .selectize-input{min-height:46px}#showcases .submit-wrapper .field{margin-bottom:20px}#showcases .submit-wrapper .field label{display:block;font-size:12px;color:rgba(74,74,74,0.5);text-align:left;font-weight:700}#showcases .submit-wrapper .field .dimmer{font-size:11px;font-weight:100;position:absolute;right:0;margin-top:-15px}#showcases .submit-wrapper .field input[type=text],#showcases .submit-wrapper .field input[type=email],#showcases .submit-wrapper .field textarea{width:100%;box-sizing:border-box;font-size:14px}#showcases .submit-wrapper .field .nested-fields{margin-left:35px;margin-top:20px}@media screen and (min-width: 361px) and (max-width: 768px){#showcases .submit-wrapper{margin-left:auto;margin-right:auto;width:60%}}@media screen and (min-width: 769px) and (max-width: 983px){#showcases #submit-company{padding-bottom:50px}#showcases #submit-company p{max-width:670px}#showcases .submit-wrapper{width:40%}}@media screen and (min-width: 984px) and (max-width: 1136px){#showcases .submit-wrapper{width:40%}#showcases .submit-wrapper button{margin-bottom:20px}}@media screen and (min-width: 1137px){#showcases #submit-company p{max-width:670px}#showcases .submit-wrapper{width:60%}#showcases .submit-wrapper form{max-width:300px}}#showcases .center{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}#showcases .t-centered{text-align:center}#showcases #submit-company ::-webkit-input-placeholder{text-align:center}#showcases #submit-company :-moz-placeholder{text-align:center}#showcases #submit-company ::-moz-placeholder{text-align:center}#showcases #submit-company :-ms-input-placeholder{text-align:center}#showcases .faq{background:rgba(2,119,189,0.03);border-bottom:1px solid rgba(2,119,189,0.05)}#showcases .faq .expand-all-toggle{position:absolute;top:120px;font-size:10px;right:20px;text-transform:uppercase;color:rgba(74,74,74,0.5);position:absolute;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;cursor:pointer}@media screen and (max-width: 900px){#showcases .faq .expand-all-toggle{opacity:0}}#showcases .faq .expand-all-toggle:hover{color:rgba(74,74,74,0.75)}#showcases .faq .all_questions{margin-left:auto;margin-right:auto;max-width:700px;width:100%}#showcases .faq .q{margin-top:30px;margin-bottom:5px;font-weight:bold;font-size:1.1em;cursor:pointer}@media screen and (max-width: 600px){#showcases .faq .q{font-size:1em}}#showcases .faq .q .toggle-caret{color:rgba(74,74,74,0.5)}#showcases .faq .q:hover{color:#212121}#showcases .faq .q:hover .toggle-caret{color:#0277bd}#showcases .faq .answer{font-size:1em;line-height:1.5em;font-family:"Archer SSm A","Archer SSm B",serif;display:none}#showcases .faq .answer a{font-weight:normal;color:inherit;text-decoration:underline}#showcases .faq .answer a:hover{color:#0277bd}#showcases .cities{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center}#showcases .cities .active_city{border:5px solid #ffc800 !important}#showcases .cities .city{width:200px;height:120px;padding:10px;margin:5px;background-color:black;color:White;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;border:5px solid #fff}@media screen and (max-width: 767px){#showcases .cities .city{width:95px;height:80px;padding:0px;margin:5px;font-size:.75em}}#showcases .cities .city:hover{opacity:.9}#showcases .cities .city .info{width:100%}#showcases .cities .city .name{text-transform:uppercase;font-weight:bold;text-align:center;width:100%}#showcases .cities .city .theme{text-align:center;width:100%}#showcases .cities .city .date{color:rgba(255,255,255,0.5);text-align:center;width:100%;text-transform:uppercase}#showcases .fixed_navigation{position:fixed;width:100%;height:50px;background:white;margin-top:-400px;z-index:500000}#showcases .fixed_navigation .top-action-wrapper{width:140px;float:right}@media screen and (max-width: 449px){#showcases .fixed_navigation .top-action-wrapper{width:75px}}@media screen and (max-width: 449px){#showcases .fixed_navigation .top-action-wrapper .input-wrapper{display:none}}#showcases .fixed_navigation .top-action-wrapper input{font-size:12px;padding:5px;padding-left:0px;margin-top:13px}#showcases .fixed_navigation .top-action-wrapper button{min-width:50px;-webkit-box-flex:0 0 75px;-moz-box-flex:0 0 75px;-webkit-flex:0 0 75px;-ms-flex:0 0 75px;flex:0 0 75px;border-width:1px;line-height:.625em;font-size:.625em}#showcases .fixed_navigation .flex-bar{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}#showcases .fixed_navigation .wrap-links{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:50px;overflow:hidden}@media screen and (max-width: 374px){#showcases .fixed_navigation .link_quotes{display:none}}#showcases .fixed_navigation .nav_divider{border-left:1px solid #1d262f;width:1px;background:#424d58;margin-top:8px;height:44px;margin-left:10px;margin-right:10px;float:right}#showcases .fixed_navigation .shadow-menu{box-shadow:0 5px 8px -8px rgba(74,74,74,0.5);position:absolute;width:100%}#showcases .fixed_navigation .menu-spacer{height:5px;background:linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);position:absolute;width:100%;margin-top:50px}#showcases .fixed_navigation .navSelect{position:absolute;margin-top:46px;width:100px;height:5px;background:#0277bd;display:none}#showcases .fixed_navigation .company_logo{float:left;width:36px;height:36px;margin-top:8px;margin-right:15px;cursor:pointer}@media screen and (max-width: 925px){#showcases .fixed_navigation .company_logo{margin-right:5px}}@media screen and (max-width: 650px){#showcases .fixed_navigation .company_logo{display:none}}#showcases .fixed_navigation .company_logo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#showcases .fixed_navigation .club_logo{float:left;width:40px;height:40px;margin-top:10px;margin-right:25px;cursor:pointer}#showcases .fixed_navigation .club_logo img{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#showcases .fixed_navigation .action-buttons{-webkit-box-flex:0 0 150px;-moz-box-flex:0 0 150px;-webkit-flex:0 0 150px;-ms-flex:0 0 150px;flex:0 0 150px}@media screen and (max-width: 449px){#showcases .fixed_navigation .action-buttons{-webkit-box-flex:0 0 75px;-moz-box-flex:0 0 75px;-webkit-flex:0 0 75px;-ms-flex:0 0 75px;flex:0 0 75px}}#showcases .fixed_navigation .action-buttons button{margin-top:10px;margin-bottom:10px}#showcases .fixed_navigation .club_name{float:left;margin-right:25px;color:white}#showcases .fixed_navigation .hide-top-bar{display:none}@media screen and (max-width: 500px){#showcases .fixed_navigation .hide-stats{display:none}}#showcases .fixed_navigation .scroll_to{cursor:pointer;font-size:.75em;font-weight:bold;float:left;text-transform:uppercase;color:rgba(74,74,74,0.75);margin-right:25px;margin-top:18px;margin-bottom:16px}@media screen and (max-width: 925px){#showcases .fixed_navigation .scroll_to{margin-right:15px;font-size:11.4px;letter-spacing:-0.5px}}@media screen and (max-width: 650px){#showcases .fixed_navigation .scroll_to{margin-right:10px;font-size:10px;letter-spacing:-1px}}@media screen and (max-width: 374px){#showcases .fixed_navigation .scroll_to{margin-right:9px}}#showcases .fixed_navigation .scroll_to:hover{color:rgba(74,74,74,0.9)}#showcases .fixed_navigation .activeNavLink{color:#4a4a4a}#showcases .fixed_navigation .fb-share{float:right;color:#425D9E}#showcases .fixed_navigation .twitter-share{float:right;color:#00BCF8}#showcases .fixed_navigation .icon-plus,#showcases .fixed_navigation .icon-facebook-sign,#showcases .fixed_navigation .icon-twitter-sign,#showcases .fixed_navigation .icon-facebook,#showcases .fixed_navigation icon-twitter,#showcases .fixed_navigation .icon-envelope-alt{margin-right:6px;font-size:15px}#showcases .fixed_navigation button{line-height:33px;margin-top:10px;float:right}#showcases .fixed_navigation .apply_container{float:right;margin-top:0px}#showcases .fixed_navigation .amount{position:relative;background:transparent;border:1px solid rgba(172,196,222,0.41) !important;color:white !important;width:242px !important;padding:10px !important;padding-left:10px !important;padding-right:10px !important}@media screen and (max-width: 900px){#showcases .fixed_navigation .amount{width:145px !important}}#showcases .fixed_navigation .amount:focus{background:#1b2c37 !important}#showcases .fixed_navigation .apply{top:7px !important;height:41px !important;margin-left:124px !important}@media screen and (max-width: 900px){#showcases .fixed_navigation .apply{width:80px !important;margin-left:87px !important}}#showcases .deadline{color:#ffc800;opacity:.7;text-align:Center;font-weight:bold;text-transform:uppercase;font-size:.7em;margin-top:10px}#showcases .deadline2{text-transform:uppercase;color:#ff5800;font-weight:bold}
html.sb-active-right #sb-site{box-shadow:10px 0 10px -3px rgba(74,74,74,0.3)}.sb-right.basic-sidebar{background:white;box-sizing:border-box;padding:0}.sb-right.basic-sidebar .main-heading{padding:10px 25px;font-weight:700;font-size:16px;text-transform:uppercase;color:#4a4a4a}.sb-right.basic-sidebar .main-heading .title{float:left}.sb-right.basic-sidebar .main-heading .fa-close{font-weight:700;float:right;margin-top:3px;cursor:pointer}
.svg-IRA {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 15.849056603773585% 100% no-repeat;
}

.svg-IRA-dims {
  width: 42px;
  height: 44px;
}

.svg-IRA-colored {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 0 100% no-repeat;
}

.svg-IRA-colored-dims {
  width: 42px;
  height: 44px;
}

.svg-IRA-round {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 0 37.704918032786885% no-repeat;
}

.svg-IRA-round-dims {
  width: 68px;
  height: 68px;
}

.svg-bank {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 100% 0 no-repeat;
}

.svg-bank-dims {
  width: 35px;
  height: 37px;
}

.svg-bank-round {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 28.451882845188283% 0 no-repeat;
}

.svg-bank-round-dims {
  width: 68px;
  height: 69px;
}

.svg-bitcoin {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 31.226765799256505% 93.66515837104072% no-repeat;
}

.svg-bitcoin-dims {
  width: 38px;
  height: 30px;
}

.svg-bitcoin-color {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 45.353159851301115% 93.66515837104072% no-repeat;
}

.svg-bitcoin-color-dims {
  width: 38px;
  height: 30px;
}

.svg-bitcoin-round {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 56.90376569037657% 0 no-repeat;
}

.svg-bitcoin-round-dims {
  width: 68px;
  height: 69px;
}

.svg-cc {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 23.166023166023166% 76.44444444444444% no-repeat;
}

.svg-cc-dims {
  width: 48px;
  height: 26px;
}

.svg-cc-amex {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 24.796747967479675% 63.425925925925924% no-repeat;
}

.svg-cc-amex-dims {
  width: 61px;
  height: 35px;
}

.svg-cc-colored {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 78.76447876447877% 45.982142857142854% no-repeat;
}

.svg-cc-colored-dims {
  width: 48px;
  height: 27px;
}

.svg-cc-dinersclub {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 49.59349593495935% 63.425925925925924% no-repeat;
}

.svg-cc-dinersclub-dims {
  width: 61px;
  height: 35px;
}

.svg-cc-discover {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 0 79.62962962962963% no-repeat;
}

.svg-cc-discover-dims {
  width: 60px;
  height: 35px;
}

.svg-cc-jcb {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 82.92682926829268% 31.48148148148148% no-repeat;
}

.svg-cc-jcb-dims {
  width: 61px;
  height: 35px;
}

.svg-cc-mastercard {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 0 63.425925925925924% no-repeat;
}

.svg-cc-mastercard-dims {
  width: 61px;
  height: 35px;
}

.svg-cc-round {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 85.35564853556485% 0 no-repeat;
}

.svg-cc-round-dims {
  width: 68px;
  height: 68px;
}

.svg-cc-visa {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 74.08906882591093% 63.425925925925924% no-repeat;
}

.svg-cc-visa-dims {
  width: 60px;
  height: 35px;
}

.svg-check {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 41.221374045801525% 74.78260869565217% no-repeat;
}

.svg-check-dims {
  width: 45px;
  height: 21px;
}

.svg-check-round {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 56.90376569037657% 37.704918032786885% no-repeat;
}

.svg-check-round-dims {
  width: 68px;
  height: 68px;
}

.svg-flip-card-dark {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 94.77351916376307% 55.172413793103445% no-repeat;
}

.svg-flip-card-dark-dims {
  width: 20px;
  height: 19px;
}

.svg-flip-card-light {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 94.77351916376307% 46.98275862068966% no-repeat;
}

.svg-flip-card-light-dims {
  width: 20px;
  height: 19px;
}

.svg-venmo {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 98.9090909090909% 17.209302325581394% no-repeat;
}

.svg-venmo-dims {
  width: 32px;
  height: 36px;
}

.svg-venmo-color {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 98.9090909090909% 33.95348837209303% no-repeat;
}

.svg-venmo-color-dims {
  width: 32px;
  height: 36px;
}

.svg-venmo-round {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 28.451882845188283% 37.704918032786885% no-repeat;
}

.svg-venmo-round-dims {
  width: 68px;
  height: 68px;
}

.svg-wire {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 58.17490494296578% 73.19148936170212% no-repeat;
}

.svg-wire-dims {
  width: 44px;
  height: 16px;
}

.svg-wire-colored {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 74.90494296577947% 73.19148936170212% no-repeat;
}

.svg-wire-colored-dims {
  width: 44px;
  height: 16px;
}

.svg-wire-round {
  background: url('https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12804-zlB7o6NTsH5V1SfXHIoh2xFB/sprite.svg') 0 0 no-repeat;
}

.svg-wire-round-dims {
  width: 68px;
  height: 69px;
}

#investment-flow-map{margin-top:100px;background-color:rgba(74,74,74,0.05)}
.stats .cats{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 767px){.stats .cats{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}}.stats .cats .cat{width:170px;text-align:center;padding:10px;padding-top:0px;padding-bottom:32px;line-height:1em}@media screen and (max-width: 1000px){.stats .cats .cat{width:100px}}@media screen and (max-width: 767px){.stats .cats .cat{padding-bottom:0px;width:100%}}.stats .cats .cat:hover .explore-link{color:#0277bd}.stats .cats .cat .label{font-weight:700;margin-bottom:5px;font-size:.75rem;text-transform:uppercase}.stats .cats .cat .funding{font-size:.85rem;color:regba(74, 74, 74, 0.75)}.stats .cats .cat img{width:90%}@media screen and (max-width: 767px){.stats .cats .cat img{display:none}}.stats .bar-chart{max-width:650px;width:100%;float:left}@media screen and (max-width: 1000px){.stats .bar-chart{float:none;margin-left:auto;margin-right:auto}}.stats .pie-container{width:300px;float:right;margin-top:15px;position:relative}@media screen and (max-width: 1000px){.stats .pie-container{float:none;margin-left:auto;margin-right:auto}}.stats .pie-title{color:White;position:absolute;font-weight:bold;top:228px;width:300px;text-align:Center;z-index:100}.stats .all-funded-chart{min-height:800px}.stats h5{font-size:1.75em}.stats .h{font-weight:bold}.stats .chart_group{margin-top:60px;margin-bottom:60px}.stats .offwhite{border-top:1px solid #edf4f9;border-bottom:1px solid #edf4f9;background:rgba(2,119,189,0.02) !important;padding-top:60px;padding-bottom:60px}.stats .map_styles{height:500px;min-width:310px;max-width:800px;margin:0 auto}.stats .map_styles path{stroke:#edf4f9}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
  margin-right: 10px;/*linlin changed this so that the tooltip isn't directly up against side of page*/
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.reading{font-family:Archer,Serif}.code{font-family:Consolas,Monaco,Lucida Console,Liberation Mono;color:#e91d51;font-size:.85em}.medium-font{font-weight:700}.normal-font{font-weight:400}.soft-font{font-weight:200}.base-font-size{font-size:15px}@media (min-width: 1020px){.base-font-size{font-size:16px}}@media (min-width: 1400px){.base-font-size{font-size:1px}}p{margin-bottom:.5em;line-height:1.5}q{padding-left:10px;font-style:italic}h1,h2,h3,h4{margin:1.1em 0 0.5em;line-height:1.1;color:inherit}h1{margin-top:.5em;font-size:3.157em;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}h2{font-size:2.369em}h3{font-size:1.777em}h4{font-size:1.333em}small,.font_small{font-size:0.75em}
.updates-v5 .updates-container-3{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-size:13px;margin-left:-20px;margin-right:-20px;margin-bottom:20px}.updates-v5 .updates-container-3 a{color:#4a4a4a !important}.updates-v5 .updates-container-3 a:hover{color:#4a4a4a}.updates-v5 .updates-container-3 .update-card{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border:1px solid rgba(74,74,74,0.1);background:white;height:426px;position:relative;min-width:250px;max-width:600px;margin:20px}.updates-v5 .updates-container-3 .update-card .center-label .label{position:relative !important;display:inline-block;bottom:auto !important;right:auto !important;margin-top:5px}.updates-v5 .updates-container-3 .update-card .center-label .label-fund{margin-top:-1px;margin-left:auto;margin-right:auto}.updates-v5 .updates-container-3 .update-card .light{color:rgba(74,74,74,0.5);background:rgba(74,74,74,0.2);padding:5px;padding-bottom:3px;font-size:.5em}.updates-v5 .updates-container-3 .update-card .update-photo{width:100%;background-image:-webkit-repeating-radial-gradient(center center, rgba(2,119,189,0.1), rgba(2,119,189,0.1) 1px, transparent 1px, transparent 100%);background-image:-moz-repeating-radial-gradient(center center, rgba(2,119,189,0.1), rgba(2,119,189,0.1) 1px, transparent 1px, transparent 100%);background-image:-ms-repeating-radial-gradient(center center, rgba(2,119,189,0.1), rgba(2,119,189,0.1) 1px, transparent 1px, transparent 100%);background-image:repeating-radial-gradient(center center, rgba(2,119,189,0.1), rgba(2,119,189,0.1) 1px, transparent 1px, transparent 100%);-webkit-background-size:3px 3px;-moz-background-size:3px 3px;background-size:3px 3px;height:50%;background-position:center;position:relative;text-align:center}.updates-v5 .updates-container-3 .update-card .update-photo .big-logo img{width:139px;height:139px;margin-top:26px;border-radius:3px}.updates-v5 .updates-container-3 .update-card .update-photo .label{background-color:#9e9e9e;padding:4px;text-transform:uppercase;bottom:10px;right:10px;position:absolute;border-radius:3px;font-size:.6em;color:White}.updates-v5 .updates-container-3 .update-card .update-photo .fa-video,.updates-v5 .updates-container-3 .update-card .update-photo .fa-video-2{margin-top:4px;margin-right:4px;font-size:1.2em;color:rgba(255,255,255,0.5);float:right}.updates-v5 .updates-container-3 .update-card .company-logo{position:absolute;margin-top:-52px;margin-left:19px}.updates-v5 .updates-container-3 .update-card .company-logo img{width:60px;height:60px;border:2px solid #fff;background:White;border-radius:3px}.updates-v5 .updates-container-3 .update-card .update-info{padding:20px;height:83px;overflow:hidden}.updates-v5 .updates-container-3 .update-card .update-info .company-name{color:rgba(74,74,74,0.75);font-weight:bold;font-size:.8em;text-transform:uppercase}.updates-v5 .updates-container-3 .update-card .update-info h4{margin-top:3px;font-size:1.2em;font-weight:bold}.updates-v5 .updates-container-3 .update-card .flex-person{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:absolute;bottom:20px;width:100%;margin-right:20px}.updates-v5 .updates-container-3 .update-card .flex-person .avatar{-webkit-box-flex:0 0 67px;-moz-box-flex:0 0 67px;-webkit-flex:0 0 67px;-ms-flex:0 0 67px;flex:0 0 67px;width:50px;height:50px;border-radius:25px;margin-left:10px}.updates-v5 .updates-container-3 .update-card .flex-person .name-title{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-size:.8em;padding-right:30px}.updates-v5 .updates-container-3 .update-card .flex-person .truncate-bio{overflow:hidden;max-height:30px}.updates-v5 .updates-container-3 .update-card .flex-person .icons{text-align:center;color:rgba(74,74,74,0.5);position:absolute;bottom:0px;right:6px;text-align:right}.updates-v5 .updates-container-3 .update-card .flex-person .icons .fa-heart,.updates-v5 .updates-container-3 .update-card .flex-person .icons .fa-heart-o{font-size:1.3em}.updates-v5 .updates-container-3 .update-card .flex-person .icons .number-likes{margin-top:-2px;margin-left:-2px}.updates-v5 .updates-container-3 .update-card .flex-person .icons .open-report{margin-left:8px;margin-top:0px}.updates-v5 .updates-container-3 .update-card .flex-person .icons .report-update{min-width:220px;z-index:100}.updates-v5 .updates-container-3 .small-card{height:240px;margin:10px}.updates-v5 .updates-container-3 .small-card .update-photo{height:30%}.updates-v5 .updates-container-3 .small-card .update-info{padding:15px;height:66px}.updates-v5 .updates-container-3 .small-card .company-logo{margin-left:15px;margin-top:-52px}.updates-v5 .updates-container-3 .small-card .company-logo .logo{width:60px;height:60px}.updates-v5 .updates-container-3 .small-card .flex-person{botom:15px}.updates-v5 .updates-container-3 .small-card .flex-person .avatar{width:35px;height:35px;-webkit-box-flex:0 0 50px;-moz-box-flex:0 0 50px;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px}.updates-v5 .updates-container-3 .small-card .flex-person .name-title{margin-top:2px}.updates-v5 .updates-container-3 .small-card .flex-person .name-title .truncate-bio{display:none}
.user-tooltip{padding:10px}.user-tooltip .user-info .avatar{float:left;height:50px;border-radius:25px}.user-tooltip .user-info .summary{width:260px;float:right;display:inline-block}.user-tooltip .user-info .summary .name{font-weight:bold}.user-tooltip .user-info .summary .bio{font-size:12px}.user-tooltip hr{margin:10px 0;border:none;border-top:1px solid rgba(37,37,37,0.1)}.user-tooltip .actions button{height:initial;padding:2px 10px}
#user-settings{margin-top:50px}#user-settings h4{font-weight:bold;color:rgba(74,74,74,0.75);font-size:1em}#user-settings .menu a.menu-item{display:block}#user-settings .menu a.menu-item.active{font-weight:700;cursor:default}#user-settings .content{min-height:300px}#user-settings form.break-labels .field label{float:left;width:110px;margin-right:10px;margin-top:13px}#user-settings form.break-labels .field .detail,#user-settings form.break-labels .field .error{margin-left:120px}#user-settings form.break-labels .actions{margin-left:120px}#user-settings form.break-labels .base-errors{margin-left:120px}#user-settings form .field,#user-settings form .actions{margin-top:15px}#user-settings form .field label{font-size:0.9em}#user-settings form .field .detail{font-size:13px;margin-top:4px;color:#5c5c5c}#user-settings form .field.field-error input,#user-settings form .field.field-error input:focus,#user-settings form .field.field-error textara,#user-settings form .field.field-error textara:focus{border:1px dashed #e91d51}#user-settings form .actions .wf-primary{margin-top:0}#user-settings form .actions .error{max-width:300px}#user-settings .base-errors{margin-top:15px}#user-settings .error{color:#e91d51;font-size:12px}#user-settings #password-settings .field label{margin-top:0}#user-settings #privacy-settings label{margin-left:10px}#user-settings #notification-settings .field{margin-top:0}#user-settings #notification-settings .field label{margin-left:5px}#user-settings #notification-settings .notification-group{margin-top:6px;margin-left:0}#user-settings #notification-settings .notification-group-divider{margin-top:25px;margin-bottom:25px}#user-settings #investor-status-settings .financial-info-component{max-width:1000px}#user-settings #investor-status-settings .financial-info-section{padding:0px;padding-bottom:40px}#user-settings #investor-status-settings .defintion{max-width:500px}#user-settings #investor-status-settings .investor-status{margin-top:5px;color:#1ad1a3;font-weight:700}#user-settings #investor-status-settings .divider-40{margin:40px 0}#user-settings #investor-status-settings .divider-25{margin:25px 0}#user-settings #bank-account-settings .wf-payment-card{cursor:initial}#user-settings #entities-settings .entity{margin:20px 0}@media screen and (max-width: 767px){#user-settings .content{min-height:initial}#user-settings form .field label,#user-settings form.break-labels .field label{display:block;width:100%}#user-settings form .field .detail,#user-settings form .field .error,#user-settings form.break-labels .field .detail,#user-settings form.break-labels .field .error{margin-left:0}#user-settings form .actions,#user-settings form .base-errors,#user-settings form.break-labels .actions,#user-settings form.break-labels .base-errors{margin-left:0}#user-settings #privacy-settings .field label{display:inline}#user-settings #notification-settings .field label{display:inline}}
.user_profile{padding-top:50px;background:#f6f6f6}.user_profile .edit_profile,.user_profile .admin_link{position:absolute;right:20px;margin-top:-10px}@media screen and (max-width: 410px){.user_profile .edit_profile,.user_profile .admin_link{top:60px}}.user_profile .user_card{position:relative;margin-top:100px;min-width:280px;max-width:410px;margin-left:auto;margin-right:auto;background:white;padding:20px;border-radius:3px}@media screen and (max-width: 410px){.user_profile .user_card{margin-left:10px;margin-right:10px;padding:10px;margin-top:50px}}.user_profile .user_card h1{font-weight:bold;font-size:24px;margin-top:0px}.user_profile .user_card .location{font-size:12px;line-height:1.7em;margin-bottom:12px}.user_profile .user_card .avatar{border-radius:80px;width:150px;height:150px;margin-top:-98px;border:6px solid white}.user_profile .user_card .bio{font-size:20px}@media screen and (max-width: 410px){.user_profile .user_card .bio{font-size:16px}}.user_profile .user_card .my_link{font-size:13px;margin-top:20px}.user_profile .user_card .my_link a{color:#5c5c5c}.user_profile .user_card .my_link a:hover{color:#0277bd}.user_profile .user_card .networks{margin-top:10px}.user_profile .user_card .social-icon{width:30px;height:30px;border-radius:15px;line-height:30px;font-size:20px}.user_profile .portfolio{margin-top:30px;position:relative;display:inline-block;margin-left:auto;margin-right:auto;min-width:300px;padding:25px;max-width:700px;text-align:center}.user_profile .portfolio h4{text-align:center;line-height:1em;margin-top:0px;font-size:20px;font-weight:100;margin-bottom:25px}.user_profile .portfolio a{color:#5c5c5c;font-size:13px}.user_profile .portfolio a:hover{color:#0277bd}.user_profile .portfolio .company{width:140px;text-align:center;margin-bottom:20px;float:left}@media screen and (max-width: 750px){.user_profile .portfolio .company{FLOAT:NONE;display:inline-block}}.user_profile .portfolio .company img{width:100px;height:100px;border-radius:3px}.login .entry_options{max-width:690px;margin:0px auto 30px}@media screen and (max-width: 750PX){.login .entry_options{margin-left:-10px !important}}.login .entry_options div.col{display:block;float:left;margin-top:20px;vertical-align:top;width:290px}.login .entry_options div.col input[type=text],.login .entry_options div.col input[type=password]{width:277px}@media screen and (max-width: 750PX){.login .entry_options div.col{float:none;margin-left:auto;margin-right:auto}}.login .entry_options .right{float:right}@media screen and (max-width: 750PX){.login .entry_options .right{padding-top:25px}}.login .entry_options span.or{display:block;width:100px;background-image:url("https://dfon51l7zffjj.cloudfront.net/uploads/remote_files/12816-WIuOMG4YQTJP6GVCVCMkTsO6/rule_vertical_dash_2x.png");background-repeat:no-repeat;background-position:center center;background-size:1px 73px;text-align:center;font-size:16px;float:left;line-height:30px;margin-top:16px;padding:21px 0;margin-left:10px}@media screen and (max-width: 750PX){.login .entry_options span.or{display:none}}.login .entry_options .mobile_or{text-align:center;margin-bottom:10px;display:none}@media screen and (max-width: 750PX){.login .entry_options .mobile_or{display:block}}.login .entry_options div.in-label{width:100%}.login .entry_options .submit_cta{padding:18px;margin-left:0;width:301px;height:56px}.login .entry_options p.fb_privacy{color:#486c85;font-size:10px;line-height:18px;margin-top:-10px}.login .entry_options .facebook-login{height:50px;line-height:50px;width:224px}.login .entry_options .facebook-login .logo{font-size:22px;line-height:63px}.login .entry_options.no_facebook .col{float:none;margin-left:auto;margin-right:auto}.login .entry_options.no_facebook .or{display:none}.login .entry_options.no_facebook .mobile_or{display:none}.login .entry_options.no_facebook .facebook-login{display:none}.login .entry_options.reauth .or{margin-top:85px}.login .entry_options.reauth .right{margin-top:90px}@media screen and (max-width: 750PX){.login .entry_options.reauth .right{margin-top:20px}}.forgot_password .entry_options,.reset_password .entry_options{max-width:690px;margin:0px auto 30px}.forgot_password .entry_options div.col,.reset_password .entry_options div.col{margin:auto;display:block;margin-top:20px;vertical-align:top;width:290px}.forgot_password .entry_options input[type=text],.forgot_password .entry_options input[type=password],.forgot_password .entry_options input[type=email],.forgot_password .entry_options button,.reset_password .entry_options input[type=text],.reset_password .entry_options input[type=password],.reset_password .entry_options input[type=email],.reset_password .entry_options button{width:277px}.forgot_password .entry_options input,.forgot_password .entry_options input.error,.reset_password .entry_options input,.reset_password .entry_options input.error{border:1px solid #D1D1D1 !important;color:inherit}.forgot_password .entry_options .submit_cta,.reset_password .entry_options .submit_cta{padding:18px;margin-left:0;width:301px;height:56px}.forgot_password .entry_options .error,.reset_password .entry_options .error{color:red}.forgot_password .entry_options #resetErrors,.reset_password .entry_options #resetErrors{font-size:14px;margin-bottom:10px}.forgot_password .entry_options #resetErrors label,.reset_password .entry_options #resetErrors label{display:block}
.verify_taxes h1{font-size:2em;text-align:center}.verify_taxes .subtitle{margin-top:-10px;text-align:center;font-weight:bold;color:#888}.verify_taxes input{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.verify_taxes .tax_document_info{max-width:500px;margin-left:auto;margin-right:auto;margin-bottom:50px;font-size:82.5%}.verify_taxes .tax_document_info input[type="text"],.verify_taxes .tax_document_info textarea{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%}.verify_taxes .tax_document_info textarea{min-height:80px}.verify_taxes .tax_document_info h3{font-size:1.4em;text-align:center}.verify_taxes .tax_document_info .row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:10px}.verify_taxes .tax_document_info .row .align-center{-webkit-align-items:center;align-items:center}.verify_taxes .tax_document_info .row .align-top{-webkit-align-items:flex-start;align-items:flex-start}.verify_taxes .tax_document_info .row .labels{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-top:10px}.verify_taxes .tax_document_info .row .labels label{font-weight:bold}.verify_taxes .tax_document_info .row .inputs{-webkit-box-flex:5;-moz-box-flex:5;-webkit-flex:5;-ms-flex:5;flex:5}.verify_taxes .tax_document_info .row .inputs button{width:100%}.verify_taxes .tax_document_info .row .legal_name{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}.verify_taxes .tax_document_info .row .legal_name .first_name{-webkit-box-flex:4;-moz-box-flex:4;-webkit-flex:4;-ms-flex:4;flex:4}.verify_taxes .tax_document_info .row .legal_name .middle_initial{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.verify_taxes .tax_document_info .row .legal_name .last_name{-webkit-box-flex:4;-moz-box-flex:4;-webkit-flex:4;-ms-flex:4;flex:4}.verify_taxes .tax_document_info .row .legal_name .suffix{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.verify_taxes .tax_document_info .row .legal_name .first_name,.verify_taxes .tax_document_info .row .legal_name .middle_initial,.verify_taxes .tax_document_info .row .legal_name .last_name{margin-right:2px}.verify_taxes .tax_document_info .row .address{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}.verify_taxes .tax_document_info .row .address .city_region_postal{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row}.verify_taxes .tax_document_info .row .address .city_region_postal .city{-webkit-box-flex:5;-moz-box-flex:5;-webkit-flex:5;-ms-flex:5;flex:5}.verify_taxes .tax_document_info .row .address .city_region_postal .state{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.verify_taxes .tax_document_info .row .address .city_region_postal .region{-webkit-box-flex:5;-moz-box-flex:5;-webkit-flex:5;-ms-flex:5;flex:5}.verify_taxes .tax_document_info .row .address .city_region_postal .postal_code{-webkit-box-flex:4;-moz-box-flex:4;-webkit-flex:4;-ms-flex:4;flex:4}.verify_taxes .tax_document_info .row .hidden{padding-left:2px;line-height:42px}.verify_taxes .tax_document_info .row .selectize-control.single .selectize-input:after{right:7px}@media screen and (max-width: 767px){.verify_taxes .tax_document_info .row{-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}}.verify_taxes .container_12{width:100%;margin:0;padding:0}.verify_taxes .container_12 input{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%}.admin_verify_taxes h1,.admin_verify_taxes h2,.admin_verify_taxes h3{text-align:center}.admin_verify_taxes h2,.admin_verify_taxes h3{margin-top:40px}.admin_verify_taxes table{margin:auto;margin-bottom:40px;width:100%}.admin_verify_taxes table tr:nth-child(odd){background:#f0f0f0}.admin_verify_taxes table tr:first-child{background:#e0e0e0}.admin_verify_taxes table td,.admin_verify_taxes table th{padding:2px 12px}.admin_verify_taxes table th{font-weight:bold}
.sm{font-size:70%;text-transform:uppercase}.lg{font-size:120%;font-weight:300;padding:10px 20px !important}.disabled{background-color:#4a4a4a !important;opacity:.5;border-color:#4a4a4a !important}.secondary-button.disabled{background-color:transparent !important;opacity:.5;border-color:#4a4a4a !important;color:#4a4a4a !important}.disabled-dark{background-color:#f3f3f3 !important;opacity:.5;border-color:#f3f3f3 !important}.dark-secondary-button.disabled-dark{background-color:transparent !important;opacity:.5;border-color:#f3f3f3 !important;color:#f3f3f3 !important}.primary-button{background-color:#0277bd;color:rgba(255,255,255,0.75);border-radius:50px;border:1px solid #0277bd;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px}.primary-button:hover{opacity:.75}.dark-primary-button{background-color:#81bbde;color:rgba(74,74,74,0.75);border-radius:50px;border:1px solid #81bbde;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px}.dark-primary-button:hover{opacity:.75}.secondary-button{background-color:white;color:#0277bd;border-radius:50px;border:2px solid #0277bd;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px}.secondary-button:hover{opacity:.25}.wf-close{background:transparent;border:none}.wf-close .fa{transition:background-color 0.5s ease,color 0.5s ease;background-color:rgba(74,74,74,0.05);border-radius:50px;padding:10px}.wf-close .fa:hover{background-color:#f48ea8;color:white}.dark-secondary-button{background-color:transparent;color:#81bbde;border-radius:50px;border:2px solid #81bbde;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px}.dark-secondary-button:hover{opacity:.25}.highlight-button-red{background-color:#e91d51;color:#4a4a4a;border-radius:50px;border:2px solid #e91d51;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px}.highlight-button-red:hover{background-color:#e91d51;color:#4a4a4a;border-radius:50px;border:2px solid #e91d51;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px;opacity:.75}.highlight-button-yellow{background-color:#ffc800;color:#4a4a4a;border-radius:50px;border:2px solid #ffc800;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px}.highlight-button-yellow:hover{background-color:#ffc800;color:#4a4a4a;border-radius:50px;border:2px solid #ffc800;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px;opacity:.75}.highlight-button-green{background-color:#1de9b6;color:#4a4a4a;border-radius:50px;border:2px solid #1de9b6;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px}.highlight-button-green:hover{background-color:#1de9b6;color:#4a4a4a;border-radius:50px;border:2px solid #1de9b6;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px;opacity:.75}.secondary-highlight-button-red{background-color:transparent;color:#e91d51;border-radius:50px;border:2px solid #e91d51;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px}.secondary-highlight-button-red:hover{background-color:transparent;color:#e91d51;border-radius:50px;border:2px solid #e91d51;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px;opacity:.75}.secondary-highlight-button-yellow{background-color:transparent;color:#ffc800;border-radius:50px;border:2px solid #ffc800;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px}.secondary-highlight-button-yellow:hover{background-color:transparent;color:#ffc800;border-radius:50px;border:2px solid #ffc800;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px;opacity:.75}.secondary-highlight-button-green{background-color:transparent;color:#1de9b6;border-radius:50px;border:2px solid #1de9b6;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px}.secondary-highlight-button-green:hover{background-color:transparent;color:#1de9b6;border-radius:50px;border:2px solid #1de9b6;padding:5px 10px;text-align:center;vertical-align:middle;line-height:30px;opacity:.75}
.category_overview{max-width:950px;margin-left:auto;margin-right:auto;text-align:left;font-size:.875em;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:3px}.category_overview .show-after-ipad{display:none}@media screen and (max-width: 767px){.category_overview .show-after-ipad{display:block;margin-top:15px}}.category_overview .explore-link{cursor:pointer}.category_overview .explore-link:hover{color:#0277bd}.category_overview .col1{border-right:1px solid #CACACA;line-height:2em;-webkit-box-flex:0 0 170px;-moz-box-flex:0 0 170px;-webkit-flex:0 0 170px;-ms-flex:0 0 170px;flex:0 0 170px}@media screen and (max-width: 1000px){.category_overview .col1{-webkit-box-flex:0 0 130px;-moz-box-flex:0 0 130px;-webkit-flex:0 0 130px;-ms-flex:0 0 130px;flex:0 0 130px}}@media screen and (max-width: 767px){.category_overview .col1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;text-align:Center}}.category_overview .col1 .popular_search,.category_overview .col1 .choose_search,.category_overview .col1 h5{font-size:.75rem}.category_overview .col2{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:-10px}.category_overview .col2 .cats{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 767px){.category_overview .col2 .cats{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}}.category_overview .col2 .cats .cat{width:130px;text-align:center;padding:10px;padding-top:0px;padding-bottom:32px;line-height:1em;cursor:pointer}@media screen and (max-width: 1000px){.category_overview .col2 .cats .cat{width:100px}}@media screen and (max-width: 767px){.category_overview .col2 .cats .cat{padding-bottom:0px;width:100%}}.category_overview .col2 .cats .cat:hover .explore-link{color:#0277bd}.category_overview .col2 .cats .cat img{width:90%}@media screen and (max-width: 767px){.category_overview .col2 .cats .cat img{display:none}}.explore path{stroke:white}.explore .addNewSearch{margin-left:auto;margin-right:auto;max-width:530px}.explore .all-cats,.explore .popular-tags,.explore .all-approved{margin-top:5px;text-align:left}.explore .all-cats .wf-tag,.explore .popular-tags .wf-tag,.explore .all-approved .wf-tag{margin-bottom:2px;min-width:5px;cursor:pointer;font-size:.54em}.explore .all-cats .wf-tag.light,.explore .popular-tags .wf-tag.light,.explore .all-approved .wf-tag.light{background-color:rgba(74,74,74,0.3) !important}.explore .all-cats .wf-tag.light:hover,.explore .popular-tags .wf-tag.light:hover,.explore .all-approved .wf-tag.light:hover{background-color:rgba(74,74,74,0.5) !important}.explore .filters{max-width:570px;margin-left:auto;margin-right:auto}.explore .filters .row{height:40px}@media screen and (max-width: 600px){.explore .filters .row{height:auto}}.explore .filters label{color:rgba(74,74,74,0.75);text-transform:uppercase;font-size:.75em;float:left;width:150px;margin-right:20px;text-align:right;margin-top:7px}@media screen and (max-width: 600px){.explore .filters label{width:100%;margin-right:0px;text-align:center;margin-bottom:5px}}.explore .filters .selectize,.explore .filters .slider,.explore .filters input,.explore .filters .distance-container{float:left}@media screen and (max-width: 600px){.explore .filters .selectize,.explore .filters .slider,.explore .filters input,.explore .filters .distance-container{float:none}}.explore .filters .distance-container{width:250px}.explore .filters .distance-container input{float:left !important}.explore .filters .single_line{border-bottom:2px solid #ccc;width:215px;font-size:.75em}.explore .filters .slider{width:204px;margin-left:5px;margin-top:13px}.explore .filters .selectize-input{width:215px;padding:5px;font-size:.75em}.explore .filters .selectize-dropdown{font-size:.75em}.explore .filters .range-text{float:left;text-transform:uppercase;color:rgba(74,74,74,0.5);font-size:.75em;margin-left:25px;margin-top:7px}@media screen and (max-width: 600px){.explore .filters .range-text{font-size:.75em;float:none;margin-left:0px;margin-bottom:25px}}.explore .save-this-search button.wf-flat-secondary{margin-left:18px;padding:5px;color:rgba(74,74,74,0.5);font-size:.7em;margin-top:0px;margin-bottom:0px;min-width:10px}.explore .save-this-search button.wf-flat-secondary .fa-check{color:green}.explore .save-this-search button.wf-neutral{margin-left:25px}.explore h4{text-transform:uppercase;font-size:.85rem;font-weight:bold;margin-top:50px;margin-left:25px;margin-right:10px}.explore h4 .geo{display:none}.explore h4 .geo input{width:100px}.explore h4 .sort-by-city{border-top:0px !important;background:transparent !important;border-left:0px !important;border-right:0px !important;padding-bottom:5px !important;padding-top:0px !important;text-transform:uppercase;color:black;font-size:1.3em;width:auto}.explore h4 .open-map{width:40px;position:absolute;margin-top:-17px;opacity:.5;cursor:pointer}.explore h4 .open-map:hover{opacity:1}@media screen and (max-width: 1050px){.explore h4{text-align:center;width:100%;margin-left:0px;margin-right:0px}}.explore .explore-grid{margin-left:5px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap}@media screen and (max-width: 1050px){.explore .explore-grid{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center}}.explore .active-filters{float:left;margin-top:5px}@media screen and (max-width: 1050px){.explore .active-filters{text-align:center;float:none;width:100%}}.explore .active-filter{font-size:.75em;line-height:1em;color:rgba(74,74,74,0.5);background:#F8E7AB !important;color:#4a4a4a !important;cursor:pointer;border-radius:30px !important;padding-bottom:7px;padding-top:7px;position:absolute;padding-left:10px !important;padding-right:20px !important;min-width:0px !important;position:relative;display:inline-block}.explore .active-filter .fa-close{position:absolute;opacity:.5;right:5px !important;top:5px}.explore .active-filter:hover .fa-close{opacity:1}.explore header{background:white;padding:30px;padding-bottom:35px;margin-bottom:30px}@media screen and (max-width: 767px){.explore header{padding-left:0px;padding-right:0px;padding-top:20px;padding-bottom:25px}}.explore header .kludge{margin-left:25px;margin-right:25px}@media screen and (max-width: 767px){.explore header .kludge{margin-left:0px;margin-right:0px}}.explore header h2{margin-bottom:30px}.explore .renderCards{padding-bottom:50px}.explore .selectize{display:inline-block}.explore .sorted_label{display:inline-block}@media screen and (max-width: 767px){.explore .sorted_label{display:none}}@media screen and (max-width: 767px){.explore .open-category-modal{margin-bottom:20px}}.explore .tags{margin-top:20px;margin-bottom:20px;max-width:900px;margin-left:auto;margin-right:auto}.explore .tags .wf-tag{margin-bottom:5px;cursor:pointer;font-size:.6em}.explore .tags .wf-tag.light{background-color:rgba(74,74,74,0.1) !important}.explore .tags .wf-tag.light:hover{background-color:rgba(74,74,74,0.2) !important}.explore .explore-drop{border:0px;border-color:#C0DDEE !important;display:inline-block;border-bottom:3px solid #C0DDEE;font-size:1.1em;padding:3px;min-width:180px;max-width:240px;width:100%;text-transform:uppercase;cursor:pointer;color:#303030;position:relative;font-weight:bold;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0px}.explore .explore-drop:hover{color:black}.explore .explore-drop .fa-caret-down{opacity:.5;position:Absolute;top:8px;right:10px}.charter .charter-header{background:#263f4e;padding-top:80px;padding-bottom:80px;text-align:center;color:white}.charter .signature-block{margin-top:10px}.charter .signature-block .sig{font-family:"Brush Script MT",cursive;font-size:2em}.charter .signature-block .d{color:rgba(74,74,74,0.5);font-size:.875em}.charter .flexCenterContent{max-width:680px}.charter .flexCenterContent h1{margin-top:60px;font-size:2.8em}.charter .flexCenterContent h3{font-size:1.1em;line-height:1.5em;margin-top:2em;margin-bottom:-10px;font-weight:bold}.mockup_home header{background:#000;margin-top:0px;height:500px;color:white}.mockup_home header h1{margin-top:0px;padding-top:90px}.page_404 .content{position:absolute;z-index:1;width:100%;margin-top:60px}.page_404 .animated_gif{background:url("https://d2qbf73089ujv4.cloudfront.net/uploads/remote_files/13655-59RxTd9B5gfwd3Z6z55pPSEs/frog2.gif");background-size:cover;background-position:center;opacity:.7;height:100%;display:none}.page_404 #bgvid{display:block}.page_404 .credit{position:absolute;bottom:40px;right:40px;color:white;opacity:.6;font-size:13px}@media screen and (max-width: 600px){.page_404 .credit{right:0px;width:100%;text-align:center}}.page_404 video#bgvid{position:fixed;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background:#000 no-repeat;background-size:cover;opacity:.6}.page_404 .flexCenterContent{color:white;padding-top:90px}@media screen and (max-width: 600px){.page_404 .flexCenterContent{padding-top:40px}}.home header .flexCenterContent{max-width:955px;padding-left:30px}@media screen and (max-width: 600px){.home header .flexCenterContent{padding-left:10px}}.home header .fa-circle-arrow-right{cursor:pointer;font-size:18px}.home header .signupButton{margin-top:10px}@media screen and (max-width: 600px){.home header .signupButton{float:none;display:block;margin-top:40px;margin-left:auto;margin-right:auto}}@media screen and (max-width: 400px){.home header .signupButton{width:300px;font-size:18px}}.home .panel_padding{padding-top:50px;padding-bottom:50px}.home .education_panel{background:#f9fcfd;padding-top:50px;padding-bottom:50px;border-top:1px solid #edf4f9;border-bottom:1px solid #edf4f9}.home .education_panel h4{margin-bottom:20px}.home .education_panel .wf-secondary{background:rgba(74,74,74,0.05);font-size:12px;color:#4a4a4a;font-weight:400}.home .education_panel .wf-secondary .fa-angle-right{font-size:14px;font-weight:bold;margin-left:3px}.home .education_panel .wf-secondary:hover{background:rgba(74,74,74,0.2)}.home .education_panel .education-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.home .education_panel .education-wrapper .ed{width:260px;padding:10px;margin:auto;margin-top:25px}@media screen and (max-width: 500px){.home .education_panel .education-wrapper .ed{margin-top:5px}}.home .education_panel .education-wrapper .ed .ed-icon{height:80px}@media screen and (max-width: 500px){.home .education_panel .education-wrapper .ed .ed-icon{height:40px}}.home .education_panel .education-wrapper .ed h5{font-size:14px;margin-top:20px}.home .education_panel .education-wrapper .ed p{font-size:12px;margin-top:6px}.design_v4 .investor_agreement h2{font-size:1.6em;margin-top:1.8em}.design_v4 .investor_agreement h3{font-size:1.414em;margin-top:1.5em;font-weight:bold;color:#4a4a4a}.raise_funds header{background:#263f4e;padding-top:50px;padding-bottom:50px;color:white}.raise_funds header h2{margin-top:20px;font-size:24px;line-height:36px;font-weight:300;max-width:670px;margin-left:auto;margin-right:auto;color:rgba(255,255,255,0.8)}.raise_funds h2{font-size:28px}.raise_funds .fact{display:inline-block;width:280px;text-align:center;padding:20px}.raise_funds .fact h3{font-size:18px;font-weight:bold;margin-bottom:1px;line-height:18px}.raise_funds .fact p{margin-top:5px}.raise_funds .company_logo{display:inline-block;width:70px;height:70px;margin:3px;border-radius:3px;border:1px solid #f6f6f6}.raise_funds .columns{-webkit-column-count:2;-webkit-column-gap:120px;-webkit-column-rule:0px dotted black;-webkit-column-fill:balance;-moz-column-count:2;-moz-column-gap:120px;-moz-column-rule:0px dotted black;-moz-column-fill:balance;column-count:2;column-gap:120px;column-rule:0px dotted black;column-fill:balance;padding-left:0px;padding-right:0px;overflow:hidden}@media screen and (max-width: 1050px){.raise_funds .columns{column-gap:60px;-moz-column-gap:60px;-webkit-column-gap:60px}}@media screen and (max-width: 700px){.raise_funds .columns{column-count:1;-moz-column-count:1;-webkit-column-count:1}}@media screen and (max-width: 500px){.raise_funds .columns{padding-left:0px;padding-right:0px}}.raise_funds .columns div.item{display:inline-block;width:100%}.raise_funds .columns h2{font-weight:bold;font-size:22px}.raise_funds .columns h3{font-size:16px;font-weight:bold;margin-top:40px;line-height:20px}.raise_funds .columns p{margin-top:5px}.raise_funds .startup-signup{background:#1E313E;padding-top:60px;padding-bottom:60px}.raise_funds .startup-signup h1{color:white}.raise_funds .startup-signup h1,.raise_funds .startup-signup h2{color:white;text-align:center}.raise_funds .startup-signup h2{font-size:22px;margin-bottom:60px}.raise_funds .startup-signup textarea{width:96%;padding:7px;height:120px;font-size:16px;line-height:1.3;margin-top:5px;border:1px solid #fff;border-radius:0;border-top-color:transparent;-webkit-appearance:none;border-radius:3px}.raise_funds .startup-signup label{font-size:18px;color:white;font-family:'fakt_slab_medium','Helvetica',Helvetica,Arial,sans-serif;display:block;margin-top:30px}.raise_funds .startup-signup .single_col{max-width:450px;min-width:300px;padding-left:10px;padding-right:10px;margin-left:auto;margin-right:auto}.raise_funds .startup-signup fieldset{margin-top:20px;border:0px;padding:0px;margin-left:0px}.raise_funds .startup-signup fieldset input{width:46%}@media screen and (max-width: 450px){.raise_funds .startup-signup fieldset input{width:96%;float:left !important}}.raise_funds .startup-signup fieldset label{display:none}.raise_funds .startup-signup fieldset label:first-child{margin-top:0px}.raise_funds .startup-signup fieldset select{width:100%;margin-bottom:10px}.raise_funds .startup-signup legend{color:#fff;font-size:18px;font-family:'fakt_slab_medium','Helvetica',Helvetica,Arial,sans-serif}.raise_funds .startup-signup input{width:96%;padding:7px;font-size:15px;line-height:1.8;border-radius:3px;margin-top:5px;margin-bottom:5px;border:1px solid #fff;border-radius:0;border-top-color:transparent;-webkit-appearance:none}.raise_funds .startup-signup a{color:rgba(255,255,255,0.7);font-family:'Helvetica',Helvetica,Arial,sans-serif}.raise_funds .startup-signup a:hover{color:#fff}.raise_funds .startup-signup .primary{width:100%;margin-top:25px}.press h3{margin-bottom:7px}.press .pressArticle{margin-left:auto;margin-right:auto;margin-top:30px;width:80%}@media screen and (max-width: 500px){.press .pressArticle{width:100%}}.press .pressArticle img{margin-right:20%;width:80%;height:auto;float:left;margin-top:5px;margin-top:13px}.press .pressArticle h4{font-weight:700}.press .pressArticle .contain_img{width:30%}.press .pressArticle .presscontent{float:left;width:70%;margin-top:2px}.press .pressArticle .date{color:#2f4a5c;font-size:15px;margin-bottom:6px}.terms{font-size:18px}@media screen and (max-width: 500px){.terms{font-size:16px}}.terms h1{margin-top:80px}.terms h1,.terms h2,.terms h3,.terms h4{margin-top:40px}.terms h3,.terms h4,.terms h5{font-weight:bold}.terms h5{margin-top:20px;font-size:1.1em}.terms .menu{float:left;font-size:15px;line-height:2em;margin-top:90px;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif}@media screen and (max-width: 999px){.terms .menu{text-align:center;margin-top:80px;float:none}}@media screen and (max-width: 500px){.terms .menu{margin-top:40px;margin-bottom:-40px}}.terms .reading{padding-bottom:80px}.jobs{font-size:16px;line-height:1.7em;color:#424242}@media screen and (max-width: 800px){.jobs{font-size:16px}}@media screen and (max-width: 500px){.jobs{font-size:16px}}.jobs header.hero_image{background-position:0% 20%}@media screen and (max-width: 1600px){.jobs header.hero_image{height:700px}}@media screen and (max-width: 1200px){.jobs header.hero_image{height:600px}}@media screen and (max-width: 850px){.jobs header.hero_image{height:500px}}@media screen and (max-width: 500px){.jobs header.hero_image{height:300px}}.jobs header.hero_image .hero_cover_image{background-position:0% 20%}@media screen and (max-width: 1600px){.jobs header.hero_image .hero_cover_image{height:700px}}@media screen and (max-width: 1200px){.jobs header.hero_image .hero_cover_image{height:600px}}@media screen and (max-width: 850px){.jobs header.hero_image .hero_cover_image{height:500px}}@media screen and (max-width: 500px){.jobs header.hero_image .hero_cover_image{height:300px}}.jobs .mobile_width{width:70%}@media screen and (max-width: 600px){.jobs .mobile_width{width:95%}}.jobs h1{font-size:36px;text-align:Center;line-height:1.5em}@media screen and (max-width: 800px){.jobs h1{font-size:32px}}@media screen and (max-width: 500px){.jobs h1{font-size:22px}}.jobs .subtitle{text-align:center;width:90%;margin-left:auto;margin-right:auto;color:rgba(75,75,75,0.75)}.jobs h3{margin-bottom:0px;margin-top:40px;font-size:1.1em;font-weight:bold}.jobs .panel{padding-top:60px;padding-bottom:60px;background:#f9fcfd;border-top:1px solid #edf4f9;border-bottom:1px solid #edf4f9}@media screen and (max-width: 500px){.jobs .panel{padding-top:40px;padding-bottom:40px}}.jobs .white{background:#fff;border-top:0px;border-bottom:0px}.jobs .team_video{position:relative}.jobs .team_video .video-play{margin-left:44% !important;margin-top:-37% !important}@media screen and (max-width: 700px){.jobs .team_video .video-play{margin-left:42% !important;margin-top:-38% !important}}@media screen and (max-width: 500px){.jobs .team_video .video-play{margin-top:-39% !important;margin-left:41% !important}}@media screen and (max-width: 400px){.jobs .team_video .video-play{margin-top:-44% !important;margin-left:39% !important}}@media screen and (max-width: 350px){.jobs .team_video .video-play{margin-top:-47% !important;margin-left:34% !important}}.jobs .team_video_jobs{position:relative}.jobs .team_video_jobs .video-play{margin-left:44% !important;margin-top:-37% !important}@media screen and (max-width: 700px){.jobs .team_video_jobs .video-play{margin-left:42% !important;margin-top:-38% !important}}@media screen and (max-width: 500px){.jobs .team_video_jobs .video-play{margin-top:-39% !important;margin-left:41% !important}}@media screen and (max-width: 400px){.jobs .team_video_jobs .video-play{margin-top:-44% !important;margin-left:39% !important}}@media screen and (max-width: 350px){.jobs .team_video_jobs .video-play{margin-top:-47% !important;margin-left:34% !important}}.jobs .playHover:hover .video-play{background:#000}.jobs .photos img{width:47%;margin:1%;display:inline-block}.jobs .position{width:230px;padding:25px;margin:15px;background:#fff;border:1px solid #eee;display:inline-block;font-size:.9em;cursor:pointer;color:#777;border-radius:3px}@media screen and (max-width: 400px){.jobs .position{width:220px;margin:10px;padding:20px}}.jobs .position:hover{background:rgba(74,74,74,0.02)}.jobs .position h3{margin-top:0px;margin-bottom:10px;font-size:1.1em}.jobs .columns{-webkit-column-count:2;-webkit-column-gap:120px;-webkit-column-rule:0px dotted black;-webkit-column-fill:balance;-moz-column-count:2;-moz-column-gap:120px;-moz-column-rule:0px dotted black;-moz-column-fill:balance;column-count:2;column-gap:120px;column-rule:0px dotted black;column-fill:balance;padding-left:0px;padding-right:0px;overflow:hidden}@media screen and (max-width: 1000px){.jobs .columns{-moz-column-gap:60px;column-gap:60px;-webkit-column-gap:60px}}@media screen and (max-width: 600px){.jobs .columns{-webkit-column-count:1;-moz-column-count:1;column-count:1}}.jobs .columns h3{margin-top:50px;margin-bottom:20px;color:rgba(74,74,74,0.75)}.jobs .columns .item{display:inline-block;width:100%;text-align:left}@media screen and (max-width: 1900px){.jobs header .content{margin-top:-1100px}}.jobs header .cta{text-align:center;margin-left:auto;margin-right:auto}.jobs header .content h1{color:#fff;font-size:50px;line-height:1em}@media screen and (max-width: 600px){.jobs header .content h1{font-size:40px;text-align:center}}@media screen and (max-width: 430px){.jobs header .content h1{font-size:32px}}@media screen and (min-width: 1400px){.jobs header .content h1{margin-top:80px !important}}@media screen and (min-width: 1900px){.jobs header .content h1{margin-top:-30px !important}}.jobs header .content h2{color:#fff;font-size:22px;font-weight:200;line-height:30px}@media screen and (max-width: 600px){.jobs header .content h2{font-size:18px;line-height:30px}}@media screen and (max-width: 370px){.jobs header .content h2{font-size:15px;line-height:24px}}.jobs header .content .primary{margin-top:10px;height:55px;width:210px}.company-signup{background:#263f4e;color:White;padding-top:50px;padding-bottom:50px}.company-signup .submit-company-form #company_funding_goal_amount,.company-signup .submit-company-form #company_name,.company-signup .submit-company-form #company_location{border-radius:0px;padding:5px;width:130px;background:transparent !important;color:#fff;border:none;border-bottom:2px solid rgba(255,255,255,0.7);margin-bottom:10px;text-align:center}.company-signup .submit-company-form #company_funding_goal_amount.error,.company-signup .submit-company-form #company_name.error,.company-signup .submit-company-form #company_location.error{border:none !important;border-bottom:2px solid #e91d51 !important}.company-signup .submit-company-form #company_name{padding:5px;width:150px}.company-signup .submit-company-form .wf-primary{margin-top:20px}.fix_bold b{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif !important;font-weight:400}#legal_primer .exhibit{max-width:1000px;margin-left:auto;margin-right:auto}@media screen and (max-width: 700px){#legal_primer .exhibit{display:none}}#legal_primer small{color:#666}#legal_primer .exhibit-break{margin-top:50px}@media screen and (max-width: 700px){#legal_primer .exhibit-break{margin-top:-30px}}#legal_primer .l-tag{border-radius:100px;padding:5px;background:#f4f4f4;color:#777;text-transform:uppercase;font-size:11px;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;padding-left:10px;padding-right:10px}#legal_primer .l-tag.red{background:#e91d51;color:white}#legal_primer .l-tag.blue{background:#0277bd;color:white}#legal_primer h4{margin-top:40px !important;margin-bottom:-12px !important;font-size:1.2em}#legal_primer h2{margin-top:0px;margin-bottom:20px;font-weight:100;font-size:1.6em}#legal_primer b{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif !important;font-weight:400}#legal_primer .split{margin-top:50px;margin-bottom:-50px;letter-spacing:2px;font-size:20px;color:rgba(74,74,74,0.8);text-align:Center}#legal_primer q,#legal_primer .design_v4 blockquote{margin-top:30px}#legal_primer ol li{margin-bottom:10px;margin-left:15px;list-style:decimal}#legal_primer tr{height:60px}.admin .exhibit{max-width:1000px;margin-left:auto;margin-right:auto}.admin .exhibit .title{height:60px;line-height:60px;color:White;font-weight:bold;text-align:Center;background:#0277bd}.admin .exhibit .headings{background:#ddd;text-transform:uppercase;font-weight:600;cursor:default}.admin .exhibit .highlighted-red{color:red}.admin .exhibit .fa-external-link{color:#0277bd;cursor:pointer}.admin .exhibit .fa-external-link:hover{color:#263f4e}.admin .exhibit tr{height:60px}.admin .exhibit .hire-us{color:#e91d51;margin-left:13px;font-variant:small-caps}.admin .exhibit .club-endorsement{margin-left:13px;font-variant:small-caps;color:#ff5800}.admin .exhibit .fa-pencil,.admin .exhibit .fa-trash,.admin .exhibit .fa-clock-o{color:#999;cursor:pointer}.admin .exhibit .fa-pencil:hover,.admin .exhibit .fa-trash:hover,.admin .exhibit .fa-clock-o:hover{color:#263f4e}.admin .exhibit .company_info{height:auto;text-align:left;padding-left:20px;padding-bottom:5px}.admin .exhibit tr.offwhite{background:#FAFAFA}.admin .exhibit .trigger-dropdown,.admin .exhibit .trigger-sort{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.admin .exhibit .trigger-dropdown:hover,.admin .exhibit .trigger-sort:hover{color:#263f4e}.admin .exhibit .left_col{font-weight:bold;text-align:left;padding-left:20px;padding-right:-20px}
@media screen and (max-width: 768px){.design_v4 .welcome{font-size:14px}}.design_v4 .welcome .mobile-top-menu{font-weight:500;font-size:10px;color:rgba(74,74,74,0.25);margin-top:20px}.design_v4 .welcome .mobile-top-menu .steps{margin-bottom:6px}.design_v4 .welcome .mobile-top-menu .progress-bar .item{width:33.33%;float:left;border-bottom:2px solid rgba(2,119,189,0.1)}.design_v4 .welcome .mobile-top-menu .progress-bar .item.completed{border-color:#0277bd}.design_v4 .welcome .mobile-top-menu .navigate-menu{margin-top:6px}.design_v4 .welcome .mobile-top-menu .navigate-menu .prev{cursor:pointer;float:left}.design_v4 .welcome .mobile-top-menu .navigate-menu .next{cursor:pointer;float:right;margin-right:5px}@media screen and (min-width: 500px){.design_v4 .welcome .mobile-only{display:none !important}}@media screen and (max-width: 500px){.design_v4 .welcome .non-mobile-only{display:none !important}}.design_v4 .welcome .top-menu{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background:transparent;margin-top:20px;border:none}.design_v4 .welcome .top-menu .item{width:33%;float:left;padding-top:5px;padding-bottom:13px;text-align:center;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-weight:700;font-size:16px;color:rgba(74,74,74,0.25);border-bottom:3px solid rgba(2,119,189,0.1)}@media screen and (max-width: 768px){.design_v4 .welcome .top-menu .item{font-size:12px}}.design_v4 .welcome .top-menu .item.active{color:#4a4a4a !important;border-color:#0277bd}.design_v4 .welcome .top-menu .item.completed{color:rgba(74,74,74,0.5);border-color:#0277bd}.design_v4 .welcome .top-menu .item.pointer{cursor:pointer}.design_v4 .welcome .top-menu .item.hover:hover{color:rgba(74,74,74,0.55)}.design_v4 .welcome h2{padding-top:30px;margin-bottom:10px;font-size:24px}@media screen and (max-width: 768px){.design_v4 .welcome h2{padding-top:0;font-size:20px}}.design_v4 .welcome .error-message{color:#e91d51;font-size:12px}.design_v4 .welcome .error textarea,.design_v4 .welcome .error input[type="text"],.design_v4 .welcome .error .selectize-input{border:1px dashed #e91d51}.design_v4 .welcome .financial-info-component h3{font-size:16px;color:#5c5c5c;margin-top:25px}.design_v4 .welcome .financial-info-component .row.accredited-questions label{margin-top:0}.design_v4 .welcome .investor-limits{margin-bottom:35px}.design_v4 .welcome .financial-info-component .row .same-row,.design_v4 .welcome .row .same-row{float:left}.design_v4 .welcome .financial-info-component .row .same-row:not(:first-child),.design_v4 .welcome .row .same-row:not(:first-child){margin-left:7px}.design_v4 .welcome .financial-info-component .row label,.design_v4 .welcome .row label{width:120px;margin-top:12px;font-weight:400;font-size:14px}.design_v4 .welcome .financial-info-component .row textarea,.design_v4 .welcome .financial-info-component .row input[type="text"],.design_v4 .welcome .financial-info-component .row select,.design_v4 .welcome .row textarea,.design_v4 .welcome .row input[type="text"],.design_v4 .welcome .row select{width:100%;max-width:390px}@media screen and (max-width: 767px){.design_v4 .welcome .financial-info-component .row textarea,.design_v4 .welcome .financial-info-component .row input[type="text"],.design_v4 .welcome .financial-info-component .row select,.design_v4 .welcome .row textarea,.design_v4 .welcome .row input[type="text"],.design_v4 .welcome .row select{width:280px}}.design_v4 .welcome .financial-info-component .row input[type="text"].half-width,.design_v4 .welcome .row input[type="text"].half-width{max-width:195px}.design_v4 .welcome .financial-info-component .row .indent-error,.design_v4 .welcome .row .indent-error{margin-left:120px;width:100%;max-width:390px}@media screen and (max-width: 767px){.design_v4 .welcome .financial-info-component .row .indent-error,.design_v4 .welcome .row .indent-error{margin-left:0;width:280px}}.design_v4 .welcome .financial-info-component .row .welcome-city,.design_v4 .welcome .row .welcome-city{margin-left:120px}.design_v4 .welcome .financial-info-component .row .welcome-city input,.design_v4 .welcome .row .welcome-city input{width:150px}@media screen and (max-width: 767px){.design_v4 .welcome .financial-info-component .row .welcome-city,.design_v4 .welcome .row .welcome-city{margin-left:0px}.design_v4 .welcome .financial-info-component .row .welcome-city input,.design_v4 .welcome .row .welcome-city input{width:169px}}@media screen and (max-width: 767px){.design_v4 .welcome .financial-info-component .row .welcome-zip.same-row,.design_v4 .welcome .row .welcome-zip.same-row{margin-left:0px;margin-top:10px}}.design_v4 .welcome .less_padding{width:302px !important;margin-top:-2px}@media screen and (max-width: 767px){.design_v4 .welcome .less_padding{width:290px !important}}.design_v4 .welcome .blank_photo{width:150px;height:150px;border-radius:3px;border:1px solid #ccc;background:#fcfcfc;float:left;cursor:pointer}@media screen and (max-width: 795px){.design_v4 .welcome .photo_label{width:70px !important}}@media screen and (max-width: 767px){.design_v4 .welcome .photo_label{width:100% !important}}.design_v4 .welcome .upload_photo{width:150px;margin-left:10px}@media screen and (max-width: 767px){.design_v4 .welcome .upload_photo{width:138px}}.design_v4 .welcome #worth{margin-bottom:80px}.design_v4 .welcome .content{margin-left:auto;margin-right:auto;max-width:540px;padding-bottom:30px}@media screen and (max-width: 767px){.design_v4 .welcome .content{padding-left:0px;border-left:0px solid #d8d8d8;margin-bottom:0px !important}}.design_v4 .welcome .content label{width:100px;float:left;color:#5c5c5c}@media screen and (max-width: 767px){.design_v4 .welcome .content label{margin-bottom:5px}}.design_v4 .welcome .content textarea{float:left}.design_v4 .welcome .content .row{position:relative;margin-top:30px}.design_v4 .welcome .legal .row,.design_v4 .welcome .terms .row{margin-top:10px}.design_v4 .welcome .legal label,.design_v4 .welcome .terms label{width:120px;margin-top:12px;font-weight:400}.design_v4 .welcome .legal .label,.design_v4 .welcome .terms .label{font-weight:100}.design_v4 .welcome .legal .label,.design_v4 .welcome .legal .definition,.design_v4 .welcome .terms .label,.design_v4 .welcome .terms .definition{margin-top:0px}.design_v4 .welcome .menu_wrapper .menu{-webkit-box-flex:0 0 280px;-moz-box-flex:0 0 280px;-webkit-flex:0 0 280px;-ms-flex:0 0 280px;flex:0 0 280px}@media screen and (max-width: 767px){.design_v4 .welcome .menu_wrapper .menu{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:20px}}.design_v4 .welcome .off{font-size:13px;line-height:1.5em;width:85%;margin-top:10px}@media screen and (max-width: 767px){.design_v4 .welcome .off{text-align:center;width:100%}}.design_v4 .welcome .counter{position:absolute;left:375px;margin-top:-20px;font-size:12px}@media screen and (max-width: 794px){.design_v4 .welcome .counter{left:260px;margin-top:0px}}.design_v4 .welcome button.continue{margin-bottom:10px}.design_v4 .welcome .social{margin-bottom:10px !important}.design_v4 .welcome .country_wrapper{float:left;width:100%;max-width:412px}@media screen and (max-width: 767px){.design_v4 .welcome .country_wrapper{width:302px}}.design_v4 .welcome .accredited_questions{margin-top:20px;margin-bottom:20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;line-height:1.4em}.design_v4 .welcome .accredited_questions input{-webkit-box-flex:0 0 25px;-moz-box-flex:0 0 25px;-webkit-flex:0 0 25px;-ms-flex:0 0 25px;flex:0 0 25px;margin-top:3px}.design_v4 .welcome .accredited_questions .definition{font-size:13px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.design_v4 .welcome .disclosures{max-width:540px;font-size:13px}.design_v4 .welcome .disclosures input[type='checkbox']{margin-top:6px}.design_v4 .welcome .disclosures .row{margin-top:20px}.design_v4 .welcome .disclosures label{margin-top:0px;margin-left:20px;font-weight:400 !important}.design_v4 .welcome .disclosures .ui-flipswitch{font-size:10px}@media screen and (min-width: 767px){.design_v4 .welcome .disclosures .ui-flipswitch{margin-top:0px}}@media screen and (max-width: 767px){.design_v4 .welcome .disclosures{font-size:12px}.design_v4 .welcome .disclosures label{margin-top:4px}}.design_v4 .welcome .bank input{margin-bottom:10px}.design_v4 .welcome .enter-info-manually{font-size:12px}.design_v4 .welcome .skip{display:inline-block}@media screen and (max-width: 767px){.design_v4 .welcome .continue_wrapper{margin-top:30px;text-align:center;padding-top:10px;padding-bottom:10px}}.design_v4 .welcome .fine-print .flexCenterContent{margin-top:0px;border-top:1px solid #ccc;padding-top:40px;padding-bottom:40px;color:rgba(74,74,74,0.75);font-size:12px}.design_v4 .welcome .fine-print h5{font-size:14px;margin-bottom:20px}.design_v4 .welcome .fine-print .col{float:left;width:31%}@media screen and (max-width: 500px){.design_v4 .welcome .fine-print .col{width:100%}}.design_v4 .welcome .fine-print .middle{width:30%;margin-left:3%;margin-right:3%}@media screen and (max-width: 500px){.design_v4 .welcome .fine-print .middle{width:100%;margin:10px 0 10px 0}}
.wf-image-uploader{display:inline-block;position:relative;-webkit-transition:background 200ms ease-in-out;-moz-transition:background 200ms ease-in-out;-o-transition:background 200ms ease-in-out;transition:background 200ms ease-in-out;width:100%}.wf-image-uploader .wrap{width:100%}.wf-image-uploader .wrap .sizer{position:relative;width:100%}.wf-image-uploader .wrap .sizer .container{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.wf-image-uploader:not(.reset-size,.reset-style){width:90px;line-height:96px}.wf-image-uploader:not(.reset-style){box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:3px;border:1px dashed #aaa;background:#f8f8f8;color:#aaa;text-align:center}.wf-image-uploader:not(.reset-style):hover{background:#f5f5f5}.wf-image-uploader:not(.reset-style) .loading{font-size:2em}.wf-image-uploader:not(.reset-style) .blank .text{font-size:0.6em}.wf-image-uploader:not(.reset-style) .blank .fa{font-size:3em}.wf-image-uploader .click-hook{cursor:pointer}.wf-image-uploader.readonly .click-hook{cursor:default}.wf-image-uploader img{position:relative;width:100%;height:100%;z-index:2}.wf-image-uploader .blank,.wf-image-uploader .loading{z-index:1}.wf-image-uploader-cropper .container{height:400px;width:100%;text-align:center}.wf-image-uploader-cropper .container img{max-height:400px;max-width:100%}.wf-image-uploader-cropper .actions{margin-top:20px;text-align:right}.wf-image-uploader-cropper .actions .cancel{margin:0 20px}.wf-image-uploader-cropper .error{color:red;text-align:right}
.wf-modal-opened.with-blur #sb-site{filter:blur(10px);-webkit-filter:blur(10px);-moz-filter:blur(10px);-o-filter:blur(10px);-ms-filter:blur(10px);transition:50ms filter linear;-webkit-transition:50ms -webkit-filter linear;-moz-transition:50ms -moz-filter linear;-ms-transition:50ms -ms-filter linear;-o-transition:50ms -o-filter linear}.wf-modal-opened.with-blur .mfp-bg{background-color:#000;opacity:0.4;transition:50ms opacity linear;-webkit-transition:50ms opacity linear;-moz-transition:50ms opacity linear;-ms-transition:50ms opacity linear;-o-transition:50ms opacity linear}
#whistlestop .highlighted-city .city-label{color:#1ad1a3 !important}#whistlestop .preload{display:none}#whistlestop .video-js.vjs-controls-disabled .vjs-poster{display:block}#whistlestop .vjs-big-play-button{display:block}#whistlestop .panel{padding-top:70px;padding-bottom:70px}@media screen and (max-width: 500px){#whistlestop .panel{padding-top:40px;padding-bottom:40px}}#whistlestop .panel h2{margin-top:0px}#whistlestop .panel .subtitle{max-width:620px;margin-left:auto;margin-right:auto}#whistlestop .standout{color:#14a782}#whistlestop header{background:black}#whistlestop .cover-image{opacity:0;top:0;left:0;bottom:0;right:0;position:absolute;background:linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),url("https://wefunder-production.s3.amazonaws.com/static/TrainTrip/jack-anstey-383370.jpg"),no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;-webkit-transition:opacity 500ms ease-in-out;-moz-transition:opacity 500ms ease-in-out;-o-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out;background-position-x:center}@media screen and (max-height: 600px){#whistlestop .cover-image{background-position-y:-50px}}@media screen and (max-height: 500px){#whistlestop .cover-image{background-position-y:-100px}}@media screen and (max-width: 800px) and (max-height: 600px){#whistlestop .cover-image{background-position-y:0px !important}}#whistlestop .header{position:relative;height:1200px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}#whistlestop .header .header-wrapper{width:95%;margin-top:-60px}@media screen and (max-width: 500px){#whistlestop .header .header-wrapper{margin-top:-85px}}#whistlestop .header .city-info{color:rgba(255,255,255,0.8);text-align:center;margin-top:50px;max-width:280px;width:100%;max-width:300px;width:280px;background:rgba(0,0,0,0.4);border-radius:3px;margin-left:auto;margin-right:auto;padding:15px}#whistlestop .header .city-info .city{font-size:1em;font-weight:700;text-transform:uppercase;color:white}#whistlestop .header .city-info .venue{font-weight:700;margin-top:15px;color:rgba(255,255,255,0.9)}#whistlestop .header .city-info .address{font-size:.8em}#whistlestop .header .city-info .why{font-size:13px;font-weight:bold;cursor:pointer}color:rgba(255,255,255,.8) #whistlestop .header .city-info .why:hover{color:#fff !important}#whistlestop .header .texts{text-align:center}#whistlestop .header .texts h1{color:#fff;font-size:2.4em;max-width:900px;margin-left:auto;margin-right:auto}@media screen and (max-width: 500px){#whistlestop .header .texts h1{font-size:1.5em}}#whistlestop .header .texts h2{color:rgba(255,255,255,0.9);font-size:1.5em;font-weight:normal;max-width:737px;margin-left:auto;margin-right:auto}@media screen and (max-width: 500px){#whistlestop .header .texts h2{font-size:1.1em;line-height:1.4em}}#whistlestop .header .cta{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;text-align:center;top:30px}@media screen and (max-width: 425px){#whistlestop .header .cta{top:50px}}#whistlestop .header .cta .center{width:100%}#whistlestop .header .cta button{margin-left:5px;margin-right:5px;width:190px}@media screen and (max-height: 640px){#whistlestop .hide-city-list{display:none}}#whistlestop .whistlestop-nav{bottom:0px;position:absolute;color:white;background:rgba(0,0,0,0.5);width:100%;padding-top:10px;padding-bottom:6px}@media screen and (max-width: 350px){#whistlestop .whistlestop-nav{display:none}}@media screen and (min-width: 1077px){#whistlestop .whisltestop-nav{padding:1.25em 0}}@media screen and (min-width: 1100px) and (max-width: 1380px){#whistlestop .whistlestop-nav .nav-item.sf::before,#whistlestop .whistlestop-nav .nav-item.nyc::before{content:attr(data-shortname);font-weight:700;color:rgba(255,255,255,0.9)}#whistlestop .whistlestop-nav .nav-item.sf .city-label,#whistlestop .whistlestop-nav .nav-item.nyc .city-label{display:none}}@media screen and (max-width: 767px){#whistlestop .whistlestop-nav .nav-item.sf::before,#whistlestop .whistlestop-nav .nav-item.nyc::before{content:attr(data-shortname);font-weight:700;color:rgba(255,255,255,0.9)}#whistlestop .whistlestop-nav .nav-item.sf .city-label,#whistlestop .whistlestop-nav .nav-item.nyc .city-label{display:none}}#whistlestop .city-list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:space-around;justify-content:space-around;padding-left:20px;padding-right:20px}@media screen and (max-width: 1100px){#whistlestop .city-list{-webkit-flex-justify-content:center;justify-content:center;flex-wrap:wrap;padding-left:0px;padding-right:0px;max-width:850px;margin-left:auto;margin-right:auto}}@media screen and (max-width: 590px){#whistlestop .city-list{max-width:450px}}#whistlestop .nav-item{padding:0.5em 1em;background-color:transparent;font-size:.75em;text-transform:uppercase;letter-spacing:0.1em;display:inline-block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;color:rgba(255,255,255,0.9)}#whistlestop .nav-item .city-label{font-weight:700;color:rgba(255,255,255,0.9)}#whistlestop .nav-item .city-date{font-size:.65em;font-weight:500;color:rgba(255,255,255,0.7);display:inline-block;white-space:nowrap}#whistlestop a.mobile-toggle{display:block;font-weight:700;padding:1em}#whistlestop .city-list{border-bottom:2px solid rgba(74,74,74,0.05)}#whistlestop .city-list .nav-item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}#whistlestop .city-list{clear:both;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}#whistlestop img.resize{width:100%;height:auto}#whistlestop .events{overflow-x:scroll;overflow-y:hidden;white-space:nowrap}#whistlestop .event-wrapper{display:inline-block;white-space:normal;width:95%}#whistlestop .event-info{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:space-around;justify-content:space-around;padding:5%;align-items:center}#whistlestop .event-info-r{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:flex-start;justify-content:flex-start;margin:0%}#whistlestop .event-photo{max-width:300px}#whistlestop .event-details{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}#whistlestop .event-details .event-name{font-weight:700;font-size:1.5em}#whistlestop .event-location{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;font-size:.75em;padding:5px 0px}@media screen and (max-width: 555px){#whistlestop .event-info{margin-left:5%}#whistlestop #boston .event-info{padding-right:15%}#whistlestop .event-info-r{text-align:center}#whistlestop .event-photo{display:none}#whistlestop .event-description{display:none}}@media screen and (min-width: 556px) and (max-width: 759px){#whistlestop .event-info-r{margin:0% 2%}#whistlestop .event-photo{width:100%;height:inherit;margin:0% 1%}#whistlestop .event-description{display:none}}@media screen and (min-width: 760px) and (max-width: 980px){#whistlestop .event-wrapper{width:90%}#whistlestop .event-info{align-items:center}#whistlestop .event-info-r{margin:0% 2%}#whistlestop .event-photo{width:100%;height:inherit;margin:0% 2%}#whistlestop .event-location{padding:10px 0px}#whistlestop .event-description{font-size:.75em}}@media screen and (min-width: 981px){#whistlestop .event-wrapper{width:80%;max-width:1200px}#whistlestop .event-info-r{margin:0% 2%}#whistlestop .event-photo{width:100%;height:inherit;margin:0% 2%}#whistlestop .event-location{padding:10px 0px}#whistlestop .event-description{font-size:.75em}}#whistlestop .summary .summary-text{flex:1;max-width:620px;min-width:280px;padding-right:20px}#whistlestop .summary .summary-text p{font-size:1.1em}#whistlestop .summary .summary-text h4{margin-top:30px;font-weight:700;color:rgba(74,74,74,0.75)}#whistlestop .summary .summary-bullets{width:265px}@media screen and (max-width: 500px){#whistlestop .summary .summary-bullets{display:none}}#whistlestop .summary .summary-bullets .background{background:#fcfcfc;padding:15px;padding-top:20px;padding-bottom:20px;margin-top:78px;font-size:.8em;margin-left:20px}#whistlestop .summary .summary-bullets .background .bullets-wefunder{margin-top:15px;margin-bottom:25px}#whistlestop .summary .summary-bullets .background .bullets-trip{margin-top:15px}@media screen and (max-width: 767px){#whistlestop .summary{flex-direction:column}#whistlestop .summary .summary-text{margin-left:auto;margin-right:auto;padding-right:0px}#whistlestop .summary .summary-bullets{margin-left:auto;margin-right:auto;width:100%;max-width:400px}#whistlestop .summary .summary-bullets .background{margin-top:40px;padding:25px;margin-left:0px}}#whistlestop .team{border-top:1px solid rgba(2,119,189,0.05);border-bottom:1px solid rgba(2,119,189,0.05);background:rgba(2,119,189,0.03)}#whistlestop .video-text{max-width:620px;margin-left:auto;margin-right:auto;padding:10px;background-color:rgba(191,221,238,0.25);color:rgba(74,74,74,0.75);text-align:center;font-size:.85em}#whistlestop .lance-quote{margin-top:25px;text-align:center}#whistlestop .lance-quote h3{font-weight:700}#whistlestop .lance-quote p{text-transform:uppercase;font-size:.75em;color:rgba(74,74,74,0.75)}#whistlestop .map-text{height:auto;margin-top:0px;padding-top:40px;padding-bottom:40px;background-color:#013b5e;position:absolute;z-index:9999;width:100%;opacity:.8;color:white}@media screen and (max-width: 768px){#whistlestop .map-text{padding-top:30px;padding-bottom:30px}}@media screen and (max-width: 500px){#whistlestop .map-text{padding-top:20px;padding-bottom:20px}}#whistlestop .map-text h2{color:white}#whistlestop .map-text p{color:white;max-width:700px;text-align:left;margin-top:0px}#whistlestop .map{padding-top:20px;background-color:#bfddee;color:#4a4a4a;position:relative;height:650px;margin-top:0px}@media screen and (max-width: 768px){#whistlestop .map{height:450px}}@media screen and (max-width: 500px){#whistlestop .map{height:350px}}#whistlestop .map #train-map{position:absolute;bottom:0;width:100%;height:100%;overflow:none;opacity:.50}#whistlestop .spacer1{height:10px;background-color:#013b5e}#whistlestop .spacer2{height:5px;background-color:#003555}#whistlestop .leaflet-popup-content{padding:5px}#whistlestop .request{background-color:#013b5e;color:#fff;text-align:center;padding:30px}#whistlestop .request p:first-child{font-size:1.2em;font-weight:700;text-transform:uppercase}#whistlestop .request p:last-of-type{color:rgba(255,255,255,0.75)}@media screen and (max-width: 373px){#whistlestop .request p:last-of-type{font-size:.75em}}#whistlestop #submit-company,#whistlestop #submit-rsvp{font-size:1em}#whistlestop #submit-company h3,#whistlestop #submit-rsvp h3{font-weight:700;margin:20px auto;margin:20px 0px}#whistlestop #submit-company p,#whistlestop #submit-rsvp p{margin-left:auto;margin-right:Auto;padding-left:20px;padding-right:20px;max-width:615px !important;margin-bottom:30px}#whistlestop #submit-company .wf-hint,#whistlestop #submit-rsvp .wf-hint{font-weight:500;text-align:left}#whistlestop #submit-company .errored,#whistlestop #submit-rsvp .errored{color:#e91d51;font-size:12px;text-align:center;display:block}#whistlestop #submit-company .new-city-message,#whistlestop #submit-rsvp .new-city-message{margin:10px 0;padding:15px;font-size:12px;border:2px solid rgba(26,209,163,0.4);border-radius:4px;background-color:rgba(26,209,163,0.1);color:#4a4a4a}#whistlestop .submit-wrapper{width:90%;margin:auto}#whistlestop .submit-wrapper form{margin-left:auto;margin-right:auto}#whistlestop .submit-wrapper form .event-field-error .selectize-input{border:1px dashed #e91d51}#whistlestop .submit-wrapper form label.error{color:#e91d51;display:block !important;font-weight:initial}#whistlestop .submit-wrapper form input.error,#whistlestop .submit-wrapper form input.char-counter-error,#whistlestop .submit-wrapper form textarea.error,#whistlestop .submit-wrapper form textarea.char-counter-error,#whistlestop .submit-wrapper form select.error,#whistlestop .submit-wrapper form select.char-counter-error{border:1px dashed #e91d51 !important}#whistlestop .submit-wrapper form .wf-char-counter{position:relative}#whistlestop .submit-wrapper form .wf-char-counter.exceeded-limit .dimmer{color:#e91d51}#whistlestop .submit-wrapper form .selectize-control{font-size:12px;text-align:left}#whistlestop .submit-wrapper form .selectize-control .selectize-input{min-height:46px}#whistlestop .submit-wrapper .field{margin-bottom:20px}#whistlestop .submit-wrapper .field label{display:block;font-size:12px;color:rgba(74,74,74,0.5);text-align:left;font-weight:700}#whistlestop .submit-wrapper .field .dimmer{font-size:11px;font-weight:100;position:absolute;right:0;margin-top:-15px}#whistlestop .submit-wrapper .field input[type=text],#whistlestop .submit-wrapper .field input[type=email],#whistlestop .submit-wrapper .field textarea{width:100%;box-sizing:border-box;font-size:14px}#whistlestop .submit-wrapper .field .nested-fields{margin-left:35px;margin-top:20px}@media screen and (min-width: 361px) and (max-width: 768px){#whistlestop .submit-wrapper{margin-left:auto;margin-right:auto;width:60%}}@media screen and (min-width: 769px) and (max-width: 983px){#whistlestop #submit-company{padding-bottom:50px}#whistlestop #submit-company p{max-width:670px}#whistlestop .submit-wrapper{width:40%}}@media screen and (min-width: 984px) and (max-width: 1136px){#whistlestop .submit-wrapper{width:40%}#whistlestop .submit-wrapper button{margin-bottom:20px}}@media screen and (min-width: 1137px){#whistlestop #submit-company p{max-width:670px}#whistlestop .submit-wrapper{width:60%}#whistlestop .submit-wrapper form{max-width:300px}}#whistlestop .center{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}#whistlestop .t-centered{text-align:center}#whistlestop #submit-company ::-webkit-input-placeholder{text-align:center}#whistlestop #submit-company :-moz-placeholder{text-align:center}#whistlestop #submit-company ::-moz-placeholder{text-align:center}#whistlestop #submit-company :-ms-input-placeholder{text-align:center}
#whistlestop2 header{background:linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),url("https://s3.amazonaws.com/wefunder-misc/whistlestop/header1.jpg"),no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}#whistlestop2 .header{position:relative;height:420px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}#whistlestop2 .header .header-wrapper{width:95%}#whistlestop2 .header .texts{text-align:center}#whistlestop2 .header .texts h1{color:#fff}#whistlestop2 .header .texts p{color:rgba(255,255,255,0.7)}#whistlestop2 .header .cta{position:relative;padding:10% 5% 5% 5%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;text-align:center;top:30px}#whistlestop2 .header .cta .center{width:100%}#whistlestop2 .header .cta button{margin:1% 1%}@media screen and (min-width: 760px) and (max-width: 980px){#whistlestop2 .header{height:500px}#whistlestop2 .header .texts{text-align:left}#whistlestop2 .header .header-wrapper{width:85%}#whistlestop2 .header p.reading{max-width:70%}#whistlestop2 .header .cta{text-align:left;top:0px}}@media screen and (min-width: 839px) and (max-width: 980px){#whistlestop2 .header p.reading{max-width:60%}}@media screen and (min-width: 981px){#whistlestop2 .header .cta{top:0px}}@media screen and (min-width: 981px) and (max-width: 1300px){#whistlestop2 .header{height:558px}#whistlestop2 .header .header-wrapper{width:80%}}@media screen and (min-width: 1301px) and (max-width: 1920px){#whistlestop2 .header{height:600px}#whistlestop2 .header .header-wrapper{width:60%}}@media screen and (min-width: 1921px){#whistlestop2 .header{height:800px}#whistlestop2 .header .header-wrapper{width:1250px}}#whistlestop2 .whisltestop-nav{background-color:#fff}@media screen and (min-width: 1077px){#whistlestop2 .whisltestop-nav{padding:1.25em 0}}@media screen and (min-width: 1077px) and (max-width: 1285px){#whistlestop2 .whistlestop-nav .nav-item.sf::before,#whistlestop2 .whistlestop-nav .nav-item.nyc::before{content:attr(data-shortname);font-weight:700}#whistlestop2 .whistlestop-nav .nav-item.sf .city-label,#whistlestop2 .whistlestop-nav .nav-item.nyc .city-label{display:none}}#whistlestop2 .city-list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:center;justify-content:center}#whistlestop2 .nav-item{color:#4a4a4a;padding:0.5em 1em;background-color:transparent;font-size:.75em;text-transform:uppercase;letter-spacing:0.1em;display:inline-block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}#whistlestop2 .nav-item .city-label{font-weight:700}#whistlestop2 .nav-item .city-date{font-size:.65em;font-weight:500}@media (min-width: 1077px){#whistlestop2 .whistlestop-nav .nav-item.mobile-toggle{display:none}}@media (max-width: 1076px){#whistlestop2 .whistlestop-nav .city-list{display:none}#whistlestop2 .js-nav-toggle.show-list{transition-duration:1s}}@media (min-width: 769px) and (max-width: 1076px){#whistlestop2 .whistlestop-nav .nav-item{display:block;padding:1rem 0.25em;border-top:1px solid #e7e8e8}}#whistlestop2 a.mobile-toggle{display:block;font-weight:700;padding:1em;background-color:#f9fcfd}#whistlestop2 .city-list{border-bottom:2px solid rgba(74,74,74,0.05)}#whistlestop2 .city-list .nav-item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}#whistlestop2 .city-list{clear:both;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}#whistlestop2 img.resize{width:100%;height:auto}#whistlestop2 .events{overflow-x:scroll;overflow-y:hidden;white-space:nowrap}#whistlestop2 .event-wrapper{display:inline-block;white-space:normal;width:95%}#whistlestop2 .event-info{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-justify-content:space-around;justify-content:space-around;padding:5%;align-items:center}#whistlestop2 .event-info-r{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-justify-content:flex-start;justify-content:flex-start;margin:0%}#whistlestop2 .event-photo{max-width:300px}#whistlestop2 .event-details{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}#whistlestop2 .event-details .event-name{font-weight:700;font-size:1.5em}#whistlestop2 .event-location{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column;font-size:.75em;padding:5px 0px}@media screen and (max-width: 555px){#whistlestop2 .event-info{margin-left:5%}#whistlestop2 #boston .event-info{padding-right:15%}#whistlestop2 .event-info-r{text-align:center}#whistlestop2 .event-photo{display:none}#whistlestop2 .event-description{display:none}}@media screen and (min-width: 556px) and (max-width: 759px){#whistlestop2 .event-info-r{margin:0% 2%}#whistlestop2 .event-photo{width:100%;height:inherit;margin:0% 1%}#whistlestop2 .event-description{display:none}}@media screen and (min-width: 760px) and (max-width: 980px){#whistlestop2 .event-wrapper{width:90%}#whistlestop2 .event-info{align-items:center}#whistlestop2 .event-info-r{margin:0% 2%}#whistlestop2 .event-photo{width:100%;height:inherit;margin:0% 2%}#whistlestop2 .event-location{padding:10px 0px}#whistlestop2 .event-description{font-size:.75em}}@media screen and (min-width: 981px){#whistlestop2 .event-wrapper{width:80%;max-width:1200px}#whistlestop2 .event-info-r{margin:0% 2%}#whistlestop2 .event-photo{width:100%;height:inherit;margin:0% 2%}#whistlestop2 .event-location{padding:10px 0px}#whistlestop2 .event-description{font-size:.75em}}#whistlestop2 .about{position:relative;background-color:#013b5e;color:#fff;height:800px}#whistlestop2 .about h3{text-align:center;font-weight:700;position:absolute;bottom:0px;left:50%;transform:translate(-50%)}#whistlestop2 .about-wrap{max-width:600px}#whistlestop2 .about-wrap h1{margin-bottom:20px}#whistlestop2 .about-wrap article{margin:30px 0px}#whistlestop2 .about-wrap article p{font-weight:700;font-size:1.1em}#whistlestop2 .about-wrap article p.reading{font-size:.85em;font-weight:500;opacity:.75}@media screen and (max-width: 449px){#whistlestop2 .about-wrap{width:90%}}@media screen and (min-width: 450px) and (max-width: 599px){#whistlestop2 .about-wrap{width:85%}}@media screen and (min-width: 600px) and (max-width: 768px){#whistlestop2 .about-wrap{width:70%}}@media screen and (min-width: 769px) and (max-width: 820px){#whistlestop2 .about-wrap{width:75%}}@media screen and (min-width: 821px) and (max-width: 1264px){#whistlestop2 .about-wrap{width:60%}}@media screen and (min-width: 1265px){#whistlestop2 .about-wrap{width:45%}}#whistlestop2 .map{padding-top:20px;background-color:#bfddee;color:#4a4a4a;position:relative;height:400px}#whistlestop2 .map #train-map{position:absolute;bottom:0;width:100%;height:100%;overflow:none;opacity:.50}#whistlestop2 .spacer1{height:10px;background-color:#013b5e}#whistlestop2 .spacer2{height:5px;background-color:#003555}#whistlestop2 #submit-company{position:relative;height:400px;font-size:1em;font-weight:700;padding-top:50px}#whistlestop2 #submit-company h3{font-weight:700;position:absolute;left:50%;transform:translate(-50%);margin:20px 0px}#whistlestop2 #submit-company p{margin-top:20px;font-size:1.5em;line-height:1.5em;font-weight:300;max-width:410px;margin-left:auto;margin-right:auto;color:rgba(74,74,74,0.8)}#whistlestop2 .submit-wrapper{position:absolute;left:50%;transform:translate(-50%);width:80%}#whistlestop2 .submit-wrapper form label.error{display:none !important}#whistlestop2 .submit-wrapper #company_funding_goal_amount,#whistlestop2 .submit-wrapper #company_name,#whistlestop2 .submit-wrapper #company_location{border-radius:0px;padding:5px;width:100px;background:transparent !important;color:rgba(74,74,74,0.5);border:none;border-bottom:2px solid rgba(74,74,74,0.2);margin-bottom:10px}#whistlestop2 .submit-wrapper #company_funding_goal_amount.error,#whistlestop2 .submit-wrapper #company_name.error,#whistlestop2 .submit-wrapper #company_location.error{border:none !important;border-bottom:2px solid #e91d51 !important}#whistlestop2 .submit-wrapper #company_name{padding:5px;width:130px}#whistlestop2 .submit-wrapper #company_location{width:150px;border-bottom:2px solid rgba(74,74,74,0.2)}#whistlestop2 .submit-wrapper button{margin-top:20px}@media screen and (max-width: 768px){#whistlestop2 .submit-wrapper{margin-left:auto;margin-right:auto}}@media screen and (min-width: 769px) and (max-width: 983px){#whistlestop2 #submit-company{height:300px;padding-bottom:50px}#whistlestop2 #submit-company p{max-width:670px}}@media screen and (min-width: 984px) and (max-width: 1136px){#whistlestop2 #submit-company{height:300px}#whistlestop2 .submit-wrapper button{margin-bottom:20px}}@media screen and (min-width: 1137px){#whistlestop2 #submit-company{height:300px}#whistlestop2 #submit-company p{max-width:670px}}#whistlestop2 a{color:#272727}#whistlestop2 .center{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}#whistlestop2 .t-centered{text-align:center}#whistlestop2 #submit-company ::-webkit-input-placeholder{text-align:center}#whistlestop2 #submit-company :-moz-placeholder{text-align:center}#whistlestop2 #submit-company ::-moz-placeholder{text-align:center}#whistlestop2 #submit-company :-ms-input-placeholder{text-align:center}
#wire-or-mail-info{margin-top:70px;margin-bottom:120px}#wire-or-mail-info table{width:700px}#wire-or-mail-info table tr td{padding-top:10px;vertical-align:top}
.wf-admin-dashboard-cell{padding:7px 15px;margin:3px 0px;font-size:12px;font-weight:400}.wf-admin-dashboard-cell a{color:white}.wf-admin-dashboard-cell a .fa{color:#666}.wf-admin-dashboard-cell:hover{background:#2e4d5f}
.wf-admin-dashboard-sidebar-container{background:#263f4e;display:block;height:100%;min-width:190px}.wf-admin-dashboard-sidebar-container .wf-admin-dashboard-sidebar{width:100%;height:100%}.wf-admin-dashboard-sidebar-container .wf-admin-dashboard-sidebar .header-message{display:block;color:white;font-weight:bold;padding:10px;font-size:13px}.wf-admin-dashboard-sidebar-container .wf-admin-dashboard-sidebar .header-message a{float:right}.wf-admin-dashboard-sidebar-container .wf-admin-dashboard-sidebar a{color:#c3d7e2;text-decoration:none}.wf-admin-dashboard-sidebar-container .wf-admin-dashboard-sidebar a .fa{color:#8D969B}.wf-admin-dashboard-sidebar-container .wf-admin-dashboard-sidebar .cell-header{margin-top:15px;padding:3px 15px;text-transform:uppercase;font-size:10px;color:#8D969B;font-weight:700}.wf-admin-dashboard-sidebar-container .wf-admin-dashboard-sidebar-collapsed{width:20px;cursor:pointer;height:100%}
.wf-daily-digest-dashboard .digest-section{margin-top:60px}.wf-daily-digest-dashboard .digest-preview{margin-top:80px}
.wf-email-blast-form{font-size:13px;margin:0px 0px 80px 0px}.wf-email-blast-form .blast-tutorial{background:#f9fcfd;border-radius:5px;padding:20px;margin:10px 0px 80px 0px;max-width:600px}.wf-email-blast-form .blast-tutorial pre{background:white;border-radius:3px;padding:3px;margin:3px}.wf-email-blast-form .blast-tutorial ol li{padding:3px 0px}.wf-email-blast-form .filter-form-container{margin:25px 0px 15px 0px;width:95%;border-radius:5px;border:2px solid rgba(2,119,189,0.1)}.wf-email-blast-form .filter-form-container .filter-form{padding:20px 20px 30px 20px}.wf-email-blast-form .filter-form-container .filter-form .filter{width:75%}.wf-email-blast-form .filter-form-container .filter-form .filter table{width:100%}.wf-email-blast-form .filter-form-container .filter-form .filter table td{vertical-align:top}.wf-email-blast-form .filter-form-container .filter-form .filter-actions{width:50px;text-align:right;font-size:20px;padding-top:40px}.wf-email-blast-form .filter-form-container .filter-form .filter-actions a{color:#4a4a4a}.wf-email-blast-form .filter-form-container .filtered-count{background:#f9fcfd;text-align:center;font-weight:bold;color:#4a4a4a;font-size:18px;padding:10px}.wf-email-blast-form .previews{margin:40px 0px}.wf-email-blast-form .save-or-submit{padding:20px;text-align:center;border-top:4px solid #f9fcfd;margin:20px auto}
.wf-email-blast-user-preview table th{font-weight:bold}
.kyc-user{padding:30px;margin:30px 0px;display:block;background:rgba(39,39,39,0.01);border:1px solid #f3f3f3;border-radius:2px}.kyc-user li{margin:5px 0px !important}
.wf-admin-start{width:100%;max-width:700px;margin:0px auto 60px}.wf-admin-start .form{padding:0px 20px}.wf-admin-start h4{padding-top:50px}.wf-admin-start table{width:100%}.wf-admin-start table td{width:33%}
.wf-admin-start-contact .contact-card{width:100%;margin:10px 0px}.wf-admin-start-contact .contact-card table td.action{width:10%}.wf-admin-start-contact .new-contact-form{background:#f9fcfd;border-radius:5px;padding:20px}
.wf-admin-users-page{max-width:1300px;margin:auto;min-height:1000px}.wf-admin-users-page table{width:100%}.wf-admin-users-page table tr{border:1px solid #dddddd}.wf-admin-users-page table tr th,.wf-admin-users-page table tr td{border:1px solid #dddddd;padding:10px}
.wf-user-credits-panel{width:100%;font-size:14px}.wf-user-credits-panel table tr th{font-weight:bold}.wf-user-credits-panel table tr th,.wf-user-credits-panel table tr td{border:1px solid #f3f3f3;padding:7px}
.wf-user-overview-panel{width:100%}.wf-user-overview-panel table tr{border:1px solid #f3f3f3}.wf-user-overview-panel table tr td{padding:10px}
.wf-admin-page{margin-top:50px;margin-bottom:50px}.wf-admin-page .page-header{font-weight:bold;font-size:2rem;margin-bottom:25px}.wf-admin-page .page-subheader{font-weight:bold;font-size:1.4rem;margin-bottom:5px}
.wf-closed-details{width:100%;min-height:400px;display:block}.wf-closed-details .closing-checklist{width:40%;min-height:300px;display:block;float:left;border-right:1px solid #f3f3f3}.wf-closed-details .fundraise-info{width:40%;height:100%;display:block;float:left;margin-left:-1px;border-left:1px solid #f3f3f3;margin-right:-1px;border-right:1px solid #f3f3f3}.wf-closed-details .company-details{width:18%;height:100%;display:block;float:left;border-left:1px solid #f3f3f3}
.wf-closing-soon-details{width:100%;min-height:400px;display:block}.wf-closing-soon-details .closing-checklist{width:40%;min-height:300px;display:block;float:left;border-right:1px solid #f3f3f3}.wf-closing-soon-details .fundraise-info{width:40%;height:100%;display:block;float:left;margin-left:-1px;border-left:1px solid #f3f3f3;margin-right:-1px;border-right:1px solid #f3f3f3}.wf-closing-soon-details .company-details{width:18%;height:100%;display:block;float:left;border-left:1px solid #f3f3f3}
.wf-early-closing-details{width:100%;min-height:400px;display:block}.wf-early-closing-details .closing-checklist{width:40%;min-height:300px;display:block;float:left;border-right:1px solid #f3f3f3}.wf-early-closing-details .fundraise-info{width:40%;height:100%;display:block;float:left;margin-left:-1px;border-left:1px solid #f3f3f3;margin-right:-1px;border-right:1px solid #f3f3f3}.wf-early-closing-details .company-details{width:18%;height:100%;display:block;float:left;border-left:1px solid #f3f3f3}
.wf-finalized-closing-details{width:100%;min-height:400px;display:block}.wf-finalized-closing-details .closing-checklist{width:40%;min-height:300px;display:block;float:left;border-right:1px solid #f3f3f3}.wf-finalized-closing-details .fundraise-info{width:40%;height:100%;display:block;float:left;margin-left:-1px;border-left:1px solid #f3f3f3;margin-right:-1px;border-right:1px solid #f3f3f3}.wf-finalized-closing-details .company-details{width:18%;height:100%;display:block;float:left;border-left:1px solid #f3f3f3}
.wf-closing-date .date-table{text-align:center;width:100% !important}.wf-closing-date .date-table thead tr{border-bottom:1px solid #f3f3f3}.wf-closing-date .date-table thead tr th{text-align:center;font-weight:bold}.wf-closing-date .date-table td{font-size:18px;padding:10px 0px !important}.wf-closing-date .date-table td a{font-size:12px}.wf-closing-date .scheduled-closing{margin:15px 0px}
.wf-closing-date-modal{width:375px}.wf-closing-date-modal .action-list{font-size:12px;padding:20px 0px}
.wf-last-call-blast .breakdown{color:#4a4a4a}
.wf-last-call-modal .investment-list{max-height:500px;overflow:scroll}
.wf-oversubscription-details .current{color:rgba(74,74,74,0.5)}.wf-oversubscription-details .current.over{color:#e91d51}.wf-oversubscription-details .callout{padding:4px 20px;margin-bottom:4px}
.wf-oversubscription-details-edit textarea{width:33%}
.wf-mark-tranche-disbursed .edit{margin-left:20px}
.wf-tranche-details{min-height:50px;border-bottom:1px solid #f3f3f3}
.wf-tranche-modal h4{text-align:center}.wf-tranche-modal pre{font-size:12px}
.wf-admin-dashboard-inbound .actions table td{padding:3px 8px}
.wf-inbound-details{width:100%;min-height:400px;display:block}.wf-inbound-details table{margin:10px;border:none !important}.wf-inbound-details table tbody{border-top:none !important}.wf-inbound-details table td{border-left:none !important;border-right:none !important;border-top:none !important;border-bottom:none !important;padding:5px 5px !important}.wf-inbound-details .metrics{width:40%;min-height:300px;display:block;float:left;border-right:1px solid #f3f3f3}.wf-inbound-details .press-articles{width:40%;min-height:300px;display:block;float:left;margin-left:-1px;border-left:1px solid #f3f3f3;margin-right:-1px;border-right:1px solid #f3f3f3}.wf-inbound-details .company-info{width:18%;min-height:300px;display:block;float:left;border-left:1px solid #f3f3f3}
.wf-dashboard-details-section{padding:15px;border-bottom:1px solid #f3f3f3;margin-bottom:-1px}.wf-dashboard-details-section .section-header{font-size:13px;width:100%;display:block;margin:5px 0px}.wf-dashboard-details-section .section-header .section-title{font-weight:bold;text-decoration:underline}.wf-dashboard-details-section table{width:90% !important}.wf-dashboard-details-section table tbody{border:none !important}.wf-dashboard-details-section table tbody tr{border:none !important}.wf-dashboard-details-section table tbody tr td{border:none !important;padding:3px !important}
.wf-dashboard-table{width:100%;padding:20px 0px}.wf-dashboard-table thead th{text-transform:uppercase;color:rgba(74,74,74,0.5);font-size:10px;padding:13px 13px 5px 13px;cursor:pointer}.wf-dashboard-table tbody{font-size:12px;border-top:1px solid #f3f3f3}.wf-dashboard-table tbody .detail-row td{border-top:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;padding:0px 10px 0px 10px}.wf-dashboard-table tbody .wf-dashboard-table-row:nth-child(4n+1){background:#f9fcfd}.wf-dashboard-table tbody .wf-dashboard-table-row{cursor:pointer}.wf-dashboard-table tbody .wf-dashboard-table-row:hover{background:#f2f8fb}.wf-dashboard-table td{font-size:12px;color:#4a4a4a;padding:13px 10px 13px 10px;vertical-align:middle}.wf-dashboard-table td.td-title{font-weight:bold;width:220px}.wf-dashboard-table td.td-wide{min-width:120px}.wf-dashboard-table td.td-narrow{width:60px}.wf-dashboard-table td.td-captialized{text-transform:capitalize}.wf-dashboard-table td .red{color:red}.wf-dashboard-table td .green{color:green}.wf-dashboard-table td .grey{color:grey}.wf-dashboard-table td .yellow{color:#ffc800}
.email_form{width:420px}.email_form h4{margin-top:0px;margin-bottom:0px;padding-bottom:5px;margin-bottom:30px;display:inline-block;border-bottom:2px solid #ddd;font-weight:bold}.email_form .email_list{margin:5px 0px}.email_form .email_list ul li{margin:3px 0px}
.wf-admin-dashboard-container{min-height:80vh;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.wf-admin-dashboard-container .wf-admin-sidebar{min-height:80vh;-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;max-width:200px}.wf-admin-dashboard-container .wf-admin-dashboard{max-width:1700px;margin:30px auto;padding:0px 30px;-webkit-box-flex:6;-moz-box-flex:6;-webkit-flex:6;-ms-flex:6;flex:6}.wf-admin-dashboard-container .wf-admin-dashboard h6{margin-top:40px;font-weight:bold}
.wf-clearbit-form{width:500px;margin:30px auto}
.wf-club-fundraise-report-card{width:100%;padding-bottom:20px;position:relative}.wf-club-fundraise-report-card .header{background:rgba(2,119,189,0.1);width:100%;padding-top:30px;padding-bottom:15px;text-align:center}.wf-club-fundraise-report-card .header img{max-width:220px}.wf-club-fundraise-report-card table{margin-top:30px;text-align:center;width:100%}.wf-club-fundraise-report-card .body{margin-top:60px}.wf-club-fundraise-report-card .body .flex-col{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.wf-club-fundraise-report-card .body .flex-col .col{width:100%;max-width:400px;padding:20px;margin-left:auto;margin-right:auto}.wf-club-fundraise-report-card .body .flex-col .fa-smile-o{color:#1ad1a3;font-size:5em}.wf-club-fundraise-report-card .body .flex-col .fa-frown-o{color:#e91d51;font-size:5em}.wf-club-fundraise-report-card .body .flex-col h3{font-size:1.75em;font-weight:bold}.wf-club-fundraise-report-card .body .items{font-size:.9em}.wf-club-fundraise-report-card .body .items .item-container{margin-top:15px;margin-bottom:15px}.wf-club-fundraise-report-card .body .items .item-container .item{padding:10px;background:rgba(191,221,238,0.2);border-radius:3px;color:rgba(74,74,74,0.75)}.wf-club-fundraise-report-card .body .items .item-container .green{color:#1ad1a3}.wf-club-fundraise-report-card .body .items .item-container .fa-arrow-up{position:absolute;margin-left:-18px;margin-top:-33px}
.wf-club-fundraise-vote-form{width:100%;margin-top:30px}.wf-club-fundraise-vote-form .toggled{background:#0277bd !important;color:white !important}
#company-sec-xml-filings-page{padding:30px 30px 80px 30px}#company-sec-xml-filings-page .errors,#company-sec-xml-filings-page .warning{font-size:12px;color:#e91d51}#company-sec-xml-filings-page .warning{font-weight:700}#company-sec-xml-filings-page .header{margin-bottom:30px}#company-sec-xml-filings-page .header h3{display:inline-block}#company-sec-xml-filings-page .header small{display:inline-block;margin-left:50px}
.wf-cap-table .errors{margin:20px 0}.wf-cap-table table{width:100%;font-size:1em}.wf-cap-table table th{font-weight:bold;vertical-align:bottom;text-align:left}.wf-cap-table table tr.no-top-padding{padding-top:0}.wf-cap-table table tbody tr{font-weight:bold;padding-top:20px}.wf-cap-table table tbody tr td{vertical-align:bottom}.wf-cap-table table tbody tr td.select-cell{padding-bottom:10px}.wf-cap-table table tbody tr td.label-cell{color:rgba(74,74,74,0.75);vertical-align:middle;text-align:left}.wf-cap-table table tbody tr td .cap-table-input{width:95%;margin:5px 0;border:none !important;border-bottom:2px solid rgba(2,119,189,0.1) !important;font-size:15px;font-weight:500;background:white;padding:0px;height:21px;vertical-align:bottom}@media screen and (max-width: 500px){.wf-cap-table table tbody tr td .cap-table-input{max-width:70px}}.wf-cap-table table tbody tr td.title{color:rgba(74,74,74,0.75);font-weight:700;text-align:left}.wf-cap-table table tbody tr td.title small{font-weight:500}.wf-cap-table table tbody tr td .fa.fa-trash,.wf-cap-table table tbody tr td .fa.fa-plus{font-size:12px;cursor:pointer;color:rgba(74,74,74,0.5)}.wf-cap-table table tbody tr td .fa.fa-trash:hover,.wf-cap-table table tbody tr td .fa.fa-plus:hover{color:rgba(74,74,74,0.75)}.wf-cap-table table tbody tr td .fa.fa-trash{padding-bottom:14px}.wf-cap-table table tbody tr td.cell-error .cap-table-input,.wf-cap-table table tbody tr td.cell-error select{border-color:#e91d51 !important}.wf-cap-table table tbody tr td.cell-error select{border-width:2px}.wf-cap-table table.options-table{margin-top:30px}
#fundraise-editor .wf-company-card-pane .wf-hint-wrapper .wf-hint{width:300px;margin-left:5px;font-size:.9em}@media screen and (max-width: 1220px){#fundraise-editor .wf-company-card-pane .wf-hint-wrapper .wf-hint{visibility:none;opacity:0}}#fundraise-editor .wf-company-card-pane .wf-hint-wrapper .wf-hint-content{margin-left:5px;width:180px}#fundraise-editor .wf-company-card-pane .wf-hint-wrapper .wf-hint-img{overflow:hidden;white-space:nowrap;width:25px}#fundraise-editor .wf-company-card-pane .preview-card{position:absolute;right:-357px;font-size:.9rem;top:75px;transform:scale(0.9)}@media screen and (max-width: 1439px){#fundraise-editor .wf-company-card-pane .preview-card{right:-335px}}@media screen and (max-width: 1279px){#fundraise-editor .wf-company-card-pane .preview-card{right:-322px}}@media screen and (max-width: 1000px){#fundraise-editor .wf-company-card-pane .preview-card{transform:scale(0.75);right:-281px}}@media screen and (max-width: 767px){#fundraise-editor .wf-company-card-pane .preview-card{position:relative;top:auto;right:auto;margin-top:20px;margin-left:-20px;margin-bottom:20px;transform:scale(1)}}@media screen and (max-width: 555px){#fundraise-editor .wf-company-card-pane .preview-card{transform:scale(0.9);margin-left:-25px;width:200px}}@media screen and (max-width: 500px){#fundraise-editor .wf-company-card-pane .preview-card{transform:scale(1);width:auto;margin-left:-20px}}#fundraise-editor .wf-company-card-pane .preview-card .card-title{margin-left:20px;max-width:280px;font-size:.75em;color:rgba(74,74,74,0.5);margin-bottom:-10px}#fundraise-editor .wf-company-card-pane .preview-user-card{position:absolute;right:-357px;font-size:.9rem;margin-top:-418px;transform:scale(0.86)}@media screen and (max-width: 1439px){#fundraise-editor .wf-company-card-pane .preview-user-card{right:-335px}}@media screen and (max-width: 1279px){#fundraise-editor .wf-company-card-pane .preview-user-card{right:-322px}}@media screen and (max-width: 1000px){#fundraise-editor .wf-company-card-pane .preview-user-card{transform:scale(0.75);right:-281px}}@media screen and (max-width: 767px){#fundraise-editor .wf-company-card-pane .preview-user-card{position:relative;top:auto;right:auto;margin-top:20px;margin-left:-20px;margin-bottom:20px;transform:scale(1)}}@media screen and (max-width: 555px){#fundraise-editor .wf-company-card-pane .preview-user-card{transform:scale(0.9);margin-left:-25px;width:200px}}@media screen and (max-width: 500px){#fundraise-editor .wf-company-card-pane .preview-user-card{transform:scale(1);width:auto;margin-left:-20px}}#fundraise-editor .wf-company-card-pane .label{margin-top:25px;margin-bottom:4px;color:rgba(74,74,74,0.75)}#fundraise-editor .wf-company-card-pane .key_milestones b,#fundraise-editor .wf-company-card-pane .key_milestones strong,#fundraise-editor .wf-company-card-pane .key_milestones .highlight{color:#000;font-weight:400}#fundraise-editor .wf-company-card-pane .milestones .wf-form-field.field-error .num{color:#e91d51}#fundraise-editor .wf-company-card-pane .milestones .wf-form-field.field-error .wf-redactor,#fundraise-editor .wf-company-card-pane .milestones .wf-form-field.field-error textarea,#fundraise-editor .wf-company-card-pane .milestones .wf-form-field.field-error input{border:none;border-bottom:1px dashed #e91d51}#fundraise-editor .wf-company-card-pane .milestones .fact .field{margin-top:0}#fundraise-editor .wf-company-card-pane .milestones .wf-textfield,#fundraise-editor .wf-company-card-pane .milestones .wf-textarea{font-size:13px}#fundraise-editor .wf-company-card-pane .milestones .wf-redactor,#fundraise-editor .wf-company-card-pane .milestones textarea,#fundraise-editor .wf-company-card-pane .milestones input[type=text]{border:0px;border-bottom:2px solid rgba(2,119,189,0.1);padding-left:20px;padding-right:7px;padding-bottom:7px;font-size:13px;min-height:0px !important}#fundraise-editor .wf-company-card-pane .milestones .num{position:absolute;margin-top:10px;margin-left:3px;font-size:14px;z-index:1;color:#80bbde}#fundraise-editor .wf-company-card-pane input,#fundraise-editor .wf-company-card-pane input[type="url"],#fundraise-editor .wf-company-card-pane input[type="text"],#fundraise-editor .wf-company-card-pane textarea,#fundraise-editor .wf-company-card-pane .wf-redactor,#fundraise-editor .wf-company-card-pane .wf-char-counter{width:100%;max-width:300px;position:relative;box-sizing:border-box}#fundraise-editor .wf-company-card-pane input.single_line{border:0px;border-bottom:2px solid rgba(2,119,189,0.1)}#fundraise-editor .wf-company-card-pane input.single_line:focus{border:0px;border-bottom:2px solid rgba(2,119,189,0.1)}#fundraise-editor .wf-company-card-pane input.single_line.single-line-error{border-color:#e91d51}#fundraise-editor .wf-company-card-pane .card .card__front .more-info{bottom:5px}#fundraise-editor .wf-company-card-pane .wf-char-counter-num{position:absolute;text-align:right;font-size:11px;right:3px;top:0;margin-top:5px}@media screen and (max-width: 350px){#fundraise-editor .wf-company-card-pane .wf-char-counter-num{width:300px}}#fundraise-editor .wf-company-card-pane .custom-card-photo-uploader{display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;transition:border-color 0.5s ease;color:rgba(74,74,74,0.5);font-size:13px;text-align:center}#fundraise-editor .wf-company-card-pane .custom-card-photo-uploader.uploader-blank{border:1px dashed #aaa;border-top:none;background:#f8f8f8}#fundraise-editor .wf-company-card-pane .custom-card-photo-uploader.uploader-loaded{border:1px solid #eee;border-bottom:none;border-top:none;background:#ffffff}#fundraise-editor .wf-company-card-pane .custom-card-photo-uploader:hover{background:#f3f3f3;color:#4a4a4a;border-color:#37474f}#fundraise-editor .wf-company-card-pane .custom-card-photo-uploader .fa{font-size:3em;-webkit-transition:color 500ms ease-in-out;-moz-transition:color 500ms ease-in-out;-o-transition:color 500ms ease-in-out;transition:color 500ms ease-in-out}#fundraise-editor .wf-company-card-pane .custom-card-photo-uploader .placeholder-text{font-size:.75em;text-transform:uppercase;-webkit-transition:color 500ms ease-in-out;-moz-transition:color 500ms ease-in-out;-o-transition:color 500ms ease-in-out;transform:color 500ms ease-in-out}#fundraise-editor .wf-company-card-pane .company-links .fa{position:absolute;margin-top:9px;margin-left:3px;z-index:1000}#fundraise-editor .wf-company-card-pane .company-links .single_line{font-size:12px;padding-bottom:8px;padding-top:8px;padding-left:25px;font-size:13px}#fundraise-editor .wf-company-card-pane .company-links input{font-size:13px}#fundraise-editor .wf-company-card-pane .company-links .fa-facebook{color:#415E9B}#fundraise-editor .wf-company-card-pane .company-links .fa-twitter{color:#2FC2EF}#fundraise-editor .wf-company-card-pane .company-links .fa-instagram{color:#3F729B}#fundraise-editor .wf-company-card-pane .company-links .fa-youtube{color:#CD201F}#fundraise-editor .wf-company-card-pane .company-links .fa-vimeo{color:#3F729B}#fundraise-editor .wf-company-card-pane .attachment .fa-download{font-size:16px}#fundraise-editor .wf-company-card-pane .attachment .name{padding:2px 4px;width:83%;border:0px;border-bottom:2px solid rgba(2,119,189,0.1);margin-top:7px;padding-bottom:5px;font-size:13px}#fundraise-editor .wf-company-card-pane .attachment .name:focus{border:0px;border-bottom:2px solid rgba(2,119,189,0.1)}
#fundraise-editor .cpa-intro-pane .accountant-info{margin-top:10px}#fundraise-editor .cpa-intro-pane .accountant-info .condensed-form .wf-form-field.field{margin-top:0px}
.final-review-pane p{display:block !important}
.financials-pane .large-textarea .wf-redactor{height:170px}
#fundraise-editor .general-info-pane{width:initial}#fundraise-editor .general-info-pane .warning-message{color:#e91d51;margin:20px 0}
.generate-ar .loading{margin-top:80px}
.investor-update-pane .prompt-label{color:rgba(74,74,74,0.75)}
.last-steps-pane .admin-note{font-weight:bold;margin:20px 0px}.last-steps-pane .narrative-editor{margin-top:30px;padding-top:20px;border-top:2px dashed #F2F2F2}
.people-pane h4{display:inline-block}.people-pane .people{margin-top:10px;margin-bottom:30px}
.people-form{font-size:0.75em;display:table;width:auto}@media screen and (max-width: 500px){.people-form{max-width:100%;width:100%}}.people-form .sidebar{width:150px;float:left;padding-right:15px;border-right:1px solid #f3f3f3}@media screen and (max-width: 500px){.people-form .sidebar{border-right:none;border-bottom:1px solid #f3f3f3}}.people-form .sidebar ul li{padding:5px;margin:3px}.people-form .sidebar ul ul{margin-left:10px}.people-form .sidebar ul ul li{display:block;font-weight:bold}.people-form .sidebar ul ul li:hover,.people-form .sidebar ul ul li.selected-person{background:#F8F8F8}.people-form .details{padding-left:15px;width:300px;float:left}.people-form .details li{margin:3px}.people-form .details .wf-file{margin-top:0}.people-form .details .wf-file .upload-file{padding:0;margin:3px 0px;text-align:left;background:none;border:none}.people-form .details .wf-file .upload-file .instructions{font-size:12px;font-weight:500;color:rgba(74,74,74,0.5)}.people-form .details .wf-file .uploaded-file{width:270px;margin:5px 0px}.people-form .details .positions{margin:5px 0px}.people-form .details .positions li{float:left;width:47%}.people-form .save-button{float:right}
.person-wrapper{position:relative;display:inline-block;vertical-align:top;width:176px;float:left;margin-right:10px;margin-bottom:20px}.person-wrapper.left-most{margin-left:0}.person-wrapper:hover .people-actions{visibility:visible}.person-wrapper .people-actions{visibility:hidden;font-size:10px;position:absolute;top:5px;right:5px}.person-wrapper .people-actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}.person-wrapper .people-actions .fa:hover{color:rgba(74,74,74,0.75)}.person-wrapper .person{width:100%;min-height:150px;border:2px solid rgba(74,74,74,0.1);border-radius:3px;padding:13px;font-size:12px;box-sizing:border-box}.person-wrapper .person:hover{border:2px solid rgba(191,221,238,0.75);background:#f9fcfd;cursor:pointer}.person-wrapper .person .person-name{font-weight:700;font-size:14px;margin-bottom:8px}.person-wrapper .person .person-positions-held{margin-bottom:8px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.person-wrapper .person .person-year-joined{margin-bottom:8px;font-style:italic}.person-wrapper .person .person-resume .linkedin{color:#1a85bc}.person-wrapper .person .errors{color:#e91d51;font-size:12px;font-style:italic}.person-wrapper.main-contact .person{border-bottom:none;border-bottom-right-radius:0px;border-bottom-left-radius:0px}.person-wrapper.main-contact .person-main-contact{width:100%;box-sizing:border-box;padding:10px 10px;font-size:12px;font-weight:700;background:#ffc800;color:white;text-transform:uppercase;text-align:center;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.wf-related-parties{width:100%;margin-top:30px}.wf-related-parties table{width:100%}.wf-related-parties table thead tr th{font-weight:bold;color:rgba(74,74,74,0.75)}.wf-related-parties table tbody tr td input[type="text"]{width:80% !important;border-top:none !important;border-left:none !important;border-right:none !important}.wf-related-parties table tbody tr td .wf-form-field.field input.third{width:80% !important}
.past-raises-pane .rounds{margin-top:40px}.past-raises-pane .rounds h5{font-size:1.1em}.past-raises-pane .rounds table{margin-top:0;cellspacing:0;cellpadding:0;font-size:0.9em;width:100%}.past-raises-pane .rounds table thead tr{height:40px}.past-raises-pane .rounds table thead th{font-weight:700;color:rgba(74,74,74,0.75)}.past-raises-pane .rounds table tbody td{padding-bottom:10px;vertical-align:top}.past-raises-pane .rounds table .fa{cursor:pointer;color:rgba(74,74,74,0.5)}.past-raises-pane .rounds table .fa:hover{color:rgba(74,74,74,0.75)}
.past-round-form{width:550px;font-size:0.75em}.past-round-form .save{margin-top:30px}
.related-party-form{width:550px;font-size:0.75em}.related-party-form .save{margin-top:30px}
.perks-pane .early-bird-section{margin-top:60px}.perks-pane .early-bird-section .perks-list{margin-top:30px}
.notarize-form{max-width:420px;padding:10px}
#fundraise-editor .poa .cik_info{margin-bottom:10px}#fundraise-editor .poa .cik_info .wf-form-field.field{margin-top:0px}
#fundraise-editor .profile-pane .status-check{margin-top:30px}
.progress{width:100%;height:18px;position:absolute;top:0px;right:0px;left:0px;background:repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(74,74,74,0.1) 5px, rgba(74,74,74,0.1) 7px)}.progress .current-progress{height:18px;background:#1de9b6;-webkit-transition:width 1s, height 4s;transition:width 1s, height 4s}.progress-text{text-transform:uppercase;color:rgba(74,74,74,0.5);position:absolute;top:20px;font-weight:bold;font-size:0.8em;left:10px}@media screen and (max-width: 500px){.progress-text{display:none}}
.terms-pane .contract-selection{margin:10px 0px}.terms-pane .custom-contract{margin-top:60px;max-width:500px;width:100%}.terms-pane .custom-contract-label{color:#4a4a4a !important}.terms-pane .edit-terms{margin-top:60px}.terms-pane .admin-box{margin-top:60px}
.wf-preview-terms .heading{font-size:10px;color:#4a4a4a;margin:10px 0px}.wf-preview-terms .key-terms{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;color:#DDB213;float:left;margin-top:-2px}.wf-preview-terms .terms-desc b,.wf-preview-terms .terms-desc strong{font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;color:rgba(74,74,74,0.8)}.wf-preview-terms .code-sample{white-space:pre-wrap}
.welcome-pane table{margin:0px auto;width:100%;max-width:600px}.welcome-pane table td{padding:5px}.welcome-pane table img{width:100%}.welcome-pane .exemption-option{padding:5px 0px}.welcome-pane .exemption-option label{padding-left:5px}
#fundraise-editor h4,#fundraise-editor h2{display:inline;font-weight:bold}#fundraise-editor p{display:inline}#fundraise-editor .wf-flat-secondary-grey{margin-top:30px;font-size:1em;color:rgba(74,74,74,0.5)}#fundraise-editor .wf-flat-secondary-grey:hover,#fundraise-editor .wf-flat-secondary-grey:active{color:rgba(74,74,74,0.75)}#fundraise-editor #wf-form-c-issuer-securities-form table{font-size:1em}#fundraise-editor .form-c-risk .basic-form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%}#fundraise-editor .form-c-risk .basic-form .field{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#fundraise-editor .form-c-risk .basic-form .field textarea{width:100%}#fundraise-editor .form-c-risk .basic-form .form-c-risk-actions{-webkit-box-flex:0 0 0px;-moz-box-flex:0 0 0px;-webkit-flex:0 0 0px;-ms-flex:0 0 0px;flex:0 0 0px;margin-left:5px;margin-top:30px}#fundraise-editor .form-c-risk .basic-form .form-c-risk-actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}#fundraise-editor .form-c-risk .basic-form .form-c-risk-actions .fa:hover{color:rgba(74,74,74,0.75)}#fundraise-editor .form-c-risk .redactor-editor{font-size:1em}#fundraise-editor .preview-contract{margin-top:30px}#fundraise-editor .maturity-months-field input[type=text]{width:75px}#fundraise-editor .debt-grace-period-days-field .wrap{width:100px}#fundraise-editor .debt-period-field .wrap{width:100px}#fundraise-editor .rev-share-payback-cap-multiple-field .wrap{width:100px}#fundraise-editor .rev-share-deferrals-field .wrap{width:100px}#fundraise-editor .rev-share-percentage-field input[type=text],#fundraise-editor .debt-rate-field input[type=text],#fundraise-editor .note-discount-field input[type=text]{width:50px}#fundraise-editor .pro-rata-field input,#fundraise-editor .debt-subordination-field input,#fundraise-editor .debt-secured-field input{width:auto}#fundraise-editor .max-days-fundraise-stays-open-field input[type=text]{width:75px}#fundraise-editor table.form-c-funding-history-list{font-size:1em}#fundraise-editor table.form-c-funding-history-list thead th{width:auto;padding-right:20px}#fundraise-editor table.form-c-funding-history-list tbody tr td{padding-right:20px}#fundraise-editor .condensed-form .field{margin-top:5px}#fundraise-editor .wf-disclosures-editor{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row;-ms-flex-direction:row;flex-direction:row;min-height:100vh}@media screen and (max-width: 500px){#fundraise-editor .wf-disclosures-editor{-webkit-flex-flow:column;-ms-flex-direction:column;flex-direction:column}}#fundraise-editor .wf-disclosures-editor .faded-sidebar{opacity:0.2}#fundraise-editor .wf-disclosures-editor .submit-for-review-section .wf-neutral{background:transparent;opacity:0.25;cursor:default}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar{padding:30px;-webkit-box-flex:0.23;-moz-box-flex:0.23;-webkit-flex:0.23;-ms-flex:0.23;flex:0.23;background:rgba(2,119,189,0.05);min-width:180px}@media screen and (max-width: 1000px){#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar{padding:15px;-webkit-box-flex:0 0 170px;-moz-box-flex:0 0 170px;-webkit-flex:0 0 170px;-ms-flex:0 0 170px;flex:0 0 170px}}@media screen and (max-width: 500px){#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:0px}}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .mobile-menu{padding:15px;padding-top:11px;display:none;position:relative;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;text-align:center}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .mobile-menu:hover{background:rgba(2,119,189,0.02)}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .mobile-menu .mobile-part{font-size:0.75em}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .mobile-menu .mobile-active{font-weight:bold}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .mobile-menu .fa-caret-down{position:absolute;top:11px;right:10px;font-size:1.3em}@media screen and (max-width: 500px){#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .mobile-menu{display:block}}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .submit-for-review{font-size:.5em;padding:10px}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .subtle-link{border-bottom:0px}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .subtle-link.dim{color:rgba(74,74,74,0.75)}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .subtle-link:hover{color:black;cursor:pointer;text-decoration:none !important}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .active_link{border-bottom:2px solid black;color:black;cursor:default;text-decoration:none !important}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .cat-with-deadline .deadline{margin-top:20px}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .deadline{font-size:.65rem}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .bubble{font-size:.75rem}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .selectable-pane{cursor:pointer}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .menu-item-error-circle{margin-top:4px}@media screen and (max-width: 500px){#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu{display:none;padding:15px}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .logo{display:none}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-sidebar .fundraise-editor-menu .submit-for-review{margin-bottom:20px}}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content{-webkit-box-flex:0.5;-moz-box-flex:0.5;-webkit-flex:0.5;-ms-flex:0.5;flex:0.5;background:white;padding:50px;font-size:0.75em;margin-bottom:100px;position:relative;padding-bottom:40px;padding-top:70px}@media screen and (max-width: 1000px){#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content{padding:10px;padding-top:70px;padding-bottom:40px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width: 500px){#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content{padding-top:50px}}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .extra-padding{padding-left:40px;padding-right:40px}@media screen and (max-width: 1200px){#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .extra-padding{padding-left:20px;padding-right:20px}}@media screen and (max-width: 500px){#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .extra-padding{padding-left:0px;padding-right:0px}}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .div{width:100%;height:2px;background:rgba(74,74,74,0.05);margin-top:35px;margin-bottom:30px}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .wf-disclosures-editor-pane{display:block}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .wf-disclosures-editor-continue{position:fixed;bottom:0;left:0;width:100%;background:white;z-index:999;border-top:1px solid #F1F1F1}@media screen and (min-width: 767px){#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .wf-disclosures-editor-continue table{width:100%;margin:0px auto}}@media screen and (max-width: 767px){#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .wf-disclosures-editor-continue table{width:100%}}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .wf-disclosures-editor-continue table td{padding:0px 20px}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .wf-disclosures-editor-continue table td.side-button{-webkit-box-flex:0.18;-moz-box-flex:0.18;-webkit-flex:0.18;-ms-flex:0.18;flex:0.18}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .wf-disclosures-editor-continue table td.center-console{-webkit-box-flex:0.5;-moz-box-flex:0.5;-webkit-flex:0.5;-ms-flex:0.5;flex:0.5;text-align:right}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .wf-disclosures-editor-continue table td .side-button-fixed{display:block;width:150px}#fundraise-editor .wf-disclosures-editor .wf-disclosures-editor-content .wf-disclosures-editor-continue table td.messages{min-width:190px}#fundraise-editor .wf-disclosures-editor .helper-background{padding:25px;-webkit-box-flex:0.27;-moz-box-flex:0.27;-webkit-flex:0.27;-ms-flex:0.27;flex:0.27;background:rgba(74,74,74,0.02);min-width:250px}@media screen and (max-width: 1000px){#fundraise-editor .wf-disclosures-editor .helper-background{padding:15px;-webkit-box-flex:0 0 200px;-moz-box-flex:0 0 200px;-webkit-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px;min-width:50px}}@media screen and (max-width: 767px){#fundraise-editor .wf-disclosures-editor .helper-background{display:none}}#fundraise-editor .error{color:#e91d51;font-weight:bold;text-transform:uppercase;font-size:0.8em}#fundraise-editor .success{color:#1ad1a3;font-weight:bold;text-transform:uppercase;font-size:0.8em}#fundraise-editor .warning{color:#ff5800;font-weight:bold;text-transform:uppercase;font-size:0.8em}#fundraise-editor .field-error input,#fundraise-editor .field-error textarea,#fundraise-editor .field-error .redactor-editor,#fundraise-editor .field-error .selectize-input{border:1px dashed #e91d51}#fundraise-editor .field-error .error{color:#e91d51;font-weight:bold;text-transform:uppercase;font-size:.8em;margin-top:4px}#fundraise-editor .founder_v5{margin-top:20px;margin-bottom:10px;margin-left:15px;margin-right:15px;background:#fff;text-align:left;width:300px;position:relative}#fundraise-editor .founder_v5:hover .editing{opacity:1}#fundraise-editor .founder_v5 .editing{display:none}#fundraise-editor .founder_v5 .networks{position:absolute;right:10px;margin-top:-45px}#fundraise-editor .founder_v5 .networks .social{border-radius:20px;padding:5px;border:2px solid rgba(255,255,255,0.6);height:13px;background:rgba(0,0,0,0.2);width:13px;text-align:center;line-height:14px;font-size:13px;margin-top:3px}#fundraise-editor .founder_v5 .networks .social:hover{border:2px solid transparent}#fundraise-editor .founder_v5 .networks .fa{color:rgba(255,255,255,0.8)}#fundraise-editor .founder_v5 .networks .fa-facebook:hover{color:white;background:#415E9B}#fundraise-editor .founder_v5 .networks .fa-twitter:hover{color:white;background:#2FC2EF}#fundraise-editor .founder_v5 .networks .fa-linkedin:hover{color:white;background:#0075B7}#fundraise-editor .founder_v5 .video-play{position:absolute;margin-left:110px;margin-top:-254px}#fundraise-editor .founder_v5 .video-play:hover{background:rgba(0,0,0,0.8)}#fundraise-editor .founder_v5 .playHover:hover .video-play{background:#000}#fundraise-editor .founder_v5 .big_team_pic,#fundraise-editor .founder_v5 .upload-founder-pic{margin-top:1px;width:100%;height:400px;z-index:5}#fundraise-editor .founder_v5 .upload-founder-pic{font-size:18px;margin-bottom:2px}#fundraise-editor .founder_v5 .bold_dark{font-size:1.375em}#fundraise-editor .founder_v5 .title{font-size:1.12em}#fundraise-editor .founder_v5 hr{margin-top:10px;margin-bottom:0px}#fundraise-editor .financial-narrative{max-width:600px;margin-top:30px}#fundraise-editor .financial-narrative h5{font-weight:bold;margin-top:30px}@media screen and (max-width: 1000px){#fundraise-editor .wf-disclosures-editor-pane .wf-hint{font-size:.9em}}@media screen and (max-width: 767px){#fundraise-editor .wf-disclosures-editor-pane .wf-hint{visibility:none;opacity:0}#fundraise-editor .wf-disclosures-editor-pane .wf-hint .wf-hint-content{margin-left:5px}}#fundraise-editor .wf-disclosures-editor-pane .wf-hint-mobile-tooltip{display:none;vertical-align:inherit;font-size:1em}@media screen and (max-width: 767px){#fundraise-editor .wf-disclosures-editor-pane .wf-hint-mobile-tooltip{display:inline-block}}
.wf-front-plugin{font-family:Helvetica;color:#4a4a4a;padding:10px;width:100%}.wf-front-plugin .avatar{border-radius:90px;width:90px;height:90px}.wf-front-plugin .name{margin-top:5px;margin-bottom:0px}.wf-front-plugin .hellbanned{background:red;color:white;padding:10px 0}.wf-front-plugin .labels{margin-top:7px}.wf-front-plugin .user_label{border-radius:3px;background-color:rgba(74,74,74,0.25);text-transform:uppercase;font-weight:bold;padding:5px 10px;font-size:.5em}.wf-front-plugin .bio{font-size:1.1em;line-height:1.2em;padding:0px 10px}.wf-front-plugin .link{color:#0277bd;text-decoration:none;cursor:pointer}.wf-front-plugin .link:hover{text-decoration:underline}.wf-front-plugin .links{margin-top:10px;line-height:1.7em;font-size:.9em}.wf-front-plugin .summary-stats{margin-top:10px}.wf-front-plugin .buttons{margin-top:10px}.wf-front-plugin .section{margin:20px 0px;padding:20px 0px;border-top:1px solid #f3f3f3;overflow:scroll}.wf-front-plugin .investments table{font-size:0.7em}.wf-front-plugin .investments table th{font-weight:bold}.wf-front-plugin .investments table td{padding:3px}
.wf-upload-identity-form{background:rgba(39,39,39,0.01);border-radius:8px;margin:90px;border:2px solid #f3f3f3;padding:120px 120px !important}.wf-upload-identity-form .title{text-align:center}.wf-upload-identity-form .example-box{margin:50px auto;border:3px dashed #f3f3f3;width:300px;padding:40px}.wf-upload-identity-form .upload-form{text-align:center;width:400px;margin:40px auto}
.wf-expected-payment-form{width:800px;margin:0px auto}.wf-expected-payment-form .title{font-size:30px;font-weight:bold}.wf-expected-payment-form .form{width:80%;margin:0px auto}.wf-expected-payment-form .form .third{width:245px !important}.wf-expected-payment-form table{width:100%;margin:-20px auto}.wf-expected-payment-form table tr{width:100%}.wf-expected-payment-form table tr td{padding:20px;width:50%}.wf-expected-payment-form table tr td.top-align{vertical-align:top;padding-top:75px}
.wf-expected-payments-table{width:100%;font-size:12px}.wf-expected-payments-table table th{font-weight:bold;padding:5px 5px}.wf-expected-payments-table table tbody tr:hover{background:#f9fcfd;cursor:pointer}.wf-expected-payments-table table tbody tr td{padding:5px 5px}
.wf-prepare-investment-return-payout-form .header{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:480px}.wf-prepare-investment-return-payout-form .header .name-block{padding-left:10px}.wf-prepare-investment-return-payout-form .header .name-block .company-name{font-size:1.5em;font-weight:700;color:#4a4a4a}.wf-prepare-investment-return-payout-form .header .name-block .company-tagline{font-size:0.75em;color:#5c5c5c}.wf-prepare-investment-return-payout-form .header .company-logo img{width:60px;height:60px;-moz-border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;border-radius:3px}.wf-prepare-investment-return-payout-form .legalese{color:rgba(74,74,74,0.75);font-style:italic}.wf-prepare-investment-return-payout-form .warn-different-user{margin:10px 0}.wf-prepare-investment-return-payout-form .warn-different-user .callout{display:inline-block;padding:4px 10px}.wf-prepare-investment-return-payout-form .amount-due{margin-top:20px}.wf-prepare-investment-return-payout-form .options{margin-top:20px}.wf-prepare-investment-return-payout-form .details{margin-top:20px}.wf-prepare-investment-return-payout-form .actions{margin-top:20px}.wf-prepare-investment-return-payout-form .disclaimer{margin-bottom:20px}.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info,.wf-prepare-investment-return-payout-form .select-wire-info .new-wire-info-button,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account,.wf-prepare-investment-return-payout-form .select-wire-info .new-bank-account-button,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info,.wf-prepare-investment-return-payout-form .select-bank-account .new-wire-info-button,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account,.wf-prepare-investment-return-payout-form .select-bank-account .new-bank-account-button{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:inline-block;margin:4px 0px;margin-right:4px;padding:4px 8px;border:1px solid #888;-moz-border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;border-radius:3px;min-width:180px;cursor:pointer}.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info table,.wf-prepare-investment-return-payout-form .select-wire-info .new-wire-info-button table,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account table,.wf-prepare-investment-return-payout-form .select-wire-info .new-bank-account-button table,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info table,.wf-prepare-investment-return-payout-form .select-bank-account .new-wire-info-button table,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account table,.wf-prepare-investment-return-payout-form .select-bank-account .new-bank-account-button table{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%}.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info table th,.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info table td,.wf-prepare-investment-return-payout-form .select-wire-info .new-wire-info-button table th,.wf-prepare-investment-return-payout-form .select-wire-info .new-wire-info-button table td,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account table th,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account table td,.wf-prepare-investment-return-payout-form .select-wire-info .new-bank-account-button table th,.wf-prepare-investment-return-payout-form .select-wire-info .new-bank-account-button table td,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info table th,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info table td,.wf-prepare-investment-return-payout-form .select-bank-account .new-wire-info-button table th,.wf-prepare-investment-return-payout-form .select-bank-account .new-wire-info-button table td,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account table th,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account table td,.wf-prepare-investment-return-payout-form .select-bank-account .new-bank-account-button table th,.wf-prepare-investment-return-payout-form .select-bank-account .new-bank-account-button table td{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding-right:8px}.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info table center,.wf-prepare-investment-return-payout-form .select-wire-info .new-wire-info-button table center,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account table center,.wf-prepare-investment-return-payout-form .select-wire-info .new-bank-account-button table center,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info table center,.wf-prepare-investment-return-payout-form .select-bank-account .new-wire-info-button table center,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account table center,.wf-prepare-investment-return-payout-form .select-bank-account .new-bank-account-button table center{margin-left:8px}.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info .line,.wf-prepare-investment-return-payout-form .select-wire-info .new-wire-info-button .line,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account .line,.wf-prepare-investment-return-payout-form .select-wire-info .new-bank-account-button .line,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info .line,.wf-prepare-investment-return-payout-form .select-bank-account .new-wire-info-button .line,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account .line,.wf-prepare-investment-return-payout-form .select-bank-account .new-bank-account-button .line{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-size:12px}.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info .line .left,.wf-prepare-investment-return-payout-form .select-wire-info .new-wire-info-button .line .left,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account .line .left,.wf-prepare-investment-return-payout-form .select-wire-info .new-bank-account-button .line .left,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info .line .left,.wf-prepare-investment-return-payout-form .select-bank-account .new-wire-info-button .line .left,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account .line .left,.wf-prepare-investment-return-payout-form .select-bank-account .new-bank-account-button .line .left{-webkit-box-flex:0 0 90px;-moz-box-flex:0 0 90px;-webkit-flex:0 0 90px;-ms-flex:0 0 90px;flex:0 0 90px}.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info .line .right,.wf-prepare-investment-return-payout-form .select-wire-info .new-wire-info-button .line .right,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account .line .right,.wf-prepare-investment-return-payout-form .select-wire-info .new-bank-account-button .line .right,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info .line .right,.wf-prepare-investment-return-payout-form .select-bank-account .new-wire-info-button .line .right,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account .line .right,.wf-prepare-investment-return-payout-form .select-bank-account .new-bank-account-button .line .right{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%}.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info .line .center,.wf-prepare-investment-return-payout-form .select-wire-info .new-wire-info-button .line .center,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account .line .center,.wf-prepare-investment-return-payout-form .select-wire-info .new-bank-account-button .line .center,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info .line .center,.wf-prepare-investment-return-payout-form .select-bank-account .new-wire-info-button .line .center,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account .line .center,.wf-prepare-investment-return-payout-form .select-bank-account .new-bank-account-button .line .center{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;text-align:center}.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info:hover,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account:hover,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info:hover,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account:hover{cursor:pointer;background-color:#f9fcfd}.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info.selected,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account.selected,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info.selected,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account.selected{border-color:#263f4e;background-color:#bfddee;color:#01598d}.wf-prepare-investment-return-payout-form .select-wire-info .saved-wire-info.selected:hover,.wf-prepare-investment-return-payout-form .select-wire-info .saved-bank-account.selected:hover,.wf-prepare-investment-return-payout-form .select-bank-account .saved-wire-info.selected:hover,.wf-prepare-investment-return-payout-form .select-bank-account .saved-bank-account.selected:hover{cursor:default;background-color:#bfddee}.wf-prepare-investment-return-payout-form .new-bank-account{padding:16px 0}.wf-prepare-investment-return-payout-form .new-wire-info{padding:16px 0}
.wf-prepare-refund-payout-form .header{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:480px}.wf-prepare-refund-payout-form .header .name-block{padding-left:10px}.wf-prepare-refund-payout-form .header .name-block .company-name{font-size:1.5em;font-weight:700;color:#4a4a4a}.wf-prepare-refund-payout-form .header .name-block .company-tagline{font-size:0.75em;color:#5c5c5c}.wf-prepare-refund-payout-form .header .company-logo img{width:60px;height:60px;-moz-border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;border-radius:3px}.wf-prepare-refund-payout-form .legalese{color:rgba(74,74,74,0.75);font-style:italic}.wf-prepare-refund-payout-form .warn-different-user{margin:10px 0}.wf-prepare-refund-payout-form .warn-different-user .callout{display:inline-block;padding:4px 10px}.wf-prepare-refund-payout-form .amount-due{margin-top:20px}.wf-prepare-refund-payout-form .options{margin-top:20px}.wf-prepare-refund-payout-form .details{margin-top:20px}.wf-prepare-refund-payout-form .actions{margin-top:20px}.wf-prepare-refund-payout-form .disclaimer{margin-bottom:20px}.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info,.wf-prepare-refund-payout-form .select-wire-info .new-wire-info-button,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account,.wf-prepare-refund-payout-form .select-wire-info .new-bank-account-button,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info,.wf-prepare-refund-payout-form .select-bank-account .new-wire-info-button,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account,.wf-prepare-refund-payout-form .select-bank-account .new-bank-account-button{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:inline-block;margin:4px 0px;margin-right:4px;padding:4px 8px;border:1px solid #888;-moz-border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;border-radius:3px;min-width:180px;cursor:pointer}.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info table,.wf-prepare-refund-payout-form .select-wire-info .new-wire-info-button table,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account table,.wf-prepare-refund-payout-form .select-wire-info .new-bank-account-button table,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info table,.wf-prepare-refund-payout-form .select-bank-account .new-wire-info-button table,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account table,.wf-prepare-refund-payout-form .select-bank-account .new-bank-account-button table{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%}.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info table th,.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info table td,.wf-prepare-refund-payout-form .select-wire-info .new-wire-info-button table th,.wf-prepare-refund-payout-form .select-wire-info .new-wire-info-button table td,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account table th,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account table td,.wf-prepare-refund-payout-form .select-wire-info .new-bank-account-button table th,.wf-prepare-refund-payout-form .select-wire-info .new-bank-account-button table td,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info table th,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info table td,.wf-prepare-refund-payout-form .select-bank-account .new-wire-info-button table th,.wf-prepare-refund-payout-form .select-bank-account .new-wire-info-button table td,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account table th,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account table td,.wf-prepare-refund-payout-form .select-bank-account .new-bank-account-button table th,.wf-prepare-refund-payout-form .select-bank-account .new-bank-account-button table td{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding-right:8px}.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info table center,.wf-prepare-refund-payout-form .select-wire-info .new-wire-info-button table center,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account table center,.wf-prepare-refund-payout-form .select-wire-info .new-bank-account-button table center,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info table center,.wf-prepare-refund-payout-form .select-bank-account .new-wire-info-button table center,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account table center,.wf-prepare-refund-payout-form .select-bank-account .new-bank-account-button table center{margin-left:8px}.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info .line,.wf-prepare-refund-payout-form .select-wire-info .new-wire-info-button .line,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account .line,.wf-prepare-refund-payout-form .select-wire-info .new-bank-account-button .line,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info .line,.wf-prepare-refund-payout-form .select-bank-account .new-wire-info-button .line,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account .line,.wf-prepare-refund-payout-form .select-bank-account .new-bank-account-button .line{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-size:12px}.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info .line .left,.wf-prepare-refund-payout-form .select-wire-info .new-wire-info-button .line .left,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account .line .left,.wf-prepare-refund-payout-form .select-wire-info .new-bank-account-button .line .left,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info .line .left,.wf-prepare-refund-payout-form .select-bank-account .new-wire-info-button .line .left,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account .line .left,.wf-prepare-refund-payout-form .select-bank-account .new-bank-account-button .line .left{-webkit-box-flex:0 0 90px;-moz-box-flex:0 0 90px;-webkit-flex:0 0 90px;-ms-flex:0 0 90px;flex:0 0 90px}.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info .line .right,.wf-prepare-refund-payout-form .select-wire-info .new-wire-info-button .line .right,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account .line .right,.wf-prepare-refund-payout-form .select-wire-info .new-bank-account-button .line .right,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info .line .right,.wf-prepare-refund-payout-form .select-bank-account .new-wire-info-button .line .right,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account .line .right,.wf-prepare-refund-payout-form .select-bank-account .new-bank-account-button .line .right{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%}.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info .line .center,.wf-prepare-refund-payout-form .select-wire-info .new-wire-info-button .line .center,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account .line .center,.wf-prepare-refund-payout-form .select-wire-info .new-bank-account-button .line .center,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info .line .center,.wf-prepare-refund-payout-form .select-bank-account .new-wire-info-button .line .center,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account .line .center,.wf-prepare-refund-payout-form .select-bank-account .new-bank-account-button .line .center{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;text-align:center}.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info:hover,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account:hover,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info:hover,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account:hover{cursor:pointer;background-color:#f9fcfd}.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info.selected,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account.selected,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info.selected,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account.selected{border-color:#263f4e;background-color:#bfddee;color:#01598d}.wf-prepare-refund-payout-form .select-wire-info .saved-wire-info.selected:hover,.wf-prepare-refund-payout-form .select-wire-info .saved-bank-account.selected:hover,.wf-prepare-refund-payout-form .select-bank-account .saved-wire-info.selected:hover,.wf-prepare-refund-payout-form .select-bank-account .saved-bank-account.selected:hover{cursor:default;background-color:#bfddee}.wf-prepare-refund-payout-form .new-bank-account{padding:16px 0}.wf-prepare-refund-payout-form .new-wire-info{padding:16px 0}
.wf-filing-tools-create-filing{background:white;font-size:12px}.wf-filing-tools-create-filing .left-split{float:left;width:300px;padding-right:30px;box-sizing:border-box}.wf-filing-tools-create-filing .left-split .take-snapshot{margin-top:10px}.wf-filing-tools-create-filing .left-split .take-snapshot textarea{width:100%}.wf-filing-tools-create-filing .left-split .snapshots-section .snapshots-list{margin-top:50px}.wf-filing-tools-create-filing .left-split .snapshots-section .snapshots-list li{cursor:pointer;padding:10px;margin-top:20px}.wf-filing-tools-create-filing .left-split .snapshots-section .snapshots-list li:hover{background:rgba(74,74,74,0.05)}.wf-filing-tools-create-filing .left-split .snapshots-section .snapshots-list li.selected,.wf-filing-tools-create-filing .left-split .snapshots-section .snapshots-list li.selected:hover{border:solid 2px rgba(74,74,74,0.4);border-radius:3px;background:rgba(74,74,74,0.1)}.wf-filing-tools-create-filing .left-split .snapshots-section .snapshots-list li .description{margin-top:10px}.wf-filing-tools-create-filing .right-split{float:left;width:670px;box-sizing:border-box;margin-left:30px;padding:20px;border-left:2px solid rgba(74,74,74,0.2)}.wf-filing-tools-create-filing .right-split ul.form-c-snapshot-states{margin-bottom:20px}.wf-filing-tools-create-filing .right-split ul.form-c-snapshot-states li{display:inline-block;margin-right:10px;color:rgba(74,74,74,0.5);width:185px}.wf-filing-tools-create-filing .right-split ul.form-c-snapshot-states li.active{color:rgba(74,74,74,0.75);font-weight:bold}.wf-filing-tools-create-filing .right-split .state-section .actions{margin-top:20px;text-align:center}.wf-filing-tools-create-filing .right-split .state-section .wf-filing-tools-create-filing-generate-step .list-sec-xml-filings .sec-xml-filing{margin-top:40px 0;position:relative}.wf-filing-tools-create-filing .right-split .state-section .wf-filing-tools-create-filing-generate-step .list-sec-xml-filings .sec-xml-filing .sec-xml-filing-actions{position:absolute;top:10px;right:10px}.wf-filing-tools-create-filing .right-split .state-section .wf-filing-tools-create-filing-generate-step .list-sec-xml-filings .sec-xml-filing .sec-xml-filing-actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}.wf-filing-tools-create-filing .right-split .state-section .wf-filing-tools-create-filing-generate-step .list-sec-xml-filings .sec-xml-filing .sec-xml-filing-actions .fa:hover{color:rgba(74,74,74,0.75)}.wf-filing-tools-create-filing .right-split .state-section .wf-filing-tools-create-filing-generate-step .list-sec-xml-filings .sec-xml-filing .note{font-style:italic}.wf-filing-tools-create-filing .right-split .state-section .wf-filing-tools-create-filing-generate-step .basic-form{width:100%}.wf-filing-tools-create-filing .right-split .state-section .wf-filing-tools-create-filing-generate-step .basic-form .filing-type-selectize{max-width:100px}.wf-filing-tools-create-filing .right-split .needs-attention{color:#e91d51;font-weight:bold}.wf-filing-tools-create-filing .right-split .section{margin-top:50px}.wf-filing-tools-create-filing .right-split .section .section-title{font-weight:bold}.wf-filing-tools-create-filing .right-split .section .section-title .section-description{font-weight:normal;font-style:italic}.wf-filing-tools-create-filing .right-split .section ul li{margin-top:20px}.wf-filing-tools-create-filing .right-split .section ul li .fa-trash{display:inline-block;margin-left:15px;cursor:pointer;color:rgba(74,74,74,0.5)}.wf-filing-tools-create-filing .right-split .section ul li .fa-trash:hover{color:rgba(74,74,74,0.75)}.wf-filing-tools-create-filing .right-split .section .remote-file-upload .wf-file{color:rgba(74,74,74,0.6);width:initial;border:none;margin-top:0}.wf-filing-tools-create-filing .right-split .section .remote-file-upload .wf-file .upload-file{text-align:left;padding:0;background:white;border:none}.wf-filing-tools-create-filing .right-split .section .remote-file-upload .wf-file .upload-file .instructions{font-size:12px;font-weight:normal}.wf-filing-tools-create-filing .right-split .section .wf-remote-file-and-conversions{margin-left:20px}.wf-filing-tools-create-filing .right-split .section .wf-remote-file-and-conversions .conversions-label{font-weight:bold;margin-top:5px}.wf-filing-tools-create-filing .right-split .section .wf-remote-file-and-conversions ul.conversions{margin-left:30px}.wf-filing-tools-create-filing .right-split .section .wf-remote-file-and-conversions ul.conversions li{margin-top:5px}.wf-filing-tools-create-filing .right-split .section .wf-remote-file-and-conversions .wf-file{width:initial;border:none;margin-top:0}.wf-filing-tools-create-filing .right-split .section .wf-remote-file-and-conversions .wf-file .upload-file{text-align:left;padding:0;background:white;border:none}.wf-filing-tools-create-filing .right-split .section .wf-remote-file-and-conversions .wf-file .upload-file .instructions{font-size:12px;font-weight:normal}.wf-filing-tools-create-filing .scrubbingButton:hover{cursor:pointer}.edit-sec-xml-filing-modal.basic-modal{max-width:500px}.edit-sec-xml-filing-modal.basic-modal .basic-form{width:500px}.edit-sec-xml-filing-modal.basic-modal .basic-form .selectize-input.disabled{background-color:white !important;border-color:rgba(2,119,189,0.1) !important;opacity:0.55}.edit-sec-xml-filing-modal.basic-modal .basic-form .actions{text-align:center}
.wf-filing-step{font-size:14px}.wf-filing-step .header h3 .fa{font-size:14px;color:rgba(74,74,74,0.5);cursor:pointer;vertical-align:top}.wf-filing-step .header h3 .fa:hover{color:#4a4a4a}.wf-filing-step ol{list-style:decimal;margin-left:35px}.wf-filing-step ol li{margin-top:5px}.wf-filing-step .table{width:100%}.wf-filing-step .table td,.wf-filing-step .table th{padding:2px}.wf-filing-step .table th{font-weight:bold}.wf-filing-step .table tbody tr:hover{background:rgba(74,74,74,0.03)}.wf-filing-step .signature{font-size:28px;font-family:"Brush Script MT",cursive}.wf-filing-step .underline{text-decoration:underline}.wf-filing-step .officer-name,.wf-filing-step .director-name{font-weight:bold}.wf-filing-step .wf-filing-tools-filing-step-actions{font-size:12px}.wf-filing-step .wf-filing-tools-filing-step-actions .issues{margin-bottom:20px;color:#e91d51}.wf-filing-step .wf-filing-tools-filing-step-actions .issues h3{margin-top:0px}.wf-filing-step .wf-filing-tools-filing-step-actions button.wf-primary[disabled=disabled]{border-color:rgba(74,74,74,0.2);background:rgba(74,74,74,0.2);cursor:default}.wf-filing-step .wf-submit-filing-step-filing-status-form{max-width:500px}.wf-filing-step .wf-submit-filing-step-filing-status-form textarea{width:100%}.wf-filing-step .wf-filing-tools-filing-step-report-issue{font-size:12px}.wf-filing-step .wf-filing-tools-filing-step-report-issue .fa-group{cursor:pointer;color:rgba(74,74,74,0.5)}.wf-filing-step .wf-filing-tools-filing-step-report-issue .fa-group:hover{color:#e91d51}.wf-filing-step .wf-filing-tools-filing-step-resolve-issue{font-size:12px}.wf-filing-step .wf-filing-tools-filing-step-resolve-issue .fa-group{cursor:pointer;color:rgba(74,74,74,0.5)}.wf-filing-step .wf-filing-tools-filing-step-resolve-issue .fa-group:hover{color:#1ad1a3}.wf-filing-step .wf-filing-tools-create-filing .left-split{width:30%}.wf-filing-step .wf-filing-tools-create-filing .right-split{width:65%}.filing-step-report-issue-modal,.filing-step-resolve-issue-modal{font-size:12px}.filing-step-report-issue-modal .actions,.filing-step-resolve-issue-modal .actions{margin-top:30px}.filing-step-report-issue-modal .actions .errors,.filing-step-resolve-issue-modal .actions .errors{margin-top:10px;color:#e91d51}.wf-filing-tools-c-filing-step-terms{font-size:12px}.wf-filing-tools-c-filing-step-terms .form-c-question{margin-bottom:30px}.wf-filing-tools-c-filing-step-terms .form-c-question .form-c-question-text{color:rgba(74,74,74,0.7);margin-bottom:15px}.wf-filing-tools-c-filing-step-terms .form-c-question .form-c-question-answer{margin-left:8px}.wf-filing-tools-c-filing-step-contracts{font-size:12px}
.wf-pane-group{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.wf-pane-group .wf-pane-group-sidebar{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;max-width:225px}.wf-pane-group .wf-pane-group-sidebar a{color:rgba(74,74,74,0.8);font-size:12px}.wf-pane-group .wf-pane-group-sidebar a.completed{text-decoration:line-through}.wf-pane-group .wf-pane-group-sidebar a.active{color:#4a4a4a;font-weight:bold;cursor:default}.wf-pane-group .wf-pane-group-sidebar a:hover{color:#4a4a4a;text-decoration:none}.wf-pane-group .wf-pane-group-sidebar a.locked{color:rgba(74,74,74,0.4) !important;text-decoration:none;cursor:default}.wf-pane-group .wf-pane-group-panes{-webkit-box-flex:6;-moz-box-flex:6;-webkit-flex:6;-ms-flex:6;flex:6;background:white;border-radius:8px;padding:30px 60px}
.wf-admin-box{padding:30px;background:#f3f3f3;margin:40px 0px;box-sizing:border-box;width:100%}
.wf-autorank-score{width:100%;background:rgba(74,74,74,0.05);font-size:.9em;color:rgba(74,74,74,0.75);padding:3px 0px;margin:20px 0px}.wf-autorank-score table{margin:10px !important;border:none !important}.wf-autorank-score table tbody{border-top:none !important}.wf-autorank-score table td{border-left:none !important;border-right:none !important;border-top:none !important;border-bottom:none !important;padding:5px 5px !important}
.wf-company-notes .sticky-note .sticky-label{color:rgba(74,74,74,0.5);text-transform:uppercase;font-size:.75em;position:absolute;z-index:3000;margin-top:20px;margin-left:10px;font-weight:bold}.wf-company-notes .sticky-note .wf-redactor{border:0px !important;font-size:.875em;background:rgba(255,200,0,0.1);padding-top:20px}.wf-company-notes .note_filter_bar{font-size:8px;padding-bottom:5px}.wf-company-notes .right{float:right;margin-right:5px}.wf-company-notes .left{float:left;margin-left:5px}.wf-company-notes .enable_note_type{float:left;text-transform:uppercase;margin-right:2px;padding-top:3px;padding-bottom:3px;padding-right:2px;padding-left:1px}.wf-company-notes .enable_note_type.user_note{background:#BDE18C}.wf-company-notes .enable_note_type.call{background:#BDE18C}.wf-company-notes .enable_note_type.profile{background:#E1E1E1}.wf-company-notes .enable_note_type.form_c{background:#E4DCFA}.wf-company-notes .enable_note_type.funding{background:#FEEBC6}.wf-company-notes .enable_note_type.closing{background:#F4D0D0}.wf-company-notes .enable_note_type.email{background:#F4D0D0}.wf-company-notes .enable_note_type.updates{background:#E1E1E1}.wf-company-notes .enable_note_type.ops_log{background:#eee}.wf-company-notes .expand{float:right}.wf-company-notes .note_preview{margin-top:15px;margin-bottom:15px;padding-left:10px}.wf-company-notes .note_preview pre{white-space:pre-wrap}.wf-company-notes .note_preview.user_note{border-left:2px solid #bde18c}.wf-company-notes .note_preview.call{border-left:2px solid #bde18c}.wf-company-notes .note_preview.email{border-left:2px solid #f4d0d0}.wf-company-notes .note_preview.profile{border-left:2px solid #D4D4D4}.wf-company-notes .note_preview.form_c{border-left:2px solid #D2C4F7}.wf-company-notes .note_preview.funding{border-left:2px solid #ECDCBD}.wf-company-notes .note_preview.closing{border-left:2px solid #E2AFAF}.wf-company-notes .note_preview.updates{border-left:2px solid #e1e1e1}.wf-company-notes .company-note-form{margin-bottom:20px}.wf-company-notes .company-note-form .field textarea{width:90%}.wf-company-notes .company-notes{margin-top:10px}.wf-company-notes .company-notes .company-notes-table{width:100%}.wf-company-notes .company-notes .company-notes-table tr td{padding:15px;max-width:700px;border:1px solid #e1e1e1}.wf-company-notes .company-notes .company-notes-table tr td pre{white-space:pre-wrap}.wf-company-notes .company-notes .company-notes-table tr td.note-type{width:75px;vertical-align:top;font-weight:700;font-size:10px;text-transform:uppercase;text-align:right;color:rgba(74,74,74,0.8);border-top:1px solid #e1e1e1;border-left:1px solid #e1e1e1}.wf-company-notes .company-notes .company-notes-table tr td.note-message{font-size:12px}.wf-company-notes .company-notes .company-notes-table tr td.note-created-at{width:100px;vertical-align:top;font-weight:700;font-size:10px;text-align:right;color:rgba(74,74,74,0.5)}.wf-company-notes .company-notes .company-notes-table tr.user_note{border-left:8px solid #bde18c}.wf-company-notes .company-notes .company-notes-table tr.call{border-left:8px solid #bde18c}.wf-company-notes .company-notes .company-notes-table tr.email{border-left:8px solid #f4d0d0}.wf-company-notes .company-notes .company-notes-table tr.profile{border-left:8px solid #D4D4D4}.wf-company-notes .company-notes .company-notes-table tr.form_c{border-left:8px solid #D2C4F7}.wf-company-notes .company-notes .company-notes-table tr.funding{border-left:8px solid #ECDCBD}.wf-company-notes .company-notes .company-notes-table tr.closing{border-left:8px solid #E2AFAF}.wf-company-notes .company-notes .company-notes-table tr.updates{border-left:8px solid #e1e1e1}.wf-company-notes .errors{color:#f4d0d0;font-size:12px}
.wf-debug-table thead th{font-weight:bold}.wf-debug-table th,.wf-debug-table td{padding:0 6px}.wf-debug-table th:first-child,.wf-debug-table td:first-child{padding-left:0}
.wf-inbound-email-box{width:100%;background:#4a4a4a;float:left;display:block}.wf-inbound-email-box table{width:100%}.wf-inbound-email-box table td{color:#CDCDCD !important;padding-left:2px;padding-right:2px}.wf-inbound-email-box table .selectize-input.full,.wf-inbound-email-box table .selectize-input{color:#CDCDCD !important;background:#4a4a4a !important}.wf-inbound-email-box table .selectize-control.single .selectize-input{border:1px solid #CDCDCD !important}.wf-inbound-email-box table .selectize-control.two-thirds{width:100% !important}.wf-inbound-email-box table .wf-flat-secondary{color:#CDCDCD !important}.wf-inbound-email-box table .field{margin-top:0px !important}.wf-inbound-email-box table .field label{color:#CDCDCD !important;font-size:.75em;opacity:.5}.wf-inbound-email-box table .field .wf-redactor{border:1px solid #CDCDCD !important;border-radius:3px !important;color:#CDCDCD !important}.wf-inbound-email-box table .field .redactor2-layer,.wf-inbound-email-box table .field .redactor2-box{background:#4a4a4a !important}
.wf-annotation-icon{color:#e91d51;cursor:pointer}.wf-annotation{font-size:12px;position:absolute;z-index:100;width:100%;left:0px;background:#fdf4f7;border-radius:4px}.wf-annotation.active{z-index:101;box-shadow:0px 1px 5px #CDCDCD}@media screen and (max-width: 1100px){.wf-annotation{width:220px}}@media screen and (max-width: 767px){.wf-annotation{width:auto;position:inherit;margin-top:10px;margin-bottom:10px}}.wf-annotation .dark-background{background:rgba(0,0,0,0.02)}.wf-annotation .annotation-line{color:rgba(2,119,189,0.13);letter-spacing:-2px;position:absolute;left:-70px;color:#fdf4f7}.wf-annotation .resolved{background:rgba(255,200,0,0.1) !important}.wf-annotation .resolved .line{color:rgba(255,200,0,0.1) !important}.wf-annotation .annotation-message-body{font-size:12px}.wf-annotation .collapsed-preview{cursor:pointer}.wf-annotation .collapsed-preview .annotation-message-body{padding:10px;height:14px;overflow:hidden;margin-top:0px !important;text-overflow:ellipsis;white-space:nowrap}.wf-annotation .annotation-header{padding:5px}.wf-annotation .annotation-header .fa-times{float:right;cursor:pointer}.wf-annotation .annotation-header .fa-times:hover{color:black}.wf-annotation .annotation-message{padding:10px 0px 15px;border-spacing:15px 0px;border-collapse:separate;width:100%}@media screen and (max-width: 1100px){.wf-annotation .annotation-message{padding:5px}}.wf-annotation .annotation-message.odd{background:rgba(0,0,0,0.02)}.wf-annotation .annotation-message.first-message{padding-top:0}.wf-annotation .annotation-message .annotation-message-avatar{vertical-align:middle;width:30px}.wf-annotation .annotation-message .annotation-message-avatar img{width:30px;border-radius:30px}.wf-annotation .annotation-message .annotation-message-author{vertical-align:middle;text-transform:uppercase;font-weight:bold}.wf-annotation .annotation-message .annotation-message-time-ago{width:100%;margin-left:4px;vertical-align:middle;color:rgba(74,74,74,0.5);font-weight:bold;font-size:0.8em}.wf-annotation .annotation-message .annotation-message-body{vertical-align:top}.wf-annotation .annotation-message .annotation-message-body textarea{padding:0px !important}.wf-annotation .annotation-message .annotation-message-body span{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.wf-annotation .annotation-message .annotation-message-actions{padding-top:8px;vertical-align:bottom;width:100%}.wf-annotation .new-annotation{padding:0px}.wf-annotation .new-annotation .wf-redactor,.wf-annotation .new-annotation textarea{min-height:20px !important;font-size:12px;border:none;padding:15px;padding-bottom:0px;width:100%;box-sizing:border-box}.wf-annotation .new-annotation .wf-redactor,.wf-annotation .new-annotation .wf-redactor:focus,.wf-annotation .new-annotation .wf-redactor:active,.wf-annotation .new-annotation .redactor-box,.wf-annotation .new-annotation .redactor-box:focus,.wf-annotation .new-annotation .redactor-box:active,.wf-annotation .new-annotation .redactor2-box,.wf-annotation .new-annotation .redactor2-box:focus,.wf-annotation .new-annotation .redactor2-box:active,.wf-annotation .new-annotation textarea,.wf-annotation .new-annotation textarea:focus,.wf-annotation .new-annotation textarea:active{background:transparent !important}.wf-annotation .new-annotation.with-bottom .wf-redactor,.wf-annotation .new-annotation.with-bottom textarea{padding-bottom:15px}.wf-annotation .annotation-actions{padding:5px;font-weight:100}.wf-annotation .annotation-actions button{min-width:40px;padding:9px;margin:0}
.wf-annotations-sidebar-container{position:absolute;top:0;display:block;z-index:2;height:100%}@media screen and (min-width: 767px){.wf-annotations-sidebar-container{width:275px}}@media screen and (max-width: 767px){.wf-annotations-sidebar-container{width:auto}}.wf-annotations-sidebar{height:100%;position:relative;z-index:2}@media screen and (min-width: 767px){.wf-annotations-sidebar{width:275px}}@media screen and (max-width: 767px){.wf-annotations-sidebar{width:auto}}.wf-annotations-sidebar .wf-annotations-sidebar-hint{position:absolute;z-index:100;width:100%;left:0px;background:#fbfbfb}.wf-annotations-sidebar .wf-annotations-sidebar-hint.active{z-index:101}.wf-annotations-sidebar .wf-annotations-sidebar-hint .wf-annotations-sidebar-hint-line{letter-spacing:-3px;position:absolute;left:-70px;color:rgba(233,29,81,0.1);font-size:0.75em}.wf-annotations-sidebar .wf-annotations-sidebar-hint .wf-annotations-sidebar-hint-content{font-size:12px;color:rgba(74,74,74,0.75)}
.wf-direct-link{cursor:pointer;color:rgba(74,74,74,0.3)}.wf-direct-link:hover{color:#272727}.wf-direct-link:active{color:#1ad1a3}
#admin-checklist-template-show-page{font-size:12px}#admin-checklist-template-show-page h3{display:inline-block;margin-right:10px;margin-bottom:0}#admin-checklist-template-show-page a.wf-standalone-muted{margin-left:10px}
.wf-checklist .flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.wf-checklist .col-1{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wf-checklist .col-2{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.wf-checklist .col-3{-webkit-box-flex:3;-moz-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3}.wf-checklist .col-4{-webkit-box-flex:4;-moz-box-flex:4;-webkit-flex:4;-ms-flex:4;flex:4}.wf-checklist .col-5{-webkit-box-flex:5;-moz-box-flex:5;-webkit-flex:5;-ms-flex:5;flex:5}.wf-checklist .col-6{-webkit-box-flex:6;-moz-box-flex:6;-webkit-flex:6;-ms-flex:6;flex:6}.wf-checklist .col-7{-webkit-box-flex:7;-moz-box-flex:7;-webkit-flex:7;-ms-flex:7;flex:7}.wf-checklist .errors{color:#e91d51}.wf-checklist .checklist{font-size:12px;color:rgba(74,74,74,0.75)}.wf-checklist .checklist .sub-checklist{margin-bottom:10px}.wf-checklist .checklist .sub-checklist .sub-checklist-name{text-transform:uppercase;font-weight:700}.wf-checklist .checklist .sub-checklist .checklist-item{padding:3px 0}.wf-checklist .checklist .sub-checklist .checklist-item .checklist-item-status-color.yellow{color:#ffc800}.wf-checklist .checklist .sub-checklist .checklist-item .checklist-item-status-color.green{color:green}.wf-checklist .checklist .sub-checklist .checklist-item .checklist-item-status-color.red{color:#e91d51}.wf-checklist .checklist .sub-checklist .checklist-item .checklist-item-status-color.grey{color:rgba(74,74,74,0.3)}.wf-checklist .checklist .sub-checklist .checklist-item .checklist-item-question .with-tooltip{cursor:pointer;border-bottom:1px dotted rgba(74,74,74,0.3)}.wf-checklist .checklist .sub-checklist .checklist-item .checklist-item-status{font-style:italic;font-family:"Archer SSm A","Archer SSm B",serif}.wf-checklist .checklist .sub-checklist .checklist-item .checklist-item-status .fa,.wf-checklist .checklist .sub-checklist .checklist-item .checklist-item-actions .fa{font-size:12px;cursor:pointer;color:rgba(74,74,74,0.5)}.wf-checklist .checklist .sub-checklist .checklist-item .new-checklist-item{padding:3px 0px;border-top:none;border-left:none;border-right:none}
.wf-comment .user-title{color:rgba(74,74,74,0.5);font-size:.875em}.wf-comment .date{float:right;color:rgba(74,74,74,0.3);font-size:12px;margin-right:8px}@media screen and (max-width: 490px){.wf-comment .date{display:none}}.wf-comment .content{font-family:"Archer SSm A","Archer SSm B",serif;padding-left:0px !important}.wf-comment .content .view-mode{display:block}.wf-comment .content .edit-mode{display:none}.wf-comment .content.editing .view-mode{display:none}.wf-comment .content.editing .edit-mode{display:block}.wf-comment .actions a{color:rgba(75,75,75,0.3);cursor:pointer;font-size:.75em;color:rgba(75,75,75,0.3);text-transform:uppercase;font-weight:bold}.wf-comment .actions a:hover{color:rgba(75,75,75,0.75)}.wf-comment .user-flagged{opacity:0.2}.wf-comment .user-flagged .user-flagged{opacity:1}.wf-comment .delete{display:inline}.wf-comment .undelete{display:none}.wf-comment.deleted{opacity:0.2}.wf-comment.deleted .deleted{opacity:1}.wf-comment.deleted .delete{display:none}.wf-comment.deleted .undelete{display:inline}.wf-comment.deleted .ignore-unignore{display:none}
.wf-email-preview .message{max-height:60vh;overflow:scroll;border:5px solid #bfddee;border-radius:4px}.wf-email-preview .confirmation{height:60px;text-align:center;margin-top:30px}
.wf-entity-form .wf-form-field.field .wf-boolfield input{width:initial}.wf-entity-form .wf-form-field.field .wf-dropdown .two-thirds{width:100%}.wf-entity-form .wf-form-field.field .half{width:50%}.wf-entity-form .wf-form-field.field .third,.wf-entity-form .wf-form-field.field .third .wf-dropdown{width:33%}.wf-entity-form .wf-form-field.field.field-error .error{font-size:10px}.wf-entity-form .actions{text-align:center}
.wf-address .group-address-inputs{max-width:350px;padding-right:20px}.wf-address .group-address-inputs .inputs-row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.wf-address .group-address-inputs .inputs-row .address-div{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wf-address .group-address-inputs .inputs-row .address-div input{width:100%}.wf-address .group-address-inputs .last-address-row .city-div{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wf-address .group-address-inputs .last-address-row .city-div input{width:100%}.wf-address .group-address-inputs .last-address-row .state-div{-webkit-box-flex:0 0 60px;-moz-box-flex:0 0 60px;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px;padding-left:30px}.wf-address .group-address-inputs .last-address-row .state-div input,.wf-address .group-address-inputs .last-address-row .state-div .selectize-input,.wf-address .group-address-inputs .last-address-row .state-div .state{width:53px}.wf-address .group-address-inputs .last-address-row .state-div .selectize-input:after{right:6px}.wf-address .group-address-inputs .last-address-row .zip-div{-webkit-box-flex:0 0 50px;-moz-box-flex:0 0 50px;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px}.wf-address .group-address-inputs .last-address-row .zip-div input{width:100%}.wf-address .group-address-inputs .inputs-row{margin-top:10px}.wf-address .group-address-inputs .inputs-row.top-row{margin-top:0}.wf-address .group-address-inputs .inputs-row .city,.wf-address .group-address-inputs .inputs-row .state,.wf-address .group-address-inputs .inputs-row .zip-code{margin-right:7px}.wf-address .group-address-inputs .inputs-row .zipcode{margin-right:0}.wf-address .group-address-inputs .inputs-row .state.selectize-control{display:inline-block;vertical-align:middle;-webkit-box-flex:0 0 60px;-moz-box-flex:0 0 60px;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px}.wf-address .group-address-inputs .inputs-row .state.selectize-control .selectize-input{padding-top:9px;padding-bottom:8px;margin-bottom:2px}
.wf-char-counter.exceeded-limit .wf-char-counter-num{color:rgba(233,29,81,0.5)}.wf-char-counter.exceeded-limit .wf-char-counter-source,.wf-char-counter.exceeded-limit .redactor-editor{border-color:rgba(233,29,81,0.5)}
.wf-checkbox .invalid{color:#e91d51 !important;font-weight:bold}
.wf-company-card-preview.loading{opacity:0.5}
.wf-description{width:100%;margin-top:15px}.wf-description .amount{width:28%;min-width:100px;margin-right:10px;box-sizing:border-box;float:left;margin-top:12px}.wf-description .amount .field{margin-top:0px !important}@media screen and (max-width: 1002px){.wf-description .amount{margin-top:0px}}@media screen and (max-width: 768px){.wf-description .amount{width:100%;margin-bottom:8px}}.wf-description .amount input{border-left:none;border-top:none;border-right:none;width:100%;box-sizing:border-box;display:inline-block;font-size:1.2em;font-weight:700;text-align:center}.wf-description .amount input[type="text"]:focus{border-left:none;border-right:none;border-top:none}.wf-description .description{width:60%;float:left;box-sizing:border-box}.wf-description .description.long{width:80%}.wf-description .description .field{margin-top:0px !important}.wf-description .description.full-description{width:90%}.wf-description .description textarea{width:100%;min-height:60px}@media screen and (max-width: 1002px){.wf-description .description{margin-top:0px}}@media screen and (max-width: 768px){.wf-description .description{width:100%;margin-bottom:10px}}.wf-description .actions{width:6%;padding-left:4px;min-width:12px;margin-left:5px;float:left;cursor:pointer}@media screen and (max-width: 1002px){.wf-description .actions{margin-top:3px;text-align:right}}@media screen and (max-width: 768px){.wf-description .actions{width:100%;margin-right:10px}}.wf-description .actions .fa{cursor:pointer;color:rgba(74,74,74,0.5)}.wf-description .actions .fa:hover{color:rgba(74,74,74,0.75)}
.wf-file{margin:5px 0px;max-width:500px}.wf-file .upload-file,.wf-file .uploaded-file{border:solid 2px #c7dced;border-radius:3px}.wf-file .upload-file{text-align:center;padding:10px 25px;background:#f7fafd;cursor:pointer;display:block}.wf-file .upload-file .instructions{font-size:14px;font-weight:700}.wf-file .uploaded-file{position:relative;box-sizing:border-box;padding:10px}.wf-file .uploaded-file a.file-button{display:flex;align-items:center;color:rgba(74,74,74,0.5)}.wf-file .uploaded-file a.file-button:hover{color:rgba(74,74,74,0.75)}.wf-file .uploaded-file a.file-button .fa-file-text-o{font-size:30px}.wf-file .uploaded-file a.file-button .file-name{font-size:14px;display:inline-block;max-width:275px;margin:0 0 0 10px;white-space:-moz-pre-wrap !important;white-space:-webkit-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;white-space:normal}.wf-file .uploaded-file .file-actions{visibility:hidden;position:absolute;top:5px;right:5px;font-size:12px;color:rgba(74,74,74,0.5)}.wf-file .uploaded-file .file-actions .fa{cursor:pointer}.wf-file .uploaded-file .file-actions .fa:hover{color:rgba(74,74,74,0.75)}.wf-file .uploaded-file:hover .file-actions{visibility:visible}.wf-file .errors{font-size:12px;color:#e91d51}
.wf-financialfield.double-input{margin:0px auto}.wf-financialfield.double-input table{width:95%}.wf-financialfield.double-input table td{width:50%}.wf-financialfield.double-input table td input{width:100% !important}
.wf-form-field .admin-comment{color:#e91d51;cursor:pointer}.wf-form-field .admin-comment:hover{opacity:0.7}.wf-form-field .fa-question{font-size:1.2em;vertical-align:none !important}.wf-form-field.field{margin-top:30px}.wf-form-field.field.no-padding{margin-top:5px}.wf-form-field.field .label{margin-bottom:3px}.wf-form-field.field label{color:rgba(74,74,74,0.75);font-size:12px}.wf-form-field.field input{padding:10px}.wf-form-field.field input::placeholder{color:rgba(0,0,0,0.3);opacity:1}.wf-form-field.field input::-webkit-input-placeholder{color:rgba(0,0,0,0.3);opacity:1}.wf-form-field.field input:-ms-input-placeholder{color:rgba(0,0,0,0.3);opacity:1}.wf-form-field.field input::-ms-input-placeholder{color:rgba(0,0,0,0.3);opacity:1}.wf-form-field.field .selectize-input{padding:7px}.wf-form-field.field input.third,.wf-form-field.field .selectize-control.third{width:33%}.wf-form-field.field input.two-thirds,.wf-form-field.field .selectize-control.two-thirds{width:66%}.wf-form-field.field.field-error input,.wf-form-field.field.field-error textarea,.wf-form-field.field.field-error .wf-redactor,.wf-form-field.field.field-error .selectize-input{border:1px dashed #e91d51}.wf-form-field.field.field-error .error{color:#e91d51;font-weight:bold;text-transform:uppercase;font-size:12px;margin-top:4px}.wf-form-field .flexradio{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:15px;margin-bottom:15px}.wf-form-field .flexradio input{-webkit-box-flex:0 0 25px;-moz-box-flex:0 0 25px;-webkit-flex:0 0 25px;-ms-flex:0 0 25px;flex:0 0 25px;margin-top:4px}.wf-form-field .flexradio .desc{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wf-form-field .flexradio label{font-weight:bold}.wf-form-field .errors{color:#e91d51}
.wf-founder-card-preview.loading{opacity:0.5}
.wf-hint-wrapper{position:relative;z-index:1}.wf-hint-wrapper .wf-hint{position:absolute;width:300px;font-size:12px;clear:both;float:none}.wf-hint-wrapper .wf-hint.wf-hint-visible{visibility:visible;opacity:1;-webkit-transition:opacity 500ms ease-in-out;-moz-transition:opacity 500ms ease-in-out;-o-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out}.wf-hint-wrapper .wf-hint.wf-hint-hidden{visibility:hidden;opacity:0;-webkit-transition:opacity 500ms ease-in-out,visibility 0s ease-in-out 500ms;-moz-transition:opacity 500ms ease-in-out,visibility 0s ease-in-out 500ms;-o-transition:opacity 500ms ease-in-out,visibility 0s ease-in-out 500ms;transition:opacity 500ms ease-in-out,visibility 0s ease-in-out 500ms}.wf-hint-wrapper .wf-hint .wf-hint-img{float:left;color:rgba(2,119,189,0.13);letter-spacing:-2px}.wf-hint-wrapper .wf-hint .wf-hint-content{float:left;width:215px;color:rgba(74,74,74,0.75);margin-left:25px}
.wf-new-bank-account .switch-mode{font-size:10px}.wf-new-bank-account .wf-form-field{margin-top:10px}.wf-new-bank-account .wf-form-field:first-child{margin-top:0}.wf-new-bank-account .row{margin-top:10px}.wf-new-bank-account .row:first-child{margin-top:0}.wf-new-bank-account .split{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.wf-new-bank-account .split .left{-webkit-box-flex:0 0 185px;-moz-box-flex:0 0 185px;-webkit-flex:0 0 185px;-ms-flex:0 0 185px;flex:0 0 185px;margin-right:10px}.wf-new-bank-account .split .left .two-thirds{width:100%}.wf-new-bank-account .split .left.for-label{text-align:right;padding:10px 0}.wf-new-bank-account .split .right textarea{width:245px}
.wf-new-wire-info .switch-mode{font-size:10px}.wf-new-wire-info .wf-form-field{margin-top:10px}.wf-new-wire-info .wf-form-field:first-child{margin-top:0}.wf-new-wire-info .row{margin-top:10px}.wf-new-wire-info .row:first-child{margin-top:0}.wf-new-wire-info .split{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.wf-new-wire-info .split .left{-webkit-box-flex:0 0 185px;-moz-box-flex:0 0 185px;-webkit-flex:0 0 185px;-ms-flex:0 0 185px;flex:0 0 185px;margin-right:10px}.wf-new-wire-info .split .left .two-thirds{width:100%}.wf-new-wire-info .split .left.for-label{text-align:right;padding:10px 0}.wf-new-wire-info .split .right textarea{width:245px}.wf-new-wire-info .split .right.no-input{padding:10px 0}
.wf-redactor{-webkit-appearance:none;border:2px solid rgba(2,119,189,0.1);padding:10px;resize:none;border-radius:3px;line-height:1.5em;font-family:"Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;font-size:inherit}.wf-redactor:focus{background:rgba(39,39,39,0.01) !important;border:2px solid rgba(2,119,189,0.15)}.wf-redactor p:first-child{margin-top:0px}
.wf-save-header{padding:20px;border:1px solid;margin-bottom:20px}.wf-save-header.errored{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.wf-save-header.success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.wf-save-header.warning{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}
.wf-slider{margin:30px 0px 70px}.wf-slider .value-label{position:absolute;background:#4a4a4a;border-radius:10px;color:#fff;margin-top:49px;padding:6px;padding-top:11px;padding-bottom:12px;line-height:1em;width:56px;margin-left:-12px;text-align:center}.wf-slider .fa-caret-up{color:#4a4a4a;font-size:30px;margin-top:30px;margin-left:12px;position:absolute}
.wf-splitfield .input{border:2px solid rgba(2,119,189,0.1);border-radius:3px;display:inline-block}.wf-splitfield .input input[type=text],.wf-splitfield .input input[type=email],.wf-splitfield .input input[type=number],.wf-splitfield .input input[type=password]{width:78px;border:none}.wf-splitfield .input .transclude-wrapper{width:95px;display:inline-block}.wf-splitfield .input .transclude-wrapper ng-transclude,.wf-splitfield .input .transclude-wrapper wf:numberfield,.wf-splitfield .input .transclude-wrapper .wf-moneyfield,.wf-splitfield .input .transclude-wrapper wf:moneyfield,.wf-splitfield .input .transclude-wrapper .wf-numberfield{display:inline-block}.wf-splitfield .input .input-ending{display:inline-block;padding:10px;border-left:2px solid rgba(2,119,189,0.1);color:rgba(74,74,74,0.5)}.wf-splitfield.field-error .input,.wf-splitfield .field-error .input{border-color:#e91d51;border-style:dashed}.wf-splitfield.field-error .input-ending,.wf-splitfield .field-error .input-ending{border-left:2px dashed #e91d51}
.wf-textarea p{display:block !important}.wf-textarea .redactor-editor{font-size:1em}
.wf-investment-list{font-size:12px}.wf-investment-list table tr th{font-weight:bold}.wf-investment-list table tr td{padding:2px;border:1px solid #f3f3f3}
.wf-action-box{display:flex;flex-wrap:wrap;width:200px;border:1px solid #ccc;min-height:150px;padding:20px;margin-right:15px;margin-bottom:15px}.wf-action-box .action-description{width:100%;align-self:flex-start}
.wf-action-modal table tr th{font-weight:bold;padding:10px}.wf-action-modal table tr td{padding:10px}.wf-action-modal .action-title{width:100%;text-align:center;font-size:18px;font-weight:bold;padding:10px}.wf-action-modal .action-error,.wf-action-modal .action-success{padding:20px;border:1px solid;margin-bottom:20px}.wf-action-modal .action-error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.wf-action-modal .action-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}
.wf-action-panel{width:100%}.wf-action-panel .action-search{margin-bottom:10px}.wf-action-panel .actions-container{box-sizing:border-box;justify-content:left;display:flex;flex-wrap:wrap}
.wf-filter table td{padding:3px 8px}.wf-filter .toggled{background:#0277bd !important;color:white !important}
.wf-flash{width:100%;padding:10px 20px;margin:10px 0px;border-radius:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.wf-flash.success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.wf-flash.error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.wf-flash.warning{background-color:#f2dede;color:#a94442;border-color:#ebccd1}
.wf-notes-panel{width:100%}.wf-notes-panel .search-notes{margin:20px 0px}.wf-notes-panel hr{background-color:#f3f3f3;height:1px;border:0;margin:20px 0}.wf-notes-panel .note-form{display:flex}.wf-notes-panel .note-form textarea{width:500px;font-size:inherit;margin-right:10px}.wf-notes-panel .file-list{display:flex;font-size:11px;padding:5px}.wf-notes-panel .file-list-item{margin-left:5px}.wf-notes-panel .note-type-text{text-transform:uppercase}.wf-notes-panel table{width:100%}.wf-notes-panel table tr td{font-size:12px;padding:10px;border:1px solid #f3f3f3}
.wf-tab{padding:15px 15px;border:1px solid #ccc;border-top:none}
.wf-tab-bar{width:100%}.wf-tab-bar ul{list-style-type:none;margin:0 !important;padding:0;overflow:hidden;border:1px solid #ccc;background-color:#f1f1f1}.wf-tab-bar ul li{float:left;margin:0 !important;text-indent:0}.wf-tab-bar ul li.active{background-color:#ccc}.wf-tab-bar ul li:after,.wf-tab-bar ul li:before{content:none !important}.wf-tab-bar ul li a{display:inline-block;color:black;text-align:center;padding:14px 16px;text-decoration:none;transition:0.3s;font-size:17px}.wf-tab-bar ul li a:hover{background-color:#ddd}.wf-tab-bar ul li a:focus{background-color:#ccc}
.wf-loading{margin:30px 0px;text-align:center}
.wf-bank-account-form .wf-form-field.field .wf-boolfield input{width:initial}.wf-bank-account-form .wf-form-field.field.field-error .error{font-size:10px}.wf-bank-account-form .actions{text-align:center}
.wf-payment-card{display:inline-block;width:190px;height:80px;margin:9px;cursor:pointer;border:1px solid #ddd;border-radius:3px;padding:10px;text-align:left;overflow:hidden;position:relative}.wf-payment-card .icon{width:65px;height:35px;background:#ddd;border:0px}@media screen and (max-width: 800px){.wf-payment-card .icon{width:44px;height:22px}}.wf-payment-card .big_icon{width:100px;height:50px;background:#ddd;margin-left:auto;margin-right:auto;border:0px;text-align:center}@media screen and (max-width: 800px){.wf-payment-card .big_icon{width:86px;height:43px}}.wf-payment-card .label{float:right;line-height:36px;font-size:20px}@media screen and (max-width: 800px){.wf-payment-card .label{font-size:15px;line-height:22px}}.wf-payment-card .big_label{text-align:center;font-size:20px;line-height:32px}@media screen and (max-width: 800px){.wf-payment-card .big_label{font-size:15px;line-height:19px}}.wf-payment-card .sublabel{margin-top:14px}.wf-payment-card .remove-icon{position:absolute;top:5px;right:5px;font-size:12px;color:rgba(74,74,74,0.5);cursor:pointer;visibility:hidden}.wf-payment-card .remove-icon:hover{color:#e91d51}.wf-payment-card:hover .remove-icon{visibility:visible}.wf-payment-card.background-color-changes:hover{background:#eee;border:1px solid #ccc}.wf-payment-card.background-color-changes:active,.wf-payment-card.background-color-changes.active{background:rgba(71,160,117,0.25);border:1px solid #1ad1a3}@media screen and (max-width: 800px){.wf-payment-card{width:130px;height:67px;margin:5px;padding:5px}}@media screen and (max-width: 350px){.wf-payment-card{margin:0px}}
.wf-prepare-refund-payout-detail .saved-account{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:inline-block;margin:4px 0px;margin-right:4px;padding:4px 8px;border:1px solid #888;-moz-border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;border-radius:3px;min-width:180px}
.wf-saved-payout-account table{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%}.wf-saved-payout-account table th,.wf-saved-payout-account table td{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding-right:8px}.wf-saved-payout-account table center{margin-left:8px}
