/* Hero image and Slick slider */
@media only screen {
	.slideContainer {
		position: relative;
		display: block;
		overflow: hidden;
		height: 385px;
		max-height: 385px;
		z-index: 1;
	}
	.slideContainer.video {
		height: auto;
		max-height: none;
	}
	.slideContainer.custom_header_slideshow {
		height: 445px;
		max-height: 445px;
		margin-bottom: 30px;
		background-color: white;
		opacity: 0;
		-webkit-transition: opacity 400ms ease;
		   -moz-transition: opacity 400ms ease;
			-ms-transition: opacity 400ms ease;
			 -o-transition: opacity 400ms ease;
				transition: opacity 400ms ease;
	}
	.slideContainer.custom_header_slideshow.mobileWide {
		height: auto;
		max-height: 100%;
		padding-bottom: 60px;
	}
	.slideContainer.custom_header_slideshow.loaded {
		opacity: 1;
	}
	.slideContainer .placeholder_slideshow {
		width: 100%;
		height: 385px;
	}
	.slideContainer.custom_header_slideshow .placeholder_slideshow {
		height: 445px;
	}
	.slideContainer .slides {
		margin: 0;
	}
	.slideContainer .slide {
		position: relative;
	}
	.slideContainer .slideWrapper {
		position: relative;
		width: 100%;
		height: 385px;
		max-height: 385px;
		padding: 0;
		outline: none;
		z-index: 1;
	}
	.slideContainer .slideImage {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.slideContainer.custom_header_slideshow .slideImage {
		width: 95%;
		height: 385px;
		margin: 0 auto;
	}
	.slideContainer.custom_header_slideshow.mobileWide .slideImage {
		width: 100%;
		height: auto;
	}
	.slideContainer .contentWrapper {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
		width: 95%;
		height: 100%;
		text-align: center;
		overflow: hidden;
		z-index: 2;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0.4) 70%, transparent);
        background-image:	 -moz-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0.4) 70%, transparent);
        background-image:	  -ms-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0.4) 70%, transparent);
        background-image:	   -o-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0.4) 70%, transparent);
	    background-image:		  linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.4) 70%, transparent);
	}
	.slideContainer.mobileWide .contentWrapper {
		width: 100%;
	}
	.slideContainer .contentWrapper.blackGradient {
		/*background-color: rgba(0,0,0,0.4);*/
	}
	.slideContainer .contentWrapper.blueGradient {
		background-color: rgba(30,87,153,0.4);
	}
	.slideContainer .contentWrapper.redGradient {
		background-color: rgba(190,57,11,0.4);
	}
	.slideContainer .contentWrapper.purpleGradient {
		background-color: rgba(85,66,90,0.4);
	}
	.slideContainer.heroImage .contentWrapper {
		width: 100%;
	}
	.slideContainer .contentInner {
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		display: inline-block;
		width: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			 -o-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	.slideContainer.custom_header_slideshow .contentInner {
		width: 90%;
	}
	.slideContainer .title h1,
	.slideContainer h1.title {
	    font-size: 35px !important;
	    line-height: 35px !important;
	    font-weight: 400 !important;
	}
	.slideContainer .title h1,
	.slideContainer .title h2,
	.slideContainer .title h3,
	.slideContainer .title h4,
	.slideContainer .title h5,
	.slideContainer .title h6,
	.slideContainer .title strong,
	.slideContainer .title em,
	.slideContainer .title p,
	.slideContainer .title u,
	.slideContainer .title,
	.slideContainer .subtitle {
		position: relative;
		color: white;
		text-decoration: none;
		font-style: normal;
		text-align: center;
		letter-spacing: 1.5px;
		margin: 0 auto;
		font-family: Oswald, sans-serif;
		margin: 25px auto;

	}
	.slideContainer .title h1,
	.slideContainer .title h2,
	.slideContainer .title h3,
	.slideContainer .title h4,
	.slideContainer .title h5,
	.slideContainer .title h6,
	.slideContainer .title strong,
	.slideContainer .title em,
	.slideContainer .title p,
	.slideContainer .title u {}
	.slideContainer.mobileWide .title h1,
	.slideContainer.mobileWide .title h2,
	.slideContainer.mobileWide .title h3,
	.slideContainer.mobileWide .title h4,
	.slideContainer.mobileWide .title h5,
	.slideContainer.mobileWide .title h6,
	.slideContainer.mobileWide .title strong,
	.slideContainer.mobileWide .title em,
	.slideContainer.mobileWide .title p,
	.slideContainer.mobileWide .title u,
	.slideContainer.mobileWide .title,
	.slideContainer.mobileWide .subtitle {}
	.slideContainer .title {}
	.slideContainer h1.title p {
		font-family: Oswald, sans-serif;
		color: black;
		font-weight: 400;
		font-size: 35px;
		line-height: 35px;
		color: white;
	}
	.slideContainer .title h2 {}
	.slideContainer .title h3 {}
	.slideContainer .title h4 {}
	.slideContainer .title h5 {}
	.slideContainer .title h6 {}
	.slideContainer .subtitle {
		text-transform: uppercase;
		color: white;
	}
	.slideContainer.mobileWide .subtitle,
	.slideContainer.mobileWide .slide.image .subtitle.bigger {}
	.slideContainer.custom_header_slideshow .subtitle {
		display: none;
	}
	.slideContainer.custom_header_slideshow.mobileWide .subtitle {
		display: block;
	}	
	.slideContainer.heroImage.hideTitle .title {
		display: none;
	}
	.slideContainer .goldButton {
		font-size: 18px;
		letter-spacing: 2px;
		margin-top: 30px;
	}
	.slideContainer.heroImage .goldButton {
		width: 220px;
		height: 55px;
	}
	.slideContainer.custom_header_slideshow .goldButton {
		width: 160px;
		height: 55px;
	}
	.slideContainer .slick-dots {
		bottom: -60px;
		height: 60px;
		margin: 0;
		background-color: white;
	}
	.slideContainer .slick-dots li {
		top: 14px;
		width: 5px;
		height: 5px;
		border-radius: 8px;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 5;
	}
	.slideContainer .slick-dots li:hover,
	.slideContainer .slick-dots li.slick-active {
		top: 13px;
		width: 7px;
		height: 7px;
		border-radius: 7px;
		background-color: black;
	}
	.slideContainer .slick-dots li button {
		width: 0;
		max-width: 80px;
		height: 5px;
		padding: 0;
		color: transparent;
	}
	.slideContainer .slick-dots li button:before {
		display: none;
	}
	.slideContainer .slide.video iframe {
		width: 100%;
		height: 100%;
	}
	.embed-container {
		position: relative;
		display: block;
		width: 100%;
		max-width: 100%;
		padding-bottom: 56.25%;
		overflow: hidden;
	}
	.embed-container iframe, 
	.embed-container object, 
	.embed-container embed,
	.embed-container .video-thumbnail {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.embed-container .video-thumbnail {
		display: flex;
		justify-content: center;
		align-items: center;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		cursor: pointer;
		z-index: 8;
	}
	.embed-container .buttonContainer {
		position: relative;
		width: 10vw;
		max-width: 100px;
		height: 10vw;
		max-height: 100px;
		opacity: 0.85;
		background-color: #0f0f0f;
		z-index: 9;
	}
	.embed-container .buttonContainer .playButton {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border: 0 none;
		background-color: transparent;
	}
	.embed-container .buttonContainer .playButton svg {
		/*fill: #DDB965;*/
		fill: #9600FF;
	}

	/* 483987 blog category hero widget */
	.heroBlogCategory .slideWrapper,
	.heroBlogCategory.video .embed-container,
	.heroBlogCategory.video .buttonContainer {
		display: none;
	}
	.heroBlogCategory.loaded .slideWrapper,
	.heroBlogCategory.video.loaded .embed-container,
	.heroBlogCategory.video.loaded .buttonContainer {
		display: block;
	}
}
@media only screen and (max-width: 40em) {
	.slideContainer.heroImage .goldButton {
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 40.063em) {
	.slideContainer .title h1,
	.slideContainer .title h2,
	.slideContainer .title h3,
	.slideContainer .title h4,
	.slideContainer .title h5,
	.slideContainer .title h6,
	.slideContainer .title strong,
	.slideContainer .title em,
	.slideContainer .title p,
	.slideContainer .title u,
	.slideContainer .title,
	.slideContainer .subtitle {
		margin: 0;
		text-align: left;
	}
	.slideContainer .title h1,
	.slideContainer h1.title {
		font-size: 70px !important;
		line-height: 70px !important;
	}
	.slideContainer h1.title p {
		font-size: 70px;
		line-height: 70px;
		margin-bottom: 10px;
	}	
	.slideContainer .title h2 {}
	.slideContainer .title h3 {}
	.slideContainer .title h4 {}
	.slideContainer .title h5 {}
	.slideContainer .title h6 {}
	.slideContainer .subtitle {}
	.slideContainer.custom_header_slideshow.single .slideImage {
		width: 100%;
	}
	.slideContainer .contentInner {
		left: 10%;
	}
	.slideContainer.heroImage .contentInner {
		left: 10%;
		margin: 0;
		max-width: 75%;
	}
	.slideContainer .goldButton,
	.slideContainer.heroImage .goldButton,
	.slideContainer.custom_header_slideshow .goldButton {
		width: 160px;
		height: 55px;
		margin-top: 20px;
	}
}
@media only screen and (min-width: 50.063em) {
	.slideContainer .title h1 {}
	.slideContainer .title h2 {}
	.slideContainer .title h3 {}
	.slideContainer .title h4 {}
	.slideContainer .title h5 {}
	.slideContainer .title h6 {}
	.slideContainer .subtitle {
	}
}
@media only screen and (min-width: 64.063em) {
	.slideContainer {
		max-width: 1510px;
		height: 610px;
		max-height: 610px;
	}
	.slideContainer.heroImage.full-width {
		max-width: 100%;
	}
	.slideContainer .placeholder_slideshow {
		height: 610px;
	}
	.slideContainer .slideWrapper {
		height: 610px;
		max-height: 610px;
	}
	.slideContainer .slideImage {
		max-width: 1510px;
		height: 610px;
	}
	.slideContainer.heroImage.full-width .slideImage {
		max-width: 100%;
	}
	.slideContainer.custom_header_slideshow .slideImage {
		height: 610px;
	}
	.slideContainer .contentInner,
	.slideContainer.heroImage .contentInner {
		left: 15%;
	}
	.slideContainer .title {
		padding-bottom: 20px;
		font-size: 90px;
		line-height: 90px;
	}
	.slideContainer .title strong,
	.slideContainer .title em,
	.slideContainer .title p,
	.slideContainer .title u,
	.slideContainer .title {}
	.slideContainer .title h1 {
		font-size: 90px;
		line-height: 90px;
	}
	.slideContainer .title h2 {}
	.slideContainer .title h3 {}
	.slideContainer .title h4 {}
	.slideContainer .title h5 {}
	.slideContainer .title h6 {}
	.slideContainer .subtitle {
		
	}
	.slideContainer h1.title p {
		font-family: Oswald, sans-serif;
		color: black;
		font-weight: 400;
		font-size: 90px;
		line-height: 90px;
		color: white;
	}	
}
@media only screen and (min-width: 1600px) {
	.slideContainer .title strong,
	.slideContainer .title em,
	.slideContainer .title p,
	.slideContainer .title u,
	.slideContainer .title {}
	.slideContainer .title h1 {}
	.slideContainer .title h2 {}
	.slideContainer .title h3 {}
	.slideContainer .title h4 {}
	.slideContainer .title h5 {}
	.slideContainer .title h6 {}
	.slideContainer .subtitle {
	}
}

/* BX Slider native styles */
@media only screen {
	.bx-wrapper {
		position: relative;
		padding: 0;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
	}
	.bx-wrapper .slideImage {
		max-width: 100%;
		display: block;
	}
	.bxslider {
		margin: 0;
		padding: 0;
	}
	ul.bxslider {
		list-style: none;
	}
	.bx-viewport {
		-webkit-transform: translatez(0);
	}
	.bx-wrapper .bx-loading {
		min-height: 50px;
		background: url(/includes/public/assets/images/bx_loader.gif) center center no-repeat #fff;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2000;
	}
	.bx-wrapper .bx-pager {
		position: absolute;
		bottom: -30px;
		width: 100%;
	}
	.bx-wrapper .bx-pager-item {
		display: inline-block;
		vertical-align: bottom;
		*zoom: 1;
		*display: inline;
		font-size: 0;
		line-height: 0;
	}
}

/* BX Slider Simpleview styles */
@media only screen {
}
@media only screen and (min-width: 40.063em) {
}
@media only screen and (min-width: 64.063em) {
	.bx-wrapper {
		display: inline-flex;
		width: 100%;
	}
	.bx-viewport {
		display: inline-block;
		width: 100%;
	}
	.bx-wrapper .bx-controls {
		position: relative;
		right: 0;
		width: 80px;
		background: transparent;
	}
	.bx-wrapper .bx-pager {
		bottom: 0;
		top: 45%;
		font-size: 16px;
		font-family: 'Noto Serif', serif;
	}
	.bx-wrapper .bx-pager-item {
		display: block;
		position: relative;
		padding: 0;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		position: relative;
		left: 30px;
		display: block;
		text-indent: 16px;
		font-size: 0;
		font-family: 'Noto Serif', serif;
		font-weight: 700;
		border-radius: 0;
		width: 5px;
		height: 10px;
		background-image: url(/includes/public/assets/images/dot.png);
		background-repeat: no-repeat;
		background-size: initial;
		background-position: bottom;
		background-color: transparent;
		color: black;
		margin-top: 0;
		margin-bottom: 0;
		-webkit-transition: margin-bottom 100ms linear;
		   -moz-transition: margin-bottom 100ms linear;
			-ms-transition: margin-bottom 100ms linear;
			 -o-transition: margin-bottom 100ms linear;
				transition: margin-bottom 100ms linear;
		/* dragging to change slides selects the text, which turns the background blue and looks wrong */
		-webkit-user-select: none;     
		   -moz-user-select: none;
			-ms-user-select: none;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:before {
		content: '0';
	}
	.bx-wrapper .bx-pager.bx-default-pager a.active,
	.bx-wrapper .bx-pager.bx-default-pager a:focus,
	.bx-wrapper .bx-pager.bx-default-pager a:hover {
		left: 29px;
		width: 7px;
		height: 12px;
		background-image: url(/includes/public/assets/images/dotBold.png);
	}
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		font-size: 14px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a.dotMarginTop {
		margin-top: 8px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a.dotMarginBot {
		margin-bottom: 8px;
	}
	.slideContainer.bxslider {
		position: relative;
		display: flex;
		overflow: hidden;
		height: auto;
		max-width: none;
		max-height: none;
		z-index: 1;
	}
	.slideContainer.bxslider .placeholder_slideshow {
		width: 100%;
		height: 385px;
	}
	.slideContainer.bxslider .slides {
		margin: 0;
	}
	.slideContainer.bxslider .slide {
		position: relative;
		-webkit-transition: top 1800ms cubic-bezier(0.55,0.08,0.1,0.94);
		   -moz-transition: top 1800ms cubic-bezier(0.55,0.08,0.1,0.94);
			-ms-transition: top 1800ms cubic-bezier(0.55,0.08,0.1,0.94);
			 -o-transition: top 1800ms cubic-bezier(0.55,0.08,0.1,0.94);
				transition: top 1800ms cubic-bezier(0.55,0.08,0.1,0.94);
	}
	.slideContainer.bxslider .slideWrapper {
		position: relative;
		display: table !important;
		width: 100%;
		padding: 0;
		z-index: 1;
	}
	.slideContainer.bxslider .slideImage {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.slideContainer.bxslider .contentWrapper {
		margin: 0;
		width: 100%;
	}
	.slideContainer.bxslider .contentInner {
		display: inline-block;
		position: absolute;
		margin: 0;
		left: 15%;
		right: 0;
		top: auto;
		bottom: 40%;
		width: 70%;
		transform: initial;
		-webkit-transition: bottom 1100ms ease-out;
	       -moz-transition: bottom 1100ms ease-out;
			-ms-transition: bottom 1100ms ease-out;
			 -o-transition: bottom 1100ms ease-out;
				transition: bottom 1100ms ease-out;
	}
	.slideContainer.bxslider .contentInner.slower {
		-webkit-transition: bottom 1000ms ease-out 500ms;
	       -moz-transition: bottom 1000ms ease-out 500ms;
			-ms-transition: bottom 1000ms ease-out 500ms;
			 -o-transition: bottom 1000ms ease-out 500ms;
				transition: bottom 1000ms ease-out 500ms;
		bottom: 25%;
	}
	.slideContainer.bxslider .contentInner.faster {
		bottom: 55%;
	}
	.slideContainer.bxslider .title,
	.slideContainer.bxslider .subtitle {
		position: relative;
		text-align: left;
		margin: 0;
	}
	.slideContainer.bxslider .subtitle {
		display: block;
		font-size: 20px;
		line-height: 20px;
		height: 20px;
		bottom: 20px;
		text-transform: uppercase;
		color: white;
	}
	.slideContainer.bxslider .title {
		bottom: 50px;
	}
	.slideContainer.bxslider .subtitle {
	}
}
@media only screen and (min-width: 1600px) {
	.bx-wrapper {
		width: 1600px;
		max-width: 1600px;
	}
	.bx-viewport {
		max-width: 1510px;
		max-height: 610px;
	}
}


/* Video player */
@media only screen {
	.videoPlayer {
		position: relative;
		display: block;
		float: none;
		padding: 20px;
		margin: 0;
		width: 100%;
	}
	.videoPlayer .videoContainer {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		cursor: pointer;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.videoPlayer .videoContainer iframe, 
	.videoPlayer .videoContainer object, 
	.videoPlayer .videoContainer embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.videoLabelWrapper {
		display: none;
	}
	
	/* Video play button */
    .buttonContainer {
        width: 16%;
        background: #0f0f0f;
        opacity: .85;
        margin: auto !important;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 26%;
        z-index: 9;
    }
    .playButton {
        padding: 0 !important;
        width: 100%;
        height: 100%;
        border: 0 !important;
        background-color: transparent !important;
        outline: none;
    }
    .playButton svg {
        width: 75%;
        height: 100%;
		/*fill: #DDB965;*/
        fill: #9600FF;
    }
	
	/* Button with border on hover */
	.playButton.todo {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		/*border: 0 solid #ddb965;*/
		border: 0 solid #9600FF;
		-webkit-transition: border 0.2s ease-in;
		   -moz-transition: border 0.2s ease-in;
			-ms-transition: border 0.2s ease-in;
			 -o-transition: border 0.2s ease-in;
				transition: border 0.2s ease-in;
	}
	.playButton.todo:hover {
		/*border: 4px solid #ddb965;*/
		border: 4px solid #9600FF;
	}
}
@media only screen and (min-width: 40.063em) {
	.videoPlayer {
		max-width: 780px;
		margin: 20px auto;
	}
}
@media only screen and (min-width: 64.063em) {
	.article_panel .videoPlayer {
		max-width: 930px;
		padding: 20px 40px 40px;
	}
	.panel_custom_two_col .left_column .videoPlayer {
		max-width: 100%;
		margin: 0;
		padding: 20px 40px 20px 99px;
	}
	.videoLabelWrapper {
		display: block;
	}
	.videoLabelWrapper .videoLabel {
	    top: 0;
	    transform-origin: right top;
	    right: 100%;
	    margin-right: -20px;
	    transform: rotate(270deg);
	    position: absolute;
	    margin-top: 20px;
	}
	.videoLabelWrapper .videoLabel.headerText {
		max-width: 110px;
	}
}
@media only screen and (min-width: 1600px) {
	.videoPlayer {
		max-width: 100%;
		margin: 0;
		padding: 20px 0 40px 0;
	}
	.indent_content .content_col .videoPlayer {
		padding-right: 20px;
	}
	.panel_custom_two_col .left_column .videoPlayer {
		max-width: 900px;
		padding: 20px 0 40px 130px;
	}
	.videoLabelWrapper .videoLabel.headerTextBold {
		left: -50px;
	}
	.videoLabelWrapper .videoLabel {
		top: 0;
		transform-origin: right top;
		right: 100%;
		margin-right: 10px;
		transform: rotate(270deg);
		position: absolute;
		margin-top: 20px;
	}
}



@media only screen {
	.slideContainerHoz .slides .slide {
		position: relative;
	}
	.slideContainerHoz .slides .slide.video {
	    position: relative;
	    padding-bottom: 0;
	    height: 0px;
	    overflow: hidden;
	    max-width: 100%;
	}
	.slideContainerHoz.single .slides .slide.video {
		padding-bottom: 43%;
	}
	.slideContainerHoz .slides .slide.video.slick-active {
	    padding-bottom: 7.1%;
	}	
	.slideContainerHoz .slides .slide.video iframe, 
	.slideContainerHoz .slides .slide.video object, 
	.slideContainerHoz .slides .slide.video embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-height: 900px;
	}
	
	.slideContainerHoz .slides .slide .contentWrapper {
	    position: absolute;
	    display: block;
	    padding: 20px 30px;
	    top: 50%;
	    transform: translateY(-50%);
	    height: 100%;
	    width: 100%;
	    background-color: rgba(0, 0, 0, 0.2);
	}

	.slideContainerHoz .slides .slide .contentWrapper .contentInner {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .sliderText h1 {
		font-size: 35px;
		line-height: 35px;
	}
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .sliderText,
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .sliderText h1,
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .sliderText p {
		text-align: left;
		color: white;
	}
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .subtitle {
		display: none;
	}
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .goldButton {
		width: 130px;
		height: 45px;
		margin-top: 25px;
	}
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .goldButton .textWrapper {
		font-size: 16px;
	}
	.custom_header_slideshow .slick-dots {
		margin: 0;
		bottom: -25px !important;
		padding-left: 4px;
	}
	.slideContainerHoz .slick-dots li {
		width: 10px;
	}
	.custom_header_slideshow .slick-dots li button:before {
		font-size: 14px !important;
		padding-top: 5px;
	}
	.slideContainerHoz .slick-arrow {
		display: none !important;
	}
	.custom_primary_header_slideshow .down-arrow-container {
		display: none;
	}
}
@media only screen and (min-width: 40.063em) {
	.slideContainerHoz .slides {
		margin-bottom: 40px;
	}
	.slideContainerHoz .slides .slide .contentWrapper {
	    position: absolute;
	    bottom: 0;
	    height: 100%;
	    width: 100%;
	    display: flex;
	    padding: 0;
	    flex-direction: column;
	    justify-content: center;
	}
	.slideContainerHoz .slides .slide .contentWrapper .contentInner {
		color: white;
		padding: 0 30px;
	}
	.slideContainerHoz .slides .slide .contentWrapper .contentInner p,
	.slideContainerHoz .slides .slide .contentWrapper .contentInner h1 {
		color: white;
	}
	.slideContainerHoz .slides .slide .contentWrapper .contentInner h1 {
		color: white;
		font-size: 70px;
		line-height: 70px;
	}	
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .subtitle {
		display: block;
		color: white;
	}
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .goldButton {
		width: 160px;
		height: 55px;
		font-size: 18px;
	}
	.custom_header_slideshow .slick-dots {
		display: block !important;
	}
}
@media only screen and (min-width: 64.063em) {
	.slideContainerHoz .slides .slide .contentWrapper .contentInner {
	    max-width: 835px;
	    margin: 0 auto;
	    width: 100%;
	    padding-left: 0;
	}
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .sliderText h1 {
		font-size: 90px;
		line-height: 90px;
	}
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .sliderText, 
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .sliderText h1, 
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .sliderText p {}
	.custom_primary_header_slideshow .down-arrow-container {
		display: block;
		position: absolute;
		bottom: 20px;
		left: 50%;
	}
	.custom_primary_header_slideshow .down-arrow-container a[data-sv-downarrow] {
		color: white;
	}
	.slideContainerHoz .slick-arrow {
		display: block !important;
		top: 49%;
		width: 47px;
		height: 108px;
		background-repeat: no-repeat !important;
		background-position: 10px 10px !important;
		background-color: transparent;
		z-index: 9;
	}
	.slideContainerHoz:hover .slick-arrow {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.slideContainerHoz .slick-arrow:before {
		content: '' !important;
	}
	.slideContainerHoz .slick-prev {
		left: 40px;
		background-image: url(/includes/public/assets/images/tallLeft.png) !important;
	}
	.slideContainerHoz .slick-next {  
		right: 40px;
		background-image: url(/includes/public/assets/images/tallRight.png) !important;
	}
}
@media only screen and (min-width: 1215px) {
	.slideContainerHoz .slides .slide .contentWrapper .contentInner {
		max-width: 1024px;
	}
}
@media only screen and (min-width: 1400px) {
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .sliderText,
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .sliderText h1,
	.slideContainerHoz .slides .slide .contentWrapper .contentInner .sliderText p {}
}
