@charset "utf-8";
body {
	font-family: "Noto Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: medium;
	color: #454A4F;
	margin: 0;
	padding: 0;
}
blockquote {
	margin-bottom: .5em;
}
.serif, i, em {
	font-family: "Times New Roman", Times, serif;
}
.serif p {
	font-size: 1.1em;
	line-height: 1.2em;
}
figure, figcaption {
	margin: 0;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
audio, iframe {
	width: 100%;
}
img, video {
	width: 100%;
	height: auto;
}
video, iframe {
	max-width: 640px;
}
iframe {
	display: block;
	margin: .5em auto;
	height: 56vw;
}
a, a:link, a:visited{
	text-decoration: none;
	color: #8791EF;
	cursor: pointer;
}
h1, h2, h3 {
	font-weight: 700;
	color: #183A67;
	margin: 0 0 .8rem;
}
h1 {
	font-size: 1.84em;
	line-height: 1em;
	margin-top: 1rem;
}
h2 {
	font-size: 1.6em;
	line-height: 1em;
}
a + h2 {
	padding-top: 1.5em;
	margin-top: 1.5em;
	border-top: 2px solid #8791EF;
}
h3 {
	font-size: 1.21em;
	line-height: 1em;
}
h4 {
	font-weight: 700;
	font-size: 1.05em;
	line-height: 1em;
}
h4 + p, h4 + h4 {
	margin-top: .8rem;
}
h1 + p, h2 + p, h3 + p, h1 + h3, figure + p {
	margin-top: 1em;
}
h5 {
	font-size: 1.11em;
	font-weight: 400;
	padding: 0;
	margin: 8px 0;
}
p {
	padding: 0;
	margin: 0 0 .8em;
}
hr {
	border-top: 2px solid #8791EF;
	border-left: none;
	border-bottom: none;
	border-right: none;
	margin: 1.5em 0;
	clear: both;
}
li {
	list-style-position: outside;
	padding-bottom: .4em;
}
ul {
	padding: 0 0 0 2em;
	margin: .2em 0 1em;
}
ul.clean, li.clean {
	list-style: none;
}
ul.clean {
	padding-left: 0;
}
ul ul {
	margin-bottom: 0;
}
dl {
	margin: .2em 0 1em;
}
.fullwidth {
	padding: 0;
	background-color: #FFF;
}
#header {
	max-width: 1034px;
	padding: 1em 1em 2em;
	text-align: center;
	margin: 0 auto;
}
#header, .fullwidth {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.overlay {
	margin: -1em 0 -2em;
}
.tag {
	font-weight: 700;
	font-size: 3vw;
	line-height: 1.2em;
	color: #183A67;
	text-align: center;
}
#header .tag {
	position: absolute;
	width: 60vw;
	right: 5vw;
	bottom: 1rem;
}
#main {
	border-top: 1px solid #25BE04;
	padding-top: 2px;
	position: relative;
	margin: 1em;
}
#footer {
	border-top: 1px solid #25BE04;
	font-size: .9em;
	padding: 2em;
}
#footer p {
	text-align: center;
}
#navbar, .none {
	display: none;
}
#mobilenav {
	width: 100%;
	position: relative;
	background-color: #293E53;
	border-bottom: 4px solid #FFF;
}
#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;
}
#mobilehide > ul > li{
	border-top: 1px solid #FFF;
} 
#mobilehide .more, #mobilehide .nomore{
	width: 70px;
	height: 44px;
}
#mobilenav .more {
	background-image: url(//commonelements.net/common/elements/mobile_pieces.png);
	background-position: center -56px;
	display: table-cell;
}
#mobilenav li > div {
	display: table-cell;
	vertical-align: middle;
}
#mobilenav a, #mobilenav a:link, #mobilenav a:visited {
	display: block;
	line-height: 44px;
	height: 44px;
	color: #FFF;
}
#mobilenav .mobiletitle {
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: x-large;
	line-height: 52px;
	height: 52px;
	display: block;
	margin-right: 70px;
	overflow: hidden;
}
#mobilenav ul ul {
	display:none;
}
.mobileicon {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 52px;
	background-image: url(//commonelements.net/common/elements/mobile_pieces.png);
	background-position: center 0px;
}
.mobileicon:hover, #mobiletoggle:checked ~ .mobileicon, #mobilenav .more, #mobilenav a:hover, #mobilenav a:visited:hover {
	color: #FFF;
	background-color: #5B7085;
}
#mobilehide {
	display: none;
}
#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;
}

.logout a, .logout a:link, .logout a:visited {
	color: #FFF;
}

.container{
	display: table;
	position: relative;
	text-align: center;
	margin: 1em auto;
}
.socialmedia {
	font-size: 21px;
	display: table;
	margin: 0 0 0 auto;
}
.socialmedia > div {
	display: table-cell;
	padding: 0 0 0 1em;
	vertical-align: middle;
}

.socialmedia .social div.spacer, .socialmedia2 .social div.spacer { 
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	background-image: url(https://commonelements.net/common/elements/social-icons.png);
	background-repeat: no-repeat;
	background-size: 31.25em;
	height: 2em;
	width: 2em;
	border-radius: .2em;
	display: block;
}
.socialmedia a:hover div.spacer, .socialmedia a:visited:hover div.spacer {
	opacity: .6;
}
.socialmedia .social div.spacer {
	background-color: #999;
}
.socialmedia .youtube div.spacer {
	background-position: -25em -3.125em;
	background-color: #D62222;
}
.socialmedia .linkedin div.spacer {
	background-position: -9.375em 0;
}
.socialmedia2, .socialmedia2 > div {
	vertical-align: middle;
	display: inline-block;
}
.socialmedia2 {
	font-size: 16px;
	background-color: #FFF;
	padding: .5em;
}
.socialmedia2 > div {
	padding: .5em;
}
.socialmedia2 .social div.spacer {
	background-color: #6E6E6E;
}
.socialmedia2 .linkedin div.spacer {
	background-position: -9.375em -3.125em;
}
.socialmedia2 .linkedin a:hover div.spacer, .socialmedia2 .linkedin a:visited:hover div.spacer {
	background-color: #0173B2;
}
.socialmedia2 .youtube div.spacer {
	background-position: -25em -3.125em;
}
.socialmedia2 .youtube a:hover div.spacer, .socialmedia2 .youtube a:visited:hover div.spacer {
	background-color: #D62222;
}

.sharenav {
	display: table;
	margin: 1em auto 1em 0;
}
.share {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: .5em;
}
.share + .share {
	margin-left: .5em;
}
.share .icon {
	font-size: 10px;
	background-image: url(https://commonelements.net/common/elements/share-icons.png);
	background-repeat: no-repeat;
	background-size: 100em;
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	width: 8.4em;
	height: 2.8em;
	border-radius: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.share a:hover, .share a:visited:hover {
	opacity: .6;
}
.share.facebook .icon{
	background-position: 0 0;
}
.share.twitter .icon {
	background-position: -10em 0;
}
.share.linkedin .icon {
	background-position: -30em 0;
}
.share.email .icon {
	background-position: -70em 0;
}
.articlelist {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 1em 0;
	text-align: center;
}
.articlelist > div{
	padding-top: .5em;
}
.articlelist .content {
	font-size: .9em;
}
.articlelist .docside {
	text-align: center;
}
.articlelist .tagline {
	font-size: .9em;
	color: #193D51;
}
.docside img {
	max-width: 200px;
	height: auto;
}
.articlelist img, #media img {
	box-shadow: 2px 2px 4px #000;
}
.articlelist .more {
	margin-top: .4em;
}
#media {
	margin: .4em auto;
	text-align: center;
}
#media img {
	border: 1px solid;
}
.navigation {
	text-align: right;
	font-size: .9em;
	opacity: .9;
	margin: .5em 0;
}
.blog .fullarticle h1 {
	text-transform: none;
}
.fullarticle {
	position: relative;
}
.fullarticle h3 {
	font-size: 1.12em;
	margin-top: .82em;
}	
.articlelist h3 {
	font-size: 1.3em;
}
.articlelist h3 a{
	padding: 0;
}
.articlelist h4, .fullarticle h4{
	opacity: .75;
	font-weight: 700;
	font-size: 1.05em;
	margin-top: .8em;
}
.articlelist h5, .fullarticle h5, .fullarticle h6 {
	padding: .5em 0 0 .5em;
	margin: 0;
	font-size: .8em;
	color: #7E90A6;
}
.articlelist h5 + div, .fullarticle h5 + div, .fullarticle h6 + div {
	padding-top: .5em;
}
.fullarticle .date{
	padding: .8em 0;
}
.fullarticle .image {
	margin: 1em .5em .5em;
	width: auto;
}	
.fullarticle img, .fullphoto img {
	width: 100%;
	height: auto;
}
.fullarticle .author {
	padding: 0 0 .4em;
	color: #7E90A6;
}
.photoshell {
	margin: .5em auto;
	text-align: center;
}
.caption {
	display: block;
	font-size: .9em;
	line-height: 1em;
	margin-top: .3em;
 	color: #999;
}

