@media screen and (min-width: 480px){
	.hide-m, .hide-m-only {
		display: none;
	}
}

@media screen and (min-width: 600px){
	.hide-l, .hide-l-only {
		display: none;
	}
}

@media screen and (max-width: 480px){
	.hide-s, .hide-s-only {
		display: none;
	}
}

/* XD */
/* the title will have a line break at the end on iphone */
/*
@media screen and (max-width: 600px) {
	#nav .title {
	display:block;
	}
}
*/
/*
@media screen and (min-width: 600px){
	.mt-s{ display: none; }
}

@media screen and (min-width: 600px){
	.xbreak2{ display: none; }
}

@media screen and (min-width: 480px){
	.xbreak1 { display: none; }
}
*/
/* http://codepen.io/anon/pen/uIsLm */

.simpleimage {
	margin-bottom:15px;
}

figure {
  margin: 0px;
}

/* UNIFORM FIELD */
.uniform__potty {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* ===== vimeo youtube tags ===== */

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}

/* ===== columns plugin ===== */

.tcolumns {
  margin-right: -2rem;
}
.tcolumn {
  display: inline-block;
  vertical-align: top;
  padding-right: 2rem;
}
.tcolumns-1 .tcolumn {
  width: 100%;
}
.tcolumns-2 .tcolumn {
  width: 47%;
}
.tcolumns-3 .tcolumn {
  width: 30%;
}
.tcolumns-4 .tcolumn {
  width: %22;
}
.tcolumns-5 .tcolumn {
  width: 17%;
}

.content .xlist ul li {
	list-style-type: square;
	margin-left: 25px;
	margin-bottom: 0;
	margin-top: 0;
}	
.content .xlist ol ul {
	margin:0;
}

label {display: block;}
.erroneous, .error {color: red;}
.success {color: green;}

.nomt {margin-top:0}
.nomb {margin-bottom:0}
.m0 {margin: 0px;}

.alignleft {float: left;}
.alignright {float: right;}
.centered {text-align:center;}