/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.layout_2 header {
  padding: 26px 0;
  /*background: #C5D7E4 url(../img/bg_worksafe_1.jpg) no-repeat center right;*/
  background: #FEF4F2 url(../img/l222.jpg) no-repeat center right;
}

.layout_2 header h1 {
  color: #446D8C;
}

.layout_2 header h2 {
  color: #446D8C;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .layout_2 header {
    background: #FEF4F2 url(../img/l222-small.jpg) no-repeat center right;
  }
  .layout_2 header h2 {
    font-size: 14px;
    font-size: 1.0rem;
  }
}

.pastille  {
	text-align: right;
	margin-bottom: 10px;
}

.pastille span {
	font-size: 14px;
	font-size: 1.0rem;
}

.mymsg {
  padding-top: 20px;
  text-align: center;
}
.mymsg h4 {
  font-weight: 400;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.mymsg h4 span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem;
}