/*@base-font_v2_thin: 'Museo Sans Thin';
@base-font_v2_medium: 'Museo Sans Regular';*/
/*@base-font-regular: 'MuseoSans-100';
@base-font-medium: 'MuseoSans-300';
@base-font-semibold: 'MuseoSans-500';
@base-font-bold: 'MuseoSans-500';
@base-font-bolder: 'MuseoSans-700';
@handwritten-font: 'ShadowsIntoLightRegular';
@handwrittern-font-two: 'ShadowsIntoLightTwoRegular';
@cursive-font: 'WisdomScriptRegular';
@museo-slab-medium: 'MuseoSlab-300';
@museo-slab-bolder: 'MuseoSlab-700';
@museo-slab-bolder-italic: 'MuseoSlab-700Italic';
@museo-slab-extra-bold: 'MuseoSlab-900';*/
/**********************************
 BUTTONS
*********************************/
.btn-wrp {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: 'Averta-Light-300';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 36px;
  height: 36px;
  text-align: center;
  white-space: nowrap;
  /* patch for jqury-ui buttons */
}
.btn-wrp input,
input.btn-wrp,
button.btn-wrp,
a.btn-wrp {
  padding: 0px 20px;
}
a.icon-left.btn-wrp,
button.icon-left.btn-wrp {
  padding-left: 0px;
}
a.icon-right.btn-wrp,
button.icon-right.btn-wrp {
  padding-right: 0px;
}
.btn-wrp .ui-button-text {
  display: block;
  width: 100%;
}
.btn-wrp input {
  padding: 0px 20px;
  background-color: transparent;
  margin: 0px;
  border: 0px none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  width: 100%;
}
.btn-wrp input[type=file] {
  opacity: 0 !important;
  width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.btn-wrp.icon-left input,
.btn-wrp.icon-right input {
  margin: 0 0 0 -40px;
  padding: 0 20px 0 40px;
}
.btn-wrp.icon-left .bg-icon,
.btn-wrp.icon-right .bg-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 15px;
}
.btn-wrp.icon-left .fa,
.btn-wrp.icon-right .fa {
  display: inline-block;
  margin: 0 5px 0 15px;
  vertical-align: baseline;
  line-height: inherit;
  width: 20px;
  text-align: center;
}
.btn-wrp.icon-right input {
  margin: 0 -40px 0 0;
  padding: 0 40px 0 20px;
}
.btn-wrp.icon-right .fa,
.btn-wrp.icon-right .bg-icon {
  margin: 0 15px 0 5px;
}
.btn-wrp.icon-center .fa,
.btn-wrp.icon-center .bg-icon {
  margin: 0 15px 0 15px;
}
.btn-wrp.active:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-wrp.btn-small {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}
.btn-wrp.btn-small .fa {
  font-size: 12px;
}
.btn-wrp.btn-small.icon-left input {
  margin: 0 0 0 -30px;
  padding: 0 10px 0 30px;
}
.btn-wrp.btn-small.icon-left .fa {
  margin: 0 0px 0 5px;
}
.btn-wrp.btn-small.icon-right input {
  margin: 0 -30px 0 0;
  padding: 0 30px 0 10px;
}
.btn-wrp.btn-small.icon-right .fa {
  margin: 0 5px 0 0px;
}
.btn-wrp.btn-small.icon-center .fa,
.btn-wrp.btn-small.icon-center .bg-icon {
  margin: 0 5px 0 5px;
}
.btn-wrp.btn-large {
  font-size: 18px;
  line-height: 44px;
  height: 46px;
  font-family: 'Averta-Semibold-500';
}
.btn-wrp.btn-large.icon-left input {
  margin: 0 0 0 -50px;
  padding: 0 30px 0 50px;
}
.btn-wrp.btn-large.icon-left .fa {
  margin: 0 5px 0 15px;
}
.btn-wrp.btn-large.icon-right input {
  margin: 0 -50px 0 0;
  padding: 0 50px 0 30px;
}
.btn-wrp.btn-large.icon-right .fa {
  margin: 0 15px 0 5px;
}
.btn-wrp.btn-xlarge {
  font-size: 20px;
  line-height: 48px;
  height: 50px;
}
.btn-wrp.btn-round {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.btn-wrp.btn-orange {
  background: #d6450a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b42300), color-stop(1, #d6450a));
  background: -ms-linear-gradient(bottom, #b42300, #d6450a);
  background: -moz-linear-gradient(center bottom, #b42300 0%, #d6450a 100%);
  background: -o-linear-gradient(#d6450a, #b42300);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6450a', endColorstr='#b42300', GradientType=0);
  border: 1px solid #d6450a;
  color: white;
  text-shadow: 0 -1px 0 #ab581b;
}
.btn-wrp.btn-orange input,
.btn-wrp.btn-orange button {
  text-shadow: 0 -1px 0 #ab581b;
}
.btn-wrp.btn-orange:hover,
.btn-wrp.btn-orange.disabled,
.btn-wrp.btn-orange.active {
  background: #b42300;
}
.btn-wrp.btn-yellow {
  background: #FFC142;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd9f20), color-stop(1, #FFC142));
  background: -ms-linear-gradient(bottom, #dd9f20, #FFC142);
  background: -moz-linear-gradient(center bottom, #dd9f20 0%, #FFC142 100%);
  background: -o-linear-gradient(#FFC142, #dd9f20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC142', endColorstr='#dd9f20', GradientType=0);
  border: 1px solid #FFC142;
  color: white;
}
.btn-wrp.btn-yellow:hover,
.btn-wrp.btn-yellow.disabled,
.btn-wrp.btn-yellow.active {
  background: #dd9f20;
}
.btn-wrp.btn-teal {
  background: #00A19F;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007f7d), color-stop(1, #00A19F));
  background: -ms-linear-gradient(bottom, #007f7d, #00A19F);
  background: -moz-linear-gradient(center bottom, #007f7d 0%, #00A19F 100%);
  background: -o-linear-gradient(#00A19F, #007f7d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A19F', endColorstr='#007f7d', GradientType=0);
  border: 1px solid #00A19F;
  color: white;
}
.btn-wrp.btn-teal:hover,
.btn-wrp.btn-teal.disabled,
.btn-wrp.btn-teal.active {
  background: #007f7d;
}
.btn-wrp.btn-dark-teal {
  background: #05dcd6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00bab4), color-stop(1, #05dcd6));
  background: -ms-linear-gradient(bottom, #00bab4, #05dcd6);
  background: -moz-linear-gradient(center bottom, #00bab4 0%, #05dcd6 100%);
  background: -o-linear-gradient(#05dcd6, #00bab4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05dcd6', endColorstr='#00bab4', GradientType=0);
  border: 1px solid #05dcd6;
  color: white;
}
.btn-wrp.btn-dark-teal:hover,
.btn-wrp.btn-dark-teal.disabled,
.btn-wrp.btn-dark-teal.active {
  background: #00bab4;
}
.btn-wrp.btn-green {
  background: #49A078;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #277e56), color-stop(1, #49A078));
  background: -ms-linear-gradient(bottom, #277e56, #49A078);
  background: -moz-linear-gradient(center bottom, #277e56 0%, #49A078 100%);
  background: -o-linear-gradient(#49A078, #277e56);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49A078', endColorstr='#277e56', GradientType=0);
  border: 1px solid #49A078;
  color: white;
}
.btn-wrp.btn-green:hover,
.btn-wrp.btn-green.disabled,
.btn-wrp.btn-green.active {
  background: #277e56;
}
.btn-wrp.btn-purple {
  background: #b20e8d;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #90006b), color-stop(1, #b20e8d));
  background: -ms-linear-gradient(bottom, #90006b, #b20e8d);
  background: -moz-linear-gradient(center bottom, #90006b 0%, #b20e8d 100%);
  background: -o-linear-gradient(#b20e8d, #90006b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20e8d', endColorstr='#90006b', GradientType=0);
  border: 1px solid #b20e8d;
  color: white;
}
.btn-wrp.btn-purple:hover,
.btn-wrp.btn-purple.disabled,
.btn-wrp.btn-purple.active {
  background: #90006b;
}
.btn-wrp.btn-fb-blue {
  background: #4F6AA3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2d4881), color-stop(1, #4F6AA3));
  background: -ms-linear-gradient(bottom, #2d4881, #4F6AA3);
  background: -moz-linear-gradient(center bottom, #2d4881 0%, #4F6AA3 100%);
  background: -o-linear-gradient(#4F6AA3, #2d4881);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F6AA3', endColorstr='#2d4881', GradientType=0);
  border: 1px solid #4F6AA3;
  color: white;
}
.btn-wrp.btn-fb-blue:hover,
.btn-wrp.btn-fb-blue.disabled,
.btn-wrp.btn-fb-blue.active {
  background: #2d4881;
}
.btn-wrp.btn-apple-black {
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(1, #000));
  background: -ms-linear-gradient(bottom, #222222, #000);
  background: -moz-linear-gradient(center bottom, #222222 0%, #000 100%);
  background: -o-linear-gradient(#000, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#222222', GradientType=0);
  border: 1px solid #000;
  color: white;
}
.btn-wrp.btn-apple-black:hover,
.btn-wrp.btn-apple-black.disabled,
.btn-wrp.btn-apple-black.active {
  background: #222222;
}
.btn-wrp.btn-google-white {
  background: #FFF;
  border: 0.06667rem solid #b5bdc1;
  color: #4c585f;
}
.btn-wrp.btn-google-white:hover,
.btn-wrp.btn-google-white.disabled,
.btn-wrp.btn-google-white.active {
  background: #b5bdc1;
}
.btn-wrp.btn-google-white .bg-icon-google {
  display: inline-block;
  height: 32px;
  overflow: hidden;
  vertical-align: text-bottom;
}
.btn-wrp.btn-tw-blue {
  background: #76C4F3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #54a2d1), color-stop(1, #76C4F3));
  background: -ms-linear-gradient(bottom, #54a2d1, #76C4F3);
  background: -moz-linear-gradient(center bottom, #54a2d1 0%, #76C4F3 100%);
  background: -o-linear-gradient(#76C4F3, #54a2d1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76C4F3', endColorstr='#54a2d1', GradientType=0);
  border: 1px solid #76C4F3;
  color: white;
}
.btn-wrp.btn-tw-blue:hover,
.btn-wrp.btn-tw-blue.disabled,
.btn-wrp.btn-tw-blue.active {
  background: #54a2d1;
}
.btn-wrp.btn-gray {
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #dddddd, #fff);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#dddddd', GradientType=0);
  border: 1px solid #ccc;
  color: #333;
}
.btn-wrp.btn-gray:hover,
.btn-wrp.btn-gray.disabled,
.btn-wrp.btn-gray.active {
  background: #dddddd;
}
.btn-wrp.btn-white {
  background: #fff;
  border: 1px solid #00A19F;
  color: #00A19F;
  font-family: 'Averta-Semibold-500';
  text-decoration: none;
}
.btn-wrp.btn-white:hover {
  background-color: #00A19F;
  color: #fff;
}
.btn-wrp.btn-flat-square {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  font-family: 'Averta-Light-300';
  text-shadow: none;
}
.btn-wrp.btn-flat-square input,
.btn-wrp.btn-flat-square button {
  text-shadow: none;
}
.btn-wrp.btn-outlined {
  background: #fff;
}
.btn-wrp.btn-outlined:hover {
  background-color: #00A19F;
  color: #fff;
}
.btn-wrp.btn-outlined.btn-teal {
  border: 1px solid #00A19F;
  color: #00A19F;
  background: white;
}
.btn-wrp.btn-outlined.btn-teal:hover {
  background: #00A19F;
  color: #fff;
}
.btn-wrp.btn-inverse {
  background: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
}
.btn-wrp.btn-inverse.btn-dark-teal:hover {
  color: #05dcd6;
  background: #fff;
}
.btn-flat-square.btn-orange {
  background: #d6450a;
}
.btn-flat-square.btn-orange:hover,
.btn-flat-square.btn-orange.active {
  background: #f9a380;
  border-color: #f9a380;
}
.btn-flat-square.btn-orange.disabled {
  background: #999;
  border-color: #999;
}
.btn-flat-square.btn-yellow {
  background: #FFC142;
}
.btn-flat-square.btn-yellow:hover,
.btn-flat-square.btn-yellow.active {
  background: #F2AB17;
}
.btn-flat-square.btn-yellow.disabled {
  background: #999;
  border-color: #999;
}
.btn-flat-square.btn-teal {
  background: #00A19F;
}
.btn-flat-square.btn-teal:hover,
.btn-flat-square.btn-teal.active {
  background: #05dcd6;
  border-color: #05dcd6;
}
.btn-flat-square.btn-teal.disabled {
  background: #999;
  border-color: #999;
}
.btn-flat-square.btn-dark-teal {
  background: #05dcd6;
}
.btn-flat-square.btn-dark-teal:hover,
.btn-flat-square.btn-dark-teal.active {
  background: #00bab4;
}
.btn-flat-square.btn-dark-teal.disabled {
  background: #999;
  border-color: #999;
}
.btn-flat-square.btn-green {
  background: #49A078;
}
.btn-flat-square.btn-green:hover,
.btn-flat-square.btn-green.active {
  background: #438F6B;
  border-color: #438F6B;
}
.btn-flat-square.btn-green.disabled {
  background: #999;
  border-color: #999;
}
.btn-flat-square.btn-purple {
  background: #b20e8d;
}
.btn-flat-square.btn-purple:hover,
.btn-flat-square.btn-purple.active {
  background: #f366d3;
  border-color: #f366d3;
}
.btn-flat-square.btn-purple.disabled {
  background: #999;
  border-color: #999;
}
.btn-flat-square.btn-gray {
  color: #333;
  background: #eee;
}
.btn-flat-square.btn-gray:hover,
.btn-flat-square.btn-gray.active {
  background: #ccc;
}
.btn-flat-square.btn-gray.disabled {
  background: #999;
  border-color: #999;
}
.btn-flat-square.btn-fb-blue {
  background: #4F6AA3;
}
.btn-flat-square.btn-apple-black {
  background: #000;
}
.btn-flat-square.btn-tw-blue {
  background: #76C4F3;
}
.bg-icon.bg-icon-photo {
  background: url("/images/buttons/icons/black-photo-icon.png") no-repeat scroll 100% 0 transparent;
  float: right;
  margin: 13px 0 0 10px;
  width: 21px;
}
/* -------- BTN WRAPPER BEGIN -------- */
.btn-wrap {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  height: 40px;
}
.btn-wrap .bgl,
.btn-wrap .bgc,
.btn-wrap .bgr {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  vertical-align: top;
  background-color: transparent;
}
.btn-wrap .bgc,
.btn-wrap .bgc input,
.btn-wrap .bgc button {
  background-color: transparent;
  float: none !important;
  font-weight: bold;
  margin: 0px;
  text-indent: 0;
  text-align: center;
  width: auto;
  border: 0px none;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0px;
}
.btn-wrap .bgc input,
.btn-wrap .bgc button {
  padding: 0px 20px;
  margin: 0px -20px;
}
.btn-wrap .bgl,
.btn-wrap .bgc,
.btn-wrap .bgr {
  background-color: transparent;
  background-repeat: no-repeat;
  overflow: visible;
}
.btn-wrap .bgl {
  background-position: 0px 0px;
}
.btn-wrap .bgc {
  background-repeat: repeat-x;
  background-position: 0 -50px;
  position: relative;
  /* force .bgc to be on top of .bgr */
  zoom: 1;
}
.btn-wrap .bgr {
  background-position: 0 -100px;
}
.btn-wrap:hover .bgl {
  background-position: 0px -150px;
}
.btn-wrap:hover .bgc {
  background-position: 0px -200px;
}
.btn-wrap:hover .bgr {
  background-position: 0px -250px;
}
.btn-wrap:active .bgl {
  background-position: 0px -300px;
}
.btn-wrap:active .bgc {
  background-position: 0px -350px;
}
.btn-wrap:active .bgr {
  background-position: 0px -400px;
}
.btn-wrap.disabled:hover .bgl,
.btn-wrap.disabled:active .bgl {
  background-position: 0px 0px;
}
.btn-wrap.disabled:hover .bgc,
.btn-wrap.disabled:active .bgc {
  background-position: 0px -50px;
}
.btn-wrap.disabled:hover .bgr,
.btn-wrap.disabled:active .bgr {
  background-position: 0px -100px;
}
.btn-wrap .bg-icon {
  height: 100%;
  margin-right: -20px;
  vertical-align: top;
  /* align top so does not depend on the text size to it's left */
  width: 45px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ie7 .btn-wrap .bg-icon {
  vertical-align: middle;
  /* top alignment drags the title up in ie7 */
}
.btn-wrap input.bg-icon {
  margin: 0 -20px;
  padding: 0 50px 0 20px;
  width: auto;
}
.ie7 .btn-wrap .bgc button,
.ie7 .btn-wrap .bgc input {
  overflow: visible;
  /* resets the IE7 "out of the blue" padding */
}
.btn-wrap .tm {
  font-size: 1.5em;
}
/* -------- BTN WRAPPER END -------- */
/* -------- BUTTONS BEGIN -------- */
/** new gray button begin **/
.btn-gray-big-new {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
}
.btn-gray-big-new .bgc,
.btn-gray-big-new .bgr {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  vertical-align: top;
  background-color: transparent;
}
.btn-gray-big-new .bgl {
  display: none;
}
.btn-gray-big-new .bgc,
.btn-gray-big-new .bgc input {
  background: transparent;
  color: #4E4E4E;
  text-shadow: 1px 1px 1px #fafafa;
  text-align: left;
  height: 38px;
  line-height: 37px;
  font-size: 16px;
  font-family: 'Averta-Light-300';
  letter-spacing: 1px;
  margin: 0px;
  padding: 0 25px;
  width: auto;
}
.btn-gray-big-new .bgc {
  background: url("/images/buttons/btn-gray-big-new.png?f=1") no-repeat scroll 0 0 transparent;
  overflow: visible;
}
.btn-gray-big-new .bgc input {
  margin: 0 -56px 0 -20px;
  padding: 0 56px 3px 20px;
  display: block;
  float: none;
  position: relative;
  /* required for the input to overflow over the .bgr */
  overflow: visible;
}
.btn-gray-big-new:hover .bgc {
  background-position: 0px -50px;
}
.btn-gray-big-new:active .bgc {
  background-position: 0px -100px;
}
.btn-gray-big-new .bgr {
  background: url("/images/buttons/btn-gray-big-new.png?f=1") no-repeat scroll 0 -150px transparent;
  height: 42px;
  width: 44px;
}
.btn-gray-big-new:hover .bgr {
  background-position: 0px -200px;
}
.btn-gray-big-new:active .bgr {
  background-position: 0px -250px;
}
.btn-gray-big-new.btn-facebook .bgr {
  background-position: 0px -150px;
}
.btn-gray-big-new.btn-facebook:hover .bgr {
  background-position: 0px -200px;
}
.btn-gray-big-new.btn-facebook:active .bgr {
  background-position: 0px -250px;
}
.btn-gray-big-new.btn-twitter .bgr {
  background-position: -50px -150px;
}
.btn-gray-big-new.btn-twitter:hover .bgr {
  background-position: -50px -200px;
}
.btn-gray-big-new.btn-twitter:active .bgr {
  background-position: -50px -250px;
}
.btn-gray-big-new.btn-health-kit .bgr {
  background-position: -550px -150px;
}
.btn-gray-big-new.btn-health-kit:hover .bgr {
  background-position: -550px -200px;
}
.btn-gray-big-new.btn-health-kit:active .bgr {
  background-position: -550px -250px;
}
.btn-gray-big-new.btn-runkeeper .bgr {
  background-position: -100px -150px;
}
.btn-gray-big-new.btn-runkeeper:hover .bgr {
  background-position: -100px -200px;
}
.btn-gray-big-new.btn-runkeeper:active .bgr {
  background-position: -100px -250px;
}
.btn-gray-big-new.btn-foursquare .bgr {
  background-position: -150px -150px;
}
.btn-gray-big-new.btn-foursquare:hover .bgr {
  background-position: -150px -200px;
}
.btn-gray-big-new.btn-foursquare:active .bgr {
  background-position: -150px -250px;
}
.btn-gray-big-new.btn-fitbit .bgr {
  background-position: -200px -150px;
}
.btn-gray-big-new.btn-fitbit:hover .bgr {
  background-position: -200px -200px;
}
.btn-gray-big-new.btn-fitbit:active .bgr {
  background-position: -200px -250px;
}
.btn-gray-big-new.btn-myfitnesspal .bgr {
  background-position: -250px -150px;
}
.btn-gray-big-new.btn-myfitnesspal:hover .bgr {
  background-position: -250px -200px;
}
.btn-gray-big-new.btn-myfitnesspal:active .bgr {
  background-position: -250px -250px;
}
.btn-gray-big-new.btn-mapmyfitness .bgr {
  background-position: -300px -150px;
}
.btn-gray-big-new.btn-mapmyfitness:hover .bgr {
  background-position: -300px -200px;
}
.btn-gray-big-new.btn-mapmyfitness:active .bgr {
  background-position: -300px -250px;
}
.btn-gray-big-new.btn-withings .bgr {
  background-position: -400px -150px;
}
.btn-gray-big-new.btn-withings:hover .bgr {
  background-position: -400px -200px;
}
.btn-gray-big-new.btn-withings:active .bgr {
  background-position: -400px -250px;
}
.btn-gray-big-new.btn-jawbone .bgr {
  background-position: -450px -150px;
}
.btn-gray-big-new.btn-jawbone:hover .bgr {
  background-position: -450px -200px;
}
.btn-gray-big-new.btn-jawbone:active .bgr {
  background-position: -450px -250px;
}
.btn-gray-big-new.btn-moves .bgr {
  background-position: -500px -150px;
}
.btn-gray-big-new.btn-moves:hover .bgr {
  background-position: -500px -200px;
}
.btn-gray-big-new.btn-moves:active .bgr {
  background-position: -500px -250px;
}
/** new gray button end **/
/* -------- BUTTONS END -------- */
/* -------- ORANGE BUTTON BACKRGOUND BEGIN -------- */
.btn-orange-big-shadow-light {
  height: 55px;
}
.btn-orange-big-shadow-light .sbgr,
.btn-orange-big-shadow-light .sbgc,
.btn-orange-big-shadow-light .sbgl {
  background-image: url(/images/buttons/btn-shadow-small.png);
  height: 43px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.btn-orange-big-shadow-light .sbgr,
.btn-orange-big-shadow-light:hover .sbgr,
.btn-orange-big-shadow-light:active .sbgr {
  background-position: 0px 0px;
}
.btn-orange-big-shadow-light .sbgc,
.btn-orange-big-shadow-light:hover .sbgc,
.btn-orange-big-shadow-light:active .sbgc {
  background-position: 0px -100px;
}
.btn-orange-big-shadow-light .sbgc .btn-wrp {
  margin: 0 -27px 0px -27px;
}
.btn-orange-big-shadow-light .sbgl,
.btn-orange-big-shadow-light:hover .sbgl,
.btn-orange-big-shadow-light:active .sbgl {
  background-position: 0px -200px;
}
.btn-orange-big-shadow-light .sbgr,
.btn-orange-big-shadow-light .sbgl {
  width: 35px;
}
.btn-orange-big-shadow-light .btn-wrp.btn-large {
  height: 42px;
}
/* -------- ORANGE BUTTON BACKGROUND END -------- */
/*--------- SUCCES STORY BEGIN ------ */
.succes-story-images,
.succes-story-content {
  margin-top: 40px;
  display: block;
  width: 40%;
  box-sizing: border-box;
  float: left;
}
.succes-story-images {
  margin-left: 20px;
  width: 50%;
}
.succes-story-content {
  margin-left: 30px;
  min-height: 390px;
}
#succes-stories {
  margin-bottom: 30px;
}
#testimonials-list-block {
  display: block;
  position: relative;
  overflow: hidden;
}
#testimonials-list > div {
  display: inline-block !important;
  position: absolute!important;
  top: 0;
  left: 0;
  margin: 0px 50px;
}
#testimonials-list {
  position: relative;
  overflow: hidden;
  width: 10000px;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  height: 535px;
  display: block;
}
#testimonials-list li {
  width: 960px;
  height: 535px;
  display: inline-block;
}
.testimonial-page-text #testimonials-list-block {
  padding-top: 60px;
}
#succes-stories .testimonial-content {
  width: 950px;
  display: inline-block;
  padding-left: 50px;
}
#succes-stories h2 {
  text-align: center;
}
#succes-stories .image-border {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 4px;
  float: left;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  height: 334px;
}
#succes-stories .image-container {
  width: 100%;
  float: left;
}
#succes-stories .image-border .image-container {
  display: block;
  margin: 0 auto;
}
#succes-stories .separated-images {
  width: 50%;
}
#succes-stories .ribbon-stats {
  bottom: -50px;
  left: -63px;
  position: absolute;
}
#succes-stories .ribbon-stats p {
  font-family: 'Averta-Light-300';
  font-size: 22px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
#succes-stories .weight-lost {
  top: 50px;
}
#succes-stories .ribbon-image-blue div {
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
}
#succes-stories .money-won {
  top: 80px;
  padding-left: 3px;
}
#succes-stories .ribbon-image-blue {
  position: relative;
  width: 100%;
}
#succes-stories .ribbon-image-blue img {
  width: 170px;
}
#succes-stories .jcarousel-item .ribbon-image-blue img {
  width: 100px;
}
.testimonial-quote {
  font-size: 26px;
  line-height: 30px;
  font-family: 'MuseoSlab-700Italic';
  color: #000;
  word-wrap: break-word;
  margin-bottom: 20px;
}
#succes-stories .testimonial-username {
  font-size: 21px;
  line-height: 26px;
  font-family: 'Averta-Light-300';
  font-weight: normal;
}
#succes-stories .testimonial-text {
  font-size: 15px;
  line-height: 22px;
  font-family: 'Averta-Light-300';
  font-weight: normal;
}
#succes-stories .testimonial-text a {
  font-family: 'Averta-ExtraBold-800';
  color: #00A19F;
  font-size: 15px;
}
#succes-stories .dietbet-testimonial.visual-bg .show-less {
  display: none;
  font-family: 'MuseoSans-700Italic';
  font-size: 16px;
  font-weight: 100;
  line-height: 22px;
}
#succes-stories .dietbet-testimonial.visual-bg .description.scrollable {
  display: none;
}
#succes-stories .jspDrag {
  background-color: #00A19F;
}
#succes-stories .bottom-block-buttons {
  padding-top: 0px;
}
.read-full-testimonial {
  color: #000;
  font-size: 15px;
  font-family: 'Averta-ExtraBold-800';
}
/*--------- SUCCES STORY END -------- */
/*--------- NEXT-BACK BUTTONS BEGIN -------- */
.bottom-block-buttons {
  box-sizing: border-box;
  clear: both;
  display: block;
  padding-top: 50px;
  width: 100%;
  text-align: center;
}
.back-button,
.next-button {
  width: 140px;
  height: 45px;
  font-family: 'Averta-Light-300';
}
.back-button {
  float: left;
}
.back-button img {
  float: left;
}
.next-button {
  float: right;
}
.back-button p {
  font-size: 20px;
  line-height: 38px;
}
.next-button p {
  float: left;
  font-size: 20px;
  line-height: 38px;
}
.bottom-block-buttons a.back-button,
.bottom-block-buttons a.next-button {
  color: #000;
  text-decoration: none;
  width: 150px;
}
.pagination-arrows {
  background: url("/images/next-previous-arrows.png") repeat scroll -3px 0 rgba(0, 0, 0, 0);
  width: 80px;
  height: 40px;
  float: left;
}
.pagination-arrows.next-arrow {
  background-position: 87px 0;
}
.next-button:active p,
.back-button:active p {
  color: #00A19F;
}
.next-button:active .pagination-arrows,
.back-button:active .pagination-arrows {
  background: url("/images/next-previous-arrows.png") repeat scroll -3px 41px rgba(0, 0, 0, 0);
}
.next-button:active .pagination-arrows.next-arrow,
.back-button:active .pagination-arrows.next-arrow {
  background-position: 87px 41px;
}
#testimonials-list-block .pagination-arrows {
  background: url('/images/testimonials-chevrons.png') no-repeat top center;
  height: 45px;
  width: 38px;
  background-position: 0 0;
}
#testimonials-list-block .pagination-arrows.previous-arrow {
  background-position: 0 0;
}
#testimonials-list-block .pagination-arrows.next-arrow {
  background-position: -42px 0;
}
#home-page-content #testimonials-list-block .bottom-block-buttons a.next-button {
  width: 120px;
}
#testimonials-list-block .bottom-block-buttons a.back-button {
  width: 140px;
}
#testimonials-list-block .bottom-block-buttons a.next-button {
  width: 85px;
}
/*--------- NEXT-BACK BUTTONS END -------- */
.testimonial-disclaimer-text {
  color: #666;
  margin: 0 0 20px;
  text-align: center;
  font-size: 17px;
}
/*--------- FEATURED GAMES BLOCK BEGIN -----------*/
.index-page-gray-block {
  padding: 35px 0;
  width: 960px;
  margin: 0 auto;
}
#featured-games-block h2,
#featured-games-block h4 {
  text-align: center;
}
#featured-games-block h2 {
  line-height: 80%;
  margin-top: 0px;
}
#featured-games-block h4 {
  font-size: 15px;
  font-family: 'Averta-Light-300';
  margin-bottom: 35px;
}
.games-list-block {
  overflow: hidden;
}
.featured-game-block {
  width: 95%;
  position: relative;
  background: #fff;
  padding: 0 20px 20px;
  box-sizing: border-box;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.featured-game-block.transformer-ab {
  padding-left: 0px;
  padding-right: 0px;
}
.featured-game-block.transformer-ab .game-type {
  margin-left: 20px;
  margin-right: 20px;
}
.featured-game-block.transformer-ab p {
  text-align: center;
}
.featured-game-block.transformer-ab .transformer-ab-call {
  margin-top: 15px;
  font-size: 18px;
}
.featured-game-block.transformer-ab .transformer-title {
  font-weight: bold;
  text-align: center;
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
  font-family: 'Averta-Light-300';
  word-wrap: break-word;
  color: #b20e8d;
}
.featured-game-block.transformer-ab .transformer-ab-image {
  width: 100%;
  margin: 20px 0px 0px;
}
.featured-game-block.transformer-ab .transformer-ab-description {
  margin-top: 25px;
  font-weight: bold;
  font-size: 18px;
}
.featured-game-block.transformer-ab .transformer-ab-info {
  margin: 15px 25px 30px;
  font-size: 16px;
  font-style: italic;
  font-family: 'Averta-Semibold-500';
}
.featured-game-block.middle {
  margin-left: 3%;
  margin-right: 3%;
}
.featured-game-block.left {
  margin-left: 1.5%;
}
.featured-game-block.right {
  margin-right: 1.5%;
}
#featured-games-block .game-type {
  padding: 5px 10px 2px;
  color: #fff;
  margin-top: -10px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}
