@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input[type="submit"] {
  border: 1px solid #2459a6;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #89a8d5;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #477dca;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #477dca), color-stop(100%, #2760b2));
  background-image: -webkit-linear-gradient(#477dca, #2760b2);
  background-image: linear-gradient(#477dca, #2760b2);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1b4f9a;
  background-clip: padding-box;
  font-size: 1em;
}
button:hover:not(:disabled),
input[type="submit"]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #628cc8;
  cursor: pointer;
  background-color: #3c71bb;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c71bb), color-stop(100%, #255aa5));
  background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
  background-image: linear-gradient(#3c71bb, #255aa5);
}
button:active:not(:disabled),
input[type="submit"]:active:not(:disabled) {
  border: 1px solid #2459a6;
  box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eeeeee;
}
button:disabled,
input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.25em;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a:hover {
  color: #2c5999;
}
a:active, a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 0.75em;
}

hgroup {
  margin-bottom: 0.75em;
}

del {
  color: #595959;
}

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: '\2014 \00A0';
}

fieldset {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
  border-color: #c4c4c4;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

select {
  width: auto;
  margin-bottom: 1.5em;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

table {
  margin: 0.75em 0;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0;
}

tr, td, th {
  vertical-align: middle;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

/* Success, error & notice boxes for messages and errors. */
.error, #flash_failure, .notice, #flash_notice, .success, #flash_success {
  margin-bottom: 0.75em;
  padding: 0.75em;
  font-weight: bold;
}

.error, #flash_failure {
  background: #fbe3e4;
  color: #96151b;
}
.error a, #flash_failure a {
  color: #6a0f13;
}
.error a:hover, #flash_failure a:hover {
  color: #110203;
}

.notice, #flash_notice {
  background: #fff6bf;
  color: #8c7800;
}
.notice a, #flash_notice a {
  color: #594c00;
}
.notice a:hover, #flash_notice a:hover {
  color: black;
}

.success, #flash_success {
  background: #e6efc2;
  color: #56651a;
}
.success a, #flash_success a {
  color: #333c10;
}
.success a:hover, #flash_success a:hover {
  color: black;
}

.nav-wrapper {
  background: #264570;
}

.lt-ie9 .nav-container {
  width: 1200px !important;
}

.nav-container {
  *zoom: 1;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}
.nav-container:before, .nav-container:after {
  content: " ";
  display: table;
}
.nav-container:after {
  clear: both;
}

.logo-wrap {
  float: left;
  width: 50%;
  padding-left: 3.125em;
}
.logo-wrap a {
  display: inline-block;
  height: 8.4375em;
  margin: 1.25em 0;
  vertical-align: middle;
}

.nav-links-wrap {
  float: left;
  width: 50%;
}

.nav-links {
  width: 100%;
  margin: 2.09375em 0;
  *zoom: 1;
}
.nav-links:before, .nav-links:after {
  content: " ";
  display: table;
}
.nav-links:after {
  clear: both;
}
.nav-links li {
  width: 50%;
  float: left;
}
.nav-links li a {
  display: block;
  font-family: "Arvo", serif;
  font-size: 1.125em;
  color: white;
  line-height: 2;
}
.nav-links .current_page_item {
  background: url(../images/menu-active-arrow.png) left center no-repeat;
  padding-left: 1.25em;
}

.footer-wrap {
  margin: auto;
  background: #264570;
  text-align: center;
}

.lt-ie9 .footer-links {
  width: 1200px !important;
}

.footer-links {
  padding-top: 1.875em;
  *zoom: 1;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  height: 6.25em;
  *zoom: 1;
}
.footer-links:before, .footer-links:after {
  content: " ";
  display: table;
}
.footer-links:after {
  clear: both;
}
.footer-links:before, .footer-links:after {
  content: " ";
  display: table;
}
.footer-links:after {
  clear: both;
}
.footer-links li + li {
  margin-left: 2.1875em;
  padding-left: 2.1875em;
  border-left: 1px solid white;
}
.footer-links .last-link {
  padding-right: 2.1875em;
  border-right: 1px solid white;
}
.footer-links li {
  font-family: "Lato", sans-serif;
  font-size: 0.8125em;
  color: white;
  display: inline-block;
  line-height: 1;
}
.footer-links li .underline {
  text-decoration: underline;
}
.footer-links li a {
  color: white;
}

/* Common CSS */
html, body {
  height: 100%;
}

.main-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
  /* the bottom margin is the negative value of the footer's height */
}

.footer-wrap, .push {
  height: 100px;
  /* '.push' must be the same height as 'footer' */
}

