/** COLORS **/
$grey: #515050;
$offwhite: #f4f5f5;
$orange: #e05830;


$radio-bg: white;
$radio-txt-color: #505050;

$radio-checked-custom: (
  background: #e05830
) !default;
$radio-checked: #222233;
$radio-checked-focus: #e05830;

$input-radius: 80%;
