body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Verdana;
    font-size: 12pt;
	
}

body.loading::before {
    position: fixed;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    content: " ";
    background-image: url('/assets/img/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}


a {
	color: #4d9ea4;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
	color: #32818e;
}
.vv_container_table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.vv_header_row {
    height: 36px;
}

.vv_header {
    height: 48px;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    background-color: #00338d;
	background-color: #f8f8f8;
	font-size: 14pt;
}

.vv_header a.vv_vesvault_icon {
    left: 36px;
    width: 36px;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}
.vv_header>a {
    display: block;
    position: absolute;
    top: 2px;
    height: 44px;
    text-align: center;
    padding-top: 6px;
    color: #69bcca;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
.vv_header>a:hover{
    color:  #3c9bab;
}
.vv_header a.vv_action {
    left: 0;
	top: 0px;
    width: 40px;
}

.vv_header a.vv_user {
    left: 160px;
    right: 36px;
    text-align: right;
    padding: 6px 0.75em 0 0.75em;
}

.vv_header a.vv_user .select {
    font-style: italic;
    font-weight: 400;
}

.vv_header a.vv_dropdn {
    right: 0;
    width: 48px;
    /*border-left: dotted 1px #cecdcd;*/
    text-align: center;
    
}

.vv_header>a:hover {
    background-color: rgba(255,255,255,0.1);
}
.vv_header .vv_company {
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    margin-right: 0.5em;
    color: #7fbfbf;
}
.vv_header .vv_company::before {
    content: "";
	
}
.vv_header .vv_company::after {
    content: "\2014";
	padding-left: 0.5em;
}
.vv_header .vv_company:empty {
    visibility: hidden;
}
.vv_header-logo{
	display: block;
    height: 36px;
    text-align: left;
    padding-top: 3px;
    padding-left: 40px;
	color: #7523c2;
    color: #fcb900;
	color: #56b4c4;
    font-weight: 700;
    font-size: 24px;
	width: 140px;
}
.vv_header-logo:hover{
	color: #69bcca;
	color: #32818e;
}
.actn_menu {
    position: fixed;
    top: 36px;
    bottom: 0;
    left: 0;
    width: 90%;
    max-width: 480px;
    overflow: hidden;
    display: none;
}

.actn_menu_panel {
    width: 100%;
    height: 100%;
    background-color: #dfdfdf;
    border: solid 1px #002145;
    position: absolute;
    right: 100%;
    overflow-y: auto;
}
.actn_menu_panel .submenu {
    display: none;
}
.actn_menu_panel a, .select_menu a {
    display: block;
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    border-bottom: dotted 1px #002145;
    text-decoration: none;
    padding: 4px 8px 4px 8px;
    color: #00005f;
    font-weight: 700;
    overflow: hidden;
}
.vv_unauthd .actn_menu_panel a.actn_authd {
    color: #9f9f9f;
    pointer-events: none;
}
.actn_menu_panel .submenu a {
    padding-left: 32px;
}
.actn_menu_panel a:hover, .select_menu a:hover {
    border-bottom: dotted 1px #00005f;
    /*text-decoration: underline;*/
    background-color: #efefef;
}

.actn_menu_panel a.actn>span {
    display: inline-block;
    position: relative;
    overflow: visible;
    padding-top: 3px;
}

.actn_menu_panel a.actn_home {
    padding-left: 5px;
	background-position: 4px center;
    background-repeat: no-repeat;
	
}
.actn_menu_panel a.actn_home img{
    padding: 4px 6px 2px 6px;
	margin-bottom: 4px;
	margin-top: -4px;
}
.actn_menu_panel a.actn_home span{
    padding-left: 5px;
	position: absolute;
	top: 6px;
}
.actn_menu_panel a.actn_vv {
    padding-left: 42px;
    background-image: url('https://vesvault.com/assets/img/vv-sq-black-128x128.png');
    background-size: 32px 32px;
    background-position: 4px center;
    background-repeat: no-repeat;
}
.actn_menu_panel #expand-submenu{
	position: relative;
}
.actn_menu_panel #expand-submenu>span.expand-trng{
	position: absolute;
	top: -14px;
	left: 8px;
}
iframe.xauth {
    position: fixed;
    top: 36px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 480px;
    height: 32px;
    border: none;
}

.vv_content_row {
    background-color: #f8f8f8;
}

.vv_nav {
    text-align: center;
}

.vv_nav a {
    display: inline-block;
    height: 48px;
    text-align: center;
    text-decoration: none;
    font-size: 24pt;
    width: 1em;
    color: #1f003f;
    vertical-align: center;
}

.vv_nav a.disabled {
    display: none;
}

.vv_nav a::before {
    content: '\025cb';
}

.vv_nav a:hover {
    text-decoration: underline;
}

.vv_nav a.active::before {
    content: '\025cf';
}

.vv_page {
    font-size: 14pt;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 0 15px 8px 15px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

.vv_page p {
	font-size: 14pt;
    margin-left: 0px;
    margin-right: 0px;
	margin-top: 10px;
}

/*
.vv_page p a {
    color: #1f1f1f;
}
.vv_page p a:hover {
    color: #1f1f9f;
}
*/
.vv_page p.note {
    margin-bottom: 32px;
    font-style: italic;
    font-size: 11pt;
}
.vv_page hr {
    margin: 40px auto 40px auto;
    width: 50%;
}

h1 {
    font-size: 20pt;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
}

h2 {
    font-size: 18pt;
    text-align: center;
    font-weight: 700;
    color: #002145;
}

h3 {
    font-size: 16pt;
    text-align: left;
    font-weight: 900;
    /*color: #0f005f;*/
    margin: 28px 16px 0 0px;
}

form {
    width: 100%;
    margin: 8px auto 8px auto;
}

label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    margin: 8px auto 8px auto;
}

button {
    border: solid 1px #69bcca;
    background-color:  #69bcca;
    color: #1A2C4C;
    cursor: pointer;
    width: 100%;
    max-width: 288px;
    display: block;
    margin: 28px auto 28px auto;
    font-size: 18pt;
    font-weight: 700;
    padding: 8px;
    /* color: #1f1f9f; */
    
}

button:hover{
	border: solid 1px #3c9bab;
	background-color: #3c9bab; !important;
}
button:focus, input:focus, textarea:focus, select:focus {
    box-shadow: 0 0 0 3px #7fbfff;
    outline: none;
}

.vv_footer_row {
    height: 40px;
}

.vv_footer {
    height: 100%;
    background-color: #303030;
    position: relative;
}

.vv_footer .vv_copyright {
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: #dfdfdf;
    padding: 4px;
    font-size: 10pt;
}
.vv_footer_line_link a:first-of-type {
    border-left: 0;
}
.vv_footer_line_link a{
	display: inline-block;
	font-size: 10pt;
	padding: 0 6px;
    border-left: 1px solid rgba(255,255,255,0.7);
	color: white;
	text-decoration: none;
}
.vv_footer_line_link a:hover{
	text-decoration: underline;
}
.vv_footer_line_link{
	padding: 10px;
}
.vv_footer_coll_link a{
	display: inline-block;
	font-size: 10pt;
	padding: 0 6px;
    color: white;
	text-decoration: none;
	padding-left: 10px;
}
.vv_footer_coll_link a:hover{
	text-decoration: underline;
}
.vv_footer_coll_link{
	padding: 10px;
}
.vv_footer_coll_link a:first-of-type {
    padding-left: 10px;
}
.select_menu{
    position: fixed;
    top: 36px;
    height: 72px;
    right: 0;
    width: 200px;
    overflow: hidden;
    display: none;
}
.select_other_acc{
    width: 200px;
    background-color: #dfdfdf;
    border: solid 1px #002145;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    text-align: left;
}
.select_other_acc a{
	display: block;
	position: relative;
    overflow: visible;
    padding-top: 3px;
	color: #00005f;
    font-weight: 700;
	text-decoration: none;
}
.vv_unauthd a.sel_authd, a.sel_unauthd, .vv_loggedout a.sel_loggedin, a.sel_loggedout {
    display: none;
}
.vv_unauthd a.sel_unauthd, .vv_loggedout a.sel_loggedout {
    display: block;
}
.faq-title {
    font-size: 22px;
    font-weight: bold;
    padding: 1.5em 2em 30px 2em;
	text-align: center;
}
.faq-subtitle{
	font-size: 18px;
    font-weight: bold;
	text-align: left !important;
    padding: 30px 5em 15px 0;
}
.faq_question {
    font-size: 16px;
	text-align: left !important;
	font-weight: bold; 
	padding: 40px 0 5px 0;
	margin-top: -25px;
}
.faq_answer {
    font-size: 14px;
    text-align: left !important;
}
.client-faq{
	font-size: 14pt;
    width: 100%;
    height: 100%;
    max-width: 640px;
    margin: auto;
    padding: 0 8px 8px 8px;
    box-sizing: border-box;
	text-align: center;
}
.expand_enterprise .actn_menu_panel #vm_enterprise {
    display: block;
}
.expand_enterprise .actn_menu_panel #expand-submenu {
    display: none;
}
#frm_inst_create h3 {
    font-size: 18pt;
    text-align: left;
    color: #0f005f;
    margin: 48px 16px 0 16px;
}

