/* This style sheet is specific to the fraud page only */

p{
	font-family: 'Foco';
}

.seasonal-bg-asset-1 {	background-image: url('../images/seasonal-selling-asset1.jpg'); }
.seasonal-bg-asset-2 {	background-image: url('../images/seasonal-selling-asset4.jpg'); }


.dark_blue_slant:before{
	right: 50%;
	background: #021e26;
  opacity: .2;
}

.cta_blue {
	display: inline-block;
	padding: 15px 40px 15px 15px;
	color: #ffffff;
	font-size: 22px;
	line-height:1;
	background: url('../images/a_chevron.svg') no-repeat center right 9px #003349;
	background-size: 13px 30px;
	transition: .2s all;
  outline: none;
  border:0;
	cursor: pointer;
	font-family: 'Foco';
}

.cta_blue:hover, .cta_blue:focus, .cta_blue:active {
	text-decoration: none;
	background-position: center right 5px;
  color: #ffffff;
}

.cta_modal {
	display: block;
	padding: 15px;
	color: #003349;
	font-size: 22px;
	line-height:1;
	transition: .2s all;
  outline: none;
  border: 2px solid #00dc00;
	cursor: pointer;
	text-align: center;
	transition: .2s all;
	width: 200px;
	margin: 0 auto;
	font-family: 'Foco';
}

.cta_modal:hover, .cta_modal:focus, .cta_modal:active {
	text-decoration: none;
	color: #ffffff;
	background: #00dc00;
}

  .prev-question,
  .next-question{
    background-color: #75777a;
    width: 175px;
    text-align: left;
    padding: 12px 40px 12px 25px;
    font-family: 'Foco';
    font-size: 22px;
		cursor: pointer;
  }

  .prev-question{
    text-align: right;
    padding: 12px 25px 12px 40px;
    background: url('../images/a_chevron_rev.svg') no-repeat center left 9px #75777a;
  	background-size: 13px 30px;
    margin-right: 50px;
  }

  .prev-question:hover,
	.prev-question:focus,
	.prev-question:active {
  	background-position: center left 5px;
  }

  .prev-question.active,
  .next-question.active{
    background-color: #003349;
  }

  .result{ display:none; }
  .result.active{ display:block; }

	.result.image-left .col-md-6:first-child{ float: right; }
	.result.image-left .col-md-6.pull-right{ float: left !important; }
	.light-blue-color-bg { background-color: #92d0ec; }


	.light-blue-color-bg .cta_modal {
		color: #003349;
		border: 2px solid #ffffff;
	}

	.light-blue-color-bg .fraud-content {	color: #003349; }

	.light-blue-color-bg .cta_modal:hover, .light-blue-color-bg .cta_modal:focus, .light-blue-color-bg .cta_modal:active {
		color: #003349;
		background: #ffffff;
	}

  .questions {
    width: 100vw;
    overflow: hidden;
    height: 650px;
    position: relative;
  }

  .question-slider {
    width: 600vw;
    position: absolute;
    left:0;
    top: 0;
    height: 100%;
    transition: .4s all;
  }

  .question{
    width: 100vw;
    float: left;
    opacity: 0;
    transition: .4s all;
  }

  .question.active-question{
    display: block;
    opacity: 1;
  }

  .answers{
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding: 20px;
		height: 300px;
		width: 80%;
  }

  .answer{
    color: #75787b;
    font-size: 22px;
    font-family: 'Foco';
    font-style: normal;
    position: relative;
    padding-left: 40px;
    line-height: 26px;
    margin-bottom: 18px;
    cursor: pointer;
    transition: .2s all;
  }

  .answer.selected { color: #003349; }

  .answer:before, .answer:after{
    border: 2px solid #75777a;
    width: 26px;
    height: 26px;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    border-radius: 100%;
    transition: .2s all;
  }

  .answer.selected:before{ border-color: #003349; }

  .answer.selected:after{
    border-color: #003349;
    background-color: #003349;
    transform: scale(.34);
  }

  .progress-container { position: relative; }

  .progress-circles{
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
  }

  .progress-circle{
    background-color: #ce0058;
    border-radius: 100%;
    border: 3px solid #ce0058;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Foco';
  }

  .progress-circle.current{
    background-color: #ffffff;
    color: #ce0058;
    transition-delay: .4s;
    transition: .2s all;
  }

  .progress-circle.complete{
    border-color: #00dc00;
    height: 32px;
    width: 32px;
    color: transparent;
    margin: 6px;
    background: url('../images/check.svg') no-repeat 50% 50% #00DC01;
    background-size: 85%;
    transition: .2s all;
  }

  .progress-bar{
    position: absolute;
    height: 2px;
    background-color: #ce0058;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    width: 100%;
  }

  .progress-bar-progress{
    background-color: #00dc00;
    height: 2px;
    width: 1px;
    transition: .4s all;
  }


	.white_slant_3:before {
    right: 63%;
    background: #ffffff;
	}

	.modal-laptop{
		margin-top: 200px;
		max-height: 250px;
	 }

	 .seasonal-subtitle{
		 max-width: 470px;
		 padding-top: 50px;
		 font-size: 34px;
	 }

	 .seasonal-blue-color-bg{
			background: #92d0ec;
	 }

	 .seasonal_blue_slant:before{
		 right: 54%;
		 background: #28a3da;
		 opacity: 1;
	 }

	 .seasonal-add, .remove-value{
		 background-image: none;
		 text-align: left;
		 font-family: 'Foco';
		 font-size: 22px;
			cursor: pointer;
			position: relative;
			padding: 15px 15px 15px 40px;
	 }

	 .seasonal-add:after{
		 content: "+";
		     position: absolute;
		     left: 10px;
		     top: 6px;
		     color: white;
		     font-size: 40px;
	 }

	 .remove-value:after{
		 content: "-";
				 position: absolute;
				 left: 10px;
				 top: 6px;
				 color: white;
				 font-size: 40px;
	 }

	 .value-input > div {
		 display:flex;
	 }

	 .value-input input {
			border: 2px solid black;
			flex-grow: 1;
			font-size: 20px;
			margin-right: 10px;
	 }

	 .add-value, .value-input {
    padding: 10px 0 30px;
	}

	#elqForm .form-group {
		text-align: left;
	}

	#elqForm input[type="text"], #elqForm input[type="email"]{
		border: 2px solid black;
		font-size: 20px;
		margin-right: 10px;
		height: 46px;
		border-radius: 0;
	}

	#elqForm label {
		color: #75787b;
		font-size: 22px;
		font-family: 'Foco';
		font-style: normal;
		font-weight: 300;
	}

	#elqForm input[type="text"].error, #elqForm input[type="email"].error{
		border-color: #b94a48;
	}

	#elqForm label.error {
    color: #b94a48;
		font-size: 18px;
}


