* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    position: relative;
    height: 100%; 
}

a {
    color: #0068BD;
    text-decoration: none;
}

a:hover { 
    text-decoration: underline; 
}

i {
    font-style: italic;
    color: #555;
}

/** ensures a page height which forces the footer to be stuck at page bottom */
article {
    min-height: calc(100vh - 405px);
}

article b {
    font-weight: 600;
}

small {
    font-size: 14px;
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: text;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    color:#000;
    background:#fff;
    font-family:"Source Sans Pro", sans-serif; /* 200 = ExtraLight, 300 = Light, 400 = regular, 600 = semi-bold, 700 = bold, 900 = black */
    font-weight:400;
    font-size:18px;
    margin:0px;
    padding:0px;
    align-content: start;
}

code {
    font-size:16px;
    word-wrap: break-word;
    word-break: break-all;
}

code.standout {
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #111;
}

.nojs::after {
    content: "Please enable JavaScript to view this site!";
}

/*** header ***/
header {
	position: fixed;
	width:100%;
    background: #fff;
    top:0;
    border-bottom: 1px #999 solid;
}

.header-banner {
	width:100%;
	height:50px;
	color:#fff;
	
	background: var(--cyan-300, #70BFDA);
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}

.header-banner a {
	text-decoration: underline;
	color:#fff;
}

#headerAssets {
	width:100%;
    max-width: 1280px;
	margin: 0px auto;
    height: auto;
    padding: 20px;
}

header .assets .desktop {
    display: flex;
    justify-content: space-between;
	align-items:center;
    width:100%;
}

header .assets .desktop .logo.ghostscript {
    width:140px;
    height:auto;
	margin-right:50px;
}

header .assets .mobile .logo.ghostscript{
    width:110px;
    height:auto;
	margin-right:15px;
}

header .assets .desktop .left {
	display: flex;
    justify-content: flex-start;
	align-items:center;
}

header .assets .desktop .left .nav {
	height:29px;
	margin: 5px 40px 0 0px;
}

header .assets .desktop .left .nav a, header .assets .mobile .left .nav a {
	color:#848484;
}

header .assets .desktop .right {
    width: 230px;
}

.ctaButtonA, .ctaButtonB {
    height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:0;
    border-radius:5px;
}

.ctaButtonA:hover {
	border: 1px solid var(--cyan-primary, #1095C2)
	/*border: 1px solid var(--cyan-primary, #1095C2)*/
}

.ctaButtonB:hover {

	background: radial-gradient(68.34% 62.5% at 50% -12.5%, #CFEAF3 0%, #1095C2 100%);

}

.ctaButtonA {
	color: #1095C2;
	border: 1px solid #CFEAF3;
    width: 47.5%;
    margin: 0px 2.5% 0px 0;
    background: linear-gradient(180deg, #F3FAFC 50%, #B7DFED 167.5%);
}

.ctaButtonB {
	color:#fff;
    width: 47.5%;
    margin: 0px 0 0px 2.5%;
	background: linear-gradient(180deg, #70BFDA -25%, #1095C2 50%);
}

header .nav.externalArrow {
	width:90px;
	background: transparent url(../images/header/arrow-up-right.svg) right 4px no-repeat;
	background-size: 12px 12px;
}


/*** main ***/
main {
    margin:70px 0 0px;
}

main .duo-button {
	display:flex;
	justify-content: space-around;
	align-items: center;
	width:340px;
	margin:0 auto;
}

main#home p {
	color: var(--text-primary, #848484);
}

main#home h2 {
	font-size:48px;
}

main .outer {
    max-width: 1280px;
    margin: 0px auto;
}

main .inner {
    margin: 20px;
}

main .banner {
    width: 100%;
    height: 100px;

	/*background: var(--cyan-300, #70BFDA);*/
	background: url(../images/header/sub-page-header.svg) 0 0 no-repeat;
	background-size: cover;
    /*background-color: #0075cf;*/
}

main .banner h1 {
    line-height: 105px;
    color: #1D1E1F;
    max-width: 1280px;
    padding:0 20px;
    margin: 0 auto;
	font-size:30px;
    font-weight:500;
}

/*** footer ***/
footer {
    width:100%;
    background-color: #fff;

}

footer .inner .details {
	display: flex;
    justify-content: space-between;
	max-width: 1280px;
	margin:0 auto;
	padding:20px;
}

footer .inner .details .nav a {
    font-size: 14px;
    color: #848484;
    text-decoration: none;
	margin-left:20px;
}

footer .inner .details .nav a:hover {
	text-decoration: underline;
}

footer .inner .details .right {
	display: flex;
    justify-content: flex-start;
}

footer .inner .copyright {
	font-size: 14px;
	color:#848484;
    display: flex;
    justify-content: space-between;
	max-width: 1280px;
	margin:0 auto;
	padding:20px;
}


/*** pages ***/
h1 {
	font-family: Inter;
    font-size:40px;
    font-weight:700;
    margin: 20px 0;
}

h2 {
    font-size:24px;
	font-family: Inter;
    margin: 20px 0;
}

h3 {
    font-weight:300;
    font-size:24px;
}

h4 {
    font-weight:600;
    font-size:20px;
}

h5 {
    font-weight:700;
	font-family: Inter;
    font-size:24px;
}

strong {
    font-weight:700;
    color:#058448;
}

p {
    line-height:1.5;
    margin:10px 0 30px;
}

ul {
    margin:10px auto 30px;
 
}

li {
    line-height:1.5;
    margin:0px 0 10px 20px;
    font-weight:400;
}

tt, code, pre {
    font-family: "Source Code Pro", Consolas, "Andale Mono", Monaco, monospace;
}

table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #c0c0c0;
}

th {
    font-weight: bold;
    background-color:#666;
    color: #fff;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

th, td {
    text-align: left;
    padding:14px;
}

td {
    border-right: 1px solid #c0c0c0;
}

table tr {
    background-color: #fff;
    border-bottom: 1px solid #c0c0c0;
}

table tr:nth-child(2n) {
    background-color: #efefef;
}

blockquote.note {
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 60px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    background: #eee url(../images/icon-warning.svg) 10px center no-repeat;
    background-size: 40px 40px;
}

#faq .panel {
    display: none;
}

#faq .accordion {
    color: #0068BD;
    text-decoration: none;
}

#faq .accordion:hover { 
    text-decoration: underline;
    cursor: pointer;
}