body {
  background: #6d88a8;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/* Reuse Common CSS */
.home-article-shade, .news-content-wrap .shade-overlay, .news-read-top-wrap .shade-overlay, .about-box-wrap .shade-overlay, .energy-box-wrap .shade-overlay, .timeline-box-wrap .shade-overlay, .timeline-wrap .year-head .col-one .shade-overlay, .timeline-wrap .year-head .col-two .shade-overlay, .community-box-wrap .shade-overlay {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Home Page CSS */
.lt-ie9 .content-wrapper {
  width: 1200px !important;
}

.content-wrapper {
  *zoom: 1;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25em;
}
.content-wrapper:before, .content-wrapper:after {
  content: " ";
  display: table;
}
.content-wrapper:after {
  clear: both;
}

.notification-alert {
  *zoom: 1;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding: 0 1.25em;
}
.notification-alert:before, .notification-alert:after {
  content: " ";
  display: table;
}
.notification-alert:after {
  clear: both;
}
.notification-alert:before, .notification-alert:after {
  content: " ";
  display: table;
}
.notification-alert:after {
  clear: both;
}
.notification-alert .date-wrap {
  width: 6.25em;
  min-height: 4.0625em;
  background: #e95258;
  color: #fff;
  float: left;
  text-align: center;
  padding: 0.75em 0;
  border-bottom-left-radius: 0.1875em;
}
.notification-alert .date-wrap .date {
  display: block;
  font-family: "Arvo", serif;
  font-size: 2.1875em;
  font-weight: bold;
  line-height: 0.8;
}
.notification-alert .date-wrap .month-year {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.75em;
  line-height: 1;
}
.notification-alert .description-wrap {
  width: 66.25em;
  float: left;
  background: #f1e8ce;
  min-height: 4.0625em;
  line-height: 4;
  padding: 0 1.25em;
  font-family: "Lato", sans-serif;
  border-bottom-right-radius: 0.1875em;
}
.notification-alert .description-wrap .text {
  color: #264570;
  line-height: 0.8;
  font-size: 1.125em;
}
.notification-alert .description-wrap .text strong {
  font-family: "Arvo", serif;
  font-size: 1.125em;
  font-weight: 400;
}
.notification-alert .description-wrap .link {
  line-height: 0.6;
  margin-left: 1.25em;
  font-size: 1.125em;
}
.notification-alert .description-wrap .link a {
  color: #2161c0;
  text-decoration: underline;
  display: inline-block;
}

.home-about-article-wrap {
  position: relative;
  overflow: hidden;
  max-height: 28.125em;
}
.home-about-article-wrap .home-contain-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33.4375em;
}
.home-about-article-wrap .home-article-image {
  position: relative;
  top: 0;
}
.home-about-article-wrap .home-article-content {
  position: absolute;
  z-index: 3;
  padding: 5.3125em 2.1875em;
}
.home-about-article-wrap .home-article-content h2 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.625em;
}
.home-about-article-wrap .home-article-content p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}
.home-about-article-wrap .home-article-content a {
  color: white;
  display: inline-block;
  border-radius: 0.3125em;
  border: 0.1875em solid white;
  width: 12.1875em;
  padding: 0.625em 0;
  text-align: center;
  font-family: "Arvo", serif;
  font-size: 1.1875em;
  margin-top: 1.25em;
  line-height: 1;
}
.home-about-article-wrap .home-article-content a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.home-community-article-wrap {
  position: relative;
  height: 28.125em;
  overflow: hidden;
  margin-top: 0.625em;
}
.home-community-article-wrap .home-contain-wrap {
  position: absolute;
  height: 100%;
  width: 33.4375em;
}
.home-community-article-wrap .home-article-image {
  position: relative;
}
.home-community-article-wrap .home-article-content {
  position: absolute;
  z-index: 3;
  width: 33.4375em;
  padding: 2.1875em 2.1875em;
}
.home-community-article-wrap .home-article-content h2 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 0.625em;
}
.home-community-article-wrap .home-article-content p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}
.home-community-article-wrap .home-article-content a {
  color: white;
  display: inline-block;
  border-radius: 0.3125em;
  border: 0.1875em solid white;
  width: 12.1875em;
  padding: 0.625em 0;
  text-align: center;
  font-family: "Arvo", serif;
  font-size: 1.1875em;
  margin-top: 1.5625em;
  line-height: 1;
}
.home-community-article-wrap .home-article-content a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.home-news-article-wrap {
  position: relative;
  height: 23.75em;
  overflow: hidden;
  margin-top: 0.625em;
}
.home-news-article-wrap .home-contain-wrap {
  position: absolute;
  height: 100%;
  width: 33.4375em;
}
.home-news-article-wrap .home-article-shade, .home-news-article-wrap .news-content-wrap .shade-overlay, .news-content-wrap .home-news-article-wrap .shade-overlay, .home-news-article-wrap .news-read-top-wrap .shade-overlay, .news-read-top-wrap .home-news-article-wrap .shade-overlay, .home-news-article-wrap .about-box-wrap .shade-overlay, .about-box-wrap .home-news-article-wrap .shade-overlay, .home-news-article-wrap .energy-box-wrap .shade-overlay, .energy-box-wrap .home-news-article-wrap .shade-overlay, .home-news-article-wrap .timeline-box-wrap .shade-overlay, .timeline-box-wrap .home-news-article-wrap .shade-overlay, .home-news-article-wrap .timeline-wrap .year-head .col-one .shade-overlay, .timeline-wrap .year-head .col-one .home-news-article-wrap .shade-overlay, .home-news-article-wrap .timeline-wrap .year-head .col-two .shade-overlay, .timeline-wrap .year-head .col-two .home-news-article-wrap .shade-overlay, .home-news-article-wrap .community-box-wrap .shade-overlay, .community-box-wrap .home-news-article-wrap .shade-overlay {
  background: #061331;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.home-news-article-wrap .blur-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
}
.home-news-article-wrap .home-article-content {
  position: absolute;
  z-index: 3;
  width: 33.4375em;
  padding: 1.5625em 2.1875em;
}
.home-news-article-wrap .home-article-content h2 {
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1;
  margin-bottom: 0.625em;
}
.home-news-article-wrap .home-article-content h3 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: normal;
  font-size: 1.75em;
  line-height: 1.35;
  margin-bottom: 0.5em;
}
.home-news-article-wrap .home-article-content p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}
.home-news-article-wrap .home-article-content a {
  color: white;
  display: inline-block;
  border-radius: 0.3125em;
  border: 0.1875em solid white;
  width: 12.1875em;
  padding: 0.625em 0;
  text-align: center;
  font-family: "Arvo", serif;
  font-size: 1.1875em;
  margin-top: 1.5625em;
  line-height: 1;
}
.home-news-article-wrap .home-article-content a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Home Three Column CSS */
.home-three-col-wrap {
  margin-top: 0.625em;
  overflow: hidden;
}
.home-three-col-wrap .col-box {
  position: relative;
  height: 15.3125em;
  width: 33.3333334%;
  float: left;
}
.home-three-col-wrap .col-box + .col-box {
  padding-left: 0.625em;
}
.home-three-col-wrap .col-image {
  position: relative;
}
.home-three-col-wrap .col-image img {
  max-width: 100%;
}
.home-three-col-wrap .col-shade {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0.5;
  background: black;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
}
.home-three-col-wrap .col-content {
  position: absolute;
  top: 0;
  z-index: 3;
  color: white;
  padding: 2.1875em;
}
.home-three-col-wrap .col-content h2 {
  font-family: "Arvo", serif;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.625em;
}
.home-three-col-wrap .col-content p {
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
}
.home-three-col-wrap .col-content a {
  position: absolute;
  left: 0;
  top: 9.6875em;
  margin-left: 2.1875em;
  z-index: 3;
  color: white;
  display: inline-block;
  border-radius: 0.3125em;
  border: 0.1875em solid white;
  text-align: center;
  font-family: "Arvo", serif;
  font-size: 1.125em;
  line-height: 1;
  padding: 0.5em 1.25em;
}
.home-three-col-wrap .col-content a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* News Page CSS */
.alm-reveal + .alm-reveal,
.news-content-wrap + .news-content-wrap {
  margin-top: 0.625em;
}

