html {
    -webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  	margin: 0;
  	padding: 0;

}

body {
	/* font-family: "Scope One",Helvetica,Arial,sans-serif; */
  font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 1.4;
	color: #1d253e;
}

strong {
  font-weight: 600;
}


.wrapper {
	margin: 0 auto;
	/* width: 1100px; */
  width: 90%;
	position: relative;
}

.wrapper-sml {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.header {
	background: #fff;
	height: 145px;
  overflow: hidden;
}

#logo h1 {
	background-image: url('../img/letter-to-my-future-self-2.png');
	background-size: cover;
	width: 238px;
	height: 81px;
	text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}
#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#accountTopNav {
  float: right;
}

#nav {
	float: right;
	clear: both;
}

#nav li, #accountTopNav li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: inline-block;
}

#nav li a {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	letter-spacing: 2.75px;
	line-height: 21px;
	padding-bottom: 14.5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 14.5px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color: #1d253e;
}

#nav li.active a, #nav li.hover a {
	color: #fd8451;
}

#accountTopNav li {
  padding: 0 5px;
}

.feature {
	background-image: url('../img/bg.jpg');
	background-size: cover;
	width: 100%;
	height: 750px;
}

.feature h2 {
  	color: #fff;
}

.feature2 {
	background-image: url('../img/bg2.jpg');
	background-size: cover;
	width: 100%;
	height: 750px;
}

.feature2 .feature-text {
  background-color: rgba(255,255,255,0.9);
  color: #333;
  padding: 40px;
}

.feature2 .feature-text h2 {
  color: #333;
}

.feature-text {
	width: 50%;
	float: left;
	padding: 0 10px;
	color: #fff;
	margin-top: 50px;
}

.feature-text h2 {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 11px;
	margin-bottom: 20px;
	color: #fff;
  font-family: "Scope One", sans-serif;
}

.feature-text h3 {
	font-size: 24pt;
  font-family: "Scope One";
}

.feature-text p, .feature-text li {
	font-size: 21px;
}

.btn {
	line-height: 1.33333;
	border-radius: 6px;
	background: #2595FF;
	border: none;
	border-color: #0B89FF;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding: 12px 50px;
	font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
	color: #fff;
	font-weight: 200;
	/* font-family: "Scope One",Helvetica,Arial,sans-serif; */
  font-family: "Open Sans", sans-serif;
}

.btn-red {
  background: #a31613;
  color: #fff;
}

.btn-green {
  background-color: #60c05f;
  color: #fff;
}

.btn:hover {
	background: #1d253e;
	cursor: pointer;
	font-weight: bold;
}

.content {
	background: #efefef;

	padding-bottom: 100px;
	overflow: hidden;
	padding-top: 50px;
}

.adminContent {
  background: #efefef;
  color: #333;
}

.upgradeContainer {
  width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 60px;
  color: #333;

}

.paymentBtn {
  text-align: center;
  padding: 30px;
}

.adminContent h1, .adminContent h2, .adminContent h3, .adminContent p {
  color: #333;
}

.adminContent h2, .upgradeContainer h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14pt;
  font-family: sans-serif;
  font-weight: 300;

}

.upgradeContainer form {
  margin-top: 30px;
}



.left-col {
	padding-right: 50px;
	box-sizing: border-box;
  padding: 30px;
  background: #fff;

}

.right-col {
	width: 380px;
	min-height: 600px;
	float: right;
	margin-left: 50px;
  margin-top: 30px;
}

.b {
	width: 300px;
	height: 600px;
}

.footer {
	min-height: 160px;
	background: #1d253e;
	color: #fff;
	overflow: hidden;
	padding-bottom: 80px;
  padding-top: 30px;
  clear: both;
}

.footerAbout {
  padding: 30px 50px;
}

.bottomFooter {
  margin-top: 100px;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #ccc;
  font-size: 10pt;
}

.bigheader {
	font-size: 48pt;
	margin-bottom: 10px;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 11px;
	margin-bottom: 20px;

  font-family: "Scope One", sans-serif;
}

h3 {
  font-size: 14pt;
  font-weight: 200;
  font-family: "Open Sans";
}

h4 {
	font-size: 16pt;
	font-weight: 200;
}

