:root {
  font-size: 16px; }

.bootstrapiso *,
.bootstrapiso *::before,
.bootstrapiso *::after {
  box-sizing: border-box; }
.bootstrapiso html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {
  .bootstrapiso {
    width: device-width; } }
.bootstrapiso article, .bootstrapiso aside, .bootstrapiso figcaption, .bootstrapiso figure, .bootstrapiso footer, .bootstrapiso header, .bootstrapiso hgroup, .bootstrapiso main, .bootstrapiso nav, .bootstrapiso section {
  display: block; }
.bootstrapiso body {
  margin: 0;
  font-family: Lato, Helvetica, Arial;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
  text-align: left;
  background-color: #fff; }
.bootstrapiso [tabindex="-1"]:focus {
  outline: 0 !important; }
.bootstrapiso hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }
.bootstrapiso h1, .bootstrapiso h2, .bootstrapiso h3, .bootstrapiso h4, .bootstrapiso h5, .bootstrapiso h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }
.bootstrapiso p {
  margin-top: 0;
  margin-bottom: 1rem; }
.bootstrapiso abbr[title],
.bootstrapiso abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }
.bootstrapiso address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }
.bootstrapiso ol,
.bootstrapiso ul,
.bootstrapiso dl {
  margin-top: 0;
  margin-bottom: 1rem; }
.bootstrapiso ol ol,
.bootstrapiso ul ul,
.bootstrapiso ol ul,
.bootstrapiso ul ol {
  margin-bottom: 0; }
.bootstrapiso dt {
  font-weight: 700; }
.bootstrapiso dd {
  margin-bottom: .5rem;
  margin-left: 0; }
.bootstrapiso blockquote {
  margin: 0 0 1rem; }
.bootstrapiso dfn {
  font-style: italic; }
.bootstrapiso b,
.bootstrapiso strong {
  font-weight: bolder; }
.bootstrapiso small {
  font-size: 80%; }
.bootstrapiso sub,
.bootstrapiso sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }
.bootstrapiso sub {
  bottom: -.25em; }
.bootstrapiso sup {
  top: -.5em; }
.bootstrapiso a {
  color: #329ef7;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
.bootstrapiso a:hover {
  color: #0056b3;
  text-decoration: underline; }
.bootstrapiso a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
.bootstrapiso a:not([href]):not([tabindex]):hover, .bootstrapiso a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }
.bootstrapiso a:not([href]):not([tabindex]):focus {
  outline: 0; }
.bootstrapiso pre,
.bootstrapiso code,
.bootstrapiso kbd,
.bootstrapiso samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }
.bootstrapiso pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }
.bootstrapiso figure {
  margin: 0 0 1rem; }
.bootstrapiso img {
  vertical-align: middle;
  border-style: none; }
.bootstrapiso svg {
  overflow: hidden;
  vertical-align: middle; }
.bootstrapiso table {
  border-collapse: collapse; }
.bootstrapiso caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }
.bootstrapiso th {
  text-align: inherit; }
.bootstrapiso label {
  display: inline-block;
  margin-bottom: 0.5rem; }
.bootstrapiso button {
  border-radius: 0; }
.bootstrapiso button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }
.bootstrapiso input,
.bootstrapiso button,
.bootstrapiso select,
.bootstrapiso optgroup,
.bootstrapiso textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.bootstrapiso button,
.bootstrapiso input {
  overflow: visible; }
.bootstrapiso button,
.bootstrapiso select {
  text-transform: none; }
.bootstrapiso button,
.bootstrapiso html [type="button"],
.bootstrapiso [type="reset"],
.bootstrapiso [type="submit"] {
  -webkit-appearance: button; }
.bootstrapiso button::-moz-focus-inner,
.bootstrapiso [type="button"]::-moz-focus-inner,
.bootstrapiso [type="reset"]::-moz-focus-inner,
.bootstrapiso [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }
.bootstrapiso input[type="radio"],
.bootstrapiso input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }
.bootstrapiso input[type="date"],
.bootstrapiso input[type="time"],
.bootstrapiso input[type="datetime-local"],
.bootstrapiso input[type="month"] {
  -webkit-appearance: listbox; }
.bootstrapiso textarea {
  overflow: auto;
  resize: vertical; }
.bootstrapiso fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }
.bootstrapiso legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
.bootstrapiso progress {
  vertical-align: baseline; }
.bootstrapiso [type="number"]::-webkit-inner-spin-button,
.bootstrapiso [type="number"]::-webkit-outer-spin-button {
  height: auto; }
