@import url('shared.css');

#coppice-nav-icon {
	width: 64px;
	height: 64px;
	margin-right: 10px;
	margin-top: 1px;
}

a {
	color: #229016;
}

main p a {
	text-decoration-line: underline;
	text-decoration-style: dotted;
}

main p a:hover {
	text-decoration-style: solid;
}

footer {
	text-align: center;
}

footer nav {
	min-height: auto;
}

footer nav ul {
	margin: 0px auto;
	padding: 10px 0px 0px 0px; 
	display: inline-flex;
}

footer nav li {
	margin: 0px;
	padding: 0px 20px;
}

footer hr {
	border: none;
	border-top: 1px solid #fff;
	margin: 20px 0px;
}

p, li {
	line-height: 1.66em;
}



/* Features */
/* Features: Header */

header.main {
	max-width: 760px;
	margin: 40px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#header-details {
	text-align: center;
}

#coppice-icon {
	width: 318px;
	height: 316px;
}

ul.versionInfo {
	margin-top: 20px; 
	font-size: 0.8em;
	list-style: none;
	display: inline-flex;
	padding: 0px;
}

ul.versionInfo li + li::before {
	content: '•';
	margin-left: 10px;
	margin-right: 10px;
}

ul.versionInfo a {
	text-decoration: none
}

ul.versionInfo a:hover {
	text-decoration: underline
}


/* Dark Banner */

#dark-banner {
	background: #222;
	padding: 10px 0px;
}

#dark-banner p {
	font-size: 1.33em;
	font-weight: 600;
	color: white;
	text-align: center;
	line-height: 1.4em;
}

#dark-banner .green {
	color: #33b824;
}


/* Features: Introducing */
#introducing-coppice {
	background: #def4d9;
	padding: 30px 0px 80px 0px;
}

#introducing-coppice h1 {
	font-size: 1.77em;
	margin-top: 0px;
	color: #222;
}

#introducing-coppice p {
	font-size: 1.33em;
}

#introducing-coppice h2 {
	font-size: 1.66em
	color: #222;
}

#introducing-coppice h3 {
	font-size: 1.33em;
	margin: 0px 0px 10px 0px;
	color: #222;
}

#introducing-coppice .how-it-works-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	/*margin: 0px -20px;*/
}

#introducing-coppice .how-it-works-row.reverse {
	flex-direction: row-reverse;
}

#introducing-coppice .info-box {
	max-width: 380px;
	padding: 10px 20px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
}

#introducing-coppice .info-box p {
	font-size: 1em;
	margin: 0px;
	line-height: 1.6em;
	margin: 0px 0px 10px 0px;
}

.page-arrow {
	height: 220px;
	width: 396px;
	margin: 0px auto;
	opacity: 0.4;
	background-size: 396px 220px;
}

.how-it-works-row + .page-arrow {
	background-image: url('/images/ltr-arrow.png');
}

.how-it-works-row.reverse + .page-arrow {
	background-image: url('/images/rtl-arrow.png');
}

#coppice-screenshot {
	width:1175px; 
	margin-left: -90px;
}


/* Features: Coppice Pro */

#features #coppice-pro {
	margin-bottom: 50px;
}

#features #coppice-pro h1 {
	font-size: 1.77em
}

#features #coppice-pro p {
	font-size: 1.33em;
}

#features #coppice-pro p.new-features {
	text-align: center;
	font-weight: 600;
	margin-bottom: 50px;
}

#features #coppice-pro .feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-column-gap: 50px;
}


#features #coppice-pro .feature-grid .pro-feature h2 {
	font-size: 1.33em;
	margin: 10px 0px 5px 0px;
}

#features #coppice-pro .feature-grid .pro-feature p {
	font-size: 1em;
	margin: 5px 0px 20px 0px;
}

.HYPE_document {
	margin: 0px;
	overflow: hidden;
	position: relative;
}


@media(max-width: 800px) {
	header.main {
		flex-direction: column;
		align-items: center;
	}

	#header-details h1 {
		margin-top: 0px;
		font-size: 3em;
	}
	
	#coppice-icon {
		width: 70%;
		max-width: 318px;
		height: auto;
	}
	
	#coppice-nav-icon {
		margin: 10px 0px 0px 0px;
	}
}

@media(max-width: 1181px) {
	#coppice-screenshot {
		width: 100%;
		margin: 0px;
	}
}

