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

p{
	font-family: 'Foco';
}

.fraud-bg-asset-1 {	background-image: url('../images/fraudbg1.jpg'); }
.fraud-bg-asset-2 {	background-image: url('../images/fraudbg2.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;
  }

.see-results {
    display:none;
}
  .results{ display:none; }
  .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: 400px;
    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;
  }

  .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: 400px;
    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;
  }

	.fraud-content{
		font-size: 22px;
		padding-bottom: 20px;
		font-family: 'Foco';
	}

	.fraud-content-header{
		font-size: 32px;
		padding-bottom: 25px;
		font-weight: bold;
		font-family: 'Foco';
	}

	.fraud-content-cta{	padding-top: 25px; }

	.fraud-content-image { padding: 40px 0; }

	.modal_fraud_slant_1:before {
    left: 85%;
    background: #177286;
	}

	.modal_fraud_slant_2:before {
    left: 85%;
    background: #003349;
	}

	.modal_fraud_slant_3:before {
		left: 65%;
		background: #92d0ec;
	}

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

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

@media (max-width: 991px) {
    .questions { height: 500px; }
		.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;
	}

	.modal_fraud_slant_1:before,
	.modal_fraud_slant_2:before,
	.modal_fraud_slant_3:before { top: 80%; }
	.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; }
  }
