<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 26, 2019, 11:11:08 PM
    Author     : mnm
*/


.npn-filters { background-color: #cccccc; padding: 20px 0; }
.main { margin: 0 auto; max-width: 1280px; }
.sectionWrapper .general-container { padding-left: 0px; }

.locationfield { width: 96%; border: none; margin-top: 10px; margin-bottom: 5px; padding: 6px 0 2px 6px; }

.wrapper-demo ul { padding-left: 0px; padding-bottom: 8px; }
.wrapper-demo ul li { padding-left: 10px; line-height: 22px; font-size: 14px; }
.wrapper-demo #Partner_Program_Name__c ul li:nth-child(1) { border-bottom: 1px solid #000; }
.wrapper-demo #Partner_Program_Name__c ul li:nth-child(2) { padding-top: 10px; }
.wrapper-demo #Partner_Competency__c ul li:nth-child(1) { border-bottom: 1px solid #000; }
.wrapper-demo #Partner_Competency__c ul li:nth-child(2) { padding-top: 10px; }
.wrapper-demo #Program_Level__c ul li:nth-child(1) { border-bottom: 1px solid #000; }
.wrapper-demo #Program_Level__c ul li:nth-child(2) { padding-top: 10px; }

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

input.locationfield:focus {
    outline-color: #76b900 !important;
}

/* DEMO 3 */

.wrapper-dropdown-3 {
    position: relative;
    width: 19%;
    margin: 0 auto;
    padding: 12px 10px 10px;
    background: #666;
    cursor: pointer;
    outline: none;
    /* font-weight: bold;
     color: #fff; */
    float:left;
}

.wrapper-dropdown-3 span {
    color: #ffffff;
    text-transform:uppercase;
    font-size: 16px;
}

.wrapper-dropdown-3:nth-child(2n) {  margin-left: 15px; }
.wrapper-dropdown-3:nth-child(3n) {  margin-left: 15px; }

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 55%;
    margin-top: -3px;
    border-width: 7px 7px 0 7px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown {
    /* Size &amp; position */
    position: absolute;
    top: 59%;
    left: 0;
    right: 0;

    /* Styles */
    background: #eaeaea;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 16px;
    -webkit-margin-after: 0px;

    /* Hiding */
    display: none;
    /* opacity: 0;
pointer-events: none; */
    cursor: auto;
	z-index: 999;

}


.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 11px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: #eaeaea transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 0px;
    text-decoration: none;
    color: #000000;
    /* border-bottom: 1px solid #e6e8ea; 
    box-shadow: inset 0 1px 0 rgba(255,255,255,1); */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.containercheck i.fa.fa-info {
    float: none !important;
    padding-left: 5px !important;
}


.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

/*
.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
} */

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    display: block;
    /*opacity: 1;
pointer-events: auto; */
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

/*  Selection Box styles  */
/* The containercheck */
.containercheck {
    position: relative;
    padding-left: 23px;
    margin-bottom: 0px;
    cursor: pointer;
    display: inline-block;
    width:100%;
    
}

.wrapper-demo.close {
    display: inline-block;
    position: absolute;
    width: 20px;
    margin-left: 20px;
    top: 3px;
    cursor: pointer;
}

.account:last-child {
    border-bottom: none;
}
/*End of spinner */
.swg-spinner-wrapper {
    display:none;
	position: absolute;
    top: 75%;
    left: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
	/*! margin: -1.5em; */
	width: auto;
	margin: 0 auto;
  }
  .swg-spinner {
	border-radius: 50%;
    width: 3em;
    height: 3em;
    position: relative;
	border: .4em solid #76b900;
    border-left-color: transparent;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  /*End of Spinner */

.wrapper-demo.close:before{position:absolute;content:'';width:20px;height:2px;top:15px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);background-color:#666;display:block;border-radius:10px;-webkit-transition:all .2s;-moz-transition:all .2s;-ie-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.wrapper-demo.close:after{position:absolute;content:'';width:20px;height:2px;left:0;top:15px;background-color:#667;display:block;border-radius:10px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .2s;-moz-transition:all .2s;-ie-transition:all .2s;-o-transition:all .2s;transition:all .2s}



/* Hide the browser's default checkbox */
.containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color 
.containercheck:hover input ~ .checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a background */
.containercheck input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #76b900;
}

#clearfields { color: #76b900; margin: 10px 0; display: inline-block; cursor: pointer; }


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "\2715";
    position: absolute;
    display: none;
    color: #76b900;
    font-size: 12px;
    font-weight: bold;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
    left: 1px;
    top: -4px;
}

