body {
  color: #454444;
  font-family: 'Open Sans', 'Calibri', 'Myriad', Arial, sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 16px;
  font-weight: lighter;
}	
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
::selection {
  background: rgba(0, 131, 178, 0.58);
  color: #fff;
}
::-moz-selection {
  background: #48cfad;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans','Calibri', 'Myriad', Arial, sans-serif;
  font-weight: lighter;
}
h6{
  text-align: justify;
}
a { color: #444e67 }
a:hover { color: #48cfad }
.no-pad {
  padding: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.vertical-align-middle{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.align-left{
	text-align: left!important;
}
.uppercase{
	text-transform: uppercase;
}
.onesafe {
  color: #8bc308;
  font-family: 'Signika';
  font-size: 40px;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 20px;
}
.onesafe-dr {
  color: #E5AE1F;
  font-family: 'Signika';
  font-size: 40px;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 20px;
}
.software {
  color: #0083b2;
}