.grecaptcha-badge{
    display: none; 
}

#dtx-logo img{
    width: 250px; 
}

.menu-item-116{
    visibility: hidden;
}

.menu-item-118{
    visibility: hidden;
}

.menu-item-120{
    visibility: hidden;
}

svg{
    width: 100%; 
    height: auto; 
}

#dtx-primary-navigation ul > li > a {
    font-size: 18px !important;
}

.slicknav_nav ul {
    margin-top: 20px;
}

.sub-menu{
    background-color: #fff; 
}

.slicknav_nav li a {
    font-size: 18px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.3em;
}

.slicknav_btn .slicknav_icon-bar {
    width: 1.5em;
    height: 0.125em;
}

#dtx-primary-navigation ul > li > ul > li > a {
    padding: 15px 15px;
}

body.dtx-fixed-head #dtx-head{
    border-bottom: none; 
}

@media  (max-width: 1024px){
    #dtx-logo img{
    width: 220px; 
}
}

.dtx-wrap {
    max-width: 80%;
}

#dtx-primary-navigation ul > li > a {
    font-size: 0.6em;
}


body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.3vw; 
}

#dtx-header {
    padding: 1.2em 0;
}

@media  (max-width: 1024px){
    body{
    font-size: 3.6vw; 
}
}

@media  (max-width: 768px){
    body{
    font-size: 4.7vw; 
}
}

ul{
    margin-left: 1em; 
}

h2{
    font-weight: 800; 
    margin-bottom: 1rem; 
    font-size: 1.7em;
    margin-top: 0;
    line-height: 1; 
}

h1{
    font-weight: 600; 
    line-height: 1; 
    font-size: 2.4em; 
}


.s-button a{
    color: #fff; 
    background-color: #031C96; 
    padding: 15px 55px;
    display: inline-block; 
    text-decoration: none; 
    border-radius: 0 50px 0 0; 
    margin-top: 3vw; 
    transition: all 0.5s ease;
}

.s-button a:hover{
    border-radius: 0; 
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_section, 
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section{
    padding-top: 0; 
}

.vc_column_container > .vc_column-inner{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#dtx-head{
    border-bottom: none;
}


@media  (max-width: 1024px){
    h1{ 
    font-size: 2em; 
}
    
    .s-button a{
    margin-top: 5vw; 
}
}


/*Front page*/ 

.frontpage-top{
    padding: 20vh 0 40vh; 
}

.frontpage-top h1{
    color: #fff; 
    font-size: 3em; 
}

.frontpage-text{
    margin: 0 auto; 
    text-align: center; 
}

.our-mission{
    background-color: #F3FAFF; 
    padding: 7vw; 
    max-width: 51vw; 
    margin: -20vh auto 0 auto;  
}


.our-mission a{
    color: #fff; 
    background-color: #031C96; 
    padding: 15px 55px;
    display: inline-block; 
    text-decoration: none; 
    border-radius: 0 50px 0 0; 
    margin-top: 10px; 
    transition: all 0.5s ease;
}

.our-mission a:hover{
    border-radius: 0; 
}

.radius-image img{
    border-radius: 0 200px 0 0; 
    margin-top: 3vw; 
}

.s-list-container{
    padding: 0 12vw; 
}

.s-list p{
    font-size: 1.2em; 
    display: flex; 
}


.s-list p:before{
    content: '\f058' !important; 
    font-style: normal; 
    font-family: "Font Awesome 5 Pro";
    font-size: 1em; 
    vertical-align: middle; 
    transition: all 0.5s ease;
    font-weight: 900;
    display: flex;
    align-items: center;
    margin-right: 50px; 
    color: #031C96; 
}

.s-announcements{
    background-color: #F3FAFF; 
    padding: 12% 8%; 
    font-size: 1em;  
}

.s-quote{
    background-color: #F3FAFF; 
    padding: 8% 8%; 
    font-size: 1.6em; 
    font-weight: 600; 
}

.s-quote p{
    line-height: 1.2; 
}

.s-quote em{
    font-style: normal; 
    background-color: #CFD9EF; 
}

.form-image{
    height: 650px; 
}

.focus-a p{
    font-size: 1.2em; 
}

.contact-bottom{
    padding: 400px 0 150px 0;  
    position: absoulte; 
}

.contact-bottom a{
    color: #fff; 
}

.form-container{
    background-color: #fff; 
    padding: 5vw;  
    margin-bottom: 100px; 
}

.form-row{
    margin-top: -800px; 
    display: flex; 
    padding: 0 30%; 
}


@media  (max-width: 1600px){
    .form-row{
    padding: 0 20%; 
}
}

@media  (max-width: 1024px){
        
    .frontpage-top{
        padding: 10vh 0 30vh; 
    }
    
    .our-mission{
        max-width: 90vw; 
        padding: 10vw;
    }
    
    .radius-image img{
        margin-top: 9vw; 
    }
    
    .s-list-container{
        padding: 0; 
    }
    
    .focus-a p{
        font-size: 1em; 
    }
    
    .s-quote{
        font-size: 1.6em;
        padding: 10% 10%;
    }
    
    .form-container{
        padding: 7vw;  
    }
    .form-row{
        padding: 0 5%; 
    }
}

.wpcf7-textarea{ 
	width: 100%; 
	height: 160px; 
}

.wpcf7-text, input#phone{
    width: 100%;
	margin-bottom: 10px; 
}