p,li {
	font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.finePrint p {
  font-size: 10pt;
}

table {
	/* letter-spacing: 0.5px; */
	margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%;
}

td {
	font-size: 14pt;
	padding: 10px 4px;
	font-weight: normal;
  border-bottom: 1px solid #eee;
}

.th {
	font-weight: 900;
	padding-right: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fd8451;
	text-align: right;
}

.thDate {
  min-width: 100px;
}

.sendOn {
  text-align: right;
  color: #999;
  width: 110px;
}

.emailRow:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,0.02);
}

.active td {
  font-weight: 600;
  background-color: rgba(0,0,0,0.02);

}

a {
	text-decoration: none;
	color: #2595FF;
}

.footer p {
	line-height: 1.5l
	font-size: 13pt;
}


/* FORMS */
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}




label {
  font-size: 9pt;
  color: #c5c3c3;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  display: block;
  padding-bottom: 4px;
}

input, textarea {
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: none;
  color: #000;
  padding: 12px 15px;
  font-size: 10pt;
  width: 90%;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  border: 1px solid #efefef;
}

input:-moz-read-only, input:read-only, input[readonly], input[type="text"]:read-only  {
  color: #ccc;
  background: #efefef;
}

.field-group {
	margin-bottom: 30px;
}

.field-group label {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12pt;
	margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.field-group input, .field-group textarea {
	background: #ffffff;
	border-radius: 10px;
	border: none;
	color: #000;
	padding: 15px;
	font-size: 12pt;
	width: 90%;
  font-family: "Open Sans", sans-serif;
}

.field-group textarea {
	min-height: 400px;
}

#message {
	min-height: 500px;
}

.page-intro {
	width: 60%;
}


.select {
	width: 30%;
}

select {
    padding:13px;
    margin: 0;
    margin-bottom: 10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
   font-size: 11pt;
    background: #fff;
    color:#111;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    width: 100%;
    border: 1px solid #efefef;
}

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}


select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 4px),
    calc(100% - 15px) calc(1em + 4px),
    calc(100% - 2.5em) 0.7em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.fb-share-button {
  padding: 0 5px;
    display: inline-block;
    top: -5px;
    left: 5px;
}

.upgradePromo {
  float: right;
    background: #fff;
    padding: 30px;
    margin: 0 10px;
}

iframe {
  max-width: 100%;
}

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

.flex {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
}


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.select label {position:relative}
.select label:after {
    content:'<>';
    font:15px "Consolas", monospace;
    color:#fff;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:13px 6px;

    position:absolute;
    pointer-events:none;
}
.select label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#141a2b;
    position:absolute;
    pointer-events:none;
    display:block;
}



label.error {
	color: red;
}

input.error, textarea.error {
	border: 1px solid red;
}

input.valid, textarea.valid {
	border: 1px solid #60c05f;
}

.centered-buttons {
	text-align: center;
	margin-top: 30px;
}

.centered-buttons .btn {
	margin: 0 10px;
}

.login {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 60px 30px;
  max-width: 600px;
}

.login .btn {
  width: 100%;
}

.loginForm {
  text-align: left;
}

/* .loginForm .fieldG {
  display: inline-block;
  width: 49%;
} */

/* .loginForm label {
  width: 30%;
  font-size: 18px;
  padding-right: 10px;
}

.loginForm input {
  padding: 10px;
  border: 1px solid;
  border-radius: 5px;
  width: 70%;
  margin: 10px 0;
} */



/* MESSAGES AND ACCOUNT ADMIN */
#message {
  padding: 10px;
}

#message.success {
  background: green;
}

#message.error {
  background: red;
}

.errorMsg {
  background: orange;
  padding: 5px;
  color: #fff;
}

.errorMsg a {
  color: #fff; 
}

.successMsg {
  background: green;
  padding: 5px;
  color: #fff;
  text-align: center;
}

.status {
  float: right;
}

.emailStatus {
    margin-bottom: 30px;
}

.emailStatus span {
  border-radius: 5px;
  -moz-border-radius: 5px;

  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 25px;
  font-family: "Open Sans", sans-serif;
  display: block;
}

.status-scheduled {
  background-color: #1cb5e0;
  color: #fff;
}

.status-sent {
  background-color: #60c05f;
  color: #fff;
}