.bootstrapiso [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }
.bootstrapiso [type="search"]::-webkit-search-cancel-button,
.bootstrapiso [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
.bootstrapiso ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }
.bootstrapiso output {
  display: inline-block; }
.bootstrapiso summary {
  display: list-item;
  cursor: pointer; }
.bootstrapiso template {
  display: none; }
.bootstrapiso [hidden] {
  display: none !important; }
.bootstrapiso h1, .bootstrapiso h2, .bootstrapiso h3, .bootstrapiso h4, .bootstrapiso h5, .bootstrapiso h6,
.bootstrapiso .h1, .bootstrapiso .h2, .bootstrapiso .h3, .bootstrapiso .h4, .bootstrapiso .h5, .bootstrapiso .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  color: inherit; }
.bootstrapiso h1, .bootstrapiso .h1 {
  font-size: 2.75rem; }
.bootstrapiso h2, .bootstrapiso .h2 {
  font-size: 2rem; }
.bootstrapiso h3, .bootstrapiso .h3 {
  font-size: 1.125rem; }
.bootstrapiso h4, .bootstrapiso .h4 {
  font-size: 1rem; }
.bootstrapiso h5, .bootstrapiso .h5 {
  font-size: 0.875rem; }
.bootstrapiso h6, .bootstrapiso .h6 {
  font-size: 0.813rem; }
.bootstrapiso .lead {
  font-size: 1.4rem;
  font-weight: 400; }
.bootstrapiso .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
.bootstrapiso .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
.bootstrapiso .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
.bootstrapiso .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
.bootstrapiso hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
.bootstrapiso small,
.bootstrapiso .small {
  font-size: 80%;
  font-weight: 400; }
.bootstrapiso mark,
.bootstrapiso .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }
.bootstrapiso .list-unstyled {
  padding-left: 0;
  list-style: none; }
.bootstrapiso .list-inline {
  padding-left: 0;
  list-style: none; }
.bootstrapiso .list-inline-item {
  display: inline-block; }
.bootstrapiso .list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }
.bootstrapiso .initialism {
  font-size: 90%;
  text-transform: uppercase; }
.bootstrapiso .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
.bootstrapiso .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
.bootstrapiso .blockquote-footer::before {
  content: "\2014 \00A0"; }
.bootstrapiso .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 0.25rem);
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrapiso .form-control {
    transition: none; } }
.bootstrapiso .form-control::-ms-expand {
  background-color: transparent;
  border: 0; }
.bootstrapiso .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.bootstrapiso .form-control::placeholder {
  color: #6c757d;
  opacity: 1; }
.bootstrapiso .form-control:disabled, .bootstrapiso .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }
.bootstrapiso select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }
.bootstrapiso .form-control-file,
.bootstrapiso .form-control-range {
  display: block;
  width: 100%; }
.bootstrapiso .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }
.bootstrapiso .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }
.bootstrapiso .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }
.bootstrapiso .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
.bootstrapiso .form-control-plaintext.form-control-sm, .bootstrapiso .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }
.bootstrapiso .form-control-sm {
  height: calc(1.8125rem + 0.25rem);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
.bootstrapiso .form-control-lg {
  height: calc(2.875rem + 0.25rem);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
.bootstrapiso select.form-control[size], .bootstrapiso select.form-control[multiple] {
  height: auto; }
.bootstrapiso textarea.form-control {
  height: auto; }
.bootstrapiso .form-group {
  margin-bottom: 1rem; }
.bootstrapiso .form-text {
  display: block;
  margin-top: 0.25rem; }
.bootstrapiso .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
.bootstrapiso .form-row > .col,
.bootstrapiso .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }
.bootstrapiso .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }
.bootstrapiso .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
.bootstrapiso .form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }
.bootstrapiso .form-check-label {
  margin-bottom: 0; }
