button {
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

a:focus,
button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, blockquote {
  padding: 0;
  margin: 0;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
}

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.img-responsive {
  width: 100%;
}

.img-bg {
  background-size: cover;
  background-position: center;
}

.noscroll {
  max-height: 100vh;
  overflow: hidden;
}

.icon-small {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.7rem;
}
.icon-small.in {
  padding: 0.8rem;
}

.arrow {
  width: 2.5rem;
}
.arrow.right {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sr-only {
  display: none !important;
}

.d-flex {
  display: flex;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.absolute.left {
  left: 0;
}
.absolute.right {
  right: 0;
}
.absolute.top {
  top: 0;
}
.absolute.bottom {
  bottom: 0;
}

.text-align-center {
  text-align: center;
}

.rounded {
  border-radius: 50%;
  overflow: hidden;
}

.hidden {
  display: none;
}

.visible-sm {
  display: block;
}
@media all and (min-width: 1024px) {
  .visible-sm {
    display: none;
  }
}

.visible-md {
  display: none;
}
@media all and (min-width: 1024px) {
  .visible-md {
    display: block;
  }
}
@media all and (min-width: 1440px) {
  .visible-md {
    display: none;
  }
}
.visible-md.hidden {
  display: none;
}

.visible-md-up {
  display: none;
}
@media all and (min-width: 1024px) {
  .visible-md-up {
    display: block;
  }
}
.visible-md-up.hidden {
  display: none;
}

.visible-lg {
  display: none;
}
@media all and (min-width: 1440px) {
  .visible-lg {
    display: block;
  }
}
@media all and (min-width: 1600px) {
  .visible-lg {
    display: none;
  }
}
.visible-lg.hidden {
  display: none;
}

.visible-xl {
  display: none;
}
@media all and (min-width: 1600px) {
  .visible-xl {
    display: block;
  }
}
.visible-xl.hidden {
  display: none;
}

.nopadding {
  padding-bottom: 0 !important;
}

.nomargin {
  margin-bottom: 0 !important;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  font-weight: 300;
  height: auto !important;
  overflow-y: auto !important;
}

@media all and (min-width: 1024px) {
  .subtitle {
    margin-bottom: 2rem !important;
  }
}
@media all and (min-width: 1024px) {
  .page-header {
    margin-bottom: 2rem !important;
  }
}
[data-href] {
  cursor: pointer;
}

main {
  padding-bottom: 6rem;
}

.container-fluid {
  width: 100%;
}
.container-fluid .container-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.container-fluid > .container {
  max-width: none;
  /*@media all and (min-width: 992px)
  {
      max-width: 80%;
  }

  @media all and (min-width: 1200px)
  {
      max-width: 1000px;
  }

  @media all and (min-width: 1366px)
  {
      max-width: 100%;
  } */
}
@media all and (min-width: 576px) {
  .container-fluid > .container {
    max-width: 100%;
  }
}
@media all and (min-width: 768px) {
  .container-fluid > .container {
    max-width: 95%;
  }
}
@media all and (min-width: 1680px) {
  .container-fluid > .container {
    max-width: 1600px;
  }
}

.overlay {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.icon {
  margin-bottom: 2rem;
  cursor: pointer;
}
.icon svg {
  margin-right: 1.5rem;
}
.icon.standalone {
  height: 6rem;
  width: 6rem;
  margin: 0;
  padding: 0;
}
.icon.standalone svg {
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media all and (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media all and (max-width: 576px) {
  .visible-xs {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  /*to make working with rem easier. With this setting, 1.6rem = 16px*/
}

/* font-size set in rem once (twice) and for all; elements inherit, with overrides set in em as needed */
body {
  font-family: "Source Sans Pro", "arial", sans-serif;
  line-height: 1.6em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  body {
    font-size: 1.7rem;
  }
}
@media all and (min-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1440px) {
  body {
    font-size: 2rem;
  }
}
@media all and (min-width: 1600px) {
  body {
    font-size: 2.2rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

h1, .h1 {
  line-height: 1.1em;
  font-size: 4rem;
}
@media all and (min-width: 768px) {
  h1, .h1 {
    font-size: 4.25rem;
  }
}
@media all and (min-width: 1024px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}
@media all and (min-width: 1440px) {
  h1, .h1 {
    font-size: 4.75rem;
  }
}
@media all and (min-width: 1600px) {
  h1, .h1 {
    font-size: 5rem;
  }
}

h2, .h2 {
  line-height: 1.2em;
  font-size: 3rem;
}
@media all and (min-width: 768px) {
  h2, .h2 {
    font-size: 3.25rem;
  }
}
@media all and (min-width: 1024px) {
  h2, .h2 {
    font-size: 3.5rem;
  }
}
@media all and (min-width: 1440px) {
  h2, .h2 {
    font-size: 3.75rem;
  }
}
@media all and (min-width: 1600px) {
  h2, .h2 {
    font-size: 4rem;
  }
}

h3, .h3, h4, .h4 {
  line-height: 1.4em;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  h3, .h3, h4, .h4 {
    font-size: 2.1rem;
  }
}
@media all and (min-width: 1024px) {
  h3, .h3, h4, .h4 {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1440px) {
  h3, .h3, h4, .h4 {
    font-size: 2.3rem;
  }
}
@media all and (min-width: 1600px) {
  h3, .h3, h4, .h4 {
    font-size: 2.4rem;
  }
}

h5, .h5, h6, .h6 {
  line-height: 1.6em;
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  h5, .h5, h6, .h6 {
    font-size: 1.7rem;
  }
}
@media all and (min-width: 1024px) {
  h5, .h5, h6, .h6 {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1440px) {
  h5, .h5, h6, .h6 {
    font-size: 2rem;
  }
}
@media all and (min-width: 1600px) {
  h5, .h5, h6, .h6 {
    font-size: 2.2rem;
  }
}

.xbold {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.site-header .nav .menu-item {
  line-height: 1.4em;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .site-header .nav .menu-item {
    font-size: 2.1rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header .nav .menu-item {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1440px) {
  .site-header .nav .menu-item {
    font-size: 2.3rem;
  }
}
@media all and (min-width: 1600px) {
  .site-header .nav .menu-item {
    font-size: 2.4rem;
  }
}

p {
  line-height: 1.6em;
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  p {
    font-size: 1.7rem;
  }
}
@media all and (min-width: 1024px) {
  p {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1440px) {
  p {
    font-size: 2rem;
  }
}
@media all and (min-width: 1600px) {
  p {
    font-size: 2.2rem;
  }
}

@media all and (min-width: 768px) {
  .img-link * {
    font-size: 1.1em;
  }
}
@media all and (min-width: 1024px) {
  .img-link * {
    font-size: 1em;
  }
}
@media all and (min-width: 1200px) {
  .img-link * {
    font-size: 1.1em;
  }
}
@media all and (min-width: 1440px) {
  .img-link * {
    font-size: 1.3em;
  }
}
@media all and (min-width: 1600px) {
  .img-link * {
    font-size: 1.4em;
  }
}

.hero {
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .hero {
    margin-bottom: 3rem;
  }
}
.hero .hero_image {
  width: calc(100% + 30px);
  margin-left: -15px;
  height: 100%;
}
@media all and (max-width: 769px) {
  .hero .hero_image {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media all and (max-width: 769px) {
  .hero .inner .sub-container {
    width: calc(100% + 90px);
    margin-left: -45px;
  }
}
.hero .container-fluid {
  position: absolute;
  width: 100%;
  bottom: 1px;
  background-color: #480E55;
  color: #fff;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media all and (max-width: 769px) {
  .hero .container-fluid {
    position: relative;
  }
}
@media all and (min-width: 768px) {
  .hero .container-fluid {
    align-self: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    bottom: 6rem;
  }
}
@media all and (min-width: 1024px) {
  .hero .container-fluid {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 1440px) {
  .hero .container-fluid {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 1600px) {
  .hero .container-fluid {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}
.hero .container-fluid .hero-subtitle {
  text-transform: uppercase;
  text-align: center !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.hero .hero-video {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  margin-left: -15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (min-width: 1024px) {
  .hero .hero-video.fullheight video {
    height: 100%;
    background-color: white;
  }
}
@media all and (max-width: 769px) {
  .hero .hero-video {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}
.hero .hero-video video {
  width: 100%;
}
@media all and (max-width: 1025px) {
  .hero .hero-video video {
    height: 100%;
    width: auto;
  }
}
@media all and (max-width: 769px) {
  .hero .hero-video video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 1px;
  }
}

.content_paragraph {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media all and (min-width: 768px) {
  .content_paragraph {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .content_paragraph {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_paragraph {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 1600px) {
  .content_paragraph {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.content_paragraph .inner > div h2.subtitle {
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
@media all and (max-width: 1025px) {
  .content_paragraph .inner > div h2.subtitle {
    padding-bottom: 1rem;
  }
}
.content_paragraph .inner > div a {
  color: #801F78;
  padding-bottom: 2rem;
}
.content_paragraph .inner > div p {
  padding-bottom: 2rem;
}
.content_paragraph .inner ul, .content_paragraph .inner ol {
  margin-left: 2rem;
}
.content_paragraph .inner ul > li {
  list-style: initial !important;
}
.content_paragraph .inner ol > li {
  list-style: decimal !important;
}

nav ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav ul li {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

@media all and (max-width: 769px) {
  .main_title {
    margin-left: -15px;
  }
}
.main_title a {
  text-decoration: none;
}
.main_title a div {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.main_title a div #blog-name {
  color: #801F78;
}

.site-header {
  position: relative;
  z-index: 55;
  background-color: #fff;
}
.site-header .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.site-header .container .logo {
  height: 30px;
  margin-left: 30px;
  display: none;
}
@media all and (min-width: 1024px) {
  .site-header .container .logo {
    display: block;
  }
}
.site-header .container .menu-button {
  z-index: 60;
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: -1rem;
  top: -3rem;
}
@media all and (max-width: 769px) {
  .site-header .container .menu-button {
    margin-right: -5px;
  }
}
.site-header .container .menu-button .bar,
.site-header .container .menu-button .bar:before,
.site-header .container .menu-button .bar:after {
  position: absolute;
  left: 50%;
  width: 2.6rem;
  height: 0.4rem;
  background-color: #000;
  border-radius: 0.2rem;
}
.site-header .container .menu-button .bar {
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: -0.2rem;
  transition: background-color 0s, margin-top 0.15s ease, transform 0.15s ease;
  transition-delay: 0s;
}
.site-header .container .menu-button .bar:before, .site-header .container .menu-button .bar:after {
  transform-origin: center;
  content: "";
  position: absolute;
  transition: margin 0.15s 0.15s ease, transform 0.15s 0s ease;
}
.site-header .container .menu-button .bar:before {
  margin: -0.8rem 0 0 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.site-header .container .menu-button .bar:after {
  margin: 0.8rem 0 0 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.site-header .container .nav-container {
  padding: 0;
}
@media all and (max-width: 769px) {
  .site-header .container .nav-container {
    flex-grow: 1;
  }
}
@media all and (min-width: 768px) {
  .site-header .container .nav-container {
    flex-grow: 2;
  }
}
@media all and (min-width: 1024px) {
  .site-header .container .nav-container {
    flex-grow: 3;
  }
}
.site-header .container .nav-container .nav {
  display: none;
}
@media all and (min-width: 1024px) {
  .site-header .container .nav-container .nav {
    display: block;
    margin-top: 10px;
  }
}
.site-header .container .nav-container .nav ul {
  display: flex;
}
.site-header .container .nav-container .nav ul > li {
  padding-left: 3rem;
  margin-left: 0;
}
.site-header .container .nav-container .nav ul > li a {
  color: #000;
  font-weight: 700;
}
.site-header .container .nav-container .nav ul > li.current_page_item, .site-header .container .nav-container .nav ul > li.current-menu-item {
  font-weight: 700;
}
.site-header .container .nav-container .nav ul > li.current_page_item a, .site-header .container .nav-container .nav ul > li.current-menu-item a {
  color: #801F78;
}
.site-header .container .nav-container .nav ul.shortcuts {
  padding-bottom: 1rem;
}
.site-header .container .nav-container .nav ul.shortcuts li.current_page_item a, .site-header .container .nav-container .nav ul.shortcuts li.current-menu-item a {
  color: #801F78;
  font-weight: 700;
}
.site-header .container .nav-container .nav ul.shortcuts li a {
  line-height: 1.5em;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
}
@media all and (min-width: 768px) {
  .site-header .container .nav-container .nav ul.shortcuts li a {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header .container .nav-container .nav ul.shortcuts li a {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1440px) {
  .site-header .container .nav-container .nav ul.shortcuts li a {
    font-size: 1.7rem;
  }
}
@media all and (min-width: 1600px) {
  .site-header .container .nav-container .nav ul.shortcuts li a {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1024px) {
  .site-header .container .nav-container .menu-button {
    display: none;
  }
}
.site-header .container .nav .menu-item {
  display: block;
}
@media all and (min-width: 1024px) {
  .site-header .container .nav .menu-item {
    float: left;
    margin-left: 3rem;
  }
}
.site-header .container .nav #menu-secondary li {
  margin-left: 0;
  white-space: nowrap;
}
.site-header .container .nav #menu-secondary li:first-child {
  padding-left: 0;
  white-space: nowrap;
}
.site-header .container .nav #menu-primary li {
  text-transform: uppercase;
}
.site-header.menu-open {
  background-color: transparent;
}
.site-header.menu-open .container .menu-button {
  width: 6rem;
  height: 6rem;
  z-index: 1000;
}
.site-header.menu-open .container .menu-button .bar {
  width: 0;
  transition-delay: 0.15s;
}
.site-header.menu-open .container .menu-button .bar:before, .site-header.menu-open .container .menu-button .bar:after {
  transition: margin 0.15s 0s ease, transform 0.15s 0.15s ease;
}
.site-header.menu-open .container .menu-button .bar:before {
  margin: 0;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}
.site-header.menu-open .container .menu-button .bar:after {
  margin: 0;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}

.nav.mobile {
  left: -100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  padding-top: 8rem;
  position: fixed;
  overflow-y: scroll;
  display: block !important;
  transition: all 1.1s ease;
  /*logo class for mobile*/
}
.nav.mobile #menu-primary-1 li {
  text-transform: uppercase;
}
.nav.mobile > ul > li {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.5rem 3rem 0 0;
}
.nav.mobile > ul > li:last-child {
  padding: 1.5rem 3rem 1.5rem 0;
}
.nav.mobile > ul > li > a {
  color: #000;
  line-height: 1.4em;
  font-size: 2rem;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .nav.mobile > ul > li > a {
    font-size: 2.1rem;
  }
}
@media all and (min-width: 1024px) {
  .nav.mobile > ul > li > a {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1440px) {
  .nav.mobile > ul > li > a {
    font-size: 2.3rem;
  }
}
@media all and (min-width: 1600px) {
  .nav.mobile > ul > li > a {
    font-size: 2.4rem;
  }
}
.nav.mobile > ul.shortcuts > li > a {
  color: #666;
  line-height: 1.5em;
  font-size: 1.4rem;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .nav.mobile > ul.shortcuts > li > a {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .nav.mobile > ul.shortcuts > li > a {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1440px) {
  .nav.mobile > ul.shortcuts > li > a {
    font-size: 1.7rem;
  }
}
@media all and (min-width: 1600px) {
  .nav.mobile > ul.shortcuts > li > a {
    font-size: 1.8rem;
  }
}
.nav.mobile.active {
  left: 0;
  right: 0;
  background: white;
  opacity: 1;
  transition: all 1.1s ease;
}
@media all and (min-width: 1024px) {
  .nav.mobile {
    display: none !important;
  }
}
.nav.mobile .logo {
  margin: 0;
  height: 30px;
  display: block !important;
}

.disable-bg-scroll {
  overflow: hidden;
}

.content_excerpt {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media all and (min-width: 768px) {
  .content_excerpt {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .content_excerpt {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_excerpt {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 1600px) {
  .content_excerpt {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.content_excerpt .inner > div h2.page-header {
  text-transform: uppercase;
}
@media all and (max-width: 1025px) {
  .content_excerpt .inner > div h2.page-header {
    padding-bottom: 1rem;
  }
}
.content_excerpt .inner > div a {
  color: #801F78;
  padding-bottom: 2rem;
}
.content_excerpt .inner > div p {
  padding-bottom: 2rem;
  line-height: 1.4em;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .content_excerpt .inner > div p {
    font-size: 2.1rem;
  }
}
@media all and (min-width: 1024px) {
  .content_excerpt .inner > div p {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1440px) {
  .content_excerpt .inner > div p {
    font-size: 2.3rem;
  }
}
@media all and (min-width: 1600px) {
  .content_excerpt .inner > div p {
    font-size: 2.4rem;
  }
}

.content_links {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media all and (min-width: 768px) {
  .content_links {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .content_links {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_links {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 1600px) {
  .content_links {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.content_links .inner > div {
  padding-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .content_links .inner > div {
    padding-bottom: 2.25rem;
  }
}
@media all and (min-width: 1024px) {
  .content_links .inner > div {
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_links .inner > div {
    padding-bottom: 2.75rem;
  }
}
@media all and (min-width: 1600px) {
  .content_links .inner > div {
    padding-bottom: 3rem;
  }
}
.content_links .inner > div h2.subtitle {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.content_links .inner > div h4.post-title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.content_links .inner > div a {
  color: #801F78;
  padding-bottom: 1rem;
}
.content_links .inner > div p {
  padding-bottom: 1rem;
}
.content_links .inner > div img {
  max-height: 276.28px;
  object-fit: cover;
  transition: 1s ease;
}
@media all and (max-width: 769px) {
  .content_links .inner > div div.col-12 {
    margin-bottom: 2.5rem;
  }
}

.content_links_button {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media all and (min-width: 768px) {
  .content_links_button {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .content_links_button {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_links_button {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 1600px) {
  .content_links_button {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.content_links_button h2 {
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.content_links_button p {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .content_links_button p {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .content_links_button p {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 1440px) {
  .content_links_button p {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.content_links_button .normal-mode a {
  background-color: #801F78;
  color: #fff;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
}
@media all and (max-width: 769px) {
  .content_links_button .normal-mode a {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 769px) {
  .content_links_button .normal-mode div:nth-child(odd) {
    padding-right: 1rem;
  }
}
@media all and (max-width: 769px) {
  .content_links_button .normal-mode div:nth-child(even) {
    padding-left: 1rem;
  }
}
@media (max-width: 576px) {
  .content_links_button .normal-mode div {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.content_links_button .expansion-mode > div > a {
  background-color: #E4DBE6;
  color: #000;
  padding: 1.5rem 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: ease 0.8s;
  text-transform: uppercase;
}
.content_links_button .expansion-mode > div a:target {
  background-color: #801F78;
  color: #fff;
}
.content_links_button .expansion-mode > div a:target svg {
  transition: all 0.8s ease-out;
}
.content_links_button .expansion-mode > div a:target svg g g {
  fill: #fff;
}
.content_links_button .expansion-mode > div a:target .chevron-active {
  transform: rotate(90deg);
}
.content_links_button .expansion-mode .expansion-module-row {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media all and (max-width: 769px) {
  .content_links_button .expansion-mode .expansion-module-row {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.content_links_button .expansion-mode .expansion-module-row .new-section {
  padding: 0 1rem;
}
.content_links_button .expansion-mode .expansion-module-row .new-section h4 {
  padding: 2rem 0;
  border-bottom: 1px solid #E1E1E1;
}
.content_links_button .expansion-mode .expansion-module-row .module-box {
  margin: 1.5rem 0;
  padding: 0;
  border-left: solid white 10px;
  border-right: solid white 10px;
}
.content_links_button .expansion-mode .expansion-module-row .module-box h3 {
  margin-top: 1rem;
}
.content_links_button .expansion-mode .expansion-module-row .module-box.bg-color {
  background-color: #E4DBE6;
  padding: 3rem 3rem !important;
}
.content_links_button .expansion-mode .expansion-module-row .module-box.bg-color h3 {
  margin: 0;
}
.content_links_button .expansion-mode .expansion-module-row .module-box img {
  width: 100%;
  max-height: 214px;
  object-fit: cover;
}
@media all and (max-width: 1025px) {
  .content_links_button .expansion-mode .expansion-module-row .module-box img {
    margin-top: 1rem;
  }
}
@media all and (max-width: 1025px) {
  .content_links_button .expansion-mode .expansion-module-row .module-box {
    margin: 1.5rem 0;
  }
}
@media all and (max-width: 769px) {
  .content_links_button .expansion-mode .expansion-module-row .module-box {
    margin: 1rem 0;
  }
}
.content_links_button .expansion-mode .expansion-module-row .module-box p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.content_links_button .expansion-mode .expansion-module-row .module-box strong p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content_links_button .expansion-mode .expansion-module-row .module-box table tr td {
  vertical-align: top;
}
.content_links_button .expansion-mode .expansion-module-row .module-box table tr td:first-child {
  padding-right: 10px;
  transform: translateY(-2px);
}
.content_links_button .expansion-mode .expansion-module-row .module-box a.list {
  color: #801F78;
}
.content_links_button .expansion-mode .expansion-module-row .module-box a.d-link {
  vertical-align: top;
  color: #801F78;
}
.content_links_button .expansion-mode .expansion-module-row .module-box a.d-link svg g g {
  fill: #801F78;
}
.content_links_button .expansion-mode .expansion-module-row .module-box a.d-link:hover .d-icon {
  animation: bounce 1.5s ease-in-out;
  animation-iteration-count: 3;
}
.content_links_button .expansion-mode .expansion-module-row .module-box a span.d-icon {
  margin-left: 2rem;
  text-decoration: none;
  display: inline-block;
}
.content_links_button .expansion-mode .expansion-module-row .module-box .fade-down {
  animation: fade-down 2s ease-out !important;
}
.content_links_button .expansion-mode .collapse {
  display: none;
}

.content_downloads {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media all and (min-width: 768px) {
  .content_downloads {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .content_downloads {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_downloads {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 1600px) {
  .content_downloads {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.content_downloads .inner > div {
  padding-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .content_downloads .inner > div {
    padding-bottom: 2.25rem;
  }
}
@media all and (min-width: 1024px) {
  .content_downloads .inner > div {
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_downloads .inner > div {
    padding-bottom: 2.75rem;
  }
}
@media all and (min-width: 1600px) {
  .content_downloads .inner > div {
    padding-bottom: 3rem;
  }
}
.content_downloads .inner > div h2.subtitle {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.content_downloads .inner > div a {
  color: #801F78;
}
@media all and (max-width: 769px) {
  .content_downloads .inner > div div {
    padding: 0;
  }
}
.content_downloads .inner > div .download-module-row {
  margin: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: #E1E1E1 solid 1px;
  border-bottom: #E1E1E1 solid 1px;
}
@media all and (max-width: 769px) {
  .content_downloads .inner > div .download-module-row {
    margin-left: 0;
    margin-right: 0;
  }
}
.content_downloads .inner > div .download-module-row div {
  padding: 1rem 0;
}
.content_downloads .inner > div .download-module-row strong p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content_downloads .inner > div .download-module-row a.d-link {
  vertical-align: top;
  color: #801F78;
}
.content_downloads .inner > div .download-module-row a.d-link svg g g {
  fill: #801F78;
}
.content_downloads .inner > div .download-module-row a.d-link:hover .d-icon {
  animation: bounce 1.5s ease-in-out;
  animation-iteration-count: 3;
}
.content_downloads .inner > div .download-module-row a span.d-icon {
  margin-left: 2rem;
  text-decoration: none;
  display: inline-block;
}
.content_downloads .inner > div .download-module-row .fade-down {
  animation: fade-down 2s ease-out !important;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-1rem);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-0.7rem);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fade-down {
  0% {
    transform: translateY(-1rem);
    opacity: 1;
  }
  50% {
    transform: translateY(2rem);
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
}
.content_contact_person .inner > div h2.subtitle {
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.content_contact_person .inner > div a {
  color: #480E55;
}
.content_contact_person .inner > div .contact-person-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .content_contact_person .inner > div .contact-person-block {
    padding-top: 2.25rem;
  }
}
@media all and (min-width: 1024px) {
  .content_contact_person .inner > div .contact-person-block {
    padding-top: 2.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_contact_person .inner > div .contact-person-block {
    padding-top: 2.75rem;
  }
}
@media all and (min-width: 1600px) {
  .content_contact_person .inner > div .contact-person-block {
    padding-top: 3rem;
  }
}
@media all and (min-width: 768px) {
  .content_contact_person .inner > div .contact-person-block {
    padding-bottom: 2.25rem;
  }
}
@media all and (min-width: 1024px) {
  .content_contact_person .inner > div .contact-person-block {
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_contact_person .inner > div .contact-person-block {
    padding-bottom: 2.75rem;
  }
}
@media all and (min-width: 1600px) {
  .content_contact_person .inner > div .contact-person-block {
    padding-bottom: 3rem;
  }
}
.content_contact_person .inner > div .contact-person-block h3.title {
  padding-bottom: 2rem;
}
@media (max-width: 575px) {
  .content_contact_person .inner > div .contact-person-block h3.title {
    padding-top: 2rem;
  }
}
@media all and (max-width: 769px) {
  .content_contact_person .inner > div .contact-person-block .contact-person-block-information {
    padding-top: 2rem;
  }
}
@media all and (max-width: 769px) and (min-width: 768px) {
  .content_contact_person .inner > div .contact-person-block .contact-person-block-information {
    padding-top: 2.25rem;
  }
}
@media all and (max-width: 769px) and (min-width: 1024px) {
  .content_contact_person .inner > div .contact-person-block .contact-person-block-information {
    padding-top: 2.5rem;
  }
}
@media all and (max-width: 769px) and (min-width: 1440px) {
  .content_contact_person .inner > div .contact-person-block .contact-person-block-information {
    padding-top: 2.75rem;
  }
}
@media all and (max-width: 769px) and (min-width: 1600px) {
  .content_contact_person .inner > div .contact-person-block .contact-person-block-information {
    padding-top: 3rem;
  }
}

.content_image {
  padding-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .content_image {
    padding-bottom: 2.25rem;
  }
}
@media all and (min-width: 1024px) {
  .content_image {
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_image {
    padding-bottom: 2.75rem;
  }
}
@media all and (min-width: 1600px) {
  .content_image {
    padding-bottom: 3rem;
  }
}
@media all and (min-width: 768px) {
  .content_image > div > .inner > div > .gallery {
    white-space: nowrap;
  }
}
.content_image > div > .inner > div > .gallery img {
  display: inline-block;
  outline: 20px solid white;
}
@media all and (max-width: 769px) {
  .content_image > div > .inner > div > .gallery img {
    padding: 0 1.5rem !important;
    width: 100% !important;
    height: auto !important;
  }
}
.content_image > div > .inner > div > .single img {
  width: 100%;
}

.content_component {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .content_component {
    padding-top: 2.25rem;
  }
}
@media all and (min-width: 1024px) {
  .content_component {
    padding-top: 2.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_component {
    padding-top: 2.75rem;
  }
}
@media all and (min-width: 1600px) {
  .content_component {
    padding-top: 3rem;
  }
}
@media all and (min-width: 768px) {
  .content_component {
    padding-bottom: 2.25rem;
  }
}
@media all and (min-width: 1024px) {
  .content_component {
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_component {
    padding-bottom: 2.75rem;
  }
}
@media all and (min-width: 1600px) {
  .content_component {
    padding-bottom: 3rem;
  }
}
.content_component.content_video .video_outer .video-pause-btn {
  display: none;
}
.content_component.content_video .video_outer .video-pause-btn.hidden {
  display: none !important;
}
.content_component.content_video .video_outer.hover .video-pause-btn {
  z-index: 30;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(calc(-100% + 25px));
  cursor: pointer;
  background-color: #801F78;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: block;
}
@media all and (min-width: 768px) {
  .content_component.content_video .video_outer.hover .video-pause-btn {
    transform: translateY(-50%) translateX(calc(-100% + 30px));
    height: 60px;
    width: 60px;
  }
}
@media all and (min-width: 1024px) {
  .content_component.content_video .video_outer.hover .video-pause-btn {
    transform: translateY(-50%) translateX(calc(-100% + 35px));
    height: 70px;
    width: 70px;
  }
}
@media all and (min-width: 1440px) {
  .content_component.content_video .video_outer.hover .video-pause-btn {
    transform: translateY(-50%) translateX(calc(-100% + 40px));
    height: 80px;
    width: 80px;
  }
}
@media all and (min-width: 1600px) {
  .content_component.content_video .video_outer.hover .video-pause-btn {
    transform: translateY(-50%) translateX(calc(-100% + 50px));
    height: 100px;
    width: 100px;
  }
}
.content_component.content_video .video_outer.hover .video-pause-btn svg {
  width: 100%;
  height: auto;
}
.content_component.content_video .video_outer.hover .video-pause-btn.hidden {
  display: none;
}
.content_component.content_video .relative {
  overflow: hidden;
  background-size: cover;
}
.content_component.content_video .video-play-btn {
  z-index: 30;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(calc(-100% + 25px));
  cursor: pointer;
  background-color: #801F78;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}
@media all and (min-width: 768px) {
  .content_component.content_video .video-play-btn {
    transform: translateY(-50%) translateX(calc(-100% + 30px));
    height: 60px;
    width: 60px;
  }
}
@media all and (min-width: 1024px) {
  .content_component.content_video .video-play-btn {
    transform: translateY(-50%) translateX(calc(-100% + 35px));
    height: 70px;
    width: 70px;
  }
}
@media all and (min-width: 1440px) {
  .content_component.content_video .video-play-btn {
    transform: translateY(-50%) translateX(calc(-100% + 40px));
    height: 80px;
    width: 80px;
  }
}
@media all and (min-width: 1600px) {
  .content_component.content_video .video-play-btn {
    transform: translateY(-50%) translateX(calc(-100% + 50px));
    height: 100px;
    width: 100px;
  }
}
.content_component.content_video .video-play-btn svg {
  width: 100%;
  height: auto;
}
.content_component.content_video img {
  display: block;
}
.content_component.content_video .video-container {
  display: none;
}
.content_component.content_video .video-container.play {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
}
.content_component.content_video .video-container video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.content_component.content_video .video-cover {
  left: 15px;
  right: 15px;
  padding: 2rem 3rem;
}
.content_component.content_video .video-cover h3 {
  color: white;
}
.content_component.content_video .video-description {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content_campaign {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media all and (min-width: 768px) {
  .content_campaign {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .content_campaign {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media all and (min-width: 1440px) {
  .content_campaign {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 1600px) {
  .content_campaign {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media all and (min-width: 768px) {
  .content_campaign .inner .container-fluid {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.content_campaign .inner .overlay {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.content_campaign .inner h2.title,
.content_campaign .inner p.text,
.content_campaign .inner a {
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.content_campaign .inner h2.title {
  text-transform: uppercase;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.content_campaign .inner p.text {
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.content_campaign .inner a {
  font-weight: 600;
}

.content_bullets .bullet-block {
  padding: 4rem;
  background-color: rgba(128, 31, 120, 0.2);
}
@media all and (max-width: 769px) {
  .content_bullets .bullet-block {
    padding: 3rem;
  }
}
.content_bullets .bullet-block h4 {
  margin-bottom: 1.5rem;
}
@media all and (max-width: 769px) {
  .content_bullets .bullet-block h4 {
    margin-bottom: 1rem;
  }
}
.content_bullets .bullet-block ul > li {
  list-style-position: inside;
  line-height: 1.4em;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .content_bullets .bullet-block ul > li {
    font-size: 2.1rem;
  }
}
@media all and (min-width: 1024px) {
  .content_bullets .bullet-block ul > li {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1440px) {
  .content_bullets .bullet-block ul > li {
    font-size: 2.3rem;
  }
}
@media all and (min-width: 1600px) {
  .content_bullets .bullet-block ul > li {
    font-size: 2.4rem;
  }
}

footer {
  /*@include media-sm
  {

      position:fixed;
      top:100vh;
      left:0;
      right:0;
      z-index:3000;

      &.abs
      {
          position: absolute;
      }

  }*/
  color: white;
}
footer .footer-tab {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  margin-top: -8rem;
}
footer .footer-tab .row {
  height: 8rem;
}
footer .footer-tab .row > div {
  height: 8rem;
}
footer .footer-tab .row > div > .overlay {
  height: 8rem;
  cursor: pointer;
  width: auto;
  display: inline-flex !important;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: -4rem;
  margin-right: -4rem;
}
footer.container-fluid .container-fluid {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  width: calc(100% + 30px);
}
footer.container-fluid .container-fluid .top {
  padding-bottom: 4rem;
}
@media all and (min-width: 768px) {
  footer.container-fluid .container-fluid .top {
    padding-left: 0;
  }
}
footer.container-fluid .container-fluid .special-column .overlay {
  background-color: #801F78;
  left: 0;
  right: 0;
  top: -6rem;
  bottom: -6rem;
  position: absolute;
}
@media (max-width: 768px) {
  footer.container-fluid .container-fluid .special-column .overlay {
    top: 0;
    bottom: 0;
  }
}
footer.container-fluid .container-fluid .special-column .shortcuts {
  padding-top: 3.5rem;
  z-index: 1;
}
footer.container-fluid .container-fluid .special-column .shortcuts a {
  color: #fff;
  line-height: 2em;
}
@media all and (max-width: 769px) {
  footer.container-fluid .container-fluid .special-column {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
footer.container-fluid .container-fluid h4.footer-label {
  z-index: 1;
}
footer.container-fluid .container-fluid .contact-block {
  padding-left: 0 !important;
  padding-top: 2rem;
}
@media all and (min-width: 768px) {
  footer.container-fluid .container-fluid .contact-block {
    padding-top: 2.25rem;
  }
}
@media all and (min-width: 1024px) {
  footer.container-fluid .container-fluid .contact-block {
    padding-top: 2.5rem;
  }
}
@media all and (min-width: 1440px) {
  footer.container-fluid .container-fluid .contact-block {
    padding-top: 2.75rem;
  }
}
@media all and (min-width: 1600px) {
  footer.container-fluid .container-fluid .contact-block {
    padding-top: 3rem;
  }
}
footer.container-fluid .container-fluid .contact-block h6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer.container-fluid .container-fluid .contact-block a {
  padding: 0;
  color: #fff;
}
@media all and (max-width: 769px) {
  footer.container-fluid .container-fluid #ik-logo {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}
@media all and (min-width: 768px) {
  footer.container-fluid .container-fluid #ik-logo {
    margin-top: 8rem;
    padding-left: 4rem;
  }
}
footer #by-dice {
  position: absolute;
  left: 0;
  top: calc(100% - 7px);
}
@media all and (max-width: 769px) {
  footer #by-dice {
    right: 0;
    top: 100%;
  }
}

@media all and (min-width: 768px) {
  .content_form_alt .centralize-form {
    margin-left: 25%;
  }
}

/*
.content_53_form{
	.fasting-form{
		padding-top: 4rem;
		padding-bottom: 4rem;
		.fasting-form-fields{
			input[type="checkbox"]{
				height: 100%;
			}
		}
		.fasting-form-registration{
			padding-top: 4rem;
			padding-bottom: 4rem;

			button{
				color: white;
				height: 38px;
				width: 300px;
				background-color: $link_color;
				cursor: pointer;
				@include font_bold;
				@include trans-md;

				&:hover{
					background-color: $main_color;
				}
			}
		}
	}

	.share-print{
		button{
			color: white;
			height: 38px;
			width: 300px;
			margin-bottom: 4rem;
			background-color: $link_color;
			cursor: pointer;
			@include font_bold;
			@include trans-md;

			&:hover{
				background-color: $main_color;
			}
		}
	}
}
*/
.response-page h1 {
  color: #480E55;
}
.response-page a {
  color: #801F78;
}

.filter-row {
  background: #e4dbe6 !important;
  padding-top: 1em;
  padding-bottom: 1.2em;
}

.filter {
  background: #e4dbe6;
  padding-top: 1em;
  padding-bottom: 1.2em;
}
.filter input:focus,
.filter select:focus,
.filter textarea:focus,
.filter button:focus {
  outline: none !important;
}
.filter form {
  margin-bottom: 0;
}
.filter form .form-group {
  margin-bottom: 0;
}
.filter form .form-group .form-control {
  font-size: 1.8rem;
  height: 2.25em;
  padding-left: 1em;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 1em;
}
.filter form .form-group .form-control.dropdown {
  background: url(/wp-content/themes/fa-admin/images/svg/search.svg) center right 0.5em no-repeat #ffffff;
  background-size: 0.9em 0.9em;
  cursor: pointer;
}
.filter form .form-group .form-control.search {
  background: url(/wp-content/themes/fa-admin/images/svg/search.svg) center right 0.5em no-repeat #ffffff;
  background-size: 0.9em 0.9em;
  cursor: pointer;
  padding-right: 30px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.filter form .form-group .form-control:focus {
  outline: none !important;
  outline-color: transparent;
  outline-style: none;
}
.filter form .form-group .btn-primary {
  line-height: 1.6em;
  font-size: 1.6rem;
  font-size: 1.8rem !important;
  line-height: 0;
  border-radius: 0;
  height: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #7b2777;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media all and (min-width: 768px) {
  .filter form .form-group .btn-primary {
    font-size: 1.7rem;
  }
}
@media all and (min-width: 1024px) {
  .filter form .form-group .btn-primary {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1440px) {
  .filter form .form-group .btn-primary {
    font-size: 2rem;
  }
}
@media all and (min-width: 1600px) {
  .filter form .form-group .btn-primary {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 769px) {
  .filter form .form-group .btn-primary {
    margin-bottom: 2rem;
  }
}
.filter form .form-group h4 {
  line-height: 1.4em;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  .filter form .form-group h4 {
    font-size: 2.1rem;
  }
}
@media all and (min-width: 1024px) {
  .filter form .form-group h4 {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1440px) {
  .filter form .form-group h4 {
    font-size: 2.3rem;
  }
}
@media all and (min-width: 1600px) {
  .filter form .form-group h4 {
    font-size: 2.4rem;
  }
}

@media all and (max-width: 769px) {
  .content_component {
    padding-left: 0;
    padding-right: 0;
  }
}
.user_status {
  line-height: 1.4em;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.2rem 1.2rem;
  white-space: nowrap;
  max-width: 100px;
  background: #801f78;
  margin-left: 2rem;
  display: none;
}
@media all and (min-width: 768px) {
  .user_status {
    font-size: 1.3rem;
  }
}
@media all and (min-width: 1024px) {
  .user_status {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1440px) {
  .user_status {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1600px) {
  .user_status {
    font-size: 1.6rem;
  }
}
.user_status.passive {
  background: #f1ecf2;
  color: #801f78;
}
.user_status a {
  color: white;
  white-space: nowrap;
}
@media all and (min-width: 1024px) {
  .user_status {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */
