<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&amp;display=swap');

:focus { outline:none !important; }
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner {
    border: none;
}


form{
    text-align:center;
    background-color:#0066cc;
    width:100vw;
    height:100vh;
}
form img{
    width:50vw;
    max-width:250px;
    margin:20px 0;
}
form label{
    display:inline-block;
    width:200px;
    color:#fff;
    margin-top:20px;
    text-transform:uppercase;
    font-weight:bold;
}
form input{
    border:1px solid #fff;
    border-radius:4px;
    background:none;
    background-color:#ccc;
    padding:8px 5px;
    width:220px;
    color:#333;
}
form input[type="button"]{
    cursor:pointer;
}


body {
  font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
	margin: 0px;

}

.menu_label {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

h1 {

}

div {
    width: 100%;
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}


.body_style_boardroom {
  background: url(/assets/images/boardroom_v2.jpg) no-repeat center center fixed!important;
  background-size: cover!important;
  height: 100%!important;
  overflow: hidden!important;
  margin: 0px;
}  

.body_style_buyer {
  background: url("../images/buyer_bg.jpg") no-repeat center center fixed!important;
  background-size: cover!important;
  height: 100%!important;
  overflow: hidden!important;
  margin: 0px;	
}
.company_name {
    font-size: 20px;
    color: #725D40;
    margin-bottom: 5px;
}
.short_description {
color: #B18245;
}
.phone {
color: #B18245;
}
.web_address a {
color: #B48951;
}
.headshot {
margin: 0px 0px 10px 0px;
}
.user_full_name {
/*font-size: 16px;*/
font-weight: 600;
}
.user_title { 
margin-bottom: 5px;
color: #ffffff;
/*font-size: 12px;*/
}
.user_email a {
    text-decoration: underline;
    color: #ffffff;
    font-size: 10px;
}
.user_phone {
font-size: 12px;
color: #ffffff;
}
.product_offering {
margin: 10px 0px 10px 0px;
color: #EFBB77;
font-size: 16px;
}
.section_heading {
margin: 10px 0px 10px 0px;
color: #EFBB77;
font-size: 16px;
}
.about {
color: #EFBB77;
font-size: 18px;
margin: 0px 0px 10px 0px;
}
.address {
color: #EFBB77;
font-size: 18px;
margin: 0px 0px 10px 0px;
}
.address_info {
margin-bottom: 80px;
}
.company_description {
font-size: 15px;
font-weight: 300;
line-height: 20px;
padding: 15px;
}
.parent_catagory {
font-size: 15px;
font-weight: 300;
line-height: 20px;
}
.project_profile_parent {
font-size: 15px;
font-weight: 400;
line-height: 20px;
padding-bottom:10px;
color: rgba(249,225,193,1.00);
	}

.project_profile_child {
padding: 0px 0px 0px 10px;
/*font-size: 15px;*/
/*
font-weight: 300;
line-height: 20px;
*/
}	

.needs {
	
}
	
.child_catagory {
padding: 0px 0px 0px 10px;
font-size: 15px;
font-weight: 300;
line-height: 20px;
}
.product_shot {
margin: 0px 10px 10px 0px
}

/* always show scrollbars */

::-webkit-scrollbar {
-webkit-appearance: none;
width: 10px;
}

::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: #B9B9B9;
box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
hr {
border: 1px solid rgb(255 255 255 / 9%);
margin: 15px 0px 15px 0px;
}


.button {
    border: 2px solid #FFFFFF;
    color: white;
    padding: 20px;
    border-radius: 50px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
}
.button_icon_wrapper {
    width: 10%;
    float: left;
}
.button_text_wrapper {
    width: 90%;
    float: left;
    text-align: center;
}
.button_section {
    max-width: 400px;
    margin: 40px auto 0px auto;
    z-index: -1;
    clear: both;
}
    
.button_meeting {
    background-color: #4CAF50; /* Green */
}
.button_info {
    background-color: #1556D1; /* Blue */
}
    
.button_chat {
    background-color: #4D4D4D; /* Grey */
}


.menu_container {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #000;
    z-index: 2;
    position: absolute;
    right: 0px;
    top: 0px;
}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}
.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 28px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


@media screen and (max-height: 450px) {
/*
.overlay a {
    font-size: 20px
}
*/
.overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
}
}


@media screen and (max-width: 500px) {
.overlay a {
    font-size: 24px;
    line-height:28px;
	color:#ffffff;
	font-weight:bold;
}
}







.loader, .help-desk-loader {
    display: none;
    border: 5px solid #eee;
    border-radius: 50%;
    border-top: 5px solid #999;
    width: 30px;
    height: 30px;
    -webkit-animation: spin .1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    position: relative;
    top: calc(50% - 30px);
    left: calc(50% - 15px);
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bg{
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #000;
    opacity: .65;
    z-index: 999;
}
#mainBg{
    display: none;
}

#vendorsWrapper{
    position: fixed;
    bottom: 50px;
    width: 100vw;
    text-align: center;
    z-index: 1000;
}

#vendors{
    position: relative;
    text-align: center;
    padding: 30px;
    z-index: 1000;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
}
.vendor{
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin: 0 20px 0 0;
    cursor: pointer;
    transition: 0.3s;
}
.vendor:hover{
    background-color: #777;
    color: #fff;
}

#vendor_info{
    position: absolute;
    width: 50vw;
    height: 60vh;
    top: 10vh;
    left: calc(100vw * -1);
    background-color: #fff;
    border-radius: 2px;
    z-index: 1000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
    overflow:scroll;
    color: #333;
    padding:0px 10px;
}


/*=============================================================
====================== Responsive Design ======================
===============================================================*/
@media only screen and (min-width: 768px) and (max-width: 959px){ /*Note: Design for a width of 768px*/
}

@media only screen and (min-width: 480px) and (max-width: 767px){ /*Note: Design for a width of 480px*/
}

@media only screen and (max-width: 479px){ /*Note: Design for a width of 320px*/
    #vendorsWrapper{ bottom: 30px; }
    #vendors{ padding: 20px; }
    .vendor{ padding: 10px; }
    #vendor_info{ width: 80vw; }
}</pre></body></html>