*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none
}

@font-face {
    font-family: AIATitle;
    src: url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-override/vendors/fonts/AIAEverest-Condensed.eot");
    src: url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-override/vendors/fonts/AIAEverest-Condensed.eot?#iefix") format("embedded-opentype"), url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-override/vendors/fonts/AIAEverest-Condensed.woff2") format("woff2"), url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-override/vendors/fonts/AIAEverest-CondensedMedium.woff") format("woff"), url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-override/vendors/fonts/AIAEverest-Condensed.otf") format("opentype"), url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-override/vendors/fonts/AIAEverest-Condensed.ttf") format("truetype"), url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-override/vendors/fonts/AIAEverest-Condensed.svg#AIAEverestCondensed") format("svg");
    font-weight: 300;
    font-style: normal
}

html {
    font-size: .09765625vw
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    overflow: hidden
}

p {
    margin-bottom: .5rem
}

p:last-child {
    margin-bottom: 0
}

select {
    outline: none!important
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.client-container button,
.client-container select {
    transition: .35s cubic-bezier(.6, 0, .4, 1);
    transition-property: background-color, opacity
}

.body-container,
.client-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.navmenu-backdrop {
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .35s cubic-bezier(.6, 0, .4, 1)
}

.offcanvas-lock .navmenu-backdrop {
    visibility: visible
}

.navmenu.offcanvas {
    display: block;
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
    transition: .35s cubic-bezier(.6, 0, .4, 1)
}

.navmenu.offcanvas.in {
    transform: translateZ(0);
    visibility: visible
}

@media (min-width:768px) {
    .card-1 .thumbnail img {
        width: 112px;
        height: 112px
    }
}

.curator .curator-select {
    background-position: 100% 50%;
    transition-property: background-color, border;
    min-width: 150px
}

.navbar-transparent {
    position: absolute;
    background-color: transparent
}

.navbar-transparent .navbar-btn {
    display: block;
    background-color: #000;
    opacity: .5;
    border-radius: 50%
}

.navbar-transparent .navbar-brand,
.navbar-transparent .navbar-fixed-spacer {
    display: none
}

.app-info {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 10px;
    color: #888
}

h4 sup {
    font-size: 50%;
    top: -.9em
}

.modal {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.modal-dialog {
    width: 800px;
    max-width: 800px;
    margin: 0 auto
}

.modal-dialog.large-modal {
    width: 880px;
    max-width: 880px
}

.partial-screen-modal-dialog {
    margin-top: 0;
    margin-bottom: 0
}

.modal-header .modal-header-btn {
    right: 0!important
}

.vbox {
    flex-flow: column;
    align-items: stretch;
    flex: 1
}

.hbox,
.vbox {
    display: flex;
    justify-content: space-between
}

.hbox {
    flex-flow: row;
    align-items: start;
    flex: 1
}

.value-label {
    color: #d31145
}

.btn-short {
    width: 150px;
    min-width: 150px
}

.table {
    display: table;
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle
}

.table-tight .table-cell {
    padding: 10px
}

.table-tighter .table-cell {
    padding: 5px
}

.table-cell-header {
    text-align: left
}

.table .table-row:not(.table-row-header):nth-child(2n) .table-cell {
    background-color: #f0f0f0
}

.table .table-row:not(.table-row-header):nth-child(odd) .table-cell {
    background-color: #f9f9f9
}

.table .table-row:not(.table-row-header):nth-child(2n) .table-cell.table-cell-header {
    background-color: #e8eff6
}

.table .table-row:not(.table-row-header):nth-child(odd) .table-cell.table-cell-header {
    background-color: #e8eff6
}

.table-no-background .table-cell {
    background-color: transparent!important
}

.table.table-style-2 {
    border-spacing: 2px
}

.table.table-style-2 .table-row-header .table-cell {
    background-color: #7f7f7f;
    color: #fff;
    font-weight: 600
}

.table.table-style-2 .table-row:not(.table-row-header):nth-child(2n) .table-cell {
    background-color: rgba(0, 0, 0, .06)
}

.table.table-style-2 .table-row:not(.table-row-header):nth-child(odd) .table-cell {
    background-color: rgba(0, 0, 0, .04)
}

.table.table-style-2 .table-cell {
    padding: 5px 15px
}

a:focus {
    outline: none
}

.font-lighter {
    font-weight: lighter
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.font-bolder {
    font-weight: bolder
}

.text-uppercase {
    text-transform: uppercase
}

.flex-column {
    flex-direction: column;
}

.bt2 {
    font-size: 17px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .flex-md-column {
        flex-direction: column;
    }

    .flex-md-row {
        flex-direction: row;
    }

    .bt2 {
        font-size: 19px;
        line-height: 24px;
    }
}

.no-margin-important {
    margin: 0 !important;
}


/*
.checkbox-card {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 15px;
    text-align: center;
    align-self: center;
    border: 3px solid #e0e0e0;
    transition: border .3s ease-in-out, box-shadow .3s ease-in-out;
    min-width: 95%
}
*/

ul.ks-cboxtags {
  list-style: none;}

  ul.ks-cboxtags li {
    display: inline; }
    ul.ks-cboxtags li label {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.9);
	  border: 3px solid #e0e0e0;
      border-radius: 15px;
      white-space: nowrap;
      margin: 3px 0px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      font-weight: 100; 
	  min-width: 200px}

ul.ks-cboxtags li label {
  padding: 8px 12px;
  cursor: pointer; }
  ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 200;
    font-size: 10px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  border: 3px solid #fec771;
  background-color: #fec771;
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute; }

ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0; }