#faq .panel pre {
    background-color: #efefef;
    padding: 10px;
    border-radius: 5px;
}


/** main homepage **/

main h3 {
	line-height:1.5;
	font-weight:500;
	color: var(--text-primary, #848484);
}

main .centered-headlines {
	width:60%;
	padding:80px 0 50px;
	margin:0px auto;
}

main .centered-headlines h1 {
	margin: 40px auto;
}

main .centered-headlines h2 {
	font-size:48px;
	text-align:center;
}

main .centered-headlines h3 {
	font-size:20px;
	text-align:center;
}

/** hero **/
main .hero {
	background: transparent url(../images/home/hero-section.jpg) 0 0 no-repeat;
	background-size: cover;
}

main .hero h1 {
	margin: 40px auto;
	width:100%;
	font-size: 48px;
	text-align: center;
	display: inline-block;
    background: linear-gradient(91deg, var(--text-primary, #1D1E1F) 27.26%, var(--cyan-primary, #1095C2) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/** solutions **/
main .solutions {
	background: transparent url(../images/home/solutions-section.jpg) 0 0 no-repeat;
	background-size: cover;
}

main .solutions h2, main .solutions h3, main .solutions h4,
main .integration h2, main .integration h3, main .integration h4 {
	margin:0 auto;
	padding:0
}

main .solutions .panels, main .integration .panels {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	row-gap: 25px;
    column-gap: 10px;
	
}

main .solutions .panels .panel, main .integration .panels .panel  {
	width:380px;
	min-height:292px;
	height:auto;
	border: 1px solid #E4E4E9;
	background: #fcfcfc;
	padding:25px;
	box-shadow: 0px 10px 10px 0px #0000000A;
	border-radius: 20px;
}

main .solutions .panels .panel h4, main .integration .panels .panel h4  {
	margin-top:20px;
	color: var(--text-primary, #1D1E1F);
	font-size: 32px;
}

main .solutions .panels .panel p, main .integration .panels .panel p  {
	font-size: 14px;
}

/** integration **/
.ultra-panel {
	width:100%;
	height:auto;
	background: linear-gradient(180deg, #F3FAFC 0%, #FFFFFF 100%);
	border: 1px solid var(--border, #E4E4E9);
	border-radius: 32px;
	box-shadow: 0px 10px 10px 0px #0000000A;
}

main .integration .panels {
	margin:20px;
}

main .integration .panels .panel  {
	min-height:412px;
}

main .integration .panels .panel h4 {
	margin-top: 180px;
}

main .integration .panels .panel.a {
	background: white url(../images/home/feature-rich.svg) 0 0 no-repeat;
	background-size: contain;
}

main .integration .panels .panel.b {
	background: white url(../images/home/compatibility.svg) 0 0 no-repeat;
	background-size: contain;
}

main .integration .panels .panel.c {
	background: white url(../images/home/performance.svg) 0 0 no-repeat;
	background-size: contain;
}

main .integration .panels .panel.d {
	background: white url(../images/home/quality-assurance.svg) 0 0 no-repeat;
	background-size: contain;
}

main .integration .panels .panel.e {
	background: white url(../images/home/range-of-uses.svg) 0 0 no-repeat;
	background-size: contain;
}

main .integration .panels .panel.f {
	background: white url(../images/home/flexible.svg) 0 0 no-repeat;
	background-size: contain;
}


/** performance **/
main .performance {
	margin-top:80px;
	background: linear-gradient(180deg, #FFFFFF 0% ,#FFFFFF 35%, #F3FAFC 100%);
	background-size: cover;
}


/** features **/
main .features .headline {
    display: flex;
    justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	margin:0 auto;
	padding:20px;
}

main .features .headline .a {
	width:60%;
}

main .features .headline .b {
	width:40%;
}

main .features .headline .b {
	margin-top: 20px;
}

main .features .panels {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
}

main .features .panels .panel {
	margin:0 20px 20px 0px;
	width:320px;
	min-height:420px;
	height:auto;
	border: 1px solid #E4E4E9;
	background: #fcfcfc;
	padding:25px;
	box-shadow: 0px 10px 10px 0px #0000000A;
	border-radius: 20px;
}

main .features .panels .panel .feature-icon {
	background: white url(../images/home/features/feature-icon-bg.png) 0 0 no-repeat;
	background-size: 104px 104px;
}

main .features .panels .panel .feature-icon img {
	width:70px;
	height:70px;
	margin:17px;
}

main .features .panels .panel p {
	margin-bottom:8px;
}


/* mupdf */
main .mupdf {
	background: transparent url(../images/home/mupdf-section.jpg) 0 0 no-repeat;
	background-size: cover;
}

main .mupdf .panels {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

main .mupdf .panels .panel  {
	margin: 100px auto;
	width:100%;
	min-height:480px;
	height:auto;
	border: 1px solid #E4E4E9;
	padding:50px;
	box-shadow: 0px 10px 10px 0px #0000000A;
	border-radius: 20px;
	background: #fcfcfc url(../images/home/mupdf.jpg) center right no-repeat;
    background-size: auto 100%;
}

main .mupdf .panels .panel .content {
	width:65%;
}

main .mupdf .panels .panel .buttonHolder {
	display:flex;
	justify-content: space-between;
	width:340px;
}

main .mupdf .panels .panel .buttonHolder button {
	width:160px;
	height:48px;
	font-size: 16px;
}


/* enterprise */
main .enterprise {
	background: transparent url(../images/home/enterprise-section.jpg) 0 0 no-repeat;
	background-size: cover;
}

main .enterprise .panels {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

main .enterprise .panels .panel  {
	margin: 100px auto;
	width:100%;
	min-height:480px;
	height:auto;
	border: 1px solid #E4E4E9;
	padding:50px;
	box-shadow: 0px 10px 10px 0px #0000000A;
	border-radius: 20px;
	background: #fcfcfc url(../images/home/gs-g.jpg) center right no-repeat;
    background-size: auto 100%;
}

main .enterprise .panels .panel .content {
	width:65%;
}

/* misc */
p.large {
	font-size: 20px;
}

nav .mobile {
	display: none;
}

/* features pages */
#feature .feature-banner {

}

#feature .feature-banner  {
    width: 100%;
    height: 100px;
	background: url(../images/header/sub-page-header.svg) 0 0 no-repeat;
	background-size: cover;
}

#feature .feature-banner .holder {
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
}

#feature .feature-banner h1 {
    line-height: 105px;
    color: #1D1E1F;
    max-width: 1280px;
    padding:0 20px 0 10px;
    margin: 0;
	font-size:30px;
    font-weight:500;
}

#feature .feature-banner .feature-icon {
	width:100px;
	height:100px;
	background: transparent url(../images/home/features/feature-icon-bg.png) center 25px no-repeat;
	background-size: 60px 60px;
}

#feature .feature-banner .feature-icon img {
	width:50px;
	height:50px;
	margin:30px 24px;
}

#feature h2 {
	color: var(--text-primary, #1D1E1F);
	font-weight: 700;
	font-size: 36px;
}

#feature h3 {
	color: var(--text-primary, #1D1E1F);
	font-size: 28px;
}

main#feature .inner {
	
}

/* a page with both left & right content */
main#feature .inner.doubleSpread {
	display: flex;
}

main#feature .inner .left {
	width:60%;
}

main#feature .inner .right {
	width:40%;
}

