.page-goapp #pageBody {
    max-width:unset;
    display: flex;
    padding: 20px 40px;
}

.page-goapp .columnMain {
	  width: unset;
    flex: 1;
}

.gotypes {
	display: flex;
  flex-wrap:wrap;
}

.go-type {
	display:flex;
	flex-direction:column;
	width:120px;
	border:1px solid #3c3c3c;
	border-radius:6px;
	background:#ffffff;
	cursor:pointer;
	margin-right:10px;
	margin-bottom: 10px;
	align-items:center;
	overflow:hidden;
	padding:0;
	flex-shrink: 0;
}

.go-type.active {
	background:#FFF6e6;
}

.go-type span,
.go-type img,
.go-type svg {
	pointer-events:none;
}

.go-type img {
	margin: 5px;
  height:80px;
}

.go-type span {
	  text-align: center;
    font-weight: 500;
    color: #ffffff;
    background: var(--primary-orange-dark);
    width: 100%;
    padding: 4px;
    font-family: 'Roboto', 'Lucida Grande', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
}

h2 span.grey {
	color:grey;
}

.gosection.last {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--middlegrey);
}

.gosection input {
	  height: 32px;
    padding: 0 10px;
    font-size: 14pt;
    width: 60%;
}

.gosection textarea {
    padding: 6px 10px;
    font-size: 12pt;
    width: 60%;
    font-family: 'Roboto', 'Lucida Grande', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
    line-height: 17pt;
}

.go-button {
	display:flex;
	align-items:center;
	border:2px solid #b47501;
	color:#b47501;
	border-radius:16px;
	height:34px;
	width:fit-content;
	padding:0 20px 0 15px;
	font-weight:500;
	background:#ffffff;
	font-family: 'Roboto', 'Lucida Grande', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
	cursor:pointer
}

.go-button svg {
	fill:#b47501;
	height:24px;
	width:24px;
	margin-right:10px;
	pointer-events:none;
}

.go-button span {
	pointer-events:none;
}

.go-button.disabled {
	opacity:.25;
	cursor:default;
}

button.link {
	border:none;
	background:transparent;
	color:#2D559F;
	display:block;
	cursor:pointer
}

button.link.disabled {
	opacity:.25;
	cursor:default;
}

body.print {
	font-family: 'Roboto', verdana, sans-serif;
	color:#3c3c3c;
	height: 100%;
  margin: 0px;
}

body.print .printdiv {
	display:flex;
	flex-direction:column;
}

body.print .printdiv h1{
	font-family: 'Roboto', verdana, sans-serif;
	font-size:18pt;
	color:#3c3c3c;
}

body.print .printdiv p{
	font-family: 'Roboto', verdana, sans-serif;
	font-size:12pt;
	color:#3c3c3c;
}

body.print .printdiv img{
	margin: auto;
	width:100%;
}

body.print .printdiv img.rect{
	margin: auto;
	width:75%;
}

body.print .printdiv .footer{
	margin-top:auto;
	font-family: 'Roboto', verdana, sans-serif;
	font-size:10pt;
	display: flex;
	justify-content:space-between;
  position: fixed;
  bottom: 0;
  left:0;
  border-top:1px solid #3c3c3c;
  padding-top:10px;
  width:100%;
}

.holder-bottom-articles {
    max-width: 1160px;
    margin: 0 auto;
}