/*=========== HEADER TOP NAV================*/

#top-nav{
    background:#E6EDF8;
    height:6rem;
    justify-content: space-between;
    border-bottom: 0.1rem solid #d5dce6;
}

.utilities-menu{
    display: flex;
    align-items: center;
    height:6rem;
}

.utilities-menu ul.utilities-menu__list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.utilities-menu ul.utilities-menu__list li{
    padding-left: 2.1rem;
    text-transform: capitalize;
}

.utilities-menu ul.utilities-menu__list li a{
    font-size: 1.4rem;
    font-weight: 500;
    color: #141414;
}

.utilities-menu ul.utilities-menu__list li a:hover{
    text-decoration: none;
	opacity: 0.7;
}

.utilities-menu ul.utilities-menu__list li a i{
    display: inline-block;
    vertical-align: middle;
    height: 2.6rem;
    width: 2.6rem;
    font-size: 1.7rem;
    border: 0.1rem solid #D8DEE9;
    border-radius: 50%;
    padding: 0.5rem;
    margin-left: 0.8rem;
    background: white;
}

.utilities-menu ul.utilities-menu__list li a i svg{
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    top: -.05em;
    overflow: hidden;
}

li.helpdesk svg {
    width: 3rem!important;
    height: 2.5rem!important;
    margin-left: 3px;
    position: relative!important;
    top: -0.7rem!important;
    /* display: block!important; */
}

#language-switcher__list li{
    display:inline;
    margin-left:1rem;
}

#language-switcher__list li a{
    font-size: 1.4rem;
    font-weight: 500;
}


/*=========== HEADER MAIN NAV================*/

#logo-and-nav{
    height:9.2rem;
    background-color: white;;
    display: flex;
    align-items: center;
    position: relative;
}

#logo-and-nav__logo img{
    width: 18rem;
}

#logo-and-nav__nav{
    margin-left:2vw;
    height:100%;
}

ul#logo-and-nav__list{
    height:100%;
    margin-left: 2rem;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}


ul#logo-and-nav__list li{
    height:100%;
    display: flex;
    align-items: center;
    position: relative;
}

#logo-and-nav__list li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.9rem;
    letter-spacing: 0.015em;
    color: #262977;
    margin-right: 2.6rem;
    text-transform: capitalize;
	padding: 4px 6px;
	border: 2px dotted transparent;
}

#logo-and-nav__list li.current-menu-item a{
    text-decoration: none;
	color: #0346bb;
}

#logo-and-nav__list li a:hover{
    text-decoration: none;
	color: #0346bb;
}

#logo-and-nav__list li a:focus{
	border: 2px dotted #d3dae2;
	
	
    
}

#logo-and-nav__list li:hover > a + ul.sub-menu, #logo-and-nav__list li a:hover + ul.sub-menu, #logo-and-nav__list li a + ul.sub-menu:hover{
    z-index:10;
    opacity: 1;
}

/** ul#logo-and-nav__list > li  ul.sub-menu:before{
    content:'';
    position: absolute;
    top: -1.5rem;
    left: 1rem;
    width: 0;
    height: 0;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-bottom: 2rem solid #151f6d;
}**/

ul#logo-and-nav__list > li  ul.sub-menu{
    background-color:#ffffff;;
    position: absolute;
    top:100%;
    left:0;
    z-index: -1;
    width: 50rem;
    padding:2rem 0;
    opacity: 0;
    transition: all 0.5s
	box-shadow: 0 20px 30px rgb(0 0 0 / 30%)!important;
    border-radius: 6px;
    margin-top: -15px;
	box-shadow: 0 20px 30px rgb(0 0 0 / 30%);
}

ul#logo-and-nav__list > li  ul.sub-menu li{
    padding: 0.5rem 0;
}


ul#logo-and-nav__list > li  ul.sub-menu li a{
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    width: 100%;
    display: block;
    height: 100%;
    padding: 0.5rem 4rem;
    margin:0;
}

ul#logo-and-nav__list > li  ul.sub-menu li a:hover{
  	color: #0346bb;
}