.thumbphotos {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	padding: 1%;
	font-size: .9em;
	line-height: 1.1em;
}
.thumbphotos img {
	border: 1px solid;
	width: 100%;
	height: auto;
}
.page {
	line-height: 1.4em;
	position: relative;
}
.blue {
	color: #5DAFFB;
}
.border {
	border: 1px solid #666666;
}
.light1 {
	color: #FEAB4F;
}
.light2 {
	color: #3FD8FF;
}
.light3 {
	color: #77657F;
}
.dark1, .color1 {
	color: #7E90A6;
}
.dark2 {
	color: #0060A4;
}
.dark3 {
	color: #1D0B25;
}
.bar1 {
	text-align: center;
	font-size: 1.1em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B6BBBF;
}

.formtable {
	width: 90%;
}
.formtable .bar {
	font-size: 1.1em;
	text-align: center;
	border: 1px solid #80817C;
	background-color: #E0E1D3;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	box-sizing: border-box;
	width: 100%;
}
.formbox {
	padding: 1em 2em;
}

.formnorm {
	font-size: .85em;
	background-color: #E7EAE7;
	color: #000;
	padding: .6em .8em;
	border: none;
	font-family: "Courier New", Courier, monospace;
}
.contactblock .formnorm {
	background-color: #FFF;
}
.formnorm::-webkit-input-placeholder {
	color: #88858C !important;
}
.formnorm::-moz-placeholder {
	color: #88858C !important;
}
.formnorm:-ms-input-placeholder {
	color: #88858C !important;
}
.formsubmit {
	display: table;
	margin: 0 auto;
	font-size: 1.1em;
	border-radius: .3em;
	border: .2em outset #D7D9D4;
	background-color: #7E1519;
	color: #FFF;
	padding: .5em 2em;
	background-image: url(elements/crystal.png);
	background-size: cover;
	background-position: center;
}
table.preview {
	background-color: #E0E2DF;
	border-spacing: 0;
	color: #000;
}
table.preview td {
	padding: .5em;
}
.check_human .errorborder, .formbox .errorborder {
	padding: 4px;
}
.submitgroup {
	position: relative;
	padding-bottom: 1em;
}
#coverup {
	position: absolute;
	font-size: .85em;
	padding: 3.6em 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";
}
.breadcrumb {
	font-size: .9em;
	text-align: center;
}
.breadcrumb > div {
	display: inline-block;
	padding: .2em;
}
.breadcrumb a, .breadcrumb .span, .quickcart a {
	display: block;
	padding: .3rem .8em;
	border-radius: 1em;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited,
.quickcart a, .quickcart a:link, .quickcart a:visited {
	color: #FFF;
}
.breadcrumb a:hover, .breadcrumb a:visited:hover,
.quickcart a:hover, .quickcart a:visited:hover {
	background-color: rgba(255,255,255,.8);
	color: #25BE04;
}
.quickcart {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	z-index: 3;
	padding: .3rem;
}
.pricearea {
	position: relative;
}
.tagsoon {
	position: absolute;
	bottom: -1em;
	right: -1em;
}
.store .product {
	display: table;
	width: 100%;
	border-collapse:separate;
	border-spacing: 1em;
}
.productcategory {
	display: table;
	margin: 0 auto;
	padding: 1em .5em;
	position: relative;
}
.productdetail {
	border-spacing: 0;
}
.shippingnote {
	font-size: .8em;
	line-height: 1.1em;
}
.pricearea, .optionarea, .productdetail .split {
	margin: .5em;
}
.productdetail .split > div {
	vertical-align: middle;
}
.productdetail .split > div:not(:last-child) {
	padding-right: 1em;
}
.photogroup, .productgroup, .buttongroup {
	text-align: center;
}
.productgroup > a {
	display: inline-block;
	vertical-align: middle;
	padding: 2px;
	margin: 1em 2em;
	border-radius: 8px;
	background-color: rgba(156,223,255,.3);
}
.productgroup a, .productgroup a:link, .productgroup a:visited {
	color: #FFF;
}
.productshort {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	position: relative;
	width: 220px;
	border-radius: 6px;
	padding-top: 220px;
}
.productgroup a:hover .productshort {
	background-size: 104%;
}
.productshort h3 {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 0;
	background-color: rgba(255,255,255,.8);
	padding: 6px;
	border-radius: 6px;
}
.productshort .content {
	padding: 6px;
	font-size: .8em;
	line-height: 1em;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: #002F74;
}
.photogroup > div {
	vertical-align: bottom;
	display: inline-block;
	margin: 2% 0;
	width: 31%;
}
.photogroup > div + div{
	margin-left: 2%;
}
.buttongroup {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #999;
}
.cart.page {
	margin-top: 1rem;
}
.cart_table tr {
	display: block;
	text-align: center;
}
.cart_table .labels {
	display: none;
}
.cart_table label {
	font-size: .8em;
	display: block;
}	
.cart_table tr:nth-child(even){
	background-color: rgba(255,255,255,.15);
}
.cart_table td, .cart_table th {
	display: inline-block;
	padding: .4em;
}
.cart_table .detail {
	font-size: .8em;
	line-height: 1em;
}
.cart_table .image, .cart_table .detail{
	display: block;
}
.cart_table img {
	width: 100px;
	height: auto;
}
.cart_table th, .cart_table .cell, .cart_table, .cart_table .num {
	text-align: center;
}
.cart_table .detail {
	text-align: left;
}	
table .label {
	text-align: right;
}
.storebutton {
	display: inline-block;
    margin: .5em 6px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    border: 1px solid #000000;
    box-shadow: 5px 5px 5px 0px black;
	background-color: #FFA823;
	background-image: linear-gradient(180deg, #FFFFFF, #FEDBA2 45%, #FFA823 55%, #FFE4BC);
    border-radius: 6px;
}
p.storebutton {
	margin-bottom: 1em;
}
.storebutton input[type="submit"] {
	background-color: rgba(255,255,255,0);
	border: none; 
    font-weight: 700;
    font-size: 16px;
	font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}
.storebutton a, .storebutton input[type="submit"] {
	display: block;
    padding: 4px 16px;
    border-radius: 6px;
}
.storebutton a, .storebutton a:link, .storebutton a:visited:link, .storebutton input[type="submit"]{
	background-color: transparent;
    color: #000;
}
.storebutton a:hover, .storebutton a:visited:hover, input.storebutton:focus, .storebutton input[type="submit"]:hover {
	background-color: rgba(255,255,255,.5);
    color: #000;
}
@media only screen and (min-width: 20em) {
	#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;
		color: #000;
	}
}
@media only screen and (min-width: 30em) {
/* 480 */
	.original {
		display: initial;
	}
	.articlelist {
		text-align: left;
	}
	.news .articlelist .docside, .blog .articlelist .docside {
		float: left;
	}
	.articlelist .docside {
		padding-right: 1em;
		width: 150px;
	}
	.photoshell {
		float: right;
		margin: 0 0 .5em .5em;
		width: 60%;
		max-width: 250px;
	}
	.productcategory .photoshell {
		float: none;
		margin: 0 auto .5em;
		width: 100%;
		max-width: 100%;
	}
	.fullarticle .image {
		float: right;
		width: 35%;
	}	
	.breadcrumb {
		position: relative;
		top: 0;
		background-color: #25BE04;
		text-align: left;
	}
}
@media only screen and (min-width: 41em) {
/* 656 */
	iframe {
		height: 360px;
	}
	.floatleft {
		max-width: 200px;
		float: left;
		margin: .2em 1em .5em 0;
	}
	.floatright {
		max-width: 200px;
		float: right;
		margin: .2em 0 .5em 1em;
	}
	.store .photoshell, .store .productdetail {
		display: table-cell;
		vertical-align: top;
	}
	.store .photoshell {
		width: 100%;
		max-width: 100%;
		padding-right: .5em;
		border-spacing: 0;
		border-collapse: collapse;
	}
	.product .photoshell {
		width: auto;
		display: table;
		text-align: right;
		float: none;
		margin-left: auto;
	}
	.store .photoshell figure {
		max-width: 300px;
	}
	.store .productdetail {
		width: 50%;
	}
	.product .photoshell figure, .photogroup {
		display: table-cell;
		vertical-align: top;
	}
	.photogroup > div {
		width: 100%;
		margin: 0 0 .5em;
	}
	.photogroup > div + div {
		margin-left: 0;
	}
	.photogroup {
		width: 100px;
		padding: .5em;
	}
	.store .productcategory .photoshell {
		display: block;
		width: 100%;
	}
	.storebutton {
		margin: 6px;
	}
	.cart_table tr, .cart_table .labels {
		display: table-row;
	}
	.cart_table td, .cart_table th, .cart_table .image, .cart_table .detail {
		display: table-cell;
	}
	.cart_table .detail {
		max-width: 300px;
	}
	.cart_table .num {
		text-align: right;
	}
	.cart_table label {
		display: none;
	}
}
@media only screen and (min-width: 50em) {
/* 800 */
	body {
		font-size: 17px;
	}	
	a, .productshort, .storebutton input {
		-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
		transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	}
	a:hover, a:visited:hover {
		color: #25BE04;
	}
	.storebutton input:hover {
		cursor: pointer;
	}
	.formsubmit:hover, input.formsubmit:focus,
	input.changebutton:hover, input.changebutton:focus {
		cursor: pointer;
		background-color: #D92C00;
	}
	iframe {
		height: 33vw;
	}
	.overlay {
		margin-top: -1.8em;
	}

	.split{
		width: 100%;
		display: table;
		position: relative;
	}
	.split > div{
		display: table-cell;

		vertical-align: top;
	}
	#navbar {
		display: block;
	}
	#navbar > ul {
		box-sizing: border-box;
		font-size: .68em;
		line-height: 1em;
		display: table;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#navbar li{
		margin: 0;
		padding: 0;
	}
	#navbar > ul > li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: relative;
	}
	#navbar a {
		display: block;
		padding: .3rem .5em .2rem;
		text-transform: uppercase;
	}
	#navbar a, #navbar a:link, #navbar a:visited {
		color: #454A4F;
		text-decoration: none;
	}
	#navbar .nav.on a {
		color: #000;
	}
	#navbar a:hover, #navbar a:visited:hover, #navbar .nav.on a:hover, #navbar .nav.on a:visited:hover {
		color: #FFF;
		background-color: #2D6B8F;
	}
	#navbar ul ul li {
		text-transform: none;
	}	
	#navbar ul ul {
		border-top: 2px solid #A6A6A6;
		margin: 0;
		padding: 0;
		position: absolute;
		z-index: 500;
		display: none;
		text-align: center;
		list-style: none;
		font-size: .9em;
		background-color: #454A4F;
		background-color: rgba(69,74,79,.85);
		width: 100%;
	}
	#navbar ul ul a{
		border-bottom: 2px solid #A6A6A6;
	}
	#navbar ul ul a, #navbar ul ul a:link, #navbar ul ul a:visited {
		color: #FFF;
		padding: .3em .5em .2em;
	}
	#navbar ul ul a:hover, #navbar ul ul a:visited:hover {
		color: #FFF;
		background-color: #2D6B8F;
	}
	
	div#navbar li:hover {
		cursor:pointer;
		z-index:100;
	}
	
	div#navbar li:hover ul ul,
	div#navbar li li:hover ul ul,
	div#navbar li li li:hover ul ul,
	div#navbar li li li li:hover ul ul
	{display:none;}
	
	div#navbar li:hover ul,
	div#navbar li li:hover ul,
	div#navbar li li li:hover ul,
	div#navbar li li li li:hover ul
	{display:block;}
	.original {
		display: inherit;
	}
	#mobilenav {
		display: none;
	}
	video, audio {
		width: auto;
	}
	.forcebreak:after {
		content: "\A";
		white-space: pre;
	}
	.photoshell {
		width: auto;
		max-width: 50%;
		float: right;
		margin: 0 0 .5em .5em;
	}
	.store .productcategory .photoshell {
		display: table-cell;
		vertical-align: middle;
		max-width: 250px;
		width: 30%;
		padding: 0 .5em 0 0;
	}
	.store .productcategory .content {
		display: table-cell;
		vertical-align: middle;
	}
	.articlelist .docside {
		width: 200px;
	}

}
@media only screen and (min-width: 64em) {
/* 1024 */
	.tag {
		font-size: 1.8em;
	}
	#header .tag {
		width: 60%;
		right: 5%;
	}
	.overlay {
		margin-top: -2.3em;
	}
}
@media only screen and (min-width: 71em) {
/* 1136 */
	body {
		padding: 0;
	}	
	.fullwidth {
		max-width: 1402px;
		margin: 1em auto;
	}
	iframe {
		height: 360px;
	}
	.columnize {
		-moz-column-count: 2;
		-moz-column-gap: 3em;
		-moz-column-rule: 1px dashed #000;
		-webkit-column-count: 2;
		-webkit-column-gap: 3em;
		-webkit-column-rule: 1px dashed #000;
		column-count: 2;
		column-gap: 3em;
		column-rule: 1px dashed #000;
	}
}
@media only screen and (min-width: 75em) {
/* 1456 */

}