:root {
    --dark-blue: #003e5c;
    --turquoise: #007780; 
    --light-turquoise: #ACD4D8;
    --bright-turqoise: #00c2b5;
}

@media (max-width: 1081px) {

.dtx-wrap, 
.vcv-content--boxed .entry-content>[data-vce-boxed-width=true], 
.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true], 
.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true], 
.vcv-footer>[data-vce-boxed-width=true], .vcv-header>[data-vce-boxed-width=true], 
.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not(
[data-vce-stretch-content=true])>.vce-row-content, 
div.vcv-content--boxed .entry-content > [data-vce-boxed-width="true"], 
    div.vcv-content--boxed .entry-content [data-vce-boxed-width="true"], 
.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content{
    max-width: 90% !important; 
} 
}



.vcv-header>[data-vce-boxed-width=true], 
.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content{
    max-width: 95% !important;
}

@media (max-width: 1081px) {
    .vcv-header>[data-vce-boxed-width=true], 
.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content{
    max-width: 90% !important;
}
}


body{
    background-color: #e8edef; 
    color: var(--dark-blue); 
    font-size: 18px; 
    font-family: "Open Sans", sans-serif;
}

.vce-row.vce-element--has-background.vce-row--has-col-background {
    padding-bottom: 35px;
}

.vce-row.vce-element--has-background {
    padding-top: 35px;
}

.vce-row{
    padding-bottom: 40px; 
}

.frontpage-top{
    height: 67vh; 
}

a{
    color: var(--dark-blue); 
}

h1, h2, h3, h4, h5{
    font-family: "Noto Sans Display", sans-serif;
    font-weight: 600; 
    color: var(--dark-blue); 
    line-height: 1.1; 
}

h1{
    font-size: 44px; 
    margin-bottom: 25px; 
}

h2{
    font-size: 38px; 
    margin-bottom: 25px; 
    margin-top: 0; 
}

h2:first-of-type{
    margin-top: 0; 
}

h3{
    font-size: 28px; 
    margin-bottom: 15px; 
    margin-top: 30px; 
}

p:last-of-type{
    margin-bottom: 0 !important; 
}

.vce-simple-search .vce-simple-search-input{
    color: #333; 
}

@media (max-width: 768px) {
    h1{
        font-size: 34px; 
    }

    h2{
        font-size: 28px; 
    }
    
    h3{
    font-size: 18px;  
    }

}

/*Meny*/ 

.vce-basic-menu-container .vce-basic-menu ul .menu-item a{
    text-transform: none; 
    font-weight: 500; 
    font-family: "Noto Sans Display", sans-serif;
}

.vce-basic-menu-container .vce-basic-menu ul .sub-menu a{
    font-size: 16px; 
}

.vce-basic-menu-container .vce-basic-menu ul .menu-item a{
    padding: 16px 14px !important;
}

ul.menu a i{
    padding-left: 10px; 
}

.vce-basic-menu-container .vce-basic-menu ul .sub-menu .sub-menu{
    top: 0 !important; 
}

.vce-basic-menu-container .vce-basic-menu ul .sub-menu {
    border-style: none !important;
    border-width: 0 !important;
}

.vce-sandwich-side-menu-inner nav>ul>.menu-item-has-children>.sub-menu>.menu-item {
    font-size: 1em;
    line-height: 1.3;
    padding: 10px 0px 10px 20px;
}

.vce-sandwich-side-menu-inner nav>ul>.menu-item-has-children>.sub-menu>.menu-item>.sub-menu>.menu-item{
    font-size: 1em;
    line-height: 1.3;
    padding: 10px 0px 10px 20px;
}

.vce-sandwich-side-menu-wrapper.vce .vce-sandwich-side-menu-inner li.menu-item a {
    color: var(--linkColor);
    text-decoration: none;
    font-weight: 600;
}

.vce-sandwich-side-menu-inner{
	padding: 15px 0 15px 10px; 
}

.vce-sandwich-side-menu-inner nav li.menu-item{
	padding: 7px 0; 
}