.bootstrapiso .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
.bootstrapiso .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }
.bootstrapiso .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }
.bootstrapiso .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
.bootstrapiso .was-validated .form-control:valid, .bootstrapiso .form-control.is-valid, .bootstrapiso .was-validated
.custom-select:valid,
.bootstrapiso .custom-select.is-valid {
  border-color: #28a745; }
.bootstrapiso .was-validated .form-control:valid:focus, .bootstrapiso .form-control.is-valid:focus, .bootstrapiso .was-validated
.custom-select:valid:focus,
.bootstrapiso .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.bootstrapiso .was-validated .form-control:valid ~ .valid-feedback,
.bootstrapiso .was-validated .form-control:valid ~ .valid-tooltip, .bootstrapiso .form-control.is-valid ~ .valid-feedback,
.bootstrapiso .form-control.is-valid ~ .valid-tooltip, .bootstrapiso .was-validated
.custom-select:valid ~ .valid-feedback,
.bootstrapiso .was-validated
.custom-select:valid ~ .valid-tooltip,
.bootstrapiso .custom-select.is-valid ~ .valid-feedback,
.bootstrapiso .custom-select.is-valid ~ .valid-tooltip {
  display: block; }
.bootstrapiso .was-validated .form-control-file:valid ~ .valid-feedback,
.bootstrapiso .was-validated .form-control-file:valid ~ .valid-tooltip, .bootstrapiso .form-control-file.is-valid ~ .valid-feedback,
.bootstrapiso .form-control-file.is-valid ~ .valid-tooltip {
  display: block; }
.bootstrapiso .was-validated .form-check-input:valid ~ .form-check-label, .bootstrapiso .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.bootstrapiso .was-validated .form-check-input:valid ~ .valid-feedback,
.bootstrapiso .was-validated .form-check-input:valid ~ .valid-tooltip, .bootstrapiso .form-check-input.is-valid ~ .valid-feedback,
.bootstrapiso .form-check-input.is-valid ~ .valid-tooltip {
  display: block; }
.bootstrapiso .was-validated .custom-control-input:valid ~ .custom-control-label, .bootstrapiso .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
.bootstrapiso .was-validated .custom-control-input:valid ~ .custom-control-label::before, .bootstrapiso .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a; }
.bootstrapiso .was-validated .custom-control-input:valid ~ .valid-feedback,
.bootstrapiso .was-validated .custom-control-input:valid ~ .valid-tooltip, .bootstrapiso .custom-control-input.is-valid ~ .valid-feedback,
.bootstrapiso .custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.bootstrapiso .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .bootstrapiso .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.bootstrapiso .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .bootstrapiso .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.bootstrapiso .was-validated .custom-file-input:valid ~ .custom-file-label, .bootstrapiso .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
.bootstrapiso .was-validated .custom-file-input:valid ~ .custom-file-label::after, .bootstrapiso .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit; }
.bootstrapiso .was-validated .custom-file-input:valid ~ .valid-feedback,
.bootstrapiso .was-validated .custom-file-input:valid ~ .valid-tooltip, .bootstrapiso .custom-file-input.is-valid ~ .valid-feedback,
.bootstrapiso .custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.bootstrapiso .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .bootstrapiso .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.bootstrapiso .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }
.bootstrapiso .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
.bootstrapiso .was-validated .form-control:invalid, .bootstrapiso .form-control.is-invalid, .bootstrapiso .was-validated
.custom-select:invalid,
.bootstrapiso .custom-select.is-invalid {
  border-color: #dc3545; }
.bootstrapiso .was-validated .form-control:invalid:focus, .bootstrapiso .form-control.is-invalid:focus, .bootstrapiso .was-validated
.custom-select:invalid:focus,
.bootstrapiso .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.bootstrapiso .was-validated .form-control:invalid ~ .invalid-feedback,
.bootstrapiso .was-validated .form-control:invalid ~ .invalid-tooltip, .bootstrapiso .form-control.is-invalid ~ .invalid-feedback,
.bootstrapiso .form-control.is-invalid ~ .invalid-tooltip, .bootstrapiso .was-validated
.custom-select:invalid ~ .invalid-feedback,
.bootstrapiso .was-validated
.custom-select:invalid ~ .invalid-tooltip,
.bootstrapiso .custom-select.is-invalid ~ .invalid-feedback,
.bootstrapiso .custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }
.bootstrapiso .was-validated .form-control-file:invalid ~ .invalid-feedback,
.bootstrapiso .was-validated .form-control-file:invalid ~ .invalid-tooltip, .bootstrapiso .form-control-file.is-invalid ~ .invalid-feedback,
.bootstrapiso .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }
.bootstrapiso .was-validated .form-check-input:invalid ~ .form-check-label, .bootstrapiso .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.bootstrapiso .was-validated .form-check-input:invalid ~ .invalid-feedback,
.bootstrapiso .was-validated .form-check-input:invalid ~ .invalid-tooltip, .bootstrapiso .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrapiso .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.bootstrapiso .was-validated .custom-control-input:invalid ~ .custom-control-label, .bootstrapiso .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
.bootstrapiso .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .bootstrapiso .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }
.bootstrapiso .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.bootstrapiso .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .bootstrapiso .custom-control-input.is-invalid ~ .invalid-feedback,
.bootstrapiso .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.bootstrapiso .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .bootstrapiso .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.bootstrapiso .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .bootstrapiso .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.bootstrapiso .was-validated .custom-file-input:invalid ~ .custom-file-label, .bootstrapiso .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
.bootstrapiso .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .bootstrapiso .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit; }
.bootstrapiso .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.bootstrapiso .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .bootstrapiso .custom-file-input.is-invalid ~ .invalid-feedback,
.bootstrapiso .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.bootstrapiso .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .bootstrapiso .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.bootstrapiso .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
.bootstrapiso .form-inline .form-check {
  width: 100%; }