@media(max-width: 1024px) {
	#dark-banner {
		padding: 10px;
	}
	
	#introducing-coppice h1,
	#introducing-coppice p, 
	#introducing-coppice h2 {
		padding: 0px 10px;
	}

	#introducing-coppice .how-it-works-row {
		flex-direction: column;
		margin-bottom: 40px;
	}

	#introducing-coppice .how-it-works-row.reverse {
		flex-direction: column;
	}

	#introducing-coppice .info-box {
		border-radius: 0px;
		margin-bottom: 20px;
	}
	
	#coppice-pro {
		margin: 0px 50px;
	}
	
	.page-arrow {
		display: none;
	}
	
	div.content {
		padding: 0px 10px;
	}
}

/* Features: Mailing List */
#mailing-list div.content {
	max-width: 600px;
	text-align: center;
}

#mailing-list h1 {
	margin-bottom: 20px;
}

#mailing-list p {
	margin-bottom: 25px;
}

form.directmail-subscribe-form {
	flex-direction: row;
}

form.directmail-subscribe-form input[type=submit] {
	margin-left: 20px;
}

@media(max-width: 500px) {
	form.directmail-subscribe-form {
		flex-direction: column;
		align-items: center;
	}

	#mailing-list div.content {
		margin: 20px 10px;
	}
}


/* FAQ */
#faq header {
	text-align: center;
}

#faq h2 {
	margin-bottom: 0px;
}

#faq p {
	margin: 10px 0px;
}



/* Blog */

#blog header, #support header {
	text-align: center;
	padding: 10px 0px 30px 0px;
}

#blog header h1 {
	margin: 0px;
}

#blog #maincontent .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 0px;
}

#blog #sidebar {
	min-width: 180px;
	margin-left: 20px;

	background: white;
	border-radius: 5px;
	display: block;
	padding: 10px;
}

#sidebar h1 {
	font-size: 1em;
	margin: 0px;
}

#sidebar ul {
	padding: 0px;
	margin: 5px 0px 20px 0px;
	list-style: none;
}

#sidebar li {
	font-size: 0.75em;
	padding-bottom: 5px;
}

#sidebar a {
	color: #196a10;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}


#sidebar .button-row {
	margin-top: 5px;
	margin-bottom: 25px;
	display: inline-flex;
	flex-direction: column;
}

#sidebar a.button {
	color: white;
	font-size: 0.9em;
}

#sidebar a.button:hover {
	text-decoration: none;
}

#posts {
	flex-grow: 1;
	margin-right: 30px;
}

article {
	padding: 5px 20px;
	max-width: 780px;
	margin-bottom: 30px;
}

article:nth-last-child(1) {
	margin-bottom: 0px;
}

article h1 {
	font-size: 1.77em;
	margin: 0px;
}

article h2 {
	color: #7d7d7d;
	font-size: 1em;
	margin: 0px;
}

article h3 {
	margin-bottom: 0px;
}

article p, article li {
	line-height: 1.77em;
}

article h3 + p {
	margin-top: 0px;
}

article hr {
	border: 0px;
	border-top: 1px solid #cccccc;
	margin: 30px 80px;
	clear: both;
}

article ul li {
	list-style: circle;
	margin-bottom: 10px;
}

article figure {
	margin: 0px;
}

article figure img, article figure video {
	padding: 1px;
	border: 1px solid #cccccc;
}

article figure.borderless img {
	border: 0px;
}

article section + section {
	clear: both;
	padding-top: 30px;
}

article section.left, article section.right {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

article section.left {
	flex-direction: row-reverse;
}

article section.right {
	flex-direction: row;
}

article section.centre figure {
	margin: 10px auto;
}

article figcaption {
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
}

article p code {
	font-size: 0.8em;
	background: #def4d9;
	padding: 2px 5px;
	border-radius: 5px;
}


ul.tags {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	list-style: none;
	margin: 0px auto 20px auto;
	padding: 0px;
	font-size: 0.75em;
}

.tags li {
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.tags a {
	color: white; 
	background: #259718;
	border-radius: 5px;
	padding: 5px 10px;
	text-decoration: none;
}

.tags a:hover {
	background: #196a10;
}

nav.page-links {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0px 20px;
}

nav.page-links p {
	margin: 10px 0px;
}



#beta main {
	padding-top: 30px;
}

#beta main div.content {
	width: 450px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#beta form {
	margin: 20px auto;
}

#beta p {
	text-align: center;
}


.banner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1000px;
	margin: 0px auto;
	margin-top: -20px;
}

.banner-container hr {
	margin: 0px 90px 20px 90px;
	width: 70%;
}

