@charset "utf-8";
body {
	font-family: "Hind", sans-serif;
	font-weight: 400;
	font-size: medium;
	color: #212121;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
figure, .figure {
	margin: 0;
}
.floatleft, .floatright{
	text-align: center;
	margin: 0 .5em .5em;
	float: none;
}
img, video, audio {
	width: 100%;
	height: auto;
}
iframe {
	width: 100%;
	max-width: 640px;
	background-color: #000;
	height: 52vw;
}
.serif, i, em {
	font-family: "Times New Roman", Times, serif;
}
b, strong, h1, h2, h3, h4 {
	font-weight: 600;
}
.upper {
	text-transform: uppercase;
}
hr {
	margin: 1em .2em;
	clear: both;
	border-top: 2px solid #3FBAEB;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
p, .colpad {
	padding: 0;
	margin: .125em 0 1.2em; 
	line-height: 1.3em;
}
p:last-child {
	margin-bottom: 0;
}
a, .submitbutton {
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
}
a, a:link, a:visited{
	text-decoration: none;
	color: #3FBAEB;
}
a:hover, a:visited:hover {
	color: #981A32;
	text-decoration: none;
	cursor: pointer;
}
a.tel, a.tel:link, a.tel:visited {
	color: #212121;
}
h1 {
	font-size: 2.75em;
	font-size: 8vw;
	color: #212121;
	margin: 0 0 .5em;
	line-height: 1em;
}
h2 {
	color: #981A32;
	font-size: 1.5em;
	margin: 1em 0; 
	line-height: 1.1em;
}
h3 {
	font-size:1.388em;
	color:#981A32;
	margin: 1em 0; 
	line-height: 1.1em;
}
h2 + h3 {
	color: #212121;
	font-size: 1.25em;
	margin-top: -1em;
}
h4 {
	font-size:1.25em;
	color:#981A32;
	line-height: 1.1em;
}
h3 br {
	display: none;
}
p + h3 {
	margin-top: 1em;
}
h5 {
	font-size: 1em;
	line-height: 115%;
	font-weight: 600;
	margin-bottom: .8em;
}
h5, h5 a, h5 a:link, h5 a:visited {
	color: #000;
}
ul, ol {
	padding: 0;
	margin: .125em 0 .5em 2em; 
}
li {
	list-style-position: outside;
	padding-bottom: .5em;
}
li:last-child{
	padding-bottom: 0;
}
.unav li {
	line-height: 1.05em;
}
li.clean {
	list-style: none;
}
ul.links {
	font-size: 1.1em;
	font-weight: 600;
	color: #000;
}
ul.links a, ul.links a:link, ul.links a:visited {
	color: #003E87;
}
ul.links a:hover, ul.links a:visited:hover {
	color: #7E1519;
}
dl {
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
dt {
	font-weight: 600;
	line-height: 1.1em;
	margin: 1em 0 0 -1em;
	padding: 0;
}
dd {
	padding: .5em 0 0;
	margin: 0 0 .5em;
}
dt, dd p {
	text-align: left;
}
dl ul {
	margin: 0 auto;
	max-width: 92%;
}
dd.current {
	display: block;
}
dl.issues dd {
	opacity: .8;
}
dl.issues dt {
	padding: 0 0 0 30px;
	position: relative;
	cursor: pointer;
}
dl.issues dt:not(:first-child) {
	padding-top: .5em;
	border-top: 1px solid rgba(0,0,0,.5);
}
dl.issues dt:hover {
	opacity: 1;
}
dl.issues dt::before {
	position: absolute;
	font-weight: 600;
	font-size: 1.2em;
	left: .2em;
	top: -.1em;
	content: "+";
}
dl.issues dt:not(:first-child)::before {
	top: .3em;
}
dl.issues dt.current::before {
	content: "-";
}
.cover {
	position: fixed;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 600;
}
#header, #footer {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	background-color: #1F1746;
	color: #FFF;
}
#header {
	border-bottom: 2px solid #F78F2C;
}
#header .split {
	padding: 1em;
}
#footer .logoside {
	margin-bottom: 1em;
}
.cityback {
	border-top: 2px solid #F78F2C;
	border-bottom: 2px solid #F78F2C;
	margin: 0;
	padding: 2em 0;
}
.navbar, .nav2, .original, #mobilehide, #mobilenav ul ul, #mobilehide br {
	display: none;
}
#mobilenav {
	background-color: #141543;
	border-bottom: 2px solid #D53C17;
}
#mobilenav {
	display: block;
	width: 100%;
	position: relative;
}
#mobilenav ul	{
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#mobilenav li{
	box-sizing: border-box;
	width: 100%;
	list-style:none;
	display: table;
	text-align: center;
	padding: 0;
	position: relative;
}
#mobilehide > ul > li{
	border-top: 1px solid #1F1746;
} 
#mobilehide .more, #mobilehide .more2{
	width: 70px;
	height: 44px;
}
#mobilehide .more2 {
	position: absolute;
	right: -70px;
	top: 0;
}
#mobilenav .more, #mobilenav .more2 {
	background-image: url(https://commonelements.net/common/elements/mobile_pieces.png);
	background-position: center -56px;
	display: table-cell;
}
#mobilenav li > div, #mobilenav .more {
	display: table-cell;
	vertical-align: middle;
}
#mobilenav a {
	display: block;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
}
#mobilenav a, #mobilenav a:link, #mobilenav a:visited {
	color: #FFF;
}
#mobilenav .mobiletitle {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: x-large;
	line-height: 52px;
	height: 52px;
	display: block;
	margin-right: 70px;
	overflow: hidden;
}
.mobileicon {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 52px;
	background-image: url(https://commonelements.net/common/elements/mobile_pieces.png);
	background-position: center top;
	
}
.mobileicon:hover, #mobiletoggle:checked ~ .mobileicon, #mobilenav .more, #mobilenav a:hover, #mobilenav a:visited:hover {
	color: #FFF;
	background-color: #1F1746;
}
#mobiletoggle, .subtoggle {
	position:absolute;
	left:-100%;
	top:-100%;
}
#mobiletoggle + label, #mobilehide .more{
	cursor: pointer;
}
#mobiletoggle:checked ~ #mobilehide {
	display: block;
}
#mobilehide ul li input:checked ~ ul {
	display: table-row;
}
#mobilehide ul li input:checked + label {
	background-position: center -109px;
}
#mobilehide ul ul, #mobilehide ul ul ul {
	font-size: .9em;
}
#mobilehide ul ul ul li:first-child {
	border-top: 1px solid #FFF;
}
#mobilehide ul ul ul li:last-child {
	border-bottom: 1px solid #FFF;
}
.rednav a{
	background-color: #D53C17;
	color: #FFF;
}

