*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.fs-lil-smaller{font-size:0.9em!important}
.fs-smaller{font-size:0.75em!important}
.fs-even-smaller{font-size:0.65em!important}
.fs-the-smallest{font-size:0.5em!important}
.fs-lil-bigger{font-size:1.1em!important}
.fs-bigger{font-size:1.25em!important}
.fs-even-bigger{font-size:1.35em!important}
.fs-the-biggest{font-size:1.5em!important}

.fw-500{font-weight:500}
.fw-600{font-weight:600}
.fw-700{font-weight:700}
.fw-800{font-weight:800}

.lh-125 {line-height:1.25}
.lh-15 {line-height:1.5}
.lh-175 {line-height:1.75}

.fc-black{color:#071C35}

.btn-arrow {
	background: #071C35 url('../images/icon-arrow-right.png') calc(100% - 25px) 50% no-repeat;
	transition: background .25s ease;
	-moz-transition: background .25s ease;
	-webkit-transition: background .25s ease;
	border-radius: 10px;
	padding: 10px 65px 10px 35px;
	color: #fff;
}
body.dark .btn-arrow {
	background-color: #000;
	filter: invert(1);
}
.btn-arrow:hover {
	background-position: calc(100% - 15px) 50%;
}