/* ------------- SET ACTIVE NAVIGATION BAR TAB TO DARK BLUE ------------ */

#index {
    background:#6cb304;
    color: #fff;
}

/* -------------------- GLOBAL STYLES FOR THIS PAGE -------------------- */
main br {
  font-size: 10px;
}

main h1 {
  font-size: 36px;
}

main h2 {
  font-size: 26px;
  text-align: center;
}

main h3 {
  font-size: 22px;
}

main h4 {
  font-size: 18px;
}

main cite {
  display: block;
  font-size: 18px;
  text-align: right;
}

main p {
  font-size: 16px;
}

main b {
  font-size: inherit;
}

main span {
  font-size: inherit;
}

/* --------------------- LIFE INSURANCE MADE SIMPLE -------------------- */

#simple {
  background: #F0FFF0 url("../images/simple.png") center center no-repeat;
  background-size: cover;
  min-height: 350px;
  overflow: hidden;
  padding: 30px 10px 70px 10px;
  width: 100%;
}

#simple > div.flexbox {
  justify-content: center;
}

/*--------------------------------------------------*/

#simpleCashback {
  height: 300px;
  position: relative;
  width: 300px;
}

#circleGreen {
  background-color: #A4EC3B;
  border-radius: 50%;
  min-height: 270px;
  min-width: 270px;
  position: absolute;
}

#prezzyCard {
  position: absolute;
  right: 0;
  transform: rotateZ(10deg);
  top: 115px;
  width: 140px;
}

#simpleCashbackInfo {
  height: 270px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 270px;
}

#simpleCashback br {
  display: block;
  font-size: 10px;
}

#simpleCashback u > b {
  display: block;
  font-size: 18px;
  padding: 2px;
}

#simpleCashback b {
  display: block;
  font-size: 22px;
  padding: 5px;
}

#simpleCashback p {
  display: block;
  font-size: 18px;
  padding: 2px;
}

#simpleCashback label {
  cursor: pointer;
  font-size: 14px;
}

#simpleCashback label > u {
  cursor: pointer;
  font-size: 14px;
}

#simpleKiwi {
  flex: 1;
}

@media all and (max-width: 800px) {
  #simpleKiwi {
    padding: 20px 0;
  }
}

/*--------------------------------------------------*/

#simpleDetails > div {
  text-align: center;
}

#simpleDetails > div > span {
  display: inline-block;
  text-align: left;
}

#simpleDetails h1 {
  font-size: 58px;
  line-height: 50px;
}

#simpleDetails h2 {
  display: inline;
  font-size: 25px;
}

#simpleDetails h3 {
  display: inline;
  font-size: 17px;
  font-weight: normal;
}

#simpleDetails > div.boxWhite {
  display: flex;
  margin: 15px 0;
}

#simpleDetails > div.boxWhite > p {
  font-size: 16px;
  text-align: left;
}

/* ------------------- GET STARTED NOW AND DOWN ARROW ------------------ */

#getStarted {
  position: absolute;
  right: 0;
  text-align: right;
  top: -100px;
}

#getStarted i {
  display: block;
  font-size: 20px;
}

/* ------------------- COMPARE QUOTES & COMPANY INFO ------------------- */

#companyInfoCompare {
  background-color: #F0FFF0;
  width: 100%;
}

#companyInfoCompare > div.flexbox {
  padding-bottom: 30px;
}

/*--------------------------------------------------*/

#companyInfo {
  margin: 10px;
  position: relative;
  text-align: center;
  max-width: 300px;
  width: 100%;
}

#compare {
    background-color: #446a91;
    border-radius: 5px;
    padding: 16px 16px 26px;
      margin: 0;
      position: relative;
      width: 100%;
}

/*--------------------------------------------------*/

#companyInfo h1 {
  font-size: 30px;
  text-align: center;
}

#companyInfo > div p {
  background-color: #FFFFFF;
  margin: 10px 5px;
  padding: 10px 5px;
}

#companyInfo > div p > b {
  font-size: 20px;
}