.vce-sandwich-side-menu-container--position-right button.vce-sandwich-side-menu-close-button {
    left: auto;
    right: 30px;
}

@media (max-width: 1024px) {
  .menu-item-has-children > .sub-menu { 
    display: none;
  }
  .menu-item-has-children.is-open > .sub-menu { 
    display: block;
  }
}


/*Footer*/ 

footer.vcv-footer{
    background-color: #e8edef; 
    color: #333; 
    font-size: 0.9em; 
}

footer.vcv-footer a{
    color: #333; 
}

.footer-links p{
    display: flex; 
    justify-content: space-between;
}

.copyright{
    border-top: 1px solid #00000078; 
    padding: 50px 0; 
}

.footer-first-row .vce-col-content {
    display: grid;
    grid-template-columns: 35% auto auto;
    gap: 80px;
}

@media (max-width: 1081px) {
.footer-links p{
    display: inline-block; 
    justify-content: space-between;
}
    .footer-first-row .vce-col-content {
    display: inline-block;
}
}

/*Kontaktskjema*/ 


.wpcf7-textarea{ 
	width: 100%; 
	height: 200px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7-text, select{
    width: 100%;
	margin-bottom: 10px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input#name, input#email, textarea, .wpcf7-text, select, input[type="number"], 
.wpcf7 input[type="file"]{
	padding: 7px 0 7px 0; 
	border: 1px solid #fff; 
    border-bottom: 1px solid #fff; 
    border-top: none; 
    border-left: none; 
    border-right: none; 
	margin-bottom: 50px; 
    background-color: transparent; 
    color: #fff !important; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    width: 100%; 
}

span.wpcf7-form-control.wpcf7-acceptance, span.wpcf7-form-control.wpcf7-acceptance a{
    color: #fff; 
}

.wpcf7-list-item {
    margin: 0 0 0 0 !important;
}

::placeholder{
    color: #fff; 
}

button.wpcf7-submit{
    background-color: #fff; 
    color: var(--turquoise); 
    text-decoration: none; 
    padding: 15px 30px 15px 40px; 
    display: inline-block; 
    margin-top: 10px; 
    border-radius: 5px; 
    z-index: 9999999; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 30px; 
    border: 1px solid; 
    font-weight: 700; 
} 

button.wpcf7-submit:hover{
    background-color: var(--dark-blue); 
    color: #fff; 
    
}

.field-one, .field-two{
    width: 48%; 
    float: left;  
}

.field-two{
    width: 50%; 
    float: left; 
}

.field-one{
    margin-right: 2%; 
} 

@media (max-width: 768px) {
    .field-one, .field-two{
        width: 100%; 
    }
    .field-one{
        margin-right: 0; 
    }
}


/*Buttons*/

.primary-button a{
    background-color: var(--turquoise); 
    color: #fff; 
    text-decoration: none; 
    padding: 15px 30px; 
    display: inline-block; 
    font-weight: 600; 
    font-size: 20px; 
    font-family: "Noto Sans Display", sans-serif;
    border-radius: 5px; 
    transition: all 0.5s ease;
    min-width: 300px; 
    text-align: center; 
}

.primary-button a i{
    margin-left: 20px; 
}

.primary-button a:hover{
    opacity: 0.8;  
}

.primary-button-header a{
    background-color: var(--turquoise); 
    color: #fff; 
    text-decoration: none; 
    padding: 15px 30px; 
    display: inline-block; 
    font-weight: 600; 
    font-size: 16px; 
    font-family: "Noto Sans Display", sans-serif;
    border-radius: 5px; 
    transition: all 0.5s ease;
    text-align: center; 
    float: right; 
}

.primary-button-header a:hover{
    opacity: 0.8;  
}

.primary-button-back a{
    background-color: var(--turquoise); 
    color: #fff; 
    text-decoration: none; 
    padding: 15px 30px; 
    display: inline-block; 
    font-weight: 600; 
    font-size: 20px; 
    font-family: "Noto Sans Display", sans-serif;
    border-radius: 5px; 
    transition: all 0.5s ease;
    min-width: 300px; 
    text-align: center; 
}

.primary-button-back a i{
    margin-left: 20px; 
}

.primary-button-back a:hover{
    opacity: 0.8;  
}

.secondary-button a{
    background-color: var(--dark-blue); 
    color: #fff; 
    text-decoration: none; 
    padding: 15px 30px; 
    display: inline-block; 
    font-weight: 600; 
    font-size: 20px; 
    font-family: "Noto Sans Display", sans-serif;
    border-radius: 5px; 
    transition: all 0.5s ease;
    min-width: 300px; 
    text-align: center; 
}

.secondary-button a i{
    margin-left: 20px; 
}

.secondary-button a:hover{
    opacity: 0.8;  
}

.primary-button-block a{
    background-color: var(--turquoise); 
    color: #fff; 
    text-decoration: none; 
    padding: 15px 30px; 
    display: block; 
    font-weight: 600; 
    font-size: 20px; 
    font-family: "Noto Sans Display", sans-serif;
    border-radius: 5px; 
    transition: all 0.5s ease; 
    text-align: center; 
}

.primary-button-block a i{
    margin-left: 20px; 
}

.primary-button-block a:hover{
    opacity: 0.8;  
}
.secondary-button-block a{
    background-color: var(--dark-blue); 
    color: #fff; 
    text-decoration: none; 
    padding: 15px 30px; 
    display: block; 
    font-weight: 600; 
    font-size: 20px; 
    font-family: "Noto Sans Display", sans-serif;
    border-radius: 5px; 
    transition: all 0.5s ease; 
    text-align: center; 
}

.secondary-button-block a i{
    margin-left: 20px; 
}

.secondary-button-block a:hover{
    opacity: 0.8;  
}

.primary-button a:after, 
.secondary-button a:after, 
.primary-button-block a:after, 
.secondary-button-block a:after, 
.underline-link a:after{
    content: "\f35a"; 
    font-family: "Font Awesome 7 Pro" !important; 
    font-weight: 500; 
    margin-left: 20px; 
}

.primary-button-back a:before{
    content: "\f359"; 
    font-family: "Font Awesome 7 Pro" !important; 
    font-weight: 500; 
    margin-right: 20px; 
}

.underline-link a{
    font-weight: 600; 
    font-size: 22px; 
    font-family: "Noto Sans Display", sans-serif;
    color: var(--dark-blue); 
    text-decoration: none; 
    border-bottom: 3px solid var(--bright-turqoise); 
    padding-bottom: 5px; 
    display: inline-block;
}

.underline-link a i{
    margin-left: 20px; 
}

.underline-link a:hover{
    opacity: 0.8;  
}

.white-text p, .white-text h2, 
.white-text a, .white-text h1{
    color: #fff; 
}

@media (max-width: 768px) {
.primary-button a, .secondary-button a{
    min-width: 0 !important; 
}
}

/*Front page*/ 
.frontpage-top-links p{
    display: flex; 
    justify-content: space-between;
    max-width: 600px; 
}

.frontpage-top-links a{
    display: flex;  
    text-decoration: none; 
    font-weight: 600; 
    font-size: 20px; 
}

.frontpage-top-links a i{
    font-size: 30px; 
    margin-right: 10px; 
    font-weight: 300; 
    color: var(--turquoise)
}

.frontpage-title h1{
    font-size: 30px; 
}

.frontpage-top-column{
    z-index: 999; 
}

.front-row .vce-row-content {
    padding-left: max(20px, calc((100vw - 1700px) / 2)) !important;
    padding-right: max(20px, calc((100vw - 1700px) / 2)) !important;
}

.primary-button-frontpage a{
    background-color: var(--turquoise); 
    color: #fff; 
    text-decoration: none; 
    padding: 15px 30px; 
    display: inline-block; 
    font-weight: 600; 
    font-size: 20px; 
    font-family: "Noto Sans Display", sans-serif;
    border-radius: 5px; 
    transition: all 0.5s ease;
    text-align: center; 
}

.primary-button-frontpage a:hover{
    opacity: 0.8;  
}

@media (max-width: 1024px) {
    .frontpage-top-links p{
    display: inline-block; 
}
    .frontpage-top-column, .frontpage-top-links{
        text-align: center; 
    }
}

/*bilde + boks*/ 

 
.image-boxes .vce-row-content {
    padding-left: max(20px, calc((100vw - 1700px) / 2)) !important;
    padding-right: max(20px, calc((100vw - 1700px) / 2)) !important;
}

.image-boxes .vce-col-content{
    min-height: 600px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-row{
    margin-top: 90px; 
}

@media (max-width: 1081px) {
    .image-boxes .vce-col-content{
    min-height: 300px; 
}
}

@media (max-width: 991px) {
    .image-row{
    margin-top: 0; 
}
}

/*Eleverfaringer*/ 

.single-eleverfaringer .dtx-content__image, 
.single-eleverfaringer .dtx-content__title, 
.single-eleverfaringer .dtx-sidebar{
    display: none; 
}

.single-eleverfaringer .dtx-content-right-sidebar .dtx-main{
    width: 100%; 
    padding: 100px 0; 
}

body.single-eleverfaringer {
    background-color: #fff; 
}

#pcp_wrapper-204 .sp-pcp-post .pcp-post-thumb-wrapper, 
#pcp_wrapper-228 .sp-pcp-post .pcp-post-thumb-wrapper{
    margin: 0 !Important;
    border-radius: 5px 5px 0 0 
}

.pcp-wrapper-204 .sp-pcp-title, 
.pcp-wrapper-204 .sp-pcp-post-meta, 
.pcp-wrapper-204 .sp-pcp-post .sp-pcp-post-content, 
.pcp-wrapper-228 .sp-pcp-title, 
.pcp-wrapper-228 .sp-pcp-post-meta, 
.pcp-wrapper-228 .sp-pcp-post .sp-pcp-post-content{
    background-color: #fff; 
    margin-bottom: 0 !important; 
    padding: 0 40px; 
}

.pcp-wrapper-204 .sp-pcp-title, 
.pcp-wrapper-228 .sp-pcp-title{
    padding-top: 40px; 
    padding-bottom: 12px; 
    font-weight: 600 !important; 
}

h2.sp-pcp-title a{
    font-weight: 600 !important; 
    font-family: "Noto Sans Display", sans-serif !important;
    font-size: 24px !important; 
}

.pcp-wrapper-204 .sp-pcp-post-meta, 
.pcp-wrapper-228 .sp-pcp-post-meta{
    padding-bottom: 30px; 
}

.sp-pcp-post .sp-pcp-post-meta ul li a{
        pointer-events: none;
}

.pcp-wrapper-204 .sp-pcp-post .sp-pcp-post-content, 
.pcp-wrapper-228 .sp-pcp-post .sp-pcp-post-content{
    padding: 30px 40px; 
    border-top: 1px solid #ddd; 
    border-radius: 0 0 5px 5px; 
    font-weight: 600; 
}

.pcp-wrapper-204 .sp-pcp-post-meta ul, 
.pcp-wrapper-228 .sp-pcp-post-meta ul{
    font-family: "Noto Sans Display", sans-serif !important; 
    font-weight: 500; 
    font-size: 18px !important; 
} 

#pcp_wrapper-204 .pcp-readmore-link, 
#pcp_wrapper-228 .pcp-readmore-link{
    font-family: "Noto Sans Display", sans-serif !important; 
    font-weight: 600; 
    font-size: 18px !important; 
    display: flex; 
        justify-content: space-between;
}

#pcp_wrapper-204 .pcp-readmore-link:after, 
#pcp_wrapper-228 .pcp-readmore-link:after{
    content: "\f35a"; 
    font-family: "Font Awesome 7 Pro" !important; 
    font-weight: 500; 
    float: right; 
}

