/* this style is for homepage only */
.PrimaryMenu {
  margin-bottom: 0;
}

.HomeRotatingBanner {
  position: relative;
  margin-bottom: 35px;
  border-bottom: 14px solid #007a79;
  overflow: hidden;
}
.HomeRotatingBanner .bullets {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 7px 0 0;
  list-style: none;
  text-align: center;
}
.HomeRotatingBanner .bullets li {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  border: 1px solid #d7e5f4;
  border-radius: 50%;
  cursor: pointer;
}
.HomeRotatingBanner .bullets li.active {
  background: #d7e5f4;
}
.HomeRotatingBanner .slides {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.HomeRotatingBanner .slides li {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}
.HomeRotatingBanner .slides li.active {
  left: 0;
}
.HomeRotatingBanner .image {
  background-color: #1f4387;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-size: 2000px 460px;
}
.HomeRotatingBanner .overlay {
  color: white;
  font-weight: 300;
}
.HomeRotatingBanner h1 {
  padding: 0;
  font-weight: 300;
  color: white;
}
.HomeRotatingBanner .yellow {
  color: #ffcc00;
}
.HomeRotatingBanner .cta {
  margin: 10px 0 0;
}
.HomeRotatingBanner .cta a {
  color: inherit;
}
.HomeRotatingBanner .cta a:after {
  content: "\00a0\00bb";
}
.HomeRotatingBanner .applyButton {
  position: absolute;
  bottom: 30px;
  width: 230px;
  height: 75px;
  z-index: 10;
}
.HomeRotatingBanner .applyButton a {
  display: block;
  padding: 15px;
  background: #ffcc00;
  border: none;
  border-radius: 3px;
  color: black;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
}
.HomeRotatingBanner .applyButton a:hover {
  text-decoration: none;
  background: #ffdd54;
}
@media screen and (max-width: 320px) {
  .HomeRotatingBanner .image {
    background-size: 320px 200px;
    height: 200px;
  }
}
@media screen and (min-width: 321px) and (max-width: 749px) {
  .HomeRotatingBanner .image {
    background-size: 750px 290px;
    height: 290px;
  }
}
@media screen and (max-width: 749px) {
  .HomeRotatingBanner .slides {
    background: #1f4387;
  }
  .HomeRotatingBanner .bullets {
    bottom: 120px;
  }
  .HomeRotatingBanner .overlay {
    padding: 15px 0 150px;
  }
  .HomeRotatingBanner h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .HomeRotatingBanner .applyButton {
    left: 50%;
    margin-left: -115px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1130px) {
  .HomeRotatingBanner .image {
    background-size: 1190px 460px;
  }
}
@media screen and (min-width: 750px) {
  .HomeRotatingBanner .slides {
    height: 460px;
  }
  .HomeRotatingBanner .image {
    height: 460px;
  }
  .HomeRotatingBanner .bullets {
    top: auto;
    bottom: 10px;
    padding: 0;
    height: auto;
    background-color: transparent;
  }
  .HomeRotatingBanner .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0 25px;
    background: #1f4387;
    background: rgba(255, 255, 255, 0.3);
  }
  .HomeRotatingBanner h1 {
    padding: 0 300px 0 0;
    font-size: 40px;
    line-height: 50px;
    text-shadow: 1px 1px #717070;
  }
  .HomeRotatingBanner .cta {
    padding: 0 300px 0 0;
    height: 23px;
    overflow: hidden;
    font-size: 18px;
    line-height: 23px;
    text-shadow: 1px 1px #717070;
  }
  .HomeRotatingBanner .applyButton {
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .HomeRotatingBanner h1 {
    height: 62px;
    font-size: 52px;
    line-height: 58px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1130px) {
  .HomeRotatingBanner .applyButton {
    right: 50%;
    margin-right: -555px;
  }
}

/* aka "Faces of Edison" */
.ProfileBlocks {
  margin-bottom: 30px;
}
.ProfileBlocks .blocks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ProfileBlocks .intro h2 {
  font-size: 23px;
}
.ProfileBlocks .block {
  padding: 5px;
  max-width: 277.5px;
  overflow: hidden;
}
.ProfileBlocks .block a {
  color: white;
}
.ProfileBlocks .block .wrapper {
  position: relative;
}
.ProfileBlocks .block .originalImage,
.ProfileBlocks .block .hoverImage {
  display: block;
  max-width: 100%;
}
.ProfileBlocks .block .originalImage {
  opacity: 0;
}
.ProfileBlocks .block .hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.ProfileBlocks .block .hoverInfo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #007a79;
  background: rgba(0, 122, 121, 0.7);
}
.ProfileBlocks .block .desc,
.ProfileBlocks .block .name {
  display: block;
  overflow: hidden;
}
.ProfileBlocks .block .desc {
  height: 17px;
  margin: 10px 15px 5px;
  font-size: 12px;
  line-height: 17px;
}
.ProfileBlocks .block .name {
  height: 40px;
  margin: 0 15px 10px;
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
}
.ProfileBlocks .block.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 45px 20px;
  background: #007a79;
  background: rgba(0, 122, 121, 0.95);
  text-align: center;
  font-weight: 300;
}
.ProfileBlocks .block.cta .loadPanel {
  opacity: 0;
}
.ProfileBlocks .block.cta .hoverPanel {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 45px 20px;
}
.ProfileBlocks .block.cta .line1,
.ProfileBlocks .block.cta .line2,
.ProfileBlocks .block.cta .line3 {
  display: block;
  overflow: hidden;
}
.ProfileBlocks .block.cta .line1 {
  height: 36px;
  font-size: 30px;
  line-height: 36px;
}
.ProfileBlocks .block.cta .line2 {
  height: 80px;
  font-size: 74px;
  line-height: 80px;
}
.ProfileBlocks .block.cta .line3 {
  margin-top: 10px;
  height: 44px;
  font-size: 17px;
  line-height: 22px;
}
@media screen and (max-width: 599px) {
  .ProfileBlocks .track {
    position: relative;
    height: 233px;
    margin: 0 -10px;
    overflow: hidden;
  }
  .ProfileBlocks .track ul {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
  }
  .ProfileBlocks .track li {
    display: inline-block;
    vertical-align: top;
    width: 271px;
    height: 233px;
    margin: 0 1px 0 0;
    white-space: normal;
    font-size: 16px;
  }
  .ProfileBlocks .bullets {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .ProfileBlocks .bullets li {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0 5px;
    border: 1px solid #dad9d9;
    border-radius: 50%;
    cursor: pointer;
  }
  .ProfileBlocks .bullets li.active {
    background: #dad9d9;
  }
}
@media screen and (min-width: 600px) {
  .ProfileBlocks .intro h2 {
    font-size: 28px;
  }
  .ProfileBlocks .blocks:after {
    content: "";
    display: table;
    clear: both;
  }
  .ProfileBlocks .block {
    float: left;
  }
  .ProfileBlocks .bullets {
    display: none;
  }
}
@media screen and (min-width: 1130px) {
  .ProfileBlocks .intro {
    width: 75.67568%;
  }
  .ProfileBlocks .block {
    width: 25%;
  }
  .ProfileBlocks .block .originalImage,
  .ProfileBlocks .block .hoverImage {
    width: 100%;
  }
  .ProfileBlocks .block .originalImage {
    opacity: 1;
  }
  .ProfileBlocks .block .hoverImage {
    opacity: 0;
  }
  .ProfileBlocks .block .hoverInfo {
    height: 0;
    transition: height .5s;
  }
  .ProfileBlocks .block:hover .originalImage {
    opacity: 0;
  }
  .ProfileBlocks .block:hover .hoverImage {
    opacity: 1;
  }
  .ProfileBlocks .block:hover .hoverInfo {
    height: 80px;
  }
  .ProfileBlocks .block.cta .loadPanel {
    opacity: 1;
    transition: opacity .5s;
  }
  .ProfileBlocks .block.cta .hoverPanel {
    opacity: 0;
    transition: opacity .5s;
  }
  .ProfileBlocks .block.cta:hover .overlay {
    background: #007a79;
  }
  .ProfileBlocks .block.cta:hover .loadPanel {
    opacity: 0;
  }
  .ProfileBlocks .block.cta:hover .hoverPanel {
    opacity: 1;
  }
  .ProfileBlocks .block.cta:hover .originalImage {
    opacity: 1;
  }
  .ProfileBlocks .block.cta:hover .hoverImage {
    opacity: 0;
  }
  .ProfileBlocks .block.cta:hover .hoverInfo {
    height: 0;
  }
}

.greyBand {
  padding: 20px 0 40px;
  background: #f7f7f7;
}
.greyBand .row {
  margin: 0 0 30px;
}
.greyBand .row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 955px) {
  .greyBand {
    padding: 40px;
  }
}

.HomeNews .article {
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}
.HomeNews .article:after {
  content: "";
  display: table;
  clear: both;
}
.HomeNews .article:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.HomeNews .article .thumb {
  background: #fff;
}
.HomeNews .article .info p {
  padding: 0;
}
.HomeNews .article .title {
  font-size: 16px;
  font-weight: 700;
  color: #515151;
}
.HomeNews .article .date {
  color: #007a79;
}
.HomeNews .article .desc {
  line-height: 1.3;
}
.HomeNews .article .more {
  font-weight: 700;
}
.HomeNews .article .more:after {
  content: "\00a0\00bb";
}
.HomeNews .moreArticles {
  padding: 7px 0 0;
}
.HomeNews .moreArticles a {
  font-weight: 700;
}
.HomeNews .moreArticles a:after {
  content: "\00a0\00bb";
}
@media screen and (max-width: 954px) {
  .HomeNews {
    padding: 0 0 30px;
  }
  .HomeNews h2 {
    font-size: 18px;
  }
  .HomeNews .article .thumb {
    display: none;
  }
  .HomeNews .article .more {
    display: block;
  }
}
@media screen and (min-width: 955px) {
  .HomeNews {
    float: left;
    width: 67.38739%;
    padding: 0 20px 0 0;
  }
  .HomeNews h2 {
    font-size: 22px;
  }
  .HomeNews .article .thumb {
    float: left;
    width: 98px;
  }
  .HomeNews .article .thumb + .info {
    padding: 0 0 0 123px;
  }
}

.HomeAd img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 954px) {
  .HomeAd img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 955px) {
  .HomeAd {
    float: left;
    width: 32.61261%;
    padding: 47px 0 0 20px;
  }
  .HomeAd img {
    float: right;
  }
}

