/* PUBLIC WEBPAGE */

div.public {
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
    background-color: white;
    color: black;
}

div.ext-features-page {
    background-color: #f4f4f4;
}

div.ext-features-container {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 4px;
}

div.ext-features-title {
    color: black;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div.ext-mobile-features-title {
    color: black;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div.ext-feature-row {
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    border: solid 1px #e0e0e0;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
}

div.ext-mobile-feature-row {
    width: 90%;
    margin: auto;
    padding-top: 24px;
    padding-bottom: 24px;
}

div.ext-row {
    display: flex;
    width: 90%;
    margin: auto;
}

div.ext-feature-text-bubble {
    border-radius: 20px;
    background-color: #E0FFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.35;
}

div.ext-column-25 {
    flex: 25%;
}

div.ext-column-75 {
    flex: 75%;
}

div.ext-column-50 {
    flex: 50%;
}

h1.ext-heading {
    color: #536fe3;
    margin-top: 48px;
}

h1.ext-mobile-heading {
    color: #536fe3;
    margin-top: 0px;
    margin-bottom: 12px;
}

h2.ext-heading {
    color: #536fe3;
}

h2.ext-feature-heading {
    color: #536fe3;
    text-align: center;
    font-size: 32px;
}

button.ext-feature {
    border-radius: 6px;
    background: paleturquoise;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	font-size: 17px;
}

/*
button.ext-feature:hover {
    background-color: #536fe3;
    color: white;
}
*/

img.ext-feature {
	width: 100%;
}

img.ext-mobile-screenshot {
	width: 80%;
	margin-top: 16px;
	margin-bottom: 16px;
}

img.ext-mobile-narrow-screenshot {
	width: 65%;
	margin-top: 16px;
	margin-bottom: 16px;
}

hr.ext-feature {
	width: 90%;
	height: 2px;
	border-width: 0;
	background-color: #888;
	margin-top: 12px;
	margin-bottom: 12px;
}

hr.ext-home {
	width: 90%;
	height: 2px;
	border-width: 0;
	background-color: #888;
	margin-top: 32px;
	margin-bottom: 0px;
}

button.ext-desktop-action {
    border: 1px solid #4a73e8;
    background-color: white;
    border-radius: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 17px;
    color: #333333;
}

button.ext-desktop-action:hover {
    background-color: gold;
}

button.ext-mobile-action {
    border: 1px solid #4a73e8;
    background-color: white;
    border-radius: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 17px;
    color: #333333;
}

button.ext-desktop-primary-action {
    border: 1px solid #4a73e8;
    background-color: #536fe3;
    border-radius: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 17px;
    color: white;
}

button.ext-desktop-primary-action:hover {
    background-color: gold;
    color: black;
}

button.ext-mobile-primary-action {
    border: 1px solid #4a73e8;
    background-color: #536fe3;
    border-radius: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 17px;
    color: white;
}

button.ext-action {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
	background-color: gold;
}

button.ext-action:hover {
    background-color: deepskyblue;
}

button.ext-action:active {
    background-color: white;
}

button.ext-nav {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0px;
	background-color: white;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
    transform: skewX(-15deg);
}

button.ext-nav:hover {
    background-color: deepskyblue;
}

span.ext-nav {
    transform: skewX(15deg);
    display: inline-block;
}

button.ext-mobile {
	font-size: 5vw;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 8px;
	background-color: gold;
}

div.ext-mobile-box {
	padding-top: 32px;
	padding-bottom: 24px;
}

div.ext-mobile-rule {
	width: 90%;
	height: 2px;
	background-color: black;
}

table.ext-mobile td {
    font-size: medium;
}

table.ext-pricing {
	border: none;
	border-collapse: collapse;
}

table.ext-pricing td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

table.ext-pricing tr.ext-header {
	background-color: gold;
	padding: 4px;
	font-weight: bold;
}

table.ext-pricing tr.ext-header td {
	padding-top: 6px;
	padding-bottom: 6px;
}

div.ext-desktop-page {
	margin-top: 42px;
}

div.ext-mobile-page {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 42px;
}

div.ext-desktop-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    justify-content: center;
    background-color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}

div.ext-mobile-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
    background-color: white;
}

div.ext-mobile-nav-topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    margin-bottom: 0px;
}

div.ext-mobile-nav-expanded {
    max-height: 0px;
    overflow-y: clip;
    transition: max-height 0.15s ease;
    padding-top: 4px;
    padding-bottom: 6px;
}

div.ext-mask-home-page {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: black;
    opacity: 50%;
}

span.ext-mobile-nav-container {
    display: flex;
    align-items: center;
}

button.ext-desktop-nav {
    margin-left: 32px;
    border: none;
    background-color: white;
    border-radius: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 17px;
    color: #333333;
}

button.ext-desktop-nav-primary {
    border: 1px solid #4a73e8;
}

button.ext-desktop-nav:hover {
    background-color: gold;
}

button.ext-mobile-nav {
    border: none;
    background-color: white;
    font-size: 17px;
    color: #333333;
    margin: 0;
    padding: 0;
}