.banner {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.banner h3 {
	margin: 0px 30px 0px 0px;
}

.banner .button-row {
	margin: 0px;
}


/* Pro */

.pro-grid {
	display: grid;	
	grid-column-gap: 100px;
	grid-row-gap: 20px;
	margin: 40px 50px 0px 50px;
	padding: 0px;
	grid-template-columns: [first] 370px [second] 370px;
}

.pro-grid div header {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.pro-grid div header img {
	margin-right: 10px;
}

.pro-grid h3 {
	margin: 0px;
}

.pro-grid p {
	margin: 5px 0px;
	line-height: 1.5em;
}

#pro-footer {
	padding: 20px 0px 00px 0px;
}

#pro-buy .purchaseSteps ol {
	display: flex;
	flex-direction: row;
	padding: 0px;
	list-style-position: inside;
	margin: 20px auto;
}

#pro-buy .purchaseSteps li {
	padding: 20px 40px;
	background: #eeeeee;
	width: 33%;
	text-align: center;
}

#pro-buy .purchaseSteps li.selected {
	background: #dddddd;
}

#pro-buy .purchaseSteps li:first-child {
	border-radius: 10px 0px 0px 10px;
}

#pro-buy .purchaseSteps li:last-child {
	border-radius: 0px 10px 10px 0px;
}

#pro-buy input[type=text], #pro-buy input[type=email], #pro-buy input[type=password] {
	width: 100%;
}


@media (max-width: 900px) {
	.pro-grid {
		grid-template-columns: [first second] 100%;
	}
}

@media (max-width: 500px) {
	.pro-grid {
		margin: 40px 10px 0px 10px;
	}
}

.cookie-alert div {
	max-width: 1000px;
}


.subscription-plan {
	width: 320px; 
	margin: 30px auto; 
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 20px 10px;
}

.subscription-plan h2 {
	font-size: 1.77em;
	margin: 0px;
}

.subscription-plan h3 {
	color: #7d7d7d;
	margin: 0px;
}

.subscription-plan p {
	font-size: 0.9em;
}

.subscription-plan p.price {
	font-size: 1.25em;
	font-weight: 600;
}

.subscription-plan hr {
	margin: 40px 100px;
}

#existing-subscriptions {
	background: #def4d9;
	font-size: 0.8em;
	padding: 1px 0px;
	margin-top: 20px;
}

#existing-subscriptions h2 {
	font-size: 1.25em;
}

#existing-subscriptions table {
	margin: 10px auto;
}

#existing-subscriptions img {
	width: 32px;
	padding-top: 5px;
}

#existing-subscriptions td {
	border: 0px;
	padding: 5px;
}


.order-info {
	margin: 10px auto 30px auto; 
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 0px 15px;
	display: inline-flex;
	align-items: center;
}

.order-info img {
	width: 128px;
	height: 128px;
	margin: 10px 20px 10px 0px;
}

.order-info .button-row {
	margin-top: 10px;
	justify-content: left;
}

.order-info h2 {
	font-size: 1.5em;
	margin: 0px;
}

.order-info h3 {
	font-size: 1em;
	color: #7d7d7d;
	margin: 0px;
}

#completion-actions {
	background: #def4d9;
}


img.bordered {
	padding: 1px;
	border: 1px solid #222;
	margin: 10px 0px;
}


/* Privacy */
#privacy h2 {
	color: black;
	font-size: 1.56em;
}

#privacy h3 {
	margin: 22px 0px;
}


/* Forgot Password */
.login-box {
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-box h1 {
	margin: 30px 0px 10px 0px;
}

.login-box p {
	text-align: center;
	margin-bottom: 30px
}


/* Support */
#support-grid {
	display: grid;
	margin-top: 50px;
	grid-column-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
}

#support h2 {
	margin-bottom: 0px;
}

#support header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto 20px auto;
	max-width: 740px;
}

#support header img {
	width: 128px;
	height: 128px;
	margin-top: 30px;
}

#support-content {
	max-width: 800px;
}

#support-content section {
	margin-top: 40px;
}


/* Manual */
#manual-content {
	display: flex;
	flex-direction: row;
	margin-top: 30px;
}

#manual-content #sidebar {
	width: 200px;
	margin-right: 30px;
}

#manual-content #sidebar ul {
	list-style-type: circle;
	list-style-position: inside;
}

#manual-content #topic {
	
}

#manual-content img {
	max-width: 800px;
}

