/* BASIC STYLINGS
blue: 	#007aff (0,122,255);
red: 	#ff3b30 (255,59,48);
manhattan: #1c247f (28,36,127);
pink: #ff5e4d;
orange: ff911c;
yellow: ffe02d;
yellow in gradient: ffed4f;
orange in gradient: ffd347;
dark-yellow: a59500;
white-yellow: ffefcc;
light-green: 00ed4f;
green : 1ecc4d;
dark-green: 00cd47;
nearly-white: f2f2f2;
============================================================================= */
html, body                            { margin:0; padding:0; /*padding-top:20px;*/ height:100%; }
pre                             { margin-bottom:20px; }
h1								{ font-family: 'Open Sans', sans-serif; font-weight: 300; /*font-size: 100px;*/ margin-bottom:10px; text-align:center; }
.title						{margin-top:10vh;}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.title						{margin-top:40px;}
h1.titler { margin-top:80px; }
}

.flask {
	width: 55px;
	margin-top: 40px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.flask {
	width: 50px;
}
}

h4.freelancer {
	margin-top: 20px;
	cursor: pointer;
}

.strikethrough {
	text-decoration: line-through;
	opacity: 0.3;
}

h1#overspending {
	margin: 0 auto;
	line-height: 160%;
	max-width: 400px;
}

@media screen and (device-aspect-ratio: 40/71) { /* 5s */
	h1#overspending {
		font-size: 30px;
	}
}

img.thumb {
	position: relative;
	/*top: -2px;*/
	width: 30px;
}

img.lock {
	width: 35px;
}
h1.land-section { font-size: 40px; margin-bottom: 25px; }
h2.land-section {margin-bottom: 20px;}
h2								{ font-family: 'Open Sans', sans-serif; font-weight: 300; margin-top:0px; margin-bottom:20px; text-align:center;}
h2.home-section					{ margin-top: 80px; margin-bottom: 0;}
/* 5s Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
h2.home-section {
	margin-top: 60px;
}
}
h2.ellipsis						{ margin-top: 0px; margin-bottom: 0px;}
h3 {
	line-height: 145%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align:center;
	margin-top:0px;
	margin-bottom: 15px;
}
h3.small {
	margin-top: 10px;
	font-size: 20px;
}
/*h3.title {
	margin-top:120px;
}*/
h3.QandA {
	text-align:left;
	line-height: 170%;
	margin-bottom: 40px;
}
p.QandA {
	padding: 0px;
	font-size: 18px;
	line-height: 180%;
}
p.bank-more {
	text-align: left;
	font-size: 18px;
	line-height: 180%;
}
h4								{ font-family: 'Open Sans', sans-serif; font-weight: 300; text-align:center; margin-top:0px; margin-bottom: 0px; }
h4.small {
	font-size: 16px;
}
h4.bank-more {
	text-align: left;
	line-height: 170%;
	font-size: 22px;
	/*margin-bottom:20px;*/
}
h4.costs {
	text-align: right;
}
p 								{ font-family: 'Open Sans', sans-serif; font-weight: 300; color:black;}
p.appeal {
	font-size: 20px;
	color: gray;
	max-width: 400px;
	display: block;
	margin: 0 auto;
	line-height: 170%;
}
p.bio {
	font-size: 16px;
	color: gray;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	line-height: 150%;
}
p.small 						{ font-size: 12px; }
p.code-subtitle					{ margin-top: 10px; }
input 							{ font-family: 'Open Sans', sans-serif; border:0; -webkit-appearance:none;}
input.page-centered {
	width: 250px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
input.page-centered {
	width:100%;
}}

input[type=text].mobile-input-large {
	height: 45px;
	width: 250px;
	font-size: 20px;
	text-align: center;
	border-radius: 10px;
}
.black {
	color: black;
}

#popup {
	/*display: none;*/
	overflow-y: hidden;
	position:fixed;
	top:50%;
	left:50%;
	background-color:white;
	z-index:1002;
	overflow:auto;
	width:400px;
	height:280px;
	margin-left:-200px;
	margin-top:-200px;
	border: 1px solid;
	border-color: #f2f2f2;
	border-radius: 10px;
}