button.ext-mobile-nav-expanded {
    margin-left: 32px;
    border: none;
    background-color: white;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    text-align: left;
}

hr.ext-mobile-nav-expanded {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

button.ext-mobile-icon {
    padding: 0;
    margin-left: 20px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
    background-color: white;
}

img.ext-mobile-icon {
    padding: 2px;
    border: none;
    margin: 0;
    vertical-align: bottom;
    width: 24px;
    background-color: white;
}

img.ext-mobile-nav-title {
    height: 22px;
    margin-left: 8px;
}

table.ext-pricing {
	border: none;
	border-collapse: collapse;
}

table.ext-pricing td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

table.ext-pricing tr.header {
	background-color: gold;
	padding: 4px;
	font-weight: bold;
}

table.ext-pricing tr.header td {
	padding-top: 6px;
	padding-bottom: 6px;
}

div.ext-tip-container {
    display: flex;
    margin-bottom: 6px;
    align-items: center;
    width: 80%;
}

div.ext-mobile-tip-container {
    display: flex;
    margin-bottom: 6px;
    align-items: center;
    width: 90%;
}

div.ext-tip-icon {
    margin-right: 24px;
}

div.ext-tip-name {
    background-color: gold;
    border-radius: 20px;
    flex: 2;
    padding: 6px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
}

div.ext-tip-name:hover {
    background-color: #536fe3;
    color: white;
}

div.ext-mobile-tip-name {
    background-color: gold;
    border-radius: 20px;
    flex: 2;
    padding: 6px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
}

div.ext-tip-feature {
    background-color: #64e3a1;
    border-radius: 20px;
    flex: 3;
    padding: 6px;
    padding-left: 16px;
    padding-right: 16px;
    color: black;
    margin-left: 32px;
    margin-right: 32px;
    text-align: left;
}

div.ext-tip-feature:hover {
    background-color: #536fe3;
    color: white;
}

div.ext-tip-name-heading {
    background-color: #536fe3;
    color: white;
    margin-top: 32px;
    flex: 2;
    margin-left: 52px;
    padding: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
}

div.ext-tip-feature-heading {
    background-color: #536fe3;
    color: white;
    margin-top: 28px;
    flex: 3;
    margin-left: 32px;
    margin-right: 66px;
    padding: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
}

div.ext-tip-explain {
    margin-left: 52px;
    margin-right: 66px;
    flex: 5;
    border-radius: 10px;
    background-color: white;
    border: solid 2px #536fe3;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: #181818;
    margin-bottom: 10px;
}

div.ext-mobile-tip-explain {
    margin-left: 52px;
    margin-right: 0px;
    flex: 5;
    border-radius: 10px;
    background-color: white;
    border: solid 2px #536fe3;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    color: #181818;
    margin-bottom: 10px;
}

div.ext-mobile-tip-feature {
    background-color: #536fe3;
    color: white;
    padding: 4px;
    border-radius: 6px;
    margin-top: 4px;
}

button.ext-tip-info {
    background-color: #536fe3;
    border-radius: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    border: none;
}

button.ext-tip-info:hover {
    background-color: gold;
    border: solid 1px black;
    padding-left: 7px;
    padding-right: 7px;
}

button.ext-tip-info-selected {
    border: solid 2px black;
    padding-left: 6px;
    padding-right: 6px;
    background-color: black;
}

button.ext-tip-info-selected:hover {
    border: solid 2px black;
    padding-left: 6px;
    padding-right: 6px;
}

div.ext-tip-heading:hover {
    background-color: #536fe3;
}

div.ext-tip-selected {
    border: solid 2px black;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: bold;
}

div.ext-mobile-tip-selected {
    background-color: #64e3a1;
    border: solid 2px black;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: bold;
}

img.ext-info {
    width: 18px;
}

div.ext-darkgrey {
    color: #181818;
}

img.ext-tip-icon {
    width: 28px;
}

div.ext-home-desktop-banner {
    color: black;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

div.ext-home-mobile-banner {
    color: black;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
}

div.ext-tagline-container {
    display: flex;
    margin-top: 24px;
    margin-bottom: 12px;
    width: 70%;
}

div.ext-tagline {
    flex: 1;
    background-color: #E0FFFF;
    border-radius: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
}

div.ext-tagline-left {
    margin-right: 16px;
}

div.ext-tagline-right {
    margin-left: 16px;
}

div.ext-tagline-heading {
    font-size: 32px;
}

div.ext-tagline-blurb {
    margin-top: 18px;
    font-size: 17px;
    color: #181818;
    line-height: 1.35;
}

div.ext-tagline-mobile-heading {
    font-size: 24px;
}

div.ext-tagline-mobile-blurb {
    margin-top: 12px;
    font-size: 17px;
    color: #181818;
    line-height: 1.2;
}

div.ext-mobile-tagline {
    background-color: #E0FFFF;
    border: solid 1px #B0E0E6;
    border-radius: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

div.ext-about-text {
    width: 70%;
    color: #181818;
}

div.ext-mobile-about-text {
    width: 90%;
    color: #181818;
}