div.sp-pcp-post .pcp-item-200{
    border-radius: 5px; 
}

.testemonial-elev{
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.testemonial-elev img{
    border-radius: 100px; 
    margin-right: 20px; 
}

.testemonial-elev p{
    line-height: 1.3; 
}

.testemonial-elev em{
    font-style: normal; 
    color: var(--turquoise); 
}

@media  (max-width: 1080px){
    .single-eleverfaringer .dtx-content-right-sidebar .dtx-main{
    padding: 60px 0; 
}
}

/*Ansatte*/ 

.pcp-wrapper-232 .sp-pcp-post-content{
    display: flex;
    flex-direction: column;
    align-items: center; 
    line-height: 1.7 !important; 
}

.pcp-wrapper-232 .sp-pcp-post-content a{
    text-decoration: underline; 
    color: var(--turquoise)
}

.pcp-wrapper-232 .sp-pcp-title{
    display: flex;
    justify-content: center;
    padding: 10px 0; 
}

.pcp-wrapper-232 .sp-pcp-post-thumb-area img{
    border-radius: 500px; 
}

#pcp_wrapper-232 .sp-pcp-post{
    border-radius: 5px; 
}

.pcp-filter-by.pcp-bar.fl_button.filter-category p{
    display: none; 
}

/*Subpages*/ 

