/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	display: block;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.l0{
	left: 0;
}
.justify-center{
	display: flex;
	display: -ms-flex;
	justify-content: center;
	 -ms-flex-align: center;
}
.text-align-center{
	text-align: center;
}
.text-align-left{
	text-align: left;
}
.text-align-right{
	text-align: right;
}
.t0{
	top:0;
}
.b0{
	bottom: 0;
}
.r0{
	right: 0;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.fixed{
	position: fixed;
}
.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearer{
	clear: both;
}

.flex{
	display: -ms-flexbox;
	display: flex;
	
	
}

.flex-center-all{
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	
	 -ms-flex-align: center;
	 -ms-flex-pack: center;
}

.flex-v-align{
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	 -ms-flex-align: center;
}


.flex-h-align{
	
	display: flex;
	justify-content: center;
	
}

.flex-v-bottom{
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	 -ms-flex-align: end;
	
}
.flex-grow-1{
	flex-grow: 1;
}

.flex-column{
	display: flex;
	flex-direction: column;
	display: -ms-flexbox;
	-ms-flex-direction: column;
}
.flex-wrap{
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.space-between{
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	 -ms-flex-pack: justify;
}
.space-around{
	justify-content: space-around;
}
.inline-block{
	display: inline-block;
}
.ver-align-mid{
	vertical-align: middle;
}
.absolute{
	position: absolute;
	
}
.flex-justify-center{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
}
.simpleHover{
	opacity: 1;
	transition:.2s opacity;
}
.simpleHover:hover{
	opacity: .7;
}
.relative{
	position: relative;
}
.flex-end{
	display: flex;
	display: -ms-flexbox;
	align-items: flex-end;
	-ms-flex-align: flex-end;
}
.static{
	position: static;
}
.absolute-full-size{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
}
.pre-wrap{
	white-space: pre-wrap;
}

.h100{
	height: 100%;
}

.w100{
	width: 100%;
}
.height-auto{
	height: auto;
	
}

.width-auto{
	width: auto;
}
.flex-grow-1{
	flex-grow: 1;
}
.table{
	display: table;
}

.table-cell{
	display: table-cell;
}
.inline-flex{
	display: inline-flex;
	display: -ms-inline-flexbox;
}
ul{
	padding: 0;
	list-style: none;
}


.fz8{
	font-size: .8rem;
}

.fz9{
	font-size: .9rem;
}

.fz10{
	font-size: 1rem;
}

.fz11{
	font-size: 1.1rem;
}

.fz12{
	font-size: 1.2rem;
}

.fz13{
	font-size: 1.3rem;
}

.fz14{
	font-size: 1.4rem;
}

.fz15{
	font-size: 1.5rem;
}

.fz16{
	font-size: 1.6rem;
}

.fz17{
	font-size: 1.7rem;
}
.fz18{
	font-size: 1.8rem;
}
.fz19{
	font-size: 1.9rem;
}
.fz20{
	font-size:2rem;
}
.fz21{
	font-size: 2.1rem;
}
.fz22{
	font-size: 2.2rem;
}
.fz23{
	font-size: 2.3rem;
}
.fz24{
	font-size: 2.4rem;
}
.fz25{
	font-size: 2.5rem;
}

.fz26{
	font-size: 2.6rem;
}
.fz27{
	font-size: 2.7rem;
}
.fz28{
	font-size: 2.8rem;
}
.fz29{
	font-size: 2.9rem;
}
.fz30{
	font-size: 3rem;
}
.fz32{
	font-size: 3.2rem;
}
.fz37{
	font-size: 3.7rem;
}
.fz38{
	font-size: 3.8rem;
}
.fz54{
	font-size: 5.4rem;
}

.fz55{
	font-size: 5.5rem;
}

.fz65{
	font-size: 6.5rem;
}

.fz70{
	font-size: 7rem;
}

.block{
	display: block;
}
.uppercase{
	text-transform: uppercase;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}