/*
Colors
 */
/*
Fonts
 */
/*
font sizes
*/
._main-nav {
  background-color: #f2f2f2;
}
._main-nav ._cc-xapo-logo img {
  filter: invert(95%) sepia(95%) saturate(20%) hue-rotate(354deg) brightness(105%) contrast(105%);
}

._section_newsletter {
  padding-top: 74px;
  padding-bottom: 74px;
  overflow: hidden;
}

._blog_header {
  background-color: #f2f2f2;
  display: flex;
  position: relative;
  height: 90vh;
  align-items: center;
}
._blog_header ._title {
  display: block;
}
._blog_header ._title span {
  display: block;
  position: absolute;
  font-size: 180px;
  line-height: 180px;
  color: rgb(221, 192, 67);
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
  z-index: 10;
}
._blog_header ._title span:first-child {
  top: 0;
  left: 8%;
}
._blog_header ._title span:last-child {
  bottom: 0;
  right: 14%;
}
._blog_header ._title i {
  font-size: 80px;
  color: #192B3F;
}
._blog_header ._new_blog {
  background-color: rgb(25, 43, 63);
  color: white;
  padding: 20px 34px;
  display: block;
  position: relative;
  z-index: 100;
}
._blog_header ._new_blog span {
  display: block;
  position: absolute;
  right: 4%;
  font-weight: 500;
}
._blog_header ._new_blog h1 {
  color: rgb(221, 192, 67);
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 2.938rem;
  margin: 54px 0 40px;
}
._blog_header ._new_blog p {
  margin-right: 100px;
  margin-bottom: 40px;
}
._blog_header ._new_blog a {
  font-size: 14px;
  margin-left: auto;
  display: inline-block;
  position: absolute;
  right: 5%;
  bottom: 6%;
}

._blogs_highlights {
  background-color: #f2f2f2;
  padding: 100px 0 60px;
}
._blogs_highlights ._button_tags {
  padding: 25px 0;
  text-align: center;
}
._blogs_highlights ._button_tags .btn.btn-blue {
  background-color: white;
  margin-left: 6px;
}
._blogs_highlights ._button_tags .btn.btn-blue.current {
  background-color: rgb(221, 192, 67);
  color: white;
  border: unset;
}
._blogs_highlights ._section_search .form-search {
  max-width: 500px;
  margin: auto;
}
._blogs_highlights ._section_search .input-group {
  border-bottom: 1px solid black;
}
._blogs_highlights ._section_search .input-group .form-control {
  border: unset;
  background-color: transparent;
  padding-left: 0;
  color: #707070;
  text-align: center;
}
._blogs_highlights ._section_search .input-group .form-control::placeholder {
  color: #707070;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 400;
}
._blogs_highlights ._section_search .input-group .form-control:focus {
  border: unset;
  box-shadow: none;
}
._blogs_highlights ._section_search .input-group .icon-asterisk_icon {
  color: #707070;
  font-size: 20px;
}
._blogs_highlights ._section_search .input-group button {
  padding-right: 10px;
}
._blogs_highlights ._section_search .input-group .btn {
  background-color: transparent;
  color: rgb(25, 43, 63);
  border: unset;
  padding-left: 10px;
}
._blogs_highlights ._section_search .input-group .btn:hover {
  background-color: transparent;
  color: rgb(25, 43, 63);
  border: unset;
}

