  @media screen and (min-width: 1000px) {
  #wrapper {
    background: url("/images/interface/abc_pano.jpg") no-repeat center bottom !important; } }
#main {
  width: 100%;
  max-width: 100%;
  padding-top: 0; }

#content {
  float: left;
  width: 100%;
  padding: 0;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none !important; }

.content {
  border-top: none;
  z-index: 1; }

.opener {
  background: url("/images/home/pipkin.jpg") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 600px;
  min-height: 400px;
  max-height: 1000px;
  display: block;
  text-align: center;
  clear: both;
  color: #fff;
  z-index: 1; }

.opener-content {
  position: relative;
  top: 5%; }

.opener h1 {
  border: none;
  color: #2b567f;
  font-family: 'Archivo Narrow', sans-serif;
  line-height: 72px;
  font-size: 56px;
  margin-bottom: 5px;
  text-shadow: 0px 0px 2px #fff; }

.opener p {
  max-width: 830px;
  margin: auto;
  color: #004273;
  font-size: 1.2em;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5), -2px -2px 2px rgba(255, 255, 255, 0.5), 2px -2px 2px rgba(255, 255, 255, 0.5), -2px 2px 2px rgba(255, 255, 255, 0.5); }

.opener p a {
  color: #276b9e;
  text-decoration: none; }

.opener p a:hover {
  text-decoration: underline; }

.program-panels {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2; }

.program-panel {
  width: 14.28%;
  height: 72px;
  float: left;
  display: block;
  position: relative;
  -webkit-transition: height .7s;
  -moz-transition: height .7s;
  -ms-transition: height .7s;
  -o-transition: height .7s;
  transition: height .7s; }

.program-panels.active .program-panel {
  height: 490px; }

.program-panel .program-box {
  display: block;
  position: absolute;
  bottom: 0;
  height: 72px;
  width: 100.5%;
  text-decoration: none;
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  background-position: center;
  background-size: cover;
  -webkit-transition: height .7s;
  -moz-transition: height .7s;
  -ms-transition: height .7s;
  -o-transition: height .7s;
  transition: height .7s;
  overflow: hidden;
  z-index: 3; }

.program-panel .program-box:hover, .program-panel .program-box.hover, .program-panels.active .program-panel .program-box {
  height: 490px; }

.program-box > a {
  position: absolute;
  width: 100%;
  height: 100%; }

.program-box.hover span {
  text-decoration: underline; }

.program-panel-badge {
  position: absolute;
  bottom: 0;
  border-radius: 0px;
  text-align: center;
  height: auto;
  height: 72px;
  display: table;
  border-collapse: collapse;
  width: 100.5%;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
  color: #fff;
  opacity: .8;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8); }

.program-panel-badge span {
  height: 72px;
  display: table-cell;
  vertical-align: middle; }

.program-panels.active .program-panel:hover .program-panel-badge {
  text-decoration: underline; }

.program-panel-con {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  text-align: center;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: .8;
  position: absolute;
  bottom: 72px;
  width: 100%;
  z-index: 4; }

.program-panel-con li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color .5s ease;
  -moz-transition: background-color .5s ease;
  -ms-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease; }

.program-panel-con li a {
  color: #fff;
  display: block;
  text-decoration: none; }

.program-panel-con li:hover {
  background-color: rgba(0, 0, 0, 0.15); }

.program-panel.camping .program-box {
  background-image: url("/images/home/programs/camping.jpg"); }

.program-panel.eled .program-box {
  background-image: url("/images/home/programs/eled.jpg"); }

.program-panel.interdis .program-box {
  background-image: url("/images/home/programs/interdis.jpg"); }

.program-panel.missions .program-box {
  background-image: url("/images/home/programs/missions.jpg"); }

.program-panel.music .program-box {
  background-image: url("/images/home/programs/music.jpg"); }

.program-panel.pastoral .program-box {
  background-image: url("/images/home/programs/pastoral.jpg"); }

.program-panel.youth .program-box {
  background-image: url("/images/home/programs/BiblicalCounseling.jpg"); }

