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

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
____

thin 100
light 300
regular 400
bold 700
black 900
____

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

/*
==============================================
Related Resources
==============================================
*/

.related-resources-content {
	clear: both;
    border-top: 20px solid #edebe4;
}
.related-resources-content .mc-container {
	padding-top:45px;
}
.related-resources-content .media-carousel-one .mc-image-wrapper {
	display:none;
}
.related-resources-content .mc-slide {
	background: none;
}
.related-resources-content h4 {
	font-family: 'Prata', serif;
	font-weight: 400;
	font-size: 22px;
	color: #104c6e;
	text-align: center;
	margin-top: 30px;
	clear: both;
/*
	animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
*/
}
.related-resources-content .related-resource-head-wrapper {
	margin-top: 30px;
/*
	animation-name: fadeIn;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
*/

}
.related-resources-content h4:before {
    content: "";
    width: 35%;
    height: 1px;
    display: inline-block;
    margin: 0 35px;
    position: relative;
    vertical-align: middle;
    background: #52b9bb;
}
.related-resources-content h4:after {
    content: "";
    width: 35%;
    height: 1px;
    display: inline-block;
    margin: 0 35px;
    position: relative;
    vertical-align: middle;
    background: #52b9bb;

}

.related-resources-content .mc-heading {
	font-family: 'Lato', sans-serif;
	color:#2f6d90;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.related-resources-content .mc-copy {
	font-family: 'Lato', sans-serif;
	color:#767474;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.related-resources-content .mc-copy {
	font-family: 'Lato', sans-serif;
	color:#767474;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.related-resources-content .mc-cta {
	font-family: 'Lato', sans-serif;
	color:#52b9bb;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 4px;
	left: 10px;
	border: 1px solid transparent;
    background: none;
}
.mc-container a:hover .mc-cta {
	border: 1px solid transparent;
    background: none;
	color:#104c6e;
}
.related-resources-content .mc-category {
	font-family: 'Lato', sans-serif;
	color:#5a5d63;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	text-transform: uppercase;
}
.related-resources-content .mc-category-wrapper {
	color: #dcdad2;
}
.related-resources-content .mc-category-hr-wrapper hr {
	display:none;
}
.related-resources-content .slick-slide {
	 border-right: 6px solid #52b9bb;
}
.related-resources-content .mc-container .slick-next:before, .mc-container .slick-prev:before {
	font-size: 40px;
	color: #2f6d90;
}
.related-resources-content .mc-container .slick-next:hover:before {
	color: #52b9bb
}


/* .related-resources-content .slick-slide:nth-child(even) {
    border-right: 6px solid #52b9bb;
}
.related-resources-content .slick-slide:li:nth-child(-n+3) {
    border-left: 6px solid #52b9bb;
} */

/*
.related-resources-content .slick-slide:nth-child(4n-7) {
border-right: 6px solid #52b9bb;
border-left: 6px solid #52b9bb;
}


.related-resources-content .slick-slide:nth-child(even) {
    border-right: 6px solid #52b9bb;
    border-left: 6px solid #52b9bb;
}
*/




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


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Related Resources
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Related Resources
==============================================
*/
.related-resources-content h4:before {
    width: 30%;
}
.related-resources-content h4:after {
    width: 30%;
}
	
}


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Related Resources
==============================================
*/
.related-resources-content h4:before {
    width: 15%;
}
.related-resources-content h4:after {
    width: 15%;
}
.no-billboard .bio-content-sticky  {
    margin-top: 130px !important;
}

}



/*
Related Resources
==============================================/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
Related Resources
==============================================
*/
.related-resources-content .mc-container {
    padding-top: 10px;
}

.related-resources-content .slick-slide {
    border-right: none;
	text-align: center;
}

.related-resources-content .mc-cta {
    left: 0;
    right: 0;
    width: 100%;
}
.related-resources-content h4:before {
    width: 5%;
	display:none;
}
.related-resources-content h4:after {
    width: 80%;
}
.no-billboard .bio-content-sticky  {
    margin-top: 0px !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) {
/*
Related Resources
==============================================
*/
.related-resources-content .mc-container {
    padding-top: 20px;
}

.related-resources-content .slick-slide {
    border-right: none;
	text-align: center;
}

.related-resources-content .mc-cta {
    left: 0;
    right: 0;
    width: 100%;
}

	
}

/* IE only */
@media screen\0 {
	
	
}
<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