ul#logo-and-nav__list > li  ul.sub-menu li a:hover{
    
}

#logo-and-nav__portal{
    margin-left:auto;
}

#logo-and-nav__portal a, #mobile-menu__portal a{
    background: #EB3300;
    color: #fff;
    fill: white !important;
    cursor: pointer;
    font-weight: 500;
    border-radius: 2rem;
    padding: 1rem 1.6rem;
    text-align: center;
    position: relative;
    margin-left:auto;
    transition: all 0.3s;
    font-size: 1.5rem;
}

#logo-and-nav__portal a:hover{
    background:  #E80D07;
}


/*============ MOBILE MENU =================*/
/* #logo-and-nav__mobile-menu{
    display: flex;
    align-items: center;
    display:none;
    font-size: 1.8rem;
    font-weight: 600;
}

#logo-and-nav__circle, #social-media-box ul li {
    display: flex;
    height: 5rem;
    width: 5rem;
    border: 0.1rem solid #D8DEE9;
    border-radius: 50%;
    margin-left: 0.8rem;
    align-items: center;
    justify-content: center;
    background-color: #eef2f7;
    cursor: pointer;
}


#logo-and-nav__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 3rem;
    height: 2.4rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    
  }

#logo-and-nav__hamburger span {
    display: block;
    height: 0.4rem;
    width: 100%;
    background: #004a9b;
    border-radius: 0.9rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    position: relative;
}

#logo-and-nav__hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0.4rem;
}

#logo-and-nav__hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#logo-and-nav__hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0.4rem;
} */

/*=========== HEADER BANNER ================*/
#homepage-banner{
    
	background: url(https://dimas.motusminds.com/wp-content/uploads/2021/08/Dimas-Website-images-028-scaled.jpg) no-repeat;
	
    background-size: cover;
    height:46rem;
    position: relative;
}

#search-container{
    position: absolute;
    bottom:-4rem;
    display: flex;
}

#search-container svg{
    width: 4rem;
}

#search-container svg .st0{
    fill:white;
}

/*This applies also to the search crv code inputs*/
#search-container input, #search-container button, #homepage-crv-search__input input, #homepage-crv-search__input button{
   height:8rem;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   border:none;
}

#search-container input[type="text"], #homepage-crv-search__input input[type="text"]{
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    color:#5D6C81;
    padding:2rem;
    margin:0;
    font-size: 2rem;
    font-weight: 500;
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.1), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.11);
    transition: all 0.3s;
}

#homepage-crv-search__input input[type="text"]{
    box-shadow: none;
}

#search-container input[type="text"]:focus{
    box-shadow: 0 0.4rem 0.8rem 0 rgba(52, 133, 209, 0.2), 0 0.6rem 2rem 0 rgba(15, 131, 177, 0.22);
}

#search-container button[type="submit"], #homepage-crv-search__input button[type="submit"]{
    width: 10rem;
    margin:0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background-color: #0047BB;
    color:white;
    box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.1), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.11);
    cursor: pointer;
}

#homepage-crv-search__input button[type="submit"]{
    box-shadow:none;
    padding: 1.6rem;
}


/*================= MAIN CONTENT ======================*/

main{
    /* margin-top:10rem; */
}

.single-page-wrap{
	margin-bottom: 8rem;
}

.post-navigation .nav-links{
    display:flex;
    margin-top:8rem;
}

.post_publish_date{
    font-size: 1.2rem;
    color: #9BA6B9;
    margin-top: 0.5rem;
}


/*================= PRIMARY ENTRY POINTS SECTION ======================*/
#homepage-primary-entry-points{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom:8rem;
    padding-top:10rem;
    background-color: #E6EDF8;
}

.primary-entry-point{
    width: 49%;
    background-color: white;
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
    transition: all 0.3s;
}

.primary-entry-point:hover{
    -webkit-box-shadow: 1px 10px 8px -6px rgba(0,0,0,0.22);
    box-shadow: 1px 10px 8px -6px rgba(0,0,0,0.22);
}

.primary-entry-point a{
    display: flex;
    align-items: center;
    width: 100%;
    padding:4rem;

}

