html.intro {
  background:url("../media/main-bg.png") no-repeat center center fixed;
  background-size: cover;
  /*box-shadow: inset 0 0 0 1000px rgba(0,49,87,.86);*/
}
html.form-pages {
  background:url("../media/main-bg.png") no-repeat center center fixed;
  background-size: cover;
}

html.result {
  background:url("../media/evaluation-bg.png") no-repeat center center fixed;
  background-size: cover;
  /*box-shadow: inset 0 0 0 1000px rgba(0,49,87,.86);*/
}

body {
  margin: 0px;
  padding:0;
  font-family: 'Open Sans', sans-serif;
  background-color:transparent;
}

a { transition: all 0.25s ease-in-out; }
a:hover { text-decoration: none !important; }

ul {
	margin-bottom: 0;
}

#header {
  background-color: #fff;
  width:100%;
  overflow: hidden;
  padding:17px 0;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}

.top-nav {
	display: flex;
    justify-content: space-between;
}

#logo{
  background: url("../media/logo.svg") no-repeat 0 0;
  width:124px;
  height:42px;
  text-indent: -9999px;
  background-size: contain;
}

#header .utility {
  padding-top: 10px;
	font-weight: 600;
	text-align: right;
}

#header .utility span {
  color:#000;
  padding-right: 30px;
  display:inline-block;
}
#header .utility a {
  color:#000;
}
#header .utility a:hover {
  color:#000;
  text-decoration: none !important;
}

#main-content {
  padding:60px 0 0;
	height: 100vh;
	overflow: auto;
}

#intro {
  background:url("../media/bg-overlay2.png") no-repeat center center;
  text-align:center;
  padding:100px 0 481px;
  background-size: cover;
}
.transparent-box h1,
#intro h1,
#lead h1 {
  margin: 0 0 25px;
  font-weight: 1000;
  padding:0;
  color:#023cba;
  font-size:42px;
}
.transparent-box p,
#intro p {
  font-size:24px;
  color:#000;
  margin:0 0 30px;
  line-height:1.2em;
}
.transparent-box span,
#intro span {
  display: block;
  font-weight:800;
  color:#000;
  font-size:28px;
  margin-bottom: 20px;
}
/*.transparent-box .btn.btn-primary,
#intro .btn.btn-primary {
  display: inline-block;
  background-color:#023cba;
  color:#fff;
  border-radius: 29px;
  border-color: #023cba;
  font-size:22px;
  margin-bottom: 20px;
  padding: 10px 100px;
}
*/
.btn-blue, .btn-blue:active, .btn-blue:focus {
    display: inline-block;
    color: #ffffff !important;
    font-size: 16px;
	font-weight: 600;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1.14px;
    padding: 12px 29px;
    background-color: #023cba;
    border-radius: 50px;
	border: 0;
    transition: 0.2s;
	cursor: pointer;
}
.btn-blue:hover {
    background-color: #185df2;
    color: #fff !important;
	text-decoration: none !important;
	border: 0;
}

.btn-green, .btn-green:active, .btn-green:focus {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
	font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1.14px;
    text-align: center;
    padding: 12px 29px;
    background-color: #00c37f;
    border-radius: 50px;
    transition: 0.2s;
}
.btn-green:hover {
    background-color: #50e29c;
    color: #fff;
	text-decoration: none !important;
}

.header-right .btn-blue, .header-right .btn-blue:active, .header-right .btn-blue:focus {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 9px 18px;
}

.inner-text {
	width: 85%;
}
.rt-image {
    padding-bottom: 62.18%;
}
.object-fit {
    position: relative;
}
.object-fit > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

form#stepFormLeadGen, form#lead {
  display:none;
}

.formq {
  height: 0px;
  position: relative;
  top: 50px;
}

.formin {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

form#stepFormLeadGen {
  background-color: rgba(255, 255, 255, 0.8);
/*  border-radius: 10px; */
  padding:0;
  max-width: 700px;
  min-height:400px;
  margin: 20vh auto;
  position: relative;
}

