.text-right {
  text-align: right; }

.text-center {
  text-align: center; }
  @media screen and (max-width: 30em) {
    .text-center-xs {
      text-align: center !important; } }
  @media screen and (max-width: 48em) {
    .text-center-sm {
      text-align: center !important; } }

.divider {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 1em;
  display: block;
  color: inherit;
  border: solid currentColor;
  border-width: 0 0 3px 0;
  border-radius: 3px;
  opacity: 0.25; }
  .divider--slim {
    border-width: 0 0 1px 0;
    margin: 0 0 0.5em; }
  .divider--double-margin {
    margin: 0 0 2em; }

.background-cover {
  background: center center no-repeat;
  background-size: cover; }

.img-round {
  border-radius: 50%; }

.img-center {
  margin: 0 auto; }

.row-eq-height, .row-eq-height-lg, .row-eq-height-md, .row-eq-height-sm, .row-eq-height-xs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .row-eq-height-lg .row {
    height: 100%; }
  @media (max-width: 1200px) {
    .row-eq-height-lg {
      display: block; } }
  @media (max-width: 992px) {
    .row-eq-height-md {
      display: block;
      width: 100%; } }
  @media (max-width: 768px) {
    .row-eq-height-sm {
      display: block; } }
  @media (max-width: 480px) {
    .row-eq-height-xs {
      display: block; } }

.col-align-bottom, .col-align-bottom-lg, .col-align-bottom-md, .col-align-bottom-sm, .col-align-bottom-xs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .col-align-bottom-lg .row {
    height: 100%; }
  @media (max-width: 1200px) {
    .col-align-bottom-lg {
      display: block; } }
  @media (max-width: 992px) {
    .col-align-bottom-md {
      display: block; } }
  @media (max-width: 768px) {
    .col-align-bottom-sm {
      display: block; } }
  @media (max-width: 480px) {
    .col-align-bottom-xs {
      display: block; } }

.align-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.col-separator-right {
  border-right: 2px solid #bebebe; }

.col-separator-left {
  border-left: 2px solid #bebebe; }
  .col-separator-left .col-content {
    padding-top: 35px; }
    @media screen and (max-width: 48em) {
      .col-separator-left .col-content {
        border-top: 2px solid #bebebe;
        border-left: 0; } }

@media (max-width: 1200px) {
  .container-no-margin-lg {
    padding: 0 !important; } }

@media (max-width: 992px) {
  .container-no-margin-md {
    padding: 0 !important; } }

@media (max-width: 768px) {
  .container-no-margin-sm {
    padding: 0 !important; } }

@media (max-width: 480px) {
  .container-no-margin-xs {
    padding: 0 !important; } }

.svg-fix-height-mobile {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 100%; }
  .svg-fix-height-mobile object {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .svg-fix-height-mobile svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.row.v-divide > [class*='col-']:not(:last-child):after {
  background: #fff;
  width: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  bottom: 50px;
  right: 0;
  opacity: 0.5; }
  @media (max-width: 992px) {
    .row.v-divide > [class*='col-']:not(:last-child):after {
      display: none; } }

.border-left-light-grey {
  border-left: 3px solid #f4f1f0; }