#common-question-entry-point{
    border-bottom:0.7rem solid #5ED3D8;
}

#e-helpdesk-question-entry-point{
    border-bottom: 0.7rem solid #FFCC32;
}


.primary-entry-point__icon{
    border: 0.3rem solid black;
    border-radius: 50%;
}

.primary-entry-point svg{
    width: 5rem;
    height: 5rem;
    left: 0.2rem;
    position: relative;
    padding: 0.5rem; 
}

.primary-entry-point__text{
    margin-left:8%;
    color:black;
    font-weight: 500;
    font-size:2.4rem;
}

/*================= SECONDARY ENTRY POINTS SECTION ======================*/

#homepage-secondary-entry-points_section{
    background-color: white;
    padding-top:8rem;
    padding-bottom:8rem;
}

#homepage-secondary-entry-points{
    flex-wrap: wrap;
}

#homepage-secondary-entry-points{
    display: flex;
    justify-content: space-between;
    height:100%;
}


.secondary-entry-point{
    width: 24%;
    background-color:#0047BB;
    min-height:24%;
    color:white;
    text-align: center;
    border-radius: 0.25rem;
    transition: all 0.3s;
}

.secondary-entry-point:hover{
    background-color: #0057e6;
}

.secondary-entry-point a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:100%;
    padding:4rem;
  
}

.secondary-entry-point a svg{
    width: 50%;
    color:white;
    fill:white;
}

.secondary-entry-point a span{
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2.8rem;
}

/*=======================CRV NUMBER ====================*/

#homepage-crv-search_section{
    background-color:white;
    padding-bottom:8rem;
}

#homepage-crv-search{
    background-color: #f5f5f5;
    padding: 4rem;
    display: flex;
    color: #00245F;
    font-size: 1.8rem;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.25rem;
    border: 1px solid #d5dbe5;
}

#homepage-crv-search__text{
    width: 38%;
    text-align: left;
    font-size: 2rem;
    color: #0247CB;
    line-height: 2.7rem;
    font-weight: 400;
}

#homepage-crv-search__input{
    width: 48%;
    display: flex;
}

#homepage-crv-search__input input{
	
}

#homepage-crv-search__input button[type="submit"]{

}

/*================ News AND UPDATE =====================*/
#news-and-updates_section{
    padding-top:8rem;
    padding-bottom:8rem;
    background-color: #E6EDF8;
}

#news-and-updates{
    display:flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.news_update_item{
    width: 32.4%;
    height:26vw;
    height:auto;
    background:white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.25rem;
    margin-bottom: 3rem;
}

.news_update_item:last-of-type {
    font-size: 1rem;
}

.news_update_item__img{
    width: 100%;
    height:200px;
    overflow:hidden;
}

.news_update_item__img img:hover{
    transform: scale(1.05);
    /* display:none; */
}

.news_update_item__img img{
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
    height: 100%;
}

.news_update_item__title{
    font-size: 2rem;
    font-weight: 400;
    color:#0247bb;
	line-height: 2.6rem;
}

.news_update_item__title, .news_update_item__readmore{
    padding:5%;
}

.news_update_item__readmore a{
    color: #0047A0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 145.69%;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
}

.news_update_item__readmore a:hover > svg {
    margin-left:1.4rem;
    transition: all 0.3s;
}

.news_update_item__readmore a svg{
    width:2rem;
    height:2rem;
    margin-left:1rem;
    transition: all 0.3s;
}

#news-and-updates__view-all-btn{
    margin-top: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
}


/*============== FOOTER =================*/
footer{
    border-top:0.7rem solid #40ccd1;
    background-color: #151F6D;
    color:white;
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    line-height: 2.4rem;
}

#footer-top-section{
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom:8rem;
}

#footer-top-section h3 {
    font-size: 2rem;
    font-weight: 400;
    width: 100%;
    border-bottom: 0.2rem solid #ffffff;
	color:white;
	margin-bottom: 2rem;
	padding-bottom: 15px;
}

.footer-section{
    width: 28%;
}