.camping .program-panel-badge, .camping .program-panel-con {
  background-color: #439552; }

.eled .program-panel-badge, .eled .program-panel-con {
  background-color: #ceaf6f; }

.interdis .program-panel-badge, .interdis .program-panel-con {
  background-color: #779bd5; }

.missions .program-panel-badge, .missions .program-panel-con {
  background-color: #994f8e; }

.music .program-panel-badge, .music .program-panel-con {
  background-color: #975d51; }

.pastoral .program-panel-badge, .pastoral .program-panel-con {
  background-color: #478b96; }

.youth .program-panel-badge, .youth .program-panel-con {
  background-color: #5f539b; }

.other-programs div {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: 'Archivo Narrow';
  font-size: 18px;
  background: #1c2533;
  border: 1px solid #414a5a;
  border-right: none;
  -webkit-transition: background-color .5s ease;
  -moz-transition: background-color .5s ease;
  -ms-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease; }

.other-programs div:hover {
  background: #2c3543; }

.other-programs div a {
  display: block;
  color: #aaa;
  text-decoration: none;
  line-height: 60px; }

.home-page-nav {
  text-align: center;
  overflow: hidden;
  margin-top: 50px; }

.home-page-nav li, .page-nav-fixed li {
  display: inline-block; }

.home-page-nav li a {
  background: rgba(67, 107, 146, 0.7);
  border: none;
  font-size: 18px; }

.home-page-nav li a:hover {
  background: rgba(43, 86, 127, 0.9); }

.page-nav-fixed {
  position: fixed;
  background: #09568a;
  top: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  border: none;
  z-index: 9999;
  text-align: center;
  overflow: hidden;
  -webkit-transition: top .5s ease;
  -moz-transition: top .5s ease;
  -ms-transition: top .5s ease;
  -o-transition: top .5s ease;
  transition: top .5s ease; }

.page-nav-fixed.affix-top {
  top: -100px; }

.page-nav-fixed .button {
  background: none;
  border: none; }

.page-nav-fixed .button:hover {
  background: rgba(0, 0, 0, 0.1); }

.page-nav-fixed .active .button {
  background: rgba(0, 0, 0, 0.2); }

.content h2 {
  font-size: 2.5em; }

#content p a {
  color: #276b9e;
  text-decoration: none; }

#content p a:hover {
  text-decoration: underline; }

.why-abc {
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 60px 0; }

.why-abc p {
  font-size: 18px; }

.our-passion {
  padding: 60px 0 135px;
  background: url(/images/home/entrance-flags.jpg) no-repeat center bottom;
  background-size: 100%;
  position: relative; }

.news-events {
  background: transparent;
  padding: 60px 0;
  /*border-bottom: 1px solid #ccc;*/ }

.news-events .icon-facebook-sign:before {
  color: #4862a3; }

/*
.new-river-color {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/images/interface/new_river_pano_color.jpg) no-repeat center top;
	opacity: 0;
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-ms-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease;
}

.our-passion:hover .new-river-color{
	opacity: .4;
}
*/
.our-passion .content {
  padding: 15px;
  border-radius: 10px;
  -webkit-transition: background 2s ease;
  -moz-transition: background 2s ease;
  -ms-transition: background 2s ease;
  -o-transition: background 2s ease;
  transition: background 2s ease; }

.our-passion h2 {
  font-family: 'Roboto Slab', 'La Belle Aurore';
  font-size: 3.5em;
  border: none;
  text-align: center;
  text-shadow: -1px -1px 2px rgba(255, 255, 255, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.5); }

.our-passion p {
  text-shadow: 0 0 4px #eee; }

.our-passion .life-is-for-service {
  font-size: 1.6em;
  text-align: center;
  font-family: 'Archivo Narrow';
  color: #333; }

.our-passion .video-link, .our-passion .img {
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: box-shadow .2s ease;
  -moz-transition: box-shadow .2s ease;
  -ms-transition: box-shadow .2s ease;
  -o-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
  display: block; }

.our-passion .video-link:hover, .our-passion .img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }

.abc-info {
  /*background: rgba(0, 0, 100, .1);*/
  border-top: 1px solid #ccc;
  height: 100px;
  position: relative;
  display: table;
  width: 100%;
  /*border-radius: 10px;*/
  overflow: hidden; }

.abc-info-list {
  display: none; }

.abc-info > div, .abc-info > a {
  display: table-cell;
  vertical-align: middle; }

.abc-info .arrows {
  height: 100%;
  -webkit-transition: background-color .5s ease;
  -moz-transition: background-color .5s ease;
  -ms-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
  cursor: pointer;
  width: 40px;
  text-align: center; }

.abc-info .arrows:hover {
  background: rgba(0, 0, 0, 0.1); }

.abc-info .arrows:before {
  margin: 0; }

.abc-info-number {
  text-align: right;
  width: 25%;
  min-width: 180px;
  padding-right: 30px;
  font-size: 55px;
  font-weight: bold;
  position: relative; }

.abc-info-number .symbol-dollar {
  position: relative;
  font-size: 50%;
  top: -20px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.abc-info-number.dollar .symbol-dollar {
  opacity: .7;
  -webkit-transition: opacity 2s ease 1s;
  -moz-transition: opacity 2s ease 1s;
  -ms-transition: opacity 2s ease 1s;
  -o-transition: opacity 2s ease 1s;
  transition: opacity 2s ease 1s; }

.abc-info-number .symbol-percent {
  position: absolute;
  top: 20px;
  font-size: 40%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.abc-info-number.percent .symbol-percent {
  opacity: .7;
  -webkit-transition: opacity 2s ease 1s;
  -moz-transition: opacity 2s ease 1s;
  -ms-transition: opacity 2s ease 1s;
  -o-transition: opacity 2s ease 1s;
  transition: opacity 2s ease 1s; }

.abc-info-content {
  font-size: 34px;
  font-family: 'Archivo Narrow';
  line-height: 1;
  position: relative;
  text-decoration: none;
  color: #000 !important; }

.social {
  padding: 40px 0; }

.social img {
  max-width: 200px;
  margin: 15px;
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.appalachian-wrapper {
  padding-top: 50px;
  padding-bottom: 66px;
  margin-bottom: 50px; }

.appalachian {
  margin-left: 350px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px; }

.color-bak {
  background: url("/images/interface/abc_pano_color.jpg") no-repeat center bottom !important;
  width: 100%;
  height: 549px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease; }

.appalachian-wrapper:hover + .color-bak, .color-bak.hover {
  opacity: 1; }

.event-list li {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-left: 3px solid #ddd;
  box-shadow: inset -1px 1px 0 #ddd;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.event-list li:hover {
  background: #fff;
  border-left-width: 6px; }

.event-list li:last-child {
  box-shadow: inset -1px 1px 0 #ddd, 0 1px 0 #ddd; }

.event-list li:nth-child(7n-6) {
  border-left-color: #439552; }

.event-list li:nth-child(7n-5) {
  border-left-color: #ceaf6f; }

.event-list li:nth-child(7n-4) {
  border-left-color: #779bd5; }

.event-list li:nth-child(7n-3) {
  border-left-color: #994f8e; }

.event-list li:nth-child(7n-2) {
  border-left-color: #478b96; }

.event-list li:nth-child(7n-1) {
  border-left-color: #975d51; }

.event-list li:nth-child(7n) {
  border-left-color: #5f539b; }

.event-list time {
  font-family: 'Archivo Narrow', Arial, sans-serif;
  clear: both;
  line-height: 32px;
  display: block;
  float: left;
  width: 57px;
  font-size: 30px;
  color: #949494;
  font-weight: bold;
  overflow: hidden; }

.event-list time span {
  font-size: 11px;
  line-height: 8px;
  text-transform: uppercase;
  display: block; }

.event-list .event-title {
  color: #666;
  font-size: 19px; }

.event-list .event-start-time {
  font-family: inherit;
  font-size: 12px;
  color: #aaa; }

.event-list a {
  text-decoration: none; }

.news-list li {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border-collapse: collapse;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.news-list li:last-child {
  margin: 0; }

.news-list li:hover {
  background: #fff; }

.news-list .news-header {
  line-height: 2; }

.news-list .news-pic {
  max-height: 300px;
  overflow: hidden; }

.news-list .news-content {
  display: inline-block;
  position: relative; }

/*.news-list li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 7px;
	background: #f6f6f6;
	bottom: 0;
	z-index: 1;
}*/
.news-list .news-title, .news-list .news-title a {
  font-size: 22px;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 7px; }

.news-list .news-summary {
  margin: .5em 0 0 0;
  overflow: auto;
  max-height: 300px; }

.news-list li time {
  display: block;
  color: #949494;
  float: right;
  margin-left: 1em; }

@media screen and (max-width: 1000px) {
  .page-nav-fixed {
    display: none; }

  .home-page-nav {
    margin-top: 1em; }

  .home-page-nav .button {
    margin-bottom: 4px; }

  .home #content {
    padding: 0; }

  .home .content, .opener-content {
    padding: 10px; }

  .content h2 {
    font-size: 1.6em; }

  .opener-content {
    padding-top: 0; }

  .opener {
    height: auto;
    max-height: none;
    min-height: 0;
    background: none; }

  .opener h1 {
    font-size: 2em;
    line-height: normal;
    margin: 0 -10px 10px -10px;
    background: url("/images/home/pipkin.jpg") no-repeat center bottom;
    background-size: cover;
    min-height: 180px;
    padding-top: .5em; }

  .opener h1:after {
    content: '';
    display: block;
    padding-top: 25%; }

  .home-page-nav li a {
    background: #276b9e; }

  .home-page-nav li, .home-page-nav li a {
    display: block;
    width: 100%; }

  #programs h2, .other-programs h2 {
    padding: 0 10px; }

  #programs {
    margin-top: 1em; }

  .program-panel, .program-panel .program-box, .program-panels.active .program-panel, .program-panel-badge, .program-panel-badge span {
    width: 100%;
    max-height: 58px;
    height: 58px; }

  .program-panel {
    float: none;
    width: 100%; }

  #content .program-panel .program-box {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.5); }

  #content .program-panel:last-child .program-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7); }

  .program-panel-badge {
    font-size: 1.6em;
    text-shadow: none;
    /*text-align: left;*/ }

  .program-panel-badge span {
    /*padding-left: 10px;*/ }

  .program-panel-badge i {
    opacity: .6;
    /*padding-right: 10px;*/ }

  .other-programs {
    margin-top: 1em; }

  .other-programs div {
    margin-top: 0;
    box-shadow: none;
    border-top: none;
    border-left: none;
    background-color: #e9e9e9;
    border-bottom-color: #aaa; }

  .other-programs div:hover {
    background-color: #ccc; }

  .other-programs div:first-of-type {
    border-top: 1px solid #aaa; }

  .other-programs div a {
    color: #222; }

  .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: "Archivo Narrow", Helvetica, Arial, sans-serif !important; }

  .abc-info-number .symbol-percent {
    top: 30px; }

  .abc-info-number .symbol-dollar {
    top: -15px; }

  .abc-info > div.abc-info-number {
    text-align: right;
    width: 115px;
    min-width: 0;
    font-size: 38px;
    /*margin: auto;*/ }

  .abc-info-content {
    font-size: 22px; }

  #our-passion {
    /*background-size: 200%;*/
    /*background-position: right top;*/
    padding: 0;
    background: url("/images/interface/stripes.jpg") repeat;
    background-size: 15%; }

  #our-passion .content {
    background: none; }

  #our-passion h2 {
    font-size: 2.2em; }

  #our-passion .life-is-for-service {
    font-size: 22px; }

  #our-passion p {
    text-shadow: none; }

  #our-passion .video-link {
    max-width: 400px;
    margin: auto; }

  #our-passion figure.media figcaption .font-script {
    font-size: 1.8em; }

  .news-events {
    padding: 30px 0; }

  .news-list li {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important; }

  .appalachian {
    margin-left: 0; }

  .color-bak {
    display: none; } }

/*# sourceMappingURL=home.css.map */
