/* ------- GRID -------- */
#consent {
 
    /* margin: 0 auto;
    background-color: #fff;
    color: #444;
    display: flex;
    flex-wrap: wrap; */
}

.box {

    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px 20px 30px 50px;
    height: 100%; */
}

.box:hover {
    /* top: -2px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.2); */
}

.box .box {
    /* background-color: #ccc;
    color: #444; */
}

#consent .box ul {
    /* font-size: 14px; */
}

.a {
    /* grid-column: col / span 1;
    grid-row: row; */
}

.b {
    /* grid-column: col 2 / span 1;
    grid-row: row; */
}

.c {
    /* grid-column: col / span 2;
    grid-row: row 2; */
}

.d {
    /* grid-column: col / span 2;
    grid-row: row 2;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 3fr));
    grid-template-rows: repeat(2, [row] auto ); */
}

/* ------- INFORMATION -------- */
/* #gform_page_78_4{
  max-width: 1010px;
}*/
#field_78_45 h3{
  font-size: 26px;
  font-weight: 600;
  color: #1b2645;
}

#gform_page_78_4 .gform_page_footer.right_label{
  justify-content: center;
  padding-top: 20px;
}
#gform_page_78_4 .gform_page_footer.right_label .gform_previous_button{
  margin-left: 0;
}


#consent{
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

#consent ul li {
    list-style-type: none !important;
}

#consent .box-wrapper {
  width: calc(33.33333% - 17px);
  padding: 20px 20px 30px 55px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 15px;
  z-index: 1;
}

/* @media only screen and (max-width: 800px) {
  #insurred-people,
  #consent .plan {
      width: 100%;
      margin-bottom: 12px;
  }
} */

#insurred-people .plan{
  width: 100%;
  height: 100%;
}


#consent .header {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 50%;
    color: #1b2645;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 17px;
}
#consent .header .far, 
#consent .header .fal {
  position: absolute;
  left: -32px;
  top: 4px;
  font-size: 19px;
}

#consent ul {
    color: #3e465d;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
#consent ul b{
  font-weight: 600;
}
#consent ul li img{
  max-width: 74px;
  margin-bottom: 7px;
}

#consent .price {
    font-size: 45px;
}

#consent .monthly {
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #999;
}


#insurred-people h3 {
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
    margin: -20px -20px 50px -20px;
    background-color: #eee;
    background-image: -moz-linear-gradient(#fff,#eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}


#insurred-people h3 span {
    display: block;
    font: bold 25px/100px Georgia, Serif;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 100px;
    width: 100px;
    margin: 10px auto -65px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}

#insurred-people ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}


@media (max-width: 991px) {
  #consent{
    justify-content: center;
  }
  #consent .box-wrapper.a,
  #consent .box-wrapper.b,
  #consent .box-wrapper{
    /* width: 50%; */
  }
}


@media (max-width: 540px) {
  #consent .box-wrapper.a,
  #consent .box-wrapper.b,
  #consent .box-wrapper{
    /* width: 100%;
    max-width: 395px;
    padding-bottom: 27px; */
  }
} 

 @media only screen and (max-width: 340px){
  .box {
      /* padding: 20px 20px 30px 35px; */
  }
  #consent .header .far, #consent .header .fal{
    left: -28px;
    font-size: 17px;
  }
  #consent .header{
    max-width: 100%;
  }
}



body {
  font-family: "Source Sans Pro", sans-serif;
}
.container {
  /*background: rgba(0, 0, 0, 0.8);
    color: white;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: auto;
    width: 960px;*/
}
.container p {
  /*margin: 0 40px;*/
}

.small-step-label {
  font-size: 0.5em;
  display: inline-block;
}

.plans {
  /* list-style: none; */
  /* margin: 0; */
  /* padding: 20px 40px; */
}
.plans .plan {
  height: 100px;
  width: 450px;
}
.plans .plan:hover,
.plans .plan.highlight {
  opacity: 1;
}
.plans .plan .price {
  /* border-radius: 100%; */
  cursor: default;
  display: block;
  float: left;
  height: 46px;
  line-height: 46px;
  margin: 8px 10px 0px 15px;
  text-align: center;
  width: auto;
}
.plans .plan .price.price-green {
  background-color: #e1f1d1;
  color: #52b327;
}
.plans .plan .price.price-red {
  background-color: #f1e1d1;
  color: #b35227;
}
.plans .plan .details {
  color: #222;
  display: block;
  float: left;
  height: 46px;
  margin: 8px 17px;
  padding: 0px 10px;
}
.plans .plan .details .plan-title {
  font-size: 17px;
  font-weight: normal;
  margin: 2px 0 0;
  padding: 0;
  /* text-transform: uppercase; */
}
.plans .plan .details .plan-description {
  color: #666;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.plans .plan .select {
  background: #358cce;
  border: none;
  border-radius: 4px;
  color: white;
  display: inline-block;
  float: right;
  font-size: 14px;
  margin: 15px 0;
  padding: 7px 16px;
}
.plans .plan .select:hover {
  background-color: #459cde;
}

#dzo-packages,
#dzo-risks {
  /* margin: 0 0 10px 0 !important; */
  /* padding: 0; */
}