.footer-section__list li{
    padding:0.4rem 0;
}

.footer-section__list li a{
 font-size: 1.8rem;
}

#footer-bottom-section{
    background-color: #121a5a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    border-top: 1px solid #27317c;
}

#footer-links{
    display:flex;
}

.footer-link__list{
    display:flex;
}

#footer-section__content-container{
    display:flex;
    flex-direction: column;
}

#footer-section__opening-hours{
    margin-top:2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:#eb3300;
    padding:2rem;
    border-radius: 0.25rem;
    min-height:14rem;
}

#footer-section__opening-hours  > div:first-child {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight:500;
    margin-bottom: 2rem;
}

#footer-section__opening-hours  > div:last-child {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

#footer-section__opening-hours > div svg{
    width: 3rem;
    height: 3rem;
    fill:white;
    margin-right: 1rem;
}

#footer-section__opening-hours a{
    color: white;
    border-bottom: 1px solid white;
}

.footer-link__list li{
    margin-left:1.4rem;
}





/*======================================== FLOW STEPS ========================================*/
.default-banner{
    background-color: #0047bb;
    height:25rem;
    position: relative;
    color:white;
}

.less-height-banner{
    height:24rem;
    display: flex;
    align-items: center;
}

.default-banner__container{
    display: flex;
    height: 100%;
}

.default-banner__container--left-pad{
    display: flex;
    height: 100%;
    padding-left:8vw;
}


.default-banner-left{
    display: flex;
    flex-direction: column;
    width: 70%;
    justify-content: space-around;
    font-size: 1.8rem;
    line-height: 2.4rem;
	padding: 0 calc((100% - 1150px) / 2);
}

.default-banner h1{
    margin-bottom: 3rem;
}


.default-banner-left__go-back{
    color: black;
    background-color: white;
    padding: 1rem 1rem;
    border-radius: 2.6rem;
    width: 11rem;
    height: 3.7rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.default-banner-left__go-back span {
    line-height: 2.5rem;
    font-size: 1.6rem;
}

.default-banner-left__go-back svg{
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(180deg);
}

.default-banner-right{
    width: 70%;
    display:flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}

.default-banner-right img{
    height: auto;
    width: 700px;
}

.default-banner-right__circle{
    width: 20rem;
    height:20rem;
    background-color:#023a96;
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.default-banner-right__circle svg, .default-banner-right__circle img{
    width: 8rem;
    fill:white;
}

@media only screen and (max-width: 1160px) {
	.default-banner-left{padding-left: 4vw;}
}

/*================ QUESTION AND CHOICES ================*/



/*===========FLOW Step 2 ================*/

#permit-flow-breadcrumps{
    padding-top:3rem;
}
#permit-flow-breadcrumps a:last-child{
    color:grey;
}


.default-banner-left__title-and-description h1{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 3.3rem;
    line-height: 145.69%;
    letter-spacing: 0.025em;
    color: #ffffff;
}

section#art-7-options{
    background-color: white;
    height:auto;
}

#art-7-options__main-question, #listen-btn-and-social-media-container{
    padding-top: 2.6rem;
    border-bottom: 1px solid #e1e4e8;
}

#art-7-options__main-question h3{
    font-size: 2.4rem;
    font-weight: 400;
}

#art-7-options__choices h2{
    font-weight: 500;
    font-size: 2.6rem;
    letter-spacing: 0.025rem;
    color: #0C0F66;
    height:6rem;
}

#art-7-options{
    padding-bottom: 10rem;
}

#art-7-options__choices{
    display: flex;
    justify-content: space-between;
    margin-top: 10rem;
}

#art-7-options__choices > div{
    width: 49%;
    padding-bottom: 6rem;
}

.art-7-options__list ul li a{ 
    width: 100%;
    height:10rem;
    background-color:#f1f0ef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 3rem;
    border-radius: 0.6rem;
    margin-top:2rem;
    font-size: 1.8rem;
    font-weight: 500;
    transition: background-color 0.3s;
}


.art-7-options__list ul li a:hover, #art-7-options__list--block ul li:hover{
    background-color:#e4e2e0;
}