@media (min-width: 576px) {
  .bootstrapiso .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
  .bootstrapiso .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }
  .bootstrapiso .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .bootstrapiso .form-inline .form-control-plaintext {
    display: inline-block; }
  .bootstrapiso .form-inline .input-group,
  .bootstrapiso .form-inline .custom-select {
    width: auto; }
  .bootstrapiso .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .bootstrapiso .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .bootstrapiso .form-inline .custom-control {
    align-items: center;
    justify-content: center; }
  .bootstrapiso .form-inline .custom-control-label {
    margin-bottom: 0; } }
.bootstrapiso .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0.125rem solid transparent;
  padding: 0.375rem 1.625rem;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrapiso .btn {
    transition: none; } }
.bootstrapiso .btn:hover, .bootstrapiso .btn:focus {
  text-decoration: none; }
.bootstrapiso .btn:focus, .bootstrapiso .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.bootstrapiso .btn.disabled, .bootstrapiso .btn:disabled {
  opacity: 0.65; }
.bootstrapiso .btn:not(:disabled):not(.disabled) {
  cursor: pointer; }
.bootstrapiso a.btn.disabled,
.bootstrapiso fieldset:disabled a.btn {
  pointer-events: none; }
.bootstrapiso .btn-primary {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7; }
.bootstrapiso .btn-primary:hover {
  color: #fff;
  background-color: #0d8df6;
  border-color: #0986ed; }
.bootstrapiso .btn-primary:focus, .bootstrapiso .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5); }
.bootstrapiso .btn-primary.disabled, .bootstrapiso .btn-primary:disabled {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7; }
.bootstrapiso .btn-primary:not(:disabled):not(.disabled):active, .bootstrapiso .btn-primary:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0986ed;
  border-color: #097fe0; }
.bootstrapiso .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-primary:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5); }
.bootstrapiso .btn-secondary {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655; }
.bootstrapiso .btn-secondary:hover {
  color: #fff;
  background-color: #fe442f;
  border-color: #fe3822; }
.bootstrapiso .btn-secondary:focus, .bootstrapiso .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5); }
.bootstrapiso .btn-secondary.disabled, .bootstrapiso .btn-secondary:disabled {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655; }
.bootstrapiso .btn-secondary:not(:disabled):not(.disabled):active, .bootstrapiso .btn-secondary:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fe3822;
  border-color: #fe2d16; }