fieldset.question {
  position: absolute;
  top:10%;
  left:10%;
  width:80%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0s, opacity 2s ease;
  z-index: 1;
  /*display:none;*/
}

fieldset.active-q {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 2s ease;
  /*display:block;*/
}

form#stepFormLeadGen h2 {
  color:#023cba;
  font-size:36px;
  font-weight: 800;
 /* margin-bottom:20px; */
  margin:0;
  padding:0;
  text-align: left;
}

form#stepFormLeadGen label.control-label {
  font-size:20px;
  text-align: left;
  padding: 10px 0;
  /* min-height: 160px; */
  width:100%;
	font-weight: 500;
}

form#stepFormLeadGen .radio label {
  text-align: left;
  width:200px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4em;
}

form#stepFormLeadGen .radio label input {
  margin-right: 10px;
	width: 18px;
	height: 18px;
}

form#lead {
  background-color: rgba(255, 255, 255, .8);
  /* border-radius: 10px; */
  padding:50px;
  text-align: center;
  max-width:700px;
  margin:20vh auto;
	position: relative;
}

form#lead h2 {
  color:#023cba;
  margin:0;
  padding:0;
}
form#lead p {
  margin:0 0 35px;
  padding:0;
  color:#000;
  font-weight:700;
  font-size: 25px;
	line-height: 1.2em;
}
#lead .legal {
  color:#000;
  font-size:12px;
  font-weight: 500;
  width: 70%;
  position: relative;
  top:20px;
  margin:auto;
}
#lead .legal a, #lead .legal a:visited {
  color:#ffa701;
  text-decoration: none !important;
}
#lead .legal a:hover {
  text-decoration: none !important;
}

.btn-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translate(0,-50%);
    background: url(/wp-content/themes/kyriba/img/btn-arrow-orange.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 9px;
    height: 15px;
    transition: 0.2s;
}

#state-group {
  display:none;
}

ul#progress-list {
  margin:0;
  padding:0;
  list-style: none;
  position:absolute;
  bottom:5%;
  left:0;
  width:100%;
  text-align:center;
}
ul#progress-list li {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width:15px;
  height:15px;
  border-radius: 8px;
  background-color: #919191;
  margin-right:10px;
  transition: all 0.25s ease-in-out;
}
ul#progress-list li.active {
  background-color: #023cba;
}

.transparent-box {
	background-color: rgba(255, 255, 255, 0.8);
    padding: 50px;
	display: flex;
	justify-content: center;
	align-items:center;
	gap: 50px;
	margin-top:20vh;
	margin-bottom:20vh;
	margin-left: 18%;
}
.risk-img{
	width: 480px;
	margin-left: -31%;
}
.risk-img img { width: 100%; }

.result #main-content {
  padding:150px 0 0;
}

.result #thoughts {
  background: #fff;
  padding:60px 0;
}

.result #thoughts h2 {
  text-align: center;
  font-size: 34px;
  color:#023cba;
  margin-bottom: 50px;
	font-weight: 800;
}
.result #thoughts .card-block .ico-book {
  background: url('../media/ebook-icon.png') no-repeat 0 0;
  padding:15px 0 15px 60px;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color:#000;
}
.result #thoughts .card-block:hover {
  box-shadow: 0 0 1em #ccc;
  text-decoration: none !important;
}

.result #thoughts .card-block h3 {
  margin-bottom: 40px;
}
.result #thoughts .card-block h3 a {
  color:#00a1fa;
}

.result #thoughts .card-block {
  padding:20px;
  border:1px solid rgba(0,0,0,.125);
  margin-bottom:40px;
}

.container.content {
position: relative;
top:40px;
}

.result footer#score-footer {
  background: #000;
}

.result footer#score-footer .pre-footer {
  background: #023cba;
  padding:30px 0;
}

.result footer#score-footer .pre-footer .main-nav {
  margin-bottom: 20px;
}

.result footer#score-footer .pre-footer .main-nav a {
  color:#fff;
  padding:5px 20px;
  text-transform:uppercase;
}

