/* Minification failed. Returning unminified contents.
(1786,9): run-time error CSS1035: Expected colon, found '}'
(2168,12): run-time error CSS1036: Expected expression, found '!important'
(5742,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*!
 * Step Form Wizard
 * Jiri Wasniowski - <ajoke3@gmail.com>
 * http://codecanyon.net/item/step-form-wizard/8591111
 * Version 2.0 - built July 16 2015
 */
/* clearfix */
clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.sf-left {
  float: left; }

.sf-right {
  float: right; }

.sf-step > .sf-step-el {
  /*border: none;*/
  margin: 0;
  /*padding: 0;*/
  display: block; }

.sf-wizard {
  position: relative; }
  .sf-wizard.sf-rtl {
	direction: rtl; }

.sf-hide-legend .sf-step-name, .sf-hide-buttons {
  display: none; }

.sf-nav {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 4; }

.sf-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  transition: height 1s; }

.sf-viewport .sf-step-name {
  /*font-size: 20px;
  padding: 15px 0px;
  font-weight: bold;
  background: none;
  margin: 0;
  /*width: 100%;*/
  /*border-bottom: 0px solid #e5e5e5;
  margin-bottom: 15px;*/ }

.sf-btn.sf-btn-finish {
  margin: 0 0 0 15px; }

.sf-btn.sf-btn-disabled {
  cursor: default; }

.sf-nav-bottom {
  margin-top: 6px; }

.sf-nav-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  left: 0; }

.sf-nav-top, .sf-nav-bottom {
  height: 40px; }

.sf-nav-top .sf-nav, .sf-nav-bottom .sf-nav {
  width: 9999px;
  position: absolute; }

.sf-nav-left {
  float: left;
  width: 20%;
  height: auto;
  overflow: hidden; }

.sf-nav-right {
  float: right;
  width: 20%;
  height: auto; }

.sf-nav-wrap.sf-nav-left li, .sf-nav-wrap.sf-nav-right li {
  float: none;
  margin-bottom: 10px; }

.sf-nav li {
  float: left;
  position: relative;
  margin-right: 10px; }

.sf-rtl .sf-nav-top .sf-nav-step, .sf-rtl .sf-nav-bottom .sf-nav-step {
  float: right; }
.sf-rtl .sf-nav-on-right {
  float: left;
  margin-right: 0; }

.sf-nav li.sf-nav-link:not(.sf-nav-step-disabled) {
  cursor: pointer; }

.sf-nav-right li, sf-nav-left li {
  padding-right: 10px; }

.sf-nav-on-left {
  width: 80%;
  margin-left: 20%; }

.sf-nav-on-right {
  width: 80%;
  margin-right: 20%; }

.sf-nav-right li {
  margin-right: 0;
  margin-left: 10px; }

.sf-step > .sf-step-el {
 overflow: auto;
 overflow-x: hidden;
}

.sf-step-no-active {
  height: 1px; }
  .sf-step-no-active > .sf-step-el {
	display: none; }

li.sf-li-nonumber {
  text-align: center; }

.sf-li-nonumber .sf-nav-number {
  display: none; }

.sf-wizard .sf-btn, .sf-content .nocsript-sf-btn {
  padding: 0 35px; }

.sf-wizard > .sf-content {
  box-sizing: border-box; }

.sf-wizard > .sf-content.sf-hide-legend {
  padding-top: 30px; }

.sf-controls {
  z-index: 4; }
  .sf-controls input {
	margin: 0; }

.sf-viewport {
  width: 100%;
  position: relative;
  perspective: 1000px; }

.sf-fieldwrap {
  width: 100%;
  height: 100%;
  position: relative; }
  .sf-fieldwrap .sf-step {
	width: 100%;
	position: absolute;
	/*padding: 20px;*/
	padding: 0px;
	display: none; }
  .sf-fieldwrap .sf-step.sf-step-front, .sf-fieldwrap .sf-step.sf-step-right, .sf-fieldwrap .sf-step.sf-step-left {
	display: block; }