.container{
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: -1em;
}
.socialmedia, .socialmedia2 {
	vertical-align:middle;
	display: inline-block;
}
.socialmedia > div, .socialmedia2 > div {
	display: inline-block;
	margin: .5em;
}
.social, .social div.spacer { 
	background-image: url(https://commonelements.net/common/social-icons.png);
	background-repeat: no-repeat;
	background-size: 550px;
}
.social div.spacer {
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	height: 32px;
	width: 32px;
	background-color: #1F1746;
}
.social div.spacer:hover {
	opacity: 0;
}
.socialmedia .facebook div.spacer  {
	background-position: 0px -50px;
}
.socialmedia .facebook {
	background-position: 0px 0;
}
.socialmedia .twitter div.spacer  {
	background-position: -50px -50px;
}
.socialmedia .twitter {
	background-position: -50px 0;
}
.socialmedia .googleplus div.spacer  {
	background-position: -100px -50px;
}
.socialmedia .googleplus {
	background-position: -100px 0;
}
.socialmedia .linkedin div.spacer  {
	background-position: -150px -50px;
}
.socialmedia .linkedin {
	background-position: -150px 0;
}
#login {
	display: table;
	margin: 0 auto;
	background-color: #D0D1D3;
	background-color: rgba(255,255,255,.8);
	padding: 1em 1.5em;
	color: #000;
}