main#feature .inner.doubleSpread .left {
	width:50%;
	margin-right:2.5%;
}

main#feature .inner.doubleSpread .right {
	width:47.5%
}


/* large screens */
@media all and (min-width : 1400px)  {


}

/* < Tablet landscape */
@media all and (max-width : 1023px)  {

    header .assets .desktop {
        display: none;
    }

	#headerAssets {
		padding: 10px;
	}

    nav {
        text-align: left;
        top: 0px;
        right: 0px;
    }

    nav .mobile {
        display: flex;
		justify-content: space-between;
    }

	nav .mobile .logo {
		margin-top:10px;
	}

	header .nav.externalArrow {
		background: none;
	}

    nav #burger-icon {
		cursor: pointer;
		min-width:50px;
        width: auto;
        height: 50px;
        margin: 0 10px 0 0px;
        background: url(../images/header/icon-burger-menu.png) center right no-repeat;
        background-size: 50px 50px;
    }

    nav #burger-icon.open {
        background: url(../images/header/icon-burger-menu-x.png) center right no-repeat;
        background-size: 50px 50px;
    }

    nav #burger-menu {
        display: none;
		width:100%;
		margin:0 auto;
        /*bottom: 0;
        height: calc(100vh - 50px);*/
    }

	nav #burger-menu .left {
		display: flex;
		flex-direction: column;
		justify-items: start;
	}

	nav #burger-menu .left {
		width: 100%;
	}

	nav #burger-menu .list-holder {
		display: flex;
		flex-direction: column;
		width:100%;
		height:auto;
		margin:0px;
		padding:20px;
		background-color: white;
		border: 1px solid #c0c0c0;
		border-radius: 20px;
	}

    .mobile .nav {
		padding-right: 0px;
		font-size:28px;
        display: inline-block;
        margin: 5px 5px 15px 0px;
        width: auto;
        text-decoration: none;
    }

	/* a page with both left & right content */
	main#feature .inner.doubleSpread {
		flex-direction: column-reverse;
	}
	main#feature .inner.doubleSpread .left {
		width:100%;
		margin-right:0;
	}

	main#feature .inner.doubleSpread .right {
		width:100%
	}

}


