<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  width:80%;
  margin-left:auto;
  margin-right:auto;
  clear:both;
}
.bold {
  font-family:'ProximaNovaSemibold';
}
.center {
  text-align:center;
}
.right {
  text-align:right;
}
.left {
  text-align:left;
}
.widthdynamic {
  float:left;
  padding-left:5px;
  padding-right:5px;
}
.width5 {
  width:5%;
  float:left;
}
.width10 {
  width:10%;
  float:left;
}
.width20 {
  width:20%;
  float:left;
}
.width25 {
  width:25%;
  float:left; 
}
.width30 {
  width:30%;
  float:left; 
}
.width33 {
  width:33%;
  float:left;
}
.width40 {
  width:40%;
  float:left;
}
.width45 {
  width:45%;
  float:left;
}
.width50 {
  width: 50%;
  float: left;
}
.width75 {
  width:75%;
  float:left;
}
.width80 {
  width:80%;
  float:left;
}
.width100 {
  width: 100%;
  float: left;
}

.dagger button {
  font-family:'ProximaNovaSemibold';
  font-size:16px;
  line-height:16px;
  padding:15px 40px;
  border:none;
  cursor:pointer;
  /*comps have rounded buttons but Aflac usually has square buttons... */
  /*border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; */
}

.dagger button:disabled {
  cursor:default;
}

.dagger button.orange {
  background-color:#ff9715;
  color:#fff;
}  

.dagger button.blue {
  background-color: #00a7e1;
  color:#fff;
}

.dagger button.white {
  border:1px solid #00a7e1;
  color:#00a7e1;
  background-color:#fff;
}

.dagger button.featured {
  font-size:20px;
  line-height:20px;
  padding:15px 35px;
}

.dagger button.wide {
  padding-left:85px;
  padding-right:85px;
}

@media screen and (max-width: 1000px) {
  .dagger button {
    padding:10px 30px;
  }
  .dagger button.featured {
    font-size:16px;
    line-height:16px;
    padding:15px 30px;
  }
}

@media screen and (max-width: 780px) {
  .container {
    margin-left:10px;
    margin-right:10px;
    width:auto;
  }
}


@media screen and (max-width: 570px) {
  .hide_under_570 {
    display:none;
  }
}</pre></body></html>