.pre-footer a { 
	font-size: 16px;
	font-weight: 500;
}

.result footer#score-footer .pre-footer .social-nav a {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 10px;
}

.result footer#score-footer .post-footer {
  padding:10px 0 25px;
  color:#fff;
  font-size:12px;
}
.result footer#score-footer .post-footer .row {
  margin:0;
  padding:0 15px;
}
.footer { 
  margin:auto;
  max-width:290px;
  text-align: center;
  }
.footer-copy {
  padding:25px 0;
}
.footer-copy a {
  color: #fff;
}
.footer-copy a:hover {
  text-decoration: none !important;
}

/*html.intro, html.intro body,
html.form-pages, html.form-pages body {
  height: 100%;
}
html.form-pages #main-content {
  padding-bottom:100px;
}*/
.ricon { max-width:100px; }
html.intro, html.form-pages {
  min-height: 100%;
  position: relative;
}
html.intro #main-content,
html.form-pages #main-content {
  padding-bottom:100px;
}

/*** Related Resources ***/
.grid-of-three > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -21px;
    width: calc(100% + 42px);
}

.resource-tiles-list ul li {
margin-bottom: 40px; }

.grid-of-three > ul > li {
    width: calc(33.333% - 42px);
    min-width: calc(33.333% - 42px);
    margin-left: 21px;
    margin-right: 21px;
}

.resource-tiles-list ul li a {
    display: block;
    width: 100%;
    background: #fff;
    min-height: 100%;
    position: relative;
    padding-bottom: 80px;
    -webkit-box-shadow: 0px 20px 30px 3px rgba(127,127,127,0.15);
    -moz-box-shadow: 0px 20px 30px 3px rgba(127,127,127,0.15);
    box-shadow: 0px 20px 30px 3px rgba(127,127,127,0.15);
    transition: 0.2s;
}

.rt-image { padding-bottom: 62.18%; }
.object-fit { position: relative; }
.object-fit > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

a img {
    border: 0;
}
.btn-arrow, .btn-arrow:active, .btn-arrow:focus {
  display: inline-block;
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.1428572px;
  transition: 0.2s;
  padding-right: 19px;
  position: relative;
}

.resource-tiles-list ul li a:hover {
  -webkit-box-shadow: 0px 20px 30px 3px rgba(127,127,127,0.5);
  -moz-box-shadow: 0px 20px 30px 3px rgba(127,127,127,0.5);
  box-shadow: 0px 20px 30px 3px rgba(127,127,127,0.5);
}

.resource-tiles-list ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: rgb(15,79,219);
  background: -moz-linear-gradient(left, rgba(15,79,219,1) 0%, rgba(0,194,127,1) 100%);
  background: -webkit-linear-gradient(left, rgba(15,79,219,1) 0%,rgba(0,194,127,1) 100%);
  background: linear-gradient(to right, rgba(15,79,219,1) 0%,rgba(0,194,127,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4fdb', endColorstr='#00c27f',GradientType=1 );
  opacity: 0;
  transition: 0.2s;
}

.rt-image .rt-label {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: #fff;
    padding: 18px 30px 4px;
    margin-bottom: 0;
    min-width: 68%;
    color: #000;
}

.rt-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 10px;
}

.rt-content { padding: 30px 30px 0; }
.rt-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.375;
    color: #000;
    margin-bottom: 20px;
}
.rt-text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    max-height: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.rt-link {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 30px;
}

footer#footer-form {
  background-color: rgba(0,0,0,.4);
  position: fixed;
  bottom: 0;
  width: 100%;
  color:#fff;
  font-size:12px;
  padding:17px 0;
}

.result h1 {
  font-size: 54px;
  color:#fff;
  margin-bottom: 65px;
	font-weight: 800;
}
.result h1 span {
   color:#fbdb65;
}