._sl_blogs_high {
  display: block;
  position: relative;
}
._sl_blogs_high ._blog {
  display: block;
  position: relative;
}
._sl_blogs_high ._blog ._content {
  max-width: 222px;
  margin: auto;
}
._sl_blogs_high ._blog ._content .img-invisible {
  width: 100%;
  display: block;
  position: relative;
  height: 330px;
  max-width: 222px;
  border-radius: 140px;
  margin: 14px auto 24px;
}
._sl_blogs_high ._blog ._content .img-invisible:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 104%;
}
._sl_blogs_high ._blog ._content span {
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
._sl_blogs_high ._blog ._content h4, ._sl_blogs_high ._blog ._content p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

._prSliderControls button.prev, ._prSliderControls button.next, ._prSliderControls button.prevg, ._prSliderControls button.nextg {
  color: rgb(221, 192, 67);
}
._prSliderControls button.prev {
  left: 5%;
}
._prSliderControls button.next {
  right: 5%;
}
._prSliderControls._blogs {
  text-align: right;
  position: relative;
  padding-right: 8%;
  padding-bottom: 6%;
}
._prSliderControls._blogs button {
  position: relative;
}
._prSliderControls._blogs button.prevg {
  transform: rotate(180deg) translateY(5px);
  padding-left: 25px;
}

._section_all_blogs {
  border-top: 2px solid #707070;
  display: block;
  position: relative;
}
._section_all_blogs:after, ._section_all_blogs:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #707070;
  position: absolute;
}
._section_all_blogs:before {
  top: 446px;
}
._section_all_blogs:after {
  top: 886px;
}
._section_all_blogs ._all:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #707070;
  position: absolute;
  top: 1336px;
}
._section_all_blogs ._sl_blog {
  display: block;
  position: relative;
  padding-top: 10px;
  max-width: 1054px;
  margin: auto;
}
._section_all_blogs ._sl_blog .slick-dots {
  display: block;
  position: relative;
  text-align: right;
  padding: 0 2rem;
}
._section_all_blogs ._sl_blog .slick-dots li {
  display: inline-block;
}
._section_all_blogs ._sl_blog .slick-dots li button {
  background-color: transparent;
  border: unset;
  box-shadow: none;
}
._section_all_blogs ._sl_blog .slick-dots li.slick-active button {
  text-decoration: underline;
}
._section_all_blogs ._sl_blog ._content {
  display: block;
  position: relative;
}
._section_all_blogs ._sl_blog ._content ._image {
  width: 280px;
  height: 368px;
}
._section_all_blogs ._sl_blog ._content ._image img {
  display: block;
  position: relative;
  max-width: 280px;
  height: 100%;
  border-radius: 28px;
  opacity: 1;
}
._section_all_blogs ._sl_blog ._content ._image ._urls {
  display: block;
  position: absolute;
  left: 5%;
  bottom: 20%;
}
._section_all_blogs ._sl_blog ._content ._image ._urls a._link {
  padding-left: 20px;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 14px;
}
._section_all_blogs ._sl_blog ._content ._image ._urls a._link:hover {
  font-weight: 400;
}
._section_all_blogs ._sl_blog ._content h5 {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 16px;
}
._section_all_blogs ._sl_blog ._content p {
  font-size: 14px;
}
._row-items {
  padding: 30px 0 5px;
  display: block;
  position: relative;
  width: 100%;
  margin: 20px auto;
  border-top: 2px solid #707070;
}
._row-items ._item-blog {
  display: block;
  width: 100%;
  max-width: 380px;
  position: relative;
}
._row-items ._item-blog .media {
  position: relative;
  display: block;
  width: 100%;
  max-height: 420px;
  height: 420px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 20px;
}
._row-items ._item-blog .media picture img {
  visibility: hidden;
  opacity: 0;
  height: auto;
  width: 100%;
  display: block;
}
._row-items ._item-blog .media ._tags {
  position: absolute;
  padding: 3px;
  left: 0;
  bottom: 0;
}
._row-items ._item-blog .media ._tags span {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  padding: 4px 12px;
  font-size: 12px;
  border: 1px solid white;
  color: white;
  text-decoration: underline;
  border-radius: 25px;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
  line-height: 12px;
}
._row-items ._item-blog h4 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
._row-items ._item-blog .date {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}
._row-items ._item-blog .route {
  position: relative;
}
._row-items ._item-blog .route a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-decoration: none;
}

