.ulAlignCenter {
	text-decoration: none;
	text-align: center;
	list-style-type: none;
}
.liAlignLeft {
	text-decoration: none;
	text-align: left;	
}
.liAlignCenter {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: .25em;
}
.topSpace {
	padding-top: 2em;
}
.rightSpace {
	padding-right: 2em;
	margin-right: 2em;
}
.leftSpace {
	padding-left: 2em;
	margin-left: 2em;
}
.greenText {
	color: #366934;
}
.smallText {
	font-size: 85%;
}
.mediumText {
	font-size: 125%;
}
.largeText {
	font-size: 175%;
}
.warning {
	color: #C00;
}
.purpleText {
	color: #382157;
}
.divBorder {
	border-style: double;
	border-width: medium;
	border-radius: 5px;
}
i {
	margin: 0;
}
/* For screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  }

a {
    color: #000066;
    line-height: inherit;
    text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	border: thin solid #333399;
	background-color: antiquewhite;
}
a.button.medium.secondary.radius.round:hover, a.button.medium.secondary.radius.round:focus {
	text-decoration:none;
	padding: 1rem 2rem 1.0625rem 2rem;
}
a.button.medium.primary.radius.round:hover, a.button.medium.primary.radius.round:focus {
	text-decoration:none;
	padding: 1rem 2rem 1.0625rem 2rem;
}
/*.menu-color {
	background: #441063;
}

nav.top-bar a {
	text-decoration: none;
	background: #441063;
}
.top-bar.expanded {
      background: #441063; }

 .top-bar-section ul li > a {
    background: #79648D; }
ul.left.menu-color {
	background: #441063;
}*/
nav.top-bar a {
	text-decoration: none;
}
.contain-to-grid {
  width: 100%;
  background: #441063; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.top-bar-section ul li>a {
  background-color:#441063;
}
.prettyP {
  color: #442263;
  font-family: "Droid Serif", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}
.prettyPgreen{
  color: #254423;
  font-family: "Droid Serif", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}
small {
  font-size: 70%;
  line-height: inherit;
  color: #366934;
}

.ifr-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%; /* 1:1 Aspect Ratio */	
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 85%;
  border: none;
}
