section#hdr {
  text-align: center;
  background-color: #F1F1F1;
}

section#hdr h1.font-weight-bold {
    font-size: 1.1rem;
}

@media (min-width: 576px) { 
section#hdr h1.font-weight-bold {
    font-size: 1.8rem;
}}
	
@media (min-width: 768px) {
section#hdr h1.font-weight-bold {
font-size: 1.4rem;
}}

@media (min-width: 992px) {
  section#hdr h1.font-weight-bold {
    font-size: 2rem;
}}

button#modal-buttton {
    border: 2px solid;
}

img.ContentImageFloatLeft {
    width: 35%;
    float: left;
    padding: 0 30px 10px 0;
    max-width: 500px;
}

@media only screen and (max-width: 768px) {
img.ContentImageFloatLeft {
    width: 100%;
    float: none;
    padding: 0 0px 30px 0;
    max-width: 100%;
}

}

.IntroText {color: #02554c; font-weight: bold;}


p {
  font-size: 18px;
}
.icon {
  border: 5px solid #C77203;
  border-radius: 50%;
  position: relative;
  width: 70px;
  height: 70px;
  text-align: center;
  margin: 0px auto;
}
.icon i {
  color: #C77203;
  line-height: 65px;
  font-size: 2.2rem;
}
section#newsletter {
    margin-bottom: 5em;
}
.row.newsletter {
  background-color: #F1F1F1;
}
input#email {
  width: 75%;
  border: 1px solid #223C83;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 0 10px 25px;
}
input[type="submit"] {
  background-color: #C77203;
  width: 24%;
  color: #ffffff;
  border: 1px solid #C77203;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: none;
  border-bottom-left-radius: none;
  margin-left: -4px;
  padding: 10px 0;
}

a.btn-bo {
    background-color: #c77204;
    border: solid 1px #c77204;
    color: #fff;
    padding: 10px 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-bo:hover {
    background-color: #fff;
    border: solid 1px #c77204;
    color: #c77204;
    padding: 10px 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.socialicons {
    font-size: 1.5rem;
    padding: 15px 0 0 0;
}

h3.font-weight-bold.borange.text-uppercase.mt-md-3 {
    margin-top: 0px !important;
}

.row.singlearticle {
    min-height: 279px;
}
 
.bblue {
  color: #366FC0;
}
.borange {
  color: #C77203
}
section#about .container {
    border-top: 3px solid #F1F1F1;
 }

.wt600 {font-weight: 600;}
/* responsive */
// Small devices
@media (max-width: 575px) {
  .newsletter .col-sm-4, .newsletter .col-sm-8 {
    padding: 20px 20px;
  }
  .row.newsletter {
    margin: 0px;
  }
  input#email {
    width: 69%;
  }
  input[type="submit"] {
    width: 30%;
  }
  button.btn.btn-bo {
    padding: 20px;
  }
	
	section#hdr h1 {
    font-size: 1.2rem;
    line-height: 1.5em;
}
}
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
  #newsletter {
    padding: 30px;
  }
  #newsletter .col-sm-4, #newsletter .col-sm-8 {
    padding: 0 20px;
  }
}
 

@media only screen and (max-width: 360px) {
.navbar-brand img { height: 40px;}
}

section ul {
    padding: 0 0 0 40px;
    margin-bottom: 20px;
}

section ul li {
    font-size: 18px;
	list-style: disc;
    list-style-type: disc;
}