.vv_consent, .vv_consent_top {
    position: fixed;
    left: 8px;
    right: 8px;
    background-color: #bfdfff;
    padding: 8px 16px 8px 16px;
    border: solid 1px #7f9fbf;
    font-size: 11pt;
    z-index: 16000;
}
.vv_consent {
    bottom: 8px;
}
.vv_consent_top {
    top: 8px;
}
.vv_consent_close {
    display: block;
    text-align: right;
    color: #0000bf;
}
.ves-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
   margin: 0 -30px;
}
.ves-block1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
   
}
.what h3 {
    text-align: center;
    text-transform: lowercase;
}
.what ul {
    margin-left: -20px;
}
.what ul li {
    position: relative;
}
.what ul li .eta {
    position: absolute;
    right: 0;
    color: #bfbfbf;
}
.what ul li .eta.eta_live {
    color: #009f00;
}
.what ul li .eta.eta_beta {
    color: #9f9f00;
}
.what ul li .eta.eta_alpha {
    color: #9f0000;
}
.show-less .more, .show-more .less {
    display: none;
}
.item {
	position: relative;
    z-index: 1;
    width: calc(30% - 60px);
	max-width: 550px;
	margin: 0 10px 10px 0px;
    padding: 34px 30px 32px;
	background-color: #E1F1F4;
	cursor: pointer;
}
.item.wide {
    width: calc(90% - 40px);
    max-width: 1850px;
}
.item-wide {
    width: 100%;
}
.item:not(.item-light):hover, .item-dark{
	background-color: #69bcca;
}
.item>a, .wide-item>a{
	display: inline-block;
    color: #3c9bab;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 2px solid currentColor;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
    pointer-events: none;
	padding-top: 20px;
}
.item>a{
	position: absolute;
    bottom: 0;
    margin: 0px auto 20px auto;
}	
.item.wide {
}
.item:hover >a{
	opacity:1;
	pointer-events:auto;
	text-decoration: none;
	color: #0c0c0c;
}
.wide-item:hover >a{
	opacity:1;
	pointer-events:auto;
	text-decoration: none;
	border-bottom: 2px solid #3c9bab;
	color: #3c9bab;
}
.title{
	max-width: 600px;
    margin-bottom: 0px;
	font-size: 50px;
	text-align: left;
	font-weight: 900;
	
	font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-transform: none;
	color: #1A2C4C;
	margin-top: 44px;
}
.title p{
	font-size: 36px;
	color: #3c9bab;
    font-weight: 300;
}
.title p.title2 {
    margin-top: -30px;
    font-size: 24px;
    color: #7b7b7b;
    font-style: italic;
    font-weight: 700;
}
.title p.title2 em {
    text-transform: uppercase;
}
.ves-header {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    margin: 60px 0 20px 0;
}
.subtitle{
	font-size: 30px;
    line-height: 36px;
	/*margin-right: calc(40% );*/
	margin-right: 200px;
}
.item h3{
	font-size: 36px;
    line-height: 42px;
    letter-spacing: -1px;
    margin-bottom: 40px;
    font-family: "sofia-pro", sans-serif;
    font-style: normal;
    font-weight: 600;
}
.item h3>span{
	white-space: nowrap;
	margin-left: 0em;
}
.item h3>a{
	color: #0c0c0c;
	text-decoration: none;
}
.item h3>a:hover{
	text-decoration: none;
}
.item p{
	font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
}
.item .more a {
    color: #0000df;
}
.item .more a:hover {
    text-decoration: underline;
}
.wide-item{
	position: relative;
    z-index: 1;
    width: calc(100% - 30px);
    /* width: 350px; */
    margin: 0 0 2px;
    padding: 28px 30px 32px 0px;
}
.wide-item p{
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
}
.coming-soon {
    color: red;
    margin: auto;
    font-size: 18pt;
    text-align: Center;
}
.actn_menu_panel .top_row, .select_other_acc .top_row {
    display: block;
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    border-bottom: dotted 1px #002145;
    padding: 4px 8px 4px 12px;
    color: #002145;
    font-weight: 700;
    overflow: hidden;
}
.actn-sub{
	padding-left: 21px !important;
}

#status {
    text-align: center;
    font-size: 11pt;
    height: 24px;
    top: 48px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: rgba(255,255,240,0.9);
}
#status:empty {
    display: none;
}
#status.error {
    color: #bf0000;
    background-color: rgba(255,224,224,0.9);
    font-weight: 700;
}
#status.success {
    color: #00bf00;
    background-color: rgba(224,255,224,0.9);
    font-weight: 700;
}

@media (max-width: 1200px){
	.ves-block .item{
		width: calc(50% - 100px);
	}
	.subtitle{
	    margin-right: 100px;
}
}
@media (max-width: 900px){
	.ves-block .item{
		width: calc(95% - 100px);
	}
	.subtitle{
	    margin-right: 50px;
}
}
@media (max-width: 600px){
	.ves-block .item{
		width: calc(90% - 60px);
	}
	.subtitle{
	    margin-right: 0px;
        }
}