p.popupblurb {
	width: 275px;
	text-align: center;
	margin: 0 auto;
	display:block;
}
p#popupclose {
	position: absolute;
	top: 9px;
	right: -2px;
	width:50px;
	cursor: pointer;
}

.largetext {
	font-size: 18;
}

.smalltext {
	font-size: 10px;
}
.openitalic {
	font-style: italic;
}
.openbold {
	font-weight: 400;
}

.QandA-box {
	position:relative;
	margin:0 auto;
	/*min-height:300px;*/
	max-width: 500px;
	overflow:hidden;
	padding:30px;
	padding-top:20px;
}

.bank-more-box {
	position:relative;
	margin:0 auto;
	/*min-height:300px;*/
	max-width: 500px;
	overflow:hidden;
	padding:40px;
	padding-top:20px;
}
.external-link {
	display: none;
	position: relative;
	top: -8px;
	width: 16px;
	opacity: 0.5;
}
.external-link-freelancer {
	position: relative;
	top: -4px;
	width: 12px;
	opacity: 0.5;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.external-link {
	display: inline;
}
}

.emoji-text {
	font-size: 50px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.emoji-text {
	font-size: 50px;
}
}

.handy {
	font-size: 18px;
	color: darkslateblue;
	cursor: pointer;
}

.font-weight-bold {
	font-weight: 400;
}

.linked {
	color: darkslateblue;
	cursor: pointer;
}

.section-delimiter {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 120px;
	height: 1.0px;
	opacity: 0.5;
	background-color:black;
}
.narrow {
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: 0.3;
}
.short {
	width: 30px;
}

.sub-delimiter {
	margin-bottom: 10px;
	background-color: #a3a3a3;
}

.land-section-delimiter {
	margin: 0 auto;
	margin-top: 15vh;
	margin-bottom: 15vh;
	width: 120px;
	height: 1.0px;
	opacity: 0.5;
	background-color:black;
}

.land-section-delimiter-short {
	margin: 0 auto;
	margin-top: 10vh;
	margin-bottom: 10vh;
	width: 120px;
	height: 1.0px;
	opacity: 0.5;
	background-color:black;
}

.QandA-section-delimiter {
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 100px;
	width: 120px;
	height: 1.0px;
	opacity: 0.5;
	background-color:black;	
}

.bank-more-section-delimiter {
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 50px;
	width: 120px;
	height: 1.0px;
	opacity: 0.5;
	background-color:black;		
}

.bank-choose {
	width: 60px;
}

.cost-breakdown-section {
	max-width: 280;
}
.cost-bubble {
	width: 120px;
	margin: 10px;
}

.last {
	margin-bottom: 50px;
}

.first {
	margin-top: 50px;
}

h2#literally					{ margin-top:30px; opacity:0.0; }
#cache 							{ opacity:0.0; }

.bank-code {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	width: 150px;
}

img.wh-margin {
	margin-top:25wh;
}

img.height-15 {
	height: 15px;
}

img.bank-img {
	text-align: center;
}

.navbar-right {
   min-height: 50px;
}

.signup-flow { font-size:150px; }

#signup-button {
	opacity: 0;
	position:absolute; width:150px; left:50%; margin-left:-75px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
#signup-button {
	opacity: 1;
	
	margin-top: 0px;
	top: 50px;

}
}

/* form styling */
.col-sm-8 {margin-top:50px; background-color:white; opacity:1.0; border:0.0px solid; border-color:#e0e0e0; border-radius:8px}
.signup-name {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
/* 5s Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.signup-name {
	display:block;
	width:100%;
	margin-left: 0;
	margin-right: 0;
}}

#signup-container, #signin-container	{ /*background:#2f2f2f;*/ margin-bottom:20px; border-radius:5px; }
#signup-container, #signin-container .page-header   	{ /*background:#151515;*/ margin:0; padding-top:0px; 
    border-top-left-radius:5px; border-top-right-radius:5px; }
#signup-form, #signin-form         { position:relative; margin:0 auto; min-height:300px; max-width: 500px;  padding:30px; padding-top:20px; }

