/**
 * Additional styles (under the fold)
 */
/**
 * Sass global vars
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.4; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #fff;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #fff; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #eaeaea;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #eee9fe; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #eaeaea;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  padding: 0;
  width: 50px;
  top: 0;
  bottom: 0;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    bottom: 1px; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    margin-left: 2px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #eaeaea;
    margin-left: 3px; }
  .mfp-arrow-left:hover:after, .mfp-arrow-left:focus:after {
    border-right-color: #c4c4c4; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    left: auto;
    right: 0;
    border-left: 17px solid #eaeaea;
    margin-left: 7px; }
  .mfp-arrow-right:hover:after, .mfp-arrow-right:focus:after {
    border-left-color: #c4c4c4; }

.mfp-iframe-holder {
  padding-top: 8px;
  padding-bottom: 8px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 668px; }
  .mfp-iframe-holder .mfp-close {
   top: -12px;
    right: -12px;
    text-align: right;
    padding-right: 4px;
    width: 26px;

    }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.5);
    background: #fff; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.5);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
.mfp-s-loading .mfp-arrow {
  display: none; }

.mfp-arrow::before {
  display: none; }

button.mfp-close {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #00e9fe;
  border-radius: 50%;
  top: -15px;
  right: -2px;
  color: #fff !important; }
  @media (min-width: 841px) {
    .popup button.mfp-close, .popup--stock button.mfp-close, .newsInPopup button.mfp-close {
      right: -14px; } }
  @media (min-width: 544px) {
    .popup--stock button.mfp-close {
      right: -14px; } }

.popup, .popup--stock {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 2px solid #eaeaea;
  max-width: 835px;
  margin: 18px auto;
  text-align: center;
  position: relative; }
  @media (min-width: 544px) {
    .popup, .popup--stock {
      border: 2.68px solid #eaeaea; } }
  .popup__main {
    position: relative;
    padding: 10px 30px 12px; }
    .popup__main__figure, .popup__main__figure img {
      margin: 0 auto; }
    .popup__main__figure {
      min-height: 360px;
      max-height: 360px;
      position: relative; }
      .popup__main__figure img {
	object-fit: contain;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    @media (min-width: 544px) {
      .popup__main__figure {
        min-height: 528px;
        max-height: none; } }
    @media (max-height: 414px) {
      .popup__main__figure {
        min-height: 320px; } }
  .popup__bottom {
    position: relative;
    overflow: hidden;
    background: #eaeaea; }
    .popup__bottom .c-select {
      background-color: #fff; }
    .popup__bottom__container, .popup__bottom__container--artist, .popup__bottom__container--pane {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      padding: 12px 90px 40px 60px;
      transition: all 0.4s ease-in-out; }
      @media (max-width: 414px) {
        .popup__bottom__container, .popup__bottom__container--artist, .popup__bottom__container--pane {
          padding: 16px 14px 16px;
          max-width: none; }
          .popup--stock .popup__bottom__container, .popup--stock .popup__bottom__container--artist, .popup--stock .popup__bottom__container--pane {
            padding-bottom: 35px; } }
      .popup__bottom__container--artist {
        padding: 16px 0 16px 9px;
        max-width: 382px; }
      .popup__bottom__container.hidden, .hidden.popup__bottom__container--artist, .hidden.popup__bottom__container--pane {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
        .popup__bottom__container.hidden + .popup__bottom__container--pane, .hidden.popup__bottom__container--artist + .popup__bottom__container--pane, .hidden.popup__bottom__container--pane + .popup__bottom__container--pane {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
      .popup__bottom__container.none, .none.popup__bottom__container--artist, .none.popup__bottom__container--pane {
        position: absolute; }
    .popup__bottom__row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -0.6665rem;
      margin-right: -0.6665rem;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .popup__bottom__row__col, .popup__bottom__row__col--wider {
        position: relative;
        min-height: 1px;
        padding-left: 0.6665rem;
        padding-right: 0.6665rem;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
        @media (max-width: 414px) {
          .popup__bottom__row__col, .popup__bottom__row__col--wider {
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
            .popup__bottom__row__col:nth-child(odd), .popup__bottom__row__col--wider:nth-child(odd) {
              padding-left: 24px; } }
      .popup__bottom__row__col--wider {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-width: 203px; }
  .popup .btn, .popup--stock .btn {
    font-size: 1.16rem;
    margin-bottom: 1em; }
  .popup .btn.btn-sm, .popup--stock .btn.btn-sm {
    font-size: 1rem;
    margin: 0;
    padding: 0 0.5em;
    font-family: sans-serif;
    letter-spacing: 0; }

.btn-info.disabled,
.btn-info:disabled {
  border-color: #aaa !important;
  color: #aaa !important;
  background: none !important; }

.item__nav__left__cart {
  color: #14cb00;
  background-image: none;
  background-color: transparent;
  border-color: #14cb00;
  min-width: 72px; }
  .item__nav__left__cart:focus, .item__nav__left__cart.focus, .item__nav__left__cart:active, .item__nav__left__cart.active, .open > .item__nav__left__cart.dropdown-toggle {
    color: #fff;
    background-color: #14cb00;
    border-color: #14cb00; }
  .item__nav__left__cart:hover {
    color: #fff;
    background-color: #14cb00;
    border-color: #14cb00; }
  .item__nav__left__cart.disabled:focus, .item__nav__left__cart.disabled.focus, .item__nav__left__cart:disabled:focus, .item__nav__left__cart:disabled.focus {
    border-color: #46ff32; }
  .item__nav__left__cart.disabled:hover, .item__nav__left__cart:disabled:hover {
    border-color: #46ff32; }

.popup--stock {
  max-width: 516px; }
  @media (min-width: 544px) {
    .popup--stock .popup__main__figure {
      min-height: 448px; } }
  .popup--stock .item__nav--popup {
    position: absolute;
    left: 10px; }

.itemdata,
.artdata,
.itemdata--shortlabels,
.artdata--shortlabels {
  font-family: sans-serif;
  font-size: 0.916rem;
  line-height: 1.08; }
  .itemdata__label,
  .artdata__label {
    float: left;
    clear: left;
    width: 52px;
    text-align: right;
    color: #000;
    font-weight: 400; }
    .itemdata__label::after,
    .artdata__label::after {
      content: ":"; }
  .itemdata__value,
  .artdata__value {
    color: #555;
    margin: 0 0 0 58px; }
  .itemdata--shortlabels .artdata__label,
  .artdata--shortlabels .artdata__label {
    width: 38px; }
  .itemdata--shortlabels .artdata__value,
  .artdata--shortlabels .artdata__value {
    margin-left: 46px; }

.artdata__value {
  padding: 0 0 8px 0; }

.itemdata__value {
  padding: 0 0 3px 0; }

.item__nav__left {
  text-align: left; }
  .item__nav__left__cart {
    position: absolute;
    top: -3px;
    left: 108px; }
  .item__nav--popup .item__nav__left .c-input .icon-cart {
    font-size: 1.25rem; }

.popup__bottom__topright {
  position: absolute;
  top: 9px;
  right: 5px; }

.green-pricing,
.blue-info {
  border: 0;
  background: none;
  font-size: 0.916rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  padding-right: 1.85em; }
  .green-pricing::after,
  .blue-info::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.75rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent; }

.green-pricing {
  color: #14cb00; }
  .green-pricing::after {
    border-left: 1rem solid #14cb00; }
  .green-pricing:focus, .green-pricing:hover {
    color: #0e8e00; }
    .green-pricing:focus::after, .green-pricing:hover::after {
      border-left-color: #0e8e00; }

.blue-info {
  color: #0ad; }
  .blue-info::after {
    border-right: 1rem solid #0ad; }
  .blue-info:focus, .blue-info:hover {
    color: #007ba0; }
    .blue-info:focus::after, .blue-info:hover::after {
      border-right-color: #007ba0; }

.popup__bottom__container--pane {
  padding-right: 60px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
  .popup__bottom__container--pane .popup__bottom__row__col, .popup__bottom__container--pane .popup__bottom__row__col--wider {
    -webkit-flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%; }
  .popup__bottom__container--pane .c-select {
    max-width: 180px; }
  .popup__bottom__container--pane .form-group {
    margin: 2px 0 0; }
  @media (max-width: 543px) {
    .popup__bottom__container--pane .c-select {
      max-width: 160px; }
    .popup__bottom__container--pane .popup__bottom__row__col, .popup__bottom__container--pane .popup__bottom__row__col--wider {
      font-size: 0.833rem; }
    .popup__bottom__container--pane .popup__bottom__row__col, .popup__bottom__container--pane .popup__bottom__row__col--wider,
    .popup__bottom__container--pane .popup__bottom__row__col--wider {
      padding-right: 0; }
    .popup__bottom__container--pane .popup__bottom__row__col--wider {
      padding-left: 12px; } }
  @media (max-width: 414px) {
    .popup__bottom__container--pane {
      padding-right: 14px; } }

.pane__title {
  font-size: 1.09rem;
  text-align: center;
  margin-top: -0.1em; }

.small-tip {
  font-size: 0.833rem;
  color: rgba(0, 0, 0, 0.6); }

.usage-legend {
  display: block;
  font-size: 1rem;
  color: #4a4a4a;
  opacity: 0.5;
  margin-top: 7px;
  transition: all 0.2s ease-out; }
  .usage-legend.absolute {
    position: absolute; }
  .usage-legend.unvisible {
    opacity: 0;
    pointer-events: none; }

.usage-help {
  border: 0;
  background: none;
  padding: 0;
  position: relative;
  left: 6px;
  top: 5px; }

#LicenseFee {
  margin-top: 14px;
  background: #fff;
  width: 96px;
  text-align: center;
  padding: 8px; }
  @media (min-width: 544px) {
    #LicenseFee {
      width: 112px; } }
  #LicenseFee .btn {
    margin: 9px auto 0; }
  @media (max-width: 543px) {
    #LicenseFee {
      margin-left: auto;
      margin-right: auto; } }

#TheFee {
  font-size: 0.916rem;
  color: #4a4a4a; }

@media (min-width: 544px) {
  .c-input .icon-cart + .c-indicator {
    left: 1.9rem; } }
@media (max-width: 543px) {
  .item__nav--popup .item__nav__lb {
    line-height: 14px; }
    .item__nav--popup .item__nav__lb::after {
      top: 1px;
      height: 14px;
      background-size: 14px 14px; }
  .item__nav--popup .c-input {
    font-size: 0.833rem; }
    .item__nav--popup .c-input .icon-cart {
      left: -2px; }
      .item__nav--popup .c-input .icon-cart + .c-indicator {
        left: 1.8rem; }

  .item__nav__left__cart {
    left: 110px; }

  .popup__bottom__container--pane .popup__bottom__row__col:nth-child(odd), .popup__bottom__container--pane .popup__bottom__row__col--wider:nth-child(odd) {
    padding-left: 6px;
    text-align: center; } }
/*!
 * Footer elements
 */
