@charset "utf-8";
@media screen and (max-width: 1779.98px) {  
  #mainNav > ul > li > a {
    padding: 0 13px;
  }
  #mainNav { margin-right: -13px;}
  #topNav > ul > li {
    margin: 0 7px;
  }
}
@media screen and (max-width: 1679.98px) {
  #topNav > ul > li:first-child{ margin-left: 0; }
  #maritimeWrap{
    gap: 40px;
  }  
}
@media screen and (min-width: 1500px) {
  html{ overflow: auto!important; overflow-x: hidden!important;}
  #mobileBgLayer, #mobileNavWrap, .showMMenu #mobileNavWrap{
    display: none;
  } 
}
/*mobile view starts*/
@media screen and (max-width: 1499.98px) {
  :root{
    --content-top-padding: 60px; 
    --page-header-height: 80px;   
  }  
  #mmenuCtrl:hover span,
  #mmenuCtrl:hover a:before,
  #mmenuCtrl:hover a:after,
  #mmenuCtrl.focus span,
  #mmenuCtrl.focus a:before,
  #mmenuCtrl.focus a:after {
    width: 75%;
  }
  #topNav, #mainNavWrap, #toolShare{
    display: none;
  }
  #homeTabMenu{ margin-top: 0;}
  #siteTools{ margin: 0;}
  #mmenuCtrl {
    display: flex;
    align-items: center;
    height: 80px;
  } 
  #secTitle {
/*    max-width: 440px;*/
  }
  #leftNavWrap{ display: none;}
  #contentWrap.hasLeftNav .container{ display:block; }
  #contentWrap{ padding-bottom: 60px; }
  #mainContent {
    width: 100%;
    padding: 0;
  }  
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {

}
@media screen and (min-width: 1380px) {
  #secTitle {
    font-size: clamp(2.25rem, 5vw + 1rem, 3.333rem);
  }
}

@media screen and (min-width: 1180px) and (max-width: 1479.98px){
  #secTitle {
    font-size: clamp(2.25rem, 1vw + 1.5rem, 3rem);
  }
}
@media screen and (min-width: 1180px) {
  #setTitleWrap_m{ display:none; }
  #setTitleWrap{
    display: flex;
    align-items: center;
    padding: 0 0 60px 40px;
    flex: 1;
  }  
  #secTitle {      
    text-shadow: 2px 2px 30px rgba(0,0,0,.3);    
  }
  #sectionBanner{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  #sectionBanner .mask{  
    z-index: 300;  
    right: 0;
    bottom: 0;
    width: 65%;
    line-height: 0;
    aspect-ratio: 1366/388;
    -webkit-mask-image: url(../images/inside/inside-visual-mask.svg);
    mask-image: url(../images/inside/inside-visual-mask.svg);
    -webkit-mask-size: auto auto;
    mask-size: auto auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom right;
    mask-position: bottom right;   
  }
  #formsFilter .select-wrap{
    margin-right: 20px;
  }
}
@media screen and (max-width: 1179.98px) {
  #sectionBanner_m{
    display: block;
  }
  #setTitleWrap{ display: none; }
  #setTitleWrap_m{
    background-color: #f7f8f8;
    padding: var(--layout-padding);
  }
  #secTitle_m {
    font-size: 2.444em;
    font-size: clamp(2rem, 1vw + 1.5rem, 2.22rem);
    color: var(--main-color);
    max-width: inherit;
  }
  #insideVisualWrap{ aspect-ratio: auto;}
  #insideVisualWrap #curve2{ display: none;}
  #insideWave > div{ height: 150px;}

  /*form filters on mobile*/
  #formsFilter{ display: block;}  
  #formsFilter .select-wrap{ margin-bottom: 20px;}
  .sdPopupWrap{
    max-width: 800px;
  }  
}  
@media screen and (max-width: 1099.98px) {
  .page-filter-wrap {
    margin-left: 30px;
  }
  #footerMain {
    display: block;
    padding: 10px 20px 30px;
  }
  #footerRight {
    text-align: left;
    padding: 0;
  }
}

