body {
  background-color: ;
  color: ;
}
.webpage-block .jumbotron h1, h1 {
  color: ;
  font-family: ;
  font-size: 36px;
}
.webpage-block .jumbotron h2, h2 {
  color: ;
  font-family: ;
  font-size: 30px;
}
.webpage-block .jumbotron h3, h3 {
  color: ;
  font-family: ;
  font-size: 24px;
}
.webpage-block .jumbotron h4, h4 {
  color: ;
  font-family: ;
  font-size: 18px;
}
.webpage-block .jumbotron h5, h5 {
  color: ;
  font-family: ;
  font-size: 14px;
}
.webpage-block .jumbotron h6, h6 {
  color: ;
  font-family: ;
  font-size: 12px;
}
.webpage-block .jumbotron p, p, .content-block div, .panel div, li {
  color: ;
  font-family: ;
  font-size: 16px;
}
.jumbotron blockquote, blockquote {
  color: ;
  font-family: ;
  font-size: 18px;
}
.jumbotron .lead, .content-block .lead, .lead {
  color: ;
  font-family: ;
  font-size: 21px;
}
@media (max-width: 767px) {
  .webpage-block .jumbotron h1, h1 {
    font-size: 36px;
  }
  .webpage-block .jumbotron h2, h2 {
    font-size: 30px;
  }
  .webpage-block .jumbotron h3, h3 {
    font-size: 24px;
  }
  .webpage-block .jumbotron h4, h4 {
    font-size: 18px;
  }
  .webpage-block .jumbotron h5, h5 {
    font-size: 14px;
  }
  .webpage-block .jumbotron h6, h6 {
    font-size: 12px;
  }
  .webpage-block .jumbotron p, p {
    font-size: 16px;
  }
  .webpage-block .jumbotron blockquote, blockquote {
    font-size: 18px;
  }
  .webpage-block .jumbotron .lead, .lead {
    font-size: 20px;
  }
}
.webpage-background a {
  color: #327b82;
}
.webpage-block a {
  color: #327b82;
}
.webpage-contact a {
  color: #327b82;
}
.webpage-about a {
  color: #327b82;
}
.webpage-footer {
  background-color: #327b82 !important;
  color: #ebecf0 !important;
}
.webpage-footer a{
  color: #ffffff !important;
}
.webpage-footer .site-footer-simple {
  background-color: #327b82 !important;
  color: #ebecf0 !important;
}

.webpage-footer p {
  color: #ebecf0 !important;
}
.webpage-footer .site-footer-simple a,
.webpage-footer .site-footer-simple a:hover {
  background-color: #327b82 !important;
  color: #ffffff !important;
}
.webpage-header .navbar {
  background-color: ;
  color: ;
}
.webpage-header .navbar a,
.webpage-header .navbar a:hover {
  color: #327b82 !important;
}
.webpage-header.navbar-fixed-top {
  background-color: ;
}
.webpage-group .webpage-hero > div > div {
  padding-top: 20px;
}
.webpage-header.navbar-fixed-top.hero-behind.transparent {
  background-color: transparent;
}
.webpage-header.hero-behind.transparent .navbar {
  background-color: transparent;
}
body.hero-behind .webpage-group .webpage-hero > div {
  margin-top: 0 !important;
}
.webpage-footer .site-footer-columns .site-footer-upper,
.webpage-footer .site-footer-layers {
  background-color: #327b82 !important;
  color: #ebecf0 !important;
}
.webpage-footer .site-footer-columns .site-footer-upper a,
.webpage-footer .site-footer-columns .site-footer-upper a:hover,
.webpage-footer .site-footer-layers a,
.webpage-footer .site-footer-layers a:hover {
  color: #ffffff !important;
}
body {font-size: 18px;}

/*Top Nav VCARD*/
.webpage-header .vcard {background: transparent; border-bottom-right-radius:5px; border-bottom-left-radius: 5px; margin-bottom: 2px;}
.webpage-header .vcard p {font-size: 1.2em; color: #fff;}
.webpage-header .vcard a {color: #fff;}
.vcard-social {background: #327b82; width: 100%;}
.dropdown-menu {min-width: 280px;}

/* Custom first and last nav item with button */
.navbar-right > li:last-of-type {background-color: #327b82; color: #fff; border-radius: 26px; margin-top: 20px;margin-bottom: 20px;}
.navbar-right> li:last-of-type a {line-height: 5px!important; color: #fff!important;}

/*Hero Styling w custom class "welcome"*/
.welcome .jumbotron {font-size: 26px; font-weight: 400;}
.welcome .jumbotron h1 {font-family: Lato, sans serif; font-size: 54px;}
.welcome .btn {margin-top: 12px; text-align: center; vertical-align: middle; font-size: 30px;}
.welcome .jumbotron .container  {margin-top: 310px;} 

/* Mobile adjustments */
@media (max-width: 768px) {
.welcome .jumbotron .container {margin-top: 0;}
.welcome .jumbotron h1, .webpage-block .jumbotron .well h1 {font-size: 28px;}
.welcome .jumbotron h1, .webpage-block .jumbotron .well {font-size: 18px;}
.vcard-address {display: none;}
}

/*Buttons*/
.webpage-block .btn {background: #327b82; color: #FFF; border: transparent;}
.webpage-block .btn:hover {background: #fff; color: #327b82; border: #327b82 1px solid;}

.quote {background: #327b82; color: #fff; border-top: 3px solid #BFB8B4;}
.quote a {color: #f3f3f3; text-decoration: underline;}
.programs .panel img {object-fit: cover; max-height: 264px; width: 100%;}

.full-list address {display: none;}

.gray-bg {background: #e3e3e3; }

