@charset "UTF-8";

.page-header{
   height: 900px;
}

.page-header .title,
.brand p{
  color:#0f3ba9;
  font-weight: bold;
}

.main-raised {
  margin-top: -160px ;
  border-radius: 0;
  box-shadow: none;
}

.main-raised .section{
  padding-top: 0;
}

.brand h2.title {
  border-top: 1px solid #0f3ba9;
  border-bottom: 1px solid #0f3ba9;
  line-height: 130%;
  color: #0f3ba9;
  margin:0 auto 2rem;
  padding: 1rem;
}


.description {
  font-size: 16px;
}

.col-md-3 {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  flex: 0 0 30%;
  padding: 0;
  max-width: 30%;
}


.info-box {
  margin-bottom: 3rem;
}
.info {
  padding: 2rem;
  max-width: 100%;
}

@media screen and (max-width: 768px){

.page-header{
   height: 100vh;
}

.col-md-3 {
  flex: 0 0 100%;
  margin-bottom: 1rem;
  max-width: 100%;
}

}


#news{
  background: #fafafa;
}

#read_text {
  overflow-y: scroll;
  height: 150px;
  width: 100%;
}

#read_text p{
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 1rem 1rem 1rem 100px;
  position: relative;
  width: 100%;
}

#read_text p span {
  position: absolute;
  left: 0;
  top: 1rem;
}


@media print { 

.page-header{
   height: 900px;
}

.page-header .title,
.brand p{
  color:#0f3ba9;
  font-weight: bold;
}

.main-raised {
  margin-top: -160px ;
  border-radius: 0;
  box-shadow: none;
}

.main-raised .section{
  padding-top: 0;
}

.brand h2.title {
  border-top: 1px solid #0f3ba9;
  border-bottom: 1px solid #0f3ba9;
  line-height: 130%;
  color: #0f3ba9;
  margin:0 auto 2rem;
  padding: 1rem;
}


.description {
  font-size: 16px;
}

.col-md-3 {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  flex: 0 0 30%;
  padding: 0;
  max-width: 30%;
}

.info-box {
  margin-bottom: 3rem;
}
.info {
  padding: 2rem;
  max-width: 100%;
}

#news{
  background: #fafafa;
}

#read_text {
  overflow-y: scroll;
  height: 150px;
  width: 100%;
}

#read_text p{
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 1rem 1rem 1rem 100px;
  position: relative;
  width: 100%;
}

#read_text p span {
  position: absolute;
  left: 0;
  top: 1rem;
}
}