#featured-games-block .orange-label {
  background-color: #d6450a;
}
#featured-games-block .green-label {
  background-color: #49A078;
}
#featured-games-block .purple-label {
  background-color: #b20e8d;
}
#featured-games-block .about-game {
  margin-top: 10px;
}
#featured-games-block .about-game img {
  width: 30%;
  float: left;
}
#featured-games-block .game-title {
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 0px;
  display: block;
  font-family: 'Averta-Light-300';
  word-wrap: break-word;
  text-transform: uppercase;
  float: none;
  clear: none;
}
#featured-games-block .game-title.green {
  color: #49A078;
}
#featured-games-block .game-title.orange {
  color: #d6450a;
}
#featured-games-block .game-title.purple {
  color: #b20e8d;
}
#featured-games-block .game-description {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Averta-Light-300';
  color: #000;
  text-align: center;
  margin: 10px 10px 0px 10px;
  height: 66px;
}
#featured-games-block .game-info {
  margin-left: 30%;
  padding-top: 5px;
}
#featured-games-block .game-info {
  padding-left: 15px;
}
#featured-games-block .game-stats {
  font-size: 29px;
  padding: 10px 0 20px;
}
#featured-games-block .game-stats.hundreds-of-thousands {
  font-size: 28px;
}
#featured-games-block .game-stats.millions {
  font-size: 26px;
}
#featured-games-block .game-stats .label {
  float: left;
  font-family: 'Averta-Light-300';
  color: #808080;
  text-transform: uppercase;
  height: 35px;
}
#featured-games-block .game-stats .value {
  float: right;
  font-family: 'Averta-ExtraBold-800';
  height: 35px;
}
#featured-games-block .game-stats .game-players .value {
  color: #333;
}
#featured-games-block .game-stats .game-bet .value {
  color: #000;
}
#featured-games-block .game-stats span {
  border-bottom: 1px dotted #ccc;
  display: block;
  min-height: 30px;
  padding-top: 15px;
}
#featured-games-block .game-start {
  text-align: center;
  font-size: 24px;
  font-family: 'Averta-Light-300';
  margin-bottom: 5px;
  color: #333;
}
#featured-games-block .featured-game-block .btn-play-game {
  width: 80%;
  left: 10%;
}
#featured-games-block .bottom-block-buttons {
  padding-top: 10px;
}
#featured-games-block .index-page-gray-block {
  padding-bottom: 25px;
}
#featured-games-block .bottom-block-buttons .btn-container {
  height: 45px;
  display: inline-block;
  margin-top: 15px;
}
#featured-games-block .btn-see-all {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  height: 45px;
  line-height: 46px;
  font-size: 18px;
  width: 298px;
}
#featured-games-block .back-button,
#featured-games-block .next-button {
  height: 45px;
  font-family: 'Averta-Light-300';
  padding: 10px;
  cursor: pointer;
}
#featured-games-block .back-button:hover,
#featured-games-block .next-button:hover {
  background: #ccc;
}
#featured-games-block .back-button a,
#featured-games-block .next-button a {
  color: #000;
  text-decoration: none;
}
#featured-games-block .back-button {
  float: left;
  width: 160px;
  padding-left: 0px;
}
#featured-games-block .next-button {
  float: right;
  margin-right: 17px;
  width: 125px;
  padding-right: 0px;
}
#featured-games-block .next-button .next-arrow {
  float: right;
}
/*--------- FEATURED GAMES BLOCK END -----------*/
/* -------- PAGE CONTENT BEGIN -------- */
body {
  background: none repeat scroll 0 0 #fff;
}
/* -------- PAGE CONTENT END -------- */
/* -------- HEADER BEGIN -------- */
#header-content {
  max-width: 1330px;
  padding: 0px;
  text-shadow: none;
}
#top-nav-content {
  width: 1040px;
}
.new-nav.homepage-logged-out #top-nav-content {
  padding: 0;
}
/* -------- HEADER END -------- */
h2 {
  color: #000;
  font-family: 'Averta-Light-300';
  font-weight: normal;
  margin: 10px 0 15px;
  font-size: 40px;
  line-height: 24px;
}
h3 {
  color: #000;
  font-family: 'Averta-Light-300';
  font-weight: normal;
  margin: 7px 0 10px;
  font-size: 19px;
  line-height: 24px;
}
h4 {
  color: #000;
  font-family: 'Averta-Light-300';
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  margin: 7px 0 10px;
}
h5 {
  color: #000;
  font-family: 'Averta-Light-300';
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin: 7px 0 10px 0;
}
#footer {
  clear: both;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding: 0px;
}
#games-list {
  overflow: hidden;
}
/* -------- PAGE CONTENT BEGIN -------- */
.container {
  width: 964px;
}
.page-block {
  min-width: 1010px;
}
.page-block > .block-content {
  clear: both;
  margin: 0 auto;
  width: 964px;
  height: 100%;
}
@media only screen and (min-width: 500px) and (max-width: 960px) {
  #home-page-content.main-container {
    width: 1010px;
    max-width: none;
  }
}
.main-container {
  max-width: 100%;
  padding: 35px 0 0;
}
/* -------- PAGE CONTENT END -------- */
/* -------- BET ON YOURSEL BLOCK BEGIN -------- */
#join-diet-better {
  width: 100%;
  height: 280px;
  margin-top: 50px;
}
#join-diet-better .block-content {
  width: 100%;
}
#join-diet-better .winners {
  margin: 0px;
  width: 100%;
  overflow: hidden;
  height: 350px;
}
#join-diet-better .winners-images {
  position: absolute;
}
#join-diet-better .winners-images.left-side {
  left: -335px;
  top: 0;
}
#join-diet-better .winners-images.right-side {
  top: 0;
  right: -345px;
}
#join-diet-better .image-container {
  width: 150px;
  height: 200px;
  float: left;
  overflow: hidden;
  background: url("/images/home/home-page-winners.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#join-diet-better .image-container.marketing-page-img {
  background-size: contain;
  /*background: url("/images/home/home-page-hero.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  width: 100%;
  overflow: hidden;
}
.testimonial-disclaimer-text.marketing-page-img {
  display: none;
}
.ribbon-stats.marketing-page-img {
  display: none;
}
#join-diet-better .left-side .image-container.first {
  background-position: 480px 0;
}
#join-diet-better .left-side .image-container.second {
  background-position: 320px 0;
}
#join-diet-better .right-side .image-container.second {
  background-position: 160px 0;
}
#join-diet-better .image-border {
  height: 208px;
  width: 158px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  float: left;
  padding: 4px;
  margin-right: 10px;
}
#join-diet-better .image-container .profile-image {
  width: 100%;
}
#join-diet-better .first-img-border,
#join-diet-better .second-img-border {
  background-color: #fff;
}
#join-diet-better .first-img-border {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  z-index: 100;
}
#join-diet-better .right-side .first-img-border {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
#join-diet-better .second-img-border {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  margin-left: -10px;
}
#join-diet-better .ribbon-stats {
  right: -50px;
  position: absolute;
  top: 125px;
}
#join-diet-better .first .ribbon-stats {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
#join-diet-better .right-side .first .ribbon-stats {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  left: -45px;
}
#join-diet-better .right-side .second .ribbon-stats {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  left: -65px;
  top: 160px;
}
#join-diet-better .ribbon-stats img {
  width: 110px;
}
#join-diet-better .second .ribbon-stats {
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
  right: -40px;
}
#join-diet-better .ribbon-stats span {
  position: absolute;
  left: 17px;
  font-size: 18px;
  font-weight: 100;
  font-family: 'Averta-Light-300';
  color: #000;
}
#join-diet-better .ribbon-stats span.ribbon-lost {
  left: 22px;
  top: 34px;
}
#join-diet-better .ribbon-stats span.ribbon-won {
  left: 31px;
  top: 62px;
}
#join-diet-better .second .ribbon-stats span.ribbon-won {
  left: 35px;
}
#join-diet-better .right-side .second span.ribbon-won {
  left: 34px;
}
#join-diet-better .first .ribbon-stats span {
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}
#join-diet-better .second .ribbon-stats span {
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
  left: 26px;
}
#join-diet-better .dietbetter-stats-block {
  width: 560px;
  margin: 50px auto 20px;
  position: relative;
}
#header-content .dietbetter-stats-block h1 {
  color: #000;
  font-family: 'Averta-Black-900';
  font-size: 40px;
  text-align: center;
}
#header-content .dietbetter-stats-block p {
  margin: 50px 0px 0px 0px;
  color: #000;
  font-size: 26px;
  font-weight: 100;
  text-align: center;
  font-family: 'Averta-Light-300';
}
#header-content .dietbetter-stats-block p b {
  font-family: 'Averta-Semibold-500';
}
#join-diet-better .round-ribbon {
  background: url('/images/ribbon-stats-blue-right.png') no-repeat top center;
  width: 125px;
  height: 155px;
}
#join-diet-better .dietbet-lbs-lost,
#join-diet-better .dietbet-money-won {
  color: #d6450a;
  font-size: 16px;
}
#header-content .game-block h1 {
  text-align: center;
  color: #000;
  font-family: 'Averta-Light-300';
  font-size: 27px;
  line-height: 100%;
  margin: 50px 0 0;
  padding: 35px 0;
  background: url('/images/separators/separator-w321.png') no-repeat top center;
}
#join-diet-better .game-module-block {
  float: left;
  width: 33%;
  text-align: center;
}
#join-diet-better .game-module-block h4 {
  font-family: 'Averta-Black-900';
  margin: 0px;
  font-size: 24px;
  text-transform: uppercase;
}
#join-diet-better .game-module-block p {
  margin: 10px 0px;
  color: #999;
  font-size: 14px;
}
#join-diet-better .game-block {
  width: 100%;
  clear: both;
  float: left;
  margin-top: -145px;
}
#join-diet-better .game-module-block .btn-wrp {
  width: 200px;
  height: 45px;
  line-height: 46px;
  font-size: 22px;
}
#join-diet-better .game-ctas {
  width: 1040px;
  margin: 0 auto;
}
#join-diet-better .game-module-block p {
  font-family: 'Averta-Light-300';
  font-size: 18px;
  color: #333;
}
#join-diet-better .game-block-footer {
  clear: both;
  text-align: center;
}
#join-diet-better .game-block-footer .btn-see-how-it-works {
  margin: 35px 0;
  height: 45px;
  line-height: 46px;
  font-size: 18px;
  width: 298px;
  background: #fff;
  border: 1px solid #00A19F;
}
#join-diet-better .game-block-footer .btn-see-how-it-works:hover {
  background: #00A19F;
}
#join-diet-better .game-block-footer img {
  display: block;
  float: left;
  margin: 0px auto;
}
#join-diet-better .game-block-footer .money-back-container {
  display: block;
  margin: 0 auto;
  width: 395px;
}
#join-diet-better .game-block-footer .disclaimer-text {
  font-size: 12px;
  color: #999;
  display: inline-block;
  width: 215px;
  text-align: left;
  padding: 30px 0 0 15px;
  line-height: 12px;
}
/* -------- BET ON YOURSEL BLOCK END -------- */
/*--------- SUCCES STORIES BLOCK BEGIN -----------*/
#succes-stories {
  margin-bottom: 0px;
}
#succes-stories h2 {
  line-height: 90%;
  margin: 0px 0px 5px 0px;
}
#succes-stories .succes-story-images,
#succes-stories .succes-story-content {
  margin-top: 35px;
}
#succes-stories #testimonials-list {
  height: 465px;
}
#succes-stories .next-button .next-arrow {
  float: right;
  margin-right: 15px;
}
#succes-stories .next-button p {
  margin-left: 10px;
}
#succes-stories .succes-story-content .scroll-tag {
  height: 310px;
}
#testimonials-list-block .btn-see-all.btn-wrp.btn-teal {
  height: 45px;
  line-height: 46px;
  font-size: 18px;
  width: 298px;
  background: #fff;
  border: 1px solid #00A19F;
  display: block;
  margin: 0px auto;
}
#testimonials-list-block .btn-see-all.btn-wrp.btn-teal:hover {
  color: #fff;
  background: #00A19F;
}
#transformer-focused-block .testimonial-disclaimer-text {
  font-size: 14px;
  font-family: 'Averta-Light-300';
  margin-top: 10px;
  width: 50%;
}
/*--------- SUCCES STORIES BLOCK END -----------*/
/*--------- FEATURED GAMES BLOCK BEGIN -----------*/
#featured-games-block {
  background-color: #eee;
}
/*--------- FEATURED GAMES BLOCK END -----------*/
/*--------- HOW IT WORKS BLOCK BEGIN -----------*/
#blk-hp-how-it-works {
  width: 720px;
  margin: 70px auto 0px;
}
#blk-hp-how-it-works h3 {
  margin: 0px auto 30px;
  text-align: center;
  font-size: 30px;
}
#blk-hp-how-it-works.tranformer-homepage-module {
  height: 265px;
}
#blk-hp-how-it-works .how-it-works-item {
  float: left;
  width: 33%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 25px;
}
#blk-hp-how-it-works .how-it-works-item.middle {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#blk-hp-how-it-works.tranformer-homepage-module .how-it-works-item {
  max-height: 150px;
}
#blk-hp-how-it-works .how-it-works-item.border-none {
  border-right: none;
}
#blk-hp-how-it-works .how-it-works-item h5 {
  font-size: 18px;
  font-family: 'Averta-Light-300';
  margin-bottom: 15px;
}
#blk-hp-how-it-works .how-it-works-item h4 {
  font-family: 'Averta-ExtraBold-800';
  font-size: 28px;
  margin-top: 20px;
}
#blk-hp-how-it-works .how-it-works-item h4 span {
  font-family: 'Averta-Light-300';
  font-size: 15px;
  display: block;
  margin-top: 5px;
}
#blk-hp-how-it-works .how-it-works-item img {
  height: 90px;
  width: auto;
}
#blk-hp-how-it-works .how-it-works-item .disclaimer-text {
  color: black;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Averta-Light-300';
  display: block;
  margin: 20px 0px 20px;
}
/*--------- HOW IT WORKS BLOCK END -----------*/
/*--------- TRANSFORMER FOCUSED HOME PAGE BEGIN -----------*/
#transformer-focused-block {
  max-width: 960px;
  margin: 0 auto;
}
#transformer-focused-block .header-text {
  width: 50%;
  text-align: center;
  float: right;
}
#transformer-focused-block #succes-story {
  width: 50%;
  float: left;
}
#transformer-focused-block .image-border {
  width: 400px;
  height: 280px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  padding: 5px;
  position: relative;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#transformer-focused-block #succes-story.marketing-page-img .image-border {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#transformer-focused-block .image-container {
  background: none;
  height: 100%;
  width: auto;
}
#transformer-focused-block h1 {
  font-family: 'Averta-Black-900';
  font-size: 40px;
  color: #000;
  padding-top: 50px;
}
#transformer-focused-block h2 {
  font-family: 'Averta-Light-300';
  font-size: 24px;
  padding: 20px 0 30px;
}
#transformer-focused-block .ribbon-stats {
  position: absolute;
  right: -60px;
  top: 140px;
}
#transformer-focused-block .ribbon-stats img {
  width: 140px;
}
#transformer-focused-block .ribbon-image-blue {
  position: relative;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  background: url("/images/home/ribbon-stats-purple.png") no-repeat scroll center center;
  width: 140px;
  height: 180px;
  background-size: contain;
}
#transformer-focused-block .btn-wrp.btn-purple {
  padding: 0 50px;
  font-family: 'Averta-Light-300';
}
#transformer-focused-block .ribbon-image-blue p {
  color: #000;
  font-family: 'Averta-Light-300';
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
  font-size: 20px;
}
#transformer-focused-block #succes-story .ribbon-image-blue div {
  left: 0;
  text-align: center;
  width: 100%;
  position: absolute;
}
#transformer-focused-block #succes-story .weight-lost {
  top: 35px;
}
#transformer-focused-block #succes-story .money-won {
  top: 67px;
}
#transformer-focused-block #succes-story .ribbon-stats .money-won-label {
  padding-left: 5px;
}
#transformer-focused-block .ribbon-image-blue p.money-won {
  left: 35px;
  top: 68px;
}
#transformer-focused-block .ribbon-image-blue p.weight-lost {
  left: 22px;
  top: 37px;
}
#transformer-focused-block .game-start-date {
  color: #000;
  font-family: 'Averta-Light-300';
  font-size: 22px;
  margin-top: 15px;
}
#transformer-focused-ctas {
  max-width: 960px;
  margin: 50px auto 0px;
  padding-top: 40px;
  background: url('/images/separators/separator-w321.png') no-repeat top center;
}
#transformer-focused-ctas.tabs-2 .transformer-focused-ctas-item {
  width: 50%;
}
#transformer-focused-ctas .orange h4 {
  color: #d6450a;
}
#transformer-focused-ctas .purple h4 {
  color: #b20e8d;
}
#transformer-focused-ctas .green h4 {
  color: #49A078;
}
#transformer-focused-ctas .teal h4 {
  color: #00A19F;
}
#transformer-focused-ctas .transformer-focused-ctas-item {
  float: left;
  width: 33%;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  text-align: center;
}
#transformer-focused-ctas .transformer-focused-ctas-item:last-child {
  border: none;
}
#transformer-focused-ctas .transformer-focused-ctas-item.green {
  padding-right: 0px;
  padding-left: 15px;
}
#transformer-focused-ctas .transformer-focused-ctas-item h4 {
  font-family: 'Averta-Black-900';
  margin: 0px;
  font-size: 24px;
  text-transform: uppercase;
}
#transformer-focused-ctas .transformer-focused-ctas-item p {
  margin: 10px 0px;
  color: #999;
  font-size: 15px;
}
#transformer-focused-ctas .transformer-focused-ctas-item.orange p {
  margin-bottom: 0;
}
#transformer-focused-ctas .transformer-focused-ctas-item .cta-info {
  margin-bottom: 15px;
}
#transformer-focused-ctas .transformer-focused-ctas-item .cta-info a {
  color: #999;
}
#transformer-focused-ctas .transformer-focused-ctas-item a.btn-wrp {
  width: 180px;
}
#home-page-content #succes-stories .jcarousel-item .ribbon-image-blue img {
  width: 170px;
}
/*--------- TRANSFORMER FOCUSED HOME PAGE END -----------*/
/*--------- WAYBETTER QUIZ FOCUSED HOME PAGE BEGIN -----------*/
#wb-quiz-focused-block {
  position: relative;
  width: 100%;
  background: url(/images/home/waybetter-quiz-home.png) no-repeat scroll 0 0 / cover;
  height: 455px;
  background-repeat: no-repeat;
  background-position-x: right;
  min-width: 1040px;
}
#wb-quiz-focused-block .text-container {
  max-width: 60%;
  margin: 0 auto;
  padding: 60px 0;
  font-family: 'Averta';
  font-style: normal;
}
#wb-quiz-focused-block .text-container .wb-quiz-header {
  font-family: 'Averta';
  font-weight: 700;
  font-size: 50px;
  line-height: 62px;
  color: white;
  font-style: normal;
  max-width: 56%;
}
#wb-quiz-focused-block .text-container .wb-quiz-text {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: white;
  max-width: 50%;
}
@media only screen and (max-width: 1200px) {
  #wb-quiz-focused-block .text-container {
    max-width: 90%;
  }
  #wb-quiz-focused-block .text-container .wb-quiz-header {
    max-width: 50%;
  }
  #wb-quiz-focused-block .text-container .wb-quiz-text {
    max-width: 46%;
  }
}
@media only screen and (max-width: 810px) {
  #wb-quiz-focused-block .text-container .wb-quiz-header {
    font-size: 40px;
    line-height: 48px;
    max-width: 40%;
  }
  #wb-quiz-focused-block .text-container .wb-quiz-text {
    font-size: 22px;
    line-height: 28px;
    max-width: 36%;
  }
}
#wb-quiz-focused-block .text-container .btn-purple-inverse {
  color: #6A1099;
  background-color: #ffffff;
  width: 292px;
  height: 54px;
  line-height: 54px;
  margin-top: 30px;
  font-family: 'Averta-Semibold-500';
  font-style: normal;
  font-size: 18px;
}
#wb-quiz-focused-block .text-container .btn-purple-inverse:hover {
  background-color: #6A1099;
  color: #FFFFFF;
}
/*--------- WAYBETTER QUIZ FOCUSED HOME PAGE END -------------*/
/*--------- MY PLAN QUIZ FOCUSED HOME PAGE BEGIN -----------*/
#my-plan-quiz-focused-block {
  position: relative;
}
#my-plan-quiz-focused-block .hero-image {
  background-color: #d2dcff;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  min-width: 1010px;
}
#my-plan-quiz-focused-block .hero-image img.desktop {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}
#my-plan-quiz-focused-block .hero-image img.frame {
  display: block;
  position: absolute;
  bottom: 0;
  left: 29%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 90%;
}
#my-plan-quiz-focused-block .hero-image img.mobile {
  display: none;
}
#my-plan-quiz-focused-block .container {
  display: flex;
  justify-content: center;
  width: 100%;
}
#my-plan-quiz-focused-block .container .module {
  min-height: 31.25rem;
  padding: 1.875rem 1.0625rem;
  flex: 0 1 64rem;
  max-width: 64rem;
  margin-top: 3.125rem;
  z-index: 1;
  box-sizing: border-box;
}
#my-plan-quiz-focused-block .container .module .content {
  color: #2b2529;
  display: flex;
  flex-direction: column;
  z-index: 1;
  align-self: flex-end;
  flex: 2 0;
}
#my-plan-quiz-focused-block .container .module .content h1 {
  font-size: 3.125rem;
  font-family: 'Averta-ExtraBold-800';
  font-weight: normal;
  line-height: 3.875rem;
  max-width: 43.75rem;
  white-space: pre-line;
  margin: 0;
}
#my-plan-quiz-focused-block .container .module .content p {
  font-family: 'Averta-Regular-300';
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 2.1875rem;
  font-size: 1.375rem;
  line-height: 1.875rem;
  max-width: 30rem;
  letter-spacing: 0.04375313rem;
}
#my-plan-quiz-focused-block .container .module .content .call-to-action {
  margin-bottom: 7.8125rem;
}
#my-plan-quiz-focused-block .container .module .content .call-to-action a {
  box-sizing: border-box;
  letter-spacing: 0.03333rem;
  width: 16rem;
  margin-bottom: 1.33333rem;
  background-color: #6a1099;
  border-color: #363a43;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 2em;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  padding: 0.4em 1.875em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: all 0.25s ease-out;
  height: auto;
}
#my-plan-quiz-focused-block .container .module .content .call-to-action a:hover {
  background-color: #8e4aba;
}
/*--------- MY PLAN QUIZ FOCUSED HOME PAGE END -----------*/
