.bg-sv-color {
  background-color: #389AD6 !important;
}
.text-sv-color {
  color: #389AD6;
}
.bg-sv-color-light {
  background-color: #f2fcff !important;
}
.text-sv-color-light {
  color: #f2fcff;
}
.bg-sv-color-dark {
  background-color: #004496 !important;
}
.text-sv-color-dark {
  color: #004496;
}
.bg-sv-accent {
  background-color: #e55115 !important;
}
.text-sv-accent {
  color: #e55115;
}
.gallery {
  display: block;
}
.border-shade {
  border-width: 19px 22px;
  border-color: #eaeaea;
  border-style: solid;
}
.title-container h2 {
    color: #9E6C00;
}
.text-warning {
    color: #BB5B02 !important;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e55115;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #389AD6;
}
article p {
  font-size: 1.2em;
}
.card h3 {
    font-size: 1.25em;
    color: #0074C2 !important;
}
.card-header div {
	font-size: 1.2em;
	color: #0074C2 !important;
}
.card button {
	background-color: #ffffff;
	border: 1px solid rgba(49, 51, 59, 0.125);
	border-radius: 0.25rem !important;
	padding: 0;
	margin: 5px;
}
.text-underline {
  text-decoration: underline;
}
.imag-link {
  filter: gray;
  -webkit-filter: grayscale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.imag-link:hover {
  filter: none;
  -webkit-filter: grayscale(1);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.title-link {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.title-link:hover > h3 {
  color: #2078CB;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
h4.text-sv-accent.font-bold {
  color: #e55115 !important;
}
.bg-sunvalley {
  background-color: #2078CB;
}
.bg-sunvalley-dark {
  background-color: #004496;
}
.bg-sunvalley-accent {
  background-color: #e55115;
}
.bg-sunvalley-light {
  background-color: #f2fcff;
}
.text-sunvalley {
  color: #2078CB;
}
.text-sunvalley-light {
  color: #f2fcff;
}
.text-sunvalley-dark {
  color: #004496;
}
.text-sunvalley-accent {
  color: #e55115;
}
.gray-gradient {
  background-color: rgba(0, 0, 0, 0.4);
}
.btn-warning {
    background-color: #9E6C00 !important;
    border-color: #9E6C00 !important;
}
.btn-warning:hover {
    background-color: #C28400 !important;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e55115' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e55115' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
section.site-image {
  height: 600px;
}
section.site-image .title-container {
  background-color: rgba(242, 252, 255, 0.85);
  position: absolute;
  top: 20%;
  width: 75%;
}
section.site-image .title-container div.container {
  padding: 2em 0 2em 0;
}
section.site-image .title-container div.container h1 {
  font-size: 5em;
  font-weight: 900;
  overflow-wrap: break-word;
}
section.site-image .title-container div.container h3 {
  color: #ffa700;
}

.card-body .cat-heading {
    font-size: 1.4em;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  section.site-image .title-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  section.site-image {
    height: 250px;
  }
}
.mobile-nav #accordion a {
  text-decoration: none;
}
.mobile-nav #accordion a:hover {
  cursor: pointer;
  color: #004496;
}
.mobile-nav #accordion a:focus {
  color: white;
}
.mobile-nav #accordion a span {
  right: 20px;
  position: absolute;
}
.mobile-nav li.font-weight-bolder {
  border-bottom: 1px solid;
  border-color: rgba(225, 225, 225, 0.4);
}
section.fullscreen-nav li {
  margin-bottom: 0;
}
section.fullscreen-nav li a {
  text-decoration: none;
  color: white;
}
section.fullscreen-nav li a:hover,
section.fullscreen-nav li a:not([href]):hover {
  cursor: pointer;
  color: #004496;
}
section.fullscreen-nav li a.active {
  color: #004496;
}
section.sub-nav-items {
  background-color: rgba(0, 68, 150, 0.93);
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
section.sub-nav-items ul.list-unstyled {
  line-height: 2.3;
  font-weight: 400;
  font-size: 1.25rem;
}
section.sub-nav-items ul.list-unstyled li {
  color: #afafaf;
}
section.sub-nav-items ul.list-unstyled li.h3 {
  color: #e1e1e1 !important;
}
section.sub-nav-items ul.list-unstyled li a {
  color: #2078CB;
}
section.sub-nav-items ul.list-unstyled li a:hover {
  color: #f2fcff;
  text-decoration: none;
}
.sub-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sub-sticky + article {
  padding-top: 102px;
}
div.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
a.btn-primary:visited {
    color: #fff !important;
}
@media only screen and (max-width: 991px) {
  div.map iframe {
    width: 100%;
  }
}
.grid-item,
.grid-sizer {
  padding: 0.25em;
}
.grid-item a img,
.grid-sizer a img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.grid-item a img:hover,
.grid-sizer a img:hover {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  -webkit-filter: gray;
  filter: gray;
}
.news {
  overflow-y: scroll;
}
.news::-webkit-scrollbar {
  width: 0.5em;
  border-radius: 2rem;
}
.news::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
}
.news::-webkit-scrollbar-thumb {
  outline: 1px solid #cdd5db;
  background-color: #1578bc;
  border-radius: 1em;
}
.news article:nth-child(odd) {
  background-color: whitesmoke;
}
.text-area-style {
  padding: 0.75em 0;
  text-align: left;
  height: 230px;
}
nav.subnav {
  overflow: auto;
  white-space: nowrap;
}
a.sublink {
  background-color: white;
  color: #e55115;
  font-weight: bold;
  border-radius: 22px;
  padding: 0.7em;
  width: 5.5em;
  text-align: center;
}
a.sublink:hover {
  text-decoration: none;
  background-color: #e55115;
  color: white;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.entry-content strong {
  color: #e55115;
}

.navbar-nav .sep {
  border-right: 2px #9acfe4 solid;
  width: 2px;
  height: 100%;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
}
/*# sourceMappingURL=main.css.map */

.video {
  aspect-ratio: 16 / 9;
}
