@charset "UTF-8";
.title-iconized {
  line-height: 1.2;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.title-iconized,
.title-iconized *,
.title-iconized *:before,
.title-iconized *:after {
  box-sizing: border-box;
}
.title-iconized .title-icon {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-iconized .title-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 12px;
  font-weight: 900;
}
.title-iconized .title-actions {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-iconized .title-actions .title-action {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #f60;
}
@media (pointer: fine) {
  .title-iconized .title-actions .title-action:hover {
    color: #333333;
  }
}
.title-iconized .title-actions .title-action .title-action-text {
  font-size: 15px;
  font-weight: 900;
  margin-right: 8px;
}
.title-iconized .title-actions .title-action:after {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 24px;
  color: currentColor;
  margin: -12px;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .title-iconized .title-content {
    font-size: 19px;
  }
  .title-iconized .title-actions .title-action .title-action-text {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .title-iconized .title-content {
    font-size: 21px;
  }
}

.home-section {
  line-height: 1.2;
}
.home-section,
.home-section *,
.home-section *:before,
.home-section *:after {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home-section .home-section-header {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .home-section .home-section-header {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .home-section + .home-section {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .home-section + .home-section {
    margin-top: 48px;
  }
}

.home-icon {
  line-height: 1.2;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.home-icon,
.home-icon *,
.home-icon *:before,
.home-icon *:after {
  box-sizing: border-box;
}
.home-icon .site-icon {
  font-size: 24px;
}
.home-icon.home-icon-white {
  background-color: white;
}
.home-icon.home-icon-white .site-icon {
  color: #f60;
}
.home-icon.home-icon-accented {
  background-color: #FFF0E0;
}
.home-icon.home-icon-accented .site-icon {
  color: #f60;
}

.main-page-title {
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .main-page-title {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    word-wrap: normal;
  }
}
@media screen and (min-width: 768px) {
  .main-page-title {
    font-size: 30px;
    margin-top: 48px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    word-wrap: normal;
  }
}

.home-search-bar form#siteSearch {
  margin-bottom: 0;
}
.home-search-bar input.search {
  border: 1px solid #FFB566;
  border-radius: 4px;
  background-color: white;
  margin-bottom: 0;
}

.home-tiles {
  line-height: 1.2;
}
.home-tiles,
.home-tiles *,
.home-tiles *:before,
.home-tiles *:after {
  box-sizing: border-box;
}
.home-tiles .home-tiles-items .home-tile .home-tile-body {
  font-size: 15px;
  line-height: 1.7;
}
.home-tiles .home-tiles-items .home-tile .home-tile-footer .home-tile-footer-action {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 15px;
  font-weight: 900;
  color: #f60;
}
@media (pointer: fine) {
  .home-tiles .home-tiles-items .home-tile .home-tile-footer .home-tile-footer-action:hover {
    color: #333333;
  }
}
.home-tiles .home-tiles-items .home-tile .home-tile-footer .home-tile-footer-action:after {
  margin-left: 8px;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 24px;
  color: currentColor;
}
@media (pointer: fine) {
  .home-tiles .home-tiles-items .home-tile.home-tile-outline:hover {
    color: currentColor;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-outline:hover .title-actions .title-action {
    color: #333333;
  }
}
@media (pointer: fine) and (pointer: fine) {
  .home-tiles .home-tiles-items .home-tile.home-tile-fill:hover:hover {
    color: currentColor;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill:hover:hover .home-tile-footer .home-tile-footer-action {
    color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .home-tiles .home-tiles-items .home-tile.home-tile-fill {
    background-color: white;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-header,
.home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-body,
.home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-header {
    padding-top: 24px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-body {
    padding-top: 12px;
    padding-bottom: 24px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-footer {
    border-top: 1px solid #DCDCDC;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-footer .home-tile-footer-action {
    margin-top: -12px;
    margin-bottom: -12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1174px) {
  .home-tiles .home-tiles-items {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1175px) {
  .home-tiles .home-tiles-items {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-tiles .home-tiles-items .home-tile {
    display: block;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-outline + .home-tile-outline {
    margin-top: 16px;
    border-top: 1px solid #DCDCDC;
    padding-top: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1174px) {
  .home-tiles .home-tiles-items .home-tile.home-tile-outline {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1175px) {
  .home-tiles .home-tiles-items .home-tile.home-tile-outline {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-tiles .home-tiles-items .home-tile.home-tile-outline .home-tile-body {
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .home-tiles .home-tiles-items .home-tile.home-tile-fill + .home-tile-fill {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .home-tiles .home-tiles-items {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    margin-left: -32px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill {
    background-color: white;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-header,
.home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-body,
.home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-header {
    padding-top: 24px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-body {
    padding-top: 12px;
    padding-bottom: 24px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-footer {
    border-top: 1px solid #DCDCDC;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill .home-tile-footer .home-tile-footer-action {
    margin-top: -12px;
    margin-bottom: -12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .home-tiles .home-tiles-items .home-tile {
    width: 50%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: stretch;
    -moz-box-pack: stretch;
    box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    -o-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .home-tiles .home-tiles-items .home-tile .home-tile-title,
.home-tiles .home-tiles-items .home-tile .home-tile-footer {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-tiles .home-tiles-items .home-tile .home-tile-body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-outline {
    border: 1px solid #FFB566;
    border-radius: 4px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-outline .home-tile-header,
.home-tiles .home-tiles-items .home-tile.home-tile-outline .home-tile-body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-outline .home-tile-header {
    padding-top: 24px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-outline .home-tile-body {
    padding-top: 12px;
    padding-bottom: 24px;
  }
  .home-tiles .home-tiles-items .home-tile.home-tile-fill {
    border-radius: 4px;
  }
}

.my-medcenter-info-simple {
  line-height: 1.2;
  text-align: center;
  background-color: white;
}
.my-medcenter-info-simple,
.my-medcenter-info-simple *,
.my-medcenter-info-simple *:before,
.my-medcenter-info-simple *:after {
  box-sizing: border-box;
}
.my-medcenter-info-simple .my-medcenter-info-simple-content {
  margin-left: auto;
  margin-right: auto;
}
.my-medcenter-info-simple .my-medcenter-info-simple-content .my-medcenter-info-simple-title {
  font-weight: 900;
}
.my-medcenter-info-simple .my-medcenter-info-simple-content .my-medcenter-info-simple-text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.7;
}
.my-medcenter-info-simple .my-medcenter-info-simple-content .my-medcenter-info-simple-actions {
  margin-top: 16px;
}
.my-medcenter-info-simple .my-medcenter-info-simple-content .my-medcenter-info-simple-actions .my-medcenter-info-simple-action {
  display: inline-block;
  vertical-align: top;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 900;
  color: white;
  background-color: #f60;
}
@media (pointer: fine) {
  .my-medcenter-info-simple .my-medcenter-info-simple-content .my-medcenter-info-simple-actions .my-medcenter-info-simple-action:hover {
    background-color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .my-medcenter-info-simple {
    margin-left: -20px;
    margin-right: -20px;
    padding: 24px 20px;
  }
  .my-medcenter-info-simple .my-medcenter-info-simple-content .my-medcenter-info-simple-title {
    font-size: 19px;
  }
  .my-medcenter-info-simple .my-medcenter-info-simple-content .my-medcenter-info-simple-actions .my-medcenter-info-simple-action {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .my-medcenter-info-simple {
    padding: 24px;
  }
  .my-medcenter-info-simple .my-medcenter-info-simple-content {
    max-width: 574px;
  }
  .my-medcenter-info-simple .my-medcenter-info-simple-content .my-medcenter-info-simple-title {
    font-size: 21px;
  }
  .my-medcenter-info-simple .my-medcenter-info-simple-content .my-medcenter-info-simple-actions .my-medcenter-info-simple-action {
    min-width: 222px;
  }
}

.my-medcenter {
  line-height: 1.2;
  background-color: white;
}
.my-medcenter,
.my-medcenter *,
.my-medcenter *:before,
.my-medcenter *:after {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .my-medcenter {
    padding: 24px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .my-medcenter .my-medcenter-details .my-medcenter-actions {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .my-medcenter {
    padding: 24px;
  }
  .my-medcenter .my-medcenter-details {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .my-medcenter .my-medcenter-details .my-medcenter-body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .my-medcenter .my-medcenter-details .my-medcenter-actions {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 56px;
  }
}
.my-medcenter .my-medcenter-body .my-medcenter-title {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 8px;
}
.my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-info .my-medcenter-summary .my-medcenter-name {
  font-size: 19px;
}
.my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-info .my-medcenter-summary .my-medcenter-name a {
  color: inherit;
  border-bottom: 1px solid #e5e5e5;
}
@media (pointer: fine) {
  .my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-info .my-medcenter-summary .my-medcenter-name a:hover {
    color: #f60;
    border-bottom-color: transparent;
  }
}
.my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-info .my-medcenter-summary .my-medcenter-address {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.7;
  color: #999999;
}
.my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-info .my-medcenter-sections .my-medcenter-section + .my-medcenter-section {
  margin-top: 16px;
}
.my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-info .my-medcenter-sections .my-medcenter-section .my-medcenter-section-title {
  font-size: 15px;
  font-weight: 900;
}
.my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-info .my-medcenter-sections .my-medcenter-section .my-medcenter-section-body {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-info .my-medcenter-extra {
    margin-left: -32px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-info .my-medcenter-extra .my-medcenter-section {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0;
    margin-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-actions {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-actions {
    width: 232px;
  }
}
.my-medcenter .my-medcenter-body .my-medcenter-details .my-medcenter-actions .tui-button {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .blog-section .blog-entries .blog-entry {
    display: block;
  }
  .blog-section .blog-entries .blog-entry + .blog-entry {
    margin-top: 16px;
  }
  .blog-section .blog-entries .blog-entry .blog-entry-media {
    height: 144px;
  }
}
@media screen and (min-width: 768px) {
  .blog-section .blog-entries {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    margin-left: -15px;
  }
  .blog-section .blog-entries .blog-entry {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 33.3333333333%;
    margin-left: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .blog-section .blog-entries .blog-entry .blog-entry-media {
    height: 144px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 144px;
    -moz-flex: 0 0 144px;
    -ms-flex: 0 0 144px;
    flex: 0 0 144px;
  }
  .blog-section .blog-entries .blog-entry .blog-entry-details {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .blog-section .blog-entries .blog-entry .blog-entry-details > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .blog-section .blog-entries .blog-entry .blog-entry-details .blog-entry-title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.blog-section .blog-entry {
  overflow: hidden;
  border-radius: 4px;
}
.blog-section .blog-entry .blog-entry-media {
  position: relative;
  overflow: hidden;
}
.blog-section .blog-entry .blog-entry-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.blog-section .blog-entry .blog-entry-media:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255, 229, 162, 0.48), rgba(255, 229, 162, 0.48));
}
.blog-section .blog-entry .blog-entry-details {
  background-color: white;
  padding: 16px;
  padding-top: 12px;
}
.blog-section .blog-entry .blog-entry-details .blog-entry-author {
  font-size: 13px;
  color: #999999;
  margin-bottom: 8px;
}
.blog-section .blog-entry .blog-entry-details .blog-entry-title {
  font-size: 15px;
}
.blog-section .blog-entry .blog-entry-details .blog-entry-metainfo {
  margin-top: 8px;
  font-size: 13px;
  color: #999999;
}
.blog-section .blog-entry .blog-entry-details .blog-entry-metainfo > * {
  display: inline-block;
  margin-right: 12px;
}
.blog-section .blog-entry .blog-entry-details .blog-entry-metainfo .blog-entry-metainfo-views {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.mobile-app-info {
  line-height: 1.2;
  border: 1px solid #FFB566;
  background-color: #FFF0E0;
  border-radius: 4px;
}
.mobile-app-info,
.mobile-app-info *,
.mobile-app-info *:before,
.mobile-app-info *:after {
  box-sizing: border-box;
}
@media screen and (max-width: 849px) {
  .mobile-app-info .mobile-app-info-body {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-media {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 288px;
    border-bottom: 2px solid white;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-media img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-details {
    margin-top: 24px;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-details .mobile-app-info-description {
    font-size: 19px;
    text-align: center;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-details .mobile-app-info-buttons {
    margin-top: 4px;
    margin-left: -8px;
    margin-right: -8px;
    text-align: center;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-details .mobile-app-info-buttons .mobile-app-info-button {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 850px) {
  .mobile-app-info .mobile-app-info-body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    padding-left: 32px;
    padding-right: 56px;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-media {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 340px;
    -moz-flex: 0 0 340px;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    width: 340px;
    height: 280px;
    overflow: hidden;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-media img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-details {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    margin-left: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-details .mobile-app-info-description {
    font-size: 19px;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-details .mobile-app-info-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 4px;
    margin-left: -16px;
  }
  .mobile-app-info .mobile-app-info-body .mobile-app-info-details .mobile-app-info-buttons .mobile-app-info-button {
    margin-top: 16px;
    margin-left: 16px;
  }
}
