
.lazyblock .lzb-preview-server { display: none; }

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:"" "";
}
div.callout {
	width: 50%;
	float: right;
	background-color: #e9e9e9;
	color: #00468c;
	position: relative;
	margin-left: 10px;
	padding: 10px;
	font: 14px/24px Arial,Helvetica,sans-serif;
}
div.callout:after {
	clear:both;
}

.pullquote_left
{ width: 200px; margin: 5px 15px 5px 0; font-size: 1.4em; text-align: center; float: left; color: #007396; border: none;}

.pullquote_right
{ width: 200px; margin: 5px 15px 5px 0; font-size: 1.4em; text-align: center; float: right; color: #007396; border: none;}

blockquote {
  color: #007396;
  background: #e9e9e9;
  border-left: 10px solid #007396;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #007396;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.pullquote_left:before,
.pullquote_right:before {
  color: #007396;
  content: "\201C";
  font-size: 2.5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
a.button,
a.button:active,
a.button:visited {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #003087;
    color: #fefefe;
	padding-bottom: 25px;
}
a.arrow-link {
    display: inline-block;
}
a.arrow-link::after {
  position: relative;
  display: inline-block;
  transition: all ease-in 0.3s;
  content: '\f061';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  background: none;
  left: 10px;
}
.cta{
  font-size:20px;
  padding:20px;
  border:1px solid #007396;
}