.art-7-options__white-circle{
    /* background-color: white;
    padding:1.4rem;
    border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: calc((4.8rem + (6 - 4.8) * (100vw - 36rem) / (192 - 36)) / 1 * 1);
    height: calc((4.8rem + (6 - 4.8) * (100vw - 36rem) / (192 - 36)) / 1 * 1);
    margin-left: calc((2.4rem + (3.2 - 2.4) * (100vw - 36rem) / (192 - 36)) / 1 * 1);
    transition: transform .3s cubic-bezier(.5,0,.5,1);
    border-radius: 50%;
    background-color: #fff;
    text-shadow: none;
    z-index: 10;

}

.art-7-options__white-circle svg{
    width: 2rem;
}


/*===============FLOW STEP 3 ================*/

#art-7-options__list--block{
    width: 100%;
    padding-top:8rem;
}

#art-7-options__list--block ul{
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#art-7-options__list--block ul li{
    width: 32.5%;
    /* min-height:11vw; */
    background-color:#f1f0ef;
    margin-bottom:2.5rem;
    border-radius: 0.3rem;
    transition: background-color 0.3s;
}

#art-7-options__list--block ul li:last-child{
    /* margin-right: auto;
    margin-left: 1.2vw; */
}

#art-7-options__list--block ul li a{
    height: 100%;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.art-7-options__list-item-title{
    background-color:#e2dfdd ;
    padding:2rem;
    font-weight: 500;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;

}

.art-7-options__list-item-description{
    display: flex;
    padding:2rem;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    align-items: center;
    background-color: #e2dfdd;
}

.art-7-options__list-item-description div:first-child{
    /*padding-right:2vw;*/
	/*line-height: 2rem;*/
    /*font-size: 1.5rem;*/
}

/*=======================FLOW STEP 4 ===========================*/

#art-7-final-page-container{
    background-color: white;
}

#listen-btn-and-social-media-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-bottom: 2.6rem;
}

#listen-box{
    background-color: #c4c4c4;
    border-radius: 0.5rem;
    padding:0 2rem;
    cursor: pointer;
    display: flex;
    width: 14rem;
    height:3.6rem;
    justify-content: space-between;
    align-items: center;
}


#listen-box::before{
    content: "";
    background-image: url(../images/icons/volume.png);
    background-size: 2rem 2rem;
    width: 3rem; 
    display: inline-block;
    width: 2rem; 
    height:2rem;
}

#listen-box::after{
    content: "";
    background-image: url(../images/icons/play.png);
    background-size: 2rem 2rem;
    width: 3rem; 
    display: inline-block;
    width: 2rem; 
    height:2rem;
}

#social-media-box{
    display:flex;
    align-items: center;
}

#social-media-box > div{
    margin-right: 1.5rem;
}

#social-media-box ul {
    display:flex;
}

#social-media-box ul li{
    height: 3rem;
    width: 3rem;
}

#social-media-box ul li svg{
    width: 2rem;;
}



#default-content-page__left, #default-content-page__right{
    /* padding-top:8rem; */
}

#default-content-page__left{
    width: 70%;
    padding-right:5vw;
    font-size: 1.7rem;

}

#default-content-page__right{
    width: 30%;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#default-content-page__left > div{
    /* margin:6rem 0; */
}

#default-content-page__right > div{
    
}

#default-content-page__right aside > *{
    margin-top:3rem;
}

div#default-content-page__right aside > :first-child{
    margin-top:0;
}

#art-7-final-page_intro{
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 500;
}

#default-content-page-container h2{
    margin-bottom: 1rem!important;
	margin-top: 1rem!important;
}

#default-content-page-container a{
    color:#0e4ead;
    border-bottom:0.1rem solid #0e4ead;
    padding-bottom: 0.1rem;
}

#art-7-final-page_requirements{
    font-size: 1.8rem;
    line-height: 3.2rem;
    position: relative;
}

ul.yellow-dotted-list, ul.label-icon-list{
    margin-top:3rem;
    /* margin-left:2rem; */
    counter-reset: requirements-list;
    position: relative;
}