#Footer__first {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; 
  background-image: linear-gradient(180deg, grey 0%, #595959 100%);
  text-align: center;
  color: white;
  font-size: 1.5rem;
  padding: 15px;
}

#Footer__first span {
    font-size: 2rem;
    font-style: italic;
    font-weight: 400;
}

#Footer__first a {
    color: white;
    text-decoration: underline;
    display: inline-block;
}

#Footer__last {
  margin-top: 34px;
  background-image: linear-gradient(180deg, #aaa 0%, #909090 100%);
  min-height: 80px; }

#JoinUs,
#Footer__last {
  padding-left: 0.6665rem;
  padding-right: 0.6665rem; }

.quote-icon {
  opacity: 0.2;
  color: #00e9fe;
  font-family: "Arial Black";
  font-size: 294px;
  font-weight: 400;
  position: absolute;
  top: -148px;
  left: 28px; }

#JoinUs {
  min-height: 248px;
  position: relative;
  overflow: hidden;
  color: #444; }
  #JoinUs__logo {
    position: absolute;
    pointer-events: none;
    left: -61px;
    top: 0;
    opacity: 0.2; }
  #JoinUs__title {
    margin-top: 40px;
    margin-bottom: 14px; }
  #JoinUs__row {
    position: relative; }
  #JoinUs__row__col--list {
    color: #2de;
    font-size: 1.25rem;
    line-height: 1.4rem;
    padding-left: 1em;
    margin-top: 14px; }
    #JoinUs__row__col--list b {
      font-size: 1rem;
      color: #444; }
  #JoinUs__row__col__cta {
    margin-top: 22px; }
    #JoinUs__row__col__cta .btn {
      background-image: linear-gradient(180deg, #00e9fe 0%, #00d6ee 100%);
      font-size: 1.16rem;
      border-width: 0;
      min-width: 140px;
      padding: .4em;
      transition: all 0.2s ease-in-out; }
      #JoinUs__row__col__cta .btn:focus, #JoinUs__row__col__cta .btn:hover {
        background-image: linear-gradient(180deg, #00e9fe 0%, #00d6ee 50%); }

#JoinUs__title,
.JoinUs__row__col {
  padding-left: 118px; }

#Footer__last__row {
  font-size: 0.833rem;
  letter-spacing: .0183em;
  line-height: 1.5rem; }