.bootstrapiso .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5); }
.bootstrapiso .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
.bootstrapiso .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }
.bootstrapiso .btn-success:focus, .bootstrapiso .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.bootstrapiso .btn-success.disabled, .bootstrapiso .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
.bootstrapiso .btn-success:not(:disabled):not(.disabled):active, .bootstrapiso .btn-success:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }
.bootstrapiso .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-success:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.bootstrapiso .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
.bootstrapiso .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }
.bootstrapiso .btn-info:focus, .bootstrapiso .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.bootstrapiso .btn-info.disabled, .bootstrapiso .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
.bootstrapiso .btn-info:not(:disabled):not(.disabled):active, .bootstrapiso .btn-info:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }
.bootstrapiso .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-info:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.bootstrapiso .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
.bootstrapiso .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }
.bootstrapiso .btn-warning:focus, .bootstrapiso .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.bootstrapiso .btn-warning.disabled, .bootstrapiso .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
.bootstrapiso .btn-warning:not(:disabled):not(.disabled):active, .bootstrapiso .btn-warning:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }
.bootstrapiso .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-warning:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.bootstrapiso .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
.bootstrapiso .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }
.bootstrapiso .btn-danger:focus, .bootstrapiso .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.bootstrapiso .btn-danger.disabled, .bootstrapiso .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
.bootstrapiso .btn-danger:not(:disabled):not(.disabled):active, .bootstrapiso .btn-danger:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }
.bootstrapiso .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-danger:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.bootstrapiso .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
.bootstrapiso .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }
.bootstrapiso .btn-light:focus, .bootstrapiso .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.bootstrapiso .btn-light.disabled, .bootstrapiso .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
.bootstrapiso .btn-light:not(:disabled):not(.disabled):active, .bootstrapiso .btn-light:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }
.bootstrapiso .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-light:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.bootstrapiso .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
.bootstrapiso .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }
.bootstrapiso .btn-dark:focus, .bootstrapiso .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.bootstrapiso .btn-dark.disabled, .bootstrapiso .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
.bootstrapiso .btn-dark:not(:disabled):not(.disabled):active, .bootstrapiso .btn-dark:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }
.bootstrapiso .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-dark:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.bootstrapiso .btn-outline-primary {
  color: #329ef7;
  background-color: transparent;
  background-image: none;
  border-color: #329ef7; }
.bootstrapiso .btn-outline-primary:hover {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7; }
.bootstrapiso .btn-outline-primary:focus, .bootstrapiso .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5); }
.bootstrapiso .btn-outline-primary.disabled, .bootstrapiso .btn-outline-primary:disabled {
  color: #329ef7;
  background-color: transparent; }
.bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7; }
.bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5); }
.bootstrapiso .btn-outline-secondary {
  color: #fe6655;
  background-color: transparent;
  background-image: none;
  border-color: #fe6655; }
.bootstrapiso .btn-outline-secondary:hover {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655; }
.bootstrapiso .btn-outline-secondary:focus, .bootstrapiso .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5); }
.bootstrapiso .btn-outline-secondary.disabled, .bootstrapiso .btn-outline-secondary:disabled {
  color: #fe6655;
  background-color: transparent; }
.bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655; }
.bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5); }
.bootstrapiso .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
.bootstrapiso .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
.bootstrapiso .btn-outline-success:focus, .bootstrapiso .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.bootstrapiso .btn-outline-success.disabled, .bootstrapiso .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }
.bootstrapiso .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-success:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
.bootstrapiso .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.bootstrapiso .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
.bootstrapiso .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
.bootstrapiso .btn-outline-info:focus, .bootstrapiso .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.bootstrapiso .btn-outline-info.disabled, .bootstrapiso .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }
.bootstrapiso .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-info:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
.bootstrapiso .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.bootstrapiso .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
.bootstrapiso .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
.bootstrapiso .btn-outline-warning:focus, .bootstrapiso .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.bootstrapiso .btn-outline-warning.disabled, .bootstrapiso .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }
.bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
.bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.bootstrapiso .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
.bootstrapiso .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
.bootstrapiso .btn-outline-danger:focus, .bootstrapiso .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.bootstrapiso .btn-outline-danger.disabled, .bootstrapiso .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }
.bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
.bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.bootstrapiso .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
.bootstrapiso .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
.bootstrapiso .btn-outline-light:focus, .bootstrapiso .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.bootstrapiso .btn-outline-light.disabled, .bootstrapiso .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }
.bootstrapiso .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-light:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
.bootstrapiso .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.bootstrapiso .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
.bootstrapiso .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
.bootstrapiso .btn-outline-dark:focus, .bootstrapiso .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.bootstrapiso .btn-outline-dark.disabled, .bootstrapiso .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }
.bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled).active,
.bootstrapiso .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
.bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrapiso .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.bootstrapiso .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.bootstrapiso .btn-link {
  font-weight: 400;
  color: #329ef7;
  background-color: transparent; }
