*{
  box-sizing:border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "EgyptianText", serif;
  color: #333;
}

h1 {
  font-family: "EgyptianHeadline", serif;
  margin-top: 5px;
  font-size:18px;
  font-weight:bold;
  color:#005689;
}

h2,h3,h4,h5{
	font-family:"EgyptianHeadline", serif;
	font-size:1em;
  	margin-bottom:0.2em;
}
a{
	color:#005689;
	text-decoration: none;
	border-bottom:1px solid #dcdcdc;
}
a:hover{
	border-bottom:1px solid #005689;
}
p {
  font-size: 16px;
  line-height: 22px;
  font-family: "EgyptianText";
  font-weight: normal;
  margin:0 0 1em;
}
img {
  display: inline;
  margin: 0 0 5px 0;
  max-width:100%;
}
.wrapper {
  width: 100%;
  border-top:2px solid #4bc6df;
  padding:0 10px 1px;
  background: #F6F6F6;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.boxout-readmore {
  position: relative;
  width: 100%;
  border-top:1px dotted #BDBDBD;
  padding-top:5px;
  cursor:pointer;
  margin-top:10px;
  margin-bottom:10px;
}
.boxout-readmore:hover{
  opacity:0.8;
}
.boxout-readmore p {
  display:inline;
  vertical-align: middle;
  font-family:EgyptianHeadline;
  font-weight:bold;
  color:#951C55;
}

.boxout-readmore img{
  margin:0;
  display:inline;
  vertical-align: middle;
  margin-right:5px;
}
.invisible {
  display: none;
}

.boxout-primary-content ul {
    list-style: none;
    margin: 0 0 0.75rem;
    padding: 0;
}

.boxout-primary-content ul li {
    position: relative;
    margin-bottom: .4em;
    line-height: 1.4em;
}

.boxout-primary-content ul li:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.25rem;
    background-color: #bdbdbd;
}