ul.yellow-dotted-list li , ul.label-icon-list li{
    margin-bottom: 2rem;
    display: flex;
}


ul.yellow-dotted-list li span:first-child{
    counter-increment: requirements-list;
    color:#ffc52c;
    width: 1rem;
    height: 1rem;
    background-color: #ffc52c;
    display: inline-block;
    border-radius: 50%;
    margin-right:1rem;
    position: relative;
    top: 0.7rem;
}


#art-7-final-page_important-info{
    font-size: 1.8rem;
}

ul.yellow-dotted-list li span:last-child, ul.label-icon-list li span:last-child{
    width: 90%;
    line-height: 3rem;
}

#art-7-final-page_important-info ul li span:first-child{
    content:'test';
    background: url(../images/highlight-icon.svg);
    width: 2rem;
    height:2rem;
    display:block;
    background-size: 2rem;
    background-repeat: no-repeat;
    margin-right: 1rem;
    position: relative;
    top:0.5rem;
}

#video-or-image-section, #video-or-image-section img{
    border-radius: 0.4rem;
    width: 100%;
}

#video-or-image-section a {
    border: none;
}

.related-information-section{
    border-top: 0.7rem solid #53cdd3 !important;
    padding: 2rem;
    padding-bottom: 3rem;
    border: 1px solid #d5d9de;
    border-radius: 0.4rem;
}

.related-information-section ul li{
    margin-top: 0.6rem;

}

.related-information-section ul li a{
	color: #000!important;
	border-bottom: 0.1rem solid #000!important;
    /* text-decoration: underline; */
}

#more-information-section{
    background-color: #ffc52c;
    border-radius: 0.4rem;
    padding:2rem;
    margin-bottom: 3rem;
}

#more-information-section a{
    color:black!important;
}

#more-information-section a > div:last-child > span{
    padding-right: 2rem;
}

#more-information-section a > div:last-child{
    display: flex;
    margin-top:1rem;
    align-items: flex-end;
}

#more-information-section .art-7-options__white-circle{
	width: calc((3.1rem + (6 - 4.8) * (100vw - 36rem) / (192 - 36)) / 1 * 1);
    height: calc((3.1rem + (6 - 4.8) * (100vw - 36rem) / (192 - 36)) / 1 * 1);
}

#art-7-final-page_buttons-container{
    display: flex;
    margin-top:10rem;
    margin-bottom: 16rem;

}

#art-7-final-page_buttons-container a {
    padding:2rem;
    border-radius: 0.4rem;
    margin-right:2rem;
    display: flex;
    align-items: center;
}

#art-7-final-page_buttons-container a svg{
    width: 2rem;
    fill:white;
    margin-left:1rem;
}

#art-7-final-page_buttons-container a#apply-for-permit-btn{
    background-color: #02337b;
    color:white;
}

#art-7-final-page_buttons-container a#download-form-btn{
    background-color: #f9dddd;
    border:2px solid #ee7878;
}

#art-7-final-page_buttons-container a#download-form-btn svg{
    fill:black;   
}



/*====================FAQ==================*/
#faq-section-container{
    margin-top:4rem;
    margin-bottom: 4rem;
}

#faq-categories-anchor-links-container ul{
    list-style: none;
}

#faq-categories-anchor-links-container ul li{
    display: inline-block;
    background-color: #0047bb;
    color: white;
    padding: 0.5rem 2rem;
    margin: 1rem auto;
    border-radius: 27px;
    font-size: 1.5rem;
}

#art-7-final-page__faq-list{
    margin-top:4rem;
}

.art-7-final-page__faq-list-item{
    /* margin-top:4rem; */
    margin-bottom:2rem;
}


.art-7-final-page__faq-question{
    padding:3rem;
    background-color: #f1f0ef;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    border-radius: 0.5rem;
    cursor: pointer;
}

.art-7-final-page__faq-answer{
    /* padding:3rem; */
    border:1px solid #f1f0ef;
    border-top:none;
    position: relative;
    top:-0.3rem;
    font-size: 1.8rem;
    height:0;
    overflow:hidden;
}

