/** Shopify CDN: Minification failed

Line 21:23 Expected identifier but found whitespace
Line 21:24 Unexpected "#313131"
Line 80:26 Expected identifier but found whitespace
Line 80:33 Unexpected ";"
Line 89:28 Expected identifier but found whitespace
Line 89:29 Unexpected "600"
Line 117:23 Expected identifier but found whitespace
Line 117:42 Unexpected ";"

**/
@charset "utf-8";

/**
 * ----------------------------------------------------------------------------
 * COLORS
 * ----------------------------------------------------------------------------
 */

--text-color          : #313131;
--heading-color       : #015385;
--border-color        : #e1e3e4;
--form-border-color   : #d4d6d8; /* Designer wants a slightly different border... :D */
--accent-color        : #d2202e;
--link-color          : #015385;
--background          : #f3f5f6;
--secondary-background: #f7f7f7;
--accent-background   : rgba(#d2202e, 0.08);

--error-color       : #d2202e;
--error-background  : rgba(210, 32, 46, 0.07);
--success-color     : #00aa00;
--success-background: rgba(0, 170, 0, 0.11);

--primary-button-background  : #d2202e;
--primary-button-text-color  : #ffffff;
--secondary-button-background: #d2202e;
--secondary-button-text-color: #ffffff;

--header-background      : rgba(0,0,0,0);
--header-text-color      : #313131;
--header-light-text-color: #015385;
--header-border-color    : rgba(#015385, 0.30);

--flickity-arrow-color: darken(var(--border-color), 20%);

--product-on-sale-accent           : #d2202e;
--product-in-stock-color           : #015385;
--product-low-stock-color          : #eeeeee;
--product-sold-out-color           : #8a9297;
--product-custom-label-1-background: #015385;
--product-custom-label-2-background: #015385;
--product-review-star-color        : #d2202e;

/**
 * ----------------------------------------------------------------------------
 * TYPOGRAPHY
 * ----------------------------------------------------------------------------
 */

@font-face {
  font-family: Barlow;
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
  src: url("//rumex.us/cdn/fonts/barlow/barlow_n6.329f582a81f63f125e63c20a5a80ae9477df68e1.woff2") format("woff2"),
       url("//rumex.us/cdn/fonts/barlow/barlow_n6.0163402e36247bcb8b02716880d0b39568412e9e.woff") format("woff");
}

@font-face {
  font-family: Barlow;
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
  src: url("//rumex.us/cdn/fonts/barlow/barlow_n5.a193a1990790eba0cc5cca569d23799830e90f07.woff2") format("woff2"),
       url("//rumex.us/cdn/fonts/barlow/barlow_n5.ae31c82169b1dc0715609b8cc6a610b917808358.woff") format("woff");
}

--text-font-bolder-weight: bolder;@font-face {
  font-family: Barlow;
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
  src: url("//rumex.us/cdn/fonts/barlow/barlow_n6.329f582a81f63f125e63c20a5a80ae9477df68e1.woff2") format("woff2"),
       url("//rumex.us/cdn/fonts/barlow/barlow_n6.0163402e36247bcb8b02716880d0b39568412e9e.woff") format("woff");
}

  --text-font-bolder-weight: 600;@font-face {
  font-family: Barlow;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("//rumex.us/cdn/fonts/barlow/barlow_n7.691d1d11f150e857dcbc1c10ef03d825bc378d81.woff2") format("woff2"),
       url("//rumex.us/cdn/fonts/barlow/barlow_n7.4fdbb1cb7da0e2c2f88492243ffa2b4f91924840.woff") format("woff");
}

@font-face {
  font-family: Barlow;
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
  src: url("//rumex.us/cdn/fonts/barlow/barlow_i5.714d58286997b65cd479af615cfa9bb0a117a573.woff2") format("woff2"),
       url("//rumex.us/cdn/fonts/barlow/barlow_i5.0120f77e6447d3b5df4bbec8ad8c2d029d87fb21.woff") format("woff");
}

@font-face {
  font-family: Barlow;
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url("//rumex.us/cdn/fonts/barlow/barlow_i7.50e19d6cc2ba5146fa437a5a7443c76d5d730103.woff2") format("woff2"),
       url("//rumex.us/cdn/fonts/barlow/barlow_i7.47e9f98f1b094d912e6fd631cc3fe93d9f40964f.woff") format("woff");
}


--heading-font-family : Barlow, sans-serif;
--heading-font-weight : 600;
--heading-font-style  : normal;

--text-font-family : Barlow, sans-serif;
--text-font-weight : 500;
--text-font-style  : normal;

--base-text-font-size   : 17px;
--default-text-font-size: 15px;

--underline-links: true;--heading-font-family 	: 'Proxima Nova Regular', sans-serif;
  --text-font-family 	: 'Proxima Nova Regular', sans-serif;/**
 * ----------------------------------------------------------------------------
 * ANIMATION
 * ----------------------------------------------------------------------------
 */

--animation-enable-zoom: true;

/**
 * ----------------------------------------------------------------------------
 * SPACING
 * ----------------------------------------------------------------------------
 */

--mobile-container-gutter : 20px;
--desktop-container-gutter: 40px;

/**
 * ----------------------------------------------------------------------------
 * OTHER
 * ----------------------------------------------------------------------------
 */

--color-swatch-circle: false;
--phone:            "screen and (max-width: 640px)";
--tablet:           "screen and (min-width: 641px) and (max-width: 999px)";
--tablet-and-up:    "screen and (min-width: 641px)";
--pocket:           "screen and (max-width: 999px)";
--lap:              "screen and (min-width: 1000px) and (max-width: 1279px)";
--lap-and-up:       "screen and (min-width: 1000px)";
--desk:             "screen and (min-width: 1280px)";
--widescreen:       "screen and (min-width: 1440px)";



/* Link back to previous page 
---------------------------------------*/
.back-to-prev-page {
  padding: 0 20px;
  margin-top: 10px;
}
.back-to-prev-page a {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  padding: 8px 10px;
  color: #fff;
  background-color: #858787;
  transition: background-color 0.25s;
  display: inline-block;
}
.back-to-prev-page a:hover {
  background-color: #276092;
}
@media screen and (min-width: 641px) {
  .back-to-prev-page {
    padding: 8px 40px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1367px) {
  .back-to-prev-page {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
  }
}

/***************************************
  Home page
****************************************/
/* Offers section 
---------------------------------------*/
@media screen and (min-width: 551px) {
  .template-index section[data-section-type=offers] .block-list {
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 551px) {
  .template-index section[data-section-type=offers] .block-list__item {
    width: 50%;
  }
}
@media screen and (min-width: 920px) {
  .template-index section[data-section-type=offers] .block-list__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1150px) {
  .template-index section[data-section-type=offers] .block-list__item {
    width: 25%;
  }
}

/* Offer buttons section 
---------------------------------------*/
@media screen and (min-width: 551px) {
  .template-index section[data-section-type=offer-buttons] .block-list {
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 551px) {
  .template-index section[data-section-type=offer-buttons] .block-list__item {
    width: 50%;
  }
}
@media screen and (min-width: 920px) {
  .template-index section[data-section-type=offer-buttons] .block-list__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1150px) {
  .template-index section[data-section-type=offer-buttons] .block-list__item {
    width: 25%;
  }
}

/* Rich text section 
---------------------------------------*/
.trm_rich-text-button {
  background-color: #276092;
  margin: 1em;
}
.trm_rich-text-button:hover {
  background-color: #468bc8;
}

/* Rich text section 
---------------------------------------*/
.trm_logo-list .quick-links {
  flex-wrap: nowrap;
}
.trm_logo-list .flickity-page-dots {
  bottom: -20px;
}
.trm_logo-list .flickity-page-dots .dot:first-child:last-child {
  display: none;
}

/***************************************
  Page Team 2
****************************************/
.trm_team-container {
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .trm_team-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }
}

.trm_team-block {
  padding: 20px 0;
}
@media screen and (min-width: 641px) {
  .trm_team-block {
    padding: 25px 0;
    overflow: hidden;
    position: relative;
  }
  .trm_team-block:before, .trm_team-block:nth-child(even):after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin: 0 0 30px 20px;
    background-color: #6ccbc9;
  }
  .trm_team-block:nth-child(even):before {
    margin-left: 0;
    width: calc(100% - 20px);
  }
  .trm_team-block:nth-child(even):after {
    width: 75%;
    background-color: #636363;
    position: absolute;
    top: 25px;
    left: 0;
  }
  .trm_team-block > * {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  .trm_team-block {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .trm_team-block:nth-child(even):after {
    top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .trm_team-block svg,
.trm_team-block img {
    width: 30%;
    padding-right: 0;
  }
}
.trm_team-block img {
  display: block;
  margin: 0 auto 10px;
}
.trm_team-block svg {
  max-width: 100%;
}

@media screen and (min-width: 1000px) {
  .trm_team-info {
    width: 70%;
    padding-left: 15px;
  }
}

.trm_team-title,
.trm_team-subtitle {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
}

.trm_team-title {
  margin-bottom: 5px;
}

.trm_team-subtitle {
  margin-bottom: 10px;
}

.trm_team-text {
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 16px;
}

/***************************************
  Page description
****************************************/
.trm_page-description {
  margin-top: 50px;
  margin-bottom: 50px;
}
.trm_page-description h1 {
  font-size: 24px;
}
@media screen and (min-width: 641px) {
  .trm_page-description h1 {
    font-size: 40px;
  }
}
.trm_page-description h2 {
  font-size: 22px;
}
@media screen and (min-width: 641px) {
  .trm_page-description h2 {
    font-size: 30px;
  }
}
.trm_page-description h3 {
  font-size: 20px;
}
@media screen and (min-width: 641px) {
  .trm_page-description h3 {
    font-size: 28px;
  }
}
.trm_page-description h4 {
  font-size: 18px;
}
@media screen and (min-width: 641px) {
  .trm_page-description h4 {
    font-size: 24px;
  }
}
.trm_page-description h5 {
  font-size: 16px;
}
@media screen and (min-width: 641px) {
  .trm_page-description h5 {
    font-size: 22px;
  }
}
.trm_page-description h6 {
  font-size: 14px;
}
@media screen and (min-width: 641px) {
  .trm_page-description h6 {
    font-size: 20px;
  }
}
.trm_page-description h1, .trm_page-description h2, .trm_page-description h3, .trm_page-description h4, .trm_page-description h5, .trm_page-description h6 {
  margin: 0 0 1em;
  font-weight: 900;
  color: #222;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.trm_page-description-content img {
  margin: 5px;
}
.trm_page-description-content p {
  margin-bottom: 1.5em;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .trm_page-description-content p {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/***************************************
  Pages 'Featured Set'
****************************************/
.template-page .page__content {
  /*text-align: center;*/
}
.template-page .page__content h1, .template-page .page__content h2, .template-page .page__content h3, .template-page .page__content h4, .template-page .page__content h5, .template-page .page__content h6 {
  text-align: left;
}
.template-page .page__content .setPics {
  float: none;
  display: inline-flex;
  align-items: baseline;
}
.template-page .page__content .column2 {
  text-align: left;
}
/*# sourceMappingURL=main.css.map */

/* Button scroll to top
---------------------------------------*/
.scroll-to-top {
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #000;
  z-index: 350;
  font-size: 0;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  position: fixed;
  bottom: 75px;
  right: 40px;
  transform: rotate(90deg);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s background-color ease, 0.2s border-color ease;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .scroll-to-top {
    bottom: 85px;
  }
}
@media screen and (min-width: 1024px) {
  .scroll-to-top {
    bottom: 100px;
  }
}
@media screen and (min-width: 1367px) {
  .scroll-to-top {
    bottom: 110px;
  }
}
@media screen and (min-width: 1920px) {
  .scroll-to-top {
    bottom: 130px;
  }
}
.scroll-to-top:hover {
  background-color: #276092;
  border-color: #276092;
}
.scroll-to-top:hover svg path {
  fill: #fff;
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top svg {
  width: 18px;
  height: auto;
}
.scroll-to-top svg path {
  fill: #000;
}
/**
 * What's new - the 7th element in main menu
 */ 
#shopify-section-header > section > nav > div > div > ul > li:nth-child(8){
	text-color: #d2202e !important;
  color: #d2202e !important;
	}
#mobile-menu > div > div:nth-child(1) > div:nth-child(1) > ul > li:nth-child(8){
  text-color: #d2202e !important;
  color: #d2202e !important;
}
#shopify-section-header > section > nav > div > div > ul > li:nth-child(4){
	text-color: #d2202e !important;
  color: #d2202e !important;
	}
#mobile-menu > div > div:nth-child(1) > div:nth-child(1) > ul > li:nth-child(4){
  text-color: #d2202e !important;
  color: #d2202e !important;
}

.Avada-Joy-Redeem-Inline__titleYourPoint{
  text-color: #276092 !important;
  color: #276092 !important;
  font-weight: bold !important;
}

.product-estimate-shipping {

  width: 100%; /* Or any specific value, e.g., max-width: 500px; */
  margin: 0 auto;
}

/**
 * DOCTORS
 */ 

 .article--excerpt-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  transition: width 100ms cubic-bezier(0.4, 0, 0.2, 1);
      border: 1px solid rgba(124, 124, 124, .16);
    box-shadow: 0 1px 4px #7c7c7c1c;
}
.article--excerpt-wrapper.article--excerpt-wrapper--centered {
  display: flex;
}
.article--excerpt-wrapper.article--excerpt-wrapper--centered .article-list-item {
  display: flex;
}
.article--excerpt-wrapper.article--excerpt-wrapper--centered .article-list-item .article--excerpt-content {
  vertical-align: middle;
}

.article--excerpt-image {
  position: relative;
  display: block;
  height: 12.5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.article--excerpt-content {
  width: 100%;
  padding: 0.0rem;
  white-space: normal;
}


.article--excerpt-content {
  font-size: var(--font-size-body);
  padding: 20px;
}


@media screen and (min-width: 680px) {
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-content {
    width: 70%;
    text-align: right;
  }
}
@media screen and (min-width: 860px) {
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-image,
.article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-content {
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: middle;
  }
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-image {
    right: 0;
    left: 50%;
  }
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-content {
    right: 50%;
    left: auto;
  }
}


.article--excerpt-wrapper--featured .article--excerpt-content {
  font-size: var(--font-size-body);
  padding: 0.0rem;
}
@media screen and (min-width: 1024px) {
  .article--excerpt-wrapper--featured .article--excerpt-content {
    padding: 0.0rem;
  }
}
.article--excerpt-wrapper--featured .article--excerpt-meta {
  color: ;
}
.article--excerpt-wrapper--featured .article--excerpt-meta-item {
  font-size: var(--font-size-body);
}
.article--excerpt-wrapper--featured .article--excerpt-meta-item:nth-child(2) {
  border-left-color: ;
}

.article--excerpt-title {
  font-size: var(--font-size-heading-4);
  margin-top: 0.0rem;
  margin-bottom: 0.0rem;
  line-height: 1.3;
  color: ;
}
.article--excerpt-title:first-child {
  margin-top: 0;
}
.article--excerpt-title a {
  color: currentColor;
  text-decoration: none;
}

.article--excerpt-wrapper--featured .article--excerpt-title {
  font-size: var(--font-size-heading-1);
  margin-top: 0.0rem;
  margin-bottom: 0.0rem;
  color: currentColor;
}
.article--excerpt-wrapper--featured .article--excerpt-title:first-child {
  margin-top: 0;
}
@media screen and (min-width: 680px) {
  .article--excerpt-wrapper--featured .article--excerpt-title {
    margin-bottom: 0;
  }
}


.article--excerpt-text {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  line-height: 1.56;
}
.article--excerpt-wrapper--featured .article--excerpt-text a {
  color: currentColor;
  text-decoration: underline;
}

.article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-meta,
.article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-title,
.article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-meta-item,
.article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-text {
  max-width: 43.75rem;
}
@media screen and (min-width: 680px) {
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-meta,
.article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-title,
.article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-meta-item,
.article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-text {
    text-align: left;
  }
}









.article--excerpt-wrapper--featured .article--excerpt-button {
  color: ;
  background-color: ;
  border: 1px solid ;
  border-color: transparent;
}
.article--excerpt-wrapper--featured .article--excerpt-button:not(.disabled):hover {
  background: ;
  border: 1px solid ;
}
.article--excerpt-wrapper--featured .article--excerpt-button.mdc-ripple-surface.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.article--excerpt-wrapper--featured .article--excerpt-button.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .article--excerpt-wrapper--featured .article--excerpt-button.mdc-ripple-surface:hover::before, .article--excerpt-wrapper--featured .article--excerpt-button.mdc-ripple-surface::before {
  opacity: 0;
}
.article--excerpt-wrapper--featured .article--excerpt-button.mdc-ripple-surface::after {
  background-color: ;
}
.article--excerpt-wrapper--featured .article--excerpt-button:not(.disabled):hover {
  border-color: transparent;
}
@media screen and (min-width: 680px) {
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-content {
    width: 70%;
    text-align: right;
  }
}

@media screen and (min-width: 680px) {
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-button {
    position: absolute;
    right: 0.0rem;
    bottom: 0.0rem;
  }
}
@media screen and (min-width: 1024px) {
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--no-image .article--excerpt-button {
    right: 0.0rem;
    bottom: 0.0rem;
  }
}
@media screen and (min-width: 860px) {
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-image,
.article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-content {
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: middle;
  }
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-image {
    right: 0;
    left: 50%;
  }
  .article--excerpt-wrapper--featured.article--excerpt-wrapper--has-image .article--excerpt-content {
    right: 50%;
    left: auto;
  }
}

.h2-title-doctors {

    font-family: Proxima Nova Regular, sans-serif !important;
    font-weight: bold !important;
    letter-spacing: 0em !important;
}

.blog--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  list-style-type: none;
}

@media screen and (max-width: 679px) {
  .blog--inner .article--excerpt-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 680px) {
  .blog--inner .article--excerpt-wrapper {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 859px) and (min-width: 680px) {
  .blog--inner .article--excerpt-wrapper:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 719px) {
  .blog--inner .article--excerpt-wrapper {
    margin-bottom: 0.0rem;
  }
}
@media screen and (min-width: 720px) {
  .blog--inner .article--excerpt-wrapper {
    margin-bottom: 0.0rem;
  }
}
@media screen and (min-width: 860px) {
  .blog--inner .article--excerpt-wrapper:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1079px) and (min-width: 860px) {
  .blog--inner .article--excerpt-wrapper {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media screen and (min-width: 1080px) {
  .blog--inner .article--excerpt-wrapper {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-right: 20px;
  }
}


.icon-signpost-arrow path {
  transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, opacity 125ms cubic-bezier(0.4, 0, 0.2, 1);
}
.icon-signpost-arrow path:first-child {
  transform: translateX(-8px);
}
.icon-signpost-arrow path:last-child {
  transform: translateX(-100%);
}

.article--excerpt-readmore {
  margin-top: 0.0rem;
  line-height: 1;
}
.article--excerpt-readmore:hover .icon-signpost-arrow path {
  transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1), opacity 125ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}
.article--excerpt-readmore:hover .icon-signpost-arrow path:first-child {
  transform: translateX(0);
}
.article--excerpt-readmore:hover .icon-signpost-arrow path:last-child {
  transform: translateX(0);
}


.article--excerpt-readmore {
  color: #d2202e !important;
  text-color: #d2202e !important;
  text-decoration: none;
  transition: color 100ms cubic-bezier(0.4, 0, 0.2, 1);
}


.blog-title {
  margin-top: 0.0rem;
  margin-bottom: 0.0rem;
  color: #015385 ;
}
@media screen and (min-width: 1024px) {
  .blog-title {
    margin-top: 0.0rem;
    margin-bottom: 0.0rem;
  }
}
.blog-title h1,
.blog-title a {
  display: inline-block;
  font-size: 1.75rem;
}
.blog-title a {
  padding: 0.125rem 0.625rem;
}
.blog-title svg {
  display: block;
}

.blog--container {
  max-width: px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
  .blog--container
  {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .blog--container
  {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.article--pagination::before {
    display: table;
  content: "";
}
.article--pagination::after{
  clear: both;
}

.article--pagination .article--pagination-item-left,
.article--pagination .article--pagination-item-right {
  position: relative;
  display: inline-block;
  max-width: 40%;
  width: 100%;
}

.pagination--chevron-right,
.pagination--chevron-left, .breadcrumbs-delimiter, .article--pagination .article--pagination-chevron-right,
.article--pagination .article--pagination-chevron-left {
  display: inline-block;
  margin-left: 0.3125rem;
  vertical-align: middle;
}
.pagination--chevron-right svg,
.pagination--chevron-left svg, .breadcrumbs-delimiter svg, .article--pagination .article--pagination-chevron-right svg,
.article--pagination .article--pagination-chevron-left svg {
  display: block;
  margin-top: -0.125rem;
  transform: rotate(-90deg);
  fill: currentColor;
}

.article--pagination .article--pagination-chevron-right,
.article--pagination .article--pagination-chevron-left {
  margin-top: 0.5rem;
}
.article--pagination .article--pagination-chevron-left {
  margin-right: 0.3125rem;
  margin-left: 0;
}
.article--pagination .article--pagination-chevron-left svg {
  transform: rotate(90deg);
}

.article--pagination .article--pagination-title {
  font-style: italic;
  font-weight: ;
  font-size: var(--font-size-body-small);
  display: none;
  margin-top: 0.0rem;
  line-height: 1.46;
  color: rgb(1, 83, 133);
}
@media screen and (min-width: 680px) {
  .article--pagination .article--pagination-title {
    display: block;
  }
}
.article--pagination-text {
  color: #d2202e !important;
  font-style: ;
  font-weight: ;
  font-size: var(--font-size-body);
  display: inline-block !important;
  vertical-align: top;
}

.article--pagination-item-right{
  text-align: right;
  align-items: right;

}
.article--pagination{
  margin-bottom: 40px;
}