::placeholder{
    color: #A7AABE; 
}

input#name, input#email, input#phone, textarea{
	padding: 10px 0; 
	border-top: none; 
    border-left: none; 
    border-right: none; 
    border-bottom: 1px solid #A7AABE; 
	margin-bottom: 30px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form input[type="submit"]{
    background-color: #031C96; 
    border: none; 
    color: #fff; 
    padding: 20px 55px; 
    margin-top: 30px; 
    cursor: pointer; 
    transition: 0.5s ease; 
    border-radius: 0 50px 0 0; 
    transition: all 0.5s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} 

.contact-form input[type="submit"]:hover{
    border-radius: 0; 
} 

.contactinfo{
    color: #fff; 
}


/*Subpages*/ 

.subpage-top{
    padding: 5vw 0 3vw 0; 
}

.subpage-top h1{
    margin-bottom: 2vw; 
}

.subpage-top p{
    font-size: 1.1em; 
}

.subpage-image img{
    border-radius: 0 200px 0 0; 
}

.imagebox{
    padding: 10%; 
    background-color: #F3FAFF; 
    margin-top: -15vw; 
}


@media  (max-width: 1024px){
    .imagebox{ 
    margin-top: 0; 
}
    .subpage-top h1{
    margin-bottom: 3vw; 
}
    
    .subpage-top{
    padding: 7vw 0 7vw 0; 
}
}


.s-graph{
    margin-top: 60px; 
    border-top: 1px solid #abc7db; 
    padding-top: 60px; 
}

.vc_chart .vc_chart-legend li {
    margin-left: 3em;
    font-size: 1.5em;
}

@media  (max-width: 1024px){
    .vc_chart .vc_chart-legend li {
        margin-left: 0;
        margin-top: 20px; 
}

}

/*Toggle*/ 

.s-toggle{
    border-bottom: 1px solid; 
    padding: 30px 0 20px 0; 
}

.s-toggle:first-of-type{
    border-top: 1px solid; 
}

.s-toggle h2{
    font-size: 1.3em; 
}

.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon{
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
}

.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title, 
.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content{
    padding-left: 0; 
}


.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content p{
    width: 50%; 
    float: left; 
}

@media  (max-width: 1024px){
    .vc_toggle_size_lg.vc_toggle_round .vc_toggle_content p{
    width: 100%;  
}
}

/*References*/ 


.references a{
    text-decoration: none; 
    border-bottom: 2px solid; 
    padding-bottom: 5px; 
    margin-bottom: 20px; 
    display: inline-block; 
}

.references h2{
    font-size: 1.2em; 
    margin-top: 90px; 
    margin-bottom: 30px; 
}

.references h2:first-of-type{
    font-size: 1.2em; 
    margin-top: 0; 
}

.references i{
    margin-left: 10px; 
}

/*Contact*/ 

.s-contact{
    font-size: 0.7em;   
    text-align: left; 
    margin-left: 30px; 
}

.s-contact-image img{
    border-radius: 500px; 
    margin: 20px 0; 
}


@media  (max-width: 1024px){
    .s-contact-image img{
        max-width: 150px;  
        margin: 0;
}
    .s-contact{
        font-size: 1em;  
        margin-top: 0;
        margin-bottom: 40px; 
        margin-left: 0; 
}

}


/*Sections*/ 

.padded-section{
    padding: 180px 0; 
}

.padded-section-top{
    padding: 180px 0 0 0; 
}

.padded-section-bottom{
    padding: 0 0 180px 0; 
}

.padded-section-small{
    padding: 50px 0; 
}

.padded-section-small-top{
    padding: 50px 0 0 0; 
}

.padded-section-big{
    padding: 200px 0; 
}


@media  (max-width: 1024px){
    .padded-section-big{
        padding: 100px 0; 
    }

    .padded-section-big-top{
        padding: 100px 0 0 0; 
    }

    .padded-section-medium-big{
        padding: 60px 0 100px 0; 
    }


    .padded-section{
        padding: 60px 0; 
    }

    .padded-section-bottom{
        padding: 0 0 60px 0; 
    }

    .padded-section-top{
        padding: 60px 0 0 0; 
    }

    .padded-section-full-width{
        padding: 45px 60px; 
    }

    .padded-section-small{
        padding: 35px 0; 
    }
}


/*Meny*/ 

#responsive-menu-pro-container{
	display: flex !Important;
	align-items: center;
	justify-content: center;
}

#responsive-menu-pro-container li.responsive-menu-pro-item{
    min-width: 300px; 
}

#responsive-menu-pro-container li.responsive-menu-pro-item a{
    padding: 0 !Important; 
}


/*Footer copy*/ 

#dtx-footer-copy{
    font-size: 0.6em; 
    padding: 20px; 
    background-color: #021831; 
}

.markant-gdpr-footer{
    font-size: 0.6em; 
    padding: 20px; 
}

/*Cefor*/

.cefor img{
    height: 80px; 
    margin-top: -20px;
    margin-left: 30px;
}

.cefor .menu-image-title-after.menu-image-title{
    display: none; 
}

@media  (max-width: 1024px){
    .cefor img{
    margin-top: 0px; 
    margin-left: 0px;
}
}