/* numbered buttons */
#status-buttons                 { }
#status-buttons a               { /*color:#FFF;*/ display:inline-block; font-size:15px; margin-right:30px; margin-left:30px; text-align:center; text-transform:uppercase; /*pointer-events:none;*/ cursor:default; }
#status-buttons a:hover         { text-decoration:none; }
#status-buttons span            { background:#080808; display:block; height:30px; margin:0 auto 10px; padding-top:5px; width:30px; 
    border-radius:50%; }

/* active buttons */
#status-buttons a.active   		{ color:black; /*color:#00BC8C;*/ }

.navbar-default 				{ background:white; border:1.0px solid; border-top:none; border-color:#e0e0e0; border-top-left-radius:0px; border-top-right-radius:0px}

a.navbar-brand 					{/*font-size:30px;*/}
a 								{ text-decoration:none; color: #1c247f;}
a:hover 						{ text-decoration:none; color: #000000;}
.centered						{ text-align:center; }
a.sms {
	color:inherit;
	pointer-events: none;
}
/*a.sms:active { 
    color: white;
}
a.sms:visited { 
    color: white;
}*/
/*a.sms:hover { 
    color: none;
}*/
/* 5s Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
a.sms {
	pointer-events: auto;
}}

.main {
	margin: 0 auto;
	max-width: 768px;
}

#maincontainer {
	
}

/*.cache-small {
	font-size: 18px;
	color: #000000;
}*/

.btn-danger {
	background-color: Transparent;
	/*border-color: #ff3b30;
	color: #ff3b30;*/
	border-color: #1c247f;
	color: #1c247f;
}
.btn-danger:disabled {
	background-color: Transparent;
	/*border-color: #ff3b30;
	color: #ff3b30;*/
	border-color: #1c247f;
	color: #1c247f;
	cursor:default;
}
.btn-danger:disabled:hover {
	background-color: Transparent;
}
.btn-danger:hover {
	/*background-color: #ff3b30;
	border-color: #ff3b30;*/
	border-color: #1c247f;
	color: white;
	background-color: #1c247f;
}
.btn-warning { background-color:#007aff; border:1px solid; border-color:#007aff; }
.btn-warning:hover { border:1px solid; border-color:#007aff; opacity:0.75; background-color:#007aff; }
.btn-default {outline: none; border: none; background:none;}
.btn-default:hover {background:none;}

.btn-lg.round {
	border-radius: 24px;
}

.btn-xlg {
	height: 70px;
	width: 250px;
	border-radius: 75px;
	font-size: 17px;
	line-height: 47px;
	/*display: table-cell;
	vertical-align: middle;*/
}

.btn-xs.round {
	border-radius: 14px;
}
.btn-sm.round {
	border-radius: 28px;
}

.round-sm {
	border-radius: 24px;
}

.btn-sms {
	background-color: #00ed4f;
	border-color: #00ed4f;
	color: white;
	/*border-radius: 24px;*/
}
.btn-sms-wire {
	background: none;
	border-color: #1ecc4d;
	color: #757575;
	/*border-radius: 24px;*/
}

.btn-sms:hover {
	color: white;
	-webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}

.btn-clear {
	background: none;
	border: none;
}

.borderless-colorless {
	background-color: Transparent;
	border: none;
	/*color: #ff3b30;*/
	color: #1c247f;
}

#logout {
	position: relative;
	padding-top: 9px;
	margin-right: -9px;
}

button {
	font-family: 'Open Sans', sans-serif;
}

button:hover {
	backgorund-color: Transparent;
}

#page {
    min-height: 100%;
    position: relative;
}
#content {
	padding-bottom:100px;
}
#footer {
	padding-top:20px;
	text-align: center;
	position: absolute;
	bottom:0;
	width:100%;
	height:60px;
	border-top:1.0px solid;
	border-color:#e0e0e0; 
	background-color: white;
}

@media only screen and (max-device-width: 480px) {
#footer {height:30px;padding-top:5px;}
}


#cacheflow {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	/*background-color: yellow*/
}

#subscribe{ max-width:300px; margin:0 auto; text-align: center;}

