/* Enter Your Custom CSS Here */   

 .videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vw-site-header.vw-site-header-style-centered-logo .vw-site-header-inner, .vw-site-header.vw-site-header-style-left-logo .vw-site-header-inner {
    padding: 5px 0;
}

.vw-menu-main-wrapper {
    border-color: #000;
}


.vw-top-bar, .vw-site-header, .vw-about-author-section {
    background-color: #000000;
    padding-bottom: 15px;
}

/* STAFF */
img.staff-member-photo {
    float: left;
    width: 200px;
  }

div.staff-member-listing h3.staff-member-name {
    margin: 0;
    font-size: 23px;
}

div.staff-member.even {
    margin-top: 2em;
}

/* FORM */

input[type=submit], button, .vw-button {
    padding: 5px 10px;
    background-color: #c4161c;
}


/* POLICY PAGES */

.policy-page-footer-left {
  padding-right:25px;
}


/* WIDGET */

.vw-post-style-small-left-thumbnail .vw-post-box-thumbnail {
    display: inline-block;
    float: left;
    width: 21%;
}

/* CRM FORM MARGINS */

div.crm-container label {

    margin-left: 5px;
}