.bootstrapiso .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }
.bootstrapiso .btn-link:focus, .bootstrapiso .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }
.bootstrapiso .btn-link:disabled, .bootstrapiso .btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }
.bootstrapiso .btn-lg {
  padding: 0.5rem 1.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
.bootstrapiso .btn-sm {
  padding: 0.25rem 1.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
.bootstrapiso .btn-block {
  display: block;
  width: 100%; }
.bootstrapiso .btn-block + .btn-block {
  margin-top: 0.5rem; }
.bootstrapiso input[type="submit"].btn-block,
.bootstrapiso input[type="reset"].btn-block,
.bootstrapiso input[type="button"].btn-block {
  width: 100%; }
.bootstrapiso .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.bootstrapiso .shadow {
  box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important; }
.bootstrapiso .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.bootstrapiso .shadow-none {
  box-shadow: none !important; }
.bootstrapiso h1, .bootstrapiso h2, .bootstrapiso h3, .bootstrapiso h4, .bootstrapiso h5, .bootstrapiso h6,
.bootstrapiso .h1, .bootstrapiso .h2, .bootstrapiso .h3, .bootstrapiso .h4, .bootstrapiso .h5, .bootstrapiso .h6 {
  margin-top: 0.3rem; }
.bootstrapiso p {
  color: #8892a0;
  font-weight: 400; }
.bootstrapiso .rounded {
  overflow: hidden; }
.bootstrapiso .rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }
.bootstrapiso .fdb-block {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  padding: 3rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }
.bootstrapiso .fdb-block .container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.bootstrapiso .fdb-block .container.bg-r {
  background-position: right; }
.bootstrapiso .fdb-block.fdb-viewport {
  min-height: calc(100% - 2 * 7.5rem); }
.bootstrapiso .fdb-block.fdb-viewport .container {
  min-height: calc(100% - 2 * 7.5rem); }
.bootstrapiso .fdb-block.fdb-image-bg {
  color: #f2f2f2; }
.bootstrapiso .fdb-block .fdb-box {
  background: #FFFFFF;
  padding: 3.75rem 2.5rem;
  overflow: hidden;
  color: #444444;
  border-radius: 0.25rem;
  box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important; }
.bootstrapiso .fdb-block .fdb-touch {
  border-top: solid 0.3125rem #329ef7;
  z-index: 2; }
.bootstrapiso .fdb-block img + p, .bootstrapiso .fdb-block img + h3, .bootstrapiso .fdb-block img + h4 {
  margin-top: 1.25rem; }
.bootstrapiso .fdb-block img + h1, .bootstrapiso .fdb-block img + h2 {
  margin-top: 2.5rem; }
.bootstrapiso .fdb-block .col-fill-left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1; }
.bootstrapiso .fdb-block .col-fill-left + div {
  position: relative;
  z-index: 2; }
.bootstrapiso .fdb-block .col-fill-right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1; }
.bootstrapiso .fdb-block .col-fill-right + div {
  position: relative;
  z-index: 2; }
.bootstrapiso .fdb-block img.fdb-icon {
  width: auto;
  width: 3.75rem; }
.bootstrapiso .fdb-block img.fdb-icon-round {
  width: auto;
  width: 3.75rem; }
.bootstrapiso .fdb-block .row-100 {
  height: 6.25rem;
  width: 100%; }
.bootstrapiso .fdb-block .row-50 {
  height: 3.125rem;
  width: 100%; }
.bootstrapiso .fdb-block .row-70 {
  height: 4.375rem;
  width: 100%; }
.bootstrapiso footer {
  padding: 1.875rem 0 !important; }
.bootstrapiso footer.footer-large {
  padding: 6.25rem 0 !important; }
.bootstrapiso footer .flex-column .nav-link {
  padding-left: 0; }
.bootstrapiso footer.bg-dark {
  background: #2d313c;
  color: #f2f2f2; }
.bootstrapiso footer.bg-dark a {
  color: #f2f2f2; }
.bootstrapiso footer a {
  color: #444444; }
.bootstrapiso header {
  background-color: #FFFFFF; }
.bootstrapiso header .navbar-nav a.nav-link {
  color: #777; }
.bootstrapiso header .navbar-nav a.nav-link:hover {
  color: #329ef7; }
.bootstrapiso header .navbar-nav .active a.nav-link {
  color: #444444; }
.bootstrapiso header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.bootstrapiso header.bg-dark .navbar-nav a.nav-link {
  color: #dcdcdc; }
.bootstrapiso header.bg-dark .navbar-nav a.nav-link:hover {
  color: #329ef7; }
.bootstrapiso header.bg-dark .navbar-nav .active a.nav-link {
  color: #FFFFFF; }
.bootstrapiso header.bg-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
.bootstrapiso header + header {
  border-top: solid 0.0625rem #EEE; }
.bootstrapiso .bg-dark {
  background-color: #2d313c;
  color: #f2f2f2; }
.bootstrapiso .bg-dark p.lead {
  color: white; }
.bootstrapiso .bg-gray {
  background-color: #f4f7fe;
  color: #444444; }

/*# sourceMappingURL=froala-blocks.css.map */
