@media only screen and (min-height:400px) {
	.header-fixed .hero {
		height: 100vh;
	}
}

::selection {
	color: white;
	background: #0073aa;
}

ul {
	list-style-type: square;
}

hr {
	color: rgba(172, 179, 194, .2);
}

code {
	color: #b51c26;
	font-size: 90%;
}

#grav-login .login-form .form-input {
	text-align: left;
}

.form-input::placeholder {
	color: #111;
}

#footer p {
	margin-bottom: 0;
	font-size: smaller;
}

#footer {
	padding: 1rem;
	color: #727272;
}

/* Solutions title */

#start h2 {
	margin-top: 14px;
}

.modular-features .column:hover .feature-icon,
.modular-features .column:hover .feature-icon i,
.modular-features .column:hover .feature-icon h6,
a {
	color: #0073aa !important;
}

.btn-primary.button,
.btn.btn-primary {
	border-color: #227dc3 !important;
	background-color: #0073aa !important;
}

.btn,
.button {
	border-color: #227dc3;
}

.btn:focus,
.btn:hover,
.btn:active,
.button:focus,
.button:hover {
	border-color: #227dc3 !important;
	background-color: #0090c3 !important;
	color: #fff !important;
}

#grav-login .login-form button[type="submit"] {
	border-color: #227dc3;
	background: #0073aa;
}

a.btn.btn-primary.btn-signup {
	background: #ffc439 !important;
	border: none;
	color: #111 !important;
	display: inline-block;
	padding: .6rem 1.2rem;
	height: 2.4rem;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 120px;
	text-align: center;
	border-radius: 4px;
}

@media only screen and (max-width:359px) {
	a.btn.btn-primary.btn-signup {
		padding: .6rem;
		min-width: 0px;
	}
}

a.btn.btn-primary.btn-signup:focus,
a.btn.btn-primary.btn-signup:hover,
a.btn.btn-primary.btn-signup:active {
	background: #ffd550 !important;
	background: #ffca50 !important;
	color: #000 !important;
}

a.active,
a:active,
a:focus,
a:hover,
.dropmenu ul li a.active,
.dropmenu ul li a:focus,
.dropmenu ul li a:hover {
	color: #0090c3 !important;
}

.treemenu li a.active,
.treemenu li a:focus,
.treemenu li a:hover {
	color: #0090c3 !important;
}

.btn-primary.button:focus,
.btn-primary.button:hover,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
	background-color: #0090c3 !important;
}

#grav-login .login-form button[type="submit"]:focus,
#grav-login .login-form button[type="submit"]:hover {
	border-color: #227dc3;
	background: #0090c3;
}

.mobile-menu .button_container span {
	background-color: #0073aa !important;
}

.hosting-plans {
	table-layout: fixed;
	word-wrap: break-word;
}

.hosting-plans th {
	width: 182px;
	max-width: 182px;
}

/* Replace Open Sans font with Lato (Light) */

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/regular.woff2') format('woff2'), url('../fonts/Lato/regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/italic.woff2') format('woff2'), url('../fonts/Lato/italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/bold.woff2') format('woff2'), url('../fonts/Lato/bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato/light.woff2') format('woff2'), url('../fonts/Lato/light.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

/* Chrome li text align center bullet fix */

li {
	list-style-position: inside;
}

h1,
h2,
h3,
h4,
h5,
h6,
body {
	font-family: 'Lato', sans-serif;
	color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d2d2d;
	margin-top: 1.6rem;
}

h1 {
	font-size: 1.6rem;
}

h2 {
	font-size: 1.4rem;
}

h3 {
	font-size: 1.2rem;
}

h4,
h5,
h6 {
	font-size: 1rem;
}

.hero h1 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: normal;
}

.modular-features h2,
.modular-text h2 {
	font-size: 2rem;
}

body,
.h6,
h6 {
	font-size: 0.85rem;
}

#header {
	font-size: .8rem;
}

a.btn.btn-primary {
	color: #fff !important;
}

.btn {
	text-transform: uppercase;
	border-radius: 0;
}

.modular-features .feature-icon h6 {
	margin-top: 11em;
}

input[type="button"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
textarea.form-input {
	border: 1px solid #cacaca;
	border-bottom-width: 2px;
	border-radius: 0;
	background: #fff;
	outline: none;
}

.form-input {
	color: #111;
}

input[type="button"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus,
textarea.form-input:focus {
	border-color: #aaa;
	border-bottom-color: #298cba;
	box-shadow: none !important;
}

.btn:focus,
button:focus {
	box-shadow: none !important;
}

input,
select,
textarea {
	padding: 2px 4px;
}

/* Header */

#header.scrolled {
	border-bottom: 2px solid #bfbfbf;
	box-shadow: 0 5px 5px -5px #999;
}

#header a {
	text-transform: uppercase;
	font-weight: normal;
	color: #2d2d2d !important;
}

.header-dark #header:not(.scrolled) a {
	color: #fff !important;
}

#header a.active {
	font-style: italic;
	color: #0073aa !important;
}

#header a:hover {
	color: #fff !important;
	background-color: #0073aa;
}