.news-content-wrap {
  position: relative;
  max-height: 25em;
  min-height: 23.4375em;
}
.news-content-wrap .news-blur-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.4375em;
  height: 100%;
}
.news-content-wrap .blur-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
}
.news-content-wrap .shade-overlay {
  background: #061331;
  z-index: 4;
  opacity: 0.7;
  filter: alpha(opacity=75);
}
.news-content-wrap .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 1.5625em 2.1875em;
}
.news-content-wrap .news-date {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  margin-bottom: 0.3125em;
  display: inline-block;
}
.news-content-wrap h2 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1.8125em;
  margin-bottom: 0.5em;
}
.news-content-wrap p {
  color: white;
  font-family: "Lato", sans-serif;
}
.news-content-wrap a {
  color: white;
  display: inline-block;
  font-family: "Arvo", serif;
  font-size: 1.125em;
  line-height: 1;
  padding: 0.625em 1.875em;
  border-radius: 0.3125em;
  border: 0.1875em solid white;
  margin-top: 1.125em;
}
.news-content-wrap a:hover {
  background: rgba(255, 255, 255, 0.2);
}

#ajax-load-more .done {
  display: none !important;
}

.load-more {
  background-color: #282828;
  display: block;
  margin-top: 0.625em;
  font-family: "Arvo", serif;
  font-size: 1.25em;
  text-align: center;
  color: white;
  line-height: 3;
  position: relative;
}
.load-more .arrow {
  background: url(../images/load-more-arrow-top.png) center 0 no-repeat;
  width: 17px;
  height: 8px;
  position: absolute;
  top: -8px;
  display: inline-block;
  line-height: 1;
}
.load-more .text {
  display: block;
}
.load-more i {
  display: inline-block;
  background: url(../images/load-more-arrow-down.png) center center no-repeat;
  width: 13px;
  height: 12px;
  vertical-align: baseline;
  margin-bottom: -0.03125em;
  margin-left: 0.625em;
}
.load-more:focus, .load-more:hover {
  color: white;
}

.return-top {
  background-color: #535353;
  display: block;
  margin-top: 0.3125em;
  font-family: "Arvo", serif;
  font-size: 1.25em;
  text-align: center;
  color: white;
  line-height: 3;
  position: relative;
}
.return-top i {
  display: inline-block;
  background: url(../images/return-top-arrow-up.png) center center no-repeat;
  width: 13px;
  height: 12px;
  vertical-align: baseline;
  margin-bottom: -0.03125em;
  margin-right: 0.625em;
}
.return-top:focus, .return-top:hover {
  color: white;
}

/* News Page CSS */
.news-read-top-wrap {
  position: relative;
  height: 14.6875em;
  overflow: hidden;
  margin-top: 0.625em;
}
.news-read-top-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.news-read-top-wrap .shade-overlay {
  background: #061331;
  z-index: 2;
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
.news-read-top-wrap .content {
  position: absolute;
  z-index: 3;
  padding: 4em 2.1875em;
}
.news-read-top-wrap .date {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  margin-bottom: 0.625em;
  display: inline-block;
}
.news-read-top-wrap h1 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
}

.return-news {
  background-color: #282828;
  display: block;
  padding-left: 1.5625em;
  padding-right: 1.5625em;
  font-family: "Arvo", serif;
  font-size: 1.25em;
  text-align: right;
  color: white;
  line-height: 3;
  position: relative;
}
.return-news i {
  display: inline-block;
  background: url(../images/return-news-arrow.png) center center no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: baseline;
  margin-bottom: 0.0625em;
  margin-right: 0.625em;
}
.return-news:focus, .return-news:hover {
  color: white;
}

.return-news-top {
  background-color: #535353;
  display: block;
  margin-top: 0.625em;
  font-family: "Arvo", serif;
  font-size: 1.25em;
  text-align: center;
  color: white;
  line-height: 3;
  position: relative;
}
.return-news-top .arrow {
  background: url(../images/return-arrow-top.png) center 0 no-repeat;
  width: 17px;
  height: 8px;
  position: absolute;
  top: -8px;
  display: inline-block;
  line-height: 1;
}
.return-news-top .text {
  display: block;
}
.return-news-top i {
  display: inline-block;
  background: url(../images/return-top-arrow-up.png) center center no-repeat;
  width: 13px;
  height: 12px;
  vertical-align: baseline;
  margin-bottom: -0.03125em;
  margin-left: 0.625em;
}
.return-news-top:focus, .return-news-top:hover {
  color: white;
}

