@import "brown.css";

@font-face {
  font-family: din-2014, sans-serif;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

div br {
    display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 700;
  font-family: din-2014, sans-serif;
}
main h1,
main .h1,
main h2,
main .h2,
main h3,
main .h3 {
  color: #000;
}
h1,
.h1 {
  margin-top: 0.5em;
  margin-bottom: 0.35em;
  font-size: 3.4em;
  line-height: 1.15em;
}
h1.nomargin {
  margin-bottom: 0em;
}
h2,
.h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1.15em;
}
h3,
.h3 {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  font-size: 2em;
  line-height: 1.3em;
}
h3.nomargin {
  margin-top: 0em;
  margin-bottom: 0.75em;
}
h4,
.h4 {
  margin-top: 0.5em;
  margin-bottom: 0.1em;
  font-size: 1.5em;
  line-height: 1.6em;
  letter-spacing: 1px;
}
h5,
.h5 {
  margin-top: 0.5em;
  margin-bottom: 0.1em;
  font-size: 1.1em;
  line-height: 1.6em;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.6em;
  }
  h2,
  .h2 {
    font-size: 1.7em;
  }
}
p {
  line-height: 1.7;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 1.65em;
}
@media (min-width: 768px) {
  p {
    line-height: 1.8;
  }
}
strong {
  font-weight: bold;
}
.lead {
  font-size: 1em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.25em;
    line-height: 1.65em;
    margin-bottom: 1.15em;
  }
}
.text-purple {
  color: #7D3C5A !important;
}
.text-white {
  color: #fff !important;
}
.text-light {
  font-weight: 200;
}
a {
  color: inherit;
}
a:hover,
a:active,
a:focus {
  color: inherit;
}
p a,
ul a {
  border-bottom: 0px solid;
}
p a:hover,
ul a:hover,
p a:active,
ul a:active,
p a:focus,
ul a:focus {
  text-decoration: none;
  border-bottom: 1px solid;
}
ul.list-align {
  padding: 0 0 0 20px;
  margin-bottom: 1.65em;
}
ul.list-align li {
  padding: 0 0 20px 10px;
}
@media (max-width: 991px) {
  .d-flex {
    display: block!important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-items-stretch-news {
  align-items: stretch !important;
  margin-bottom: 30px;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.btn {
  margin: 0 10px 10px 0;
  border: 0;
  border-radius: 30px;
  padding: 15px 30px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
  transition: background 0.3s ease;
}
.btn:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.btn--purple {
  color: #fff;
  background: #7D3C5A;
}
.btn--purple:hover {
  background: #8DCED3;
  color: #000;
}
.btn--black {
  background: #000;
  color: #fff;
}
.btn--black:active {
  background: #000;
  color: #fff;
}
.btn--black:focus {
  background: #7D3C5A;
  color: #fff;
}
.btn--black:hover {
  background: #7D3C5A;
  color: #fff;
}
.btn--white {
  background: #fff;
  color: #7D3C5A;
}

.btn--white:active {
  background: #fff;
  color: #7D3C5A;
}

.btn--white:focus {
  background: #fff;
  color: #7D3C5A;
}

.btn--white:hover {
  background: #8DCED3;
  color: #000;
}
.btn--outlined {
  padding: 13px 30px;
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
.btn--outlined:hover {
  background: #000;
  color: #fff;
}
.btn--outlined--news {
  padding: 13px 30px;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  margin: 0 0 10px 0;
  
}
.btn--outlined--news:hover {
  background: #000;
  color: #fff;
}

.frm-newsletter {
	max-width: 300px;
 	}

.fld--newsletter input[type="text"] {
	width: 100%;
	margin-bottom: 20px;
}

.fld--newsletter label {
	display: block;
	font-size: 14px;
}

.fld--newsletter img {
	width:50%;
}

.fld--newsletter a {
	font-size: 14px;
}

.newsletter {
	min-height: 418px;
}


.sfExample {
	font-size: 14px;
	}

.btn--newsletter button[type="submit"] {
  line-height: 0.8; margin: 0px 10px 10px 0;
  border: 0;
  border-radius: 30px;
  padding: 15px 30px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
  transition: background 0.3s ease;
  background: #FFF!important;
  color: #7D3C5A;
  width: auto;
}

.btn--newsletter button[type="submit"]:hover {
  background: #8DCED3!important;
  color: #000!important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.full-screen-menu {
  background-color: #7D3C5A;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.full-screen-menu__title {
	border-bottom: 1px solid transparent;
	line-height: normal;
}

.full-screen-menu__title a:hover {
	border-bottom: 1px solid white;
}

.full-screen-menu__title a {
  text-decoration: none;
}

.full-screen-menu__lists {
  margin-top: 4em;
  transform: scale(1.1);
  opacity: 0;
  transition: transform 1s ease, opacity 0.5s ease;
}

.full-screen-search {
  background-color: #7D3C5A;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.full-screen-search__lists {
  padding: 14px; margin-top: 0em;
  transform: scale(1.1);
  opacity: 0;
  transition: transform 1s ease, opacity 0.5s ease;
}

@media (max-width: 991px) {
.full-screen-menu__lists {
    text-align: center;
  }
}
.full-screen-menu__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px solid;
  margin-bottom: 0.5em;
}
.full-screen-menu ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2em;
}
.full-screen-menu ul li {
  padding: 0;
  margin-bottom: 0.3em;
  opacity: 0.7;
  font-size: 21px;
  font-weight: 300;
}
.full-screen-menu ul li:hover {
  opacity: 1;
}
.full-screen-menu__navbar {
  padding: 0.5rem 0;
  height: 130px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-screen-menu.active {
  opacity: 1;
  min-height: 100vh;
  height: auto;
}
.full-screen-menu.active .full-screen-menu__lists {
  transform: scale(1);
  opacity: 1;
}
.full-screen-menu.active:before {
  transform: rotate(0deg);
  width: 130vw;
  height: 130vh;
}
.full-screen-menu .home-link {
  font-weight: 200;
  font-size: 21px;
  margin-top: 3em;
  margin-bottom: 2em;
  display: block;
  opacity: 0.7;
}
.full-screen-menu .home-link img {
  transform: rotate(90deg);
  margin-right: 20px;
  margin-top: -5px;
  height: 15px;
  transition: margin 0.3s ease;
}
.full-screen-menu .home-link:hover {
  text-decoration: none;
  opacity: 1;
}
.full-screen-menu .home-link:hover img {
  margin-right: 15px;
}

.full-screen-search__lists {
    text-align: left;
  }
}
.full-screen-search__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px solid;
  margin-bottom: 0.5em;
}
.full-screen-search ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2em;
}
.full-screen-search ul li {
  padding: 0;
  margin-bottom: 0.3em;
  opacity: 0.7;
  font-size: 21px;
  font-weight: 300;
}
.full-screen-search ul li:hover {
  opacity: 1;
}
.full-screen-search__navbar {
  padding: 0.5rem 0;
  height: 130px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-screen-search.active {
  opacity: 1;
  min-height: 110vh;
  height: auto;
}
.full-screen-search.active .full-screen-search__lists {
  transform: scale(1);
  opacity: 1;
}
.full-screen-search.active:before {
  transform: rotate(0deg);
  width: 130vw;
  height: 130vh;
}
.full-screen-search .home-link {
  font-weight: 200;
  font-size: 21px;
  margin-top: 3em;
  margin-bottom: 2em;
  display: block;
  opacity: 0.7;
}
.full-screen-search .home-link img {
  transform: rotate(90deg);
  margin-right: 20px;
  margin-top: -5px;
  height: 15px;
  transition: margin 0.3s ease;
}
.full-screen-search .home-link:hover {
  text-decoration: none;
  opacity: 1;
}
.full-screen-search .home-link:hover img {
  margin-right: 15px;
}


.navbar {
  height: 130px;
  padding: 0.5rem 0;
}
.navbar .navbar-nav {
  margin-left: 30px;
}
.navbar .nav-link {
  border-bottom: 0px;
  font-size: 21px;
  font-weight: 300;
  margin: 0 5px;
  background: #fff;
  transition: background 0.3s ease;
}
.navbar .nav-link:hover {
  background: #F1F1F1;
}
.navbar .site-logo {
  height: 70px;
  width: auto;
}
.navbar .js-search-btn {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .navbar {
    height: 80px;
  }
  .navbar .site-logo {
    height: 50px;
  }
}
.float-right a:hover {
  border-bottom: 0!important;
  text-decoration: none;
  opacity: 0.7;
}
.lang-select {
  margin-right: 21px;
  position: relative;
  float: left;
}
.lang-select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  padding-left: 40px;
  position: relative;
  background: transparent;
  cursor: pointer;
  color: #7D3C5A;
}
.lang-select:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-image: url(../img/arrow-down.svg);
  background-size: 100%;
  background-repeat: none;
  margin-left: 10px;
  margin-top: 6px;
}
.full-screen-menu .lang-select select {
  color: #fff;
}
.full-screen-menu .lang-select select option {
  color: black;
}
.full-screen-menu .lang-select:before {
  background-image: url(../img/arrow-down--white.svg);
}
.full-screen-search .lang-select select {
  color: #fff;
}
.full-screen-search .lang-select select option {
  background-color: transparent;
  color: black;
}
.full-screen-search .lang-select:before {
  background-image: url(../img/arrow-down--white.svg);
}
.box-item {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.box-item__img {
  width: 100%;
  height: 260px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}
.box-item__img--care {
  background-image: url("../img/push-care.jpeg");
}
.box-item__img--care:after {
  background: #7D3C5A;
}
.box-item__img--med {
  background-image: url("../img/push-med.jpeg");
}
.box-item__img--med:after {
  background: #549CA6;
}
.box-item__img--ortho {
  background-image: url("../img/push-ortho.jpeg");
}
.box-item__img--ortho:after {
  background: #656684;
}
.box-item__img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.3;
}
.box-item__content {
  padding: 25px 50px 25px 0;
  font-weight: 300;
  line-height: 1.85;
  transition: padding 0.3s ease;
}
.box-item__content .box-item__date {
  color: #656684;
}
.box-item__content .box-item__title {
  color: #7D3C5A;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}
.box-item__content img {
  display: block;
  height: 15px;
  margin-top: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.box-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.box-item:hover .box-item__content {
  padding: 25px;
}
.box-item:hover .box-item__content img {
  opacity: 1;
}
.box-item--news .box-item__img { /* @patrick */
  height: auto;
  overflow: hidden;
}
.box-item--news .box-item__img img { /* @patrick */
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .box-item {
    margin-bottom: 25px;
  }
  .box-item__content img {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  height: auto;
  width: 100%;
  font-size: 18px;
  line-height: 1.65;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #333;
}
.container-fluid--max {
  max-width: 1400px;
}
audio,
canvas,
video {
  display: block;
  *display: inline;
  *zoom: 1;
}
.img-responsive {
  width: 100%;
  height: auto;
}
@media (min-width: 991px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
    padding: 0;
  }
}
.modal-body {
  padding: 10px;
}
.modal-body button {
  margin-bottom: 10px;
}
.bg {
  background-color: #fff;
}
.bg--purple {
  background-color: #7D3C5A;
  color: #fff;
}
.bg--purple-lighter {
  background-color: #F2E8EC;
}
.bg--blue {
  background-color: #549CA6;
  transition: background-color 2s ease;
}
.bg--blue.animated {
  background-color: #8DCED3;
}
.bg--blue-light {
  background-color: #8DCED3;
}
.bg--gray-lighter {
  background-color: #F1F1F1;
}
.whitespace {
  clear: both;
  height: 1em;
  width: 100%;
}
.whitespace--sm {
  height: 2em;
}
.whitespace--md {
  height: 4em;
}
.whitespace--lg {
  height: 8em;
}
.hero {
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #96A0B4;
}
.hero__img { /* @patrick */
  height: 100%;
  width: 70%;
  float: left;
  transform: scale(1.15);
  transition: transform 10s ease-in-out;
}
.hero__img img { /* @patrick */
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero.animated .hero__img {
  transform: scale(1);
}
.hero__content {
  height: 100%;
  width: 30%;
  background-color: #7D3C5A;
  float: left;
  display: block;
  position: relative;
  padding: 40px;
  transition: background-color 0.3s ease;
}
.hero__content:hover {
  background-color: #6c344e;
  text-decoration: none;
}
.hero__content:hover .hero__video .video__icon {
  background-image: url("../img/play--hover.svg");
}
.hero__video {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  position: absolute;
  bottom: 40px;
  display: flex;
  align-items: center;
}
.hero__video .video__icon {
  height: 60px;
  width: 60px;
  background-image: url("../img/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  display: inline-block;
}
.more-news-button {
	text-align: right;
}
@media (min-width: 1399px) {
  .hero {
    height: 650px;
  }
}
@media (max-width: 1199px) {
  .hero__img {
    width: 65%;
  }
  .hero__content {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .hero {
    height: auto;
  }
  .hero__img {
    float: none;
    width: 100%;
    height: 300px;
  }
  .hero__content {
    float: none;
    width: 100%;
    height: auto;
    padding: 25px 15px;
  }
  .hero__video {
    position: relative;
    bottom: auto;
  }
  .hero__video img {
    height: 55px;
    width: 55px;
  }
}
.intro-section {
  max-width: 950px;
  margin: auto;
  padding: 4em 0;
}
.intro-section h1:first-child,
.intro-section h2:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .intro-section {
    padding: 2em 0;
  }
}
.section {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 991px) {
  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.hightlight-label {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 30px;
  padding: 12px 15px 8px 15px;
  background-color: #8DCED3;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.streamer {
  height: 600px;
}
.streamer img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .streamer {
    height: 350px;
  }
}
@media (max-width: 767px) {
.more-news-button {
	text-align: left;
}
}
footer {
  font-weight: 200;
}
footer .site-logo {
  height: 80px;
  width: auto;
}
footer p {
  font-weight: 200;
}
footer li {
  margin-bottom: 3px;
}



.sf_pagerNumeric a {
	position: relative;
	float: left;
	display: block;
	width: 25px !important;
	height: 25px;
	text-align: center;
	text-decoration:none;
	line-height: 25px;
	font-size: 16px;
	color: #333;
	margin-right: 2px;
}
.sf_pagerNumeric a:hover {
	background-color: #8996A0;
	color: #fff;
}
a.sf_PagerCurrent {
	background-color: #6A4061;
	color: #FFFFFF;
}
a.sf_PagerCurrent:hover {
	background-color: #8996A0;
}
.pager-news {
	margin-left:15px;
	}

.sflistItemContent a {
	color: #9D6670 !important;
}
.sfdetails .bioimage {
    float: left;
    width: 100px;
}
.sfdetails .bioimage img {
    width: auto;
    height: 100px;
}

.sfdetails .biodate {
  position: relative display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
 text-transform: capitalize;
}

.biodescription {
    position: relative;
    float: left;
}

.sfdetails .biotext {
  position: relative;
  display: block;
  max-width: 500px;
}

.sfcontent {
  float: left;
  margin-top: 30px;
  width: 100%;
}

.sfcontent img {
  width: 100%;
}


/*# sourceMappingURL=main.css.map */