.Footer__last__row__col {
  padding: 22px 0; }

#Footer__last__row,
.Footer__last__row__col__link {
  color: #fff; }

.Footer__last__row__col__link {
  color: #d8d8d8; }
  .Footer__last__row__col__link:focus, .Footer__last__row__col__link:hover {
    color: #fff; }

#Footer__last__row__socials {
  text-align: center;
  font-size: 1.85rem;
  padding-top: 0; }
  #Footer__last__row__socials a {
    display: inline-block;
    vertical-align: middle;
    color: #d8d8d8;
    transition: all 0.2s ease-in-out; }
    #Footer__last__row__socials a:focus, #Footer__last__row__socials a:hover {
      color: #fff; }
  #Footer__last__row__socials__fb {
    margin-top: -2px; }
  #Footer__last__row__socials__in {
    font-size: 1.75rem;
    margin-top: -2px; }
  #Footer__last__row__socials__tt {
    font-size: 1.75rem;
    margin-right: 10px }
  #Footer__last__row__socials__ml {
    font-size: 2.25rem; }
  #Footer__last__row__socials__pn {
    fill: #d8d8d8;
    transition: all 0.2s ease-in-out;
  }
  #Footer__last__row__socials__pn:hover {
    fill: #fff
  }
  #Footer__last__row__socials__pn svg {
    margin-right: 10px;
    margin-top: -2px;
  }