.news-read-article-wrap {
  background: #031033;
  min-height: 31.25em;
  padding: 1.875em;
  *zoom: 1;
  display: block;
}
.news-read-article-wrap:before, .news-read-article-wrap:after {
  content: " ";
  display: table;
}
.news-read-article-wrap:after {
  clear: both;
}
.news-read-article-wrap p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  margin-bottom: 1.5625em;
}
.news-read-article-wrap .image {
  float: left;
  margin-right: 1.875em;
}

/* About Page CSS */
.about-box-wrap {
  position: relative;
  height: 28.125em;
}
.about-box-wrap .contain-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 33.4375em;
  height: 100%;
}
.about-box-wrap .article-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 4.375em 1.875em;
}
.about-box-wrap h2 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1.8125em;
  margin-bottom: 0.3125em;
}
.about-box-wrap p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}
.about-box-wrap .blur-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
}
.about-box-wrap .shade-overlay {
  background: #061331;
  z-index: 2;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.about-secondary-box-wrap {
  background-color: #95d6e6;
  margin: 0.625em 0;
  height: 21.25em;
  *zoom: 1;
  display: block;
}
.about-secondary-box-wrap:before, .about-secondary-box-wrap:after {
  content: " ";
  display: table;
}
.about-secondary-box-wrap:after {
  clear: both;
}
.about-secondary-box-wrap .image {
  width: 45%;
  float: left;
  text-align: center;
}
.about-secondary-box-wrap .image span {
  margin: 6.3125em 0;
  display: inline-block;
}
.about-secondary-box-wrap .content-wrap {
  width: 55%;
  float: left;
  padding: 1.875em 2.1875em 1.875em 1.5625em;
}
.about-secondary-box-wrap h2 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1.8125em;
  margin-bottom: 0.9375em;
  color: #061331;
}
.about-secondary-box-wrap p {
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  color: #051a54;
  line-height: 1.2;
}
.about-secondary-box-wrap a {
  color: #2161c0;
  text-decoration: underline;
}

.about-gallery-wrap {
  *zoom: 1;
  display: block;
}
.about-gallery-wrap:before, .about-gallery-wrap:after {
  content: " ";
  display: table;
}
.about-gallery-wrap:after {
  clear: both;
}

.google-map {
  height: 32.8125em;
}
.google-map .google-map-header {
  height: 9.0625em;
  background-color: #051a54;
  *zoom: 1;
  display: block;
}
.google-map .google-map-header:before, .google-map .google-map-header:after {
  content: " ";
  display: table;
}
.google-map .google-map-header:after {
  clear: both;
}
.google-map .text-one {
  width: 45%;
  float: left;
}
.google-map .text-two {
  width: 55%;
  float: left;
  padding-right: 2.5em;
  padding-left: 1.25em;
  padding-top: 2.0625em;
  padding-bottom: 2.0625em;
}
.google-map h2 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1.8125em;
  line-height: 5;
  text-align: center;
}
.google-map p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  line-height: 1.45;
  margin-bottom: 0;
}

/* Energy Page CSS */
.energy-box-wrap {
  position: relative;
  height: 28.125em;
}
.energy-box-wrap .contain-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 33.4375em;
  height: 100%;
}
.energy-box-wrap .article-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 4.375em 1.875em;
}
.energy-box-wrap h2 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1.8125em;
  margin-bottom: 1.125em;
}
.energy-box-wrap p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}
.energy-box-wrap .blur-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
}
.energy-box-wrap .shade-overlay {
  background: #061331;
  z-index: 2;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.facts-box-wrap {
  height: 53.125em;
  background: url(../images/pattern-bg.jpg) repeat;
  margin-top: 0.625em;
  *zoom: 1;
  display: block;
}
.facts-box-wrap:before, .facts-box-wrap:after {
  content: " ";
  display: table;
}
.facts-box-wrap:after {
  clear: both;
}
.facts-box-wrap .column-one {
  width: 40%;
  float: left;
  height: 53.125em;
}
.facts-box-wrap .column-one img {
  max-height: 100%;
}
.facts-box-wrap .column-two {
  width: 60%;
  float: left;
  padding: 4.0625em 3.75em 4.0625em 0;
}
.facts-box-wrap .row-two {
  margin-top: 2.5em;
  *zoom: 1;
  display: block;
}
.facts-box-wrap .row-two:before, .facts-box-wrap .row-two:after {
  content: " ";
  display: table;
}
.facts-box-wrap .row-two:after {
  clear: both;
}
.facts-box-wrap .row-two h3 {
  text-align: center;
}
.facts-box-wrap .row-two .col {
  width: 100%;
  float: left;
}
.facts-box-wrap .row-two .col-row {
  width: 100%;
  margin-top: 1.875em;
}
.facts-box-wrap .row-two .col-right {
  padding-left: 0.9375em;
}
.facts-box-wrap .row-two .col-left {
  padding-right: 0.9375em;
}
.facts-box-wrap .row-two .col-right,
.facts-box-wrap .row-two .col-left {
  *zoom: 1;
  display: block;
  float: left;
  width: 50%;
}
.facts-box-wrap .row-two .col-right:before, .facts-box-wrap .row-two .col-right:after,
.facts-box-wrap .row-two .col-left:before,
.facts-box-wrap .row-two .col-left:after {
  content: " ";
  display: table;
}
.facts-box-wrap .row-two .col-right:after,
.facts-box-wrap .row-two .col-left:after {
  clear: both;
}
.facts-box-wrap h2 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0.625em;
}
.facts-box-wrap h3 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0.625em;
}
.facts-box-wrap p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}

