/* Search SVG */
#rf-exhibitorcatalog > div > nav > div.filters-header > div > div > button > span > svg {
    fill: #fff;
}

/*Close Modal */
body > div:nth-child(53) > div.fade.rf-default-modal.rf-accessibility.rf-exhibitorCatalog-modal.in.modal > div > div > div.modal-header > button > span > svg {
    fill: #007ab8;
}

 
/*Font Family*/
 @font-face {
     font-family:'metropolislight';
     src: url('https://www.vmware.com/etc/clientlibs/microsites/clientlib-main/fonts/metropolis-light-webfont.woff2');
 }

.rf-admin-content, .rfComp-canvas, .rf-default-modal, [id*='rf-'].rf-widget {
    font-size: 16px;
    font-family: 'metropolislight',Helvetica,Arial,sans-serif;
    line-height: 1.4em;
    font-weight: 400;
}

.rf-body {
    font-family: "metropolislight",Arial,Helvetica,Sans-Serif;
    position: relative;
    outline: 0 !important;
    outline: none !important;
}

/* Line Color before Banner */

.header-component .hdr-wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #007ab8 !important;
    background-image: none !important;
}

.footer-component:before {
    content: "";
    position: absolute;
    margin-top: -18px;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-color: #007ab8 !important;
    background-image: none !important;
}

/* Login Contact US Event Link */
a,
a:link,
a:visited,
a:focus,
a:link:focus,
a:visited:focus {
  color: #1d428a;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:link:hover, a:visited:hover {
    color: #0091da;
    text-decoration: none;
    cursor: pointer;
}


/* Register button */

a.btn.btn-primary.ctaBtn.mL20.mmT25 {
    color: #fff;
    background-color: #007ab8;
}

a:hover.btn.btn-primary.ctaBtn.mL20.mmT25 {
    color: #007ab8;
    background-color: #fff;
    border-color: #007ab8;
}

a:focus.btn.btn-primary.ctaBtn.mL20.mmT25 {
    color: #1d428a;
    background-color: #fff;
    border-color: #1d428a;
}


/* Banner GD */
.w3-content.w3-section {
  width: auto;
  position: relative;
  padding-top: 16.7%;
}

.page-builder-display-reset img {
    max-width: 1200px;
}

/* Modal CSS Override */

.fade.in {
    opacity: 1 !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(68,68,68,0.6) !important;
}




/*Remove Close X Modal */
.rf-default-modal .modal-header .modal-close, .modal .modal-header .modal-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    background: none;
    border: none;
    -webkit-appearance: none;
    text-shadow: none;
    opacity: 0.5;
    height: 34px;
    font-size: 20px;
    color: #444;
    display: none;
}


/*Left align */
.modal-header {
    display: block;
}