.response-message { clear: both; text-align:center; font-size:12px; /*color:#ff3b30;*/ color: #1c247f; }

.row li {
  /*width: 33.3%;*/
  float: left;
}

img {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

#small-img {
	width:500px;
	margin: 0 auto;
	text-align: center;
}

.img-responsive {
	width: 50px;
}

.emoji-large {
	width:75px;
}

.emoji {
	width: 50px;
}
.emoji-small {
	width: 35px;
}
.emoji-smallest {
	height: 40px;
}
.emoji-status {
	text-align: center;
	width: 60px;
}

/* 5s Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
.emoji {
	width: 40px;
}
.emoji-status {
	width: 60px;
}
}

ul {
	list-style-type: none;
}

.banks {
	width: 500px;
	text-align: center;
	margin: 0 auto;
}

.bank {
	/*width: 250px;*/
	text-align:center;
}

.containra{
    /*border: 1px solid #ccc;*/
    text-align: center;
}

.category{
    display: inline-block;
    /*width: 100px;*/
    /*height: 100px;*/
    /*background: #ccc;*/
    /*margin: 5px;*/
}

.upper-left {
	margin-left: 20px;
	margin-top: 15px;
	position: relative;
	display: inline-block;
	top: 0px;
	left: 0px;
}

.upper-right {
	margin-right: 20px;
	margin-top: 15px;
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
}
/* 5s Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.upper-left {
	display: none;
}
.upper-right {
	margin-right: 10px;
}
.upper-right-button {
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	border: none;
	padding: 0;
}
}

#cache-name {
	display: inline;
	margin-top: 7.2px;
	left: 20px;
	font-size: 14.5px;
}

/* 5s Portrait */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {*/
#cache-name-sm {
	display: none;	
}
/*}*/

#cache-logo {
	width:15px;
}

.card {
	position: relative;
	width: 300px;
	height: 180px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.7);;
	/*border-color: white;*/
	background-color: #1c247f;
	display: block;
	margin: 0 auto;
}

#card-logo {
	width: 35px;
	position: absolute;
	left: 5px;
	top: 5px;
	opacity: 0.8;
}

#card-chat {
	position: absolute;
	top: 46px;
	left: 15px;
	width: 250px;
	display: inline;
	text-align: left;
}

#card-text {
	text-align: left;
	font-size: 16px;
	font-family: 'Courier';
	font-weight: 300;
	color: white;
	overflow: hidden;
	display:inline;
	word-wrap: break-word;
}

#card-cursor {
	position: relative;
	left: 0px;
	display: inline;
	text-align: left;
	letter-spacing: -7px;
	font-family: "Courier";
	text-align: left;
	font-size: 16;
	color:white;
}

#card-number {
	position: absolute;
	top: 140px;
	left: 15px;
	font-size: 18px;
	font-family: 'Courier';
	color: white;
	opacity: 0.5;
}

#card-validthru {
	position: absolute;
	top: 147px;
	right: 74px;
	width:20px;
	text-align: right;
	line-height:100%;
	font-size: 7px;
	font-family: 'Helvetica';
	color: white;
}

/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
#card-validthru {
	top: 145px;
}
}

#card-expire {
	position: absolute;
	top: 140px;
	right: 15px;
	font-size: 18px;
	font-family: 'Courier';
	color: white;
	opacity: 0.5;
}

#card-serif {
	position: absolute;
	top: 157px;
	left: -28px;
	width: 50px;
	z-index: -1;
	opacity: 0.5;
}

#logo {
	height: 50px;
}

/* 5s Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
#logo {
	height: 50px;
}
}

.opensans {
	font-family: 'Open Sans', sans-serif;
	/*font-weight: 300;*/
}

.bank-subtitle {
	font-size: 8px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.stat {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
}

.stat_num {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	color: red;
}

.stat_name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: black;
	text-align: center;
}

.user-row {
	display: block;
	margin-left: 20px;
}

