h1{
  font: 48px/120% 'Titillium Web';
  color: #ff7c25;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 15px 0 10px 0;
  font-weight: 600;
  text-align:center;
}
h1+.subheader{
  letter-spacing: 2px;
  margin-top: 15px;
  font-size: 31px;
}
.page-header{
  margin:0;
  padding:0;
  border:0;
}
h2 {
  font: 30px/140% 'Titillium Web';
  color: rgb(255, 124, 37);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 10px;
  font-weight: 400;
  text-align:center;
}
h2+.subheader{
  text-align: center;
  margin-bottom: 10px;
}
body:not(#page-1):not(#page-1837) h2{
  color: rgb(29, 176, 18);
}
h2 i.fa{
  display: block;
  color:rgba(148, 212, 213, 0.82);
  font-size: 90px;
  line-height: normal;
  margin: 0 0 15px 0!important;
}
h2 a{
  color: rgb(255, 124, 37)!important;
}
h3 {
  color: #434343;
  font: 18px/140% 'Titillium Web';
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
h4 {
  color: #01c5c0;
  font: 18px/140% 'Titillium Web';
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
h4.indent {
  margin: 0 0 23px 0;
}


p {
  margin:0 0 15px;
  color: #888;
}

u{
  text-decoration:underline;
}

b,strong,label{
  font-weight: 600;
}

a,
#Content .nav-link{
  color: rgb(29, 176, 18);
  text-decoration: none;
  transition:all linear 0.3s;
}

a:hover, a:focus {
  color: #ff7c25!important;
  text-decoration: none;
  transition:all linear 0.3s;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  background: none;
}

a.external-link {}
a.internal-link {}
a.download {}
a.mail {}
.teaser{}

.btn{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  text-decoration:none;
}

.btn:hover{
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default{
  font-size: 16px !important;
  padding: 5px 11px;
  background: rgb(1, 197, 192);
  color: #fff !important;
  border: 0;
  transition:background 0.3s;
  font-family: 'Titillium Web';
}

.btn-default a,
.btn-default a:hover,
a.btn-default:hover{
  color: #fff !important;
}

.btn-default:hover{
  background: rgb(255, 124, 37);
  transition:background 0.3s;
}

.thumbs-up:before{
  content:"\f164";
  float:left;
  display:inline-block;
  font-family:"FontAwesome";
}

/* Left, center, right and justify alignment of text in block elements*/
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }

#Content .fsc-default ul{
  margin:10px 0;
}

#Content .fsc-default ul li{
  margin: 0 0 10px 0;
}

#Content .fsc-default ul li p{
  margin:5px 0;
}

iframe{
  border:0!important;
}

.htmlarea-content-body,
.htmlarea-content-body p{
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: #000000!important;
  margin: 0;
  padding: 3px;
  background-color: #ffffff;
  border-width: 0;
}

select,
.form-control{
  appearance: auto;
  -moz-appearance: auto;
}