.icon-paragraph p{
    display: flex; 
    align-items: center;
}

.icon-paragraph p:before{
    content: "\f05a"; 
    font-family: "Font Awesome 7 Pro" !important; 
    font-weight: 700; 
    color: var(--turquoise); 
    font-size: 1.4em; 
    margin-right: 25px;
}

.arrow-list ul{
    list-style: none; 
    margin-left: 0; 
}

.arrow-list ul li{
    padding: 10px 0; 
    border-bottom: 1px solid #003e5c26; 
    font-family: "Noto Sans Display", sans-serif; 
    font-weight: 500;
    font-size: 20px; 
    display: flex; 
}

.arrow-list ul li:before{
    content: "\f054"; 
    font-family: "Font Awesome 7 Pro" !important; 
    font-weight: 600; 
    margin-right: 20px; 
    color: var(--turquoise); 
    font-size: 0.8em; 
    margin-top: 3px; 
}

.activity-list p{
    padding: 10px 0; 
    border-bottom: 1px solid #003e5c26; 
    font-family: "Noto Sans Display", sans-serif; 
    font-weight: 500;
    font-size: 20px; 
    display: flex; 
    margin-bottom: 0; 
}

.activity-list i{
    font-weight: 600; 
    margin-right: 20px; 
    color: var(--turquoise); 
    font-size: 0.8em; 
    margin-top: 7px; 
}