/* Large devices (Desktops, 995px and up) */
@media screen and (min-width: 992px) {
/*  #homeTabsWrap .swiper-slide-active { margin:0 10px; }*/
  .tab-container .tab-menu{ height: inherit!important;}
  .tab-container .tab-menu .tabCtrls .tab-item.mobileSelected {
    display: none;
  }

  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) {
    display: block!important;
  }

  /* .tab-container .tab-menu .tabCtrls .tab-item {
    margin-right: 2px;
  }

  .tab-container .tab-menu .tabCtrls .tab-item:last-child {
    margin-right: 0;
  } */

  .tab-container .tab-menu .tabCtrls .tab-item a {
    text-decoration: none;
    border: 1px solid var(--blue-light);
    font-size: 1.333em;
    color: var(--main-color);
  }

  .tab-container .tab-menu .tabCtrls .tab-item.selected a,
  .tab-container .tab-menu .tabCtrls .tab-item.selected a.focus,
  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
  }

  .tab-container .tab-menu .tabCtrls .tab-item.selected a:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 12px solid var(--main-color);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    z-index: 50;
    margin-left: -6px;
    transition: transform 0.3s ease 0s;
  }
  #content .flexbox.col-3 .item{
    width: calc((100% - 40px) / 3);
  }
  #content ul.flexbox.col-4{ column-gap: 0; }
  ul.flexbox.col-4 > li{
    width: calc((100% - 96px) / 4);
  }  
  #formsFilter + .accordion-wrap{
    margin-top: -50px;
  }
  #form-search-input{ width: 130px;}
  #submissionForm + p.mandatory{ 
    text-align: right;
    margin-top: -54px;
  }
  .mdForm .formBtns{
    padding: 40px 0 0 40%;
  }

  #orgChartWrap .primaryWrap {
    text-align: center;
  }

  #orgChartWrap .secondaryWrap {
    display: flex;
    flex-wrap: nowrap;
  }

  #orgChartWrap .secondaryWrap>.itemWrap {
    padding: 20px 0 0;
    width: 50%;
  }
  #orgChartWrap .primaryWrap>.itemWrap {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    /* padding: 20px 0 0; */
  }
  #orgChartWrap .secondaryWrap>.itemWrap>.item{
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }

  #orgChartWrap .secondaryWrap:before {
    left: 50%;
    top: 0;
    width: 2px;
    height: 20px;
  }

  #orgChartWrap .secondaryWrap>.itemWrap:before {
    height: 20px;
    left: 50%;
    width: 2px;
    top: 0;
  }

  #orgChartWrap .secondaryWrap>.itemWrap:after {
    width: 50%;
    height: 2px;
    top: 0;
  }

  #orgChartWrap .secondaryWrap>.itemWrap+.itemWrap:not(:last-of-type):after {
    width: 100%;
    left: 0;
  }

  #orgChartWrap .secondaryWrap>.itemWrap:last-of-type:not(:only-of-type):after {
    width: 50%;
    left: 0;
  }

  #orgChartWrap .secondaryWrap>.itemWrap:first-of-type:not(:only-of-type):after {
    left: 50%;
  }
  #orgChartWrap .secondaryWrap>.itemWrap>.childItemWrap:before{
    left: 50%;
    top: 0;
    width: 2px;
    height: 20px;
  }
  #orgChartWrap .secondaryWrap>.itemWrap>.childItemWrap:after{
    width: 50%;
    height: 2px;
    top: 18px;
  }
  #orgChartWrap .childItemWrap{
    padding-top: 20px;
  }

  /*MAI Orgchart*/
  #MIAOrgChartWrap .firstWrap, #MIAOrgChartWrap .secondWrap {
    text-align: center;
  }
  #MIAOrgChartWrap .thirdWrap{
    position: relative;
    padding-top: 20px;
  }
  #MIAOrgChartWrap .thirdWrap > .itemWrap:nth-child(1), #MIAOrgChartWrap .thirdWrap > .itemWrap:nth-child(2), #MIAOrgChartWrap .thirdWrap > .itemWrap:nth-child(4), #MIAOrgChartWrap .thirdWrap > .itemWrap:nth-child(5){
    position: absolute;
    width: calc((100% - 40px)*0.17);
  }
  #MIAOrgChartWrap .thirdWrap > .itemWrap:nth-child(2){
    left: calc((100% - 40px)*0.17 + 10px);
  }
  #MIAOrgChartWrap .thirdWrap > .itemWrap:nth-child(4){
    right: calc((100% - 40px)*0.17 + 10px);
  }
  #MIAOrgChartWrap .thirdWrap > .itemWrap:nth-child(5){
    right: 0;
  }
  #MIAOrgChartWrap .fourthWrap, #MIAOrgChartWrap .fifthWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 10px;
    padding-top: 20px;
  }

  #MIAOrgChartWrap .firstWrap>.itemWrap, #MIAOrgChartWrap .secondWrap>.itemWrap {
    width: 50%;
    display: inline-block;
    max-width: 400px;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap, #MIAOrgChartWrap .fourthWrap>.itemWrap, #MIAOrgChartWrap .fifthWrap>.itemWrap {
    padding: 20px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap{ width: 17%;}
  #MIAOrgChartWrap .thirdWrap>.itemWrap .pos{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
  }
  #MIAOrgChartWrap .fourthWrap>.itemWrap{
    width: 25%;
    max-width: 300px;
  }
  #MIAOrgChartWrap .fifthWrap>.itemWrap{
    width: 28%;
  }
  #MIAOrgChartWrap .thirdWrap>#multiDivision{
    /* width: 32%; */
    width: 100%;
    text-align: center;
  }
  #MIAOrgChartWrap .thirdWrap>#multiDivision #multiDivisionSub{
    width: calc((100% - 40px)*0.32);
    margin: 0 auto;
    position: relative;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap>.item, #MIAOrgChartWrap .thirdWrap .itemWrap .childItem{
    margin: 0 auto;
    text-align: center;
  }
  #MIAOrgChartWrap .fourthWrap .itemWrap .item, #MIAOrgChartWrap .fourthWrap .itemWrap .item .details, #MIAOrgChartWrap .fifthWrap .itemWrap .item, #MIAOrgChartWrap .fifthWrap .itemWrap .item .details{
    height: 100%;
    text-align: center;
  }
  #MIAOrgChartWrap .secondWrap>.itemWrap:before, #MIAOrgChartWrap .thirdWrap>.itemWrap:before {
    height: 20px;
    left: 50%;
    width: 2px;
    top: 0;
  }
  #MIAOrgChartWrap .secondWrap>.itemWrap:after{
    height: 20px;
    left: 50%;
    width: 2px;
    top: 100%;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap:after, #MIAOrgChartWrap .fourthWrap>.itemWrap:before{
    width: calc(50% + 10px);
    height: 2px;
    top: 0;
  }
  #MIAOrgChartWrap .fourthWrap>.itemWrap:after{
    width: calc(50% + 10px);
    height: 2px;
    top: calc(100% + 20px);
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap+.itemWrap:not(:last-of-type):after, #MIAOrgChartWrap .fourthWrap>.itemWrap+.itemWrap:not(:last-of-type):before,
  #MIAOrgChartWrap .fourthWrap>.itemWrap+.itemWrap:not(:last-of-type):after {
    width: calc(100% + 10px);
    left: 0;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap+.itemWrap:nth-child(4):after{
    left: -10px;
    width: calc(100% + 20px);
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap:last-of-type:not(:only-of-type):after{
    width: 50%;
    left: 0;
  } 
  #MIAOrgChartWrap .fourthWrap>.itemWrap:last-of-type:not(:only-of-type):before,
  #MIAOrgChartWrap .fourthWrap>.itemWrap:last-of-type:not(:only-of-type):after{
    width: 50%;
    left: 1px;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap:first-of-type:not(:only-of-type):after,
  #MIAOrgChartWrap .fourthWrap>.itemWrap:first-of-type:not(:only-of-type):before,
  #MIAOrgChartWrap .fourthWrap>.itemWrap:first-of-type:not(:only-of-type):after {
    left: 50%;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap .childItem:before,
  #MIAOrgChartWrap .fifthWrap>.itemWrap:before{
    height: 20px;
    left: 50%;
    width: 2px;
    top: 0;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap#multiDivision:after{
    display: none;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap#multiDivision #multiDivisionSub:after{
    content: '';
    position: absolute;
    background-color: rgba(0,56,126,.2);
    top: -20px;
    left: 0;
    width: 100%;
    height: 2px;
  }
  #MIAOrgChartWrap .fourthWrap>.itemWrap .item:after{
    height: 20px;
    left: 50%;
    width: 2px;
    top: -20px;
  }
  #MIAOrgChartWrap .fourthWrap>.itemWrap .item:before{
    height: 20px;
    left: 50%;
    width: 2px;
    top: 100%;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap .childItem:after{
    height: 20px;
    left: 50%;
    width: 2px;
    top: 100%;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap .childItem:last-child:before{
    display: none;
  }
  #formsFilter .filters-wrap{ 
    border-top-left-radius: var(--border-radius); 
    border-bottom-left-radius: var(--border-radius);  
  }
  #formsFilter .select-wrap{
    width: 400px;
  }
  #reportTable .downloads{
    justify-content: center;
  }
  #reportTable .downloads > div > a.iconLink{ white-space:nowrap; }
  #reportTable .downloads > div{ padding:0 3px; }
  #reportTable thead th:last-child{ width:20%; }
  #publicFormsWrap .legend-icons{
    position: sticky;
    top: calc(var(--page-header-height) + 125px);
    z-index: 999;
    padding: 0 0 30px;
  }
  #stickFormTop{
    position: sticky;
    top: var(--page-header-height);
    z-index: 1000;
    padding-top: 30px;
    padding-bottom:30px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1178.98px) {
  #publicFormsWrap .legend-icons{
    position: sticky;
    top: calc(var(--page-header-height) + 195px);
    z-index: 999;
  }
}
/* Medium devices (Tablets, less than 992px) */
@media screen and (max-width: 991.98px) {
  :root {
    --layout-padding: 20px;
  } 
  /* .container{ padding: 0 20px;} */
	.hidden_m{ display: none;}
  .display-m{ display:block;}
  #publicFormsWrap .legend-icons{
    position: sticky;
    top: var(--page-header-height);
    z-index: 999;
  }
  /* #mainNav, #leftNavWrap, #toolShare{
    display: none;
  }

  #toolLangs.active .subnav,
  #toolShare.active .subnav {
    transform: translate(-50%, -10px);
  }
  #toolSearch.active .searchForm {
    opacity: 1;
    transform: translateY(0px);
  } */ 
  
  .tab-container .tab-menu {
    max-width: 460px;
    margin: 0 auto 30px;
  }

  .tab-container .tab-menu .tabCtrls {
    flex-wrap: wrap;
  }

  .tab-container .tab-menu .tabCtrls .tab-item {
    width: 100%;
    flex: 1 1 100%;
    min-height: 44px;
  }

  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) {
    min-height: 0;
    display: none;
  }

  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    background-color: #f4f4f4;
  }

  .tab-container .tab-menu .tabCtrls .tab-item.mobileSelected a:before {
    background-color: #f4d628;
  }

  .photosWrap .photoItem {
    width: calc((99.99% - 60px)/3);
  } 
  #content .flexbox.col-3 .item{
    width: calc((100% - 40px) / 2);
  }
  ul.flexbox.col-4 > li{
    width: calc((100% - 112px) / 3);
  }
  /*transform table*/
  #content table.transform-table thead th, #content table.transform-table tbody th{
		display: none;
	}
	#content table.transform-table tr td{
		display: block;
		width: 100%;
		text-align: left;
		padding-top: 0;
		padding-bottom: 5px;
