/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
}

.blog-header-logo {
  font-size: 2.25rem;
  text-decoration: none;
}

.blog-header-logo:hover {
  text-decoration: none;
}

#search_input {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding-right: 35px;
  width: 230px;
  height: 35px;
  padding-left: 8px;
  -webkit-transition: border ease-in-out .2s;
  transition: border ease-in-out .2s;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 18px;
}

a.search {
  margin: 0px -4px 0 0;
  position: absolute;
}

a.search svg {
  stroke: black;
  stroke-linecap: round;
  stroke-width: 0.21rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  font-family: 'Raleway', Arial, sans-serif;
    /*rtl:Amiri, Georgia, "Times New Roman", serif*/
  ;
}

p {
  font-size: 18px;
  color: #444;
}

h2 {
  font-weight: 500;
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 8px;
}

a {
  color: #086b9c;
}

img {
  max-width: 100%;
}

.display-4 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.navbar-nav:before,
.navbar-nav:after {
  display: table;
  content: " ";
}

.navbar-nav {
  border-top: 1px solid #a0a0a0;
  overflow: visible;
  width: 100%;
  display: flex !important;
  flex-direction: row !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between;
  position: relative;
  background: white;
  border-top: 1px solid #a0a0a0;
  margin: inherit !important;
}

.nav-item {
  height: 45px;
}

.navbar-light .navbar-nav .nav-link {
  color: #333333;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #808080;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

.banner {
  background-image: url("../img/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #181818;
  height: 360px;
}

.banner h1 {
  font-weight: 700;
}

.position-sticky h4 {
  font-weight: 700;
}

em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
}

.text-content {
  margin-top: -75px;
  background-color: white;
}

.menu_blue {
  background-color: #e8f0ff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu_blue_content {
  display: inline-block;
  font-size: 18px;
  width: 100%;
  padding: 35px;
}

.menu_blue .menu_blue_content .aside_row {
  color: #086b9c;
  float:left;
  display: block;
  text-decoration: underline;
  font-size: 18px;
}


.list-box, .about-section, .blog-footer {
  background-color: #f2f2f2;
}

.list-box_outer_container {
  position: relative;
}

.list-box .list-box_outer_container .list-box_inner_container{
padding: 35px 0 20px 0;
}

.list-box .list-box_outer_container .list-box_inner_container  p {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 18px;
  margin-left: 53px;
}

.list-box .list-box_outer_container .list-box_inner_container  p::before { -webkit-text-stroke: 1px; }

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

.blog-pagination>.btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}

.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */

footer img{
  /*vertical-align: top;*/
}

footer p{
  font-size: 0.9rem;
}

footer .footer-cef{
  text-align: left;
}

@media (min-width: 768px) {
footer .footer-cef{
  text-align: left;
}
}

.float-left{
  float:left;
}

.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

.signature-section{
  background-color: #76be2c;
  color:#fff;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: solid 5px #609a21;
}

.signature-section:hover{
  color:#fff;
  background-color: #609a21;
  display: flex;
  justify-content: space-between;
}

.signature-section .bi{
  color:#fff;
  display: inline;
  vertical-align: 0;
  font-size: 1.5rem;
  height: 10px;
}

.signature-section .bi::before{
  vertical-align: 0;
}