.cms-landing-page_top-menu {
  background-color: #015DA6;
  height: 60px;
  margin-top: 0 !important;
  padding-top: 20px;
}
.cms-landing-page_top-menu_title {
  padding-left: 50px;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.9;
  color: white;
}
.cms-landing-page_top-menu_item {
  margin-right: 70px;
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
  color: white;
}
.cms-landing-page_bottom-container {
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 820px) {
  .cms-landing-page_bottom-container_left-column {
    padding-left: 5px !important;
  }
}
.cms-landing-page_bottom-container_left-column {
  padding-left: 0px;
  display: inline-block;
  vertical-align: top;
}
.cms-landing-page_bottom-container_left-column:empty {
  display: none;
}
.cms-landing-page_bottom-container_right-column {
  display: inline-block;
  vertical-align: top;
}
.cms-landing-page_bottom-container_right-column:empty {
  display: none;
}
@media only screen and (max-width: 1024px) and (min-width: 549px) {
  .cms-landing-page_top-menu_item {
    margin-right: 20px !important;
  }
}

.model-landing_header h1 {
  margin-bottom: 1em;
  margin-top: 1em;
}
.model-landing_header a {
  cursor: pointer;
  text-decoration: underline !important;
  margin-top: 7px;
  color: #000000;
  font-size: 16px;
}
.model-landing_info {
  margin-top: 50px !important;
  background-color: #F1F1F1;
  padding: 20px;
  border-left: 1px solid #eeeeee;
  clear: both;
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.model-landing_info:empty {
  display: none !important;
}
@media (min-width: 550px) {
  .model-landing_info > div {
    border-top: 1px solid #949494;
  }
}
.model-landing.full-row {
  padding-top: 20px;
  margin-top: 50px;
}
@media (max-width: 549px) {
  .model-landing {
    margin-bottom: 0px;
  }
  .model-landing_info {
    width: calc(100vw);
    display: inline-block;
    border-left: none;
    margin-top: 0px;
  }
  .model-landing_info.full-row {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .model-landing_info_row {
    display: flex;
    align-items: center;
  }
  .model-landing_info_row .lbl:last-child {
    word-break: break-all;
  }
  .model-landing_info_header {
    display: flex;
    height: 50px;
    align-items: center;
    border: 2px solid #dcdcdc;
    background-color: #ffffff;
    padding-left: 20px;
    width: 100%;
  }
  .model-landing_info_header:nth-child(even) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .model-landing_info_tab {
    display: inline-block;
    padding: 0px;
    margin-right: 20px;
    width: 100vw;
    cursor: pointer;
  }
  .model-landing_info_tab:after {
    content: '\F054';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    margin-right: 5px;
    font-size: 10px;
    color: #949494;
    float: right;
  }
}