._s-blog-details ._main-nav {
  background-color: #141414;
}
._s-blog-details ._main-nav .navbar-nav .nav-item {
  color: white;
}
._s-blog-details ._main-nav .navbar-nav .nav-item .nav-link {
  color: white;
}
._s-blog-details ._main-nav ._nav-right .nav-item .nav-link {
  color: white;
}
._s-blog-details ._main-nav ._nav-right .nav-item._lg-selector:before {
  color: white;
}
._s-blog-details ._main-nav ._nav-right .nav-item._lg-selector:after {
  background-color: white;
}
._s-blog-details ._main-nav ._cc-xapo-logo {
  filter: brightness(0) saturate(100%) invert(97%) sepia(83%) saturate(204%) hue-rotate(208deg) brightness(110%) contrast(100%);
}
._s-blog-details ._sb-header {
  background-color: #141414;
  color: white;
  display: block;
  position: relative;
  padding: 50px 0;
}
._s-blog-details ._sb-header > h1 {
  max-width: 1320px;
  margin: 0 auto;
  color: white;
  padding: 10px 1rem;
}
._s-blog-details ._sb-header ._tags {
  padding-top: 10px;
  color: white;
}
._s-blog-details ._sb-header ._tags a {
  color: white;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid white;
  border-radius: 20px;
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}
._s-blog-details ._sb-header ._tags a:hover, ._s-blog-details ._sb-header ._tags a:active, ._s-blog-details ._sb-header ._tags a:target {
  text-decoration: underline;
  outline: none;
}
._s-blog-details ._sb-header ._lines {
  margin: 20px auto;
  padding-top: 3px;
  padding-bottom: 3px;
}
._s-blog-details ._sb-header ._lines ._h-des {
  position: relative;
}
._s-blog-details ._sb-header ._lines ._h-des ._tt {
  position: relative;
}
._s-blog-details ._sb-header ._lines ._h-des ._tt:after {
  position: absolute;
  right: -12px;
  content: "";
  border-bottom: 1px solid #141414;
  bottom: -4px;
  width: 300%;
}
._s-blog-details ._sb-header ._lines ._h-des ._media {
  height: 345px;
  position: relative;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
._s-blog-details ._sb-header ._lines ._h-des ._media:before, ._s-blog-details ._sb-header ._lines ._h-des ._media:after {
  content: "";
  position: absolute;
  background-color: white;
  height: 1px;
}
._s-blog-details ._sb-header ._lines ._h-des ._media:before {
  width: 200%;
  right: 0;
  top: 0;
}
._s-blog-details ._sb-header ._lines ._h-des ._media:after {
  width: 400%;
  left: 0;
  bottom: 0;
}
._s-blog-details ._sb-header ._lines ._h-des ._media picture img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -4px;
  margin-bottom: -4px;
  border: 1px solid white;
}
._s-blog-details ._sb-header ._lines ._h-des ._description {
  position: relative;
}
._s-blog-details ._sb-header ._lines ._h-des ._description:before {
  position: absolute;
  left: -12px;
  content: "";
  border-top: 1px solid #141414;
  top: -4px;
  width: 200%;
}
._s-blog-details ._sb-header ._lines ._h-des ._description > div {
  background-color: #141414;
  margin-top: -4px;
  position: relative;
  padding-bottom: 30px;
}
._s-blog-details ._sb-header ._lines ._h-des ._description > div:after {
  content: "B";
  font-family: "xapo icons";
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgb(199, 73, 24);
  font-size: 20px;
  transform: rotate(90deg);
}
._s-blog-details ._sb-header ._date {
  font-size: 14px;
}
._s-blog-details ._sb-header ._quote-des {
  padding-top: 70px;
}
._s-blog-details ._sb-header ._quote-des ._q-image {
  position: relative;
  width: 160px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  margin: 2px auto;
}
._s-blog-details ._sb-header ._quote-des ._q-image picture img {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: auto;
}
._s-blog-details ._sb-header ._quote-des blockquote, ._s-blog-details ._sb-header ._quote-des ._quote {
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-size: 25px;
  line-height: 36px;
  font-style: italic;
  font-weight: 200;
  position: relative;
  padding: 30px;
}
._s-blog-details ._sb-header ._quote-des blockquote:before, ._s-blog-details ._sb-header ._quote-des blockquote:after, ._s-blog-details ._sb-header ._quote-des ._quote:before, ._s-blog-details ._sb-header ._quote-des ._quote:after {
  position: absolute;
  font-size: 6rem;
  line-height: 2rem;
  color: rgb(221, 192, 67);
}
._s-blog-details ._sb-header ._quote-des blockquote::before, ._s-blog-details ._sb-header ._quote-des ._quote::before {
  content: open-quote;
  left: -3%;
  top: 20%;
}
._s-blog-details ._sb-header ._quote-des blockquote::after, ._s-blog-details ._sb-header ._quote-des ._quote::after {
  content: close-quote;
  right: 0;
  bottom: 15%;
}
._s-blog-details ._sb-header ._quote-des blockquote cite, ._s-blog-details ._sb-header ._quote-des ._quote cite {
  font-family: "halyard-display", Helvetica, helvetica, Arial, arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-style: normal;
}
._s-blog-details ._sb-header ._quote-des blockquote footer, ._s-blog-details ._sb-header ._quote-des ._quote footer {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-family: "halyard-display", Helvetica, helvetica, Arial, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  border: unset;
  font-style: normal;
}
._s-blog-details ._sb-body {
  background-color: #F8F8F8;
  padding: 70px 0;
  margin: 0 auto;
  width: 100%;
}
._s-blog-details ._sb-body ._b-s-txt ._des h4, ._s-blog-details ._sb-body ._b-s-txt ._des h2 {
  font-family: "scotch-display", "Playfair Display", sans-serif;
}
._s-blog-details ._sb-body ._b-s-txt ._des ._m-s {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 40px;
}
._s-blog-details ._sb-body ._b-s-txt ._des h4 {
  font-size: 35px;
  line-height: 38px;
  margin-bottom: 30px;
}
._s-blog-details ._sb-body ._b-s-txt ._des blockquote, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote {
  font-family: "scotch-display", "Playfair Display", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  position: relative;
  padding: 30px;
  margin: 15px auto;
  max-width: 500px;
  width: 100%;
}
._s-blog-details ._sb-body ._b-s-txt ._des blockquote:before, ._s-blog-details ._sb-body ._b-s-txt ._des blockquote:after, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote:before, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote:after {
  position: absolute;
  font-size: 6rem;
  line-height: 2rem;
  color: rgb(199, 73, 24);
}
._s-blog-details ._sb-body ._b-s-txt ._des blockquote::before, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote::before {
  content: open-quote;
  left: -3%;
  top: 20%;
}
._s-blog-details ._sb-body ._b-s-txt ._des blockquote::after, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote::after {
  content: close-quote;
  right: 0;
  bottom: 15%;
}
._s-blog-details ._sb-body ._b-s-txt ._des blockquote cite, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote cite {
  font-family: "halyard-display", Helvetica, helvetica, Arial, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  font-style: normal;
}
._s-blog-details ._sb-body ._b-s-txt ._des blockquote footer, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote footer {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-family: "halyard-display", Helvetica, helvetica, Arial, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  border: unset;
  font-style: normal;
}
._s-blog-details ._sb-body ._b-s-txt ._med ._wrap {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  min-height: 400px;
  border-radius: 200px;
  margin: 5px auto;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
._s-blog-details ._sb-body ._b-s-txt ._med ._wrap img {
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  display: block;
}
._s-blog-details ._sb-body ._creator {
  font-size: 14px;
  line-height: 16px;
}
._s-blog-details ._sb-body ._creator ._round {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
/* tablet, landscape iPad, lo-res laptops ands desktops */
/* big landscape tablets, laptops, and desktops */
/* hi-res laptops and desktops */
@media screen and (max-width: 991px) {
  ._main-nav ._nav-right {
    padding-left: 1.4rem;
  }
  ._main-nav ._nav-right .nav-item._lg-selector:before {
    color: rgb(221, 192, 67);
  }
  ._main-nav .offcanvas-header ._cc-xapo-logo {
    filter: invert(95%) sepia(95%) saturate(20%) hue-rotate(354deg) brightness(105%) contrast(105%);
  }
  ._main-nav .navbar-toggler.text-white {
    border: unset;
    color: rgb(25, 43, 63) !important;
  }
  ._main-nav .navbar-toggler.text-white:focus {
    border: unset;
    box-shadow: unset;
  }
  ._blog_header {
    height: 63vh;
  }
  ._s-blog-details ._main-nav .navbar-toggler.text-white {
    color: white !important;
  }
  ._s-blog-details ._sb-header ._lines ._h-des ._description {
    padding-top: 30px;
  }
  ._s-blog-details ._sb-body ._b-s-txt ._med ._wrap {
    min-height: 200px;
  }
}
@media screen and (max-width: 850px) {
  ._s-blog-details ._main-nav .navbar-toggler.text-white {
    color: white !important;
  }
  ._blog_header {
    height: 53vh;
  }
  ._blog_header ._new_blog {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 25px;
  }
  ._blogs_highlights ._button_tags .btn.btn-blue {
    margin-top: 15px;
  }
  ._row-items ._item-blog .media {
    height: 300px;
  }
  ._sl_blogs_high ._blog ._content {
    max-width: 176px;
  }
  ._sl_blogs_high ._blog ._content .img-invisible {
    height: 272px;
    max-width: 176px;
  }
}
/* smartphones, iPhone, portrait 480x320 phones */
@media screen and (max-width: 481px) {
  ._blog_header {
    height: 60vh;
  }
  ._blog_header ._title span {
    font-size: 70px;
  }
  ._blog_header ._title span:first-child {
    top: -64px;
    left: 0;
  }
  ._blog_header ._title span:last-child {
    bottom: -88px;
    right: 2%;
  }
  ._blog_header ._title i {
    font-size: 40px;
  }
  ._blog_header ._new_blog p {
    margin-right: 50px;
  }
  ._row-items ._item-blog {
    max-width: 200px;
    margin: auto;
  }
  ._row-items ._item-blog .media {
    height: 230px;
  }
  ._s-blog-details ._sb-header h1 {
    font-size: 2.188rem;
  }
  ._s-blog-details ._sb-header ._tags {
    padding-bottom: 30px;
  }
  ._s-blog-details ._sb-header ._quote-des ._quote {
    padding: 50px;
  }
  ._s-blog-details ._sb-header ._quote-des blockquote, ._s-blog-details ._sb-header ._quote-des ._quote {
    font-size: 16px;
    line-height: 24px;
  }
  ._s-blog-details ._sb-header ._quote-des blockquote:before, ._s-blog-details ._sb-header ._quote-des blockquote:after, ._s-blog-details ._sb-header ._quote-des ._quote:before, ._s-blog-details ._sb-header ._quote-des ._quote:after {
    font-size: 5.4rem;
  }
  ._s-blog-details ._sb-header ._quote-des blockquote:after, ._s-blog-details ._sb-header ._quote-des ._quote:after {
    right: 30px;
  }
  ._s-blog-details ._sb-header ._quote-des blockquote:before, ._s-blog-details ._sb-header ._quote-des ._quote:before {
    top: 52px;
    left: 0;
  }
  ._s-blog-details ._sb-body ._b-s-txt ._des blockquote, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote {
    font-size: 16px;
    line-height: 24px;
  }
  ._s-blog-details ._sb-body ._b-s-txt ._des blockquote:before, ._s-blog-details ._sb-body ._b-s-txt ._des blockquote:after, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote:before, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote:after {
    font-size: 5.4rem;
  }
  ._s-blog-details ._sb-body ._b-s-txt ._des blockquote:after, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote:after {
    right: 20px;
  }
  ._s-blog-details ._sb-body ._b-s-txt ._des blockquote:before, ._s-blog-details ._sb-body ._b-s-txt ._des ._quote:before {
    top: 52px;
    left: -25px;
  }
  ._s-blog-details ._sb-body ._b-s-txt ._des h4 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  ._s-blog-details ._sb-body ._b-s-txt ._des ._m-s {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  ._s-blog-details ._sb-body ._creator {
    padding-top: 30px;
  }
  ._s-blog-details ._sb-body ._creator div:first-child {
    margin-top: 80px;
  }
}

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