﻿/*Gernal Element Selectors*/
html,
body {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h2 {
  font-weight: 700;
  font-size: 18px;
  color: #1b1b1b;
  line-height: 22px;
}
h3 {
  font-weight: 400;
  font-size: 18px;
  color: #1b1b1b;
  line-height: 22px;
}
/***********/
/*Gernal Elements*/
.kww-more-options-wrapper {
  display: none;
  background-color: #004080;
  width: 100%;
  height: 30px;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.kww-more-options-wrapper .kww-more-options-inner {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}
.kww-more-options-wrapper .kww-more-options-inner .kww-left,
.kww-more-options-wrapper .kww-more-options-inner .kww-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.kww-more-options-wrapper .kww-more-options-inner .kww-left {
  left: 0;
}
.kww-more-options-wrapper .kww-more-options-inner p {
  color: #e9e9e9;
  text-align: center;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
}
.kww-more-options-wrapper .kww-more-options-inner .kww-right {
  right: 0;
}
/*************/
/*Header*/
header.kww-header {
  position: relative;
}
header.kww-header .navbar {
  background-color: #004080;
}
header.kww-header .navbar .navbar-toggler {
  outline: none;
}
header.kww-header .navbar .navbar-brand {
  margin-right: 0;
}
header.kww-header .navbar .navbar-brand .kww-title {
  color: #fff;
  margin-left: 15px;
  font-size: 36px;
  display: inline-block;
  line-height: 100%;
  vertical-align: top;
}
header.kww-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
header.kww-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link img {
  display: block;
  margin: 0 auto;
}
header.kww-header
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link:hover {
  text-decoration: underline;
}
/***********/
/*Welcome*/
.kww-welcome {
  font-size: 15px;
  text-align: left;
}
.kww-welcome .kww-section-one {
  margin: 50px 0;
}
.kww-welcome .kww-number {
  text-decoration: underline;
  color: #004080;
}
/**********/
/*Content*/
.kww-section {
  margin: 40px 0;
  /*Checkbox and Radio button*/
  /**********/
}
.kww-section hr {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.kww-section .progress {
  margin-bottom: 40px;
  position: relative;
  overflow: visible;
}
.kww-section .progress:before {
  content: "Survey";
  top: -6px;
}
.kww-section .progress:after {
  content: "progress";
  top: 5px;
}
.kww-section .progress:before,
.kww-section .progress:after {
  position: absolute;
  left: -55px;
}
.kww-section .kww-radio-btn label:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.kww-section .kww-radio-btn input:checked ~ label:after {
  border: 5px solid #3388cc;
  background-color: #fff;
}
.kww-section .kww-checkbox label:after {
  width: 20px;
  height: 20px;
}
.kww-section .kww-checkbox input:checked ~ label:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: -2px -2px;
  background-size: 21px;
  border: 4px solid #3388cc;
}
.kww-section .kww-checkbox,
.kww-section .kww-radio-btn {
  background-color: #fff;
  display: table;
  margin: 1px 0 1px 20px;
  position: relative;
}
.kww-section .kww-checkbox label,
.kww-section .kww-radio-btn label {
  padding: 8px 55px;
  width: 100%;
  display: block;
  text-align: left;
  color: #333333;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  margin: 0;
}
.kww-section .kww-checkbox label:before,
.kww-section .kww-radio-btn label:before {
  width: 100%;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #d2d8e6;
  position: absolute;
  left: 39%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  opacity: 0;
  z-index: -1;
}
.kww-section .kww-checkbox label:after,
.kww-section .kww-radio-btn label:after {
  content: "";
  border: 1px solid #5f5f5f;
  background-color: #e9e9e9;
  z-index: 2;
  position: absolute;
  left: 20px;
  top: 20%;
  cursor: pointer;
  transition: all 200ms ease-in;
  background-size: 24px;
}
.kww-section .kww-checkbox label:hover,
.kww-section .kww-radio-btn label:hover {
  background-color: #f7f7f7;
}
.kww-section .kww-checkbox input:checked ~ label,
.kww-section .kww-radio-btn input:checked ~ label {
  color: #333333;
}
.kww-section .kww-checkbox input:checked ~ label:before,
.kww-section .kww-radio-btn input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.kww-section .kww-checkbox input,
.kww-section .kww-radio-btn input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
/*********/
/*Footer*/
footer.kww-footer {
  position: relative;
  width: 100%;
  margin: 50px 0 40px;
}
footer.kww-footer ul {
  display: table;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 32px;
}
footer.kww-footer ul li {
  height: 32px;
  line-height: 32px;
}
footer.kww-footer ul li.kww-btn-back {
  margin: 0;
  position: absolute;
  left: 0;
}
footer.kww-footer ul li.kww-btn-next {
  margin: 0;
  position: absolute;
  right: 0;
}
footer.kww-footer ul li .kww-link {
  background-color: #004080;
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
}
footer.kww-footer ul li .kww-link:hover {
  background-color: rgba(0, 64, 128, 0.8);
}
footer.kww-footer ul li.kww-btn-fl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 102px;
  text-align: center;
}
footer.kww-footer ul li.kww-btn-fl .kww-link {
  background-color: transparent;
  border: 1px solid #004080;
  color: #004080;
}
footer.kww-footer ul li.kww-btn-fl .kww-link:hover {
  background-color: rgba(0, 64, 128, 0.8);
  color: #fff;
}
/*********/
/*Responsive*/
@media only screen and (max-width: 991px) {
  /*Header*/
  header.kww-header .navbar .navbar-brand .kww-title {
    font-size: 28px;
    vertical-align: middle;
  }
  header.kww-header .navbar-collapse {
    width: 200px;
    position: absolute;
    right: 0;
    z-index: 99;
  }
  header.kww-header .navbar-collapse .navbar-nav {
    background: #f2f2f2;
  }
  header.kww-header .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #333333;
    padding-left: 15px;
    padding-right: 15px;
  }
  header.kww-header .navbar-collapse .navbar-nav .nav-item .nav-link span {
    padding-left: 20px;
  }
  /**********/
  /*Progress bar*/
  .kww-section .progress:before,
  .kww-section .progress:after {
    top: -20px;
  }
  .kww-section .progress:before {
    left: 0px;
  }
  .kww-section .progress:after {
    left: 43px;
  }
  /*********/
}
@media only screen and (max-width: 768px) {
  .kww-width-25pr {
    width: 25%;
    flex: none;
  }
  .kww-width-75pr {
    width: 75%;
    flex: none;
  }
  .kww-width-31pr {
    width: 31%;
    flex: none;
  }
  .kww-width-54pr {
    width: 54%;
    flex: none;
  }
  /*Constants*/
  .kww-sm-padding-left-10pr {
    padding-left: 10%;
  }
  /*Header*/
  header.kww-header .navbar .navbar-brand .kww-title {
    font-size: 24px;
    vertical-align: middle;
  }
  /**********/
  /*More Options*/
  /*.kww-more-options-wrapper {
        display: block;
    }*/
  /*********/
  /*Footer*/
  footer.kww-footer ul {
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  footer.kww-footer ul li.kww-btn-back {
    margin: 0;
    position: absolute;
    left: 0;
  }
  footer.kww-footer ul li.kww-btn-fl {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  footer.kww-footer ul li.kww-btn-next {
    margin: 0;
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .kww-welcome {
    font-size: 20px;
  }
  .kww-welcome .kww-number {
    display: block;
  }
  header.kww-header .navbar .navbar-brand .kww-title {
    font-size: 11px;
    margin-left: 0;
    vertical-align: middle;
  }
  #dslogo {
	  width: 80px;
  }
  .kww-section .kww-checkbox,
  .kww-section .kww-radio-btn {
    margin: 1px 0 1px 0;
  }
  .kww-section .kww-checkbox label,
  .kww-section .kww-radio-btn label {
    padding: 8px 35px;
  }
  .kww-section .kww-checkbox label:after,
  .kww-section .kww-radio-btn label:after {
    left: 3px;
  }
  footer.kww-footer {
    padding-bottom: 50px;
  }
}
/***********/
