/*
  by alantypoon 20181231
  for displacing the logo
*/



/*
  downwards menu
*/
.menu-main__list--lv1 {
  background-color: #002e6c;
}
.menu-main__link--lv1{
  color: white !important;
  text-transform: none;
  white-space: nowrap;
}

.menu-main__list--lv2{
  z-index: 99999;
}
li.menu-main__item{
  display: block !important;
  width: 100%;
}
.page-logo{
  /* padding-top: 8px; */
}
.page-head{
  margin-bottom: 0px;
}

.container-menu-main {
  position: relative;
  left: -15px;
  /*background-color: red;*/
}

.container-menu-main {
  margin-top: 14px;
}

@media screen and (max-width: 1199px){
  .container-menu-main {
      margin-top: 10px;
  }
}
@media screen and (max-width: 1031px){
  .page-content {
      margin-top: 10px;
  }
}
@media screen and (max-width: 767px){
  .page-content {
      margin-top: 0px;
  }
}

header .container .head-box__right-top{
  margin-right: 30px !important;
}

/* logo */
.page-logo__img {
  position: absolute;
  top: 4px;
  object-fit: unset;
  height: 4.875rem;
  width: auto;
}

@media screen and (max-width: 1199px) {
  /* line 60, sass/section/_header.scss */
  .page-logo__img {
    height: 3.75rem;
  }
}
@media screen and (max-width: 1031px) {
  /* line 60, sass/section/_header.scss */
  .page-logo__img {
    height: 4.25rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 60, sass/section/_header.scss */
  .div-page-logo{
    width: 100px;
    height: 2.875rem;
  }
  .page-logo__img {
    height: 2.875rem;
  }
}
@media screen and (max-width: 400px){
  .div-page-logo{
    width: 100px;
    height: 2.875rem;
  }
  .page-logo__img {
    height: 2.875rem;
  object-fit: cover;
  object-position: 0px 0px;
  width: 185px;
  }
}

/* 4 BOXES */

.div_box{
	width: calc(50% - 0px);
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.div_box:nth-child(2n+1){
	margin-left: 0px;
}
.div_box:nth-child(2n){
	margin-right: 0px;
}
.div_box img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}


.div_box .card--hl{
	width: calc(100% - 0px);
}

.div_box:nth-child(2n+1) .card__media
{
    margin-right: 10px;
}
.div_box:nth-child(2n) .card__media
{
    margin-left: 10px;
}
.div_box .placeholder--hl
{
	padding-top: 32%;
}
/* mobile portrait only*/
@media (max-width:767px){
	.div_box{
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.div_box:nth-child(2n+1) .card__media
	{
    	margin-right: 0px;
	}
	.div_box:nth-child(2n) .card__media
	{
    	margin-left: 0px;
	}
	.div_box img {
    	width: 100%;
    	height: 100%;
	}
}

.section-menu{
	display:none;
}

.div-box-group{
	margin-top: 20px;
}

/* wider-menubar */
.menu-main.js-menu{
	margin-top:10px;
	height: 40px;
}
.div-wider-menubar{
	position: absolute;
	left: 0px;
	width:100%;
	background-color: #002e6c;
	height: 46px;
	z-index:-1;
	top: 95px;
}
@media screen and (max-width: 1439px){
	.div-wider-menubar{
		top: 90px;
	}
}
@media screen and (max-width: 1199px){
	.div-wider-menubar{
		top: 78px;
	}
}
@media screen and (max-width: 1031px){
	.menu-main.js-menu{
		height: 36px;
	}
	.div-wider-menubar{
		top: 78px;
	}
}

.tbl-enrichment img{
  width: 100%;
}

table {
     margin-bottom: 10px;
}
 table td {
     padding: 10px 20px;
     font-size: 15px;
     color: #515151;
}
 table th {
     padding: 10px 20px;
     font-size: 16px;
     color: #666;
     background-color: #b4b4b4;
     font-weight: normal;
     text-align: left;
}
 table.styled {
     border: none;
}
 table.styled td {
     background-color: #f9f9f9;
     border: none;
     border-bottom: 1px solid #f2f2f2;
}
 table.styled th {
     color: #004c6d;
     background-color: #e8fbff;
     border: 0;
     /* border-bottom: 1px solid #f2f2f2; */
     text-align: center !important;
     /*cursor: pointer;*/
}
 table.styled th:hover {
     /*background: #D8F7FF;*/
}
 table thead th {
     background: #e8fbff;
     color: #004c6d;
}


.styled .bg_title {
    position: relative;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #47bfce), color-stop(100%, #429da9));
    background: -webkit-linear-gradient(#47bfce, #429da9);
    background: -moz-linear-gradient(#47bfce, #429da9);
    background: -o-linear-gradient(#47bfce, #429da9);
    -pie-background: linear-gradient(#47bfce, #429da9);
    background: linear-gradient(#47bfce, #429da9);
    background-color: #429da9;
    font-size: 19px;
    font-weight: bold;
    color: white;
    padding-left: 20px;
    line-height: 40px;
    margin-bottom: 0;
    text-align: left !important;
}

._pdf, .pdf, table .pdf, .tab-body .outline a, .curr-list .pdf, .curr-list .syll a, .event-list .doc {
     background: url(../img/icon-pdf.png) center center no-repeat;
     text-indent: -9999px;
     overflow: hidden;
     display: block;
}
.curr-list .syll a {
    background-position: right center;
    padding-right: 28px;
    display: inline;
}

.syll{
	text-align:center !important;
}
.styled td {
    font-size: 15px;
    border: 1px solid #d2d2d2 !important;
}


.contact-acdn__item--address:before {
  content: '\e820';
}
.contact-acdn__item--facebook:before {
  content: '\f09a';
}
.newtable {
    width: 100% !important;
}
.newtable tr th:nth-child(1),
.newtable tr td:nth-child(1)
{
    width: auto !important;
}

.evt__body .div_box{
	width: 100%;
}
.evt__body .div_box .placeholder--hl {
	padding-top: 64.81481481%;
}
.evt__body .div_box:nth-child(2n) {
	margin-left: 25px;
}
.evt__body .div_box:nth-child(2n+1) {
	margin-left: 5px;
}