#bar-container {
  margin:0 0 40px;
  color:#fff;
  width:95%;
}
#bar-container .bar {
  margin:0 0 40px;
  color:#fff;
  width:100%;
  min-height: 70px;
  border-radius: 50px;
  background: -webkit-linear-gradient(right, #00c37f, #fbdb65, #ff8309, #e44081); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #00c37f, #fbdb65, #ff8309, #e44081); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #00c37f, #fbdb65, #ff8309, #e44081); /* For Fx 3.6 to 15 */
  background: linear-gradient(to right, #00c37f, #fbdb65, #ff8309, #e44081); /* Standard syntax (must be last) */
  position: relative;
}
#bar-container .bar .indicator {
  position:absolute;
  top:-5px;
  left:12%;
  height:80px;
  width:10px;
  background-color: #fff;
	border-radius: 50px;
/*  box-shadow: 1px 1px 1px #000; */
}
#bar-container .bar.low .indicator {
  left:12%;
}
#bar-container .bar.medium .indicator {
  left:35%;
}
#bar-container .bar.high .indicator {
  left:60%;
}
#bar-container .bar.extreme .indicator {
  left:85%;
}
#bar-container span {
  width:24%;
  text-align: center;
  display:inline-block;
}

.result p.caption {
  color:#fff;
  font-size: 36px;
	font-weight: 800;
  line-height:1.2em;
}
.result p.disclaimer {
  color:#fff;
  font-size: 18px;
  padding-bottom: 40px;
}

.result p.disclaimer a, .result p.disclaimer a:visited {
  color:#fff;
  text-decoration: none;
}
.result p.disclaimer a:hover {
text-decoration: none !important;
}

.result #steps {
  background: rgba(255, 255, 255, 0.8);;
  border-radius: 0px;
  margin-bottom: 40px;
  padding: 20px;
  color:#363636;
  font-size:18px;
}
.result #steps h3 {
  text-align: left;
  font-size: 26px;
  color: #023cba;
  font-weight: 800;				   
  margin:20px 0;
  margin:0 20px 20px;
}
.result #steps ul {
list-style: unset;
}
.result #steps ul li {
  padding-bottom:10px;
}
.result #steps a {
  color:#023cba;
  text-decoration: none;
  font-weight:500;
}
.result #steps a:hover {
  text-decoration: none !important;
}


/*** Media Queries ***/

@media screen and (min-width: 1400px) {
.container { max-width: 1200px; }
}
@media (orientation:portrait) and (max-width:1100px){
	.transparent-box {
	flex-direction: column;
	margin: 25vh auto 30px;
	text-align: center;
	height: auto;
	gap: 1.3em;
	left: 0;
	}
.risk-img {
	width: 100%;
	height: 450px;
	max-width: 450px;
	margin-left: 0;
	margin-top: -260px;
	}
}

@media (max-width: 1024px) {
.transparent-box {
	flex-direction: column;
	margin: 25vh auto 35px;
	text-align: center;
	height: auto;
	gap: 1.3em;
	left: 0;
	}
.risk-img {
	width: 100%;
	height: 450px;
	max-width: 450px;
	margin-left: 0;
	margin-top: -260px;
	}
.inner-text p { font-size:25px;}
.transparent-box-span { font-size: 22px;}
#lead h1 { font-size: 35px;}
form#lead p { font-size: 25px; }
.ricon { max-width: 80px; }
.result h1 { font-size: 40px; }
.result p.caption { font-size: 28px; }
.result p.disclaimer { font-size: 16px; }
.grid-of-three > ul {
	padding-left: 0;
    margin-left: -10px;
    width: calc(100% + 20px);
}
}

@media screen and (min-width: 992px) {
  .result #thoughts .card-block { min-height: 460px; }
}

@media screen and (max-width: 984px) {
  .grid-of-three > ul > li { width: 100%; }
}

@media screen and (max-width: 820px) {
	.container.content { top: 0; }
}

@media screen and (max-width: 768px) {
  .result footer#score-footer {
    text-align:center;
  }
	.result footer#score-footer .post-footer {
		padding: 20px 0;
	}
	.result footer#score-footer .post-footer .row {
		flex-direction: column;
		justify-content: center;
		align-content: center;
	}
	.footer-copy{
		padding: 10px 0;
	}
	.risk-img{
	width: 340px;
	height: 340px;
	margin-top: -220px;
	}
	.transparent-box h1 { font-size: 36px; }
	.inner-text { width: 100%; }
	#lead .legal { width: 100%; }
}