/* < Tablet portrait */
@media all and (max-width : 767px)  {

	main .hero h1 {
		font-size: 36px;
	}

	main#home h2 {
		font-size:30px;
	}

	main .features .headline {
	    display: flex;
	    flex-direction: column;
	}

	main .features .headline .a {
		width:100%;
	}

	main .features .headline .b {
		width:100%;
	}

	main .features .panels .panel {
		margin:0 auto 20px;
		width:100%;

	}

	main .solutions .panels .panel, main .integration .panels .panel  {
		width:100%;
	}


	#headerBanner {
		display: none !important;
	}

	/* these are the CTA header buttons for the mobile context */
	nav .right {
		display: flex;
		flex-direction: column;
	}

	nav .right .ctaButtonA {
		width:100%;
		margin:0;
	}

	nav .right .ctaButtonB {
		width:100%;
		margin:20px 0 0 0;
	}
	
	main .duo-button {
		display:flex;
		flex-direction: column;
		align-items: center;
		width:auto;
		margin:0 auto;
	}

	.duo-button .ctaButtonA {
		width: 100%;
		margin: 0px 0 20px 0;
	}
	
	.duo-button .ctaButtonB {
		width: 100%;
		margin: 0px 0 0px 0%;
	}

	main .solutions .panels, main .integration .panels {
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	main .mupdf .panels .panel .content {
		width:100%;
		background-color: rgba(255,255,255,0.7);
		padding: 20px;
		border-radius: 40px;
		margin-bottom:20px;
		border: 2px solid lightsalmon;
	}

	.mobile .nav {
		font-size:20px;
    }

	#feature .feature-banner h1 {
		font-size: 20px;
		padding-left:0px;
	}

	footer .inner .details .right {
		flex-direction: column;
	}

	footer .inner .details .right {
		flex-direction: column;
	}

	footer .inner .copyright {

		flex-direction: column;

	}

}

/* < Smaller phones */
@media all and (max-width : 450px)  {

	main .mupdf .panels .panel .buttonHolder {
		width:100%;
	}

	main .mupdf .panels .panel .buttonHolder {
		margin: 0 auto;
	}


}


