.bg-sv-color {
  background-color: #36a0c9 !important; }

.text-sv-color {
  color: #36a0c9; }

.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; }

.bg-pw-light-blue {
  background-color: #D4E0F1 !important; }

.text-pw-light-blue {
  color: #D4E0F1; }

.bg-pw-mid-blue {
  background-color: #043673 !important; }

.text-pw-mid-blue {
  color: #043673; }

.bg-pw-deep-blue {
  background-color: #355A90 !important; }

.text-pw-deep-blue {
  color: #355A90; }

.bg-pw-light-gold {
  background-color: #F6D44F !important; }

.text-pw-light-gold {
  color: #F6D44F; }

/******
*******
Elements
*******
******/
.gallery {
  display: block; }

.border-shade {
  border-width: 19px 22px;
  border-color: #EAEAEA;
  border-style: solid; }

#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: #36a0c9; }

.shadow-light {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(49, 51, 59, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(49, 51, 59, 0.075) !important; }

.pw-tpz {
  clip-path: polygon(1rem 0, 29rem 0, 30rem 12rem, 0 12rem);
  width: 30rem;
  height: 12rem; }

.pw-tpz2 {
  -webkit-clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%); }

/*******
Text
*******/
p {
  font-size: 1.2em; }

.text-underline {
  text-decoration: underline; }

.imag-link {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(0);
  /* Webkit Nightlies & Chrome Canary */
  transition: all .3s ease-in-out; }
  .imag-link:hover {
    filter: none;
    -webkit-filter: grayscale(1);
    transform: scale(1.01); }

.title-link {
  transition: all .2s ease-in-out; }
  .title-link:hover > h3 {
    color: #36a0c9;
    text-decoration-line: none; }

h4.text-sv-accent.font-bold {
  color: #e55115 !important; }

/*******
********
Colors
********
********/
.bg-sunvalley {
  background-color: #36a0c9; }

.bg-sunvalley-dark {
  background-color: #004496; }

.bg-sunvalley-accent {
  background-color: #e55115; }

.bg-sunvalley-light {
  background-color: #f2fcff; }

.bg-mid-blue {
  background-color: #043673;
  color: #fff; }

.bg-white {
  background-color: #fff; }

.text-sunvalley {
  color: #36a0c9; }

.text-sunvalley-light {
  color: #f2fcff; }

.text-sunvalley-dark {
  color: #004496; }

.text-sunvalley-accent {
  color: #e55115; }

/*******
********
Carousel Mods
********
********/
.gray-gradient {
  background-color: rgba(0, 0, 0, 0.4); }

.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"); }

.blue-gradient {
  background: #16447d;
  background: linear-gradient(90deg, #16447d 0%, rgba(74, 98, 136, 0.7) 52%, rgba(19, 144, 208, 0.5) 100%); }

/*******
********
Main Title
********
********/
section.site-image {
  height: 600px;
  margin: 0 !important; }
  section.site-image .title-container {
    /*background-color: rgba($color: #f2fcff, $alpha: 0.85) ;*/
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    margin: auto; }
    section.site-image .title-container div.container {
      padding: 2em 0 2em 0;
      color: #fff; }
      section.site-image .title-container div.container h1 {
        font-size: 5em;
        font-weight: 300;
        overflow-wrap: break-word; }
      section.site-image .title-container div.container h3 {
        font-size: 3em;
        font-weight: 300; }
    @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; } }

/*******
********
Sub Menu
********
*******/
.mobile-nav #accordion a {
  text-decoration: none; }
  .mobile-nav #accordion a:hover {
    cursor: pointer;
    color: #f2fcff; }
  .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); }

.navbar-brand {
  margin-right: 0em;
  padding-right: 0.4em; }

.navbar-light .navbar-nav .nav-link {
  color: #343a40; }

section.fullscreen-nav {
  margin-bottom: 0; }
  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: #f2fcff; }
      section.fullscreen-nav li a.active {
        color: #f2fcff; }

section.sub-nav-items {
  background-color: rgba(0, 68, 150, 0.93) !important;
  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;
        margin-top: 1em; }
      section.sub-nav-items ul.list-unstyled li a {
        color: #f2fcff; }
        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; }

/*******
********
Map
********
*******/
div.map {
  display: flex;
  justify-content: center; }
  @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 {
    transition: .5s; }
    .grid-item a img:hover, .grid-sizer a img:hover {
      -webkit-filter: grayscale(50%);
      filter: grayscale(50%);
      filter: gray; }

.news {
  overflow-y: scroll; }
  .news::-webkit-scrollbar {
    width: .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;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.entry-content strong {
  color: #e55115; }

.director-message p {
  text-align: justify; }

.pestrella-signature {
  width: 260px; }

.pw-tpz-pos-desktop {
  position: absolute;
  float: left;
  z-index: 100;
  transform: translateY(30%);
  padding: 2em 5em 2em 1em !important; }
  .pw-tpz-pos-desktop div h2 {
    color: #F6D44F; }
  .pw-tpz-pos-desktop div p {
    text-align: justify; }

.pw-tpz-pos-mobile {
  position: absolute;
  float: left;
  z-index: 100;
  background-color: rgba(4, 54, 115, 0.6); }
  .pw-tpz-pos-mobile div {
    font-size: 0.7em; }
    .pw-tpz-pos-mobile div h2 {
      color: #F6D44F; }
    .pw-tpz-pos-mobile div p {
      text-align: justify;
      margin: auto 1em; }

.bg-color-cal-gold {
  background-color: #f6d44f; }

.bg-color-navy {
  background-color: #355A90; }

.bg-color-fadded-blue {
  background-color: #D4E0F1; }

.bg-light-gold {
  background-color: #F6D44F;
  color: #043673; }

.bg-light-blue {
  background-color: #D4E0F1;
  color: #043673; }

.bg-mid-blue {
  background-color: #043673;
  color: #fff; }

.bg-deep-blue {
  background-color: #355A90;
  color: #fff; }

.blockcard {
  border-radius: 5px;
  padding: 10px;
  color: white;
  margin: 10px 0;
  height: 80px; }

.sp-framework .btn-warning {
  color: #355A90;
  background-color: #f6d44f;
  border-color: #f6d44f; }
.sp-framework .btn-dark {
  color: #fff;
  background-color: #355A90;
  border-color: #355A90; }
.sp-framework .btn-primary {
  color: #355A90;
  background-color: #d4e0f1;
  border-color: #d4e0f1; }

.pw-button {
  width: 145px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  font-size: 1.6em;
  font-weight: 800;
  border: none;
  outline: none;
  margin: auto; }
  .pw-button:hover {
    background-color: #36a0c9; }

.caption-translate {
  position: relative;
  float: right;
  z-index: 100;
  transform: translateY(-50px);
  margin-right: 5%;
  margin-left: 20px; }

.caption-bph-translate {
  position: relative;
  float: right;
  z-index: 100;
  transform: translateY(-40px);
  margin-right: 5%;
  margin-left: 20px; }

section {
  padding: 3em 0 3em 0;
  /*margin-top: 3em;*/ }
  section h2 {
    font-weight: bold;
    line-height: 2.5; }
  section#bp-highlights li {
    font-size: 1.2em;
    margin-bottom: .6em; }
  section#bp-highlights p {
    text-align: justify; }
  section#bp-highlights h3 {
    display: inline;
    text-transform: uppercase;
    color: #355A90; }
    section#bp-highlights h3 p {
      text-align: left !important;
      font-size: 1em; }
    section#bp-highlights h3 p a {
      line-height: 1;
      font-size: 1.1em;
      margin-right: 0.5em; }
  section#bp-highlights h4 {
    margin-top: .6em; }
  section#bp-highlights .card-body {
    margin-bottom: 2em;
    margin-left: 0; }
    @media (min-width: 768px) {
      section#bp-highlights .card-body {
        margin-left: 4.0em; } }
    section#bp-highlights .card-body ol > li {
      font-weight: bold; }
      section#bp-highlights .card-body ol > li a {
        font-size: 1.3em;
        padding-top: 0;
        height: 40px;
        margin-left: 0.5em; }
    section#bp-highlights .card-body h5 {
      border-bottom: 1px solid #aaa;
      padding-bottom: .5em;
      margin-top: 1em; }
  section.bp-highlights {
    padding-top: 0; }
    section.bp-highlights .bp-head {
      background-color: #043673;
      color: #fff;
      padding: 2em 0 0 2em; }
      section.bp-highlights .bp-head h2 {
        line-height: 2.5;
        text-transform: uppercase; }
    section.bp-highlights h3 {
      text-transform: uppercase; }
    section.bp-highlights div > div > div > div:nth-child(2) {
      margin: 3em 2em; }

section:nth-of-type(even) {
  background-color: aliceblue; }

#value p {
  color: #043673; }
#value img {
  width: 60px;
  margin: 1em 0; }
#value .row:nth-child(2) div:nth-child(2) p:nth-child(2) {
  height: 48px;
  color: red; }

#focus img {
  height: 100px; }
#focus h3 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2; }

#results-based img {
  width: 100px; }

#business-area p {
  color: #043673;
  text-align: justify; }
#business-area h2, #business-area h3, #business-area h4 {
  color: #043673; }
#business-area h2, #business-area h3, #business-area h4, #business-area h5 {
  font-weight: 600; }
#business-area h4 {
  font-weight: 700;
  margin: 1em 0; }

#success img {
  border: 2px solid #333;
  /*-webkit-box-shadow: 3px 3px 17px 5px rgba(0,0,0,0.35);
  box-shadow: 3px 3px 17px 5px rgba(0,0,0,0.35);*/
  -webkit-box-shadow: 0 0.125rem 1.25rem rgba(49, 51, 59, 0.2);
  box-shadow: 0 0.125rem 1.25rem rgba(49, 51, 59, 0.2); }

#accountability p {
  text-align: justify; }
#accountability li {
  font-size: 1.2em;
  text-align: justify; }

/*# sourceMappingURL=main.css.map */