.tool-tip {
	background: url('../images/tooltip.png') no-repeat 0 0  transparent;
	color: #ce0058 !important;
  font-size: 20px;
  background-size: contain;
  padding: 5px;
  padding-left: 50px;
  margin-top: 20px;
	cursor: pointer;
}

.act-now-header{
	font-size: 44px;
	background: url('../images/cal.svg') no-repeat 0 0 transparent;
	background-size: 85px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 120px;
	margin-bottom: 50px;
}

#Act_now{
	color: white;
	font-size: 22px;
	text-align: left;
}

#Act_now .item{ min-height: 260px; }
#Act_now ul{ padding-left: 25px; }
#Act_now li{ color: #00dc00; }
#Act_now li span{ color: white;}

#Act_now .carousel-control.left, #Act_now .carousel-control.right{
	background: none;
	width: 100px;
	opacity: 1;
}

#Act_now .carousel-control.left:after, #Act_now .carousel-control.right:after  {
	background: url('../images/pink_arrow_up.svg') no-repeat center right transparent;
  background-size: contain;
  height: 28px;
  width: 28px;
  content: "";
  position: absolute;
  top: 37px;
  transition: .2s all;
  left: 0;
  transform: rotate(-90deg);
}

#Act_now .carousel-control.right:after {
	left: auto;
  right: 0;
  transform: rotate(90deg);
}

.slider{
	margin-top: 70px;
	margin-bottom: 20px;
}

.radios{
	max-width: 200px;
	margin: 0 auto;
}

.add-value{	text-align: right; }

@media (max-width: 991px) {
	.seasonal-subtitle{
		max-width: none;
		float: none !important;
		padding-top: 0;
		font-size: 32px;
	}

	.seasonal_blue_slant:before {
		opacity: .2;
	}

  .questions { height: 650px; }
	.question h2 { font-size: 25px; }

	.prev-question, .next-question {
    margin: 0;
		width: 150px;
		padding: 12px;
		font-size: 20px;
	}

	.prev-question { margin-right: 10px; }
	.dark_blue_slant:before{ bottom: 70%; }
	.fraud-content-cta { text-align: center; }
	.giant_modal .asset_row { min-height: 100vh; }

	.slant:before {
	  right: 0;
	  left:0;
	  top: auto;
	  transform: skewY(-5deg);
	  transform-origin: top right;
	}

	.white_slant_3:before { bottom: 80%; }
	.modal-laptop{ margin-top: 0; }
	.result.image-left .col-md-6:first-child{ float: none; }
	.answer { margin-bottom: 10px; }

	.answers{
		width: 90%;
	}
}

/* Range slider styles*/

.rangeslider-wrap {
  padding-top: 100px;
}

.rangeslider {
  position: relative;
  height: 20px;
  width: 100%;
  background-color: white;
	border: 1px solid;
}
.rangeslider__handle {
  transition: background-color .2s;
  box-sizing: border-box;
  width: 40px;
  height: 36px;
  background-color: black;
  touch-action: pan-y;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: -10px;
	border: 2px solid white;
	transform: translatex(-1px);
}
.rangeslider__handle__value {
	box-sizing: border-box;
  width: 150px;
  text-align: center;
  padding: 10px;
  background-color: white;
  left: -57px;
  top: -55px;
  position: absolute;
  white-space: nowrap;
  border: 2px solid #cccccc;
	font-size: 18px;
}

.rangeslider__handle__value:after {
  transition: border-top-color .2s;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  border-top-color: #ccc;
}

.question1 .rangeslider__handle__value:before {  content: "£"; }

.question2 .rangeslider__handle__value:before {
  content: "Unique visits";
	position: absolute;
	left: 50%;
	top: -25px;
	transform: translatex(-50%);
	color: #888;
}

.rangeslider__fill {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: #00DC01;
}

.rangeslider__labels {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.rangeslider__labels__label {
  font-size: 0.75em;
  position: relative;
  padding-top: 15px;
  color: gray;
}

.rangeslider__labels__label:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 9px;
  border-radius: 1px;
  background-color: rgba(128, 128, 128, 0.5);
}

.rangeslider__labels__label:first-child:before, .rangeslider__labels__label:last-child:before {
  height: 12px;
  width: 2px;
}

.rangeslider__labels__label:first-child:before {  background-color: #0099FF;}
.rangeslider__labels__label:last-child:before {  background-color: gray;}
.rangeslider__labels__label:first-child {  transform: translateX(-48%);}
.rangeslider__labels__label:last-child {  transform: translateX(48%);}
.rangeslider--disabled{	opacity: .4;}
