
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  background-color: white;
}

.headerstyle {
  position: absolute;
  width:100%;
  top: 15%;
  left: 50%;
  padding-left: 15%;
  padding-right: 15%;
  transform: translate(-45%,-10%);
}

.pagestyle {
  position: absolute;
  width:100%;
  top: 2%;
  left: 50%;
  padding-left: 15%;
  padding-right: 15%;
  transform: translate(-45%,0%);
}

header {
  background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(/img/photo2.jpg);
  height: 40vh;
  background-size: 100% 100%; //100% 35vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: absolute;
}

.headerpagestyle {
  background-position: 0px -400px;

}


.headerindexstyle {
  height: 70vh;
  background-size: 100% 70vh;
  background-attachment: fixed;
}


.centerme {
  align-content: center;
}

.headerstyle h1 {
  font-family: verdana;
  color:white;
  font-size: calc(25px + 2.2vw);
}

.pagestyle h1 {
  font-family: verdana;
  color:white;
  font-size: calc(10px + 2.2vw);
}

.headerstyle h2 {
  font-family: verdana;
  color:white;
  font-size: calc(15px + 1.1vw);
}

.pagestyle h2 {
  font-family: verdana;
  color:white;
  font-size: calc(5px + 1.1vw);
}


.tooltip {
  font-style: italic;
}

.btn {
  border:1px solid #e67e22;
  padding: calc(5px + 0.3vw) calc(15px + 0.6vw);
  color: #e67e22;
  font-weight: 400;
  font-size: calc(13px + 0.2vw);
  text-decoration: none;
  border-radius: 8px;
  margin-right: calc(15px + 1.0vw);
  margin-bottom: calc(10px + 0.9vw);
}

.btn-full:hover {
  background-color: orange;
  transition: all 0.3s ease-in;
}

.copy {
  width:70%;
  margin-left: 15%;
  margin-bottom: 20px;
}

h3:after {
  width: 100px;
  height: 2px;
  background-color: #e67e22;
  display: block;
  content: " ";
  margin: 0 auto;
  margin-top: 30px;
}

.section {
  background-color: white;
  height: 80vh;
}

.section h3 {
  padding-top: 15px;
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: white;
}

.section i {
  font-size: 50px;
}

.panel-title a {
  display: block;
}

#accordion {
  padding-bottom: 200px;
}


   #accordion_search_bar_container {
     position: relative;
&:after {
   content: '\e003';
   font-family: Glyphicons Halflings;
   width: 18px;
   height: 18px;
   position: absolute;
   right: 10px;
   bottom: 10px;
 }
}

#accordion_search_bar_container {
  padding-bottom: 20px;
}

#accordion_search_bar {
  display: block;
  margin: 10px auto;
  border: 1px solid #cacaca;
  border-radius: 12px;
  outline: 0;
  padding:17px;padding-left:55px;width:300px;border:1px solid #e67e22;
  font-size:13px;color:gray;
  background-image:url('/img/r02vbq.png');
  background-repeat:no-repeat;
  background-position:left center;outline:0;
}

.uliconfa {
  list-style: none;
  padding-left: 0;
}

.iconfa {
  width: 10px;
  height: 10px;
  position: relative;
  top: 0px;
  margin-right: 5px;
  fill: #fff;
}