.vce-image-gallery-with-zoom-item-inner:after {
    content: "";
    display: block;
    padding-bottom: 70% !important; 
}
.vce-image-gallery-with-zoom-item-inner img.vce-image-gallery-with-zoom-img {
    width: 100% !important; 
}

.blue-row p, .blue-row h1{
    max-width: 500px; 
}

.blue-row .vce-asset-background-simple {
    opacity: 0.2;
}

/*Social media*/ 

svg.vce-social-icon-svg{
    background-color: var(--turquoise);
    padding: 10px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
}

/*Blogg*/ 

.single-post .dtx-content__image, 
.single-post .dtx-content__title, 
.single-post .dtx-sidebar, 
.single-post .post-meta{
    display: none; 
}

.single-post .dtx-content-right-sidebar .dtx-main{
    width: 100%; 
    padding: 0 0 100px 0; 
}

body.single-post {
    background-color: #fff; 
}

.vce-layouts-post-author.vce p{
    text-transform: uppercase; 
    letter-spacing: 2px; 
    font-size: 16px; 
}

.vce-layouts-post-author.vce p:before{
    content: "Av "; 
}

.single-post .dtx-wrap{
    max-width: 750px; 
}

.wp-caption .wp-caption-text{
    margin: 0; 
}

p.wp-caption-text{
    font-style: italic; 
    padding: 20px 0; 
}

