* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.lh0 {
    line-height: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    min-height: 100%;
    background: #fff;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    word-break: break-word;
}

.vam {
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 2px;
}

.mt5px {
    margin-top: 5px
}

.vtc-container {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #e1e1e1;
    max-width: 600px;
    box-sizing: border-box;
    position: relative;
    padding: 0px 20px;
}

.vtc-container:after,
.vtc-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    border: 3px solid #666;
}

.vtc-container:after {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

.vtc-container:before {
    left: 19px;
    right: 19px;
    top: 19px;
    bottom: 19px;
}

.vtc-header {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 30px;
}

.vtc-lbl1 {
    position: relative;
    margin-top: 10px;
    padding-bottom: 24px;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
}

.vtc-lbl1:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #0066dd;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.vtc-c-name {
    font-size: 22px;
    font-weight: bold;
    color: #0046ae;
    display: block;
    line-height: 30px;
}

.vtc-c-address {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.vtc-lb2 {
    margin-top: 15px;
    font-size: 16px;
    color: #555;
}

.vtc-sec {
    width: 90%;
    margin: 0 5%;
    display: block;
}

.vtc-footer {
    width: 90%;
    margin: 0 5%;
    padding-bottom: 30px;
}

.vtc-sec hr,
.vtc-footer hr {
    border-top-color: #ccc
}

.vtc-lbl3 {
    font-size: 12px;
    color: #595959;
    margin-top: 15px;
    margin-bottom: 10px;
}

.vtc-lbl4 {
    color: #676767;
    font-size: 11px;
    text-align: center
}

.vtc-cd-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 5px;
}

.vtc-cd-list li {
    position: relative;
    display: flex;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.vtc-cd-list li:before {
    content: '\f00c';
    font-size: 14px;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #0066dd
}

.vtc-cd-list li .lbl {
    display: block;
    white-space: nowrap;
    font-weight: 400;
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
}

.vtc-cd-list li .lbl:after {
    content: ':';
    position: absolute;
    right: 0;
}

.vtc-cd-list li .lbl.no:after {
    content: none;
}

.vtc-cd-list li .val {
    font-weight: 500;
}

.iss-exp-date {
    text-align: center;
    margin: 28px 0 20px;
    padding: 0;
    list-style: none;
}

.iss-exp-date li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    line-height: 14px;
    font-size: 13px;
    margin-bottom: 0px;
}

.iss-exp-date li:last-child {
    border-right: none;
}

.iss-exp-date li .lbl {
    color: #666
}

.iss-exp-date li .val {
    font-weight: 500;
}

.footer-logo {
    text-align: center;
    margin-bottom: 10px;
    line-height: 0px;
}

.vtc-footer-link {
    margin: 0;
    text-align: center;
    list-style: none;
    font-size: 11px;
    margin-top: 3px;
}

.vtc-footer-link li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    line-height: 14px;
}

.vtc-footer-link li:last-child {
    border-right: none
}

.vtc-footer-link li a {
    display: block;
    text-decoration: none;
    color: #03c;
}

.vtc-footer-link li a:hover {
    text-decoration: underline;
}

.close {
    text-align: center;
    padding: 15px 0
}

.btn-window-close {
    display: inline-block;
    font-weight: 500;
    color: #03c
}

.bdr-corner .bdrc {
    height: 150px;
    width: 150px;
    position: absolute;
    background: url(bdr_corner_2.png) no-repeat center center
}

.bdr-corner .bdrc.tl {
    top: 20px;
    left: 25px;
}

.bdr-corner .bdrc.tr {
    top: 25px;
    right: 20px;
    transform: rotate(90deg);
}

.bdr-corner .bdrc.bl {
    bottom: 25px;
    left: 20px;
    transform: rotate(270deg);
}

.bdr-corner .bdrc.br {
    bottom: 20px;
    right: 25px;
    transform: rotate(180deg);
}

#whatIsVTrust ul {
    padding-left: 20px;
}

#whatIsVTrust h3,
#vTrustTerms h3 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
}

#whatIsVTrust p,
#vTrustTerms p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 18px;
    color: #666
}

#vTrustTerms ul {
    margin: 5px 0 10px 20px;
    padding: 0;
}

#whatIsVTrust li,
#vTrustTerms li {
    font-size: 13px;
    margin-bottom: 7px;
    color: #666;
    line-height: 18px;
}

.footer-address {
    text-align: center;
    padding-left: 30px;
    line-height: 18px;
    padding-right: 30px;
    color: #666;
    padding-bottom: 20px;
}

.footer-address span {
    margin: 0 5px;
}
.bottom{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}