/*		position: relative;*/
	}
  #content table.transform-table tr td[data-label]:before{
		content: attr(data-label)' :';
		display: inline-block;
		padding-right: 10px;
    font-weight: 700;
    font-size: 1.11em;
	}
	#content #servicesTable tr td:first-child{
		font-weight: 700;
		font-size: 1.11em;
		text-decoration: underline;
	}
	#content #servicesTable tr td[data-label]:first-child:before{
		display: none;
	}
  #content table.transform-table tr td:first-child{
		padding-top: 10px;
	}
	#content table.transform-table tr td:last-child{
		padding-bottom: 10px;
	}
  #newsFilter, #reportFilters{ justify-content: left; flex-wrap: wrap;}
  #reportFilters .btn-filter{ margin-left: 0;}
  #reportFilters.filter-wrap .filter-item{ 
    width: 100%;
  }
  #reportFilters.filter-wrap .select-filter{ width: 100%;}
  #reportFilters.filter-wrap .custom-select{ width: 100%;}
  .filter-wrap .filter-item{ margin-left: 0; }
  #reportTable .downloads >div{ text-align: left; margin-right: 5px;}
  .pagination .mobilePagin{
    display: inline-flex;
    align-items: center;
  }

  .pagination .mobilePagin .custom-select{
    background-color: #e8e8e8;
  }
  .pagination .mobilePagin .txt{
    padding: 0 0 0 5px;
  }
  .pagination .mobilePagin .txt span{
    font-weight: 700;
  }
  .pageNav a:not(.arrow), .pageNav > span{
    display: none;
  }
  .page-filter-wrap{ margin-left: 20px; }
  .page-filter-wrap label{ line-height: 38px; }
  .mobilePagin .select-selected {
    line-height: 26px;
  }
  .pagination .page-filter-wrap{
    display: none;
  }
  .pagination .page-filter-wrap-m{
    display: inline-flex;
  }
  .miniBanner{
    display: block;
    padding-bottom: 30px;
  }
  .miniBanner .photosSlider{ width: 100%; margin-bottom: 20px;}
  .miniBanner .photosSlider .photoslider-wrap .swiper-slide a > span.img{ aspect-ratio: 2/1;}
  .videoBox .caption{ max-height: inherit;}
  #formsFilter .filters-wrap{         
    background: var(--bgcolor-grey);
    margin-top: 10px;
  }
  #formsFilter + .accordion-wrap .accordCtrls{
    text-align: left;
  }
  #formsFilter .filter-input{ padding: 10px 0;}
  #btn-form-search{ border-radius: 10px;}
  .form-submit-steps{ flex-wrap: wrap;}
  .form-submit-steps > div.step, .form-submit-steps > div.sep{ width: 100%; display: block; padding: 5px 0;}
  .form-submit-steps > div.sep:before{
    width: 100%;
    height: 1px;
  }
  .mdForm .formItem, #cat_org_input{ display: block!important;}
  .mdForm .formItem .title{ width: 100% ; text-align: left;}
  #orgChartWrap .secondaryWrap {
    padding-top: 0;
    padding-left: 20px;
  }

  #orgChartWrap .secondaryWrap>.itemWrap {
    padding: 15px 0 0 20px;
  }
  #orgChartWrap .secondaryWrap > .itemWrap > .item{ padding: 15px;}
  #orgChartWrap .childItemWrap .childItem .pos, #orgChartWrap .childItemWrap .childItem .details{ padding: 10px 15px;}
  #orgChartWrap .secondaryWrap>.itemWrap>.item:after {
    width: 20px;
    height: 2px;
    left: -20px;
    top: 50%;
  }

  #orgChartWrap .secondaryWrap>.itemWrap:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 2px;
  }

  #orgChartWrap .secondaryWrap>.itemWrap:last-of-type:not(:only-of-type)>.item:before {
    height: calc(50% + 15px);
    left: -20px;
    top: -15px;
    width: 2px;
  }
  #orgChartWrap .childItemWrap{ margin-left: 20px;}
  #orgChartWrap .secondaryWrap > .itemWrap > .childItemWrap > .childItem::after{
    width: 20px;
  }
  #orgChartWrap .childItemWrap .childItem{
    padding: 15px 0 0 20px;
  }

  /*MAI Orgchart*/
  #MIAOrgChartWrap .secondWrap {
    padding-top: 0;
    padding-left: 13px;
  }

  #MIAOrgChartWrap .secondWrap>.itemWrap {
    padding: 15px 0 0 12px;
  }
  #MIAOrgChartWrap .secondWrap > .itemWrap > .item{ padding: 15px;}
  #MIAOrgChartWrap .childItemWrap .childItem .pos, #MIAOrgChartWrap .childItemWrap .childItem .details{ padding: 10px 15px;}
  #MIAOrgChartWrap .secondWrap>.itemWrap>.item:after {
    width: 12px;
    height: 2px;
    left: -11px;
    top: 50%;
  }

  #MIAOrgChartWrap .secondWrap>.itemWrap:after {
    height: calc(50% + 10px);
    left: 0;
    top: 0;
    width: 2px;
  }
  #MIAOrgChartWrap .thirdWrap{
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #MIAOrgChartWrap .thirdWrap .itemWrap:nth-child(3){ order: 5;}
  #MIAOrgChartWrap .fourthWrap{
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
  }
  #MIAOrgChartWrap .fifthWrap{
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap:after {
    height: 100%;
    left: 12px;
    top: 0;
    width: 2px;
  }
  #MIAOrgChartWrap .thirdWrap > .itemWrap:nth-child(3):after{
    display: none;
  }
  #MIAOrgChartWrap .thirdWrap > .itemWrap:nth-child(3)>#multiDivisionSub>.item:before {
    content: '';
    position: absolute;
    background-color: rgba(0,56,126,.2);
    height: calc(50% + 16px);
    left: -13px;
    top: -15px;
    width: 2px;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap:nth-child(3)>#multiDivisionSub>.item:after{
    content: '';
    position: absolute;
    background-color: rgba(0,56,126,.2);
    width: 13px;
    height: 2px;
    top: 50%;
    left: -12px;
  }
  #MIAOrgChartWrap .thirdWrap .itemWrap, #MIAOrgChartWrap .fourthWrap .itemWrap, #MIAOrgChartWrap .fifthWrap .itemWrap{
    padding: 15px 0 0 25px;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap:before{
    width: 13px;
    height: 2px;
    top: 50%;
    left: 12px;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap:nth-child(3):before{
    display: none;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap:nth-child(3) #multiDivisionSub > .item:after{
    width: 13px;
    height: 2px;
    top: 50%;
    left: -12px;
  }
  #MIAOrgChartWrap .thirdWrap .itemWrap .childItem{
    padding-left: 25px;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap .childItem.head:before{
    height: 50%;
    left: 12px;
    top: 0;
    width: 2px;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap .childItem.head:after{
    width: 13px;
    height: 2px;
    top: 50%;
    left: 12px;
  }
  #MIAOrgChartWrap .thirdWrap>.itemWrap .childItem.subhead:after{
    width: 2px;
    height: 20px;
    top: 0;
    left: 50%;
  }
  #MIAOrgChartWrap .fourthWrap>.itemWrap:after {
    height: 100%;
    left: 12px;
    top: 0;
    width: 2px;
  }
  #MIAOrgChartWrap .fourthWrap>.itemWrap:before{
    width: 13px;
    height: 2px;
    top: 50%;
    left: 12px;
  }
  #MIAOrgChartWrap .fourthWrap .itemWrap:last-child:after {
    height: 50%;
  }
  #MIAOrgChartWrap .fourthWrap>.itemWrap .item:before{
    width: 13px;
    height: 2px;
    top: 50%;
    right: -12px;
  }
  #MIAOrgChartWrap .fourthWrap>.itemWrap .item:after{
    height: calc(100% + 15px);
    right: -12px;
    top: 0;
    width: 2px;
  }
  #MIAOrgChartWrap .fourthWrap>.itemWrap:first-child .item:after{
    height: calc(50% + 15px);
    top: 50%;
  }
  #MIAOrgChartWrap .fourthWrap>.itemWrap:last-child .item:after{
    height: calc(50%);
  }
  #MIAOrgChartWrap .fourthWrap:before{
    height: 2px;
    right: 0;
    top: 50%;
    width: 13px;
  }
  #MIAOrgChartWrap .fourthWrap:after{
    height: 50%;
    right: 0;
    top: 50%;
    width: 2px;
  }
  #MIAOrgChartWrap .fifthWrap>.itemWrap:after {
    height: 100%;
    right: -12px;
    top: 0;
    width: 2px;
  }
  #MIAOrgChartWrap .fifthWrap>.itemWrap:before{
    width: 13px;
    height: 2px;
    top: 50%;
    right: -12px;
  }
  #MIAOrgChartWrap .fifthWrap .itemWrap:first-child:after {
    height: 50%;
    top: 50%;
  }
  #MIAOrgChartWrap .fifthWrap .itemWrap:last-child:after {
    height: 50%;
  }
  #MIAOrgChartWrap .fifthWrap:before{
    height: 2px;
    right: 0;
    top: 50%;
    width: 13px;
  }
  #MIAOrgChartWrap .fifthWrap:after{
    height: 50%;
    right: 0;
    top: 0;
    width: 2px;
  }
  .picWithTextGrid{
    grid-template-areas: 
    'textArea'  
    'picArea';
  }
  .picWithTextGrid .picWrap .picRow span{
    width: calc((100% - 20px) / 3);
  }
  .directoryBlk{ display:block; }
  .directoryBlk > div{ padding: 15px 0 0;}  
  .directoryBlk > div.contact{ padding-bottom:15px; }
  #formsFilter .filters-wrap{ display: block;}
  #formsFilter .filters-wrap{ 
    border-radius: var(--border-radius);  
  } 
  #formsFilter .filter-input label{ border: none;}
  .sdPopupWrap{
    left: 0;
    transform: none;
    max-width: 600px;
  }
  .submitMethods, .acceptedMethods .methods{
    margin-top: 5px;
    justify-content: left;
  }
  .submitMethods > div, .publicForms .enquiry > button{
    width: 44px;
    height: 44px;
  }
  .publicForms .enquiry .popupWrap{
    left: 0;
    transform: translateX(0);
  }
  .publicForms .enquiry{ margin-top:5px; }
  #popupWrap{ height:70%; }
  #popupMain{ height:calc(100% - 60px); }  
}