.art-7-final-page__faq-question span:last-child svg{
    width: 2rem;
}

#title-and-icon{
    display: flex;
    align-items: center;
	margin-bottom: 3rem;
}

#title-and-icon div:first-child{
    border:2px solid black;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:50%;
	padding: 0.8rem;
}

#title-and-icon div:last-child{
    font-size: 2rem;
    font-weight: 500;
    margin-left:1.6rem;
}

#title-and-icon div:first-child svg{
    width: 3rem;
    height: 3rem;
    position: relative;
    left:0.2rem;
}


#default-content-page-container{
    display:flex;
    flex-wrap: wrap;
    padding-top: 5rem;
}


/*=========DEFAULT CONTENT PAGE =============*/

.default-content-page {
    padding-top: 5rem;
    /* background: white; */
}

.default-full-width-content-page{
    padding-top: 8rem;

}



/*===============APPOINTMENT PAGE =============*/


#appointment-buttons-container{
  margin-bottom: 6rem;
}

.appointment-item-container{
    display:flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

#appointment-buttons-container h2{
    width: 50%;
	margin-bottom: 3rem;
}


.appointment-item{
    width: 49%;
    margin-bottom: 1.8vw;
}

.appointment-item a{
    border:0.1rem solid #dddddd;
    background-color: white;
    width:100%;
    padding:2rem;
    display:flex;
    border-radius: 0.5rem;
    height: 100%;
}

.appointment-item__content{
    width: 100%;
}

.appointment-item__icon{
    display: flex;
    justify-content: center;
    margin-right: 3rem;;
    align-items: flex-start;
}

.appointment-item__icon svg{
    width: 4rem;
}

.appointment-item__title{
    color:#0047A0;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.appointment-item__description{
    margin-bottom:2rem;
    width: 90%;
	height: 70px;
}

.appointment-item__link{
    display: flex;
    justify-content: space-between;
    
}

.appointment-item__link span:first-child{
    color:#0047bb;
    border-bottom: 0.3rem dotted #386dbb;
}

.appointment-item__link span svg{
    fill:#0047bb;
}

.appointment-item__link svg{
    width: 1.6rem;
}

#appointment-faq-container{
    padding-top:12rem;
    padding-bottom:4rem;
    background-color: white;
}

#appointment-faq-items{
    width: 50%;;
}

.module_quick_links_faq{
	margin-right: 25px;
}

.module_quick_links_faq li {
    line-height: 3rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.module_quick_links_faq li a{
	border-bottom: none!important;
	font-size: 16px!important;
}


/*==========E HELPDESK PAGE============*/


#e-helpdesk-container{
    padding-bottom: 8rem;
}

#e-helpdesk-items-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:8rem;
    padding-bottom:8rem;
}

.e-helpdesk-item{
    width: 31%;
    height: auto; 
    background-color: white;
    border-bottom: 1rem solid #53cdd3;
    border-left: 0.1rem solid #dedfe3;
    border-top: 0.1rem solid #dedfe3;
    border-right: 0.1rem solid #dedfe3;
    padding:3rem;
    display:flex;
    flex-direction: column;
    margin-bottom:4%;
}

.e-helpdesk-item__icon-title{
    display:flex;
    align-items: center;
    margin-bottom: 3rem;
}

.e-helpdesk-item__icon{
    width: 6rem;
}

.e-helpdesk-item__title{
    font-size: 2.6rem;
    font-weight: 500;
    color:#0C0F66;
    /* margin-left:3rem; */
}

.e-helpdesk-item__description {
    min-height:24rem;
    line-height: 2.6rem;
    color:#333;
    padding-right: 3rem;
    padding-bottom: 3rem;

}
.e-helpdesk-item__icon svg{
    fill:#0047bb;
    width: 4.2rem;
    height:4.2rem;
}

.e-helpdesk-item__link {
    border-radius:0.6rem;
    background-color: #02337b;
    color:white;
    font-size: 2rem;
    height:6rem;
    width: 100%;
    margin-top:auto;
}

