/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Source Sans Pro', sans-serif;
____

light 300
regular 400
semi bold 600
bold 700
____

========================================================================================================================
*/

/*
==============================================
Niche Section
==============================================
*/

.niche-section {
	background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-interior-top-2.jpg);
	background-size: cover;
	border-top: 5px solid #dde3e8;
	border-bottom: 5px solid #dde3e8;
	padding-bottom: 0px !important;
	position: relative;
}
.niche-section:before {
	content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #c9caca;
    position: absolute;
    top: 27px;
}
.niche-content {
	padding-bottom: 0px !important;
	background-size: cover;
}
.niche-section .mc-slide {
	background: none;
	text-align: center;
}
.niche-section .mc-heading {
	font-family: 'Playfair Display', serif !important;
	color: #393939 !important;
	font-size: 29px !important;
	font-weight: 300 !important;
	line-height: 33px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	letter-spacing: -1px !important;
}
.niche-section .mc-heading:after {
	content:"";
	display:block;
	height: 5px;
	width: 60px;
	position: relative;
	background: #d27855;
	margin:32px auto 0px !important;
	-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;
}
.niche-section .mc-copy-wrapper {
	margin-top: 10px;
}
.niche-section .mc-container {
	padding: 0px 15px 50px 15px;
}
.niche-section .mc-content-wrapper {
    padding: 20px 30px 20px 30px;
}

.niche-section .mc-container a:hover .mc-heading:after {
	width:90px;
}

.niche-section .mc-date {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: 300;
}
.niche-section .mc-copy {
	font-family: 'Raleway', sans-serif;
	color: #393939;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}
.niche-section .mc-slide-number {
	color: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0px;
	bottom: -50px;
	font-size: 104px;
}
.niche-section .category-center .mc-category-wrapper {
    color: #d4d4d4;
}
.niche-section .mc-category {
	color: #929090;
	font-family: 'Playfair Display', serif !important;
	font-style:italic;
}
.niche-section .mc-category:hover {
	color: #d27855;
}
.niche-section .mc-container a{
	padding-top: 0px;
}
.niche-section .mc-container {
	padding-top:0px;
	max-width: 1270px;
}
.niche-section .mc-container .slick-dots {
	bottom: 0px;
	padding-bottom: 0px;
}
.niche-section .mc-container .slick-slider {
    margin-bottom: 0;
    padding: 60px 0px;
}
.niche-section .mc-container .media-carousel-three a:hover .mc-cta {
	display: block;
    height: 40px;
    width: 180px;
    border: 2px solid #d27855;
    margin: 20px 0px 20px 0px;
    font-family: 'Playfair Display', serif !important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: rgba(51, 51, 51, 0.8);
}
.niche-section .media-carousel-two .mc-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: inherit;
}
.niche-section .mc-container .media-carousel-three .mc-cta {
	display: block;
    height: 40px;
    width: 180px;
    border: 2px solid #d27855;
    margin: 20px 0px 20px 0px;
    font-family: 'Playfair Display', serif !important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #333;
}
/*
.niche-section .mc-container .slick-next {
    right: 30px;
}
.niche-section .mc-container .slick-prev {
    left: 30px;
}
*/
.niche-section .mc-container .slick-next {
    right: -120px;
}
.niche-section .mc-container .slick-prev {
    left: -120px;
}
.niche-section .mc-cta {
	font-family: 'Playfair Display', serif;
	color: #d27855;
	font-size: 20px;
	line-height: 22px;
	font-weight:300;
	background: rgba(253, 253, 253, 0);
	padding: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: none;
	letter-spacing: 1px;
}
.niche-section .mc-container a:hover .mc-cta {
	padding: 0px 36px;
	color: #393939;
	border: none;
	background: rgba(253, 253, 253, 0);
	letter-spacing: 2px;
}
.niche-section .mc-container .slick-slide a:hover {
	box-shadow: inset 0px 20px 50px 0px rgba(0,0,0,0.1), inset 10px 20px 50px -20px rgba(0,0,0,0.1);
}
.niche-section .mc-container .slick-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 50px;
	background-size: 50px 50px;
	-webkit-text-stroke: 0px #f3f3f3;
	color: #adafb2;
	display: inline-block;
	background-repeat: no-repeat;
	-webkit-transition: background-position .25s;
	transition: background-position .25s;
}
.niche-section .mc-container .slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 50px;
	background-size: 50px 50px;
	-webkit-text-stroke: 0px #f3f3f3;
	color: #adafb2;
	display: inline-block;
	background-repeat: no-repeat;
	-webkit-transition: background-position .25s;
	transition: background-position .25s;
}
.niche-section .media-carousel-one .mc-image {
	height: 174px;
}
.niche-section .mc-image-wrapper {
	background: none;
}
.niche-section .mc-container a .mc-image {
	background: none;
	height: 350px;
}
.niche-section .mc-container .slick-next:before {
  content: "" !important;
}
.niche-section .mc-container .slick-next:after {
	content: "" !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: absolute;
	top: 40px;
	left: 0px;
	-webkit-transform: rotate(45deg) skew(10deg, 10deg);
	transform: rotate(45deg) skew(10deg, 10deg);
	width: 25px;
	height: 25px;
	border-right: 1px solid #393939;
	border-top: 1px solid #393939;
	-webkit-text-stroke: 8px transparent !important;
}
.niche-section .mc-container .slick-prev:after {
     -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 40px;
    right: 0px;
    content: "";
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    transform: rotate(-45deg) skew(-10deg, -10deg);
    width: 25px;
    height: 25px;
    border-left: 1px solid #393939;
    border-top: 1px solid #393939;
}
.niche-section .slick-prev, .niche-section .slick-next {
	top: 50% !important;
}
.niche-section .mc-container .slick-prev {
	z-index: 222;
}
.niche-section .mc-container .slick-prev:before {
  content: "" !important;
}



/*
==============================================
Responsive Meia Queries NEW
==============================================
*/




/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Niche Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Niche Section
==============================================
*/
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Niche Section
==============================================
*/

}

@media (min-width: 768px) and (max-width: 1549px) {
	.niche-section .mc-container .slick-next {
		right: -20px !important;
	}
	.niche-section .mc-container .slick-prev {
		left: -20px !important;
	}
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Niche Section
==============================================
*/
	.niche-section .media-carousel-three .mc-content-wrapper {
		height: auto;
	}

}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Niche Section
==============================================
*/
	.niche-section .mc-content-wrapper {
		padding: 20px 0px 20px 0px;
	}
	.niche-section .mc-container .slick-dots {
		padding-bottom: 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) {
/*
==============================================
Niche Section
==============================================
*/

}

/* IE only */
@media screen\0 {

}