/*Between Tablets and Mobile */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
}

@media screen and (min-width: 768px) {
  #content .flexbox.col-2 .item{
    width: calc((100% - 20px) / 2);	
  }
  
}

/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) {
  :root {
    --swiper-arrow-size: max(40px, 5vw +  1rem);
    --content-top-padding: 40px;
    --menu-width: 320px;
    --anim-speech-base: 8s;
  }  
  /****** common starts******/
  
  body {
    font-size: 16px;
  }
  #mobileMenu {
    font-size: 1em;
  }
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li > .subnav > ul > li > a{
    padding: 12px 40px 12px 58px;
  }
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li > .subnav > ul > li > a:before{
    left: 48px;
  }
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li > .subnav > ul > li > .subnav > ul > li > a{
    padding: 10px 40px 10px 64px;
  }
  #mmenuCtrl a:before{
    width: 30%;
  }
  #mmenuCtrl a:after{
    width: 50%;
  }
  #siteTools{ margin: 0;}
  #logoWrap{ display: flex; align-items: center;}
  #mmenuCtrl{
    margin-left: 10px;
    padding-left: 0;
  }
  #mmenuCtrl a {
    width: calc(var(--mmenuctrl-size)*3/4);    
  }
  #mainNav_m > ul > li > a{
    padding: 15px 50px 15px 20px;
  }
  #mainNav_m > ul > li.hasSubnav > button:before {
    height: 14px;
    width: 14px;    
  }
  #mainNav_m .hasSubnav > button {
    top: 1px;
  }
  #mainNav_m > ul > li.hasSubnav.active > button {
    top: 9px;
  }
  #mainNav_m > ul > li > .subnav > ul > li > a{ padding: 15px 50px 15px 34px; }
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li.hasSubnav > button:before {
    height: 20px;
    width: 2px;
    margin-top: -10px;
  }
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li.hasSubnav > button:after {
    height: 2px;
    width: 20px;
    margin-left: -10px;
  }
  #mainNav_m > ul > li > .subnav > ul > li > a > span:before{
    left: -14px;
    top: 8px;
  }
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li > a{
    padding: 15px 40px 15px 48px;
  }
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li > a:before{
    top: 1.375em;
    left: 34px;
  }
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li > ul > li > a{
    padding: 15px 20px 15px 60px;
  }
  #mainNav_m > ul > li > .subnav > ul > li > .subnav > ul > li > ul > li > a:before{
    left: 48px;
    top: 1.1em; 
  }
  #mainNav_m > ul > li.hasSubnav > .subnav > ul > li.hasSubnav > button{ top: 3px;}
	#mobileMenu .shareWrap{ padding:20px 15px; }
  #breadcrumb > ul > li{ display: block; margin-bottom: 5px;}
  h1#pageTitle {
    font-size: 1.625em;
  }
  #content h1 {
    font-size: 1.625em;
  }

  #content h2 {
    font-size: 1.5em;
  }

  #content h3 {
    font-size: 1.313em;
  }

  #content h4 {
    font-size: 1.250em;
  }
  #insideWave > div{ height: 100px;}
  /****** common ends******/
  /****** content starts******/
  table th.date{ width: 140px;}
  .f-left-img,
  .f-right-img {
    float: none;
    margin: 0 auto 15px;
    max-width: 360px;
  }
  .swiper-wrap .swiper-arrow span {
    width: 14px;
    height: 14px;
  }
  #content .flexbox.col-2 .item, #content .flexbox.col-3 .item{
    width: 100%;
  }
  #content .imgCols-grid, #content .imgCols-grid.col2{
    grid-template-columns: 1fr;
  }
  #content ul.flexbox.col-4 > li{
    width: calc((100% - 68px) / 2);
  }
  #content ul.flexbox.col-2 > li{
    width: 100%;
  }
  .section-index-list > div{
    width: 100%;    
  }
  .time-table > .date{ padding-left: 30px;}
  .time-table > .time > div{ padding-left: 20px;}
  .picRow span{
    width: calc((100% - 10px) / 2);
  }
  #maritimeWrap{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  #maritimeWrap .item .issue-detail{
    padding: 10px 15px;
  }
  .time-table > .time{ display: block;}
  .mdForm .formBtns .btnWrap button > span{
    padding: 0 20px 0 0;
  }
  .mdForm .formBtns .btnWrap button > span:before{
    right: 10px;
  }  
  .sdPopupWrap{
    max-width: 480px;
  }
  #toolSearch .searchForm{ width:280px; }
  .acceptedMethods .methods{
    position: relative;
  }
  .acceptedMethods .methods > div{ position: static; }
  #stickFormTop{ position:relative; }
  #publicFormsWrap .legend-icons{
    position: sticky;
    top: var(--page-header-height);
    z-index: 999;
  }
  /****** content ends******/
}

@media screen and (max-width: 575.98px) {
  .sdPopupWrap{
    max-width: 300px;
  }
  .popupWrap{ width: 300px; }
}

@media screen and (max-width: 479.98px) {
	#mobileMenu .shareWrap{ flex-wrap: wrap;}
}

@media screen and (max-width: 359.98px) {
	
}
