.gridContainer .gridText#header {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    width: 100%;
    justify-content: center;
}
.gridContainer .grid2InARow:nth-child(2) {
    grid-template-columns: 0.4fr 1.6fr;
}
.gridContainer .gridText#headerText > strong {
    font-size: 20px;
    line-height: 22px;
}
.gridText {
	padding-left:0px;
}
.gridContainer .gridSqueezeBox {
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0px 6px 12px #ccc;
    width: 100%;
}
.gridContainer .gridSqueezeBox > .squeezeContainer {
    padding: 2%;
    border-bottom: 2px solid #ddd;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeHeader {
    font-size: 28px;
    line-height: 32px;
    cursor: pointer;
	padding:0px 15px 0px 15px;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeHeader > h2 {
    font-size: 1.4rem;
    font-weight: bold;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeHeader > h2#pcbInfoOptions::before {
    content: "\f013";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    padding-right: 8px;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeHeader > h2#pcbMoreQuestions::before {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    padding-right: 8px;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeHeader > h2#pcbGoodToKnow::before {
    content: "\f0eb";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    padding-right: 8px;
	color: #ffc82b;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeHeader > h2:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-left: auto;
    float: right;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeHeader.hidden > h2:after {
    content: "\f107";
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeBody {
    grid-template-columns: 1fr 1fr;
    display: grid;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeBody.hidden {
    display: none;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeBody > .squeezeText {
    border-top: 2px solid #000;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeBody > .squeezeText > p {
    margin: 17px 0px;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeBody > .squeezeText > span > ul {
    padding-left: 0;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeBody > .squeezeText > span > ul > li.squeezeInfo{
    list-style-type: none;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeBody > .squeezeText > span > table > tbody > tr > td.squeezeInfo:before {
    font-size: 26px;
    line-height: 31px;
    color: #ffc82b;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: "\f0eb";
    padding-right: 5px;
}
.gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeBody > .squeezeText > span > table > tbody > tr > td.squeezeInfo {
    vertical-align:baseline;
}
.techRushContainer  {
    position: relative;

}
#techRushImg {
    width: 100px;
    margin-left:-5px;

}


.gridContainer .pcbInfo:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    padding-right: 5px;
}




.gridContainer .pcbInfo#pcbInfoSave:before {
    content: "\f019";
}
.gridContainer .pcbInfo#pcbInfoLoad:before {
    content: "\f093";
}
.gridContainer .pcbInfo#pcbInfoShare:before {
    content: "\f1e0";
}
.gridContainer .pcbInfo#pcbInfoPrint:before {
    content: "\f02f";
}
.gridContainer .pcbInfo#pcbInfoDiscardNew:before {
    content: "\f2ed";
}
#pcbInfoContactPhone:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    padding-right: 4px;
}
#pcbInfoContactForm:before {
    content: "\f109";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    padding-right: 2px;
}
.pcbInfoContactText {
	padding-left:15px;
}
.gridContainer .gridSqueezeBox .squeezeContainer .squeezeBody .nav_highlight {
    color: #aaa;
}
.gridContainer .gridSqueezeBox .squeezeContainer .squeezeBody .nav_highlight .nav_icon:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin: 0 5px;
}
.gridContainer .gridSqueezeBox .squeezeContainer .squeezeBody #jump_notes {
    cursor: pointer;
}
.squeezeBody > picture > img {
    padding-left:50px;
}

.gridContainer .gridSqueezeBox .squeezeContainer .squeezeBody .nav_highlight #nav_save_icon:before {
    content: "\f019";
}
.gridContainer .gridSqueezeBox .squeezeContainer .squeezeBody .nav_highlight #nav_load_icon:before {
    content: "\f093";
}
.gridContainer .gridSqueezeBox .squeezeContainer .squeezeBody .nav_highlight #nav_share_icon:before {
    content: "\f1e0";
}
.gridContainer .gridSqueezeBox .squeezeContainer .squeezeBody .nav_highlight #nav_print_icon:before {
    content: "\f02f";
}
.gridContainer .gridSqueezeBox .squeezeContainer .squeezeBody .nav_highlight #nav_discard_new_icon:before {
    content: "\f2ed";
}
@media screen and (max-width: 985px) {
    .gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeBody {
        grid-template-columns: 1fr;
    }
    .gridContainer .gridSqueezeBox > .squeezeContainer > .squeezeHeader > h2 {
        width: 100%;
    }




   .squeezeBody > picture > img {
    padding-left:0px;
}
}