@media screen and (max-width: 760px) {

  #intro h1 {
    font-size:32px;
  }
  #intro p {
    font-size:20px;
    line-height:normal;
  }
	#lead h1 { font-size: 32px; }

  form#lead .btn.btn-primary {
    padding:10px;
	font-size: 1rem;
  }

  #header .utility {
    padding-top:0;
	  display: flex;
	  flex-direction: column;
  }
  #header .utility span, #header .utility a {
    padding-right: 0;
  }
 form#stepFormLeadGen h2 {
  font-size:32px;
 }  

 form#stepFormLeadGen label.control-label {
    font-size:20px;
    padding-right:10px;
  }
 form#stepFormLeadGen .radio label {
    width:100%;
  }  
}

@media screen and (max-width: 639px) {
.grid-of-three > ul {
    margin-left: 0;
    width: 100%;
}
}

@media screen and (max-width: 480px) {

.transparent-box {
	text-align: center;
	height: auto;
	padding: 35px 25px;
	}
.risk-img {
	width: 280px;
	height: 280px;
	margin-top: -170px;}
.transparent-box h1, #lead h1 { font-size: 26px;}
.inner-text p { font-size:18px; }
.transparent-box-span { font-size: 14px;}	

#intro h1 { font-size:22px; }
#intro p { font-size:16px; }
form#lead { padding: 30px; top: 0; }
form#lead p { font-size:18px; margin-bottom:30px; }
form#stepFormLeadGen h2 {
  font-size:26px;
 }  
form#stepFormLeadGen .radio label{
	font-size: 18px;	
}
form#stepFormLeadGen label.control-label {
    font-size:18px;
  }
ul#progress-list li {
	width: 12px;
	height: 12px;
	margin-right: 6px;
}
.ricon { max-width: 80px; }
.result h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
.result p.caption {
    line-height: normal;
    font-size: 20px;
  }
.result p.disclaimer { font-size: 14px; }
#bar-container span {
    font-size:5vw;
    width:23%;
  }

  .result #steps {
    width:90%;
    margin:0 auto 40px;
  }
}

@media screen and (max-width: 360px) {
#header .utility {
	text-align: center;
	font-size: 14px;
	}
#logo {	
	background-position: center; 
	height: 30px;
	}
.risk-img {
   	 width: 200px;
   	 height: 200px;
   	 margin-top: -135px;
	}
.top-nav {
	display: flex;
	flex-direction: column;
    text-align: center;
    align-items: center;
	}
}

@media screen and (max-width: 280px) {
	.risk-img {
   	 width: 180px;
   	 height: 180px;
   	 margin-top: -125px;
	}
	.transparent-box h1, #lead h1 { font-size: 22px; }
	.inner-text p { font-size: 16px; }
	.btn-green, .btn-green:active, .btn-green:focus,
	.btn-blue, .btn-blue:active, .btn-blue:focus {
		font-size: 15px;
		line-height: 1.3em;
	}
}

@media (max-height: 900px) {
	form#stepFormLeadGen, form#lead { margin: 15vh auto; }
}
@media (max-height: 680px) {
	form#stepFormLeadGen, form#lead { margin: 8vh auto; }
}

@media (orientation:landscape) and (max-height: 460px) {
	.transparent-box { margin: 25% auto 30px; }
}
@media (orientation:landscape) and (max-height: 390px) {
	.transparent-box { margin: 35% auto 30px; }
}

/* Form Validation */
input.error, input.error:focus {
  color:#fff;
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  background-color: rgba(169,68,66,.5);
}
select.error {
  color:#000;
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  background-color: rgba(169,68,66,.5);
}
input.error::placeholder {
  color:#000;
}
label.error {
  color:#a94442;
  font-style: italic;
  font-size: 12px;
  padding: 3px;
  float:left;
}
