@charset "utf-8";
/*
Green:  #0B5740
Blue:   #18355E
Gray:   #231F20
*/
#hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 30vh 0 30vh 0;
  text-align: center;
}
#hero .textBox {
  padding: 36px 24px 24px 24px;
  color: #FFF;
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 100;
}
#hero img {
  width: 50%;
  height: auto;
}
#services {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 60px 0 60px 0;
  text-align: center;
  background-color: #0B5740;
  background-image: url('/media/static/images/topography-dark-blue.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -m-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
}
#services h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin: 0 0 48px 0;
  font-weight: 100;
  color: #FFF;
}
#services h3 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 0 0 24px 0;
  font-weight: 700;
  color: #FFF;
}
#services .intro {
  color: #FFF;
  margin: 0 0 36px 0;
}
#services .bigBtn {
  width: 100%;
  text-align: left;
}
#partners {
  background: #FFF;
  padding: 48px 0 48px 0;
  text-align: center;
}
#partners h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin: 0 0 48px 0;
  font-weight: 100;
  color: #0B5740;
}
#partners .intro {
  color: #18355E;
}
#partners a {
  -webkit-background-size: 70%;
  -moz-background-size: 70%;
  -ms-background-size: 70%;
  -o-background-size: 70%;
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 25%;
  height: auto;
  padding: 0 0 10% 0;
  display: inline-block;
  margin: 8px;
  border: 1px solid #DDD;
  border-radius: 4px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#partners a:hover, #partners a:focus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#whoWeAre {
  background-color: #0B5740;
  background-image: url('/media/static/images/default-bg.jpg');
  background: #FFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #0B5740;
  text-align: center;
  padding: 48px 0 36px 0;
  overflow: hidden;
}
#whoWeAre h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin: 0 0 48px 0;
  font-weight: 100;
  color: #0B5740;
}
#whoWeAre .columns {
  column-count: 3;
  column-gap: 30px;
  text-align: left;
  margin: 24px 0 0 0;
}
#news {
  overflow: hidden;
  padding: 48px 0 48px 0;
  background-color: #EFEFEF;
  background-image: url('/media/static/images/topography-light-gray.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -m-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
#news h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin: 0 0 48px 0;
  font-weight: 100;
  text-align: center;
  color: #0B5740;
}
.newsLink {
  text-align: left;
  display: block;
  background: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 24px 0;
  border: 1px solid #DDD;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 18px;
}
.newsLink:hover, .newsLink:focus {
  text-decoration: none;
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #0B5740;
  -webkit-transform: scale(.98);
  -moz-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
}
.newsLinkTitle {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #0B5740;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.newsLinkDate {
  color: #0B5740;
  margin: 8px 0 8px 0;
}
.newsLinkBody {
  margin: 0 0 0 0;
  color: #000;
}
#contact {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0 60px 0;
}
#contact .container {
  width: 50%;
}
#contact h2 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin: 0 0 24px 0;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 549px) {
  #whoWeAre .columns {
    column-count: 1;
    column-gap: 0;
  }
  #contact .container {
    width: 80%;
  }
}