/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
.location {
  border: 1px solid #BAD1DE;
  border-radius: 10px;
  color: #657487;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  padding: 15px 20px;
  position: relative; }
  .location:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12.5px;
    margin-top: -8px;
    background: #F8FBFF url('../img/vector/vector-stripe.svg?1588073706') no-repeat 4px 4px;
    display: inline-block;
    width: 25px;
    height: 25px;
    z-index: 1; }
    .page-footer-container .location:before {
      background-color: #EEF5F9; }
    .narrow-screen-menu-container .location:before {
      background-color: #F1F5FA; }
  @media only screen and (max-width: 1100px) {
    .paragraph--type--cover .location {
      right: 29.8% !important; } }
  .narrow-screen-menu-container .location {
    font-size: 12px;
    margin-top: 30px;
    padding: 9px 15px; }
    .narrow-screen-menu-container .location br {
      display: none; }

.responsive-table {
  margin-bottom: 30px; }
  .responsive-table:last-child {
    margin-bottom: 0; }
  .responsive-table .table-wrapper {
    border: 1px solid #EEF5F9;
    border-radius: 10px;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    display: inline-block;
    overflow: auto;
    max-width: 100%;
    vertical-align: middle; }
  @media only screen and (max-width: 650px) {
    .responsive-table {
      position: relative; }
      .responsive-table:before, .responsive-table:after {
        content: '';
        position: absolute;
        display: block; }
      .responsive-table:before {
        top: 50%;
        right: 25px;
        margin-top: -3.5px;
        background: url('../img/vector/vector-stripe.svg?1588073706') no-repeat -151px -96px;
        display: block;
        width: 7px;
        height: 12px;
        z-index: 2; }
      .responsive-table:after {
        top: 0;
        right: 0;
        background: -moz-linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 90.1%);
        background: -webkit-linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 90.1%);
        background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 90.1%);
        width: 60px;
        height: 100%;
        z-index: 1; } }
  @media only screen and (max-width: 650px) {
    .responsive-table {
      margin-right: -20px; } }

@media only screen and (min-width: 851px) {
  .half-col .col-1 {
    width: 320px; } }
@media only screen and (max-width: 850px) {
  .half-col .col-1 h2 {
    text-align: center; } }
@media only screen and (min-width: 851px) {
  .half-col .col-2 {
    padding-left: 30px;
    width: calc(100% - 320px); } }
@media only screen and (max-width: 850px) {
  .half-col .ico--long-arrow {
    display: none; } }

.yashare-container {
  border: 1px solid #EEF5F9;
  border-radius: 10px;
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 70px auto 0;
  padding: 20px 30px 20px 45px;
  position: relative;
  max-width: 730px; }
  .yashare-container:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    margin-top: -25px;
    background: #B0CB1F url('../img/vector/vector-stripe.svg?1588073706') no-repeat -265px -33px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1; }
    @media only screen and (max-width: 650px) {
      .yashare-container:before {
        top: -25px;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .yashare-container .share-container--label {
    line-height: 1.9;
    padding-right: 20px; }
    .yashare-container .share-container--label span {
      font-weight: 400; }
    @media only screen and (max-width: 650px) {
      .yashare-container .share-container--label {
        margin-bottom: 15px;
        padding-right: 0;
        text-align: center; } }
  @media only screen and (max-width: 650px) {
    .yashare-container {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-top: 60px;
      padding: 35px 20px 30px; } }

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