/*This hides the title if the logo contains the same words*/
.container {
  max-width: 1440px;
}
/*Max Container Width*/
/*Max container width	None (auto)	540px	720px	960px	1140px*/
/*@media (min-width:@sm) { ... }*/
/*@media (min-width:@md) { ... }*/
/*@media (min-width:@lg) { ... }*/
/*@media (min-width:@xl) { ... }*/
/*@media (min-width:@xxl) { ... }*/

/*Scroll Arrow*/
a.scroll-button > span {
  color: #666;
}
a.scroll-button {
  color: #666;
}
a.scroll-button i {
  border: 2px solid #666;
}
/*/scroll*/

.high-traffic-background {
  background-color: rgba(82, 82, 82, 0.5);
}
.high-traffic-background .high-traffic-text {
  color: #ffffff;
}
/*@media (min-width:@sm) { ... }*/

/*@media (min-width:@md) { ... }*/

@media only screen and (min-width: 992px) {
  .col-12.col-lg-auto.no-dropdown {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .col-12.col-lg-auto.no-dropdown {
    display: block;
  }
}
footer .footer-logo-social h3.logo {
  margin-left: 35px;
  margin-right: 35px;
}
/* ------------------------------------------
  Palo Verde Template Modification 4-28-2020
  ----------------------------------------- */

.pagename h2,
.description.page-desc h2 {
  font-family: "Source Sans Pro", sans-serif;
  padding: 0 0 0.3em 0;
  margin: 0;
  font-size: 3.5rem !important;
  font-weight: 300 !important;
  line-height: 1.2;
  color: #454545;
  text-transform: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #0054b9;
  border-color: #0054b9;
}
a.btn-primary.focus,
a.btn-primary:focus,
a.btn-primary:visited {
  color: #e6e6e6;
  background-color: #003d86;
  border-color: #003d86;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
a.btn-primary:hover {
  color: #ffffff;
  background-color: #006bec;
  border-color: #006bec;
}
.btn-outline-primary {
  color: #006f78;
  border-color: #006f78;
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6,
.page-title .h1,
.page-title .h2,
.page-title .h3,
.page-title .h4,
.page-title .h5,
.page-title .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.page-title h1,
.page-title .h1 {
  font-size: 2.5rem;
}
.page-title h2,
.page-title .h2 {
  font-size: 2rem;
}
.page-title h3,
.page-title .h3 {
  font-size: 1.75rem;
}
.page-title h3.catapultTitle {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.page-title h4,
.page-title .h4 {
  font-size: 1.5rem;
}
.page-title h5,
.page-title .h5 {
  font-size: 1.25rem;
}
.page-title h6,
.page-title .h6 {
  font-size: 1rem;
}
.page-title p,
.page-title div,
.page-title dl,
.page-title ol,
.page-title ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-title ol ol,
.page-title ol ul,
.page-title ul ol,
.page-title ul ul {
  margin-bottom: 0;
}
.page-title ul ul {
  list-style: circle;
}
.page-title ul {
  padding-left: 40px;
  list-style-position: outside;
}
.page-title ul .list-inline {
  padding-left: 0;
  list-style: none;
}
/* Rad controls */

table.rdTable .page-title p,
table.rdTable .page-title div,
table.rdTable .page-title dl,
table.rdTable .page-title ol,
table.rdTable .page-title ul {
  margin-bottom: 0rem;
}
/* -------------------------------------------
   Palo Verde Template Modification 4-28-2020
  ------------------------------------------ */

.alert .catapultannounce-popup article p {
  text-align: left;
  font-size: 125%;
}
