@media only screen and (min-width: 1000px) {
#footerblock {
    width: 24%;
    padding: 0% 0;
    margin: 20px 0;
    height: auto;
    border: none;
    color: White;
}

#footer *{
	border:0px solid white;
}

#footer {
	height:auto;
}

#footer #thirdblock.inline.center {
	margin-top:2vw;
}

#footer #thirdblock.inline.center img{
	width:45%;
}

#footer #sociallinks {
	width:auto;
	margin:2vw 0 1vw 0; 
}

#footer #sociallinks li {
	color:var(--dark-blue);
	background:white;
	width:2vw;
	text-align:center;
	font-size:.8vw;
	padding:0.5vw 0;
	margin-right:5px;
	border-radius:var(--circular);
}


#footer #twothirdsblock:nth-of-type(1) #fullblock {
	margin:4vw 0 2vw 0;
}

#footer div {
	vertical-align: top;
}
	
	#footer #thirdblock:nth-of-type(1) img {
	margin-left:-2%;}

#footer #thirdblock img {
	width: 70%;
}

#footer p, #footer span, #footer p strong {
	font-size:.8vw;
}

#footer span {
	display:block;
}


#footer strong:not(#footer p strong, #footer li strong) {
	font-size:1.2vw;
	display:block;
	margin:2vw 0 1vw 0;
}
	
#footer #twothirdsblock #thirdblock:nth-of-type(3)  strong:not(#footer p strong, #footer li strong) {
	margin:1.5vw 0 1vw 0;
	
}

#footer li {
	text-decoration:underline;
	padding:8px 0;
	font-size:.8vw;
}

#footerblock li {
    display: block;
    width: 90%;
    height: 18px;
    border-bottom: none;
    padding: 0;
	text-decoration:underline;
    
}

#footerblock li:last-of-type {
    border: none;
}

#footerblock p {
    display: block;
    width: 80%;
    height: auto;
    color: White;
    margin: 0;
    padding: 5% 0;
    
}

#footerblock strong {
padding-bottom: 5% !important;
display: block;
}

#footerblocks li a, #footerblocks a {
    color: White;
    text-decoration: none;
    font-size: 12px;
}

#footerblocks.left li {
        margin: 0 40% 0 0 !important;
}

#footerblocks.center li {
        margin: 0 20% !important;
}

#footerblocks.right li {
        margin: 0 0 0 40% !important;
}

#footer #thirdblock ul{
	padding:0;
}

.truesilver {
text-decoration: none;
color: inherit;
}
}