.emailList {


  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

.emailList td {
  font-size: 11pt;
  padding-right: 20px;
}

.emailList th {
  font-family: sans-serif;
  font-weight: bold;
  text-align: left;
}

.s1 td {
  color: #60c05f;
}

/* .emailListWrapper {
  width: 40%;
  background-color: #f3f4f5;
  display: inline-block;
  padding: 30px;
  padding-left: 100px;
  vertical-align: top;
    height: 100vh;
} */

.emailListWrapper {
  width: 34%;
  background-color: #fff;
  display: inline-block;
  padding: 30px;
  vertical-align: top;
  height: 70vh;
  overflow-y: auto;
  margin: 30px 10px;

}

.emailPreviewWrapper {
  width: 58%;
  background-color: #fff;
  display: inline-block;
  padding: 30px 50px;
  vertical-align: top;
  height: auto;
  margin: 30px 10px;
  box-sizing: border-box;
}

/* .emailPreviewWrapper {
  width: 59%;
  background-color: #f9f9f9;
  display: inline-block;
  padding: 50px;
  padding-right: 100px;
  vertical-align: top;
  height: 100vh;
} */


.intro {
  background: #fff;
    padding: 20px 20px;
    color: #333;
}

.intro h2 {
  color: #333;
}

.dateBox {
  padding-right: 30px;
}

#forgotPassword {
  color: #ccc;
  font-size: 10pt;
}

#forgotPassword:hover {
  cursor: pointer;
  color: #2595FF;
}

/* LAYOUT */

.col-3 {
  float: left;
  width: 33.33%;
}

.col-6 {
  width: 50%;
    float: left;
}

.col-12 {
  width: 100%;
}

.p-30 {
  padding: 30px;
}

@media screen and (max-width: 899px) {
  .phone-col-12 {
    width: 100%;
  }

  .phone-col-12 {
    width: 50%:
  }


}

form .col-3, form .col-6, form .col-12  {
  padding: 5px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.primaryActions {
  display: inline-block;
  float: right;
}




/* MOBILE STYLES */

@media screen and (max-width: 1024px) {
	.wrapper {
		margin: 0 auto;
		width: 90%;
		position: relative;
	}

	.wrapper-sml {
		margin: 0 auto;
		width: 90%;
		position: relative;
	}

	#logo h1 {
		width: 205px;
		height: 70px;
	}

	.header {
		height: 125px;
	}

	.feature {
		background-position: top right;
	}

  .feature2 .feature-text {
    width: 100%;
  }
}


@media screen and (max-width: 899px) {
	/* .wrapper {
		margin: 0 auto;
		width: 720px;
		position: relative;
	}

	.wrapper-sml {
		margin: 0 auto;
		width: 720px;
		position: relative;
	} */

	#logo h1 {
		width: 205px;
		height: 70px;
	}

	.header {
		height: 125px;
	}

  .emailListWrapper {

    height: 300px;

  }

  .upgradeContainer {
    width: 100%;
  }
}


@media screen and (max-width: 599px) {
	.wrapper {
		margin: 0 auto;
		width: 90%;
		position: relative;
		overflow: hidden;
	}

	.wrapper-sml {
		margin: 0 auto;
		width: 90%;
		position: relative;
	}

	.header {
		height: auto;
    padding-bottom: 30px;
	}

	#logo {
		position: relative;
		margin: 0 auto;
		width: 215px;
    padding-top: 20px;
	}

	#nav ul {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		padding-top: 10px;
	}

  #nav {
    text-align: center;
    float: none;
  }

  #accountTopNav {
    text-align: center;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }

	/* #nav li {
		display: block;
	} */

	#nav li a {
		text-align: center;
		height: auto;
		padding-top: 0;
		padding-bottom: 5px;
	}

	.feature-text {
		width: 100%;
	}

	.right-col {
		width: 100%;
		float: none;
		margin: 0;
		height: 300px;
		max-height: 300px;
		min-height: 300px;
		position: absolute;
		bottom: 0;
	}
	.left-col {
		padding: 15px;
		box-sizing: border-box;
		margin-bottom: 350px;

	}
	.field-group input, .field-group textarea {
		width: 95%;
	}
	.select {
    	width: 95%;
	}

	.page-intro {
		width: 100%;
	}


}


.hidden {
  display: none;
}



/* STRIPE */
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