@media(max-width: 1000px) {
	#manual-content {
		flex-direction: column-reverse;
	}
	
	#manual-content #support-topic article {
		max-width: 100%;
	}
	
	#manual-content #sidebar {
		width: 100%;
		margin-top: 50px;
	}
	
	#manual-content img {
		max-width: 100%;
	}
	
	#manual-content #sidebar nav {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 20px;
		margin: 20px 30px;
	}
}

@media(max-width: 740px) {
	#manual-content #sidebar nav {
		grid-template-columns: 1fr 1fr;
	}
}

#manual-search {
	width: 200px;
	margin: 10px 0px 20px 0px;
	border: 1px solid #9d9e9e;
	border-radius: 5px;
	height: 30px;
}

@media(max-width: 520px) {
	#manual-search {
		width: auto;
		margin: 10px auto;
	}
}

@media(max-width: 400px) {
	#manual-content #sidebar nav {
		grid-template-columns: 100%;
	}
}




#manual article .last-updated {
	color: #7d7d7d;
}

@media (max-width: 850px) {
	#manual-grid, #support-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 500px) {
	#manual-grid, #support-grid {
		grid-template-columns: 100%;
		padding: 0px 20px;
	}
	
}


#search-results {
}

#search-results article {
	background: white;
	border-radius: 5px;
	
	border-bottom: 1px solid #ddd;
	margin-bottom: 0px;
}

#search-results article header {
	text-align: left;
	padding: 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

#search-results article header .relevance {
	display: flex;
	flex-direction: row;
	align-items: center;	
}

#search-results article header .relevance .bar-container {
	width: 100px;
	height: 15px;
	margin-left: 10px;
	border: 1px solid #229016;
	padding: 1px
}

#search-results article header .relevance .bar-container .bar {
	background: #229016;
	height: 100%;
}

#search-results article header h2 a {
	font-family: "ff-tisa-web-pro", serif;
}

#search-results article p {
	font-size: 0.9em;
	margin: 0px;
}


#support-topic blockquote {
	background: #f7f7f7;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

#support-topic figure {
	display: flex;
}

#support-topic figure img {
	border: none;
}

#support-topic figure.left {
	justify-content: flex-start
}

#support-topic figure.centre {
	justify-content: space-around
}

#support-topic hr {
	border: 0px;
	border-top: 1px solid #ddd
}

#support-topic details {
	cursor: pointer;
}

#support-topic aside, #support-topic blockquote {
	padding: 8px 12px;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	font-size: 0.9em;
	margin: 10px 10px 20px 10px;
	font-weight: 300;
	display: inline-flex;
	font-family: "proxima-nova", sans-serif;
}

#support-topic aside + aside {
	margin-top: 0px;
}

#support-topic aside.note {
	background: #f7f7f7;
	border-color: #ddd;
}

#support-topic aside.note::before {
	content: "Note:";
	padding-right: 8px;
	font-weight: 600;
}

#support-topic aside.tip {
	background: #def4d9;
	border-color: #BDD3B4;
}

#support-topic aside.tip::before {
	content: "Tip:";
	padding-right: 8px;
	font-weight: 600;
}

#support-topic details {
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}

#support-topic details[open] {
	padding-bottom: 20px;
}

#support-topic details:first-of-type {
	border-top: 1px solid #ddd;
}

#support-topic details summary {
	font-weight: 600;
	margin: 30px 0px;
	outline: none;
}

#support-topic span.alternate {
	color: #757575;
	font-style: italic;
}

#support-topic strong {
	font-weight: 500;
}

#support-topic p img, #support-topic li img {
	border: 1px solid #ddd;
	padding: 1px;
	margin-bottom: -6px;
}

#support-topic details summary {
	list-style-image: url('/images/support/disclosure-closed-firefox.png');
}

#support-topic details[open] summary {
	list-style-image: url('h/images/support/disclosure-open-firefox.png');
}

#support-topic details summary::-webkit-details-marker {
	color: transparent;
	background: url('/images/support/disclosure-closed.png');
	background-repeat: no-repeat;
	background-size: 9px 9px
}

#support-topic details[open] summary::-webkit-details-marker {
	background: url('/images/support/disclosure-open.png');
	background-repeat: no-repeat;
	background-size: 9px 9px
}


/* Release Notes */

#releaseNotes article {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#releaseNotes article h2 {
	margin-bottom: 0px;
}

#releaseNotes article ul {
	margin-top: 0px;
}

#releaseNotes article ul li {
	margin-bottom: 0px;
}


/* Development */

#development header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto 20px auto;
	max-width: 900px;
}

#development header img {
	width: 128px;
	height: 128px;
	margin-top: 30px;
}