.hero_set_anchors a{
	text-decoration: underline;
	color: #113a69;;
}
.hero_set_anchors a:hover{
	color: blue;
	text-decoration: underline;
}
#hero_jug {
	display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
}
#hero_title {
	color: #113a69; 
	font: bold 30pt didact_gothicregular, Arial, sans-serif;
	line-height: 120%; 
	margin: .5em 0 .2em .5em;
}
#hero_text {
    order: 2;
	flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 200px;
	color: #113a69; 
	padding: 4px;
	margin: 4px;
}
#hero_text p {
	margin: 0 0 .4em .5em;
	font: bold 20pt didact_gothicregular, Arial, sans-serif;
}
#hero_text ul {
	margin: 0 0 0 0.5em;
	font: bold 16pt didact_gothicregular, Arial, sans-serif;
}
#hero_img {
	order: 1;
	width: 400px;
    height: 400px;
	/*margin: 8px;*/
}
#testimonial_jug {
	display: flex;
    flex-direction: row;
	justify-content: center;
}
#testimonial {
	
}
.pull_quote {
display: flex;
flex-wrap: nowrap;
margin:0 0 3em 0;
font: italic 18pt merriweatherregular, serif;
line-height: 120%;
img {
float:left;
	margin:0 0.5em 0.5em 0;
	width:70px;
	height:80px;
	object-position:100% 0;
	object-fit:none;
}
}
.pull_quote > div {
	margin: 10px;
}
#action_jug {
	display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
	background: rgb(54,95,145);
	padding: 4px;
}
#call_to_action {
	flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 200px;
	text-align: center;
	padding: 4px;
	margin: 4px;
	background: rgb(54,95,145);
}
#call_to_action p {
	font: bold 22pt Tahoma, Arial, sans-serif; 
	color: white; 
	margin: .5em 0 .5em 0;
}
#hero_thumb {
	width: 100px;
    height: 100px;
	border: 2px solid rgb(0, 0, 92);
	margin: 6px;
}
.hero-container {
	position: relative;
	font-family: didact_gothicregular, Arial, sans-serif;
}
.hero-container img{
	width: 100%;
}
.hero-text-block {
	position: absolute;
	top: 3vw;
	left: 4.8vw;
	width: 30%;
	border-radius: 20px;
	background-color: white;
	opacity: 75%;
	color: black;
	padding: 2vw 3vw 2vw 3vw;
}
.hero-text-block h1 {
	font-size: 2vw; 
	font-family: didact_gothicregular, Arial, sans-serif;
}
.hero-text-block h2 {
	font-size: 1.5vw; 
	line-height: 100%;
	font-family: didact_gothicregular, Arial, sans-serif;
}
.hero-text-block p {
	font-size: 1.2vw; 
	line-height: 140%; 
	font-family: merriweatherregular, serif;
}
.hero-text-block a {
	font-size: 1.5vw; 
	font-family: didact_gothicregular, Arial, sans-serif; 
	padding: .7vw 1.5vw; 
	border-radius: 1.2vw;
}


.whiteButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcfffd), color-stop(1, #bacfe3));
	background:-moz-linear-gradient(top, #fcfffd 5%, #bacfe3 100%);
	background:-webkit-linear-gradient(top, #fcfffd 5%, #bacfe3 100%);
	background:-o-linear-gradient(top, #fcfffd 5%, #bacfe3 100%);
	background:-ms-linear-gradient(top, #fcfffd 5%, #bacfe3 100%);
	background:linear-gradient(to bottom, #fcfffd 5%, #bacfe3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfffd', endColorstr='#bacfe3',GradientType=0);
	background-color:#fcfffd;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color:#113a69;
	font-family:Arial;
	font-size:19px;
	font-weight:bold;
	padding:13px 26px;
	text-decoration:none;
	text-shadow:2px 2px 2px #b5c2b3;
}
.whiteButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bacfe3), color-stop(1, #fcfffd));
	background:-moz-linear-gradient(top, #bacfe3 5%, #fcfffd 100%);
	background:-webkit-linear-gradient(top, #bacfe3 5%, #fcfffd 100%);
	background:-o-linear-gradient(top, #bacfe3 5%, #fcfffd 100%);
	background:-ms-linear-gradient(top, #bacfe3 5%, #fcfffd 100%);
	background:linear-gradient(to bottom, #bacfe3 5%, #fcfffd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bacfe3', endColorstr='#fcfffd',GradientType=0);
	background-color:#bacfe3;
}
.whiteButton:active {
	position:relative;
	top:1px;
}
hr { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 3px;
	border-color: rgb(247,219,81);
} 
@media all and (min-width:800px) {
	#hero_text {order: 1;}
	#hero_img {order: 2;}
}