/* mobile nav bar */
.fixed-nav-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
  padding-top: 15px;
  background: #eff0ef; /* Old browsers */
  background: -moz-linear-gradient(top, #eff0ef 0%, #c1c1c1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eff0ef 0%,#c1c1c1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eff0ef 0%,#c1c1c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0ef', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
}
.fixed-nav-bar p {
  font-family: 'Ubuntu Condensed', sans-serif;
  color:#2a81c4;
  font-weight: 600;
  padding: 0px; 
  font-size: 12px; 
  text-align: center;
}
.fixed-nav-bar a {
  text-decoration: none;
}
.fixed-nav-bar img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 30px;
}


/* desktop nav bar */
.desktop-nav-bar {
  margin-top: 0px;
}
.desktop-nav-bar p {
  font-family: 'Montserrat', sans-serif;
  color:#2a81c4;
  font-weight: 600;
  padding: 0px; 
  font-size: 12px; 
  text-align: center;
  text-decoration:none;
}
.desktop-nav-bar img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}


/*drop down text*/
.accordion {
  background-color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-family: 'Montserrat', sans-serif;
  color:#2981c4;
  font-weight: 600;
  font-size: 18px; 
  border: thick;
  border-radius: 10px;
  border-color: #2981c4;
}

.active, .accordion:hover {
  background-color: #1993da; /* Old browsers */
  color:#ffffff;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion:after {
  content: '\2295'; /* Unicode character for "plus" sign */
  font-size: 18px;
  color: #ff9c00;
  float: left;
  margin-right: 15px;
}

.active:after {
  content: "\2296"; /* Unicode character for "minus" sign */
}



/* footer */
.footer a {
  color: #595a5c;
  text-decoration: none;
  font-size: 40px;
  text-align: right;
}
.footer p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-top: 20px;
}
.footer img {
  margin-right: 0;
  margin-left: 0;
}



/* photos */
.icon {
  display: block;
  margin-left: auto;
  margin-right: auto;  
}
.img-circle {
  border-radius: 50%;
}
.color img{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all .5s ease;
}
.color img:hover{
filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
box-shadow: 0 0 0 5px #ff9c00;
filter: none;
transition: .5s ease;
}
.center {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

/* form fields */
.field-width {
  width: 100%;
  opacity:25%;	
}

/* maps */
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* buttons */
.button {
  background-color: #ff9c00; /* orange */
  border: none;
  color: #ffffff;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button:hover {
  background-color: #ffffff; 
  box-shadow: inset 0 0 0 3px #ff9c00; /* orange */
  color: #ff9c00; /* orange */
}

/* bands */
.blue-band {
  background: #1993da; /* Old browsers */
  background: -moz-linear-gradient(top, #1993da 0%, #282662 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1993da 0%,#282662 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1993da 0%,#282662 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1993da', endColorstr='#282662',GradientType=0 ); /* IE6-9 */
  padding-bottom: 100px;
  padding-top: 100px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.gray-band {
  background: #c8c8c8; /* Old browsers */
  padding-bottom: 100px;
  padding-top: 100px;
}

/* body copy */
h1 {
  font-family: 'Montserrat', sans-serif;
  color:#565658;
  font-weight: 600;
  font-size: 31px; 
  text-align: center;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  color:#2981c4;
  font-weight: 600;
  font-size: 18px; 
  text-align: center;  
}
h3 {
  font-family: 'Montserrat', sans-serif;
  color:#2981c4;
  font-weight: 600;
  font-size: 20px;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  color:#565658;
  font-weight: 600;
  font-size: 14px;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-bottom:20px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}
li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-bottom:10px;
  padding-left: 20px;
}
a {
  color: #ff9c00;
  text-decoration: none;
}
a :hover {
  color: #f16521;
  font-weight: 600;
}
.intro {
  font-family: 'Montserrat', sans-serif;
  color:#565658;
  font-weight: 600;
  font-size: 37px;
  padding-bottom: 10px;
}
.pipe {
  font-family: 'Montserrat', sans-serif;
  color:#fc9b27;
  font-weight: 400;
  font-size: 30px;
}
.dept {
  font-family: 'Montserrat', sans-serif;
  color:#565658;
  font-weight: 400;
  font-size: 31px; 
  text-align: center;
}
.name {
  font-family: 'Montserrat', sans-serif;
  color:#2981c4;
  font-weight: 600;
  font-size: 18px;
  padding-top:15px;
}
.name_small {
  font-family: 'Montserrat', sans-serif;
  color:#2981c4;
  font-weight: 600;
  font-size: 14px;
  padding-top:15px;
}
.tagline {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400i;
  font-size: 15px;
}
.blue-band h1 {
  color: #ffffff;
}
.blue-band h2{
  color: #ff9c00;
}
.blue-band p {
  color: #ffffff;
  text-align: center;
}
.blue-band a {
  color: #ff9c00; /* orange */
}
.blue-band form p {
  color: #FFFFFF;
  padding-bottom:20px;
}
.gray-band i{
  color:#565658;
  font-size: 31px; 
  text-align: center;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #000000;
}