#dzo-packages {
  /* margin-top: 8px !important; */
}

#dzo-packages-headline {
  position: relative;
  min-height: 1px;
  padding: 15px 34px;
  color: #1b2645;
  font-weight: 600;
  list-style: none;
  letter-spacing: 2px;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}

#dzo-packages li.package,
#dzo-risks li {
  list-style-type: none !important;
  padding: 0;
  border: 1px solid #eeeeee;
  margin-top: -1px;
  box-sizing: border-box;
  width: 100%;
  display: table;
  min-height: 100px;
  height: auto;
  padding: 30px 34px;
  margin: 18px 0;
}

#dzo-packages li.package:hover {
  /*transform: scale(1.01);*/
  /*background-color: gold;*/
  /*z-index: 0;*/
  /* background: rgba(129, 199, 18, 0.03); */
  /* box-shadow: 0 1px 5px 1px rgba(0,0,0,.1), inset 0 0 0 5px #fff, inset 0 0 0 6px hsla(0,0%,92%,.5); */
  /* transition: scale .2s, box-shadow 1s; */
}

#dzo-packages li.package:hover:before,
#dzo-packages li.package:hover:after {
  /*display: none;*/
}

#dzo-packages li.package:before,
#dzo-risks li:before {
  /*width: 99%;
    left: .5%;
    bottom: -4px;*/
}

#dzo-packages li.package:after,
#dzo-risks li:after {
  /*width: 98%;
    left: 1%;
    bottom: -7px;*/
}

#dzo-packages li.package:before,
#dzo-packages li.package:after,
#dzo-risks li:before,
#dzo-risks li:after {
  box-sizing: border-box;
  position: absolute;
  border: 1px solid #dddddd;
  height: 2px;
}

#dzo-packages li.package .details {
  margin: auto;
  padding: auto;
}

#dzo-packages li.package img {
  padding: 0;
  margin: 0;
  float: none;
}
@media (min-width: 768px) {
  #dzo-packages li.package img {
    float: left;
  }
}

#dzo-packages .package button.select {
  float: none;
  margin: 0;
}

#dzo-packages li.package .contents {
  font-size: small;
  /* margin: 0px 0 0px 10px; */
  text-align: left;
  display: inline-block;
}

#dzo-packages li.package .contents li {
  /*position: relative;*/
  /* font-size: 16px; */
  line-height: normal;
}

/* span.dzo-risk-tooltip {
    font-size: 1.2em;
    color: #3b3bca;
    right: -3px;
    float: right;
} */

.glyphicon-info-sign {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  position: relative;
  color: #ff7731;
  font-size: 16px;
  cursor: pointer;
}

/* .glyphicon-info-sign:after{
  font-family: "Font Awesome 5 Pro";
  content: "\f05a";
  font-weight: 900;
} */

/* .plan-description span.dzo-risk-tooltip {
    font-size: 1.2em;
    color: #3b3bca;
    position: absolute;
    right: -23px;
} */

#dzo-packages .package .dzo-package-button {
  /* background: transparent; */
  /*color: #2fc153;*/
  /* color: #F26522; */
  /*box-shadow: inset 0 0 0 2px #2fc153;*/
  /* box-shadow: inset 0 0 0 2px #F26522; */
  /* text-shadow: 0 1px 2px transparent; */
}

#dzo-packages .package:hover .dzo-package-button,
#dzo-packages .package .dzo-package-button:hover {
  /*background: #2fc153;*/
  /* background: #F26522; */
  /* color: #fff; */
}

.dzo-price-big {
  font-size: 1.9em;
}

#dzo-packages table.dzo-cost {
  display: inline-block;
}

#dzo-packages table.dzo-cost td:first-child {
  padding-right: 7px;
}

#dzo-packages table.dzo-cost i {
  width: 24px;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.5em;
  position: relative;
  top: auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dzo-discount-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dzo-discount-info .tooltip.top {
  width: 210px;
}

#dzo-risks-container {
  display: none;
}

#dzo-risks-container {
  width: 100%;
  align-items: flex-start;
}

#dzo-risks-container .dzo-left-wrapper {
  flex: 1;
}

#dzo-risks-container .dzo-left-wrapper .dzo-risks-next-prev {
  float: right;
  margin-top: 45px;
}

#dzo-buttons{
  margin-bottom: 115px;
}

