/*==============================================  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
____

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

/*
==============================================
Accolades Section
==============================================
*/

.mc-container .slick-arrow {
	opacity: 1 !important;
}
.mc-container .slick-next:before {
  content: "" !important;
}
.mc-container .slick-next {
	right: -30px!important;
}
.mc-container .slick-prev {
    left: -25px !important;
}
.mc-container .slick-next:after {
  content: "" !important;
	-webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: 40px;
  right: 0px;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  transform: rotate(45deg) skew(10deg, 10deg);
  width: 25px;
  height: 25px;
  border-right: 1px solid #c9a560;
  border-top: 1px solid #c9a560;
	-webkit-text-stroke: 8px transparent !important;
}

.mc-container .slick-prev:after {
     -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 40px;
    left: 0px;
    content: "";
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    transform: rotate(-45deg) skew(-10deg, -10deg);
    width: 25px;
    height: 25px;
    border-left: 1px solid #c9a560;
    border-top: 1px solid #c9a560;
}
.mc-container .slick-prev {
	z-index: 222;
}
.mc-container .slick-prev:before {
  content: "" !important;
}
.mc-container a:hover .mc-cta {
	background-color: #c9a560 !important;
	color: #fff !important;
	border: solid 1px transparent;
}
.accolades-section {
	background-size: cover;
    min-height: 750px;
    background-attachment: fixed;
    background-position: center;
	transform: translate(0,0);
	-webkit-backface-visibility: hidden;
}
.accolades-section:before {
	position: absolute;
    content: " ";
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(19,24,34,0.3);
}
/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


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

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Accolades Section
==============================================
*/
.accolades-section {
    	background-size: cover;
	}

	.accolades-section {
		background-attachment: inherit;
	}
}


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Accolades Section
==============================================
*/

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Accolades Section
==============================================
*/
.blog-landing-content-wrapper {
		margin:0 auto !important;
	}
}

/* Extra small devices (most portrait phones, 375px and less) mobile-p */
@media only screen and (max-width: 375px) {
	
	
}

/* 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) {
/*
==============================================
Accolades Section
==============================================
*/
.slick-prev:before, .slick-next:before, .slick-dots li.slick-active button:before, .slick-dots li button:before {
		color: #c9a560;
	}
	.slick-prev {
		left: -10px;
		top: 130px;
	}
	.slick-next {
		right: -10px;
		top: 130px
	}
	
}

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