#header a.navbar-brand:hover {
	background-color: transparent;
}

.dropmenu ul li a {
	padding: 12px 30px 12px 20px;
}

#header a.logout {
	padding: 12px 20px;
	line-height: 24px;
	display: inline-block;
}

#header a.logout:hover {
	text-decoration: none;
}

body.header-fixed.header-animated #header.scrolled {
	height: 2.45rem;
}

body.header-fixed.header-animated #header.scrolled .navbar-section {
	height: 2.4rem;
}

/* Footer */

#footer {
	box-shadow: inset 0 5px 5px -5px #999;
}

/* Featherlight lightbox */

.lightbox {
	display: none;
}

.featherlight-iframe .featherlight-content {
	overflow-y: auto !important;
}

.featherlight .featherlight-content {
	padding: 0 !important;
	border-bottom: 0 !important;
}

.featherlight .featherlight-close-icon {
	display: none;
}

@media only screen and (min-width:1025px) {
	.dotted-help {
		border-bottom: 1px dotted #666;
		cursor: help;
	}
}

/* CSS tooltip http://www.menucool.com/tooltip/css-tooltip */

.tooltip {
	display: inline-block;
	position: relative;
	border-bottom: 1px dotted #666;
	text-align: left;
	cursor: help;
}

.tooltip .top {
	min-width: 160px;
	max-width: 240px;
	top: -12px;
	left: 50%;
	transform: translate(-50%, -100%);
	padding: 7px;
	color: #FFF;
	background-color: #111;
	border: 1px solid #000;
	position: absolute;
	z-index: 99999999;
	border-radius: 0;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip:hover .top {
	visibility: visible;
	opacity: 1;
}

.tooltip::after {
	background: none;
}

/* Extra large button */

.btn.btn-xlg {
	font-size: 1rem;
	height: 2.2rem;
	padding: .45rem .8rem;
}

/* Accessibility */

.a11y-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (max-width:480px) {
	.hero h1 {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width:840px) {
	.hero h2 {
		font-size: 2rem;
	}
	.section.modular-text .column:first-of-type {
		order: 1;
	}
}

@media only screen and (max-width:600px) {
	.hero h2 {
		font-size: 1.5rem;
	}
}

/* Contact / Email support form */

#contact-form textarea,
#email-support-form textarea {
	height: 158px;
}

/* Add padding to markdown table */

table:not([class]) th,
table:not([class]) td {
	padding: 0 0.6rem 0.3rem 0;
}

/**
 * Apps page
 */

.card {
	padding: .7rem;
	margin-bottom: 1.2rem;
	border-radius: 50px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	/*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
}

.card:hover {
	background-image: linear-gradient(-60deg, rgba(50, 50, 93, 0.025) 40%, #fff 10%, #fff 50%);
}

div .card:last-of-type {
	margin-bottom: 2.4rem;
}

.card[open] {
	border-radius: 24px;
}

.card p,
.card table {
	margin-left: 1.2rem;
	max-width: 660px;
}

.card summary + p,
.card summary + table,
.card summary + ul,
.card summary + a + p,
.card summary + a + table,
.card summary + a + ul {
	margin-top: 1.2rem;
}

.card .screenshot {
	margin-top: 1.2rem;
	margin-left: 1.2rem;
	margin-right: 1.2rem;
	float: right;
}

.card .screenshot + :last-child {
	min-height: 190px;
}

.card ul {
	margin-left: 1.4rem;
	margin-right: 1.2rem;
	margin-bottom: 1.2rem;
}

.card summary + ul,
.card summary + a + ul {
	margin-left: 1.2rem;
}

.card summary {
	text-transform: uppercase;
	cursor: pointer;
	list-style: none;
}

.card summary::-webkit-.card-marker {
	display: none;
}

.card summary img {
	vertical-align: -26px;
	width: 72px;
}

.card summary img.round {
	border-radius: 36px;
}

.card summary h3 {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: .5em;
	margin-left: 1.2rem;
}

.card summary img + h3 {
	margin-left: .6rem;
}

.copy {
	cursor: copy;
}

@media only screen and (max-width:1024px) {
	.card .screenshot {
		margin-top: .8rem;
		margin-left: .8rem;
		float: none;
		display: inline-block;
	}
	.card summary + p,
	.card summary + table,
	.card summary + ul,
	.card summary + a + p,
	.card summary + a + table,
	.card summary + a + ul {
		margin-top: .8rem;
	}
	.card p,
	.card table {
		margin-left: .8rem;
	}
	.card ul {
		margin-left: 1.2rem;
		margin-bottom: .8rem;
	}
	.card .screenshot + :last-child {
		min-height: auto;
	}
}

@media only screen and (max-width:767px) {
	.card {
		border-radius: 42px;
	}
	.card[open] {
		border-radius: 18px;
	}
	.card summary img {
		vertical-align: -25px;
		width: 64px;
	}
	.card summary img.round {
		border-radius: 32px;
	}
	.card summary small {
		display: none;
	}
	.card summary h3 {
		font-size: 1.3rem;
		margin-left: .6rem;
		margin-right: .3rem;
	}
	.card summary img + h3 {
		margin-left: .3rem;
	}
}
