.notloggedin #topbanner {
     display:none;
}
 .notloggedin #topmenu{
     display:none;
}
 .notloggedin #mobile-header{
     display:none;
}

body {
font-family: 'Roboto Flex', sans-serif;
}

/*FOOTER*/
.c-footer {
padding-top: 5vh;
padding-bottom: 10vh;
display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 820px) {
.c-footer {
padding-top: 5vh;
padding-bottom: 10vh;
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
}

.c-form-container {
padding: 20px;
    background-color: #fff;
    border-radius: 90px 0px;
    box-shadow: 1px 0px 10px 6px #cccccc5e;
}

/*END OF FOOTER*/


div.htmlbox ul {
padding-left: 0px !important; 
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}/* CONTACT FORM */

div.contactform form p {
    position: relative;
    width: 100%;
}

.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 18px;
    border-bottom: 1px solid #777777;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
}


.contactform form p:nth-child(2) {
    max-width: 100%;
    float: left;
    width: 45%;
clear: initial;
}
@media (max-width: 768px) {
.contactform form p:nth-child(2) {
    width: 100%;
}
}

.contactform form p:nth-child(3) {
    max-width: 100%;
    float: right;
    width: 45%;
clear: initial;
}
@media (max-width: 768px) {
.contactform form p:nth-child(3) {
    width: 100%;
}
}



.contactform button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 10px;
    color: #fff;
    margin: auto;
width: 200px;
margin-top: 10px;
    background-color: #222222;
    border: 1px solid #222222;
    transition: 0.3s;
border-radius: 20px;
}
.contactform button:hover {
color: #fff;
background-color: #bf6f36;
border: 1px solid #bf6f36;
    transition: 0.3s;
}