body {
  font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 24px;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.d-flex {
  display: flex !important;
}

.flex-table-row {
    display: flex;
    flex-direction: row;
    margin: 2em 0;
}

.flex-table-cell {
    line-height: 1.4em;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-fill {
  flex: 1 1 auto !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}


@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

.main-box-area {
  position: relative;
  min-height: 60em;
  width: 100%;
}

/*.local-brand {*/
/*  margin-top: 40px;*/
/*}*/

@media (min-width: 768px) {
  .main-box-area {
    min-height: 60em;
  }
}


.messages {
  font-size: 1.2em;
}

#content {
  width: 1500px;
}

#content-wrapper {
  align-items: center;
}

.text-header-1 {
    font-size: 30px;
    text-align: center;
    margin: 3rem 2rem;
}


.text-header-2 {
    font-size: 24px;
    margin: 0 2rem;
}

.text-body-1 {
    font-size: 18px;
    margin: 2rem 2rem;
    line-height: 1.6;
}

.text-body-2 {
    font-size: 18px;
    line-height: 1.6;
}

.card-header {
    margin-bottom: 40px;
}

.card-body {
    /*background-color: yellow;*/
}

.action-icon {
    text-decoration: none;
}

.dimension-people-table {
    font-size: 18px;
    margin: 4rem 1.5rem;
    line-height: 1.6;
}

.dimension-people-table-header {
    /*background-color: #1cc88a;*/
    font-weight: bold;
    /*background-color: #fbfbfb;*/
}

.standard-button {
    min-width: 150px;
    white-space: nowrap;
    height: 50px;
    background: #DCDCDE;
    border-radius: 8px;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*align-items: center;*/
}

.link-button {
    padding: 11px 0 0 0;
}

.messages-area {
    margin: 15px 29px;
}