@media (min-width: 480px) {
  #Footer__last__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px; }

  .Footer__last__row__col {
    padding: 22px;
    position: relative;
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%; }

  #Footer__last__row__socials {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    text-align: right;
    padding-top: 27px; } }
@media (min-width: 768px) {
  #JoinUs__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    #JoinUs__row__col--list {
      margin-top: -2px; }

  .JoinUs__row__col:first-child {
    padding-left: 127px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  #JoinUs {
    min-height: 260px; }
    #JoinUs__logo {
      width: 260px;
      height: 260px;
      left: -70px; }
    #JoinUs__title {
      padding-left: 112px;
      margin-bottom: 19px; }
    #JoinUs__row__col__cta {
      text-align: left; }

  .JoinUs__row__col:first-child {
    padding-left: 127px; }

  .JoinUs__row__col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .JoinUs__row__col:first-child {
      padding-left: 127px; }
    .JoinUs__row__col:nth-child(2) {
      padding-left: 44px; } }
@media (min-width: 992px) {
  .JoinUs__row__col {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
    .JoinUs__row__col:last-child {
      position: relative; }

  #JoinUs__row__col__cta {
    text-align: center; } }
@media (min-width: 1024px) {
  #Footer__last__row {
  font-size: 1.03rem; }
  #Footer__last__row__socials__fb {
      font-size: 2.31rem; }
  #Footer__last__row__socials__in, 
  #Footer__last__row__socials__tt {
      font-size: 2.1875rem; }
  #Footer__last__row__socials__ml {
      font-size: 2.8125rem; }

  #JoinUs__logo {
    left: -65px; }
  #JoinUs__title, #JoinUs__row {
    margin-left: auto;
    margin-right: auto;
    padding-left: 7px;
    padding-right: 7px;
    max-width: 930px; }
  #JoinUs__title {
    padding-left: 62px;
    margin-bottom: 15px;
    margin-top: 34px; }
  #JoinUs__row__col--list {
    margin-top: -1px; }

  .JoinUs__row__col:first-child {
    padding-left: 55px; }
  .JoinUs__row__col:nth-child(2) {
    padding-left: 27px; }
  .JoinUs__row__col:nth-child(3) {
    text-align: right;
    padding-left: 30px;
    position: relative;
    padding-bottom: 2rem; }
  .JoinUs__row__col__quote {
    font-size: 1.5rem;
    line-height: 1.333;
    margin-top: -.2em;
    padding-right: 1em;
    position: relative; }
  .JoinUs__row__col__morelink {
    display: inline-block;
    color: black;
    font-size: 1.16rem;
    position: absolute;
    right: 0;
    bottom: 0.5em; } }

/*# sourceMappingURL=additional.css.map */