.sf-3d-cube .sf-fieldwrap {
  transform-style: preserve-3d; }
  .sf-3d-cube .sf-fieldwrap .sf-step {
	background: #FFF; }

.sf-fade .sf-fieldwrap .sf-step.sf-step-right, .sf-fade .sf-fieldwrap .sf-step.sf-step-left {
  display: none; }

.sf-btn-next, .sf-btn-prev, .sf-btn-finish {
  display: none;
  cursor: pointer; }

.sf-nav-step-disabled {
  cursor: auto; }

.spinner {
  margin: 2px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #FFF;
  display: inline-block;
  margin-right: 2px;
  -webkit-animation: sf-bounce 1.2s infinite ease-in-out;
  animation: sf-bounce 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.spinner .ball-1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .ball-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sf-bounce {
  0%, 80%, 100% {
	-webkit-transform: scale(0); }
  40% {
	-webkit-transform: scale(1); } }
@keyframes sf-bounce {
  0%, 80%, 100% {
	transform: scale(0);
	-webkit-transform: scale(0); }
  40% {
	transform: scale(1);
	-webkit-transform: scale(1); } }
@media screen, projection {
  .sf-wizard *, .sf-wizard *:after, .sf-wizard *:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; } }
/* ******** THEMES *********/
.sf-t1 {
  font-family: sans-serif; }
  .sf-t1 .sf-nav-bottom {
	margin-top: 30px;
	height: 50px; }
  .sf-t1 .sf-nav-top {
	height: 80px;
	padding-bottom: 30px; }
  .sf-t1 .sf-nav-on-bottom .sf-controls {
	margin-bottom: 30px; }
  .sf-t1 .sf-nav-top li, .sf-t1 .sf-nav-bottom li {
	-webkit-transition: margin 200ms;
	-moz-transition: margin 200ms;
	-ms-transition: margin 200ms;
	-o-transition: margin 200ms;
	transition: margin 200ms; }
  .sf-t1 .sf-nav li {
	font-size: 16px;
	color: #FFF;
	background: #ffc85e;
	height: 50px;
	line-height: 50px;
	padding: 0 30px 0 50px; }
	.sf-t1 .sf-nav li.sf-li-nonumber {
	  padding-left: 30px; }
  .sf-t1 .sf-nav-top li.sf-active,
  .sf-t1 .sf-nav-top li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink), .sf-t1 .sf-nav-bottom li.sf-active,
  .sf-t1 .sf-nav-bottom li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) {
	background: #feaa07; }
	.sf-t1 .sf-nav-top li.sf-active:after,
	.sf-t1 .sf-nav-top li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after, .sf-t1 .sf-nav-bottom li.sf-active:after,
	.sf-t1 .sf-nav-bottom li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after {
	  border-color: transparent transparent transparent #feaa07; }
	.sf-t1 .sf-nav-top li.sf-active:before,
	.sf-t1 .sf-nav-top li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):before, .sf-t1 .sf-nav-bottom li.sf-active:before,
	.sf-t1 .sf-nav-bottom li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):before {
	  border-color: #f99200 transparent #f99200 transparent; }
	.sf-t1 .sf-nav-top li.sf-active .sf-nav-number,
	.sf-t1 .sf-nav-top li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) .sf-nav-number, .sf-t1 .sf-nav-bottom li.sf-active .sf-nav-number,
	.sf-t1 .sf-nav-bottom li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) .sf-nav-number {
	  background: #f99200; }
  .sf-t1 .sf-nav-top li.sf-li-nonumber.sf-active:before,
  .sf-t1 .sf-nav-top li.sf-li-nonumber.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):before, .sf-t1 .sf-nav-bottom li.sf-li-nonumber.sf-active:before,
  .sf-t1 .sf-nav-bottom li.sf-li-nonumber.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):before {
	border-color: #feaa07 transparent #feaa07 transparent; }
  .sf-t1 .sf-nav-left li.sf-active,
  .sf-t1 .sf-nav-left li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink), .sf-t1 .sf-nav-right li.sf-active,
  .sf-t1 .sf-nav-right li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) {
	background: #feaa07; }
	.sf-t1 .sf-nav-left li.sf-active:after,
	.sf-t1 .sf-nav-left li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after, .sf-t1 .sf-nav-right li.sf-active:after,
	.sf-t1 .sf-nav-right li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after {
	  border-color: #f99200 transparent transparent transparent; }
	.sf-t1 .sf-nav-left li.sf-active:before,
	.sf-t1 .sf-nav-left li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):before, .sf-t1 .sf-nav-right li.sf-active:before,
	.sf-t1 .sf-nav-right li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):before {
	  border-color: #FFF transparent transparent transparent; }
	.sf-t1 .sf-nav-left li.sf-active .sf-nav-number,
	.sf-t1 .sf-nav-left li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) .sf-nav-number, .sf-t1 .sf-nav-right li.sf-active .sf-nav-number,
	.sf-t1 .sf-nav-right li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) .sf-nav-number {
	  background: #f99200; }
  .sf-t1 .sf-nav-number {
	position: absolute;
	text-align: center;
	width: 37px;
	left: 0px;
	top: 0;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	background: #ffd687; }
  .sf-t1 .sf-nav-left .sf-nav-number, .sf-t1 .sf-nav-right .sf-nav-number {
	width: 50px; }
  .sf-t1 .sf-nav-number-inner {
	display: block; }
  .sf-t1 .sf-li-number .sf-nav-subtext {
	padding-left: 30px; }
  .sf-t1 .sf-nav-subtext {
	display: block; }
  .sf-t1 .sf-nav-top .sf-nav-step:after, .sf-t1 .sf-nav-top.sf-btn:after, .sf-t1 .sf-nav-bottom .sf-nav-step:after, .sf-t1 .sf-nav-bottom.sf-btn:after, .sf-t1 .sf-nav-left .sf-nav-step:after, .sf-t1 .sf-nav-left.sf-btn:after, .sf-t1 .sf-nav-right .sf-nav-step:after, .sf-t1 .sf-nav-right.sf-btn:after, .sf-t1 .sf-btn .sf-nav-step:after, .sf-t1 .sf-btn.sf-btn:after {
	content: "";
	width: 1px;
	height: 1px;
	background: transparent;
	position: absolute;
	top: 0;
	right: -26px;
	border: 20px solid transparent;
	border-width: 25px 13px 25px 13px;
	border-left-color: #ffc85e;
	z-index: -1; }
  .sf-t1 .sf-nav-top .sf-nav-step:before, .sf-t1 .sf-nav-bottom .sf-nav-step:before, .sf-t1 .sf-nav-left .sf-nav-step:before, .sf-t1 .sf-nav-right .sf-nav-step:before, .sf-t1 .sf-btn .sf-nav-step:before {
	content: "";
	width: 1px;
	height: 1px;
	background: transparent;
	position: absolute;
	top: 0;
	left: -13px;
	border: 20px solid transparent;
	border-width: 25px 13px 25px 13px;
	border-top-color: #ffd687;
	border-bottom-color: #ffd687;
	z-index: -1; }
  .sf-t1 .sf-nav-top .sf-li-nonumber:before, .sf-t1 .sf-nav-bottom .sf-li-nonumber:before, .sf-t1 .sf-nav-left .sf-li-nonumber:before, .sf-t1 .sf-nav-right .sf-li-nonumber:before, .sf-t1 .sf-btn .sf-li-nonumber:before {
	border-top-color: #ffc85e;
	border-bottom-color: #ffc85e; }
  .sf-t1 .sf-nav-top .sf-nav-step, .sf-t1 .sf-nav-bottom .sf-nav-step {
	margin-right: 22px;
	padding-left: 37px; }
	.sf-t1 .sf-nav-top .sf-nav-step:first-child, .sf-t1 .sf-nav-bottom .sf-nav-step:first-child {
	  padding-left: 50px; }
	  .sf-t1 .sf-nav-top .sf-nav-step:first-child .sf-nav-number, .sf-t1 .sf-nav-bottom .sf-nav-step:first-child .sf-nav-number {
		width: 50px; }
	.sf-t1 .sf-nav-top .sf-nav-step.sf-li-nonumber:first-child, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-li-nonumber:first-child {
	  padding-left: 30px; }
	.sf-t1 .sf-nav-top .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled), .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled) {
	  background: #feaa07; }
	  .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled):after, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled):after {
		border-color: transparent transparent transparent #feaa07; }
	  .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled):before, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled):before {
		border-color: #F97200 transparent #F97200 transparent; }
	  .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled) .sf-nav-number, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled) .sf-nav-number {
		background: #F97200; }
	.sf-t1 .sf-nav-top .sf-nav-step.sf-nav-mark-step.sf-li-nonumber:not(.sf-active):not(.sf-nav-step-disabled), .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-mark-step.sf-li-nonumber:not(.sf-active):not(.sf-nav-step-disabled) {
	  background: #F97200; }
	  .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-mark-step.sf-li-nonumber:not(.sf-active):not(.sf-nav-step-disabled):before, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-mark-step.sf-li-nonumber:not(.sf-active):not(.sf-nav-step-disabled):before {
		border-color: #F97200 transparent #F97200 transparent; }
	  .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-mark-step.sf-li-nonumber:not(.sf-active):not(.sf-nav-step-disabled):after, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-mark-step.sf-li-nonumber:not(.sf-active):not(.sf-nav-step-disabled):after {
		border-color: transparent transparent transparent #F97200; }
	.sf-t1 .sf-nav-top .sf-nav-step.sf-nav-step-disabled, .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-unlink, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-step-disabled, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-unlink {
	  background: #f3f3f3;
	  color: #b8b8b8; }
	  .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-step-disabled:after, .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-unlink:after, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-step-disabled:after, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-unlink:after {
		border-color: transparent transparent transparent #f3f3f3; }
	  .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-step-disabled:before, .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-unlink:before, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-step-disabled:before, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-unlink:before {
		border-color: #e9e9e9 transparent #e9e9e9 transparent; }
	  .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-step-disabled .sf-nav-number, .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-unlink .sf-nav-number, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-step-disabled .sf-nav-number, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-unlink .sf-nav-number {
		background: #e9e9e9; }
	.sf-t1 .sf-nav-top .sf-nav-step.sf-nav-step-disabled.sf-li-nonumber:before, .sf-t1 .sf-nav-top .sf-nav-step.sf-nav-unlink.sf-li-nonumber:before, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-step-disabled.sf-li-nonumber:before, .sf-t1 .sf-nav-bottom .sf-nav-step.sf-nav-unlink.sf-li-nonumber:before {
	  border-color: #f3f3f3 transparent #f3f3f3 transparent; }
  .sf-t1.sf-rtl .sf-li-number .sf-nav-subtext {
	padding-left: 0;
	padding-right: 30px; }
  .sf-t1.sf-rtl .sf-nav li {
	padding: 0 50px 0 30px; }
	.sf-t1.sf-rtl .sf-nav li.sf-li-nonumber {
	  padding-right: 30px; }
  .sf-t1.sf-rtl .sf-nav-number {
	right: 0px; }
  .sf-t1.sf-rtl .sf-nav-top li.sf-active:after,
  .sf-t1.sf-rtl .sf-nav-top li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after, .sf-t1.sf-rtl .sf-nav-bottom li.sf-active:after,
  .sf-t1.sf-rtl .sf-nav-bottom li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after {
	border-color: transparent #feaa07 transparent transparent; }
  .sf-t1.sf-rtl .sf-nav-top .sf-nav-step:after, .sf-t1.sf-rtl .sf-nav-top.sf-btn:after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav-step:after, .sf-t1.sf-rtl .sf-nav-bottom.sf-btn:after, .sf-t1.sf-rtl .sf-btn .sf-nav-step:after, .sf-t1.sf-rtl .sf-btn.sf-btn:after {
	right: auto;
	left: -26px;
	border-right-color: #ffc85e;
	border-left-color: transparent; }
  .sf-t1.sf-rtl .sf-nav-top .sf-nav-step:before, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav-step:before, .sf-t1.sf-rtl .sf-btn .sf-nav-step:before {
	left: auto;
	right: -13px; }
  .sf-t1.sf-rtl .sf-nav-top .sf-nav-step, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav-step {
	margin-right: 0;
	margin-left: 22px;
	padding-left: 15px;
	padding-right: 37px; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav-step:first-child, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav-step:first-child {
	  padding-right: 50px; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled), .sf-t1.sf-rtl .sf-nav-bottom .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled) {
	  background: #feaa07; }
	  .sf-t1.sf-rtl .sf-nav-top .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled):after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled):after {
		border-color: transparent #feaa07 transparent transparent; }
	  .sf-t1.sf-rtl .sf-nav-top .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled).sf-li-nonumber:not(.sf-active):not(:hover), .sf-t1.sf-rtl .sf-nav-bottom .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled).sf-li-nonumber:not(.sf-active):not(:hover) {
		background: #F97200; }
		.sf-t1.sf-rtl .sf-nav-top .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled).sf-li-nonumber:not(.sf-active):not(:hover):before, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled).sf-li-nonumber:not(.sf-active):not(:hover):before {
		  border-color: #F97200 transparent #F97200 transparent; }
		.sf-t1.sf-rtl .sf-nav-top .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled).sf-li-nonumber:not(.sf-active):not(:hover):after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled).sf-li-nonumber:not(.sf-active):not(:hover):after {
		  border-color: transparent #F97200 transparent transparent; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav-step.sf-nav-step-disabled:after, .sf-t1.sf-rtl .sf-nav-top .sf-nav-step.sf-nav-unlink:after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav-step.sf-nav-step-disabled:after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav-step.sf-nav-unlink:after {
	  border-color: transparent #f3f3f3 transparent transparent; }
  .sf-t1.sf-rtl .sf-nav-left .sf-nav-step:after, .sf-t1.sf-rtl .sf-nav-right .sf-nav-step:after {
	left: auto;
	right: 0;
	border-color-right: transparent; }
  .sf-t1.sf-rtl .sf-nav-left .sf-nav-step:before, .sf-t1.sf-rtl .sf-nav-right .sf-nav-step:before {
	left: auto;
	right: 0; }
  .sf-t1.sf-rtl .sf-nav-left .sf-nav-step.sf-li-nonumber.sf-active:after, .sf-t1.sf-rtl .sf-nav-left .sf-nav-step.sf-li-nonumber:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after, .sf-t1.sf-rtl .sf-nav-right .sf-nav-step.sf-li-nonumber.sf-active:after, .sf-t1.sf-rtl .sf-nav-right .sf-nav-step.sf-li-nonumber:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after {
	border-top-color: #feaa07; }
  .sf-t1.sf-rtl .sf-nav-left .sf-nav-step.sf-li-nonumber.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled):not(:hover):after, .sf-t1.sf-rtl .sf-nav-right .sf-nav-step.sf-li-nonumber.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled):not(:hover):after {
	border-top-color: #F97200; }
  .sf-t1.sf-rtl .sf-nav-left .sf-nav-step.sf-li-nonumber:after, .sf-t1.sf-rtl .sf-nav-right .sf-nav-step.sf-li-nonumber:after {
	border-top-color: #ffc85e;
	left: auto;
	right: 50%;
	margin-right: -25px; }
  .sf-t1.sf-rtl .sf-nav-left .sf-nav-step.sf-li-nonumber:before, .sf-t1.sf-rtl .sf-nav-right .sf-nav-step.sf-li-nonumber:before {
	left: auto;
	right: 50%;
	margin-right: -25px; }
  .sf-t1 .sf-nav-left .sf-nav-number, .sf-t1 .sf-nav-right .sf-nav-number {
	height: 50px;
	line-height: 65px; }
  .sf-t1 .sf-nav-left .sf-nav-step, .sf-t1 .sf-nav-right .sf-nav-step {
	margin-bottom: 15px; }
	.sf-t1 .sf-nav-left .sf-nav-step:after, .sf-t1 .sf-nav-right .sf-nav-step:after {
	  top: auto;
	  bottom: -26px;
	  right: auto;
	  left: 0;
	  border: 20px solid transparent;
	  border-width: 13px 25px 13px 25px;
	  border-top-color: #ffd687;
	  z-index: -1; }
	.sf-t1 .sf-nav-left .sf-nav-step:before, .sf-t1 .sf-nav-right .sf-nav-step:before {
	  background: transparent;
	  top: 0;
	  left: 0;
	  border: 20px solid transparent;
	  border-width: 13px 25px 13px 25px;
	  border-top-color: #FFF;
	  z-index: 1; }
	.sf-t1 .sf-nav-left .sf-nav-step.sf-li-nonumber, .sf-t1 .sf-nav-right .sf-nav-step.sf-li-nonumber {
	  line-height: 57px; }
	  .sf-t1 .sf-nav-left .sf-nav-step.sf-li-nonumber.sf-active:after, .sf-t1 .sf-nav-left .sf-nav-step.sf-li-nonumber:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after, .sf-t1 .sf-nav-right .sf-nav-step.sf-li-nonumber.sf-active:after, .sf-t1 .sf-nav-right .sf-nav-step.sf-li-nonumber:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after {
		border-top-color: #feaa07; }
	  .sf-t1 .sf-nav-left .sf-nav-step.sf-li-nonumber:after, .sf-t1 .sf-nav-right .sf-nav-step.sf-li-nonumber:after {
		border-top-color: #ffc85e;
		left: 50%;
		margin-left: -25px; }
	  .sf-t1 .sf-nav-left .sf-nav-step.sf-li-nonumber:before, .sf-t1 .sf-nav-right .sf-nav-step.sf-li-nonumber:before {
		left: 50%;
		margin-left: -25px; }
	.sf-t1 .sf-nav-left .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled), .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled) {
	  background: #feaa07; }
	  .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled):after, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled):after {
		border-color: #F97200 transparent transparent transparent; }
	  .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled):before, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled):before {
		border-color: #FFF transparent transparent transparent; }
	  .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled) .sf-nav-number, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled) .sf-nav-number {
		background: #F97200; }
	  .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled).sf-li-nonumber, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled).sf-li-nonumber {
		background: #F97200; }
	.sf-t1 .sf-nav-left .sf-nav-step.sf-nav-step-disabled, .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-unlink, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-step-disabled, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-unlink {
	  background: #f3f3f3;
	  color: #b8b8b8; }
	  .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-step-disabled:after, .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-unlink:after, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-step-disabled:after, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-unlink:after {
		border-color: #e9e9e9 transparent transparent transparent; }
	  .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-step-disabled:before, .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-unlink:before, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-step-disabled:before, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-unlink:before {
		border-color: #FFF transparent transparent transparent; }
	  .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-step-disabled .sf-nav-number, .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-unlink .sf-nav-number, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-step-disabled .sf-nav-number, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-unlink .sf-nav-number {
		background: #e9e9e9; }
	  .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-step-disabled.sf-li-nonumber:after, .sf-t1 .sf-nav-left .sf-nav-step.sf-nav-unlink.sf-li-nonumber:after, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-step-disabled.sf-li-nonumber:after, .sf-t1 .sf-nav-right .sf-nav-step.sf-nav-unlink.sf-li-nonumber:after {
		border-color: #f3f3f3 transparent transparent transparent; }
  .sf-t1 .sf-btn, .sf-t1 .sf-content .nocsript-sf-btn {
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	border-radius: 3px;
	border: none;
	color: #FFF;
	text-decoration: none;
	background-color: #feaa07;
	position: relative; }
	.sf-t1 .sf-btn:after, .sf-t1 .sf-content .nocsript-sf-btn:after {
	  border-left: 13px solid #feaa07; }
  .sf-t1 .nocsript-sf-btn:hover {
	background-color: #f99200; }
  .sf-t1 .sf-btn.sf-btn-next {
	margin-right: 13px; }
	.sf-t1 .sf-btn.sf-btn-next:after {
	  border-left-color: #feaa07; }
  .sf-t1 .sf-btn.sf-btn-prev, .sf-t1.sf-rtl .sf-btn.sf-btn-next {
	margin-left: 13px; }
	.sf-t1 .sf-btn.sf-btn-prev:after, .sf-t1.sf-rtl .sf-btn.sf-btn-next:after {
	  right: auto;
	  left: -26px;
	  border: 20px solid transparent;
	  border-width: 25px 13px 25px 13px;
	  border-right-color: #feaa07; }
  .sf-t1.sf-rtl .sf-btn.sf-btn-prev {
	margin-left: 0;
	margin-right: 13px; }
	.sf-t1.sf-rtl .sf-btn.sf-btn-prev:after {
	  left: auto;
	  right: -26px;
	  border: 20px solid transparent;
	  border-width: 25px 13px 25px 13px;
	  border-left-color: #feaa07; }
  .sf-t1.sf-rtl .sf-btn.sf-btn-next {
	margin-left: 13px; }
	.sf-t1.sf-rtl .sf-btn.sf-btn-next:after {
	  right: auto;
	  left: -26px;
	  border: 20px solid transparent;
	  border-width: 25px 13px 25px 13px;
	  border-right-color: #feaa07; }
  .sf-t1 .sf-btn:hover {
	background-color: #f99200; }
  .sf-t1 .sf-btn.sf-btn-next:hover:after {
	border-left-color: #f99200; }
  .sf-t1 .sf-btn.sf-btn-prev:hover:after {
	border-right-color: #f99200; }
  .sf-t1.sf-rtl .sf-btn.sf-btn-prev:hover:after {
	border-left: 13px solid #f99200;
	border-right: 13px solid transparent; }
  .sf-t1.sf-rtl .sf-btn.sf-btn-next:hover:after {
	border-right: 13px solid #f99200;
	border-left: 13px solid transparent; }
  .sf-t1 .sf-btn-disabled, .sf-t1.sf-wizard .sf-btn-disabled:hover {
	background: #f3f3f3;
	color: #b8b8b8; }
	.sf-t1 .sf-btn-disabled.sf-btn.sf-btn-next:after, .sf-t1.sf-wizard .sf-btn-disabled:hover.sf-btn.sf-btn-next:after {
	  border-color: transparent transparent transparent #f3f3f3; }
	.sf-t1 .sf-btn-disabled.sf-btn.sf-btn-prev:after, .sf-t1.sf-wizard .sf-btn-disabled:hover.sf-btn.sf-btn-prev:after {
	  border-color: transparent #f3f3f3 transparent transparent; }
  .sf-t1.sf-rtl .sf-btn-disabled.sf-btn.sf-btn-next:after, .sf-t1.sf-rtl.sf-wizard .sf-btn-disabled:hover.sf-btn.sf-btn-next:after {
	border-color: transparent #f3f3f3 transparent transparent; }
  .sf-t1.sf-rtl .sf-btn-disabled.sf-btn.sf-btn-prev:after, .sf-t1.sf-rtl.sf-wizard .sf-btn-disabled:hover.sf-btn.sf-btn-prev:after {
	border-color: transparent transparent transparent #f3f3f3; }
  .sf-t1.sf-fade .sf-nav-on-top .sf-viewport, .sf-t1.sf-fade .sf-nav-on-bottom .sf-viewport, .sf-t1.sf-slide .sf-nav-on-top .sf-viewport, .sf-t1.sf-slide .sf-nav-on-bottom .sf-viewport, .sf-t1.sf-none .sf-nav-on-top .sf-viewport, .sf-t1.sf-none .sf-nav-on-bottom .sf-viewport {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada; }
  .sf-t1 .sf-nav-on-left {
	border-left: 1px solid #dadada;
	padding-left: 10px; }
	.sf-t1 .sf-nav-on-left .sf-controls {
	  padding: 0 20px; }
  .sf-t1 .sf-nav-on-right {
	border-right: 1px solid #dadada;
	padding-right: 10px; }
	.sf-t1 .sf-nav-on-right .sf-controls {
	  padding: 0 20px; }
  .sf-t1 .sf-nav-left li {
	margin-right: 30px; }
  .sf-t1 .sf-nav-right li {
	margin-left: 30px; }
  .sf-t1 .sf-step .sf-step-name {
	padding-top: 5px; }
  .sf-t1.sf-3d-cube .sf-step {
	background: #FFF; }
  .sf-t1.sf-3d-cube .sf-nav-on-top .sf-step {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada; }

@media all and (max-width: 1200px) {
  .sf-t1 .sf-nav li {
	padding: 0 10px 0 50px; }
	.sf-t1 .sf-nav li.sf-li-nonumber, .sf-t1 .sf-nav li.sf-nav-step.sf-li-nonumber:first-child {
	  padding-left: 10px; }
  .sf-t1 .sf-li-number .sf-nav-subtext {
	padding-left: 10px; } }
@media all and (max-width: 992px) {
  .sf-t1 .sf-nav li {
	padding: 0 0px 0 10px; }
	.sf-t1 .sf-nav li.sf-li-nonumber {
	  padding-right: 10px; }
  .sf-t1 .sf-nav li > span {
	display: none; }
  .sf-t1 .sf-nav-left .sf-nav li, .sf-t1 .sf-nav-right .sf-nav li {
	margin-right: 55px; }
  .sf-t1 .sf-nav-left .sf-nav .sf-li-nonumber, .sf-t1 .sf-nav-right .sf-nav .sf-li-nonumber {
	padding: 0 40px 0 10px; }
  .sf-t1 .sf-nav-left.sf-nav-right .sf-nav li, .sf-t1 .sf-nav-right.sf-nav-right .sf-nav li {
	margin-left: 15px;
	margin-right: 45px; }
  .sf-t1 .sf-nav-top .sf-nav .sf-nav-step, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step {
	width: 35px; }
	.sf-t1 .sf-nav-top .sf-nav .sf-nav-step:after, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step:after {
	  border-color: transparent transparent transparent #ffd687; }
	.sf-t1 .sf-nav-top .sf-nav .sf-nav-step.sf-active:after, .sf-t1 .sf-nav-top .sf-nav .sf-nav-step.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step.sf-active:after, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after {
	  border-color: transparent transparent transparent #f99200; }
	.sf-t1 .sf-nav-top .sf-nav .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled):after, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled):after {
	  border-color: transparent transparent transparent #F97200; }
	.sf-t1 .sf-nav-top .sf-nav .sf-nav-step.sf-nav-unlink:after, .sf-t1 .sf-nav-top .sf-nav .sf-nav-step.sf-nav-step-disabled:after, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step.sf-nav-unlink:after, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step.sf-nav-step-disabled:after {
	  border-color: transparent transparent transparent #e9e9e9; }
	.sf-t1 .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber:first-child, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber:first-child {
	  padding-left: 30px; }
	.sf-t1 .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber:after, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber:after {
	  border-color: transparent transparent transparent #ffc85e; }
	.sf-t1 .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber.sf-active:after, .sf-t1 .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber.sf-active:after, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after {
	  border-color: transparent transparent transparent #feaa07; }
	.sf-t1 .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-unlink:after, .sf-t1 .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-step-disabled:after, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-unlink:after, .sf-t1 .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-step-disabled:after {
	  border-color: transparent transparent transparent #f3f3f3; }
  .sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step {
	width: 35px;
	padding-right: 22px; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step:first-child, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step:first-child {
	  padding-right: 35px; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step:after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step:after {
	  border-color: transparent #ffd687 transparent transparent; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step.sf-active:after, .sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step.sf-active:after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after {
	  border-color: transparent #f99200 transparent transparent; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled):after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled):after {
	  border-color: transparent #F97200 transparent transparent; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step.sf-nav-unlink:after, .sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step.sf-nav-step-disabled:after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step.sf-nav-unlink:after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step.sf-nav-step-disabled:after {
	  border-color: transparent #e9e9e9 transparent transparent; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber:first-child, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber:first-child {
	  padding-right: 30px; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber:after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber:after {
	  border-color: transparent #ffc85e transparent transparent; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber.sf-active:after, .sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber.sf-active:after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink):after {
	  border-color: transparent #feaa07 transparent transparent; }
	.sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-unlink:after, .sf-t1.sf-rtl .sf-nav-top .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-step-disabled:after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-unlink:after, .sf-t1.sf-rtl .sf-nav-bottom .sf-nav .sf-nav-step.sf-li-nonumber.sf-nav-step-disabled:after {
	  border-color: transparent #f3f3f3 transparent transparent; }
  .sf-t1.sf-rtl .sf-nav-left .sf-nav .sf-li-nonumber, .sf-t1.sf-rtl .sf-nav-right .sf-nav .sf-li-nonumber {
	padding: 0 40px 0 10px; }
  .sf-t1.sf-wizard .sf-btn {
	padding: 0 10px; } }
.sf-t2 {
  font-family: sans-serif; }
  .sf-t2 .sf-nav-bottom {
	margin-top: 10px;
	height: 60px; }
  .sf-t2 .sf-nav-top {
	height: 83px; }
  .sf-t2 .sf-nav-top li, .sf-t2 .sf-nav-bottom li {
	-webkit-transition: margin 200ms;
	-moz-transition: margin 200ms;
	-ms-transition: margin 200ms;
	-o-transition: margin 200ms;
	transition: margin 200ms; }
  .sf-t2 .sf-nav li {
	font-size: 16px;
	color: #FFF;
	background: #283d50;
	height: 60px;
	line-height: 60px;
	padding: 0 45px;
	border-radius: 3px; }
  .sf-t2:not(.sf-rtl) .sf-nav-top .sf-nav li:last-child, .sf-t2:not(.sf-rtl) .sf-nav-bottom .sf-nav li:last-child {
	margin-right: 0; }
  .sf-t2 .sf-nav li.sf-nav-mark-step:not(.sf-nav-step-disabled):not(.sf-active) {
	background: #5C3665; }
  .sf-t2 .sf-nav li.sf-active, .sf-t2 .sf-nav li.sf-nav-link:not(.sf-nav-step-disabled):not(.sf-nav-unlink):hover {
	background: #14b5c8; }
  .sf-t2 .sf-nav-top li.sf-active {
	margin-top: 6px; }
  .sf-t2 .sf-nav-number {
	position: absolute;
	left: 12px;
	top: 0;
	font-size: 96px;
	font-weight: 700;
	overflow: hidden; }
  .sf-t2 .sf-nav-number-inner {
	display: block; }
  .sf-t2 .sf-li-number .sf-nav-subtext {
	padding-left: 35px; }
  .sf-t2 .sf-nav-subtext {
	display: block; }
  .sf-t2 .sf-nav-top .sf-nav-step.sf-active:after {
	content: "";
	width: 5px;
	height: 5px;
	background: transparent;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -12px;
	border: 12px solid black;
	border-color: transparent #14b5c8 #14b5c8 transparent;
	z-index: -1; }
  .sf-t2.sf-wizard .sf-btn, .sf-t2 .sf-content .nocsript-sf-btn {
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	border-radius: 3px;
	border: none;
	color: #FFF;
	text-decoration: none;
	background-color: #283d50; }
  .sf-t2.sf-wizard .sf-btn:hover, .sf-t2 .nocsript-sf-btn:hover {
	background-color: #14b5c8; }
  .sf-t2.sf-wizard .sf-btn.sf-btn-next, .sf-t2.sf-wizard.sf-rtl .sf-btn.sf-btn-prev {
	background: url("../img/t1-arr-right.png") no-repeat right 15px #283d50;
	padding-right: 50px; }
  .sf-t2.sf-wizard .sf-btn.sf-btn-prev, .sf-t2.sf-wizard.sf-rtl .sf-btn.sf-btn-next {
	background: url("../img/t1-arr-left.png") no-repeat left 15px #283d50;
	padding-left: 50px; }
  .sf-t2.sf-wizard .sf-btn.sf-btn-next:hover, .sf-t2.sf-wizard.sf-rtl .sf-btn.sf-btn-prev:hover {
	background-position: right -35px; }
  .sf-t2.sf-wizard .sf-btn.sf-btn-prev:hover, .sf-t2.sf-wizard.sf-rtl .sf-btn.sf-btn-next:hover {
	background-position: left -35px; }
  .sf-t2 .sf-nav-step.sf-nav-step-disabled, .sf-t2 .sf-nav-step.sf-nav-unlink, .sf-t2.sf-wizard .sf-btn.sf-btn-disabled, .sf-t2.sf-rtl.sf-wizard .sf-btn.sf-btn-disabled {
	background: #bbc1c7; }
  .sf-t2.sf-wizard > .sf-content {
	border-radius: 3px; }
  .sf-t2 .sf-step .sf-step-name {
	padding-top: 5px; }
  .sf-t2:not(.sf-3d-cube) .sf-nav-on-left .sf-controls, .sf-t2:not(.sf-3d-cube) .sf-nav-on-right .sf-controls {
	padding: 0 20px; }
  .sf-t2 .sf-nav-on-bottom .sf-controls {
	margin-bottom: 20px; }
  .sf-t2.sf-3d-cube .sf-step {
	background: #FFF; }
  .sf-t2.sf-3d-cube .sf-fieldwrap .sf-step {
	padding: 20px;
	border-radius: 3px;
	border: 1px solid #e7e7e7; }
  .sf-t2.sf-none .sf-viewport, .sf-t2.sf-fade .sf-viewport, .sf-t2.sf-slide .sf-viewport {
	border-radius: 3px;
	border: 1px solid #e7e7e7; }
	.sf-t2.sf-none .sf-viewport .sf-step, .sf-t2.sf-fade .sf-viewport .sf-step, .sf-t2.sf-slide .sf-viewport .sf-step {
	  padding: 20px; }

@media all and (max-width: 1200px) {
  .sf-t2 .sf-nav li {
	padding: 0 10px; }
  .sf-t2 .sf-li-number .sf-nav-subtext {
	padding-left: 65px; } }
@media all and (max-width: 992px) {
  .sf-t2 .sf-nav li {
	padding: 0 31px; }
  .sf-t2 .sf-nav li > span {
	display: none; }
  .sf-t2 .sf-nav-number {
	left: 4px; }
  .sf-t2 .sf-nav li.sf-active:after {
	border: none; }
  .sf-t2 .sf-nav-top .sf-nav-step.sf-active:after {
	display: none; }
  .sf-t2.sf-wizard .sf-btn {
	padding: 0 10px; } }
.sf-t3 {
  font-family: sans-serif; }
  .sf-t3 .sf-nav-bottom {
	margin-top: 20px; }
  .sf-t3 .sf-nav-top, .sf-t3 .sf-nav-bottom {
	height: 80px; }
  .sf-t3 .sf-nonumbers .sf-nav-top {
	height: 65px; }
  .sf-t3 .sf-nonumbers .sf-nav-bottom {
	height: 42px; }
  .sf-t3 .sf-controls {
	height: 50px; }
  .sf-t3 .sf-nav {
	margin-bottom: 25px; }
  .sf-t3 .sf-nav li {
	font-size: 14px;
	background: #283d50;
	color: #FFF;
	height: 52px;
	line-height: 42px;
	padding: 0 40px;
	text-align: center;
	border-radius: 3px;
	margin-right: 30px;
	font-weight: 600; }
  .sf-t3 .sf-nav li.sf-li-nonumber {
	height: 42px; }
  .sf-t3 .sf-nav-left .sf-nav li.sf-li-nonumber, .sf-t3 .sf-nav-right .sf-nav li.sf-li-nonumber {
	margin-bottom: 32px; }
  .sf-t3 .sf-nav-top li.sf-li-nonumber:after, .sf-t3 .sf-nav-bottom li.sf-li-nonumber:after {
	top: -8px; }
  .sf-t3 .sf-nav-right li.sf-li-nonumber:after, .sf-t3 .sf-nav-left li.sf-li-nonumber:after {
	bottom: -47px; }
  .sf-t3 .sf-nav li.sf-nav-step.sf-nav-step-disabled {
	color: #adb3b8;
	background: #f2f2f2; }
	.sf-t3 .sf-nav li.sf-nav-step.sf-nav-step-disabled:hover {
	  cursor: auto; }
  .sf-t3 .sf-nav li:after {
	content: "";
	position: absolute;
	right: -30px;
	top: 0px;
	background: url("../img/t2-nav-arr.png") no-repeat center center transparent;
	width: 30px;
	height: 54px; }
  .sf-t3 .sf-nav li:last-child:after {
	display: none; }
  .sf-t3.sf-rtl .sf-nav-top li:after, .sf-t3.sf-rtl .sf-nav-bottom li:after {
	right: auto;
	left: -30px;
	background: url("../img/t2-nav-arr-rtl.png") no-repeat center center transparent; }
  .sf-t3 .sf-nav-right li {
	margin-right: 0px;
	margin-left: 30px; }
  .sf-t3 .sf-nav-right li:after, .sf-t3 .sf-nav-left li:after {
	background: url("../img/t2-nav-arr-down.png") no-repeat center center transparent;
	right: auto;
	left: 50%;
	top: auto;
	bottom: -55px;
	margin-left: -15px; }
  .sf-t3 .sf-nav li.sf-active, .sf-t3 .sf-nav li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) {
	background: #283d50;
	color: #FFF; }
	.sf-t3 .sf-nav li.sf-active .sf-nav-number, .sf-t3 .sf-nav li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) .sf-nav-number {
	  background: #f56b46; }
  .sf-t3 .sf-nav li.sf-nav-mark-step {
	background: #283d50; }
	.sf-t3 .sf-nav li.sf-nav-mark-step .sf-nav-number {
	  background: #cc0066; }
  .sf-t3 .sf-nav li.sf-nav-step-disabled, .sf-t3 .sf-nav li.sf-nav-unlink {
	background: #f2f2f9;
	color: #adb3b8; }
  .sf-t3 .sf-nav-top li.sf-active {
	margin-top: 0px; }
  .sf-t3 .sf-nav-wrap.sf-nav-left li, .sf-t3 .sf-nav-wrap.sf-nav-right li {
	margin-bottom: 40px; }
  .sf-t3 .sf-nav-number {
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	background: #c7c7c7;
	border-radius: 50px;
	border: 3px solid #FFF;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #FFF; }
  .sf-t3 .sf-nav li.sf-active .sf-nav-number {
	background: #f56b46; }
  .sf-t3 .sf-li-number .sf-nav-subtext {
	padding-left: 0px; }
  .sf-t3.sf-wizard .sf-btn, .sf-t3 .sf-content .nocsript-sf-btn {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 3px;
	border: none;
	color: #FFF;
	text-decoration: none;
	background: #283d50;
	position: relative; }
  .sf-t3.sf-wizard .sf-btn:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 10px;
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
	background: url("../img/t2-arr-right.png") no-repeat center center #f56b46;
	border-radius: 50px;
	border: 3px solid #FFF;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #FFF; }
  .sf-t3.sf-wizard.sf-rtl .sf-btn:after {
	right: auto;
	left: -15px;
	margin: 0;
	background: url("../img/t2-arr-left.png") no-repeat center center #f56b46; }
  .sf-t3.sf-wizard .sf-btn.sf-btn-disabled {
	background: #f2f2f9;
	color: #adb3b8; }
	.sf-t3.sf-wizard .sf-btn.sf-btn-disabled:after {
	  background-color: #c7c7c7; }
  .sf-t3.sf-wizard .sf-btn.sf-btn-next {
	padding-right: 35px; }
  .sf-t3 .sf-controls {
	padding: 0 12px; }
  .sf-t3.sf-wizard .sf-btn.sf-btn-prev {
	padding-left: 35px; }
  .sf-t3.sf-wizard .sf-btn.sf-btn-prev:after {
	right: auto;
	left: -15px;
	background-image: url("../img/t2-arr-left.png"); }
  .sf-t3.sf-wizard.sf-rtl .sf-btn.sf-btn-prev:after {
	left: auto;
	right: -15px;
	background-image: url("../img/t2-arr-right.png"); }
  .sf-t3.sf-wizard .sf-btn.sf-btn-next:hover {
	background-position: right -35px; }
  .sf-t3.sf-wizard .sf-btn.sf-btn-prev:hover {
	background-position: left -35px; }
  .sf-t3 .sf-nav-on-bottom .sf-controls {
	margin-bottom: 20px; }
  .sf-t3.sf-3d-cube .sf-step {
	background: #FFF; }
  .sf-t3.sf-3d-cube .sf-fieldwrap .sf-step {
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #e7e7e7; }
  .sf-t3.sf-none .sf-viewport, .sf-t3.sf-fade .sf-viewport, .sf-t3.sf-slide .sf-viewport {
	border-radius: 3px;
	border: 1px solid #e7e7e7; }
	.sf-t3.sf-none .sf-viewport .sf-step, .sf-t3.sf-fade .sf-viewport .sf-step, .sf-t3.sf-slide .sf-viewport .sf-step {
	  padding: 15px; }

@media all and (max-width: 1200px) {
  .sf-t3 .sf-nav li {
	padding: 0 10px; } }
@media all and (max-width: 992px) {
  .sf-t3 .sf-nav li {
	padding: 0px;
	width: 42px;
	height: 42px; }
  .sf-t3 .sf-nav li .sf-nav-subtext {
	display: none; }
  .sf-t3 .sf-nav-top .sf-li-number:after {
	height: 42px; }
  .sf-t3 .sf-nav-left li {
	margin-right: 20px; }
  .sf-t3.sf-wizard .sf-btn {
	padding: 0 10px; }
  .sf-t3.sf-wizard .sf-btn.sf-btn-next {
	padding-right: 22px; }
  .sf-t3.sf-wizard .sf-btn.sf-btn-prev {
	padding-left: 22px; } }
.sf-t4 {
  font-family: sans-serif; }
  .sf-t4 .sf-nav-top, .sf-t4 .sf-nav-bottom {
	height: 80px; }
  .sf-t4.sf-nonumbers .sf-nav-top, .sf-t4.sf-nonumbers .sf-nav-bottom {
	height: 50px; }
  .sf-t4 .sf-nav-top {
	padding-bottom: 20px; }
  .sf-t4 .sf-nav {
	margin-bottom: 25px; }
  .sf-t4 .sf-nav li {
	font-size: 13px;
	color: #7a7a7a;
	height: 60px;
	line-height: 40px;
	text-align: left;
	margin-right: 0px;
	padding: 30px 40px 0 0px;
	font-weight: 400; }
  .sf-t4.sf-rtl .sf-nav li {
	padding: 30px 0 0 40px; }
  .sf-t4 .sf-nav li.sf-active, .sf-t4 .sf-nav li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) {
	color: #b21948; }
  .sf-t4 .sf-nav-top li, .sf-t4 .sf-nav-bottom li {
	background: url("../img/t2-nav-bg.png") repeat-x left 15px transparent; }
  .sf-t4 .sf-nav-top li:last-child, .sf-t4 .sf-nav-bottom li:last-child {
	background: none; }
  .sf-t4 .sf-nav li.sf-li-nonumber {
	background: none;
	height: 30px;
	padding-top: 0;
	line-height: 30px; }
  .sf-t4 .sf-nav-top li.sf-active {
	margin-top: 0px; }
  .sf-t4.sf-fade .sf-nav-on-top .sf-viewport, .sf-t4.sf-fade .sf-nav-on-bottom .sf-viewport, .sf-t4.sf-slide .sf-nav-on-top .sf-viewport, .sf-t4.sf-slide .sf-nav-on-bottom .sf-viewport, .sf-t4.sf-none .sf-nav-on-top .sf-viewport, .sf-t4.sf-none .sf-nav-on-bottom .sf-viewport {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada; }
  .sf-t4 .sf-nav-on-left {
	border-left: 1px solid #dadada;
	padding-left: 20px; }
	.sf-t4 .sf-nav-on-left .sf-controls {
	  padding: 0 20px; }
  .sf-t4 .sf-nav-on-right {
	border-right: 1px solid #dadada;
	padding-right: 20px; }
	.sf-t4 .sf-nav-on-right .sf-controls {
	  padding: 0 20px; }
  .sf-t4 .sf-nav-wrap.sf-nav-left li, .sf-t4 .sf-nav-wrap.sf-nav-right li {
	padding: 0px 20px 0 40px;
	height: 30px;
	margin-bottom: 30px;
	line-height: 30px; }
  .sf-t4 .sf-nav-wrap.sf-nav-right li {
	margin-left: 20px; }
  .sf-t4 .sf-nav-right li.sf-li-nonumber, .sf-t4 .sf-nav-left li.sf-li-nonumber {
	padding-left: 0;
	margin-bottom: 10px; }
  .sf-t4 .sf-nav-number {
	transition: all 200ms;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	height: 30px;
	width: 30px;
	border: 1px solid #a3a3a3;
	text-align: center;
	color: #7a7a7a; }
  .sf-t4 li.sf-nav-unlink {
	color: #929292; }
	.sf-t4 li.sf-nav-unlink .sf-nav-number {
	  border-color: #c1c1c1;
	  color: #929292; }
  .sf-t4.sf-rtl .sf-nav-number {
	left: auto;
	right: 0; }
  .sf-t4 .sf-nav li.sf-nav-step-disabled .sf-nav-number {
	background: #f3f3f3; }
  .sf-t4 .sf-nav li.sf-nav-mark-step:not(.sf-nav-step-disabled) .sf-nav-number {
	background: #F22B4A;
	color: #FFF;
	border-color: #F22B4A; }
  .sf-t4 .sf-nav li.sf-active .sf-nav-number {
	background: #b21948;
	color: #FFF;
	border-color: #b21948; }
  .sf-t4 .sf-li-number .sf-nav-subtext {
	padding-left: 0px; }
  .sf-t4.sf-wizard .sf-btn, .sf-t4 .sf-content .nocsript-sf-btn {
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border: 1px solid #a3a3a3;
	color: #7a7a7a;
	text-decoration: none;
	background: #FFF; }
  .sf-t4.sf-wizard .sf-btn:not(.sf-btn-disabled):hover {
	background: #b21948;
	color: #FFF;
	border-color: #b21948; }
  .sf-t4.sf-wizard .sf-btn.sf-btn-disabled {
	background: #f3f3f3; }
  .sf-t4.sf-wizard .sf-nav-on-bottom {
	padding-bottom: 10px; }
	.sf-t4.sf-wizard .sf-nav-on-bottom .sf-controls {
	  margin-bottom: 20px; }
  .sf-t4.sf-3d-cube .sf-step {
	background: #FFF; }
  .sf-t4.sf-3d-cube .sf-nav-on-top .sf-step, .sf-t4.sf-3d-cube .sf-nav-on-bottom .sf-step {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada; }
  .sf-t4 .spinner > div {
	background: #b21948; }

@media all and (max-width: 992px) {
  .sf-t4 .sf-nav-top, .sf-t4 .sf-nav-bottom {
	height: 55px; }
  .sf-t4 .sf-nav-left .sf-nav li {
	margin-right: 20px;
	padding: 0; }
  .sf-t4 .sf-nav li {
	padding: 0 50px 0 0;
	width: 30px; }
  .sf-t4 .sf-nav li .sf-nav-subtext {
	display: none; }
  .sf-t4 .sf-nav-wrap.sf-nav-left li, .sf-t4 .sf-nav-wrap.sf-nav-right li {
	margin-bottom: 10px; }
  .sf-t4 .sf-nav-wrap.sf-nav-right li {
	padding: 0; }
  .sf-t4 .sf-nav li.sf-li-nonumber .sf-nav-number {
	display: block; }
  .sf-t4.sf-wizard .sf-btn {
	padding: 0 10px; } }
.sf-t5 {
  font-family: sans-serif; }
  .sf-t5 .sf-nav-bottom {
	margin-top: 23px;
	padding-top: 12px; }
  .sf-t5 .sf-nav-top, .sf-t5 .sf-nav-bottom {
	/*height: 150px;*/
	 height: 130px; }
  .sf-t5.sf-nonumbers .sf-nav-top, .sf-t5.sf-nonumbers .sf-nav-bottom {
	height: 70px; }
  .sf-t5 .sf-nonumbers .sf-nav-bottom {
	padding-top: 0; }
  .sf-t5 .sf-nav-top {
	padding-bottom: 20px; }
  .sf-t5 .sf-nav {
	margin-bottom: 25px;
	top: 12px;
	left:350px;}
  .sf-t5 .sf-nav li {
	font-size: 13px;
	color: #a3aab0;
	height: 60px;
	line-height: 40px;
	text-align: center;
	margin-right: 40px;
	padding: 75px 0 0 0;
	min-width: 95px;
	font-weight: 700; }
  .sf-t5.sf-rtl .sf-nav li {
	margin-right: 0;
	margin-left: 40px; }
  .sf-t5 .sf-nav-link .sf-nav-subtext {
	color: #787878; font-family: 'VAG-thin'; }
  .sf-t5 .sf-nav li.sf-active, .sf-t5 .sf-nav li.sf-nav-link:not(.sf-nav-step-disabled):hover {
	color: #d38326; }
	.sf-t5 .sf-nav li.sf-active .sf-nav-subtext, .sf-t5 .sf-nav li.sf-nav-link:not(.sf-nav-step-disabled):hover .sf-nav-subtext {
	  color: #d38326; }
  .sf-t5 .sf-nav-top li.sf-active {
	margin-top: 0px; }
  .sf-t5 .sf-nav-number {
	position: absolute;
	margin-left: -35px;
	top: 0;
	left: 50%;
	font-size: 30px;
	line-height: 66px;
	font-weight: 800;
	height: 70px;
	width: 70px;
	border-radius: 70px;
	border: 1px solid #cfcfcf;
	text-align: center;
	color: #929292; }
  .sf-t5 .sf-nav-number:before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	top: -11px;
	left: -11px;
	border-radius: 90px;
	position: absolute;
	background: #dedede;
	z-index: -3;
	box-shadow: 0 3px 4px #c7c6c5 inset; }
  .sf-t5 .sf-nav .sf-nav-number:after {
	content: "";
	display: block;
	width: 135px;
	height: 15px;
	top: 27px;
	left: 75px;
	position: absolute;
	background: #dedede;
	z-index: -2; }
  .sf-t5 .sf-nav li:last-child .sf-nav-number:after {
	display: none; }
  .sf-t5.sf-rtl .sf-nav-number:after {
	left: auto;
	right: 75px; }
  .dog-background-img {
	  border-color: transparent;
	  /* z-index: 100; */
	  background-position-x: 0px;
	  background-position-y: 0px;
	  background-repeat: no-repeat;
	  background-image: url('images/img_circledog.jpg');
  }
  .cat-background-img {
	  border-color: transparent;
	  /* z-index: 100; */
	  background-position-x: 0px;
	  background-position-y: 0px;
	  background-repeat: no-repeat;
	  background-image: url('images/img_circlecat.jpg');
  }
  .sf-t5 .sf-nav li .sf-nav-number-inner {
	position: absolute;
	/*top: 9px;
	left: 9px;*/
	top: 9px;
	left: 9px;
	margin-left: auto;
	line-height: 50px;
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 60px;
	color: #a3aab0; }
  .sf-t5 .sf-nav li .sf-nav-number-inner:before {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	content: "";
	background: #FFF;
	position: absolute;
	z-index: -1;
	margin-left: -25px;
	top: 0px;
	left: 50%;
	height: 50px;
	width: 50px;
	border-radius: 70px;
	border: 1px solid #cfcfcf; }
  .sf-t5 .sf-nav li .sf-nav-number-inner:after {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	content: "";
	position: absolute;
	z-index: -1;
	top: -10px;
	left: 50%;
	margin-left: -35px;
	line-height: 50px;
	display: block;
	height: 70px;
	width: 70px;
	border-radius: 70px;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 39%, #ebebeb 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(39%, #ffffff), color-stop(98%, #ebebeb));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 39%, #ebebeb 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 39%, #ebebeb 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 39%, #ebebeb 98%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 39%, #ebebeb 98%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
	/* IE6-9 */ }
  .sf-t5 .sf-nav li.sf-nav-unlink .sf-nav-subtext {
	color: #a3aab0; }
  .sf-t5 .sf-nav li.sf-nav-unlink .sf-nav-number-inner:after {
	background: #F4F3F3;
	/* Old browsers */
	background: -moz-linear-gradient(top, #F4F3F3 0%, #F4F3F3 39%, #E2E2E2 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F3F3), color-stop(39%, #F4F3F3), color-stop(98%, #E2E2E2));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F4F3F3 0%, #F4F3F3 39%, #E2E2E2 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F4F3F3 0%, #F4F3F3 39%, #E2E2E2 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F4F3F3 0%, #F4F3F3 39%, #E2E2E2 98%);
	/* IE10+ */
	background: linear-gradient(to bottom, #F4F3F3 0%, #F4F3F3 39%, #E2E2E2 98%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F3F3', endColorstr='$t5_step_in_end_unlink',GradientType=0 );
	/* IE6-9 */ }
  .sf-t5 .sf-nav li.sf-active .sf-nav-number-inner, .sf-t5 .sf-nav li.sf-nav-mark-step .sf-nav-number-inner {
	color: transparent; }
  .sf-t5 .sf-nav li.sf-nav-mark-step .sf-nav-number-inner {
	color: #61676b; }
  .sf-t5 .sf-nav li.sf-active .sf-nav-number-inner:before, .sf-t5 .sf-nav li.sf-nav-mark-step .sf-nav-number-inner:before,
  .sf-t5 .sf-nav li.sf-nav-step-disabled .sf-nav-number-inner:before {
	content: "";
	/*background: #06d6fb;*/
	/*background: #06fb06;*/
	border: 0px solid #cfcfcf;
	/*box-shadow: 0 3px 4px #06fb06 inset;*/
	margin-left: -37px;
	top: -12px;
	left: 50%;
	height: 74px;
	width: 74px;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dadada));
	background: -webkit-linear-gradient(top, #efefef 0%, #dadada 100%);
	background: -o-linear-gradient(top, #efefef 0%, #dadada 100%);
	background: -ms-linear-gradient(top, #efefef 0%, #dadada 100%);
	background: linear-gradient(to bottom, #efefef 0%, #dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$t5_btn_bg_start', endColorstr='$t5_btn_bg_end',GradientType=0 ); }
  .sf-t5 .sf-nav li.sf-nav-step-disabled .sf-nav-number {
	border: 1px solid transparent; }
  .sf-t5 .sf-nav li.sf-nav-step-disabled .sf-nav-number-inner:before {
	background: #dedede;
	box-shadow: none;
	border: 1px solid transparent; }
  .sf-t5 .sf-nav li.sf-nav-mark-step .sf-nav-number-inner:before {
	background: #40D8A3;
	box-shadow: 0 3px 4px #04b497 inset; }
  .sf-t5 .sf-nav li.sf-active .sf-nav-number-inner:after {
	background: #f4f4f4;
	color: #40464b;
	box-shadow: 0 3px 4px #dbf3ef inset;
	top: 0px;
	left: 50%;
	margin-left: -25px;
	line-height: 50px;
	height: 50px;
	width: 50px; }
  .sf-t5 .sf-nav li.sf-nav-step-disabled .sf-nav-number-inner:after {
	opacity: 0; }
  .sf-t5 .sf-nav li.sf-nav-mark-step .sf-nav-number-inner:after {
	top: 0px;
	left: 50%;
	margin-left: -25px;
	line-height: 50px;
	height: 50px;
	width: 50px; }
  .sf-t5 .sf-li-number .sf-nav-subtext {
	padding-left: 0px; }
  .sf-t5 .sf-nav-top li.sf-li-nonumber, .sf-t5 .sf-nav-bottom li.sf-li-nonumber {
	height: 30px;
	padding: 0; }
  .sf-t5 .sf-nav-right .sf-nav {
	margin-left: 20px; }
  .sf-t5 .sf-nav-left li, .sf-t5 .sf-nav-right li {
	height: 100px;
	padding-top: 25px;
	text-align: left;
	margin-bottom: 0; }
  .sf-t5 .sf-nav-left li .sf-nav-subtext, .sf-t5 .sf-nav-right li .sf-nav-subtext {
	padding-left: 117px; }
  .sf-t5 .sf-nav-left li .sf-nav-number, .sf-t5 .sf-nav-right li .sf-nav-number {
	left: 50px;
	top: 12px; }
  .sf-t5 .sf-nav-left .sf-nav-number:after, .sf-t5 .sf-nav-right .sf-nav-number:after {
	width: 15px;
	height: 60px;
	top: 70px;
	left: 27px;
	position: absolute;
	background: #dedede;
	z-index: -2; }
  .sf-t5.sf-rtl .sf-nav-left .sf-nav-number:after, .sf-t5.sf-rtl .sf-nav-right .sf-nav-number:after {
	left: auto;
	right: 27px; }
  .sf-t5 .sf-nav-left li.sf-li-nonumber, .sf-t5 .sf-nav-right li.sf-li-nonumber {
	height: 30px;
	line-height: 30px;
	padding: 0; }
  .sf-t5 .sf-nav-left li.sf-li-nonumber .sf-nav-subtext, .sf-t5 .sf-nav-right li.sf-li-nonumber .sf-nav-subtext {
	padding-left: 0; }
  .sf-t5.sf-wizard .sf-btn, .sf-t5 .sf-content .nocsript-sf-btn {
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border: 1px solid #c7c6c5;
	border-radius: 5px;
	color: #40464b;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	background: #efefef;
	/* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #dadada 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dadada));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%, #dadada 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%, #dadada 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%, #dadada 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #efefef 0%, #dadada 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$t5_btn_bg_start', endColorstr='$t5_btn_bg_end',GradientType=0 );
	/* IE6-9 */ }
	.sf-t5.sf-wizard .sf-btn.sf-btn-disabled, .sf-t5 .sf-content .nocsript-sf-btn.sf-btn-disabled {
	  background: #e8e8e8;
	  color: #a1a1a1; }
  .sf-t5.sf-wizard .sf-btn:not(.sf-btn-disabled):hover {
	background: #efefef; }
  .sf-t5.sf-fade .sf-viewport-out, .sf-t5.sf-none .sf-viewport-out, .sf-t5.sf-slide .sf-viewport-out {
   /* padding: 10px;
	border-radius: 5px;
	border: 1px solid #c7c6c5;
	box-shadow: 0px 0px 4px #d1cfcf inset, 0 0 0 10px #e4e4e4 inset;*/ }
  .sf-t5.sf-fade .sf-viewport, .sf-t5.sf-none .sf-viewport, .sf-t5.sf-slide .sf-viewport {
	background: transparent;
	padding: 0px 20px; }
  .sf-t5 .sf-viewport {
	margin-bottom: 0; }
  .sf-t5 .sf-controls {
	margin-top: 20px; }
  .sf-t5 .sf-nav-on-bottom .sf-controls {
	margin-bottom: 20px; }
  .sf-t5.sf-3d-cube.sf-wizard > .sf-content {
	padding: 0px;
	border: none;
	box-shadow: none; }
	.sf-t5.sf-3d-cube.sf-wizard > .sf-content .sf-step {
	  padding: 45px;
	  border-radius: 5px;
	  border: 1px solid #c7c6c5;
	  box-shadow: 0px 0px 4px #d1cfcf inset, 0 0 0 10px #e4e4e4 inset; }
  .sf-t5.sf-wizard > .sf-content:before {
	content: "";
	display: block; }
  .sf-t5.sf-3d-cube .sf-step {
	background: #FFF; }
  .sf-t5 .spinner > div {
	background: #13d9b7; }

@media all and (max-width: 1200px) {
  .sf-t5 .sf-nav li {
	margin-right: 20px; } }
@media all and (max-width: 992px) {
  .sf-t5 .sf-nav-top, .sf-t5 .sf-nav-bottom {
	height: 115px; }
  .sf-t5 .sf-nav-right .sf-nav {
	margin-left: 0px; }
  .sf-t5 .sf-nav-left li.sf-li-nonumber, .sf-t5 .sf-nav-right li.sf-li-nonumber {
	height: 90px; }
  .sf-t5 .sf-nav-top .sf-nav-number:after, .sf-t5 .sf-nav-bottom .sf-nav-number:after {
	width: 50px; }
  .sf-t5 .sf-nonumbers li.sf-nav-step {
	height: 60px; }
  .sf-t5 .sf-nav li span {
	display: none; }
  .sf-t5 .sf-nav li.sf-active:after {
	border: none; }
  .sf-t5 .sf-nav-left li {
	margin-right: 5px; }
  .sf-t5 .sf-nav-right li {
	margin-left: 5px;
	margin-right: 0; }
  .sf-t5 .sf-nav-top .sf-nav-step.sf-active:after {
	display: none; }
  .sf-t5 .sf-nav li.sf-li-nonumber .sf-nav-number {
	display: block; }
  .sf-t5 .sf-nonumbers .sf-nav-top, .sf-t5 .sf-nonumbers .sf-nav-bottom {
	height: 115px; }
  .sf-t5 .sf-nonumbers .sf-nav-left li, .sf-t5 .sf-nonumbers .sf-nav-right li {
	height: 100px; }
  .sf-t5.sf-wizard .sf-btn {
	padding: 0 10px; } }

@media all and (max-width: 861px) {
.sf-t5 .sf-nav {
	display: none;
	height: 95px;
}
}

@media all and (max-width: 500px) {
.sf-t5.sf-fade .sf-viewport, .sf-t5.sf-none .sf-viewport, .sf-t5.sf-slide .sf-viewport {
	background: transparent;
	padding: 0px; }

  .sf-t5 .sf-nav-top, .sf-t5 .sf-nav-bottom {
	height: 60px; }

}
/*# sourceMappingURL=step-form-wizard-all.css.map */

.fv-has-feedback{position:relative}.fv-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.fv-help-block{display:block}.fv-form [placeholder]::-ms-clear{display:none}.fv-form-bootstrap .help-block{margin-bottom:0}.fv-form-bootstrap .tooltip-inner{text-align:left}.fv-form-bootstrap .fv-icon-no-label{top:0}.fv-form-bootstrap .fv-bootstrap-icon-input-group{z-index:100}.form-inline.fv-form-bootstrap .form-group{vertical-align:top}.fv-form-foundation .fv-control-feedback{top:21px;right:15px;width:37px;height:37px;line-height:37px}.fv-form-foundation .collapse .fv-control-feedback{top:0;right:0}.fv-form-foundation .fv-icon-no-label,.fv-form-horizontal.fv-form-foundation .fv-control-feedback{top:0}.fv-form-foundation .error .fv-control-feedback{color:#f04124}.error.fv-has-tooltip select,.error.fv-has-tooltip textarea,.fv-form-foundation .error.fv-has-tooltip input{margin-bottom:1rem}.fv-form-pure .fv-control-feedback{top:22px;width:36px;height:36px;line-height:36px}.pure-form-stacked.fv-form-pure .fv-control-feedback{top:4px}.pure-form-aligned .pure-control-group .fv-help-block{margin-top:5px;margin-left:180px}.fv-form-pure .fv-icon-no-label,.pure-form-aligned.fv-form-pure .fv-control-feedback{top:0}.fv-form-pure .fv-has-error .fv-control-feedback,.fv-form-pure .fv-has-error .fv-help-block,.fv-form-pure .fv-has-error label{color:#CA3C3C}.fv-form-semantic .fv-control-feedback.icon{right:7px}.fv-form-semantic .error .icon{color:#d95c5c}.fv-form-horizontal.fv-form-semantic .row{padding-bottom:0}.fv-form-uikit .fv-control-feedback{top:25px;width:30px;height:30px;line-height:30px}.fv-form-uikit .fv-icon-no-label,.uk-form-horizontal.fv-form-uikit .fv-control-feedback{top:0}.fv-form-uikit .uk-text-danger{display:block}.fv-form-uikit .fv-has-error .fv-control-feedback,.fv-form-uikit .fv-has-error .uk-form-label,.fv-form-uikit .fv-has-error label{color:#D85030}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0px #fff;
	-webkit-box-shadow: 0px #fff;
	box-shadow: 0px #fff;
	border:  0px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@font-face {
	font-family: 'VAGRoundedBT';
	src: url('fonts/VAGRoundedBT.eot');
	src: local('fonts/VAGRoundedBT'), url('fonts/VAGRoundedBT.woff') format('woff'), url('fonts/VAGRoundedBT.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_6855">Text with this font applied</p> */
.fontsforweb_fontid_6855 {
	font-family: 'VAGRoundedBT' !important;
}

/* Font downloaded from FontsForWeb.com */



@font-face {
	font-family: '616';
	src: url('fonts/616.eot');
	src: local('fonts/616'), url('fonts/616.woff') format('woff'), url('fonts/616.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_6898">Text with this font applied</p> */
.fontsforweb_fontid_6898 {
	font-family: '616' !important;
}

/* Font downloaded from FontsForWeb.com */



@font-face {
	font-family: 'VAG-thin';
	src: url('fonts/vagroundedstd-thin-webfont.eot');
	src: local('fonts/vagroundedstd-thin-webfont'), url('fonts/vagroundedstd-light-webfont.woff') format('woff'), url('fonts/vagroundedstd-thin-webfont.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_6898">Text with this font applied</p> */
.fontsforweb_fontid_6898 {
	font-family: '616' !important;
}

@font-face {
	font-family: 'VAG-regular';
	src: url('fonts/vagroundedstd-light-webfont.eot');
	src: local('fonts/vagroundedstd-light-webfont'), url('fonts/vagroundedstd-light-webfont.woff') format('woff'), url('fonts/vagroundedstd-light-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito-regular';
	src: url('fonts/Nunito-Regular.eot');
	src: local('fonts/Nunito-Regular'), url('fonts/Nunito-Regular.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_6898">Text with this font applied</p> */
.fontsforweb_fontid_6898 {
	font-family: '616' !important;
}

@charset "utf-8";
/* CSS Document */
/* Defaqto */
#defqto {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

    #defqto img {
        padding-top: 1em;
        width: 150px;
        height: auto;
    }

.defaqto-text {
    color: #555;
    font-family: inherit;
    font-size: 0.65em;
    text-align: center;
    padding: 0.5em 0;
    font-weight: 600;
}

#trustpilot-positioning {
    position: relative;
    left: 10px;
}

.trustpilot-widget {
    top: 0.75em;
}


/* Opening Hours */
.opening-hours-overide-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #0f034e;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.header-trustpilot {
    max-width: 150px;
    padding-top: 1em;
    max-height: 120px;
}

.opening-hours-overide ul {
    list-style-type: none;
    margin-left: 0;
    font-size: 0.9rem;
}

    .opening-hours-overide ul li {
        font-weight: normal;
    }

        .opening-hours-overide ul li span {
            font-weight: bold;
            text
        }

#modal-add-pet.reveal-modal {
    top: 5em;
    max-width: 400px;
    padding: 2.5em;
}

#ui-datepicker-div {
    z-index: 99 !important;
}

.ui-datepicker {
    z-index: 99;
}

h1.herobox {
    font-family: 'VAGRoundedBT';
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
}

.mca-wrapper2 {
    max-width: 960px;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 1.5rem;
    -webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.landing-hero-container {
    position: relative;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}

.landing-price-container {
    position: absolute;
    width: auto;
    height: 100%;
    padding: 1em;
    background: #221d4a6e;
}

    .landing-price-container h1 {
        text-shadow: 1px 1px 1px #000;
        color: #f89828;
        font-size: 28px;
        padding-bottom: 1em;
    }

    .landing-price-container .button {
        -webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
        -moz-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
        box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
    }

.landing-hero-image {
    display: block;
    height: 320px;
    background-image: url(/content/images/landing_hero_915_cat_02.jpg);
    background-position-y: 25%;
    background-position-x: 75%;
}

.landing-hero-image-pet {
    display: block;
    height: 320px;
    background-image: url(/content/images/landing_hero_915_dog_mongrel.jpg);
    background-position-y: 25%;
    background-position-x: 75%;
}

.landing-hero-image-dog {
    display: block;
    height: 320px;
    background-image: url(/content/images/landing_hero_915_dog_yorkshire_terrier.jpg);
    background-position-y: 25%;
    background-position-x: 75%;
}

.landing-hero-image-quote {
    display: block;
    height: 320px;
    background-image: url(/content/images/landing_hero_915_dog_mongrel1.jpg);
    background-position-y: 25%;
    background-position-x: 75%;
}

.landing-hero-image-accident {
    display: block;
    height: 320px;
    background-image: url(/content/images/landing_hero_915_dog_yorkshire.jpg);
    background-position-y: 25%;
    background-position-x: 75%;
}

.landing-hero-image-life {
    display: block;
    height: 320px;
    background-image: url(/content/images/landing_hero_915_dog_mongrel3.jpg);
    background-position-y: 25%;
    background-position-x: 75%;
}

.landing-hero-image-firstvet {
    display: block;
    height: 320px;
    background-image: url(/content/images/firstVet_landingPage.png);
    background-position-y: 25%;
    background-position-x: 75%;
}

.wido-wrapper2 {
    background: #f5f5f5;
    padding: 0.5em;
    height: auto;
    -webkit-box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    -moz-box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    margin: 2em 0;
}

.wido-wrapper2-title {
    font-size: 1.75em;
    color: #0f034e;
    text-align: center;
    font-weight: normal;
    padding: 1em;
    border-bottom: 0 #000033 solid;
    margin-bottom: 0.5em;
    max-width: 62.5rem;
    margin: 0 auto;
}

.wido-wrapper4 {
    background: #000033;
    padding: 1em 3em;
    padding-top: 0;
    height: auto;
    -webkit-box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    -moz-box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    margin: 2em 0;
}

.wido-wrapper4-title {
    font-size: 1.75em;
    color: #f89828;
    text-align: center;
    font-weight: bold;
    padding: 1em 3em;
    border-bottom: thin #d6d4df solid;
    margin-bottom: 0.5em;
    max-width: 62.5rem;
    margin: 0 auto;
}

    .wido-wrapper4-title a {
        font-size: 1.75em;
        color: #ffffff;
    }

.wido-wrapper5 {
    background: #f89828;
    padding: 1.5em 3em 1em 3em;
    padding-top: 0;
    height: auto;
    -webkit-box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    -moz-box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    margin: 2em 0;
}

.wido-wrapper5-title {
    font-size: 1.75em;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 1em;
    border-bottom: 0;
    margin-bottom: 0.5em;
    max-width: 62.5rem;
    margin: 0 auto;
    line-height: 1.25;
}

    .wido-wrapper5-title a {
        font-size: inherit;
        color: #ffffff !important;
        font-weight: bold !important;
        text-decoration: underline;
    }

        .wido-wrapper5-title a:hover {
            font-size: inherit;
            color: #f5f5f5;
            font-weight: bold;
            text-decoration: underline;
        }

.pricing-title {
    padding: 1rem;
    text-align: center;
    color: #333;
    font-weight: 500;
    font-size: 1.25rem;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 34%, rgba(232,232,235,1) 100%);
    font-family: 'VAGRoundedBT';
}

.pricing-rating {
    background: #f6f6f6;
    text-align: center;
    color: orange;
    padding: 0.25em;
    font-size: 1.5em;
}

.pricing-description {
    background: #f6f6f6;
    text-align: left;
    line-height: 1.6;
    padding: 0.25em 1em;
    font-size: 0.75em;
    min-height: 100px;
    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 34%, rgba(232,232,235,1) 100%);
}

.pricing-table .bullet-item.landobullet {
    font-size: 1.4rem;
}

.dcdc {
    position: relative;
    background-image: url(../Content/images/cat_dog_cat_dog_small.png);
    background-position: center center;
    height: 105px;
    background-repeat-x: no-repeat;
    background-size: auto 110px;
    background-repeat: no-repeat;
    top: 29px;
}

.dcdc2 {
    position: relative;
    background-image: url(../Content/images/cat_dog_cat_dog_small.png);
    background-position: center center;
    height: 105px;
    background-repeat-x: no-repeat;
    background-size: auto 110px;
    background-repeat: no-repeat;
    top: 69px;
}

.wido-wrapper3 {
    background: #f89828;
    padding: 0.5em;
    height: auto;
    -webkit-box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    -moz-box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    box-shadow: 7px 7px 5px rgba(50,50,50,.3);
    margin: 2em 0 0 0;
    position: relative;
    top: -40px;
    z-index: -10;
}

.wido-wrapper3-title {
    font-size: 1.75em;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    padding: 1em;
    margin-bottom: 0.5em;
    max-width: 62.5rem;
    margin: 0 auto;
}

.button.radius.tiny.top.lando-x {
    position: absolute;
    color: #fff;
    top: 178px;
    right: 1em;
    left: 1em;
    display: inline-block;
}

.fa-quote-left {
    font-size: 1.5em;
    color: #9a9a9a;
    height: 20px;
    padding-right: 0.5em;
}

.fa-quote-right {
    font-size: 1.5em;
    color: #9a9a9a;
    height: 20px;
    padding-left: 0.5em;
}

blockquote {
    font-size: 1.25em;
    font-style: italic;
}

/*Arrow upsell box*/
.closer_upgrade {
    position: relative;
    top: -1.5em;
}

.aggregator-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.aggregator-logo-static {
    position: absolute;
    top: 0;
    right: 0;
}
/* Progress Bar */
#active.progress {
    background-color: #349633 !important;
}

#expiring.progress {
    background-color: #ec5833 !important;
}

#expired.progress {
    background-color: #cccccc !important;
}

.progress .alert .meter {
    height: 100%;
    display: block;
}

.progress .active .meter {
    height: 100%;
    display: block;
    background: #349633;
}

.progress .meter {
    float: right;
    color: #f04124;
}

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #cccccc;
}

p.progress-meter-text {
    position: relative;
    display: block;
    color: #555;
    font-size: 0.75em;
    top: -2.5em;
}

.progress-meter-text-status {
    color: #349633;
}

#active .progress-meter-text-status {
    color: !important;
}

#expiring .progress-meter-text-status {
    color: #ec5833 !important;
}

span.progress-meter-text-remaining {
    display: none;
}

.progress {
    background-color: #349633;
    height: .5rem;
    padding: 0;
    margin: 1.25rem 0;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
}

    .progress .alert.meter {
        height: 100%;
        display: block;
    }

    .progress .expiring.meter {
        height: 100%;
        display: block;
        background: #ec5833;
    }

    .progress .active.meter {
        height: 100%;
        display: block;
        background: green;
    }

    .progress .meter {
        float: right;
        color: #f04124;
    }

.progbar-left {
    color: #6f6894;
    font-size: 12px;
    text-align: left;
}

.progbar-left-active {
    color: green;
    font-size: 12px;
    text-align: left;
}

.progbar-left span {
    color: #f04124;
}

.progbar-left-active span {
    color: green;
}

.progbar-right {
    color: #f04124;
    font-size: 12px;
    float: right;
}

.progbar-right-active {
    color: green;
    font-size: 12px;
    float: right;
}

.arrow_box {
    position: relative;
    background: #0f034e;
    border: 0 solid #fff;
    padding: 20px;
    color: #fff;
    max-width: 350px;
    margin: 0 auto;
    top: 9%;
    left: 43%;
    z-index: 999;
    box-shadow: 6px 0 10px -7px #222, -6px 0 10px -7px #222;
}

    .arrow_box:after, .arrow_box:before {
        right: 100%;
        top: 50%;
        border: 0 solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(15, 3, 78, 0);
        border-right-color: #0f034e;
        border-width: 30px;
        margin-top: -30px;
    }

    .arrow_box:before {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 30px;
        margin-top: -30px;
    }

    .arrow_box p {
        color: #fff !important;
    }

    .arrow_box h3 {
        color: #fff !important;
    }

#upgrade01 .alert-box {
    position: absolute;
    top: 40px;
    margin-top: -0.6875rem;
    color: #fff;
    opacity: 1;
    background: #0f034e;
    padding: 20px;
}

.upgradebox .alert-box .close {
    font-size: 1.0rem;
    padding: 9px 6px 4px;
    line-height: 0;
    margin-top: -0.6875rem;
    color: #fff !important;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 20px;
}

.upgrade_large {
    font-size: 1.4em;
    color: #f89828;
    text-align: left;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 10px;
}

.upgrade_small {
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    font-weight: bold;
    padding-top: 5px;
}

.upgrade_buttons {
    text-align: center;
}

.alert-box.info {
    background: #0f034e;
    border-color: #0f034e;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1.0rem 1.5rem;
}

    .alert-box .info .close {
        font-size: 1.375rem;
        padding: 9px 6px 4px;
        line-height: 0;
        position: absolute;
        top: 50%;
        margin-top: -0.6875rem;
        right: 0.25rem;
        color: yellow !important;
        opacity: 0.3;
        background: inherit;
    }

.text-center {
    text-align: center !important;
    padding: 1em;
}

alert-box.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alert-box.info {
    background: #0f034e;
    border-color: #0f034e;
    color: #fff;
}

/*jQuery Dialog customise*/
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    background: orange;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold !important;
    border: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0 !important;
    padding: .3em .3em .5em .4em;
    background: #0f034e;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    color: #fff;
    background: #0f034e !important;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    background: #0f034e;
    border: 0;
    font-size: 1.4rem;
    color: #f89828;
    font-family: 'VAGRoundedBT';
    padding-bottom: .4em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-widget {
    font-size: 1.1em;
    font-family: inherit !important;
}

.tabs .tabs-content > .content.active {
    display: block;
    background-color: #000033 !important;
}

.tabs dd > a, .tabs .tab-title > a {
    font-size: 0.5rem;
}

.orange {
    color: #f89828;
}

.blue {
    color: #0f034e;
}

.purple {
    color: #6f6894;
}

.grey {
    color: #555;
}

.sf-step > .sf-step-el {
    overflow: hidden !important;
    overflow-x: hidden;
    margin: 0 3%;
}

#upsell {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    color: #fff;
    background: rgba(16,3,78,1);
    background: -moz-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,3,78,1)), color-stop(51%, rgba(58,44,138,1)), color-stop(100%, rgba(15,3,78,1)));
    background: -webkit-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: -o-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: -ms-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: linear-gradient(to bottom, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: linear-gradient(to bottom, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
    width: 400px;
    z-index: 999;
    top: 5rem;
    left: 37%;
}

.left-arrow {
    display: inline-block;
    padding: 20px;
    background: rgba(16,3,78,1);
    background: -moz-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,3,78,1)), color-stop(51%, rgba(58,44,138,1)), color-stop(100%, rgba(15,3,78,1)));
    background: -webkit-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: -o-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: -ms-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: linear-gradient(to bottom, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: linear-gradient(to bottom, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
    width: 400px;
    z-index: 999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 37%;
    top: 5%;
    margin: 1.5rem 0;
    box-shadow: 6px 0 10px -7px #222, -6px 0 10px -7px #222;
}

    .left-arrow p {
        color: #fff !important;
        font-size: 0.7rem;
    }

    .left-arrow h3 {
        color: #fff !important;
        text-align: left !important;
        padding-bottom: 0.3rem !important;
    }

    .left-arrow:after {
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        top: 50%;
        margin-top: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid #0f034e;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
    }

#EECA {
    padding-left: 10px;
}

.minus {
    margin-left: -3px;
}

.error small.error {
    display: block;
    padding: 0.2rem 0.6rem;
    margin-top: -1px;
    margin-bottom: 0.50rem !important;
    font-size: 0.7rem;
    font-weight: normal;
    font-style: normal;
    background: #FF3F00;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

small.error {
    display: block;
    padding: 0.2rem 0.6rem;
    margin-top: -1.8rem;
    margin-bottom: 0 !important;
    font-size: 0.7rem;
    font-weight: normal;
    font-style: normal;
    background: #FF3F00;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.sticky-radio input[type="radio"] {
    position: relative;
    left: 0;
}

    .sticky-radio input[type="radio"] + label {
        position: relative;
        left: 2em;
        top: -47px;
        padding-right: 3em;
        font-size: 0.9em;
    }

.error .sticky-radio input[type="radio"] + label {
    position: relative;
    left: 2em;
    top: -25px;
}

.error input, .error textarea, .error select {
    margin-bottom: 0 !important;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.border-bottom {
    border-bottom: #ccc thin dotted;
}

.lines {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.lines-none {
    border-left: 0 solid rgba(255, 255, 255, 0.2);
}

.input-step4 {
    padding-top: 0.5rem !important;
    padding-left: 2.5rem !important;
    margin-right: 1.0rem !important;
    margin-bottom: 1.8rem !important;
}

.input-step5 {
    padding-top: 0.5rem !important;
    padding-left: 2.5rem !important;
    margin-right: 1.0rem !important;
    margin-bottom: 2rem !important;
}

.intim {
    font-family: 'Gloria Hallelujah', cursive;
    font-weight: bold;
    color: #222;
    background: #f5f5f5;
    padding: 0.3rem;
    border: thin #999 solid;
    width: 30%;
    position: absolute;
    top: 1rem;
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: 99;
    text-align: center;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.6);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.6);
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.6);
    font-size: 140%;
}

.rhs-copy {
    font-size: 75%;
}

.reveal-modal-bg {
    position: fixed;
}

#getquotetitle {
    display: block;
}

#small-quotetitle {
    display: block;
}

.left-paddo {
    margin: 0 2.5rem;
}

.summary-title {
    padding-left: 0;
    line-height: 1rem;
}

.table-price-title {
    font-size: 1.5em;
    background-color: #fff;
    border-bottom: dotted 0 #cccccc;
    text-align: center;
    padding: 0;
}

.active-tb {
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(50, 50, 50, 0.5);
    transform: scale(1);
    border: 0;
    transition: 0.4s ease;
    z-index: 13;
}

    .active-tb:hover {
        position: relative;
        box-shadow: 0 2px 10px 0 rgba(50, 50, 50, 0.5);
        transform: scale(1.25);
        border: 0;
        z-index: 15;
    }

.payment_title {
    font-family: 'VAGRoundedBT' sans-serif;
    color: #fff;
    text-align: center;
}

.top-bar.expanded {
    z-index: 1;
}

    .top-bar.expanded .toggle-topbar a {
        color: #fff;
    }

.top-bar-section ul li {
    background: transparent;
}

    .top-bar-section ul li:hover > a {
        background: #6f6894;
        color: white;
    }

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #FFFFFF;
    background: #6f6894;
}

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #FFFFFF;
    background: #f89828;
}

.photocredit {
    display: none;
}

body {
    color: #555;
    padding: 0;
    margin: 0;
    font-family: 'VAG-regular',Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
}

.panel_competition {
    font-size: 95%;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    padding: 1.25rem;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.payment-title-panel {
    font-size: 0.8rem;
}

.payment-title-panel-title {
    font-size: 0.9rem;
}

.policy-image {
    -webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
}

.border-left {
    border-left: #ccc thin dotted;
}

.border-right {
    border-right: #ccc thin dotted;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
    color: #0f034e;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    font-family: 'VAGRoundedBT',Helvetica, sans-serif;
}

/* Default Link Styles */
a {
    color: #0f034e;
    text-decoration: none;
    line-height: inherit;
}

    a:hover, a:focus {
        color: #6f6894;
    }

    a img {
        border: none;
    }

/* Default paragraph styles */
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

    p.lead {
        font-size: 1.21875rem;
        line-height: 1.6;
    }

    p aside {
        font-size: 0.875rem;
        line-height: 1.35;
        font-style: italic;
    }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
    color: #0f034e;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-size: 60%;
        line-height: 0;
    }

h1 {
    font-size: 2.125rem;
}

h2 {
    font-size: 1.6875rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 0.9rem;
}

.extra-title-purple {
    font-family: 'VAGRoundedBT';
    color: #0f034e;
    font-size: 0.9rem;
    padding-top: 5px;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

#vet_select {
    margin: auto;
    text-align: center;
    width: 60%;
}

.dropdown-normal {
    margin: 0 0 0.5rem 0;
}

.dropdown-none {
    margin: 0 0 0 0;
}

.dropdown-centered {
    margin: 0 0 0.2rem 0;
    padding-left: 25%;
    font-size: 1.2rem
}

.book_img {
    display: none;
}

.big_check {
    width: 20px;
    height: 20px;
}

.big_check_title {
    font-size: 1.2em;
    font-weight: 600;
}

.blink_me {
    color: red;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.horspacer-10 {
    height: 10px;
}

.horspacer-pricetitle {
    height: 17px;
}

.horspacer-20 {
    height: 20px;
}

.horspacer-30 {
    height: 30px;
}

.horspacer-40 {
    height: 40px;
}

.horspacer-50 {
    height: 50px;
}

.horspacer-60 {
    height: 60px;
}

.top-bar {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: transparent;
    margin-bottom: 0;
}

    .top-bar.expanded {
        height: auto;
        background: linear-gradient(to bottom, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f034f', endColorstr='#000033', GradientType=0 );
    }

        .top-bar.expanded .title-area {
            background: linear-gradient(to bottom, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f034f', endColorstr='#000033', GradientType=0 );
        }

    .top-bar .toggle-topbar.menu-icon {
        right: 15px;
        top: 39%;
        margin-top: -43px;
        padding-left: 40px;
    }

.homepage-copy {
    font-size: 1.0em;
    line-height: 1.5;
}

.home-astrix {
    font-size: 0.7em;
    color: #0f034e;
    padding: 0.3em 0;
}

a.textlinks {
    color: #f89829;
    font-weight: 500;
}

a:link {
    color: #6f6894;
    font-weight: 500;
}

a:hover {
    color: #f89829;
    font-weight: 500;
}

.panel a:link {
    color: white;
}

#faqlink a:link {
    color: #3F0;
}

.white {
    color: #fff;
}

.accordion dd {
    display: block;
    border-bottom: #CCC thin solid;
    margin-bottom: 0 !important;
}

    .accordion dd > a {
        background: none;
        color: #f89828;
        padding: 1rem;
        display: block;
        font-family: 'VAG-regular';
        font-size: 1.1rem;
    }

        .accordion dd > a .active {
            background: red;
            color: #f89828;
            padding: 1rem;
            display: block;
            font-family: 'VAG-regular';
            font-size: 1.1rem;
        }

        .accordion dd > a:hover {
            background: #6f6894;
            color: #ffffff;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            border-bottom: none;
        }

    .accordion dd.active a h2 {
        color: #f89828;
    }

.selected-title {
    background-color: green;
}

.accordion dd.active a.mini {
    background-color: #cc0066;
    color: #f89828;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-bottom: 1px #fff solid;
}

.accordion dd.active a.textlinks {
    background-color: white;
    color: #f89828;
    font-weight: 300;
}

.accordion dd.active a:hover.textlinks {
    background-color: white;
    color: #6f6894;
    font-weight: 300;
}

.accordion dd.active a {
    font-family: 'VAG-regular';
    color: #f89828;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 0 #fff solid;
}

    .accordion dd.active a.button-IYP {
        background-color: #000033;
        color: #fff;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }

.accordion .content.active {
    background-color: #efefef;
    display: block;
    background: white;
    border: 1px #0f034e solid;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 1em 2em 0.5em 2em;
}

.accordion .content {
    display: none;
    padding: 0.5em;
}

.accordion .accordion-navigation > a, .accordion dd > a {
    background: #fff;
    color: #f89828;
    padding: 1rem;
    display: block;
    font-family: 'VAG-regular';
    font-size: 1rem;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
}

    .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #f89828;
        color: #fff;
    }

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: #000033;
    color: #f89828;
}

/* begin YOUR POLICY */
#yourpolicy .accordion dd {
    display: block;
    border-bottom: #CCC thin solid;
    margin-bottom: 0 !important;
}

    #yourpolicy .accordion dd > a {
        background: none;
        color: #f89828;
        padding: 1rem;
        display: block;
        font-family: 'VAG-regular';
        font-size: 1.1rem;
    }

        #yourpolicy .accordion dd > a .active {
            background: red;
            color: #f89828;
            padding: 1rem;
            display: block;
            font-family: 'VAG-regular';
            font-size: 1.1rem;
        }

        #yourpolicy .accordion dd > a:hover {
            background: #6f6894;
            color: #ffffff;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            border-bottom: none;
        }

    #yourpolicy .accordion dd.active a h2 {
        color: #f89828;
    }

#yourpolicy .selected-title {
    background-color: green;
}

#yourpolicy .accordion dd.active a.mini {
    background-color: #cc0066;
    color: #f89828;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-bottom: 1px #fff solid;
}

#yourpolicy .accordion dd.active a.textlinks {
    background-color: white;
    color: #f89828;
    font-weight: 300;
}

#yourpolicy .accordion dd.active a:hover.textlinks {
    background-color: white;
    color: #6f6894;
    font-weight: 300;
}

#yourpolicy .accordion dd.active a {
    font-family: 'VAG-regular';
    color: #f89828;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 0 #fff solid;
}

    #yourpolicy .accordion dd.active a.button-IYP {
        background-color: #000033;
        color: #fff;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }

fieldset {
    border: solid 1px #999;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    margin: 1.125rem 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#yourpolicy .accordion .content.active {
    background-color: #efefef;
    display: block;
    background: white;
    border: 1px #0f034e solid;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 1em 1.5em;
}

.tabs .tabs-content > .content.active {
    display: block;
    background-color: #000033 !important;
}

#yourpolicy .accordion .content {
    display: none;
    padding: 0.5em;
}

ul .accordion {
    margin-left: 0;
}

#yourpolicy .accordion .accordion-navigation > a, .accordion dd > a {
    background: #f5f5f5;
    color: #f89828;
    padding: 1rem 1rem;
    display: block;
    font-family: 'VAG-regular';
    font-size: 1.3rem;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    font-weight: 400;
}

    #yourpolicy .accordion .accordion-navigation > a span.pol, .accordion dd > a span.pol {
        color: #000033;
    }

    #yourpolicy .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #f89828;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        color: #fff;
    }

#yourpolicy .accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: #000033;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    color: #f89828;
}

    #yourpolicy .accordion .accordion-navigation.active > a span.pol, .accordion dd.active > a span.pol {
        color: #fff;
    }

/* end YOUR POLICY */

/* begin claims_list */
#claims-list .accordion dd {
    display: block;
    border-bottom: 0;
    margin-bottom: 0 !important;
}

    #claims-list .accordion dd > a {
        background: none;
        color: #f89828;
        padding: 1rem;
        display: block;
        font-family: 'VAG-regular';
        font-size: 1.1rem;
    }

        #claims-list .accordion dd > a .active {
            background: red;
            color: #f89828;
            padding: 1rem;
            display: block;
            font-family: 'VAG-regular';
            font-size: 1.1rem;
        }

        #claims-list .accordion dd > a:hover {
            background: #6f6894;
            color: #ffffff;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            border-bottom: none;
        }

    #claims-list .accordion dd.active a h2 {
        color: #f89828;
    }

#claims-list .selected-title {
    background-color: green;
}

#claims-list .accordion dd.active a.mini {
    background-color: #cc0066;
    color: #f89828;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-bottom: 1px #fff solid;
}

#claims-list .accordion dd.active a.textlinks {
    background-color: white;
    color: #f89828;
    font-weight: 300;
}

#claims-list .accordion dd.active a:hover.textlinks {
    background-color: white;
    color: #6f6894;
    font-weight: 300;
}

#claims-list .accordion dd.active a {
    font-family: 'VAG-regular';
    color: #f89828;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 0 #fff solid;
}

    #claims-list .accordion dd.active a.button-IYP {
        background-color: #000033;
        color: #fff;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }

#claims-list .accordion .content.active {
    background-color: #efefef;
    display: block;
    background: white;
    border: 1px #0f034e solid;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 1em 2em 0.5em 2em;
    font-size: 0.8em;
}

#claims-list .accordion .content {
    display: none;
    padding: 0.5em;
}

#claims-list .accordion .accordion-navigation > a, .accordion dd > a {
    background: #6f6895;
    color: #f89828;
    color: #fff;
    padding: 1rem;
    display: block;
    font-family: 'VAG-regular';
    font-size: 12px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    font-weight: 400;
    padding-left: 2em;
}

    #claims-list .accordion .accordion-navigation > a span.pol, .accordion dd > a span.pol {
        color: #000033;
    }

    #claims-list .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #f89828;
        color: #fff;
    }

#claims-list .accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: #000033;
    color: #f89828;
}

    #claims-list .accordion .accordion-navigation.active > a span.pol, .accordion dd.active > a span.pol {
        color: #fff;
    }

/* end claims_list */
.claim-title {
    font-weight: bold;
}

.claim-title-sub {
    font-weight: bold;
}

.faqlink a:hover {
    color: #cc0066;
}

.no-bullets {
    list-style-type: none;
}

.contact-details {
    font-size: 0.9rem;
    list-style-type: none;
    line-height: 1.7rem;
}

#container-header {
    margin: 0 auto;
    background-color: #fff;
    height: auto;
    min-height: 110px;
}

#container-slider {
    top: 200px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 0;
}

#container-nav {
    top: 150px;
    margin: 0 auto;
    background: rgba(15,3,79,1);
    background: -moz-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,3,79,1)), color-stop(42%, rgba(46,39,82,1)), color-stop(100%, rgba(0,0,51,1)));
    background: -webkit-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
    background: -o-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
    background: linear-gradient(to bottom, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f034f', endColorstr='#000033', GradientType=0 );
    height: 43px;
    border-top: 5px solid rgb(240, 161, 60);
    box-shadow: rgba(0, 0, 0, 0.298039) 3px 3px 3px 3px;
}

#container-table {
    top: 500px;
    padding-top: 0;
    margin: 0 auto;
    border-top: 5px solid #fff;
    border-bottom: 20px solid #f5f5f5;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    height: auto;
    padding-bottom: 20px;
    min-height: 370px;
}

.homepromo {
    padding-top: 1em;
    color: #555;
    text-align: justify;
    line-height: 1.5em;
    font-size: 0.8em;
}

#container-table-grey {
    top: 500px;
    padding-top: 0;
    margin: 0 auto;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #ccc;
    background: rgba(254,254,254,1);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(49%, rgba(209,209,209,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(100%, rgba(226,226,226,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0 );
    height: auto;
}

#container-table-footprint {
    top: 500px;
    padding-top: 0;
    margin: 0 auto;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #ccc;
    background-image: url("images/footprints_300.png");
    height: auto;
}

.page_title {
    font-family: 'VAGRoundedBT';
    font-size: 2.2rem;
    color: #6f6895;
    margin-bottom: 0.9rem;
    padding: 0.25rem 0.25rem 0 0;
}

.mca-wrapper {
    max-width: 960px;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 1.5rem 0.5rem;
    -webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);
    margin-top: 1rem;
    margin-bottom: 1rem;
    min-height: 260px;
}

#container-footer {
    top: 800px;
    margin: 0 auto;
    background-color: #000033;
    height: auto;
    border-top: 5px solid #ccc;
}

.header-tel {
    text-align: right;
    font-weight: 500;
    font-size: 1.2rem;
    color: #0f034e;
}

.header-tel-sub {
    text-align: center;
    font-weight: 400;
    font-size: 1.8rem;
    color: #f89828;
    margin-top: 0;
    position: relative;
    top: 0.5rem;
}

.header-social {
    margin-top: 1rem;
    float: none;
}

.header-logo {
    margin-top: 0.5rem;
    float: left;
}

.header-tel-image {
    margin-top: 0.5rem;
    float: right;
}

.header_tagline {
    font-size: 2.2rem;
    color: #6f6894;
    text-align: center;
    font-weight: 700;
    padding-top: 20px;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 14px;
    line-height: 34px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 solid #000000;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 14px;
    line-height: 38px;
    color: #dedbd6;
    background: #6f6894;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 0;
}

.alert-box-white {
    border-style: solid;
    border-width: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-weight: normal;
    margin-bottom: 0.4rem;
    position: relative;
    padding: 0.8rem 1.4rem 1rem 1.5rem;
    font-size: 0.8125rem;
    background-color: #fff;
    border-color: #999;
    color: #555;
}

.alert-notification {
    border-width: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
    font-weight: normal;
    position: relative;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.85rem;
    background-color: #6f6894;
    color: white;
    text-align: left;
    margin: 0 1rem 1.25rem 1rem;
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    background-color: #000033;
    border-color: #999;
    color: white;
}

    .alert-box.radius {
        -webkit-border-radius: 3px;
        -moz-border-radius: 12px 12px 12px 12px;
        -webkit-border-radius: 12px 12px 12px 12px;
        border-radius: 12px 12px 12px 12px;
    }

    .alert-box.success {
        background: #fff;
        border-color: #fff;
        color: white;
        -moz-border-radius: 12px 12px 12px 12px;
        -webkit-border-radius: 12px 12px 12px 12px;
        border-radius: 12px 12px 12px 12px;
    }

.alert-box-panel.success {
    border-color: #fff;
    color: white;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    min-height: 100px;
    text-align: center;
    vertical-align: middle;
    margin-top: 0.4rem;
}

.alert-box-copy {
    font-size: 0.8rem;
    font-family: 'VAG-thin';
    color: #555;
    font-weight: 400;
    line-height: 1.1rem;
    padding-top: 0.5rem;
}

    .alert-box-copy a {
        font-size: 0.8rem;
        color: #6f6894;
        font-weight: 600;
    }

        .alert-box-copy a:hover {
            font-size: 0.8rem;
            color: #f89828;
            font-weight: 600;
        }

form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

    form .row .row.collapse input #bigcheckbox {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        width: 25px;
        height: 25px;
    }

.policy-total {
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

.panel {
    border: 0 solid #fff;
    box-shadow: 6px 0 10px -7px #222, -6px 0 10px -7px #222;
    margin-top: 0;
    margin-bottom: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 10px;
    background: rgba(16,3,78,1);
    background: -moz-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,3,78,1)), color-stop(51%, rgba(58,44,138,1)), color-stop(100%, rgba(15,3,78,1)));
    background: -webkit-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: -o-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: -ms-linear-gradient(top, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: linear-gradient(to bottom, rgba(16,3,78,1) 0%, rgba(58,44,138,1) 51%, rgba(15,3,78,1) 100%);
    background: linear-gradient(to bottom, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
}

.panel-potm {
    border: 0 solid #fff;
    box-shadow: 6px 0 10px -7px #222, -6px 0 10px -7px #222;
    margin-top: 0;
    margin-bottom: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f89829;
    color: #222;
    padding: 1.25rem;
    font-size: 90%;
    font-family: inherit;
}

.panel-potm-title {
    color: #fff;
    font-weight: bold;
    padding: 0.3rem;
}

.panel-potm-subtitle {
    color: #222;
    font-weight: bold;
    padding: 0.3rem;
}

.panel-potm img {
    border: 10px #f5f5f5 solid;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.6);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.6);
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.6);
}

.panel-sub {
    border: 0 solid #fff;
    box-shadow: 6px 0 10px -7px #222, -6px 0 10px -7px #222;
    margin-top: 0;
    margin-bottom: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #f89828;
}

.panel-subox {
    background-color: #6f6894;
    border: 0 solid #51468c;
    box-shadow: 6px 0 10px -7px #222, -6px 0 10px -7px #222;
    margin-top: 0;
    margin-bottom: 0;
}

.panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin-bottom: 0.8rem;
    padding: 1.25rem;
    background: #f5f5f5;
}

    .panel.callout a:not(.button) {
        color: #787878;
    }

        .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
            color: #f89828;
        }

    .panel.callout h3 {
        color: #f89828;
        text-align: center;
        padding-bottom: 1rem;
    }

    .panel.callout ul {
        font-size: 0.9em;
        color: #0f034e;
        font-weight: 600;
        text-align: left;
        list-style: none;
    }

.panel-policy {
    font-size: 0.8rem;
    color: inherit;
}

.panelcalloutimage {
    border: 2px #ccc solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.panel.callout ul li {
    background: url('~/Content/images/paw_orange_f89829_20.png') no-repeat 0 0;
    padding-bottom: 0.3em;
    position: relative;
    margin-left: -18px;
    padding-left: 27px;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel li, .panel dl {
    color: #0f034e;
}

.panel.callouthome p, panel.callouthome h5 {
    color: #555;
}

.panel.callouthome {
    border-style: solid;
    border-width: 0;
    border-color: #ccc;
    margin-bottom: 0.25rem;
    padding: 0.6rem;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.53)), color-stop(100%, rgba(237,237,237,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.53) 47%, rgba(237,237,237,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    box-shadow: 0 0 0 0 #222;
    color: #555;
}

    .panel.callouthome ul {
        font-size: 0.9em;
        color: #0f034e;
        font-weight: 600;
        text-align: left;
        list-style: none;
        line-height: 1.8;
    }

.panelcalloutimage {
    border: 0 #ccc solid;
}

.panel.callouthome ul li {
    background: url('images/paw_orange_f89829_20.png') no-repeat 0 3px;
    padding-bottom: 0.3em;
    position: relative;
    margin-left: -18px;
    padding-left: 27px;
    color: #0f034e;
    line-height: 1.9;
    font-size: 1rem;
}

.panel.callouthome.bg {
    background: url('images/paw.png') no-repeat 30px 75px;
    position: relative;
    margin-left: 0;
    padding-left: 27px;
    height: 330px;
    background-size: 80%;
    color: #6f6894;
}

.panel.callouthome ul.nobullet li {
    background: none;
    padding-bottom: 0.3em;
    position: relative;
    margin-left: -18px;
    padding-left: 27px;
    color: #6f6894;
}

.panel-vcard {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #efefef;
    max-width: 275px;
}

.panel-summary-box {
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 6px 0 10px -7px #222, -6px 0 10px -7px #222;
    border-color: #ccc;
    margin-bottom: 1.25rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    color: #0f034e;
}

.panel-price-box {
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 6px 0 10px -7px #222, -6px 0 10px -7px #222;
    border-color: #ccc;
    margin-bottom: 1.25rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    background-color: #504c4d;
    color: #d3d1d2;
}

.panel-price-box-title {
    font-size: 1.6em;
    text-align: center;
    color: #f89828;
    font-family: 'VAGRoundedBT';
}

.panel-price-box-copy {
    font-size: 1em;
}

.panel-price-box-copy-x {
    font-size: 0.6em;
    line-height: 1.3;
}

.panel-price-box-price {
    font-size: 3.5em;
    color: #fff;
    line-height: 1.3em;
}

.panel-price-box-subtitle {
    font-size: 1.2em;
    text-align: center;
}

.panel-price-box-small span {
    color: #cc0066;
    font-size: 0.7em;
    margin-top: -0.5em;
    margin-bottom: 0.7em;
}

.panel-price-box-subtitle-x {
    font-size: 1.0em;
    text-align: center;
}

.panel-price-box-small {
    font-size: 0.7em;
    margin-top: -0.5em;
    margin-bottom: 0.7em;
}

.panel-price-box-small-x {
    font-size: 0.5em;
    margin-top: -0.5em;
    margin-bottom: 0.7em;
}

.has-tip-pricebox {
    cursor: help;
    color: #d3d1d2;
    background-repeat: no-repeat;
    margin-right: 0.2em;
}

.has-tip-table {
    cursor: help;
    color: #333333;
    background-image: none;
    background-repeat: no-repeat;
    margin-right: 0.2em;
    padding-left: 0;
    font-size: 100%;
}

.has-tip-white {
    cursor: help;
    color: #333333;
    background-image: url("images/img_tooltip_white.png");
    background-repeat: no-repeat;
    margin-right: 0.2em;
    padding-left: 1.4em;
}

.has-tip {
    cursor: help;
    color: #333333;
    background-repeat: no-repeat;
    margin-right: 0.2em;
}


.button.radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.button-addpet {
    background-image: url("images/addpet_f89828.png");
    background-repeat: no-repeat;
    padding-left: 1.8rem;
    padding-bottom: 10px;
}

.container-total {
    background-color: transparent;
    height: 196px;
    position: relative;
    width: 115%;
}

.container-total-title {
    color: #000033;
    text-align: center;
    margin-top: 45px;
    margin-left: 50px;
    position: absolute;
    line-height: 1.2;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1rem;
}

table thead tr th, table thead tr td {
    padding: 0;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: none;
    border-bottom: thick #FFF dashed;
}

table tr th, table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.8rem;
    color: #555;
}

table {
    border-spacing: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0;
    border: solid 0 #dddddd;
}

#table-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fdecd8;
}

.footer-text {
    font-size: 0.85rem;
    text-align: center;
    color: #9f9ab8;
    margin-top: 1rem;
}

.terms_conditions {
    font-size: 16px;
    font-weight: 200;
    line-height: 16px;
    padding-top: 4px;
}

    .terms_conditions ol {
        font-size: 14px;
        font-weight: 200;
        line-height: 22px;
        padding-top: 15px;
    }

.terms-form {
    font-size: 0.7rem;
}

select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    color: #555;
    background-position-x: 97%;
    background-position-y: center;
    border: 1px solid #cccccc;
    padding: 0 0.5rem 0 0.3rem;
    font-size: 0.8rem;
    font-family: 'VAG-thin';
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 2rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'VAGRoundedBT';
}

form {
    font-family: 'VAG-thin';
}

.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-family: 'VAGRoundedBT';
    font-size: 0.9rem;
    font-weight: normal;
    background: #0f034e;
    border-bottom: #ccc thin dotted;
}

.button {
    margin: 0;
    text-transform: uppercase;
    font-family: 'VAGRoundedBT';
}


/* NEW STYLED BUTTON */
.button-IYP {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1.5em;
    font-family: 'VAG-regular';
    font-weight: 300;
    position: relative;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5em 1em;
    background: #f89828;
    border: 0 solid #0D6;
    color: #f89828;
    transition: all 0.5s;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.button-IYP-back {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'VAG-regular';
    font-weight: 300;
    position: relative;
    top: 19px;
    padding: 0.5em 1em;
    border: 0 solid #0D6;
    transition: all 0.5s;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    background: none;
    color: #0f034e;
    font-size: 1.25em;
}

input[type="submit"].button-IYP,
input[type="button"].button-IYP {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1.5em;
    font-family: 'VAG-regular';
    font-weight: 300;
    position: relative;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5em 1em;
    background: #f89828;
    border: 0 solid #0D6;
    color: #fff;
    transition: all 0.5s;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

    input[type="submit"].button-IYP:hover,
    input[type="button"].button-IYP:hover {
        text-decoration: none;
        background-color: #6f6894;
    }


.button-IYP:hover, .button-IYP:active {
    text-decoration: none;
    background-color: #6f6894;
    font-family: 'VAG-regular';
    color: #fff;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 0 #fff solid;
}

ul.homepromo.homebullet {
    color: #555;
    font-size: 0.8rem;
    line-height: 1.8;
    list-style-position: outside;
    margin-left: 20%;
    list-style: none;
    font-weight: 500;
}

a.button-IYP {
    color: #fff;
    font-weight: 500;
}

.button-IYP span {
    display: inline-block;
    position: relative;
    padding-right: 0;
    transition: padding-right 0.5s;
}

    .button-IYP span:after {
        content: ' ';
        position: absolute;
        top: 0;
        right: -18px;
        opacity: 0;
        width: 10px;
        height: 10px;
        margin-top: -10px;
        background: rgba(0, 0, 0, 0);
        border: 3px solid #FFF;
        border-top: none;
        border-right: none;
        transition: opacity 0.5s, top 0.5s, right 0.5s;
        transform: rotate(-45deg);
    }

.button-IYP:hover span, .button-IYP:active span {
    padding-right: 30px;
}

    .button-IYP:hover span:after, .button-IYP:active span:after {
        transition: opacity 0.5s, top 0.5s, right 0.5s;
        opacity: 1;
        right: 0;
        top: 50%;
    }

.processingButton {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1.5em;
    font-family: 'VAG-regular';
    font-weight: 300;
    position: relative;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5em 1em;
    background: #6F6894;
    border: 0 solid #0D6;
    color: #ffffff;
    transition: all 0.5s;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

fieldset {
    border: solid 1px #999;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    margin: 1.125rem 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    fieldset legend {
        font-weight: bold;
        padding: 0 0.1875rem;
        margin: 0;
        font-size: 1.5rem;
        color: #f89828;
    }

#divfieldset-invisible {
    border: solid 0 #cc0066;
    padding: 1.25rem 3rem 1.25rem 3rem;
    margin: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

fieldset.invisible legend {
    font-weight: bold;
    padding: 0 0.1875rem;
    margin: 0;
    font-size: 1.5rem;
    color: #cc0066;
}

fieldset-2 {
    border: solid 1px #999;
    padding: 1.25rem;
    margin: 1.125rem 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.form-label {
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #9f9ab8;
}

label {
    font-size: 1rem;
    background-color: transparent;
    color: #6f6894;
    font-weight: 500;
}

    label.checkbox {
        font-size: 1rem;
        background-color: transparent;
        color: #555;
        font-weight: 500;
    }

.form-title {
    font-size: 1.2rem;
    color: #f89828;
    font-family: 'VAGRoundedBT';
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    margin-bottom: 0;
    vertical-align: baseline;
    color: #555;
    font-size: 1rem;
    font-family: 'VAG-thin';
    font-weight: inherit;
}

.panel-title-homepage {
    font-size: 1.4rem;
    color: #f89828;
    font-family: 'VAGRoundedBT';
    padding-bottom: 0.4em;
}

.form-title_pricing {
    font-size: 1.6rem;
    color: #cc0066;
    margin-left: 25%;
}

.pt-badge {
    background-color: #6f6894;
    width: 70%;
    height: 39px;
    text-align: center;
    line-height: 17px;
    color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 10;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    padding: 0.25em;
}

.pricing_table li ul li.plan_price strong {
    font-size: 2rem;
}

.pricing_table.color1 li ul li a.table_button,
.pricing_table li ul.color1 li a.table_button {
    background: #f89828;
    border: 1px solid #df3c3d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .pricing_table.color1 li ul li a.table_button:hover,
    .pricing_table li ul.color1 li a.table_button:hover {
        background: #6f6894;
        border: 1px solid #df3c3d;
    }

.tabs dd > a, .tabs .tab-title > a {
    outline: none;
    display: block;
    background-color: #e3e3e3;
    color: #555;
    color: #000033;
    padding: 0.4rem 2rem 0.2rem 2rem;
    font-family: inherit;
    font-size: 1rem;
    moz-border-radius: 10px 10px 0 0;
    webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border: thin #fff solid;
}

.tabs-content > .content.active {
    display: block;
    background-color: #000033;
    border: #555 0 solid;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    color: #9f9ab8;
    border: 1px #9f9ab8 solid;
}

.tabs-content > .content {
    display: none;
    float: left;
    padding: 0.4rem 1rem;
    width: 100%;
}

.tabs dd.active a, .tabs .tab-title.active a {
    color: #fff;
    font-family: 'vag-thin', sans-serif;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0,0,51,1);
    background: -moz-linear-gradient(left, rgba(0,0,51,1) 0%, rgba(0,0,51,1) 1%, rgba(16,16,69,1) 47%, rgba(0,0,51,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,51,1)), color-stop(1%, rgba(0,0,51,1)), color-stop(47%, rgba(16,16,69,1)), color-stop(100%, rgba(0,0,51,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,51,1) 0%, rgba(0,0,51,1) 1%, rgba(16,16,69,1) 47%, rgba(0,0,51,1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,51,1) 0%, rgba(0,0,51,1) 1%, rgba(16,16,69,1) 47%, rgba(0,0,51,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,51,1) 0%, rgba(0,0,51,1) 1%, rgba(16,16,69,1) 47%, rgba(0,0,51,1) 100%);
    background: linear-gradient(to right, rgba(0,0,51,1) 0%, rgba(0,0,51,1) 1%, rgba(16,16,69,1) 47%, rgba(0,0,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#000033', GradientType=1 );
}

/* BUTTONS */

.idd-button {
    color: #fff;
    font-family: 'VAG-regular',Helvetica, sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: 1.1em !important;
    min-width: 175px;
}

button, .button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #f89828;
    border-color: #d38326;
    color: white;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 1.0625rem;
    padding-bottom: 1rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    font-weight: normal !important;
}

    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #6f6894;
    }

    button:hover, button:focus, .button:hover, .button:focus {
        color: white;
    }

    button.secondary, .button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333;
    }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            background-color: #b9b9b9;
        }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            color: #333333;
        }

    button.success, .button.success {
        background-color: #43ac6a;
        border-color: #368a55;
        color: white;
    }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            background-color: #368a55;
        }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            color: white;
        }

    button.secondary:visited, button.secondary:visited, .button.secondary:visited, .button.secondary:visited {
        background-color: #d4d2d2;
        border-color: #fff !important;
        color: #6f6894 !important;
    }

    button.secondary:hover, button.secondary:hover, .button.secondary:hover, .button.secondary:hover {
        background-color: #e8e7e7;
        border-color: #e8e8e8 !important;
        color: #6f6894 !important;
    }

    button.alert, .button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: white;
    }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            background-color: #cf2a0e;
        }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            color: white;
        }

    button.large, .button.large {
        padding-top: 1.125rem;
        padding-right: 2.25rem;
        padding-bottom: 1.1875rem;
        padding-left: 2.25rem;
        font-size: 1.25rem;
        /*     @else                            { font-size: $padding - rem-calc(2); } */
    }

    button.small, .button.small {
        padding-top: 0.875rem;
        padding-right: 1.75rem;
        padding-bottom: 0.9375rem;
        padding-left: 1.75rem;
        font-size: 0.8125rem;
        /*     @else                            { font-size: $padding - rem-calc(2); } */
    }

    button.tiny, .button.tiny {
        padding-top: 0.625rem;
        padding-right: 1.25rem;
        padding-bottom: 0.6875rem;
        padding-left: 1.25rem;
        font-size: 0.6875rem;
        /*     @else                            { font-size: $padding - rem-calc(2); } */
    }

    button.expand, .button.expand {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    button.left-align, .button.left-align {
        text-align: left;
        text-indent: 0.75rem;
    }

    button.right-align, .button.right-align {
        text-align: right;
        padding-right: 0.75rem;
    }

    button.radius, .button.radius {
        -moz--border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 5px;
    }

    button.round, .button.round {
        -moz--border-radius: 1000px;
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    }

    button.disabled, button[disabled], .button.disabled, .button[disabled] {
        background-color: #f89828;
        border-color: #d38326;
        color: white;
        cursor: default;
        opacity: 0.7;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #6f6894;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            color: white;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #f89828;
        }

        button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
            background-color: #e7e7e7;
            border-color: #b9b9b9;
            color: #333333;
            cursor: default;
            opacity: 0.7;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #b9b9b9;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                color: #333333;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #e7e7e7;
            }

        button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
            background-color: #43ac6a;
            border-color: #368a55;
            color: white;
            cursor: default;
            opacity: 0.7;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #368a55;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                color: white;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #43ac6a;
            }

        button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
            background-color: #f04124;
            border-color: #cf2a0e;
            color: white;
            cursor: default;
            opacity: 0.7;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #cf2a0e;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                color: white;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #f04124;
            }

    .button.small {
        padding: 0.5rem 1rem 0.6rem 1rem;
        font-size: 0.9rem;
    }

    .button.round {
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

/* PANEL */
.panel.callout a {
    color: #FFFFFF;
}

.tabs {
    margin-bottom: 0 !important;
    margin-top: 0;
}

    .tabs dd > a {
        display: block;
        background: #bedba7;
        border-left: #999 1px solid;
        border-right: #999 1px solid;
        border-top: #999 1px solid;
        border-bottom: #999 1px solid;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        color: #222222;
        padding: 1rem 2rem 1.0625rem 2rem;
        font-family: 'VAG-thin';
        font-size: 1rem;
    }

hr {
    clear: both;
    margin: 0.5rem 0 0.8rem;
    height: 0;
}

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1.8rem 0;
}

input[type="checkbox"] {
    margin: 0 0 0.0rem 0;
    width: 25px;
    height: 25px;
}

h1 {
    font-size: 2.4rem;
    line-height: 1.2;
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.0rem;
    text-rendering: optimizeLegibility;
}

.home-social {
    display: block;
    float: right;
    margin-bottom: 8px;
}

.footer-links {
    color: #CCC;
    font-size: 0.8rem;
    list-style-type: none;
    line-height: 1.7rem;
    padding: 0.6rem;
    font-family: 'VAG-thin';
}

ul.footer-links {
    margin-left: 0.5rem;
}

.footer-links a {
    color: #ffffff;
}

    .footer-links a:hover {
        color: #f89829;
    }

.panel h4 {
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 1.8rem;
}

.table-title {
    font-size: 1.1rem;
    font-family: 'VAGRoundedBT';
    color: #504c4d;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: 500;
}

table thead, table tfoot {
    background: none;
}

.table thead td {
    border-bottom: 4px solid #fff !important;
}

.mascots {
    margin-top: 8px;
    width: 233px;
    height: 85px;
    margin: 0 auto;
}

.tickbox {
    font-family: 'VAGRoundedBT';
    color: #504c4d;
    font-size: 1.4rem;
    text-align: center;
}

.img_mains {
    margin-top: 10%;
}

.pricing_table.color1 li ul li.plan_name {
    background-color: #330066;
}

.pricing_table li ul.color1 li.plan_price {
    background: #f8980d;
    border: 1px solid #40899c;
    border-left: 1px solid #489bb0;
}

.pricing_table.pt_fourth li ul li {
    padding: 10px;
}

.pricing_table li ul li.even {
    background: #f8f8f8;
    color: #444444;
}

.pricing_table li ul li.odd {
    background: #fff;
    color: #444444;
    font-size: 12px;
}

.price-plan-height {
    height: 6em;
}

.pricing_table.color1 li ul li.plan_name2,
.pricing_table li ul.color1 li.plan_name2 {
    background: #efefef;
    border-top: 0 solid #d27f07;
    border-left: 0 solid #d27f07;
    border-bottom: 0 solid #ba7106;
    border-right: 0 solid #ba7106;
    height: 80px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.pricing_table .ribbon3.color2 {
    background: #a82022;
    background: -moz-linear-gradient(left,#a82022 0%,#df3c3d 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#a82022),color-stop(100%,#df3c3d));
    background: -webkit-linear-gradient(left,#a82022 0%,#df3c3d 100%);
    background: -o-linear-gradient(left,#a82022 0%,#df3c3d 100%);
    background: -ms-linear-gradient(left,#a82022 0%,#df3c3d 100%);
    background: linear-gradient(to right,#a82022 0%,#df3c3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a82022',endColorstr='#df3c3d',GradientType=1 );
    border-left: 1px solid #df3c3d;
    border-right: 1px solid #67bd53;
    text-shadow: 0 0 1px #67bd53;
}

    .pricing_table .ribbon3.color2:before {
        border-color: #a82022 transparent;
    }


.height2 {
    height: 2em;
}

.height3 {
    height: 3em;
}

.height4 {
    height: 4em;
}

.height5 {
    height: 5em;
}

.height6 {
    height: 6em;
}

.height7 {
    height: 7em;
}

.height8 {
    height: 8em;
}

.summary-box {
    font-size: 0.85em;
    font-family: 'VAG-thin';
    line-height: 1.5em;
    text-align: left;
    color: #000033;
}

.summary-box-brown {
    color: #6f6894;
    font-size: 1.3em;
    font-family: 'VAGRoundedBT';
    margin-left: 0;
}

.summary-box-total-price {
    font-size: 2.4em;
    font-weight: 600;
    text-align: center;
    margin-top: 0.5em;
    line-height: 1.2em;
    color: #f89828;
}

.summary-box-total-price-title {
    font-size: 0.6em;
    font-weight: 600;
    text-align: center;
    margin-top: 0.5em;
    line-height: 1.2em;
    color: #000033;
}

.summary-box-spacer {
    height: 1em;
}

.price-summary-cost {
    font-weight: bold;
    position: relative;
    left: 10px;
}

.price-summary-currency {
    font-weight: bold;
    position: relative;
    left: -10px;
}

.price-summary-currency-orange-minus {
    color: orange;
    font-weight: bold;
    position: relative;
    left: -15px;
}

.quote_valid {
    font-size: 0.8em;
    color: #555;
    text-align: center;
}

.form_summary {
    font-family: 'VAG-thin';
    font-size: 1.4em;
    line-height: 1.9em;
    color: #FFF;
    vertical-align: middle;
}

.panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
    color: #555;
}

.panel.callout h5 {
    color: #0f034e;
    font-size: 1.3em;
}

    .panel.callout h5.policy-agg-total {
        color: #0f034e;
        font-size: 1.75em;
        font-weight: 300;
    }

        .panel.callout h5.policy-agg-total small {
            color: #0f034e;
            font-size: 0.45em;
            font-weight: 300;
        }

.panel.callout p {
    padding-top: 0.3em;
}

.panel.callout.image {
    border: 1px #cc0066 solid;
}

.fontsforweb_fontid_19244 {
    font-family: 'VAG-regular';
}

.homepage-features {
    font-size: 0.75em;
    line-height: 1.4em;
    text-align: justify;
}

option {
    font-weight: 400;
    font-family: 'VAG-thin';
}

#summaryflow {
    color: #0C3;
    overflow: hidden;
}

.middle > * {
    vertical-align: middle;
}

.margin-left {
    margin-left: 1.7em;
}

.columns-small {
    position: relative;
    padding-left: 0.3em;
    padding-right: 0.3em;
    float: left;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: white;
    font-family: inherit;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #555;
    display: block;
    font-size: 0.8rem;
    margin: 0 0 1.8rem 0;
    padding: 0.5rem;
    height: 2rem;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -o-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.social {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #1d1d1b;
    text-decoration: none;
    vertical-align: middle;
}

.social-aside .head li a {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent !important;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
}

.panel.callout a:link {
    color: #6f6894;
}

.panel.callout a:hover {
    color: #f89828;
}

.even {
    background-color: #fff;
    border-bottom: dotted 1px #cccccc;
    text-align: center;
    font-size: 1.1em;
}

.odd {
    background-color: #fff;
    border-bottom: dotted 1px #cccccc;
    text-align: center;
    font-size: 1.1em;
}

.left-cover {
    background-color: #fff;
    border-bottom: dotted 1px #cccccc;
}

#img.has-tip {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

    #img.has-tip:hover {
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

.table-header {
    color: #f89828;
    font-size: 20px;
    font-family: 'VAG-thin';
    padding-bottom: 0;
    margin-top: 0;
    vertical-align: top;
}

.table-subheader {
    color: #555;
    font-size: 0.8em;
    font-family: 'VAG-thin';
    margin-top: -5px;
}

.table-price-title {
    font-size: 1.0em;
    background-color: #fff;
    border-bottom: dotted 0 #cccccc;
    text-align: center;
    height: 38px;
    padding: 0;
    font-weight: bold;
}

.table-LHS-subtitle {
    font-size: 0.7em;
}

.table-LHS-title {
    font-size: 1.1em;
}

.table-bg-white {
    background-color: #fff;
    border-bottom: dotted 1px #cccccc;
    border-right: dotted 1px #cccccc;
}

.table-footer-left {
    background-color: #fff;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}

.table-footer-center {
    background-color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

.table-footer-right {
    background-color: #fff;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
    color: #f89828;
}

.table-header-left {
    background-color: transparent;
    color: #f89828;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
    vertical-align: top;
}

.table-header-center {
    background-color: transparent;
    color: #f89828;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    vertical-align: top;
    padding: 0;
}

.table-header-right {
    background-color: transparent;
    text-align: center;
    vertical-align: top;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}

.table-bg-grey {
    background-color: #fff;
    border-left: none;
    text-align: center;
}

.table-bg-orange {
    background-color: #f5f5f5;
    border-left: none;
    text-align: center;
    color: #f89828;
}

.table-bg-whiter {
    background-color: #fff;
    border-left: none;
    text-align: center;
    color: #000033;
    border: 0;
    font-weight: 500;
}

.bg-LHS {
    padding: 0.55rem 1.25rem 0.5rem 1.25rem;
    text-align: left;
    color: #6f6894;
    font-weight: normal;
    font-size: 100%;
    font-family: 'VAG-regular';
}

.bg-grey {
    background-color: #0f034e;
    padding: 0.55rem 1.25rem 0.5rem 1.25rem;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'VAG-regular';
}

.bg-grey-bottom {
    background-color: #0f034e;
    padding: 0.55rem 1.25rem 0.5rem 1.25rem;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'VAG-regular';
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#coversize {
    font-size: 75%;
}

.orange {
    color: #f89828;
}

.red {
    color: #ed1b24;
}

.purple {
    color: #6f6894;
}

.button-table-white {
    color: #ffffff
}

.pet-number {
    color: #f89828;
    font-size: 0.9rem;
    font-family: 'VAGRoundedBT';
}

.pet-details {
    font-family: 'VAG-thin';
    font-size: 0.9rem;
    text-align: left;
}

.pet-title {
    font-family: 'VAG-thin';
    font-size: 0.8rem;
    text-align: left;
    color: #f89828;
}

.table-header-dog {
    background-image: url("images/img_dog_table_header_45_X_65.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 45px;
    height: 65px;
    margin-top: -2.5em;
    left: 50%;
}

.table-header-cat {
    background-image: url("images/img_cat_table_header_61_X_61.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 61px;
    height: 61px;
    margin-top: -2.3em;
    right: 24%;
}

.pet-remove {
    font-family: 'VAG-regular';
    font-size: 0.5em;
    color: #ed1b24;
}

.label-big {
    font-size: 0.8em;
    color: #999;
    line-height: 1.0em;
    padding-bottom: 0.3em;
    margin-top: 0.5em;
}

.butt_remove {
    padding: 0.5em;
    background-color: #ed1b24;
    color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

ul, ol, dl {
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    font-family: inherit;
}

.pricing-table {
    border: solid 0 #dddddd;
    margin-left: 0;
    margin-bottom: 1.25rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .pricing-table .title {
        padding: 0.9375rem 1.25rem 0 1.25rem;
        text-align: center;
        color: #333;
        font-weight: 500;
        font-size: 1.5rem;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 34%, rgba(232,232,235,1) 100%);
        font-family: 'VAGRoundedBT';
    }

    .pricing-table .subtitle {
        padding: 0.55rem 0.25rem 0.5rem 0.25rem;
        text-align: center;
        font-weight: normal;
        font-size: 0.7rem;
        font-family: 'VAG-regular';
        border-bottom: #ccc thin dotted;
    }

    .pricing-table .bullet-item .bulltitle .has-tip {
        text-align: center;
        color: #f89828;
        font-weight: 600;
        font-size: 0.9rem;
    }


.bullet_subtitle {
    padding-top: 5px;
}

    .bullet_subtitle b {
        font-weight: 600;
        font-size: 130%;
        color: #555;
    }

.pricing-table .bullet-item .subtitle {
    padding: 0.9375rem 1.25rem 0.5rem 1.25rem;
    text-align: center;
    color: #555;
    font-weight: normal;
    font-size: 1.2rem;
    font-family: 'VAG-regular', Helvetica, Arial, sans-serif;
}

.pricing-table .bullet-item {
    background-color: #F6F6F6;
    padding: 0.9375rem;
    text-align: center;
    color: #6f6894;
    font-size: 0.8rem;
    font-weight: 600;
    border-bottom: dotted 1px #dddddd;
}

.pricing-table .bullet-item-bottom {
    background-color: #F6F6F6;
    padding: 0.9375rem;
    text-align: center;
    color: #333;
    font-size: 0.6rem;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

    .pricing-table .bullet-item-bottom .bulltitle .has-tip {
        text-align: center;
        color: #f89828;
        font-weight: 600;
        font-size: 0.9rem;
    }

.pricing-table .price {
    background-color: #fff;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 2.3rem;
    font-family: 'VAG-regular';
}

.pricing-table .subprice {
    font-size: 35%;
    font-weight: 600;
}

.pricing-table .description {
    background-color: white;
    padding: 0 0.2rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 0 #dddddd;
}

.pricing-table .cta-button {
    background-color: white;
    text-align: center;
    padding: 0.6rem 1.25rem;
}


.pricing-table .subtitle a {
    color: #6f6894;
    font-weight: 600;
}

    .pricing-table .subtitle a:hover {
        color: #f89828;
    }

@media only screen and (min-width: 40.063em) {
    #defqto {
        margin: 0 auto;
        text-align: center;
    }

    .trustpilot-widget {
        top: 0.75em;
    }

    .wido-wrapper5-title {
        padding: 1.25em 3em 0.5em 3em;
    }

    .wido-wrapper2 {
        padding: 0.5em 3em;
    }

    .wido-wrapper3 {
        padding: 1em 3em;
    }

    .wido-wrapper3-title {
        padding: 0.5em 3em;
    }

    .wido-wrapper2-title {
        padding: 1.5em 1.5em 1em 1.5em;
    }

    .mca-wrapper {
        padding: 1.5rem 2.5rem;
    }

    .price-summary-cost {
        color: green;
        font-weight: bold;
    }

    .price-summary-currency {
        color: purple;
        font-weight: bold;
        position: relative:left:-8px;
    }

    .price-summary-currency-orange-minus {
        color: orange;
        font-weight: bold;
        position: relative;
        left: -10px;
    }

    #active span.progress-meter-text-remaining {
        color: #349633 !important;
        display: inline-block;
        float: right;
    }

    #expiring span.progress-meter-text-remaining {
        color: #ec5833 !important;
        display: inline-block;
        float: right;
    }

    .claim-title {
        font-weight: bold;
        font-size: 12px;
    }

    .claim-title-sub {
        font-weight: bold;
        font-size: 12px;
    }

    #yourpolicy .accordion .accordion-navigation > a, .accordion dd > a {
        background: #f5f5f5;
        color: #f89828;
        padding: 1rem 2rem;
        display: block;
        font-family: 'VAG-regular';
        font-size: 1.3rem;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        font-weight: 400;
    }

    #yourpolicy .accordion .content.active {
        background-color: #efefef;
        display: block;
        background: white;
        border: 1px #0f034e solid;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        padding: 1em 2em 0.5em 2em;
    }

    .payment-title-panel {
        font-size: 1.0rem;
    }

    .payment-title-panel-title {
        font-size: 1.2rem;
    }

    .closer_upgrade {
        position: relative;
        top: -1.5em;
    }

    .upgrade_large {
        font-size: 1.2em;
        color: #f89828;
        text-align: left;
        line-height: 1;
        font-weight: bold;
        padding-bottom: 10px;
        border-right: thin #ccc dotted;
    }

    .upgrade_small {
        font-size: 1.0em;
        color: #fff;
        text-align: left;
        line-height: 1;
        font-weight: bold;
        padding-top: 5px;
        border-right: thin #ccc dotted;
        border-bottom: 0;
    }

    .upgrade_buttons {
        text-align: center;
    }

    .terms_conditions {
        font-size: 1em;
        font-weight: 200;
        line-height: 16px;
        padding-top: 15px;
    }

        .terms_conditions ol {
            font-size: 0.9em;
            font-weight: 200;
            line-height: 22px;
            padding-top: 15px;
        }


    ul.footer-links {
        margin-left: 0.6rem;
    }

    .lines-none {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    .table-price-title {
        font-size: 1.2em;
        background-color: #fff;
        border-bottom: dotted 0 #cccccc;
        text-align: center;
        height: 50px;
        padding: 0;
    }

    .header-tel {
        text-align: right;
        font-weight: 500;
        font-size: 2rem;
        color: #0f034e;
    }

    #small-quotetitle {
        display: none;
    }

    .summary-title {
        padding-left: 0.5rem;
        line-height: 1rem;
    }

    .top-bar {
        background: transparent;
        overflow: visible;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 7px;
        font-size: 0.7rem;
        line-height: 38px;
        background: transparent;
    }

        .top-bar-section li:not(.has-form) a:not(.button):hover {
            background: #6f6894;
        }

    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #f89828;
        color: #fff;
    }


    .top-bar-section ul {
        /* width: 100%;*/
        height: auto;
        display: block;
        font-size: 16px;
        margin: 0;
        /*background: transparent;*/
        /*background: #0f034e;*/
        background: rgba(15,3,79,1);
        background: -moz-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,3,79,1)), color-stop(42%, rgba(46,39,82,1)), color-stop(100%, rgba(0,0,51,1)));
        background: -webkit-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
        background: -o-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
        background: -ms-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
        background: linear-gradient(to bottom, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f034f', endColorstr='#000033', GradientType=0 );
    }

    .landing-price-container {
        position: absolute;
        /*top: 1em;
		left: 3em;*/
        width: 100%;
        /*height: 400px;*/
        background: #221d4a6e;
    }

        .landing-price-container h1 {
            text-shadow: 1px 1px 1px #000;
            color: white;
        }

        .landing-price-container .button {
            -webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
            -moz-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
            box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
        }
}

@media only screen and (min-width: 50.00em) {
    #trustpilot-positioning {
        left: 50px;
    }

    .trustpilot-widget {
        top: 0.75em;
    }

    .claim-title {
        font-weight: bold;
        font-size: 12px;
    }

    .claim-title-sub {
        font-weight: bold;
        font-size: 12px;
    }

    #yourpolicy .accordion .accordion-navigation > a, .accordion dd > a {
        font-size: 1.3rem;
    }

    #yourpolicy .accordion .content.active {
        background-color: #efefef;
        display: block;
        background: white;
        border: 1px #0f034e solid;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        padding: 1em 2em 0.5em 2em;
    }

    .tabs-content > .content.active #panel3-1, .tabs-content > .content.active #panel3-2 {
        display: block;
        background-color: #000033 !important;
        padding: 1em 2em 0.5em 2em;
    }

    .payment-title-panel {
        font-size: 1.1rem;
    }

    .payment-title-panel-title {
        font-size: 1.2rem;
    }

    .closer_upgrade {
        position: relative;
        top: -1.5em;
    }

    .upgrade_large {
        font-size: 1.4em;
        color: #f89828;
        text-align: left;
        line-height: 1;
        font-weight: bold;
        padding-bottom: 10px;
        border-right: thin #ccc dotted;
    }

    .upgrade_small {
        font-size: 1.2em;
        color: #fff;
        text-align: left;
        line-height: 1;
        font-weight: bold;
        padding-top: 5px;
        border-right: thin #ccc dotted;
        border-bottom: 0;
    }

    .sf-step > .sf-step-el {
        overflow: hidden !important;
        overflow-x: hidden;
        margin: 0%;
    }

    input[type="checkbox"] + label, input[type="radio"] + label {
        display: inline-block;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
        vertical-align: baseline;
        color: #555;
        font-size: 1rem;
        font-family: 'VAG-thin';
        font-weight: inherit;
    }

    .has-tip-table {
        cursor: help;
        color: #333333;
        background-image: url("images/img_tooltip.png");
        background-repeat: no-repeat;
        margin-right: 0.2em;
        padding-left: 1.4em;
        font-size: 100%;
    }

    .pricing-table .subtitle {
        padding: 0.55rem 0.25rem 0.5rem 0.25rem;
        text-align: center;
        font-weight: normal;
        font-size: 1rem;
        font-family: 'VAG-regular';
        border-bottom: #ccc thin dotted;
    }


    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 10px;
        font-size: 0.8rem;
        line-height: 38px;
        background: transparent;
    }

    .aggregator-logo {
        position: absolute;
        top: 50px;
        left: 1em;
    }

    .aggregator-logo-static {
        position: absolute;
        top: 2em;
        right: 1em;
    }

    .landing-price-container {
        position: absolute;
        background: #221d4a6e;
        width: 400px;
    }

        .landing-price-container h1 {
            text-shadow: 1px 1px 1px #000;
        }

        .landing-price-container .button {
            -webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
            -moz-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
            box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
        }
}


@media only screen and (min-width: 64.063em) {
    #defqto {
        position: relative;
        right: 80px;
    }
    #trustpilot-positioning {
        left: 90px;
    }

    .trustpilot-widget {
        top: 0.75em;
    }

    .landing-price-container {
        position: absolute;
        top: 0em;
        left: 0em;
        background: none;
        width: 400px;
        height: 320px;
        background: #221d4a6e;
        padding: 2em;
    }

        .landing-price-container h1 {
            text-shadow: 1px 1px 1px #000;
        }

        .landing-price-container .button {
            -webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
            -moz-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
            box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.75);
        }

    .claim-title {
        font-weight: bold;
        font-size: 14px;
    }

    .claim-title-sub {
        font-weight: bold;
        font-size: 14px;
    }

    #yourpolicy .accordion .accordion-navigation > a, .accordion dd > a {
        font-size: 1.3rem;
    }

    .payment-title-panel {
        font-size: 1.3rem;
    }

    .payment-title-panel-title {
        font-size: 1.4rem;
    }

    .upgrade_large {
        font-size: 1.8em;
        color: #f89828;
        text-align: left;
        line-height: 1;
        font-weight: bold;
        padding-bottom: 10px;
        border-right: thin #ccc dotted;
    }

    .upgrade_small {
        font-size: 0.9em;
        color: #f5f5f5;
        text-align: left;
        line-height: 1.2;
        font-weight: normal;
        padding-top: 5px;
        border-right: thin #ccc dotted;
        border-bottom: 0;
        padding-right: 1.5em;
    }

    .upgrade_title {
        font-size: 1.2em;
        color: #fff;
        text-align: left;
        line-height: 1.2;
        font-weight: bold;
        padding-top: 5px;
        border-right: thin #ccc dotted;
        border-bottom: 0;
        padding-right: 1.5em;
        padding-bottom: 8px
    }


    ul.footer-links {
        margin-left: 1.1rem;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 15px;
        font-size: 1rem;
        line-height: 38px;
        background: transparent;
    }

    .summary-title {
        padding-left: 1.4rem;
        line-height: 1rem;
    }


    .top-bar-section ul {
        height: auto;
        display: block;
        font-size: 16px;
        margin: 0;
        background: rgba(15,3,79,1);
        background: -moz-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,3,79,1)), color-stop(42%, rgba(46,39,82,1)), color-stop(100%, rgba(0,0,51,1)));
        background: -webkit-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
        background: -o-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
        background: -ms-linear-gradient(top, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
        background: linear-gradient(to bottom, rgba(15,3,79,1) 0%, rgba(46,39,82,1) 42%, rgba(0,0,51,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f034f', endColorstr='#000033', GradientType=0 );
    }
}


@media only screen and (max-width: 64.000em) {

    .has-tip-table {
        cursor: help;
        color: #333333;
        background-image: none;
        background-repeat: no-repeat;
        margin-right: 0.2em;
        padding-left: 0;
        font-size: 95%;
    }

    .tabs dd > a, .tabs .tab-title > a {
        outline: none;
        display: block;
        background-color: #EFEFEF;
        color: #555;
        color: #000033;
        padding: 0.1rem 1rem;
        font-family: inherit;
        font-size: 1rem;
    }

    .header-tel {
        text-align: right;
        font-weight: 500;
        font-size: 1.6rem;
        color: green;
    }

    .accordion .content.active {
        background-color: #efefef;
        display: block;
        background: white;
        border: 1px #0f034e solid;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        padding: 1em 3em 0.5em 3em;
    }

    .table-header {
        font-size: 0.9em;
        font-family: 'VAG-thin';
        padding-bottom: 0em;
        margin-top: 5px;
    }

    .header-tel {
        text-align: right;
        font-weight: 500;
        font-size: 1.7rem;
        color: #0f034e;
    }

    .header-tel-sub {
        text-align: center;
        font-weight: 400;
        font-size: 1.6rem;
        color: #f89828;
        margin-top: 0;
        position: relative;
        top: 0.5rem;
    }
}

@media only screen and (max-width: 50.000em) {

    .panel-price-box-copy-x {
        font-size: 0.4em;
        line-height: 1.3;
    }

    button, .button {
        border-style: solid;
        border-width: 0;
        cursor: pointer;
        line-height: normal;
        margin: 0 0 1.25rem;
        position: relative;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        padding: 0.8rem 1rem 0.8rem 1rem;
        font-size: 1rem;
        background-color: #f89828;
        border-color: #d38326;
        color: white;
        -moz-transition: background-color 300ms ease-out;
        -webkit-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
        padding-top: 1.0625rem;
        padding-bottom: 1rem;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: none;
        font-weight: normal !important;
    }


    .panel-price-box-price {
        font-size: 2rem;
        color: #fff;
        line-height: 1.3em;
    }

    .payment_title {
        font-size: 85%;
    }

    .dropdown-centered {
        margin: 0 0 0.2rem 0;
        padding-left: 0;
        font-size: 0.5rem;
        height: 1rem;
    }

    .has-tip-table {
        cursor: help;
        color: #333333;
        background-image: none;
        background-repeat: no-repeat;
        margin-right: 0.2em;
        padding-left: 0;
        font-size: 90%;
    }

    .tabs dd > a, .tabs .tab-title > a {
        outline: none;
        display: block;
        background-color: #EFEFEF;
        color: #555;
        color: #000033;
        padding: 0.1rem 0.8rem;
        font-family: inherit;
        font-size: 1rem;
    }

    .pt-badge {
        display: none;
    }

    .header-tel {
        text-align: right;
        font-weight: 500;
        font-size: 1.3rem;
        color: #0f034e;
    }

    .header-tel-sub {
        text-align: center;
        font-weight: 400;
        font-size: 1.7rem;
        color: #f89828;
        margin-top: 0;
        position: relative;
        top: 0.5rem;
    }
}

@media only screen and (max-width: 40.000em)
/* this is the breakpoint for the nav ( 640px ) */
{
    #modal-add-pet.reveal-modal {
        padding-top: 5em;
        max-width: none;
    }

    .has-tip-table {
        cursor: help;
        color: #333333;
        background-image: none;
        background-repeat: no-repeat;
        margin-right: 0.2em;
        padding-left: 0;
        font-size: 80%;
    }

    .tabs dd > a, .tabs .tab-title > a {
        padding: 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .page_title {
        font-family: 'VAGRoundedBT';
        font-size: 1.6rem;
        color: #6f6895;
        margin-bottom: 0.9rem;
        padding: 0.25rem 0.25rem 0 0;
    }

    .header-tel {
        text-align: right;
        font-weight: 500;
        font-size: 1.2rem;
        color: #0f034e;
        margin-top: 1rem;
    }

    .header-tel-sub {
        text-align: center;
        font-weight: 400;
        font-size: 1.2rem;
        color: #f89828;
        margin-top: 0;
        position: relative;
        top: 0.5rem;
    }

    fieldset {
        border: solid 1px #999;
        padding: 1.25rem;
        margin: 1.125rem 0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 28px;
    }

    .mascots {
        display: none;
    }

    .header-logo {
        margin-top: 0.5rem;
        float: left;
    }

    .accordion .content.active {
        background-color: #efefef;
        display: block;
        background: white;
        border: 1px #0f034e solid;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        padding: 1em 1.5em 0.5em 1.5em;
    }

    .table-header {
        font-size: 0.5em;
        font-family: 'VAG-thin';
        padding-bottom: 0.5em;
        margin-top: 5px;
        color: #f89828;
    }
}

@media only screen and (min-width: 40.063em) {
    .alert-notification {
        border-width: 0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        display: block;
        font-weight: normal;
        margin-bottom: 1.25rem;
        position: relative;
        padding: 0.875rem 1.5rem 0.875rem 0.875rem;
        font-size: 0.85rem;
        background-color: #6f6894;
        color: white;
        text-align: center;
        margin: 0 -15px 20px -15px;
    }

    .clearing-assembled .clearing-container .visible-img {
        background: #0f034e;
        overflow: hidden;
        height: 85%;
    }

    .clearing-assembled .clearing-container .carousel {
        background: #f89829;
        height: 120px;
        margin-top: 10px;
        text-align: center;
    }
}

@media only screen and (max-width: 33.250em) {

    #yourpolicy .accordion .content.active {
        padding: 1em 1em;
    }

    #container-header {
        margin: 0 auto;
        background-color: #fff;
        height: auto;
        min-height: 84px;
    }

    .header-social {
        margin-top: 0;
        float: right;
    }

    .social-icons {
        width: 100px;
        height: auto;
    }

    table tr th, table tr td {
        font-size: 1rem;
        padding: 0.4rem;
    }
}


@media only screen and (max-width: 23em) {
    .tabs dd > a, .tabs .tab-title > a {
        outline: none;
        display: block;
        background-color: #EFEFEF;
        color: #000033;
        padding: 0.5rem 0.5rem;
        font-family: inherit;
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 22em) {
    .tabs dd > a, .tabs .tab-title > a {
        outline: none;
        display: block;
        background-color: #EFEFEF;
        color: #555;
        color: #000033;
        padding: 0.5rem 0.5rem;
        font-family: inherit;
        font-size: 0.5rem;
    }
}

.custom-spinner {
    margin: 60px auto 60px auto;
    width: 70px;
    text-align: center;
}

/*IE 10 only */
.ie10 input[type='checkbox'] {
    width: auto;
    padding-left: 0 !important;
}

.iframe-container {
    overflow: hidden;
}

    .iframe-container iframe {
        border: 0;
        height: 800px;
        left: 0;
        position: inherit;
        top: 55px;
        width: 100%;
    }

.cardUsed {
    background: #000033;
    border-radius: 10px 10px 0 0;
    color: #f89828;
    padding: 20px;
    font-size: 1.3rem;
}

@media(min-width: 992px) {
    .payment-text {
        padding-left: 60px !important;
    }
}
body {
}
clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.iyp-nav {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 4; }

.iyp-nav-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  left: 0; }

.iyp-nav-top {
  height: 40px; }

.iyp-nav-top .iyp-nav {
  width: 9999px;
  position: absolute; }

.iyp-nav li {
  float: left;
  position: relative;
  margin-right: 10px; }

/*.iyp-nav li.iyp-nav-link:not(.iyp-nav-step-disabled) {
  cursor: pointer; }*/

.iyp-controls {
  z-index: 4; }
  .iyp-controls input {
	margin: 0; }

.iyp-nav-step-disabled {
  cursor: auto; }

@-webkit-keyframes iyp-bounce {
  0%, 80%, 100% {
	-webkit-transform: scale(0); }
  40% {
	-webkit-transform: scale(1); } }
@keyframes iyp-bounce {
  0%, 80%, 100% {
	transform: scale(0);
	-webkit-transform: scale(0); }
  40% {
	transform: scale(1);
	-webkit-transform: scale(1); } }

.iyp-theme {
  font-family: sans-serif; }
  .iyp-theme .iyp-nav-top {
	/*height: 150px;*/
	 height: 130px; }

  .iyp-theme .iyp-nav-top {
	padding-bottom: 20px; }
  .iyp-theme .iyp-nav {
	margin-bottom: 25px;
	top: 12px;
	left:350px;}
  .iyp-theme .iyp-nav li {
	font-size: 13px;
	color: #a3aab0;
	height: 60px;
	line-height: 40px;
	text-align: center;
	margin-right: 40px;
	padding: 75px 0 0 0;
	min-width: 95px;
	font-weight: 700; }
  .iyp-theme .iyp-nav-link .iyp-nav-subtext {
	color: #787878; font-family: 'VAG-thin'; }
  .iyp-theme .iyp-nav li.iyp-active, .iyp-theme .iyp-nav li.iyp-nav-link:not(.iyp-nav-step-disabled):hover {
	color: #d38326; }
	.iyp-theme .iyp-nav li.iyp-active .iyp-nav-subtext, .iyp-theme .iyp-nav li.iyp-nav-link:not(.iyp-nav-step-disabled):hover .iyp-nav-subtext {
	  color: #d38326; }
  .iyp-theme .iyp-nav-top li.iyp-active {
	margin-top: 0px; }
  .iyp-theme .iyp-nav-number {
	position: absolute;
	margin-left: -35px;
	top: 0;
	left: 50%;
	font-size: 30px;
	line-height: 66px;
	font-weight: 800;
	height: 70px;
	width: 70px;
	border-radius: 70px;
	border: 1px solid #cfcfcf;
	text-align: center;
	color: #929292; }
  .iyp-theme .iyp-nav-number:before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	top: -11px;
	left: -11px;
	border-radius: 90px;
	position: absolute;
	background: #dedede;
	z-index: -3;
	box-shadow: 0 3px 4px #c7c6c5 inset; }
  .iyp-theme .iyp-nav .iyp-nav-number:after {
	content: "";
	display: block;
	width: 135px;
	height: 15px;
	top: 27px;
	left: 75px;
	position: absolute;
	background: #dedede;
	z-index: -2; }
  .iyp-theme .iyp-nav li:last-child .iyp-nav-number:after {
	display: none; }
  .dog-background-img {
	  border-color: transparent;
	  /* z-index: 100; */
	  background-position-x: 0px;
	  background-position-y: 0px;
	  background-repeat: no-repeat;
	  background-image: url('images/img_circledog.jpg');
  }
  .cat-background-img {
	  border-color: transparent;
	  /* z-index: 100; */
	  background-position-x: 0px;
	  background-position-y: 0px;
	  background-repeat: no-repeat;
	  background-image: url('images/img_circlecat.jpg');
  }
  .iyp-theme .iyp-nav li .iyp-nav-number-inner {
	position: absolute;
	/*top: 9px;
	left: 9px;*/
	top: 9px;
	left: 9px;
	margin-left: auto;
	line-height: 50px;
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 60px;
	color: #a3aab0; }
  .iyp-theme .iyp-nav li .iyp-nav-number-inner:before {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	content: "";
	background: #FFF;
	position: absolute;
	z-index: -1;
	margin-left: -25px;
	top: 0px;
	left: 50%;
	height: 50px;
	width: 50px;
	border-radius: 70px;
	border: 1px solid #cfcfcf; }
  .iyp-theme .iyp-nav li .iyp-nav-number-inner:after {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	content: "";
	position: absolute;
	z-index: -1;
	top: -10px;
	left: 50%;
	margin-left: -35px;
	line-height: 50px;
	display: block;
	height: 70px;
	width: 70px;
	border-radius: 70px;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 39%, #ebebeb 98%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(39%, #ffffff), color-stop(98%, #ebebeb));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 39%, #ebebeb 98%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 39%, #ebebeb 98%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 39%, #ebebeb 98%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 39%, #ebebeb 98%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
	/* IE6-9 */ }
  .iyp-theme .iyp-nav li.iyp-active .iyp-nav-number-inner {
	color: transparent; }
  .iyp-theme .iyp-nav li.iyp-active .iyp-nav-number-inner:before, .iyp-theme .iyp-nav li.iyp-nav-step-disabled .iyp-nav-number-inner:before {
	content: "";
	/*background: #06d6fb;*/
	/*background: #06fb06;*/
	border: 0px solid #cfcfcf;
	/*box-shadow: 0 3px 4px #06fb06 inset;*/
	margin-left: -37px;
	top: -12px;
	left: 50%;
	height: 74px;
	width: 74px;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0%, #dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dadada));
	background: -webkit-linear-gradient(top, #efefef 0%, #dadada 100%);
	background: -o-linear-gradient(top, #efefef 0%, #dadada 100%);
	background: -ms-linear-gradient(top, #efefef 0%, #dadada 100%);
	background: linear-gradient(to bottom, #efefef 0%, #dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$t5_btn_bg_start', endColorstr='$t5_btn_bg_end',GradientType=0 ); }
  .iyp-theme .iyp-nav li.iyp-nav-step-disabled .iyp-nav-number {
	border: 1px solid transparent; }
  .iyp-theme .iyp-nav li.iyp-nav-step-disabled .iyp-nav-number-inner:before {
	background: #dedede;
	box-shadow: none;
	border: 1px solid transparent; }

  .iyp-theme .iyp-nav li.iyp-active .iyp-nav-number-inner:after {
	background: #f4f4f4;
	color: #40464b;
	box-shadow: 0 3px 4px #dbf3ef inset;
	top: 0px;
	left: 50%;
	margin-left: -25px;
	line-height: 50px;
	height: 50px;
	width: 50px; }
  .iyp-theme .iyp-nav li.iyp-nav-step-disabled .iyp-nav-number-inner:after {
	opacity: 0; }

  .iyp-theme .iyp-li-number .iyp-nav-subtext {
	padding-left: 0px; }

	
@media all and (max-width: 1200px) {
  .iyp-theme .iyp-nav li {
	margin-right: 20px; } 
}

@media all and (max-width: 992px) {
  .iyp-theme .iyp-nav-top {
	height: 115px; }
  .iyp-theme .iyp-nav-top .iyp-nav-number:after {
	width: 50px; }
  .iyp-theme .iyp-nonumbers li.iyp-nav-step {
	height: 60px; }
  .iyp-theme .iyp-nav li span {
	display: none; }
  .iyp-theme .iyp-nav li.iyp-active:after {
	border: none; }
  .iyp-theme .iyp-nav-top .iyp-nav-step.iyp-active:after {
	display: none; }
  .iyp-theme .iyp-nav li.iyp-li-nonumber .iyp-nav-number {
	display: block; }
  .iyp-theme .iyp-nonumbers .iyp-nav-top {
	height: 115px; }
}

@media all and (max-width: 861px) {
	.iyp-theme .iyp-nav {
		display: none;
		height: 95px;
	}
}

@media all and (max-width: 500px) {
  .iyp-theme .iyp-nav-top {
	height: 60px; }
}

