  /* Feed box */
.feed-container {
	width: 40%;
    position: relative;
margin-left: 20px;
	float:right;
	border: 2px dotted #b8cc33;
    border-radius: 20px;
		min-width: 380px;
	}

.feed-article {
	padding: 20px 50px;
	}
		
.feed-cta-container {    position: absolute;
    margin: 0px auto;
    width: 375px;
	bottom: 60px;
		}
		
		.overlay-text-image-box {
    margin: 30px 0px;
    height: 400px;
    overflow: hidden;
}
		
		
.feed-text-container {margin: 0px;}
.feed-text-container h2 {font-size: 1.8em;     margin-top: 10px;}
.feed-container article {padding: 20px 60px;}
.feed-thumbnail {display:none;}
		
	.dot-container {margin-bottom: 10px;
		text-align: center;}

.mySlides {		
	margin: 0px 0px;
    height: 380px;
	}

.feed-snippet {overflow: hidden;}
		
		
.feed-cta {
		margin: 10px auto;
    padding: 10px 20px;
    width: fit-content;
    font-size: 1.1em;
		}
		
		
/* Mobile Adjustments */

@media screen and (max-width: 1400px){
	.feed-cta-container {
		width: 70%; 
		}
	.feed-text-container h2 {
    	font-size: 1.5em;
		}
		}
@media screen and (max-width: 980px) {
	.feed-container {
    	padding: unset;
		}
		}
@media screen and (max-width: 962px) {
	.image-callout-text {
		background-color: #036;
		position: relative;
		}
	.overlay-text-image-box {
    margin: 30px 0px 0px 0px;
		height: auto;
		}
		}		

@media screen and (max-width: 710px) {
	.feed-container {
		float: unset;
		margin: 0px auto;
		padding: 20px;
		}
	.prev {left: 0px;}
	.next {right: 0px;}
	.feed-container article {
    	padding: 0px 0px;
		}
	.feed-text-container {
    margin: 30px;
}
		
		}
	
		
		
		/* Slideshow container */
.slideshow-container {
  background: #036;
    width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides, .soslide {
  display: none;
  margin: 0px 0px;
}

/* Next previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #000;
  font-weight: bold;
  font-size: 2em;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}



/* Caption text */
.text {
  color: #000;
  font-size: 1.5em;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* The dots/bullets/indicators */
.dot, .sodot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover, .dot-standout-slide:hover {
  		background-color: #717171;
		}
.button-large {
		display: inline-block; 
    	padding: 10px;
		width: 480px;
		}
.button-large:hover {
		border: none;
		}
.button-large button {
	    font-size: 1.5em;
    	height: 100px;
    	width: 100%;
		}
.slider-intro p, .slider-intro h2 {
		color: #fff;
		text-align: center;
		}
.slider-content {
		text-align: center;
		}
		
.box-style-button-panel .container {
		background: #036;
		padding: 0px 0px 10px 0px;
    	width: 100%;
		}
			
	.box-style-button-panel	span.fas.fa-angle-left, .box-style-button-panel span.fas.fa-angle-right  {line-height: unset!important;font-size: 1.7em; color: #fff; margin: 0px 20px;}
			
			.box-style-button-panel	span.fas:hover {
				color: #ccc;}

			
.slider-intro h2 {padding-bottom: 0px;}	
			
.slider-intro p a {color: #fff;}			

.slider-intro p a:hover {text-decoration: underline;}
			
.button-large button:hover {text-decoration: underline;}			
			
			/*End Button Slider */

article {
		display: flex;
		margin: auto;
		}
.feed-container article {
		padding: 40px 72px;
		width: 100%;
		}
.feed-thumbnail {
		max-width: 300px; 
		vertical-align: top;
		}
a.feed-cta:hover {
		text-decoration: underline;
		border: 1px solid #036;
		}
.feed-cta-container {
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
    float: unset!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
	position: static;
}
.feed-cta {
    border: 1px solid #036;
    color: #036;
    display: inline;
    margin: auto;
    padding: 5px 20px;
    width: fit-content;
}	
/* Mobile Adjustments */

@media screen and (max-width: 1075px){
	.feed-thumbnail {
		max-width: 250px; 
	}
}
@media screen and (max-width: 980px){
	.feed-thumbnail {
		max-width: 150px; 
	}	
}
@media screen and (max-width: 710px){
	article {
		display: inline;
		}
	.feed-container {
		width: 100%;
		position: relative;
		margin-left: 20px;
		float: right;
		border: 2px dotted #b8cc33;
		border-radius: 20px;
		min-width: 0px;
		padding-top: 0;
		margin-top: 0		
	}
    .feed-text-container {
        margin-top: 0 !important;
        display: inline;
    }
    .mySlides{

        display: inline;
    }
    .feed-snippet {
	padding: 0 30px 6px 30px;
	overflow: hidden;
    }
    .feed-text-container h2 {
        font-size: 1.5em;
        display: inline;
        text-align: left;
        float: left;
        margin: 0 30px 0 30px;
        padding: 0;
    }
    .feed-cta-container {
        text-align: center;
        width: 100% !important;
        padding: 0 !important;
        display: inline !important;
        margin: auto !important;
        align-items: center !important;
        position: static;
        float: left !important;
    }
}
@media screen and (max-width: 710px){
	.feed-text-container {
			margin-top: 0!important;		
	}
}