#dzo-buttons .button,
.dzo-risks-next-prev .button{
    min-width: 248px;
    border-radius: 30px !important;
    background-color: #40b78f;
    border: none !important;
    color: #fff !important;
    background-image: url(angle-right.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) 20px;
    background-size: 8px;
    transition: 0.35s ease-in-out;
    font-family: 'Raleway', sans-serif;
  }
  
  #dzo-buttons .dzo-forward:hover,
  #dzo-buttons .dzo-forward:focus,
  #dzo-buttons .dzo-forward:active,
  .dzo-risks-next-prev .dzo-forward:hover,
  .dzo-risks-next-prev .dzo-forward:focus,
  .dzo-risks-next-prev .dzo-forward:active{
    animation-name: arrowAnimationSmall;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-duration: 0.35s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    box-shadow: 0px 7px 14px #40b78f;
  }
  
  @keyframes arrowAnimationSmall {
    0% {
      background-position-x: calc(100% - 0);
    }
  
    50% {
      background-position-x: calc(93%);
    }
  
    100% {
      background-position-x: calc(100% - 0);
    }
  }
  
  #dzo-buttons .dzo-back,
  .dzo-risks-next-prev .dzo-back{
    background-color: transparent;
    color: #274695 !important;
    min-width: 200px;
    font-weight: 600;
    font-size: 22px;
    background-image: url(angle-left.svg);
    background-position: calc(47% - 44px) 20px;
    margin-left: 70px;
    box-shadow: none !important
  }


  #dzo-buttons .dzo-back:hover,
  #dzo-buttons .dzo-back:focus,
  #dzo-buttons .dzo-back:active,
  .dzo-risks-next-prev .dzo-back:hover,
  .dzo-risks-next-prev .dzo-back:focus,
  .dzo-risks-next-prev .dzo-back:active {
    box-shadow: none;
    animation-name: arrowAnimationLeft;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-duration: 0.35s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
  }

  @keyframes arrowAnimationLeft {
    0% {
      background-position-x: calc(47% - 44px);
    }

    50% {
      background-position-x: calc(47% - 51px);
    }

    100% {
      background-position-x: calc(47% - 44px);
    }
  }
  
#dzo-risks {
  /*display: flex;
    flex-wrap: wrap;*/
  /* float: left;
    width: auto;
    min-width: 71%; */
  width: 100%;
}

#dzo-risks li {
  /* float: left;
    clear: both;
    display: inline;
    margin: 0 0 10px 0;
    width: 100%;
    min-height: 84px; */

  padding: 0px 26px 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 20px;
  background: #f9f9f9;
  min-height: 92px;
}

#dzo-risks .details {
  display: inline-flex;
  align-items: center;
  color: #222;
  float: left;
  height: auto;
  /* margin: 0; */
  padding: 0px;
}
#dzo-risks .col-md-1 {
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
}
#dzo-risks .col-md-6 {
  margin-right: auto;
}

#dzo-risks .dzo-risk-item.plan {
  margin-bottom: 15px;
}
#dzo-risks .dzo-risk-item .soflow-holder {
  /* float: right; */
  /*padding: 8px 10px;*/
  /* display: inline; */
  margin: 0;
}

.soflow-holder h5 {
  color: #666;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-style: italic;
  margin: 0;
  margin-bottom: 5px;
  text-align: right;
}

select.soflow,
select.soflow-color {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  /* background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 87% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 83px;
    min-width: 134px; */
}

#dzo-risks .soflow {
  min-width: 182px;
  padding: 8px 15px;
}

#dzo-risks h1.plan-title.plan-vertical {
  /* height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0; */
  font-weight: 700;
  font-size: 18px;
  color: #1b2645;
  text-align: left;
  padding-right: 15px;
}

#dzo-total {
  margin-top: 50px;
}

#dzo-packages .dzo-package-premium .plan-description {
  font-size: 20px;
}

#dzo-packages .plan-description {
  position: relative;
  display: inline-flex;
}

/***** CHECKBOX *****/
#dzo-risks .control {
  font-size: 18px;
  position: relative;
  display: inline;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
}

#dzo-risks .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#dzo-risks .control__indicator {
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #274695;
  border-radius: 2px;
}

#dzo-risks .control--radio .control__indicator {
  border-radius: 50%;
}

/* Hover and focus states */
/* #dzo-risks .control:hover input ~ .control__indicator,
#dzo-risks .control input:focus ~ .control__indicator {
    background: #ccc;
    border: 3px solid #81C712;
} */

/* Checked state */
#dzo-risks .control input:checked ~ .control__indicator {
  /*background: #2aa1c0;*/
  background: #274695;
}

/* Hover state whilst checked */
/* #dzo-risks
  .control:hover
  input:not([disabled]):checked
  ~ .control__indicator:after,
#dzo-risks .control input:checked:focus ~ .control__indicator:after,
#dzo-risks .control input:checked:active ~ .control__indicator:after {
  position: relative;
  display: block;
  content: "";
  opacity: 1;
  color: #000;
  top: 0px;
  left: 4px;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
} */

/* #dzo-risks .control:hover ~ .control__indicator:after {
  position: relative;
  display: block;
  content: "";
  opacity: 1;
  color: #000;
  top: 0px;
  left: 4px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
} */

#dzo-risks .control input:checked ~ .control__indicator:after {
  position: relative;
  display: block;
  content: "";
  opacity: 1;
  color: #000;
  top: 0px;
  left: 4px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

@media only screen and (max-width: 1040px) {
  #consent .header {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #consent {
    flex-direction: column;
    align-items: center;
  }
  #consent .box-wrapper{
    width: 45%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #consent .box-wrapper{
    width: calc(100% - 15px);
  }
}
@media only screen and (max-width: 480px) {
  #consent{
    padding-bottom: 0;
  }
  #consent .box-wrapper{
    padding: 20px 20px 20px 50px;
  }
}