.uses-wrap {
  background: #95d6e6;
  height: 21.5625em;
  margin-top: 0.625em;
}
.uses-wrap .column-one {
  width: 40%;
  float: left;
}
.uses-wrap .column-two {
  width: 60%;
  float: left;
  padding-right: 3.75em;
}
.uses-wrap h2 {
  color: #061331;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  line-height: 10.8;
}
.uses-wrap h3 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0.625em;
}
.uses-wrap p {
  color: #061331;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  margin-top: 1.25em;
}
.uses-wrap .title {
  color: #061331;
  display: block;
  text-align: center;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1.125em;
  margin: 2.1875em 0 0.9375em 0;
}
.uses-wrap #tabs div {
  display: none;
}
.uses-wrap .icons {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.uses-wrap .icons:before, .uses-wrap .icons:after {
  content: " ";
  display: table;
}
.uses-wrap .icons:after {
  clear: both;
}
.uses-wrap .icons li + li {
  margin-left: 3.75em;
}
.uses-wrap .icons li {
  float: left;
}
.uses-wrap .icons li .active {
  border-radius: 50% 50%;
  border: 3px solid #ffc000;
}
.uses-wrap .icons li a {
  display: block;
  width: 6.875em;
  height: 6.875em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 0.5;
}
.uses-wrap .icons li a:hover {
  border-radius: 50% 50%;
  border: 3px solid #ffc000;
}

.video-wrap {
  margin-bottom: 0.625em;
  *zoom: 1;
  display: block;
  height: 29.375em;
}
.video-wrap:before, .video-wrap:after {
  content: " ";
  display: table;
}
.video-wrap:after {
  clear: both;
}
.video-wrap iframe {
  min-height: 100%;
  height: 100%;
}
.video-wrap .column-one {
  width: 65%;
  float: left;
  height: 100%;
}
.video-wrap .column-two {
  width: 35%;
  float: left;
  padding: 2.5em 1.875em;
  background: #061331;
  height: 29.375em;
}
.video-wrap h2 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 1.25em;
}
.video-wrap p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}
.video-wrap a {
  margin-top: 2.8125em;
  display: block;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.0625em;
  color: #95d6e6;
  text-decoration: underline;
}

/* Timeline Page CSS */
.timeline-box-wrap {
  position: relative;
  height: 21.5625em;
  overflow: hidden;
}
.timeline-box-wrap .contain-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 33.4375em;
  height: 100%;
}
.timeline-box-wrap .article-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 3.25em 2.1875em;
}
.timeline-box-wrap h2 {
  width: 80%;
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0.625em;
}
.timeline-box-wrap p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}
.timeline-box-wrap .blur-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
}
.timeline-box-wrap .shade-overlay {
  background: #061331;
  z-index: 2;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.timeline-wrap {
  margin-top: 0.625em;
}
.timeline-wrap .accordion-content {
  background: #061331;
  *zoom: 1;
  display: block;
  margin-bottom: 0.625em;
  display: none;
}
.timeline-wrap .accordion-content:before, .timeline-wrap .accordion-content:after {
  content: " ";
  display: table;
}
.timeline-wrap .accordion-content:after {
  clear: both;
}
.timeline-wrap .accordion-content .col-one {
  float: left;
  width: 33.4375em;
  padding-left: 5em;
  padding-top: 2.8125em;
  padding-bottom: 2.8125em;
  padding-right: 2.8125em;
}
.timeline-wrap .accordion-content .col-one p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  line-height: 1.2;
  margin-bottom: 1.125em;
}
.timeline-wrap .accordion-content .col-one h4 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1.375em;
  margin-bottom: 0.9375em;
}
.timeline-wrap .accordion-content .col-two {
  float: left;
  width: 39.0625em;
  padding: 0.625em 0;
}
.timeline-wrap .accordion-content .col-two .image {
  height: 21.25em;
  overflow: hidden;
}
.timeline-wrap .accordion-content .col-two .image + .image {
  margin-top: 0.625em;
}
.timeline-wrap .ui-accordion-header-active .col-one .icon {
  display: inline-block !important;
}
.timeline-wrap .year-head {
  *zoom: 1;
  display: block;
  cursor: pointer;
}
.timeline-wrap .year-head:before, .timeline-wrap .year-head:after {
  content: " ";
  display: table;
}
.timeline-wrap .year-head:after {
  clear: both;
}
.timeline-wrap .year-head .ui-icon-triangle-1-e {
  display: none;
  visibility: hidden;
}
.timeline-wrap .year-head .blur-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
}
.timeline-wrap .year-head .active-full-width {
  width: 100% !important;
}
.timeline-wrap .year-head .col-one,
.timeline-wrap .year-head .col-two {
  float: left;
  position: relative;
  height: 6.25em;
}
.timeline-wrap .year-head .col-one {
  position: relative;
  width: 33.4375em;
  padding-left: 5em;
}
.timeline-wrap .year-head .col-one h3 {
  color: white;
  font-family: "Arvo", serif;
  font-size: 3.125em;
  font-weight: 400;
  position: relative;
  z-index: 2;
  line-height: 2;
}
.timeline-wrap .year-head .col-one .shade-overlay {
  background: #061331;
  z-index: 1;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.timeline-wrap .year-head .col-one .label-one {
  background: #9d4074;
}
.timeline-wrap .year-head .col-one .label-two {
  background: #924089;
}
.timeline-wrap .year-head .col-one .label-three {
  background: #ca9843;
}
.timeline-wrap .year-head .col-one .label-four {
  background: #40bfb6;
}
.timeline-wrap .year-head .col-one .label-five {
  background: #6265ad;
}
.timeline-wrap .year-head .col-one .label-six {
  background: #eb824f;
}
.timeline-wrap .year-head .col-one .label-seven {
  background: #417fbc;
}
.timeline-wrap .year-head .col-one .label-eight {
  background: #40825c;
}
.timeline-wrap .year-head .col-one .icon {
  display: none;
  background: url(../images/accordion-minus-icon.png) no-repeat !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 2em;
  right: 1.875em;
  z-index: 2;
}
.timeline-wrap .year-head .col-two {
  width: 39.0625em;
}
.timeline-wrap .year-head .col-two .shade-overlay {
  background: #061331;
  z-index: 1;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.timeline-wrap .year-head .col-two .content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 1.125em 6.25em 1.125em 1.875em;
}
.timeline-wrap .year-head .col-two .content p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  line-height: 1.2;
  margin-bottom: 0;
}
.timeline-wrap .year-head .col-two .icon {
  background: url(../images/accordion-plus-icon.png) no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: 2em;
  right: 1.875em;
  z-index: 2;
}

