/* General */

*:focus {
	outline: none;
}

.announcement-bar__content {
	color: #ffffff;
	background-color: #10079f;
}

a.announcement-bar__content:hover {
	color: #ffffff;
	background-color: #0b056e;
}

#password-reset {
	text-align: center;
}

.input-greyed-out {
	cursor: default;
	background-color: #F4F6F8 !important;
}

.form-input-hidden {
	display: none;
}

.tooltip-text {
	font-family: "Avenir Next Rounded", sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
    line-height: 1.6;
	color: #230051;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.tippy-box {
    border: 1px solid #c8bfd3;
    border-radius: 7px;
    background-color: white;
	padding: 7.5px;
	padding-left: 15px;
	padding-right: 15px;
}

.tippy-box > .tippy-arrow {
	display: none;
}








/* Get Started Page */

#get-started-page-container {
	display: flex;
	flex-direction: row;
	padding-top: 75px;
	padding-bottom: 100px;
}

#get-started-page-left {
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 75px;
}

#get-started-page-left h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 30px;
}

#get-started-page-left p {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

#get-started-page-left-subheading-2 {
	margin-top: 60px !important;
}

#get-started-page-left-paragraph-2 {
	border-bottom: none !important;
}

#get-started-page-container .account-form {
	width: 50%;
	height: 100%;
	max-width: 50%;
	margin: 0;
	padding: 60px;
	border: 1px solid rgba(200, 200, 200, 0.5);
	border-radius: 7px;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
}

#get-started-terms {
	margin-bottom: 0px !important;
}

#get-started-terms, #get-started-terms a {
	font-size: 14px;
	margin-top: 30px;
}

.pricing-point-pre-description {
	padding-top: 30px !important;
	padding-bottom: 22.5px !important;
	border-bottom: none !important;
}

.pricing-point  {
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.pricing-point-check-mark {
	width: 7.5%;
	padding-top: 3px;
	color: #50248F;
	font-size: 18px;
}

.pricing-point-description {
	width: 90%;
}

.pricing-point-pre-description {
	padding-top: 30px !important;
	padding-bottom: 22.5px !important;
	border-bottom: none !important;
}

.pricing-point  {
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.pricing-point-check-mark {
	width: 7.5%;
	padding-top: 3px;
	color: #50248F;
	font-size: 18px;
}

.pricing-point-description {
	width: 90%;
}










/* Account Page */

#account-title {
	margin-top: 75px;
	margin-bottom: 100px;
}

#account-content {
	margin-bottom: 125px;
}

#account-profile-edit-version, #account-company-edit-version {
	display: none;
}

#account-page-button-container {
	width: 100%;
	height: 100%;
}

#account-icon {
	cursor: pointer;
}

#email-update-info {
	position: absolute;
	right: 20px;
	top: 21.75px;
	color: #c8bfd3;
	cursor: pointer;
}

.account-node {
	width: 100%;
	background-color: #F4F6F8;
	padding: 50px;
	border-radius: 15px;
	margin-bottom: 25px;
}

.account-property {
	width: 42.75%;
	display: inline-flex;
	margin-top: 1.75px;
	margin-bottom: 1.75px;
}

.account-value {
	width: 56.25%;
	display: inline-flex;
	margin-top: 1.75px;
	margin-bottom: 1.75px;
	position: relative;
}

.account-section-title {
	margin-bottom: 25px !important;
	margin-top: 0px !important;
}

.account-form-input {
	background-color: #FFF;
	width: 100%;
}

.account-edit-button {
	position: relative;
	float: right;
	margin-right: 17.5px;
	margin-top: 3px;
}

.account-edit-button a {
	font-size: 14px;
	text-decoration: none;
}

.account-edit-button i {
	margin-right: 7px;
}

.download-button {
	cursor: pointer;
}

.download-button i {
	margin-right: 12px;
}










/* Pop-Up */

.popup-section {
	display: none;
    position: fixed;
	width: 100%;
	height: 100%;
    justify-content: center;
    align-items: center;
}

.popup-container {
	position: relative;
    z-index: 1100;
    background-color: #FFF;
    padding: 60px 45px;
    border-radius: 30px;
    width: 500px;
	text-align: center;
	margin: 20px;
}

.popup-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

.popup-close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 18px;
	color: #c8bfd3;
	cursor: pointer;
}





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

	#get-started-page-left {
		margin-right: 25px;
	}

}

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

	#get-started-page-container {
		flex-direction: column;
		padding-top: 100px;
		padding-left: 100px;
		padding-right: 100px;
	}

	#get-started-page-left {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 100px;
	}

	#get-started-page-left h2 {
		margin-top: 0px;
	}

	#get-started-page-container .account-form {
		width: 100%;
		max-width: 100%;
		height: 100%;
		margin: 0 auto;
	}

}

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

	#get-started-page-container {
		padding-left: 60px;
		padding-right: 60px;
	}

}

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

	.mobile-hide {
		display: none;
	}

}

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

	.mobile-hide-850 {
		display: none;
	}

	.mobile-visibility-hidden-850 {
		visibility: hidden;
	}

	#get-started-page-container {
		padding-top: 75px;
	}

	#account-content {
		margin-bottom: 100px;
	}

}

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

	#get-started-page-container {
		padding-left: 30px;
		padding-right: 30px;
	}

}

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

	#get-started-page-container {
		padding-top: 50px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#get-started-page-left {
        margin-bottom: 75px;
	}

	#get-started-page-left h2 {
		font-size: 28px;
	}

	.pricing-point-check-mark {
    	width: 42px;
	}

}

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

	#get-notified-about-launch-button, #download-for-windows-button, #download-for-macos-button, #download-for-linux-button {
		padding: 11px 19px;
	}
}

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

	#get-started-page-container {
		padding-left: 0px;
		padding-right: 0px;
	}

	#get-started-page-container .account-form {
		padding: 40px;
	}

	#get-started-page-left h2 {
		font-size: 26px;
	}

}

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

	#get-started-page-container .account-form {
		padding: 30px;
	}

	.account-node {
		padding: 30px;
	}

	.account-property {
    	width: 37.5%;
	}

	.account-value {
		width: 62.5%;
	}

}

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

	#get-started-page-left {
		padding-left: 25px;
		padding-right: 25px;
	}

	#get-started-page-left h2 {
		font-size: 24px;
	}

	.pricing-point-check-mark {
        width: 38px;
	}

	#MainContent {
		padding-bottom: 0px;
	}

}

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

	.account-node {
		padding: 20px;
	}

	.account-property {
    	width: 40%;
	}

	.account-value {
		width: 60%;
	}

}