.wp-caption{
    border: none; 
}

.wp-caption img{
    max-width: 100%; 
}

#pcp_wrapper-566 .sp-pcp-post{
    padding: 10px 10px 0 10px !important; 
    border-radius: 5px !important; 
}

#pcp_wrapper-566 .sp-pcp-post-meta{
    border-top: 1px solid #ccc; 
    padding: 20px 0; 
}

#pcp_wrapper-566 .sp-pcp-post-meta ul li.sps-meta-type-date, 
#pcp_wrapper-566 .sp-pcp-post-meta ul li.sps-meta-type-author{ 
    font-size: 16px !important; 
    color: #353535 !important; 
}

#pcp_wrapper-566 .left-thumb.sp-pcp-post .pcp-post-thumb-wrapper{
    width: 200% !important; 
    border-radius: 5px; 
    min-width: 200px !important; 
    max-width: 200px; 
}

.pcp-wrapper-566 .sp-pcp-title, .pcp-modal-566 .sp-pcp-title {
    margin: 25px 0px 25px 0px !important;
}

.sp-pcp-post.left-thumb .sp-pcp-post-details {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.pcp-modal-566 .sp-pcp-post-meta, .pcp-wrapper-566 .sp-pcp-post-meta {
    margin: 0 !important;
}

/*#pcp_wrapper-566 .sps-meta-type-author:after{
    content: "\e09f"; 
    font-family: "Font Awesome 6 Pro" !important; 
    color: var(--turquoise); 
    float: right; 
    margin-left: 20px; 
}*/


/*Søk*/ 

.search-results .dtx-sidebar{
    display: none; 
}

.search-results .dtx-content-right-sidebar .dtx-main{
    width: 100%; 
    padding: 100px 0 100px 0; 
}


.dtx-content-view__line.post-page{
    max-width: 700px; 
}


a.more{
    background-color: var(--turquoise); 
    color: #fff; 
    text-decoration: none; 
    padding: 15px 30px; 
    display: inline-block; 
    font-weight: 600; 
    font-size: 20px; 
    font-family: "Noto Sans Display", sans-serif;
    border-radius: 5px; 
    transition: all 0.5s ease;
    text-align: center; 
    margin-top: 20px; 
    margin-bottom: 50px; 
}

a.more:hover{
    opacity: 0.8;  
}

.search-results h2{
    margin-top: 40px; 
}


/*Sections*/ 

.padded-section{
    padding: 100px 0 !important; 
}

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

.padded-section-bottom{
    padding: 0 0 100px 0 !important; 
}

.padded-section-medium{
    padding: 150px 0 !important; 
}

.padded-section-medium-top{
    padding: 150px 0 0 0 !important; 
}

.padded-section-medium-bottom{
    padding: 0 0 150px 0 !important; 
}

.padded-section-big{
    padding: 220px 0 !Important; 
}

.padded-section-big-top{
    padding: 220px 0 0 0 !Important; 
}

.padded-section-big-bottom{
    padding: 0 0 220px 0 !Important; 
}

.padded-section-extrabig{
    padding: 300px 0 !Important; 
}

.padded-section-extrabig-top{
    padding: 300px 0 0 0 !Important; 
}

.padded-section-extrabig-bottom{
    padding: 0 0 300px 0 !Important; 
}

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

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

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

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


@media  (max-width: 1080px){
    .padded-section-big{
        padding: 80px 0 !important; 
    }

    .padded-section-big-top{
        padding: 80px 0 0 0 !important; 
    }
    
    .padded-section-big-bottom{
        padding: 0 0 80px 0 !important; 
    }


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

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

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

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

    .padded-section-small{
        padding: 35px 0; 
    }
    
    .padded-section-medium{
        padding: 80px 0 !important; 
    }

    .padded-section-medium-top{
        padding: 80px 0 0 0 !important; 
    }

    .padded-section-medium-bottom{
        padding: 0 0 80px 0 !important; 
    }
}