/* Community Page CSS */
.community-box-wrap {
  position: relative;
  height: 28.125em;
}
.community-box-wrap .contain-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 33.4375em;
  height: 100%;
}
.community-box-wrap .article-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 4.375em 1.875em;
}
.community-box-wrap h2 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1.8125em;
  margin-bottom: 1.125em;
}
.community-box-wrap p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}
.community-box-wrap .blur-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
}
.community-box-wrap .shade-overlay {
  background: #061331;
  z-index: 2;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.community-section-wrap {
  margin-top: 0.625em;
  *zoom: 1;
  display: block;
  height: 18.4375em;
  overflow: hidden;
}
.community-section-wrap:before, .community-section-wrap:after {
  content: " ";
  display: table;
}
.community-section-wrap:after {
  clear: both;
}
.community-section-wrap .col-one {
  float: left;
  width: 50.625em;
  height: 18.4375em;
  background: #95d6e6;
  padding: 3.75em 2.1875em;
}
.community-section-wrap .col-one .col-wrap {
  *zoom: 1;
  display: block;
}
.community-section-wrap .col-one .col-wrap:before, .community-section-wrap .col-one .col-wrap:after {
  content: " ";
  display: table;
}
.community-section-wrap .col-one .col-wrap:after {
  clear: both;
}
.community-section-wrap .col-one .col-wrap .count {
  color: #061331;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 6.25em;
  display: inline-block;
  line-height: 1;
}
.community-section-wrap .col-one .col-wrap .count-text {
  width: 8.125em;
  padding-left: 0.625em;
  display: inline-block;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1.4375em;
  line-height: 1.28;
}
.community-section-wrap .col-one .col-wrap .count-button {
  display: block;
  text-align: center;
}
.community-section-wrap .col-one .col-wrap .count-button a {
  color: #000000;
  display: inline-block;
  border-radius: 0.3125em;
  border: 0.1875em solid #051a54;
  padding: 0.625em 0;
  text-align: center;
  font-family: "Arvo", serif;
  font-size: 1.1875em;
  margin-top: 1.25em;
  line-height: 1;
  width: 95%;
}
.community-section-wrap .col-one .col-inside-one {
  width: 50%;
  float: left;
}
.community-section-wrap .col-one .col-inside-two {
  width: 50%;
  float: left;
  padding-left: 1.25em;
}
.community-section-wrap .col-one .col-inside-two p {
  color: #051a54;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}
.community-section-wrap .col-two {
  float: left;
}
.community-section-wrap .col-two .image {
  width: 21.25em;
  margin-left: 0.625em;
}

.community-download-wrap {
  margin-top: 0.625em;
  *zoom: 1;
  display: block;
  height: 16.4375em;
  overflow: hidden;
}
.community-download-wrap:before, .community-download-wrap:after {
  content: " ";
  display: table;
}
.community-download-wrap:after {
  clear: both;
}
.community-download-wrap .col-one {
  width: 50%;
  float: left;
  padding-right: 0.3125em;
}
.community-download-wrap .col-one a {
  display: block;
}
.community-download-wrap .col-two {
  width: 50%;
  float: left;
  padding-left: 0.3125em;
}
.community-download-wrap .col-two a {
  display: block;
}

.community-event-wrap {
  margin-top: 0.625em;
}
.community-event-wrap h2 {
  color: #fff6da;
  background: #051a54;
  font-family: "Arvo", serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  padding: 0.5em 1.125em;
}
.community-event-wrap .events-content {
  *zoom: 1;
  display: block;
  background: #3665a7;
  height: 13.4375em;
  overflow: hidden;
}
.community-event-wrap .events-content:before, .community-event-wrap .events-content:after {
  content: " ";
  display: table;
}
.community-event-wrap .events-content:after {
  clear: both;
}
.community-event-wrap .events-content .col-one {
  float: left;
  width: 45%;
}
.community-event-wrap .events-content .col-one .event-view-wrap {
  *zoom: 1;
  display: block;
  padding: 1.875em;
}
.community-event-wrap .events-content .col-one .event-view-wrap:before, .community-event-wrap .events-content .col-one .event-view-wrap:after {
  content: " ";
  display: table;
}
.community-event-wrap .events-content .col-one .event-view-wrap:after {
  clear: both;
}
.community-event-wrap .events-content .col-one .event-view-wrap .col-inside-one {
  width: 30%;
  float: left;
}
.community-event-wrap .events-content .col-one .event-view-wrap .date-highlight {
  background: #f2555b;
  border-radius: 0.3125em;
  width: 8.75em;
  text-align: center;
  padding: 1.25em 1.25em;
}
.community-event-wrap .events-content .col-one .event-view-wrap .date {
  color: white;
  font-family: "Arvo", serif;
  font-size: 5.5em;
  font-weight: bold;
  display: block;
  line-height: 0.8;
}
.community-event-wrap .events-content .col-one .event-view-wrap .month-year {
  display: block;
  line-height: 0.8;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.625em;
  margin-top: 0.3125em;
}
.community-event-wrap .events-content .col-one .event-view-wrap .col-inside-two {
  width: 70%;
  float: left;
  padding-left: 1.25em;
}
.community-event-wrap .events-content .col-one .event-view-wrap .col-inside-two h3 {
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  line-height: 0.8;
  color: white;
  margin-top: 0.1875em;
}
.community-event-wrap .events-content .col-one .event-view-wrap .col-inside-two p {
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  line-height: 0.7;
  color: white;
  margin-top: 0.625em;
  margin-bottom: 0;
}
.community-event-wrap .events-content .col-one .event-view-wrap .col-inside-two .sub-text {
  color: #95d6e6;
  font-size: 0.875em;
  line-height: 1.3;
  margin-top: 1.375em;
}
.community-event-wrap .events-content .col-two {
  float: left;
  width: 55%;
}
.community-event-wrap .events-content .col-two .event-date-list {
  margin-top: 1.875em;
  margin-bottom: 1.875em;
  padding: 0 1.25em 0 1.875em;
  *zoom: 1;
  border-left: 0.1875em solid white;
}
.community-event-wrap .events-content .col-two .event-date-list:before, .community-event-wrap .events-content .col-two .event-date-list:after {
  content: " ";
  display: table;
}
.community-event-wrap .events-content .col-two .event-date-list:after {
  clear: both;
}
.community-event-wrap .events-content .col-two .event-date-list li {
  width: 50%;
  float: left;
  line-height: 3.22;
  vertical-align: top;
}
.community-event-wrap .events-content .col-two .event-date-list li a:hover,
.community-event-wrap .events-content .col-two .event-date-list li a {
  display: inline-block;
}
.community-event-wrap .events-content .col-two .event-date-list li a:hover .date,
.community-event-wrap .events-content .col-two .event-date-list li a .date {
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  line-height: 0.7;
  color: white;
  font-weight: bold;
  margin-right: 0.3125em;
}
.community-event-wrap .events-content .col-two .event-date-list li a:hover .text,
.community-event-wrap .events-content .col-two .event-date-list li a .text {
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  line-height: 0.7;
  color: #95d6e6;
}

.community-representatives-wrap {
  margin-top: 0.625em;
  background: #b1ccea;
  padding: 0.625em 1.25em;
}
.community-representatives-wrap h2 {
  line-height: 1.8;
  color: #051a54;
  font-family: "Arvo", serif;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.25em;
}
.community-representatives-wrap .profile-wrapper {
  *zoom: 1;
}
.community-representatives-wrap .profile-wrapper:before, .community-representatives-wrap .profile-wrapper:after {
  content: " ";
  display: table;
}
.community-representatives-wrap .profile-wrapper:after {
  clear: both;
}
.community-representatives-wrap .profile-wrapper li {
  float: left;
  width: 33.3%;
}
.community-representatives-wrap .profile-content-wrap {
  *zoom: 1;
  display: block;
}
.community-representatives-wrap .profile-content-wrap:before, .community-representatives-wrap .profile-content-wrap:after {
  content: " ";
  display: table;
}
.community-representatives-wrap .profile-content-wrap:after {
  clear: both;
}
.community-representatives-wrap .profile-content-wrap .col-one {
  float: left;
  width: 40%;
}
.community-representatives-wrap .profile-content-wrap .col-one .image {
  display: block;
  max-width: 9.375em;
  padding-right: 0.625em;
}
.community-representatives-wrap .profile-content-wrap .col-two {
  float: left;
  width: 60%;
}
.community-representatives-wrap .profile-content-wrap .col-two .name {
  color: #051a54;
  font-family: "Arvo", serif;
  font-size: 1.125em;
  font-weight: bold;
  display: block;
}
.community-representatives-wrap .profile-content-wrap .col-two .job-title {
  color: #051a54;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  line-height: 1.4;
}
.community-representatives-wrap .profile-content-wrap .col-two .email {
  color: #051a54;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  line-height: 1.4;
  text-decoration: underline;
}
.community-representatives-wrap .profile-content-wrap .col-two .text {
  margin-top: 0.625em;
  color: #3665a7;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
  line-height: 1.2;
}

.community-initiatives-wrap {
  *zoom: 1;
  display: block;
  position: relative;
  margin-top: 0.625em;
}
.community-initiatives-wrap:before, .community-initiatives-wrap:after {
  content: " ";
  display: table;
}
.community-initiatives-wrap:after {
  clear: both;
}
.community-initiatives-wrap .in-active-arrow {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  pointer-events: none;
}
.community-initiatives-wrap .arrow {
  width: 1.5625em;
  height: 31.25em;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
.community-initiatives-wrap .arrow-left {
  background: url(../images/rep-left-arrow.png) center center no-repeat #282828;
  left: 0;
}
.community-initiatives-wrap .arrow-right {
  background: url(../images/rep-right-arrow.png) center center no-repeat #282828;
  right: 0;
}
.community-initiatives-wrap .label-one {
  background: #9c4074;
}
.community-initiatives-wrap .label-two {
  background: #ca9843;
}
.community-initiatives-wrap .label-three {
  background: #40bfb6;
}
.community-initiatives-wrap .label-four {
  background: #6265ad;
}
.community-initiatives-wrap .label-five {
  background: #f1ab89;
}
.community-initiatives-wrap .swiper-slide {
  width: 16.875em;
  min-height: 31.25em;
  padding: 2.1875em;
  color: white;
}
.community-initiatives-wrap .swiper-slide .heading {
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  line-height: 0.8;
  margin-bottom: 0.625em;
  display: block;
}
.community-initiatives-wrap .swiper-slide h2 {
  font-family: "Arvo", serif;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.9375em;
}
.community-initiatives-wrap .swiper-slide p {
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4;
}
.community-initiatives-wrap .swiper-container {
  *zoom: 1;
  display: block;
  width: 100%;
  height: 31.25em;
  overflow: hidden;
}
.community-initiatives-wrap .swiper-container:before, .community-initiatives-wrap .swiper-container:after {
  content: " ";
  display: table;
}
.community-initiatives-wrap .swiper-container:after {
  clear: both;
}

/* Downloads Page CSS */
.download-minutes-wrapper {
  margin-bottom: 1.25em;
}
.download-minutes-wrapper h2 {
  color: #fff6da;
  background: #051a54;
  font-family: "Arvo", serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  padding: 0.5em 1.125em;
}
.download-minutes-wrapper .content-wrap {
  height: 33.125em;
  background: #3665a7;
  padding: 2.5em 2.1875em;
}
.download-minutes-wrapper .content-wrap p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4;
}
.download-minutes-wrapper .content-wrap .minutes-wrap {
  *zoom: 1;
  margin-top: 2.1875em;
}
.download-minutes-wrapper .content-wrap .minutes-wrap:before, .download-minutes-wrapper .content-wrap .minutes-wrap:after {
  content: " ";
  display: table;
}
.download-minutes-wrapper .content-wrap .minutes-wrap:after {
  clear: both;
}
.download-minutes-wrapper .content-wrap .minutes-wrap li {
  width: 33.33%;
  float: left;
  line-height: 3.5;
}
.download-minutes-wrapper .content-wrap .minutes-wrap li a:hover,
.download-minutes-wrapper .content-wrap .minutes-wrap li a {
  display: inline-block;
}
.download-minutes-wrapper .content-wrap .minutes-wrap li a:hover .date,
.download-minutes-wrapper .content-wrap .minutes-wrap li a .date {
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  line-height: 0.7;
  color: white;
  font-weight: bold;
  margin-right: 0.3125em;
  text-decoration: underline;
}
.download-minutes-wrapper .content-wrap .minutes-wrap li a:hover .text,
.download-minutes-wrapper .content-wrap .minutes-wrap li a .text {
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  line-height: 0.7;
  color: #95d6e6;
  text-decoration: underline;
}

.download-docs-wrapper {
  margin-bottom: 1.25em;
}
.download-docs-wrapper h2 {
  color: #fff6da;
  background: #051a54;
  font-family: "Arvo", serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  padding: 0.5em 1.125em;
}
.download-docs-wrapper .content-wrap {
  height: 33.125em;
  background: #95d6e6;
  padding: 2.5em 2.1875em;
}
.download-docs-wrapper .content-wrap p {
  color: #4c6281;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4;
}
.download-docs-wrapper .content-wrap .docs-wrap {
  *zoom: 1;
  margin-top: 2.1875em;
}
.download-docs-wrapper .content-wrap .docs-wrap:before, .download-docs-wrapper .content-wrap .docs-wrap:after {
  content: " ";
  display: table;
}
.download-docs-wrapper .content-wrap .docs-wrap:after {
  clear: both;
}
.download-docs-wrapper .content-wrap .docs-wrap li {
  width: 33.33%;
  float: left;
  line-height: 3.5;
}
.download-docs-wrapper .content-wrap .docs-wrap li a:hover,
.download-docs-wrapper .content-wrap .docs-wrap li a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  line-height: 0.7;
  color: #051a54;
  font-weight: bold;
  margin-right: 0.3125em;
  text-decoration: underline;
}

.download-links-wrapper {
  *zoom: 1;
  height: 16.4375em;
  overflow: hidden;
}
.download-links-wrapper:before, .download-links-wrapper:after {
  content: " ";
  display: table;
}
.download-links-wrapper:after {
  clear: both;
}
.download-links-wrapper .community-col-one {
  width: 50%;
  float: left;
  padding-right: 0.625em;
}
.download-links-wrapper .community-col-two {
  width: 50%;
  float: left;
  padding-left: 0.625em;
}

/* Contact Page CSS */
.contact-wrap {
  *zoom: 1;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5em 3.75em;
}
.contact-wrap:before, .contact-wrap:after {
  content: " ";
  display: table;
}
.contact-wrap:after {
  clear: both;
}
.contact-wrap h2 {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0.625em;
}
.contact-wrap p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}