.HomeEvents .events .date {
  margin: 0 0 10px;
  border-radius: 3px;
  color: white;
  background: #007a79;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}
.HomeEvents .events .info {
  font-size: 12px;
}
.HomeEvents .events .info p {
  padding: 0;
}
.HomeEvents .events .title {
  color: #515151;
  font-weight: 700;
  font-size: 14px;
}
.HomeEvents .events .more:after {
  content: "\00a0\00bb";
}
.HomeEvents .moreEvents {
  padding: 7px 0 0;
}
.HomeEvents .moreEvents a {
  font-weight: 700;
}
.HomeEvents .moreEvents a:after {
  content: "\00a0\00bb";
}
@media screen and (max-width: 954px) {
  .HomeEvents h2 {
    font-size: 18px;
  }
  .HomeEvents .events .event {
    padding: 10px 0;
    border-top: 1px solid #d2d2d2;
  }
  .HomeEvents .events .event:last-child {
    border-bottom: 1px solid #d2d2d2;
  }
  .HomeEvents .events .date {
    padding: 3px 10px;
  }
}
@media screen and (min-width: 955px) {
  .HomeEvents h2 {
    font-size: 22px;
  }
  .HomeEvents .events {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
  }
  .HomeEvents .events:after {
    content: "";
    display: table;
    clear: both;
  }
  .HomeEvents .events .event {
    padding: 20px 0;
    float: left;
    width: 30.18018%;
    margin-left: 4.68468%;
  }
  .HomeEvents .events .event:first-child {
    margin-left: 0;
  }
  .HomeEvents .events .date {
    float: left;
    width: 72px;
    height: 72px;
    margin: 3px 15px 10px 7px;
    padding: 0;
    text-align: center;
  }
  .HomeEvents .events .date > span {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
  }
  .HomeEvents .events .day {
    display: block;
  }
  .HomeEvents .events .divider {
    display: block;
    height: 7px;
    line-height: 3px;
  }
}