.articlelist {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 1em 0;
}
.articlelist > div{
	padding-top: .5em;
}
.docside {
	text-align: center;
}
.articlelist .more {
	margin-top: .4em;
}
#media {
	margin: .4em auto;
	text-align: center;
}
.navigation {
	text-align: right;
	font-size: .9em;
	opacity: .9;
	margin: .5em 0;
}
.fullarticle {
	position: relative;
	padding-top: 1.25em;
}
.fullarticle h3 {
	color: #000;
	font-size: 1.12em;
	margin-top: .82em;
}	
.articlelist h3 {
	font-size: 1.3em;
	margin: 0;
}
.articlelist h3 a{
	padding: 0;
}
.articlelist h4, .fullarticle h4{
	color: #7E1519;
	font-size: 1.05em;
	margin-bottom: .6em;
}
.articlelist h5, .fullarticle h5, .fullarticle h6 {
	padding: .5em 0 0;
	margin: 0;
	font-size: .8em;
	color: #7E90A6;
}
.articlelist h5 + div, .fullarticle h5 + div, .fullarticle h6 + div {
	padding-top: .5em;
}
.fullarticle .image {
	margin: 1em .5em .5em;
	width: auto;
}	
.fullarticle img {
	width: 100%;
	height: auto;
}
.fullarticle .author {
	padding: 0 0 .4em;
	color: #7E90A6;
}
.photoshell {
	margin: .5em auto;
	text-align: center;
}
.sharetable {
	display: table;
	border-collapse: separate;
	border-spacing: 6px;
}
.sharecell {
	display: table-cell;
	vertical-align: top;
	width: 58px;
	font-size: 10px;
}
.sharecell.space{
	padding-top: 4px;
}
.fb-share-button {
	position: relative;
	top: 4px;
}