.form-wrapper {
  width: 30em;
  margin-top: 2.5em;
}
.form-wrapper label {
  color: white;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1.375em;
}
.form-wrapper input[type=text]:focus, .form-wrapper input[type=email]:focus, .form-wrapper textarea:focus {
  border-color: #c0ccdf;
}
.form-wrapper input[type=text], .form-wrapper input[type=email], .form-wrapper textarea {
  background: none;
  border: 0.1875em solid #809bc1;
  border-radius: 0.4375em;
  font-family: "Arvo", serif;
  color: white;
}
.form-wrapper option {
  background: #b1ccea;
  color: #051a54;
}
.form-wrapper select::-ms-expand {
  display: none;
}
.form-wrapper select {
  width: 26.5625em;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 24.6875em center;
  border: 0.1875em solid #809bc1;
  border-radius: 0.4375em;
  font-family: "Arvo", serif;
  color: white;
  padding: 0.5em;
}
.form-wrapper input[type=submit] {
  background: none;
  color: white;
  display: inline-block;
  border-radius: 0.3125em;
  border: 0.125em solid white;
  text-align: center;
  font-family: "Arvo", serif;
  font-size: 1.4375em;
  font-weight: normal;
  line-height: 1;
  padding: 0.5em 1.25em;
}
.form-wrapper input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.2);
}
.form-wrapper .wpcf7-validation-errors {
  display: none !important;
}

/* Contact Page CSS */
.error-content-wrap {
  *zoom: 1;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 12.5em;
}
.error-content-wrap:before, .error-content-wrap:after {
  content: " ";
  display: table;
}
.error-content-wrap:after {
  clear: both;
}
.error-content-wrap h2 {
  color: #d7ecfd;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1;
}
.error-content-wrap p {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  margin-bottom: 2.5em;
}
.error-content-wrap a {
  color: white;
  display: inline-block;
  border-radius: 0.3125em;
  border: 0.1875em solid white;
  text-align: center;
  font-family: "Arvo", serif;
  font-size: 1.25em;
  line-height: 1;
  padding: 0.625em 2.5em;
}
.error-content-wrap a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.legal-wrap h1 {
  color: black;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1;
}
.legal-wrap p {
  color: black;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
}
