body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #3E4D54
}


a {
 color: #00CCBD;
}

h2 {
  font-weight: bold;
  font-size: 50px;
  text-transform:uppercase;
  font-variant: small-caps;
}


h2,h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color:#00CCBD;
}

address {
  padding-left: 15px;
}

.page_background {
   background-color: #00CCBD;
   height: 220px;
   background-position: center center;
   background-size: 1920px 600px;
   margin-top: 0px;
   margin-bottom: 40px;
}


.mainarea {
  margin-top: 20px !important;
}

.affix {
   left: 63%;
   max-width: 300px;
   top: 10px;
}

#right_panel { 
  min-width: 300px;
  padding-left: 30px;
}

.img-thumbnail {
  margin-top: 25px;
  height: 150px;
}

.label-as-badge {
    border-radius: 1em;
    margin-left: 95px;
}

.nav-pills > li.active > a {
  background-color: #00CCBD !important;
}

.header_logo {
  width:120px;
  margin-top: 18px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.header_text {
color: #DEE3E5;
font-size: 54px;
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #222);
}

.header_subtext {
font-size: 20px;
color: #DEE3E5;
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #222);
}

ul.no_bullet {
list-style-type: none;
padding-left: 20px;
margin-bottom: 20px;
}

li.pic {
padding-left: 30px;
padding-bottom: 3px;
background: url('../images/bullet.png') no-repeat left top;
background-position: left center;
}