
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300;0,5..1200,400;0,5..1200,500;0,5..1200,600;0,5..1200,700;0,5..1200,800;0,5..1200,900;1,5..1200,300;1,5..1200,400;1,5..1200,500;1,5..1200,600;1,5..1200,700;1,5..1200,800;1,5..1200,900&display=swap');
@import url('/-/media/rj/dotcom/files/rjcom-override.css');
@import url('/-/media/rj/dotcom/files/dotcom-vanilla.css');

:root {
   --rj-blue: #002949;
  --rj-gray: #5b5e5a;
  --rj-dark: #54606c;
  --rj-medium:#ECEFF2;
  --rj-light:#f5f7f9;
  --white: #ffffff;
  --black: #000000;
  --light-gray: #f5f7f9;
  --medium-gray:#C6CCD3;
  --medium: #DBDEE3;
  --rgb-color-1: 255,255,255;
  --rgb-opacity-1: 0.2;
  --rgb-color-2: 0,41,73;
  --rgb-opacity-2: 0.05;
  --positionwave:35px;
  --lastfall:lastfall 1s ease-in 2.85s forwards;

  --bboard-campaign-1: #def1fb;
  --bboard-campaign-2: #f0ece8;
  --bboard-campaign-3: #002949;
}

/* RJ Backgrounds Global Styles */
.rj-dark {
    background: var(--rj-blue);
}
.rj-medium {
  background: var(--rj-medium);
}
.rj-light {
  background: var(--rj-light);
}
.rj-blue {
  background: var(--rj-blue);
}
/*
==============================================
Billboard Section
==============================================
*/
.body-home-dotcom .main-content {
  max-width: inherit !important;
}
.body-home-dotcom .billboard-section .slick-track {
  animation: slideIn 1s forwards;
}
.body-home-dotcom .billboard-section .content-slider-mobile-only {
  display: none !important;
}
.body-home-dotcom .billboard-section .content-slider-desktop-only {
  display: block !important;
}
.body-home-dotcom .billboard-section .slick-track {
  /* background: red; */
  /* background-image: url(/-/media/rj/dotcom/images/home/billboard-1-interest-rate-financial-and-mortgage-rates-917475538.jpg); */
  background-size: cover;
  background-position: center center;
}
.body-home-dotcom .billboard-section .slick-slide {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.body-home-dotcom .billboard-section .test-no-glow-1 {
  /* background-image: url(/-/media/rj/dotcom/images/home/billboard-1-interest-rate-financial-and-mortgage-rates-917475538.jpg); */
  background-image: url(/-/media/rj/dotcom/images/home/content-slider/home-hero-slider-1.jpg);
  animation: fadeIn 1s forwards;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.body-home-dotcom .billboard-section .test-no-glow-2 {
  background-image: url(/-/media/rj/dotcom/images/home/content-slider/home-hero-slider-2.jpg);
  animation: fadeIn 1s forwards;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;}
.body-home-dotcom .billboard-section .test-no-glow-3 {
  background-image: url(/-/media/rj/dotcom/images/home/content-slider/home-hero-slider-3.jpg);
  animation: fadeIn 1s forwards;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;}
.body-home-dotcom .billboard-section .test-no-glow-4 {
  background-image: url(/-/media/rj/dotcom/images/home/content-slider/home-hero-slider-4.jpg);
  animation: fadeIn 1s forwards;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.body-home-dotcom .billboard-section .billboard-content {
  max-width: 1561px;
  margin: 0 auto;
}
/* .content-slider-wrapper .slick-slider:hover {
  background: orange;
} */
.body-home-dotcom .content-slider-wrapper .content-slider-image-wrapper {
  overflow: hidden;
}
.body-home-dotcom .billboard-section .main-col:hover> .content-slide {
  /* background: blue !important; */
}
.body-home-dotcom .billboard-section .slick-slide {
  max-width: 1561px;
}
.body-home-dotcom .billboard-section {
  /* margin-top: 99px; */
  background: var(--light-gray);
}
.billboard-section .content-slider-wrapper .content-slider-content-wrapper {
  max-width: 1561px;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  padding: 40px 40px 30px;
  background: rgba(84, 96, 108, 0.9);
}
.body-home-dotcom .billboard-section h1 {
  font-size: 25px;
  line-height: 29px;
  color: var(--white);
  z-index: 5;
  position: relative;
}
.body-home-dotcom .billboard-section .head-1 {
  font-weight: 900;
  display: block;
}
.billboard-section .head-2 {
  font-weight: 400;
  display: block;
}
.billboard-section .content-slide {
  height: 550px;
}
.body-home-dotcom .billboard-section .content-slider-wrapper {
  padding: 0px !important;
}
.body-home-dotcom .billboard-section .content-slider-wrapper.image-left .slick-dots {
  bottom: -20px !important;
}
.body-home-dotcom .billboard-section .content-slider-wrapper {
  overflow: visible;
  z-index: 3;
}
.body-home-dotcom .billboard-section .content-slider-copy .container {
  max-width: 100%;
  width: 100%;
}
.body-home-dotcom .billboard-section .main-col {
  padding: 35px 25px;
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.body-home-dotcom .billboard-section .main-col:before {
  content:"";
  position: absolute;
  width: 1px;
  background: var(--white);
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.body-home-dotcom .billboard-section .main-col:hover:before {
  background: var(--white);
  width: 10px;
}
.body-home-dotcom .billboard-section .main-col:after {
  content:"";
  position: absolute;
  width: 0%;
  background: var(--black);
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.body-home-dotcom .billboard-section .main-col:hover:after {
  width:100%;
  background: var(--black);
  opacity: 0.5;
}
.body-home-dotcom .billboard-section .glow:after {
  width:100% !important;
  background: var(--black);
  opacity: 0.5 !important;
}
.body-home-dotcom .billboard-section .glow:before {
  background: var(--white) !important;
  width: 10px !important;
}

/*
==============================================
Content Slider Intro
==============================================
*/
.body-home-dotcom .content-slider-section .content-slider-intro{
  text-align: center;
  padding-top: 110px;
  width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.body-home-dotcom .content-slider-section .content-slider-intro h1{
  margin-bottom: 35px;
}
.body-home-dotcom .content-slider-section .content-slider-intro h1 .head-1{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 51px;
  color: var(--rj-blue);
  display: block;
}
.body-home-dotcom .content-slider-section .content-slider-intro h1 .head-2{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--rj-blue);
  display: block;
}
.body-home-dotcom .content-slider-section .content-slider-intro p{
  line-height: 32px;
  font-size: 20px;
}

.body-home-dotcom .callouts-container {
  margin: 0px;
}

.body-home-dotcom .content-slider-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
 }

 .body-home-dotcom .slick-dots {
  padding: 0;
}
.body-home-dotcom .callouts-container {
 margin: 0px;
}

.body-home-dotcom .content-slider-wrapper {
 margin-top: 0px;
 margin-bottom: 0px;
}
.body-home-dotcom .content-slider-wrapper .slick-prev, 
.body-home-dotcom .content-slider-wrapper .slick-next {
 top: 43% !important;
}
/* Medium devices (tablet portrait, 768px-old 810 new and less) tablet-p */
@media only screen and (max-width: 810px) {
 .body-home-dotcom .content-slider-wrapper .slick-prev, 
 .body-home-dotcom .content-slider-wrapper .slick-next {
  top: 53% !important;
 }

}
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
 .body-home-dotcom .content-slider-wrapper .slick-prev, 
 .body-home-dotcom .content-slider-wrapper .slick-next {
  top: 43% !important;
 }
 
}

/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
 .body-home-dotcom .content-slider-wrapper .slick-prev, 
 .body-home-dotcom .content-slider-wrapper .slick-next {
  top: 43% !important;
 }
 
}


/*
==============================================
Content Slider Section
==============================================
*/
.body-home-dotcom .content-slider-section .content-slider-wrapper {
  padding: 30px 40px 50px !important;
  margin-bottom: 125px;
}
.body-home-dotcom .content-slider-section .content-slider-wrapper.content-slider-normal-height .content-slide {
  min-height: inherit;
}
.body-home-dotcom .content-slider-section .content-slider-wrapper .content-slider-image:before{
  content: "";
  height:100%;
  width: 100%;
  background: var(--black);
  position:absolute;
  display: block;
}
.body-home-dotcom .content-slider-section .content-slider-wrapper .content-slider-copy h3{
  margin: 10px 15px 20px;
}
.body-home-dotcom .content-slider-section .content-slider-wrapper .content-slider-copy h3 .head-1{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: var(--rj-blue);
  display: block;
}
.body-home-dotcom .content-slider-section .content-slider-wrapper .content-slider-copy h3 .head-2{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: var(--rj-blue);
  display: block;
}
.body-home-dotcom .content-slider-section .content-slider-wrapper .content-slider-copy p{
  margin: 0 50px 0 15px;
}
.body-home-dotcom .content-slider-section .content-slider-wrapper .slick-prev:before, .body-home-dotcom .content-slider-section .content-slider-wrapper .slick-next:before {
  font-size: 40px;
  color: var(--rj-dark);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.body-home-dotcom .content-slider-section .content-slider-wrapper .slick-prev {
  left: -40px;
}
.body-home-dotcom .content-slider-section .content-slider-wrapper .slick-next {
  right: -40px;
}
.body-home-dotcom .content-slider-section .content-slider-wrapper.image-left .slick-dots {
  bottom: -42px !important;
}

.body-home-dotcom .content-slider-section .slick-slide:hover .content-slider-image {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.body-home-dotcom .content-slider-section .slick-slide .content-slider-image {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/*

Media Carousel Dots to Outlines
==============================================
*/

.body-home-dotcom .content-slider-section .slick-dots li.slick-active button:focus:before, .body-home-dotcom .media-carousel-commentary-section .slick-dots li.slick-active button:focus:before{
  opacity: 1;
  color: transparent;
}
.body-home-dotcom .content-slider-section .slick-dots li.slick-active button:before, .body-home-dotcom .media-carousel-commentary-section .slick-dots li.slick-active button:before {
  color: transparent !important;
  opacity: 1 !important;
  background: var(--rj-blue);
}
.body-home-dotcom .content-slider-section .slick-dots li button:before, .body-home-dotcom .media-carousel-commentary-section .slick-dots li button:before {
  color: var(--rj-blue);
  opacity: 0.95;
  font-size: 10px;
}
.body-home-dotcom .content-slider-section .content-slider-section .slick-dots li button:focus:before, .body-home-dotcom .media-carousel-commentary-section .content-slider-section .slick-dots li button:focus:before {
  opacity: 1;
}
.body-home-dotcom .content-slider-section .slick-dots li.slick-active button:before, .body-home-dotcom .media-carousel-commentary-section .slick-dots li.slick-active button:before  {
  color: var(--rj-blue);
  opacity: 1;
}
.body-home-dotcom .content-slider-section .slick-dots li button, .body-home-dotcom .media-carousel-commentary-section .slick-dots li button{
  border: none;
  background: transparent;
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  font-size: 0;
  color: transparent;
  padding: 4px;
  cursor: pointer;
  /* border-radius: 50%; */
}
.body-home-dotcom .content-slider-section .slick-dots li button:before, .body-home-dotcom .media-carousel-commentary-section .slick-dots li button:before{
  color: transparent !important;
  opacity: 1 !important;
  font-size: 10px;
  width: 9px !important;
  height: 9px !important;
  border: 2px solid var(--rj-blue);
  border-radius: 50%;
}
.body-home-dotcom .content-slider-section .slick-dots li, .body-home-dotcom .media-carousel-commentary-section .slick-dots li  {
  width: 9px !important;
  height: 9px;
}


/*
==============================================
Masonry Home FIXES AND ADDITIONS
==============================================
*/

.body-home-dotcom .masonry-grid-section .content-slider-intro {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.body-home-dotcom .masonry-grid-section h2 .head-1{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 51px;
  color: var(--rj-blue);
  display: block;
}
.body-home-dotcom .masonry-grid-section h2 .head-2{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--rj-blue);
  display: block;
}
.body-home-dotcom .masonry-partial-background:before{
  background: var(--light-gray);
}
.home-masonry-grid .masonry-paragraph, .home-masonry-grid .masonry-cta-container {
  display: none;
}
.home-masonry-grid .masonry-copy {
  padding: 42px 15px;
}
.home-masonry-grid .masonry-category-container {
  left: 15px !important;
  position: absolute !important;
  bottom: 26px !important;
}
.home-masonry-grid {
  padding-bottom:75px;
}
.home-masonry-grid .masonry-one-of-two-stacked .masonry-title, 
.home-masonry-grid .masonry-two-of-two-stacked .masonry-title, 
.home-masonry-grid .masonry-one-of-two .masonry-title, 
.home-masonry-grid .masonry-one-by-two .masonry-title, 
.home-masonry-grid .masonry-one-by-one .masonry-title, 
.home-masonry-grid .masonry-three-by-one .masonry-title, 
.home-masonry-grid .masonry-two-by-one .masonry-title, 
.home-masonry-grid .masonry-two-by-one-img-left .masonry-title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}


/*
==============================================
Callouts Animation Section
==============================================
*/
.body-home-dotcom .callouts-section .callout-image-wrapper {
  text-align: center;
}
.body-home-dotcom .callouts-section .callout-image {
  width: 116px;
  height: 116px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.body-home-dotcom .callouts-section .icon-animate {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px auto;
  width: 116px;
  height: 116px;
  left: 0;
  right: 0;
  top: 15px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 1;
  color: var(--white);
}

.body-home-dotcom .callouts-section .icon-animate:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.body-home-dotcom .callouts-section .icon-animate:before {
  pointer-events: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


/* Effect 8 */
.body-home-dotcom .callouts-section .icon-animate {
	background: rgba(255,255,255,0.0);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.body-home-dotcom .callouts-section .icon-animate:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 5px rgb(5 5 5 / 10%);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.body-home-dotcom .callouts-section .callout-link:hover .callout-image {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);

}
.body-home-dotcom .callouts-section .callout-link:hover .icon-animate {
	background: rgba(12,12,12,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: var(--white);
}

.body-home-dotcom .callouts-section .callout-link:hover .icon-animate:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.5s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 5px rgba(255,255,255,0.1), 0 0 10px 10px var(--white), 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 5px rgba(255,255,255,0.1), 0 0 10px 10px var(--white), 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.8);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 5px rgba(255,255,255,0.1), 0 0 10px 10px var(--white), 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 5px rgba(255,255,255,0.1), 0 0 10px 10px var(--white), 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.8);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.9;
		box-shadow: 0 0 0 5px rgba(255,255,255,0.1), 0 0 10px 10px var(--white), 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 5px rgba(255,255,255,0.1), 0 0 10px 10px var(--white), 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.8);
		opacity: 0;
	}
}
/* animation end */


/*
==============================================
Callouts Intro
==============================================
*/

.body-home-dotcom .callouts-section .callouts-intro{
  text-align: center;
  padding-top: 64px;
  /*width: 650px;*/
  margin: 0 auto;
}

.body-home-dotcom .callouts-section .callouts-intro h2 .head-1{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 51px;
  color: var(--rj-blue);
  display: block;
}

.body-home-dotcom .callouts-section .callouts-intro h2 .head-2{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--rj-blue);
  display: block;
}

/*
==============================================
Callouts Section
==============================================
*/
.body-home-dotcom .callouts-section .callouts-content{
  margin: 30px 0 77px;
}
.body-home-dotcom .callouts-section .callouts-container .callout-item .callout-link{
  box-shadow: none;
}
.body-home-dotcom .callouts-section .callout-image, .body-home-dotcom .callouts-section .callouts-mobile-slider .callout-item .callout-image-wrapper .callout-image {
  display: block !important;
  width: 175px !important;
  height: auto !important;
  margin: auto;
}
.body-home-dotcom .callouts-section .callouts-container .callout-item .callout-heading-wrapper h3.callout-heading {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: var(--rj-blue);
  display: block;
  text-align: center;
  padding: 0px;
}
.body-home-dotcom .callouts-section .callouts-container .callout-item .callout-copy-wrapper p{
  text-align: center;
  font-size: 19px;
  line-height: 29px;
  margin: 0 25px;
}

.body-home-dotcom .callouts-section .callouts-container .callout-item .callout-copy-wrapper {
  margin-top: 6px;
}



/*
==============================================
Media Carousel Commentary and Insights Intro
==============================================
*/
.body-home-dotcom .media-carousel-commentary-section{
  background: var(--light-gray);
}
.body-home-dotcom .media-carousel-commentary-section .media-carousel-commentary-intro{
  text-align: center;
  padding-top: 64px;
  /*width: 650px;*/
  margin: 0 auto;
}
.body-home-dotcom .media-carousel-commentary-section .media-carousel-commentary-intro h2 .head-1{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 51px;
  color: var(--rj-blue);
  display: block;
}

.body-home-dotcom .media-carousel-commentary-section .media-carousel-commentary-intro h2 .head-2{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: var(--rj-blue);
  display: block;
}

/*
==============================================
Media Carousel Commentary and Insights Section
==============================================
*/
.body-home-dotcom .media-carousel-commentary-section .mc-slide{
  background: none;
  margin: 10px;

}
.body-home-dotcom .media-carousel-commentary-section .media-carousel-one .mc-image{
  width: auto;
  max-width: none;
  height: 157px;
}
.body-home-dotcom .media-carousel-commentary-section .mc-container a .mc-image{
  transition: transform .8s ease;
}
.body-home-dotcom .media-carousel-commentary-section .mc-container a:hover .mc-image{
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
  opacity:1;
}
.body-home-dotcom .media-carousel-commentary-section h3.mc-heading{
  font-size: 25px !important;
  line-height: 30px;
  color: var(--rj-blue);
  margin: 0;
  font-weight:400;
}
.body-home-dotcom .media-carousel-commentary-section .mc-copy {
  font-size: 15px;
  color: var(--rj-gray);
  line-height: 1.4;
  margin: 0;
}
.body-home-dotcom .media-carousel-commentary-section .mc-container .slick-arrow {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.body-home-dotcom .media-carousel-commentary-section .mc-container .slick-next:before, .body-home-dotcom .media-carousel-commentary-section .mc-container .slick-prev:before{
  font-size: 40px !important;
  color: var(--rj-dark);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.body-home-dotcom .media-carousel-commentary-section .mc-container .slick-next:hover:before{
  font-size: 40px;
  background-size: 40px 40px;
}
.body-home-dotcom .media-carousel-commentary-section .mc-container .slick-prev, .body-home-dotcom .media-carousel-commentary-section .mc-container .slick-next{
  top:20% !important;
}
.body-home-dotcom .media-carousel-commentary-section .mc-container .slick-dots {
  bottom: -4px;
}
.body-home-dotcom .media-carousel-commentary-section .mc-container {
  padding: 25px 50px 50px 50px;
}
.body-home-dotcom .media-carousel-commentary-section .media-carousel-one .mc-image-wrapper {
  background: transparent !important;
}

/*
==============================================
Original site css copied
==============================================
*/
/* ARTICLE PAGE - Hiding C&I Article and Date - START */
/*
.resource-article-category {
	display: block;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}.resource-article-date {
	display: none;
    font-size: 1.8rem;
    color: var(--rj-gray);
    margin-bottom: 20px;
}*/
/* ARTICLE PAGE - Hiding C&I Article and Date - END */
/* CATEGORY LIST PAGE - Hiding C&I Article and Date - START */
/*
.resource-cards-category {
    color: var(--rj-blue);
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}
.resource-cards-date {
	display: block;
    color: var(--rj-gray);
    font-size: 1.6rem;
    margin: 5px 0 15px;
}*/
/* CATEGORY LIST PAGE - Hiding C&I Article and Date - END */

.body-home-dotcom .datehide {
    display: none !important;
}


.body-home-dotcom .resource-article b,
.body-home-dotcom .resource-article strong {
  font-weight: bold;
}

.body-home-dotcom .resource-article ul,
.body-home-dotcom .resource-article ol {
  color: var(--black);
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding-bottom: 20px;
}

.body-home-dotcom .resource-article ul {
  list-style: disc;
}

.body-home-dotcom .resource-article ol {
  list-style: decimal;
}

.nav-navigation-drop {
  display: none
}
/* Max width:1920px */
.body-home-dotcom .main-content {
  max-width: 1920px;
  margin: 0 auto !important;
  margin-top: 0px !important;
/*   -webkit-box-shadow: 0px 2px 17px -8px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 2px 17px -8px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 2px 17px -8px rgba(0, 0, 0, 0.62);*/
  background: var(--white);
}





/*
==============================================
Twitter Section
==============================================
*/

.twitter-variant-2 {
  background-color: var(--white);
}
.twitter-variant-2 .twitter-title {
  color: var(--rj-blue);
  font-weight: 400;
  font-size: 2rem;
  border-bottom: 1px solid var(--medium-gray);
}
.twitter-variant-2 .twitter-follow-button {
  color: var(--rj-blue);
  border-color: var(--rj-blue);
}
.twitter-variant-2 .twitter-tweet-created {
  color: var(--rj-gray);
}
.twitter-variant-2 .twitter-tweet {
  color: var(--rj-blue);
}
.twitter-variant-2 .mc-slide {
  /* background-color: var(--light-gray); */
  background-color: var(--white);
  margin: 0 40px 0 0;
  padding: 25px 35px 10px;
}
.twitter-variant-2 .slick-arrow:before {
    font-size: 36px;
    font-weight: 300;
    color: var(--rj-blue) !important;
}
.twitter-variant-2 .slick-arrow:hover:before {
    color: var(--rj-dark);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.twitter-variant-2 .mc-slide a {
  color: var(--rj-gray);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.twitter-variant-2 .mc-slide a:hover {
  color: var(--rj-blue);
}
.twitter-variant-2 .mc-slide:before, .twitter-variant-2 .mc-slide:after {
    color: var(--rj-dark);
    opacity: 0.13;
}
.twitter-variant-2 .mc-slide:after {
  display: none;
}
.twitter-variant-2 .mc-slide:before {
  content: "\f099" !important;
}
.twitter-variant-2 .twitter-follow-button:hover {
    color: var(--white);
    border: 1px solid var(--rj-blue);
    background-color: var(--rj-blue);
}
/*
==============================================
News and Stories fixes
==============================================
*/
.body-news-and-stories {
  background: var(--light-gray);
}
.content-hub-landing {
  background: var(--light-gray);
}


/* .news-and-stories-masonry-grid .masonry-cta-container {
  display: none;
} */
/* .body-commentary-and-insights .category-list-section .masonry-grid-content {
  background: var(--light-gray) !important;
}
.body-commentary-and-insights .billboard-content {
  background: var(--light-gray) !important
}
.body-commentary-and-insights {
  background: var(--light-gray) !important;
} */
 


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {

}







/*
==============================================
Responsive Media Queries
==============================================
*/


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {

/*
==============================================
Billboard Section
==============================================
*/
  .body-home-dotcom .billboard-section .content-slider-copy .container {
    max-width: 100% !important;
    width: 100%;
  }
  .body-home-dotcom .billboard-section h1 {
    font-size: 22px;
  }
  /* .billboard-section .content-slide {
  height: 635px;
  } */
 .billboard-section .content-slider-wrapper .content-slider-content-wrapper {
    padding: 40px 40px 30px;
  }

  /*   Masonry Grid */
  .body-home-dotcom .masonry-partial-background:before {
    background: var(--light-gray) !important;
  }

  /* Callouts */
  .body-home-dotcom .callouts-container .callout-item{
    width: 33%;
  }
  .body-home-dotcom .media-carousel-commentary-section .media-carousel-one .mc-image {
    width: 160%;
    max-width: none;
    height: auto;
    left: -30%;
    position: absolute;
  }
  .body-home-dotcom .media-carousel-commentary-section .media-carousel-one .mc-image-wrapper {
    height: 165px;
  }


  .media-carousel button {
    min-width: 20px !important;
    width: 20px !important;
  }

  .body-home-dotcom .media-carousel-commentary-section .media-carousel-one .mc-image-wrapper {
    height: 145px;
}
  




}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  /* Content Slider */
  .body-home-dotcom .content-slider-section .content-slider-wrapper .content-slider-copy p{
    margin:0 15px;
  }
  .body-home-dotcom .billboard-section .test-no-glow-1 {
    background: none !important;
  }

  .body-home-dotcom .masonry-partial-background:before {
    background: var(--light-gray) !important;
  }
  /* Callouts */
  .body-home-dotcom .callouts-section .callouts-container .callout-item{
    width: 33%;
  }
  /*
  ==============================================
  Billboard Section
  ==============================================
  */
  .body-home-dotcom .content-slider-wrapper .slick-next:before, .body-home-dotcom .content-slider-wrapper .slick-prev:before  {
    color: var(--white) !important
  }
  .body-home-dotcom .callouts-section .callouts-content{
    margin: 30px 0 150px;
  }
  .body-home-dotcom .callouts-section .callouts-container{
    grid-gap: 0px;
  }
  .body-home-dotcom .callouts-section .callout-heading-wrapper{
    height: auto;
  }
  .body-home-dotcom .callouts-section .callout-copy-wrapper{
    padding: 0px !important;
  }
  .body-home-dotcom .billboard-section .content-slider-mobile-only {
    display: block !important;
  }
  .body-home-dotcom .billboard-section .content-slider-desktop-only {
    display: none !important;
  }

  .body-home-dotcom .billboard-section .content-slide {
      height: 422px;
      background: var(--white);
  }
  .body-home-dotcom .billboard-section {
    margin-top: 0;
  }
  .body-home-dotcom .billboard-section .content-slider-wrapper .content-slider-content-wrapper {
    padding: 0px;
    bottom: inherit !important;
    background: var(--rj-dark);
  }
  .body-home-dotcom .billboard-section .main-col {
    text-align: center;
  }
  .glow:after {
    width:100% !important;
    background: transparent;
    opacity: 0 !important;

  }
  .glow:before {
    background: transparent !important;
    width: 10px !important;
  }
  .body-home-dotcom .billboard-section .main-col:after {
    background: transparent;
  }
  .body-home-dotcom .billboard-section .main-col:hover:after {
    background: transparent !important;
    opacity: 0;
  }
  .body-home-dotcom .billboard-section .content-slider-wrapper .slick-next:before, .body-home-dotcom .billboard-section .content-slider-wrapper .slick-prev:before {
    font-size: 40px;
  }
  .body-home-dotcom .billboard-section .content-slider-wrapper .slick-next {
    right: 20px;
  }
  .body-home-dotcom .billboard-section .content-slider-wrapper .slick-prev {
    left: 20px;
  }
  .body-home-dotcom .billboard-section .content-slider-wrapper .slick-arrow {
    opacity: 1;
  }
  .body-home-dotcom .billboard-section .content-slider-wrapper.image-left .slick-dots {
    display: none !important;
  }

  

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .body-home-dotcom .billboard-section {
      margin-top: -1px;
  }
  /*
  ==============================================
  Billboard Section
  ==============================================
  */
  .body-home-dotcom .billboard-section .content-slide {
    height: 310px;
  }
  .body-home-dotcom .billboard-section .content-slider-wrapper .slick-prev, .content-slider-wrapper .slick-next {
    position: absolute;
    top: 43%;
  }
  .body-home-dotcom .content-slider-section .content-slider-intro {
    width: 100%;
    padding: 70px 20px 0;
    line-height: 42px;
  }
  .body-home-dotcom .content-slider-section .content-slider-wrapper .content-slide{
    padding:0px;
  }
  
  .body-home-dotcom .content-slider-section .content-slider-wrapper .content-slider-copy p{
    margin: auto;
  }
  .body-home-dotcom .content-slider-section .mt30{
    margin-top:0;
  }
  
  .body-home-dotcom .content-slider-section .content-slider-wrapper .content-slider-copy h3{
        line-height: 25px;
        margin:10px 0px 20px;

  }

  .body-home-dotcom .callouts-section .callouts-mobile-slider{
    box-shadow: none !important;
  }

  .body-home-dotcom .callouts-mobile-slider .callout-slide .callout-link > .callout-heading-wrapper .callout-heading{
    text-align: center;
    padding: 0px;
  }
  .body-home-dotcom .callouts-section .callout-slide{
    margin-bottom:50px;
  }
  .body-home-dotcom .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper{
    text-align: center;
  }
  .body-home-dotcom .callouts-container .callout-item .callout-image-wrapper .callout-image, .body-home-dotcom .callouts-mobile-slider .callout-item .callout-image-wrapper .callout-image {
    display: block;
    max-width: 100%;
    width: 150px;
    height: auto;
    margin: auto;
  }
  .body-home-dotcom .media-carousel-commentary-section{
    margin-bottom:50px;
  }
  .body-home-dotcom .media-carousel-commentary-section .media-carousel-commentary-intro{
    padding-left: 20px;
    padding-right:20px;
    line-height: 42px;
  }

  .body-home-dotcom .media-carousel-commentary-section .media-carousel-commentary-content{
    padding: 0 20px 65px;
  }

  .body-home-dotcom .mc-container .slick-dots {
    bottom: 0px;
  }
  /* .body-home-dotcom .media-carousel-commentary-section .media-carousel-one .mc-image {
    width: 160%;
    max-width: none;
    height: auto;
    left: -30%;
    position: absolute;
  }
  .body-home-dotcom .media-carousel-commentary-section .media-carousel-one .mc-image-wrapper {
    height: 165px;
  } */
 
  .main-content {
    padding-top: 59px !important;
  }


  /*
  ==============================================
  Masonry Grid Home
  ==============================================
  */

  .body-home-dotcom .masonry-grid-section .content-slider-intro {
    padding: 64px 20px;
  }
  .body-home-dotcom .masonry-grid-section h2 .head-1, .body-home-dotcom .masonry-grid-section h2 .head-2 {
    line-height: 36px;
  }
  .body-home-dotcom .media-carousel-commentary-section .media-carousel-commentary-intro h2 .head-1 {
    line-height: 42px;
    font-size: 32px;
  }
  .body-home-dotcom .media-carousel-commentary-section .mc-container {
    padding: inherit;
  }
  .body-home-dotcom .media-carousel-commentary-section .media-carousel-one .mc-image-wrapper {
    height: 140px;
  }
  .body-home-dotcom .media-carousel-commentary-section .mc-content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .body-home-dotcom .billboard-section {
      margin-top: -1px;
  }
  .body-home-dotcom .billboard-section .content-slide {
    height: 440px;
  }
  .body-home-dotcom .billboard-section .content-slider-wrapper .slick-prev, .content-slider-wrapper .slick-next {
    position: absolute;
    top: 43%;
  }
  .body-home-dotcom .billboard-section .main-col {
    padding: 45px 25px;
  }

   .body-home-dotcom .billboard-section .main-col {
    padding: 45px 25px;
  }

  .body-home-dotcom .content-slider-section .content-slider-wrapper .content-slide{
    padding:10px;
  }
  .body-home-dotcom .content-slider-section .content-slider-wrapper .content-slider-copy p{
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .body-home-dotcom .content-slider-section .content-slider-intro{
    padding: 70px 20px 20px;
  }

  .body-home-dotcom .content-slider-section .content-slider-wrapper .slick-prev{
    left:-20px;
  }
  .body-home-dotcom .content-slider-section .content-slider-wrapper .slick-next{
    right:-20px;
  }




  .body-home-dotcom .callouts-mobile-slider .callout-slide .callout-link > .callout-heading-wrapper .callout-heading, .body-home-dotcom .callouts-mobile-slider .callout-slide .callout-link > .callout-copy-wrapper p{
    text-align: center;
  }
  .body-home-dotcom .media-carousel-commentary-content{
    padding: 20px;
    min-height:500px;
  }
  .body-home-dotcom .callouts-section .callouts-mobile-slider{
    box-shadow: none;
  }

  .body-home-dotcom .callouts-container .callout-item .callout-image-wrapper .callout-image, .body-home-dotcom .callouts-mobile-slider .callout-item .callout-image-wrapper .callout-image {
    display: block;
    max-width: 100%;
    width: 150px;
    height: auto;
    margin: auto;
  }

  /* .body-home-dotcom .media-carousel-commentary-section .media-carousel-one .mc-image{
    height:200px;
  } */
  .body-home-dotcom .media-carousel-commentary-section .media-carousel-one .mc-image {
    width: 100% !important;
    left:0;
  }
  .body-home-dotcom .media-carousel-commentary-section .media-carousel-commentary-intro h2 .head-1 {
    line-height: 42px;
    font-size: 32px;
  }
  .body-home-dotcom .media-carousel-commentary-section .mc-container {
    padding: 20px;
  }
  .body-home-dotcom .media-carousel-commentary-section .media-carousel-one .mc-image-wrapper {
    height: 180px;
  }




  .twitter-variant-2 .mc-slide {
    margin: 0px;
  }
  .twitter-variant-2 .slick-prev {
    left: 0px;
  }
  .twitter-variant-2 .slick-next {
    right: 0px;
  }
}

/* IE only */
@media screen\0 {

}




/*
==============================================
Life Well Planned 2024
==============================================
*/

/* 
.lwp-sm-video {
  height: 475px !important;
  max-width: 860px !important;
  min-height: 475px !important;
}
*/
.lwp-sm-video .billboard-video-play-pause {
  bottom: 160px;
}

.lwp-sm-video {
  height: 530px !important;
  max-width: 100% !important;
  min-height: 530px !important;
  margin-top: -20px;
}

.lwp-section-intro-lg {
    max-width: 750px !important;
}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .lwp-sm-video {
    height: 331px !important;
    max-width: 590px !important;
    min-height: 331px !important;
  }
}



/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .lwp-sm-video {
    height: 220px !important;
    min-height: 220px !important;

  }
}

/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .lwp-sm-video {
    height: 241px !important;
    max-width: 430px !important;
    min-height: 241px !important;
}
}


.body-campaign-greyhound .banner-campaign-brush, 
.body-campaign-greyhound .banner-campaign-brush path {
  fill:var(--bboard-campaign-1);
}

.body-campaign-origami .banner-campaign-brush, 
.body-campaign-origami .banner-campaign-brush path {
  fill:var(--bboard-campaign-2);
}

.body-campaign-jazz .banner-campaign-brush, 
.body-campaign-jazz .banner-campaign-brush path {
  fill:var(--bboard-campaign-3);
}

.banner-campaign-brush {
  position: absolute;
  left: -71px;
  top: -120px;
  height: 790px;
  width: 210px;
}
.billboard-campaign .billboard-content-wrapper .billboard-copy-wrapper .billboard-copy {
  display: none;
}
/* billboard-campaign takeover-greyhound  
	.st0{clip-path:url(#SVGID_00000108991825388096368990000012761399073314035075_);fill:red;}

*/
.billboard-campaign {
  padding-top: 0;
}
.body-campaign-greyhound .main-content, 
.body-campaign-jazz .main-content, 
.body-campaign-origami .main-content {
  padding-top: 99px !important;
}
 
.body-campaign-greyhound .billboard-section  {
	background: var(--bboard-campaign-1) !important;
}
.body-campaign-jazz .billboard-section  {
	background: var(--bboard-campaign-3) !important;
}
.body-campaign-origami .billboard-section  {
	background: var(--bboard-campaign-2) !important;
}
.billboard-campaign .billboard-content-wrapper {
  text-align: center;
  width: 390px;
  float: right;
}
.body-campaign-greyhound .billboard-content-wrapper {
  background: var(--bboard-campaign-1);
}
.body-campaign-jazz .billboard-section h1 {
  font-size: 3.3rem !important;
  line-height: 3.0rem;
  color: var(--white);
  z-index: 5;
  position: relative;
  /* font-family: 'Playfair Display', serif !important; */
  font-weight: 600;
  margin-bottom: 20px;
}
.body-campaign-greyhound .billboard-section h1, 
.body-campaign-origami .billboard-section h1  {
  font-size: 3.3rem !important;
  line-height: 3.0rem;
  color: var(--rj-blue);
  z-index: 5;
  position: relative;
  /* font-family: 'Playfair Display', serif !important; */
  font-weight: 600;
  margin-bottom: 20px;
}

.billboard-campaign {
    min-height: 615px;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
}
.billboard-campaign-copy-content {
  /* border: 3px solid green; */
  z-index: 5;
  position: relative;
  padding: 30px 25px;
}
.billboard-campaign .billboard-content-wrapper .container {
  max-width: 100%;
  width: 100%;
}
.body-campaign-greyhound .billboard-campaign .billboard-content-wrapper .billboard-copy-wrapper {
  background: var(--bboard-campaign-1);
}
.body-campaign-origami .billboard-campaign .billboard-content-wrapper .billboard-copy-wrapper {
  background: var(--bboard-campaign-2);
}
.body-campaign-jazz .billboard-campaign .billboard-content-wrapper .billboard-copy-wrapper {
  background: var(--bboard-campaign-3);
}
.billboard-campaign .billboard-content-wrapper .billboard-copy-wrapper {
  margin-left: 0;
  float: right;
  width: 390px;
  text-align: center;
  height: 615px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.billboard-campaign a {
  z-index: 5;
  position: relative;
}
.body-campaign-jazz .billboard-campaign button {
  border: 1px solid var(--white);
  color: var(--white);
}
.body-campaign-jazz .billboard-campaign button:hover {
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--rj-blue);
}
.billboard-campaign button {
  border-radius: 4px;    
  padding: 10px 30px;
  font-size: 1.7rem;
  line-height: 2.0rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border: 1px solid var(--rj-blue);
  background: transparent;
  color: var(--rj-blue);
  margin: 15px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;      
}
.billboard-campaign button:hover {
  background: var(--rj-blue);
  color: var(--white);    
}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
    .billboard-campaign {
      min-height: 345px;
      background-size: contain;
    }

    .billboard-campaign .billboard-content-wrapper .billboard-copy-wrapper {
      width: 440px;
      height: 345px;
    }
    .banner-campaign-brush {
      height: 610px;
    }

    .body-campaign-greyhound .main-content, 
    .body-campaign-jazz .main-content, 
    .body-campaign-origami .main-content {
      padding-top: 99px !important;
    }
  }
  
  /* Medium devices (tablet portrait, 768px-old 810 new and less) tablet-p */
  @media only screen and (max-width: 810px) {
    .billboard-campaign {
      min-height: 429px;
      background-size: cover;
    }
    .body-campaign-greyhound .main-content, 
    .body-campaign-jazz .main-content, 
    .body-campaign-origami .main-content {
      padding-top: 50px !important;
    }
    .billboard-campaign-copy-content {
      padding: 41px 30px 30px;
    }
    .body-campaign-greyhound .billboard-campaign .billboard-content-wrapper .billboard-copy-wrapper {
      background: var(--bboard-campaign-1);
    }
    .billboard-campaign .billboard-content-wrapper .billboard-copy-wrapper {
      width: 100%;
      padding: 41px 210px 25px;
      left: 0;
    }
    .billboard-campaign .billboard-content-wrapper {
      padding: 0px;
    }
    .billboard-campaign .billboard-content-wrapper .billboard-mobile-holder {
      left: 0;
      height: 410px;
      margin-right: -272px;
      position: relative;
      display: block;
      margin-left: -40px;
    }
    .billboard-campaign {
      padding-top: 0;
      background: none !important;
    }
    .banner-campaign-brush {
      position: absolute;
      left: 110px;
      top: -429px;
      height: 960px !important;
      width: 640px;
      transform: rotate(90deg);
    }
    .billboard-campaign .billboard-content-wrapper .billboard-copy-wrapper {
      width: 100%;
      padding: 0px 30px;
      height: 100%;
    }
    .billboard-campaign .billboard-content-wrapper {
      width: 100%;
      float: none;;
    }
    .billboard-campaign {
      min-height: auto;
      height: 100%;
    }
  }
  
  /* Extra small devices (most portrait phones, 480px and less) mobile-p */
  @media only screen and (max-width: 480px) {
    .billboard-campaign .billboard-content-wrapper .billboard-copy-wrapper {
      padding: 11px 30px 5px;
    }
    .billboard-campaign .billboard-content-wrapper .billboard-mobile-holder {
      height: 270px;
      margin-right: -112px;
    }
    .banner-campaign-brush {
      top: -430px;
      height: 900px !important;
      width: 140px;
    }
    .billboard-campaign {
      min-height: auto;
      height: 100%;
    }
  }
  
  /* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
  @media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
    .billboard-campaign .billboard-content-wrapper .billboard-mobile-holder {
      height: 410px;
      margin-right: -242px;
    }
    .billboard-campaign .billboard-content-wrapper .billboard-copy-wrapper {
      padding: 10px 30px 0px;
    }
  }

/* Iphone 12/14 pro */

  @media
  only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (   min--moz-device-pixel-ratio: 3),
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (        min-device-pixel-ratio: 3),
  only screen and (                min-resolution: 460dpi),
  only screen and (                min-resolution: 3dppx) { 
    /* Retina styles here */

    .banner-campaign-brush {
      width: 180px;
    }
    .body-campaign-greyhound .main-content, 
    .body-campaign-jazz .main-content, 
    .body-campaign-origami .main-content {
      padding-top: 58px !important;
    }
    .billboard-campaign .billboard-content-wrapper .billboard-mobile-holder {
      margin-left: 0px;
      margin-right: -142px;
    }
  }
.sub-category-breadcrumb-wrapper {
	z-index: 3 !important;
}
.tombstone-slider-dots .tombstone-slider-dot:nth-child(n+6)  {
  display: none !important;
}


/* TEMP fix for DotCom Sites NAP addresses */
.bio-detail-address-wrapper {
   display: none !important;
}