#companyInfo > div img {
  margin: 20px;
}

/*--------------------------------------------------*/

#compare h1 {
  font-size: 30px;
  text-align: center;
}

#compare b {
  display: block;
  font-size:16px;
  color:#fff;
  font-family: 'open_sansregular';
  margin-bottom: 10px;
  font-weight: normal;
}

#compare > div > div {
  margin: 10px;
}

#compare .age > select {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  width: 100%;
}

#compare .age > select > option {
  cursor: pointer;
  font-size: 16px;
}

#compare .cover div {
  background-color: #FFFFFF;
    border-color: #FFFFFF;
    padding: 6px 10px;
    width: 100%;
    border-radius: 3px;
}
#compare .cover input.amount_text{
    
}
#compare .cover label {
  font-size: 16px;
  font-weight: normal;
}

#compare .cover input {
  font-size: 16px;
    font-weight: normal;
    outline: none;
    width: 96%;
    border: 0;
    padding: 5px;
}

#compare .cover p {
    background:#dd3b03;
  color: #fff;
  display: none;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

#compare .gender label, #compare .smoker label {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-right: 4px;
  text-align: center;
  width: 120px;
}

#compare input[type="checkbox"], #compare input[type="radio"] {
  display: none;
}
.addpartners{
    margin:0 !important;
    color:#212121 !important;
    font-size:16px !important;
    font-family: 'open_sansbold';
}
.addpartners i{
    font-size:20px;
    color:#446a91;
}
#compare input[type="checkbox"]:checked + label, #compare input[type="radio"]:checked + label {
  border-color: #a3ec3b;
  background-color: #a3ec3b;
  color: #000000;
}

#addPartner + label {
    background: #e2fcbb;
  cursor: pointer;
  display: table;
  font-weight: normal;
  margin: 10px auto;
  text-align: center;
  width: 93%;
}

#partnerDetails {
  display: none;
}

#addPartner:checked ~ #partnerDetails {
  display: block;
  width: 100%;
}

#compare input[type="submit"] {
    background:#6cb304;
    border-radius:3px;
    font-family: 'open_sansbold';
    padding:16px 12px;
    height: inherit;
  cursor: pointer;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  color:#fff;
  border:0;
  margin:0 auto;
  display:table;
  width: 93%;
}
#compare input[type="submit"]:hover{
    background:#5a9602;
}

/* ------------------------------- INSURERS ---------------------------- */

#ourInsurers {
  background-color: #FFFFFF;
  display: table;
  margin-top: 30px;
  width: 100%;
}

#ourInsurers::before, #ourInsurers::after {
  background-color: #CCCCCC;
  border: 9px solid #FFFFFF;;
  border-left: none;
  border-right: none;
  content: "";
  display: table-cell;
  width: 50%;
}

#ourInsurers > b {
  display: table-cell;
  font-size: 18px;
  padding: 0 15px;
  text-align: center;
}

/* ------------------------------ PROVIDERS ---------------------------- */

#providers {
  background-color: #F2F2F2;
  padding: 10px;
  width: 100%;
}

#providers div {
  margin: 0 auto;
  max-width: 1200px;
}

#providers p {
  padding: 10px 0;
  text-align: center;
}

/* ---------------------- LINKS & CUSTOMER QUOTES ---------------------- */

#linksCustomers {
  background-color: #FFFFFF;
  padding: 10px;
  width: 100%;
}

#linksCustomers > div.flexbox {
  justify-content: space-between;
}

#links {
  text-align: left;
}

#links h1 {
  font-size: 56px;
}

#links a {
  display: block;
  font-size: 18px;
  padding: 15px;
  text-decoration: none;
}

#customers {
  align-self: center;
  text-align: center;
  max-width: 400px;
}

#customers > div {
  background: linear-gradient(to top, rgba(224, 240, 224, 0), rgba(224, 252, 224, 1));
  border-radius: 5px;
  padding: 30px 5px;
}

#customers p {
  font-size: 16px;
  padding: 10px;
}

#customers b {
  display: block;
  text-align: right;
}