span.user-row-item {
	/*float: left;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 10px;
	margin: 15px 20px;
}

.user-id-column {
	font-size: 12px;
	width: 100px;
}

.user-num-column {
	font-size: 12px;
}

.bold {
	font-weight: 400;
}

.red {
	color: red;
}

thead {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
}

tbody {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	border: none;
}

table.recent-transactions {
	border-collapse: collapse;
	table-layout: fixed;
	width: 320px;
}

thead {
	/*border: 0px;*/
}

tr {
	/*border: 0px;*/
}

td.recent-transactions-amount {
	font-size: 18px;
	color: red;
	font-weight: 300;
	padding-right: 10px;
	text-align:right;
	overflow:hidden;
	width:150px;
}
td.recent-transactions-name {
	padding-left:10px;
	font-size: 18px;
	text-align:left;
	overflow:hidden;
	width:150px;
}

/* 5s Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
table.recent-transactions {
	width: 280px;
}
td.recent-transactions-amount {
	width:130px;
}
td.recent-transactions-name {
	width:130px;
}
}

img.iphone {
	width:375px;
}

img.chatLarge {
	width: 275px;
}

img.social-media {
	width: 25px;
	margin-left: 7px;
	margin-right: 7px;
}

/* centered columns styles */
.container {
	width:100%;
	padding: 0;
}
.row {
	width: 100%;
	margin: 0;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    /*margin-right:-4px;*/
}

.col-fixed {
    /* custom width */
    width:200px;
}
.col-min {
    /* custom min width */
    min-width:200px;
}
.col-max {
    /* custom max width */
    max-width:200px;
}

table.accounts {
	border-collapse: collapse;
	table-layout: fixed;
	width: 200px;
}

td.account-suffix {
	position: relative;
	top: 1px;
	font-family: 'Cutive Mono', 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 300;
	padding-right: 10px;
	text-align:left;
	overflow:hidden;
	width:60px;
}

td.account-balance {
	padding-left:10px;
	font-size: 18px;
	text-align:right;
	overflow:hidden;
	width:120px;	
	color: #1c247f;
}

.smstext {
	color: #1ecc4d;
}

.manhattan {
	color: #1c247f;
}

.lightgray {
	color: #8c8c8c;
}

.gray {
	color: #757575;
}

.white {
	color: white;
}

.account-ignored {
	opacity: 0.25;
}

.remove-button-gray {
	color: #c2c2c2;
}

.ignore-button-ignore {
	color: #c2c2c2;
}

.ignore-button-ignored {
	color: #ff3b30;
}

.user-verified-null {
	color: black;
}

.user-verified-true {
	color: blue;
}

.user-verified-false {
	color: red;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
.col-fixed {
    /* custom width */
    width:175px;
}
.col-min {
    /* custom min width */
    min-width:175px;
}
.col-max {
    /* custom max width */
    max-width:175px;
}

.account-row {
	padding: 0;
	margin: 0;
}

table.accounts {
	border-collapse: collapse;
	table-layout: fixed;
	width: 175px;
}

td.account-suffix {
	position: relative;
	top: 1px;
	width:48px;
}

td.account-balance {
	width:107px;	
}
}

/* Angular Typewrite */
/* All the keyframes 'vendor prefix' versions: */
@-webkit-keyframes blink-it {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink-it {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes blink-it {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink-it {
 	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Blinking class */
.blink {
	-webkit-animation: blink-it steps(1) 1s infinite;
	-moz-animation: blink-it steps(1) 1s infinite;
	-ms-animation: blink-it steps(1) 1s infinite;
	-o-animation: blink-it steps(1) 1s infinite;
	animation: blink-it steps(1) 1s infinite;
}

input.borderless-lg {
	background: transparent;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 1px solid lightgray;
    font-weight: 200;
    padding-left: 0;
    font-family: "Open Sans";
    font-size: 22px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #1c247f;
    max-width: 250px;
}
input.borderless-lg:focus {
	outline: none;
}

.form-group {
	margin-left: 0;
	position: relative;
	left: 0px;
}

img.founderpic {
	width: 100px;
}

/* Blinking cursor from https://codepen.io/ArtemGordinsky/pen/GnLBq */

.blinking-cursor {
  /*font-weight: 100;*/
  /*font-size: 30px;*/
  /*color: #2E3D48;*/
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