.caption {
	display: block;
	font-size: .9em;
	line-height: 1em;
	margin-top: .3em;
 	color: #A6A3B0;
	max-width: 600px;
}
.breadcrumb {
	background-color: #A6A3B0;
	padding: 1em;
	font-weight: 400;
}
.breadcrumb, .breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited{
	color: #6A6774;
}
.breadcrumb a:hover, .breadcrumb a:visited:hover {
	color: #000;
}
.breadcrumb li {
	font-size: .8em;
	line-height: 1em;
	list-style-type: none;
	margin: 0 0 0 .2em;
	vertical-align: middle;
	display: inline-block;
	padding: 0;
}
.breadcrumb li:not(:first-child)::before {
	content: ">";
	padding: 0 .5em;
}
.sized, .page {
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 1400px;
	margin: 0 auto;
}
.page {
	padding-top: 2em;
	padding-bottom: 2em; 
}
.page.full, .page.endorsement {
	max-width: 50em;
	margin-left: auto;
	margin-right: auto;
}
.leftside {
	text-align: center;
	margin-bottom: .5em;
	margin-top: .5em;
}
.contact .inside {
	padding: 1em 2em 2em;
}
.endorsements {
	font-size: .9em;
	list-style: none;
}
.endorsements .position {
	font-size: .9em;
}
.endorsements .withphoto {
	text-align: center;
}
.endorsements .withphoto .image {
	margin: .5em auto;
	width: 150px;
}
ul.endorsements.ocols {
	margin: 0 auto;
	text-align: center;
}
.endorsements.ocols li {
	box-sizing: border-box;
	padding: .5em 0;
	line-height: 1.1em;
}
.withcomment .quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.endorsements li {
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
ul.endorsements li.withcomment {
	margin: .5em 0;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
.endorsements .name, .endorsements .doc {
	display: block;
}
.endorsements .doc {
	text-align: right;
}

.border {
	border: 1px solid #666666;
}
.light1 {
	color: #4FBFD7;
}
.light2 {
	color: #50C3F0;
}
.light3 {
	color: #EB010A;
}
.dark1 {
	color: #0067E1;
}
.dark2 {
	color: #7E1519;
}
.bar1 {
	text-align: center;
	font-size: 1.1em;
	color: #FFF;
	background-color: #981A32;
}

.formtable td.left, .formtable td.right {
	text-align: center;
}
.formtable td, .formtable th {
	display: block;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
	box-sizing: border-box;
	width: 100%;
}
.navigation select{
	width: auto;
}
.check_human .errorborder {
	padding: 4px;
}
.formbox {
	padding: 1em 2em 1em 1em;
}
.formnorm {
	font-size: .85em;
	background-color: #E0E2DF;
	color: #000;
	padding: .6em;
	border: none;
}
.formnorm::-webkit-input-placeholder {
	color: #595959 !important;
}
.formnorm::-moz-placeholder {
	color: #595959 !important;
}
.formnorm:-ms-input-placeholder {
	color: #595959 !important;
}
.formsubmit {
	width: 100%;
	font-size: 1.1em;
	border-radius: .3em;
	border: .2em outset #D7D9D4;
	background-color: #7E1519;
	color: #FFF;
	padding: .5em;
}
table.preview {
	color: #000;
	background-color: #E0E2DF;
	border-spacing: 0;
}
table.preview td {
	padding: .5em;
}
.tip {
	font-size: 0.85em;
	line-height: 1em;
	color: #666666;
}
table.address {
	margin: 0;
	border-collapse: separate;
	border-spacing: .5em;
}

.side {
	padding: 2em 0 0;
}
.side > aside > div {
	margin-bottom: 2em;
}
.side h4 {
	text-align: center;
	font-weight: 600;
}
.side .contact {
	background-color: #1F1746;
	color: #FFF;
	border-radius: 1em;
}
.side .contact h4 {
	color: #FFF;
	padding: .5em 0;
}
.facebooksoon h4{
	color: #6A6774;	
}
.fullbutton, .blog .more {
	display: table;
	margin: 1em auto;
}

.fullbutton a, input.submitbutton, .blog .more a{
	text-align: center;
	display: block;
	padding: 1em;
	background-color: #D53C17;
	border-radius: .3em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.2em;
	border: none;
	margin: 0 auto;
	font-size: .95em;
}
.fullbutton a, .fullbutton a:link, .fullbutton a:visited, input.submitbutton,
.blog .more a, .blog .more a:link, .blog .more a:visited {
	color: #FFF;
}
.fullbutton a:hover, .fullbutton a:visited:hover, input.submitbutton:hover, input.submitbutton:focus,
.blog .more a:hover, .blog .more a:visited:hover {
	cursor: pointer;
	background-color: #E05A29;
}
.paidfor {
	display: table;
	padding: 1em;
	margin: 1em auto;
	border: 1px solid #FFF;
}
.fineprint {
	padding-bottom: 1em;
	font-size: .8em;
	color: #6A6774;
}
.submitgroup {
	position: relative;
	padding-bottom: 1em;
}
#coverup {
	position: absolute;
	font-size: .85em;
	padding: 3.5em 0 0;
	text-align: center;
	width: 100%;
	top: 0;
	left: 0;
	color: #990000;
	background-color: rgba(255,255,255,.5);
	z-index: 11;
	display: none;
}
#coverup.after {
	display: block;
}
#coverup.after:after {
	content: "Submitting, please wait";
}
.fb-page {
	width: 100%;
	text-align: center;
}
/* for stickyscroll */
#staticbar {
	font-size: .9em;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	background-color: #1F1746;
	padding: .3em 0 .4em;
	border-bottom: 1px solid #3FBAEB;
}
@media only screen and (min-width: 20em) {
/* 320 */
	#debug {
		z-index: 501;
		background-color: rgba(256,256,256,.5);
		border: 1px solid #FFF;
		color: #3300FF;
		padding: 4px;
		position: fixed;
		bottom: 0;
		right: 0;
	}
	.debugnotes {
		font-size: medium;
		line-height: 1.15em;
	}
}
@media only screen and (min-width: 30em) {
/* 480 */
	.original {
		display: initial;
	}
	.blog .articlelist > div, .news .articlelist > div{
		display: table-cell;
		vertical-align: top;
	}
	.blog .articlelist.withphoto .docside, .news .articlelist.withphoto .docside {
		padding-right: 1em;
		width: 200px;
	}
	.blog .docside .date {
		width: 180px;
	}
	.fullarticle .image {
		float: right;
		width: 35%;
	}	
	.endorsements.cols {
		-moz-column-count: 2;
		-moz-column-gap: 3em;
		-webkit-column-count: 2;
		-webkit-column-gap: 3em;
		column-count: 2;
		column-gap: 3em;
	}
	.formtable {
		width: 90%;
		max-width: 640px;
	}
	.formtable td, .formtable th {
		display: table-cell;
	}
	.formtable td.right {
		padding-top: .3em;
		line-height: 1.3em;
		max-width: 180px;
		text-align: right;
	}
	.formtable td.left {
		text-align: left;
	}

}
@media only screen and (min-width: 41em) {
/* 656 */
	iframe {
		height: 360px;
	}
	h3 br {
		display: initial;
	}
	.floatleft {
		float: left;
		margin: .2em 1em .5em 0;
		max-width: 50%;
	}
	.floatright {
		float: right;
		margin: .2em 0 .5em 1em;
		max-width: 50%;
	}
	.floatright.half {
		max-width: 50%;
	}
	.splitlist ul {
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		column-count: 2;
		column-gap: 2em;
	}
	.fullbutton a, input.submitbutton, .blog .more a{
		padding: 1em 2em;
	}
	.endorsements.ocols li {
		padding: .5em 1.5em;
		display: inline-block;
		vertical-align: middle;
		width: 30%;
	}

}
@media only screen and (min-width: 50em) {
/* 800 */
	body {
		font-size: 16px;
	}	
	iframe {
		height: 33vw;
	}
	h1, .likeh1 {
		font-size: 2.75em;
	}
	#header .split .logoside {
		width: 33%;
	}
	.logoside {
		padding-right: 2em;
	}
	.cityback {
		background-image: url(https://ep4cc.com/elements/cityback.jpg);
		background-position: center;
		background-size: cover;
	}
	#footer .about {
		padding-right: 2em;
		width: 40%;
	}
	#footer .contact {
		width: 25%;
	}
	#footer h4 {
		color: #A6A3B0;
		text-align: left;
		margin: 0 0 .4em;
	}
	.navback {
		padding: 0;
	}
	.navbar {
		display: block;
		color: #FFF;
		font-size: .8em;
	}
	.navbar > ul {
		display: table;
		width: 100%;
		list-style: none;
	}
	.navbar > ul, .navbar li{
		margin: 0;
		padding: 0;
	}
	.navbar > ul > li {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin: .2em;
	}
	.navbar .nav a {
		text-align: center;
		display: block;
		cursor:pointer;
		z-index:100;
	}
	.navbar .nav a {
		padding: 2em 1em;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}
	.navbar .nav a, .navbar .nav a:link, .navbar .nav a:visited {
		color: #9994B2;
	}
	.navbar .nav a:hover, .navbar .nav a:visited:hover {
		color: #FFF;
		background-color: #5B5382;
	}
	.navbar .rednav.nav a, .rednav.navbar .nav a:link, .rednav.navbar .nav a:visited {
		background-color: #D53C17;
		color: #FFF;
	}
	.navbar .rednav.nav a:hover, .navbar .rednav.nav a:visited:hover {
		background-color: #E05A29;
	}
	.navbar .nav.on a {
		color: #FFF;
		background-color: #141543;
	}
	.unav ul ul {
		transition: opacity 200ms cubic-bezier(.5, 0, .5, 1);
		margin: 0;
		padding: 0;
		position: absolute;
		height: auto;
		z-index: 90;
		opacity: 0;
		text-align: left;
		list-style: none;
		width: 10.5em;
		overflow: hidden;
		box-shadow: .2em .2em .9em #000;
	}
	.unav ul ul a {
		display: block;
		font-weight: 600;
		text-transform: uppercase;
		padding: .5em 1.5em .4em;
		border-bottom: 1px solid rgba(0,0,0,.2);
	}
	.unav ul ul a, .unav ul ul a:link, .unav ul ul a:visited {
		color: #212121;
		background-color: #FFF;
	}
	.unav ul ul a:hover, .unav ul ul a:visited:hover {
		background-color: #334B7B;
		color: #FFF;
	}
	.unav li:hover ul ul,
	.unav li li:hover ul ul,
	.unav li li li:hover ul ul,
	.unav li li li li:hover ul ul
	{opacity: 0;}
	
	.unav li:hover ul,
	.unav li li:hover ul,
	.unav li li li:hover ul,
	.unav li li li li:hover ul
	{opacity: 1;}
	
	.original {
		display: inherit;
	}
	#mobilenav {
		display: none;
	}
	video, audio {
		width: auto;
	}
	.forcebreak:after {
		content: "\A";
		white-space: pre;
	}
	.photoshell {
		max-width: 50%;
		float: left;
		margin: 0 1em 1em 0;
	}
	.figure{ 
		max-width: 200px;
	}
	.page {
		padding-top: 4em;
		padding-bottom: 4em; 
	}
	.pagetop {
		padding: 2.8em 0;
	}
	.split{
		box-sizing: border-box;
		width: 100%;
		display: table;
	}
	.split > div{
		display: table-cell;
		vertical-align: top;
	}
	.split.inhalf > div {
		width: 50%;
	}
	.split.sized > div {
		vertical-align: middle;
	}
	.page > .split > div:not(:last-child){
		padding-right: 2em;
	}
	.page > .split > div.border:not(:last-child){
		padding-right: 0;
	}
	.side {
		width: 20em;
		padding: 0;
	}
	.focusblock, .difference {
		margin-bottom: 3em;
	}
	.biography p {
		font-size: 1.2em;
	}
	.formnorm, table.preview {
		background-color: rgba(235,237,239,0.9);
	}
	.fineprint p {
		max-width: 60%;
	}
	.articlelist img.photothumb, #media img, .shadowed {
		box-shadow: 2px 2px 4px #000;
	}
	/* for stickyscroll */
	#staticbar.stuck {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 600;
	}
	#staticbar.free {
		position: relative;
	}

}
@media only screen and (min-width: 60em) {
/* 960 */
	.leftside {
		text-align: left;
	}
	.navbar {
		font-size: .9em;
	}
	.endorsements.cols {
		-moz-column-count: 3;
		-moz-column-gap: 2em;
		-webkit-column-count: 3;
		-webkit-column-gap: 2em;
		column-count: 3;
		column-gap: 2em;
	}
	.endorsements.comment.cols, .endorsements.official.cols {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}
@media only screen and (min-width: 64em) {
/* 1024 */
	body {
		font-size: 1.25vw;
	}
}
@media only screen and (min-width: 71em) {
/* 1136 */
	iframe {
		height: 360px;
	}
	.columnize {
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		column-count: 2;
		column-gap: 2em;
	}
	.endorsements.col2 {
		-moz-column-count: 2;
		-moz-column-gap: 3em;
		-webkit-column-count: 2;
		-webkit-column-gap: 3em;
		column-count: 2;
		column-gap: 3em;
	}
}