.sectitle-text { text-transform: uppercase; font-weight:bold; color: #000000 !important; }
.dashed-line { border-top: 1px dashed #000; padding-top:10px; margin-top: 10px; }
.action-btns { display: inline-block; padding-top: 0px; width: 19%; }
.apply { float: left; display: inline-block; background-color: #76b900; color: #fff; font-weight: bold; text-transform: uppercase; padding: 12px 10px 10px; cursor: pointer; margin-left: 25px; }
.reset { /*float: right; */ display: inline-block; background-color: #a1a1a1; font-weight: bold; text-transform: uppercase; cursor: pointer; padding: 12px 10px 10px; color: #fff; margin-left: 15px; }

/*  Results Section Styles  */

.account{
    width: 100%;
        display:inline-block;
        padding-top:15px;
    padding-bottom:15px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 24px;
    
}
.account .name-and-address {
    width: 25%;
    padding-right: 30px;
    display: inline-block;
    float: left;
}



#result-grid { width: 100%; margin: 0 auto; max-width:1280px; min-height:300px;}
.records-count { font-size: 35px; color: #76b900; font-weight: normal; line-height: 35px; padding-bottom: 10px; }
.records-heading { display: inline-block; width: 100%; border-bottom: 1px solid #000; padding: 15px 0; }
.company-heading, .partnertype-heading, .competencies-heading, .partnerlevel-heading, .products-heading { width: 25%; float: left; font-size: 17px; }
.records-list {

    display: inline-block;
    width: 75%;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    float: left;

}
.company {  text-transform: none; }
.name-and-address{min-height:150px;}
.name-and-address .title {
    font-weight: bold;
    font-size: 16px;
    color: #76b900;
    text-transform: uppercase;
    
}
.partner_type, .competencies, .partner_level { color: #000; font-size: 14px; font-weight: bold; width:33.3%; float:left;}
.products { font-size: 17px; }
.company .title { padding-right: 10px; }
.partner_type { padding-right: 10px; word-break: break-all; }
.account p.legal{color: #000; font-style: italic;float:left; padding-top:30px;}
.competencies { word-break: break-all; padding-right: 10px; }
div.products::before { content: " "; display: inline-block; width: 8px; height: 11px; background-image: url("https://www.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/images/ul-greenarrow.png"); background-repeat: no-repeat; }
/*  End of Results Section Styles  */


@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .wrapper-demo { padding: 0 30px; }
    #result-grid { padding: 0 30px; }
}
@media screen and (max-width: 767px){
    
    .swg-spinner-wrapper{top:93%;}
    
    .name-and-address{min-height:120px;}
    
    .wrapper-demo.close{margin-left:6px;}
    
    .company-heading, .partnertype-heading, .competencies-heading, .partnerlevel-heading, .products-heading {
    width: 100%;
    float: left;
    font-size: 17px;
    margin-top: 15px;
   
}
    .account .name-and-address {
    width: 100%;
    padding-right: 30px;
    display: inline-block;
    float: left;

    }
    
    .partner_type, .competencies, .partner_level {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    float: left;
    margin-top: 15px;
}
    
    .main {
    width: 65%;
}



.action-btns {
    display: table;
    padding-top: 15px;
    margin: 0 auto;
    width: auto;
}

.Compentencies_selector {
    margin-top: 15px;
}
.partner_level_selector {
    margin-top: 15px;
}

.wrapper-dropdown-3:nth-child(2n) {
    margin-top: 15px;margin-left: 0px;
}

.wrapper-dropdown-3:nth-child(3n) {
    margin-left: 0px;
    margin-top: 15px;
}
.wrapper-dropdown-3:nth-child(2n) {
    margin-top: 15px;margin-left: 0px;
}

  #result-grid {
   
    padding-left: 30px;
    padding-right: 30px;
}

.wrapper-dropdown-3 {
    width: 100%;
    margin: 0 auto;
}

    .apply { margin-left: 0px; }
    
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    
    #result-grid {
   
    padding-left: 30px;
    padding-right: 30px;
}



.records-list {
    width: 70%;
    margin: 0;
}


    

    .main { width: 60%; }
    .wrapper-dropdown-3 { width: 48.3%; }
    .wrapper-dropdown-3:nth-child(3n) { margin-left: 0px; }
    .Compentencies_selector { margin-top: 15px; }
    .partner_level_selector { margin-top: 15px; }
    .action-btns { display: table; padding-top: 15px; margin: 0 auto; width: auto; }
    .apply { margin-left: 0px; }
    .npn-filters { padding: 20px 0 0 0; }
  /*  .wrapper-dropdown-3.active .dropdown { z-index: 1; } */
    .records-count { padding-left: 30px; padding-right: 30px; }
    .records-heading { padding: 15px 30px 15px 0; }
    .account .name-and-address{width: 27%}

}
/*
@media screen and (min-width: 768px) and (max-width: 850px) {
    .records-list { width: 92%; }
}

@media screen and (min-width: 851px) and (max-width: 995px) {
    .records-list { width: 93%; }
}

@media screen and (min-width: 996px) and (max-width: 1024px) {
    .records-list { width: 94%; }
}

*/


</pre></body></html>