.e-helpdesk-item__link a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding:2rem;
    justify-content: space-between;
}

.e-helpdesk-item__link a span{
    margin-left:3rem;
}

.e-helpdesk-item__link a svg{
    fill:white;
    width: 2rem;
    height:2rem;
}
#contact-dimas-block{
    background-color: #40ccd1;
    padding:2rem;
    border-radius:4px;
}

#contact-dimas-block a{
    width: 30%;
}



/*==========FAQ Page===============*/
.faq-category-item-container{
    margin-bottom: 70px;
}

.faq-item-container{
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.faq-item__question{
    padding: 3rem;
    background-color: #f1f0ef;
    font-size: 1.8rem;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    border-radius: 0.5rem;
    cursor: pointer;
	line-height:3rem;
}

.faq-item__question svg{
    width: 2rem;
    transform: rotate(90deg);
    transition: all 0.5s;
}

.faq-item__question svg.open-faq {
    transform: rotate(180deg);
}

.faq-item__answer{
    padding:3rem;
    display: none;
    opacity: 0;
    transition: all 0.5s;
    font-size: 1.8rem;
    line-height: 2;
}

.faq-item-container.open-faq .faq-item__answer{
    display:block;
    height: auto;
    opacity: 1;
    transition: all 0.5s;
}

#faq-extra-info-container, #download-link-extra-info-container{
    display: flex;
    margin:10rem 0;
    width: 100%;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

#faq-extra-info-container #more-information-section{
   
   width: 30%;
    /* height: 18rem; */
    /* margin-bottom: 0; */
    margin: 5px;
    flex: 1;
    padding: 2rem;
}

#faq-extra-info-container #faq-contact-dimas{
    width: 50%;
    background-color: #6be3e9;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.4rem;
    margin: 5px;
    flex: 1;
}

#faq-contact-dimas .faq-contact-dimas__bottom-content{
    display: flex;
}

#faq-contact-dimas .faq-contact-dimas__bottom-content a{
    padding: 1rem 2rem;
    color: white;
    border-radius: 2rem;
    height: 4rem;
    display: flex;
    min-width: 10rem;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}

#faq-contact-dimas .faq-contact-dimas__bottom-content a:first-child{
    background-color: #fb0c06;
}

#faq-contact-dimas .faq-contact-dimas__bottom-content a:last-child{
    background-color: #02337b;
	border: none;
}


/*===================DOWNLOAD PAGE ====================*/
.download-link-category-item-container{
    margin-bottom:8rem;
}

.download-link-item{
    border-bottom: 1px solid #dcdcdd;
    margin-bottom: 4rem;
}


.download-link__title{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
}

.download-link__publish-date{
    color:#a6b2c1;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.download-link__description{
    margin-bottom: 2rem;
    width: 50%;
}


.download-link__link{
    margin-bottom:4rem;
}

.download-link__link a{
    margin-left: 1rem;
    font-size: 1.4rem;
}

.download-link-item svg{
    width: 2rem;
    height: 2rem;
    fill: #0e4ead;
}

#download-link-extra-info-container{
    margin-bottom: 8rem;
}

#download-link-extra-info-container > aside{
    display: flex;
    justify-content: space-between;

}

#download-link-extra-info-container > aside .mejs-mediaelement{
    position: relative;
}

#download-link-extra-info-container > aside > *{
    width: 34%;
}

#download-link-extra-info-container > aside > *:last-child{
    width: 20%;
    margin-left: -8%;
}

#download-link-extra-info-container  #more-information-section{
    margin-bottom: 0;
}

#download-link-extra-info-container #more-information-section a {
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#download-link-extra-info-container h2.widget-title{
    font-size: 2rem;
    margin-bottom: 2rem;;
}

.breadcrumbs {
    color: #656970;
}

.breadcrumbs a {
    color: #a7acb3;
}
.faq-contact-dimas__top-content {
    margin-bottom: 20px;
}


/***********ARCHIVE PAGE ****************/
#archive-view-more{
    height:200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#last-element-hack{
    opacity: 0;
}
