@charset "UTF-8";

/* CSS Document */

p,
li,
td {
    font-size: 14pt;
    /*font-family: "proxima-nova", sans-serif;*/
    font-style: normal;
    font-weight: 400;
}

td,
th {
    padding: 5px;
}

th {
    text-align: center;
    font-size: 14pt;
    font-family: "proxima-nova", sans-serif;
    font-style: bold;
    color: #6F6F6F;
}

.cell-narrow {
    width: 30%;
}

caption {
    font-size: 1.4em;
}

code {
    padding: 0px 0px;
    font-size: 85%;
    color: #6F6F6F;
    background-color: transparent;
    border-radius: 0px;
}

p.caption {
    color: #6F6F6F;
    font-style: italic;
    margin-top: 10px;
}

aside {
    float: right;
    margin: 30px;
}

#rellinks {
    background-color: #D9D8D8;
    padding: 10px;
    margin-bottom: 20px;
}

#rellinks p {
    text-align: left;
}

#rellinks .learnmore {
    text-align: center;
    font-size: 18px;
    color: #6F6F6F;
}

#sidebar {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

figure {
    text-align: center;
    margin: 30px;
}

.body-table {
    width: 100%;
    border: thin solid;
    margin-bottom: 20px;
}

.body-table td,
th {
    border: thin solid;
    padding: 5px;
}

.none {
    display: none;
}

.overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    z-index: 1000;
    /*box-shadow: 5px 5px 5px grey;*/
    width: 80%;
    max-height: 100%;
    overflow: scroll;
    padding-bottom: 20px;
    border: 2px solid #777;
}

.overlay .row {
    margin: 20px;
    overflow-y: scroll;
}

.overlay h1 {
    color: #777;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.overlay p {
    color: #777;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.zoom:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    background: #FFFFFF;
    padding: 8px;
    border: solid 1px #999;
}

h1 {
    color: #1e82bb;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
}

h2,
h3 {
    color: #6F6F6F;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.blue {
    color: #1e82bb;
}

.reddk {
    color: #D50000;
}

.green {
    color: green;
}

.figure {
    color: #1e82bb;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    display: block;
}

.bright {
    color: #EDC700;
    font-weight: 700;
}

.hover {
    cursor: pointer;
}

.hover:hover {
    opacity: 0.7;
}

.decorated {
    border-top: solid #1e82bb;
    border-top-width: 5px;
    border-bottom: solid #1e82bb;
    border-bottom-width: 5px;
}

.navbar-default {
    background-color: #FFF;
    background-image: url("../art/banner-metal.jpg");
    border-color: #FFF;
    margin-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 2px;
    border-style: solid;
}

.navbar-brand {
    padding: 5px;
}

.navbar-brand img {
    height: 40px;
    position: relative;
    top: 20px;
    left: 20px;
}


/* nav colors for metal style */

.navbar-default .navbar-text {
    color: #3B3B3B;
}

.navbar-default .navbar-nav>li>a {
    color: #3B3B3B;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #1E1D1D;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #3B3B3B;
    background-color: rgb(0, 0, 0, .25);
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #3c3c3c;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: rgb(0, 0, 0, .25);
    ;
    color: #3B3B3B;
}


/* end new nav  */


/* for fading text on home page */

#text1 {
    display: none;
    font-size: 80px;
    color: #000;
    font-weight: bold;
    /*text-shadow: -3px -3px #58595b;*/
}

#text2,
#text3,
#text4,
#text5 {
    display: none;
    font-size: 80px;
    color: #000;
    font-weight: bold;
    /*text-shadow: -3px -3px #58595b;*/
}

#text5 {
    display: none;
    font-size: 80px;
    color: #f8ca6c;
    font-weight: bold;
    text-decoration: underline;
    /*text-shadow: -3px -3px #58595b;*/
}

#fade-text {
    text-align: left;
    /*height: 200px;*/
    margin-bottom: 50px;
}

#keep-together {
    display: block;
}

#main-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

#intro {
    /*background:rgba(0,0,0,0.25);*/
    text-align: left;
    padding: 10px;
    color: #000;
}

#intro-title {
    font-size: 34px;
}

#intro-body {
    font-size: 24px;
}

.banner-dark {
    background-image: url("../art/banner-metal.jpg");
    background-size: repeat;
    background-color: #222;
    padding-top: 80px;
    height: 450px;
    text-align: center;
    overflow: hidden;
}

.soft-btn {
    background-color: rgba(0, 0, 0, 0.10);
    font-size: 20px;
    border: solid 2px #777;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.soapbox {
    padding: 20px;
    border: 1px solid #777;
}

.border {
    border: 1px solid #000;
}

.box {
    height: 100%;
}

.localize {
    float: right;
    font-size: 1em;
    color: #1e82bb;
    margin-right: 10px;
    margin-top: 10px;
    font-family: "proxima-nova", sans-serif;
}

.line-top {
    border-top: thin solid #1e82bb;
    padding-top: 10px;
}

.line-bottom {
    border-bottom: thin solid #1e82bb;
    padding-bottom: 20px;
}

.line-right {
    border-right: thin solid #1e82bb;
    padding-bottom: 20px;
}

.light-shade {
    background-color: #D9D8D8;
    padding: 10px;
}

.white {
    background-color: #fff;
    padding: 10px;
}

.white-text {
    color: #fff;
}

.transparent {
    background-color: none;
    padding: 10px;
}

.gray {
    color: #6F6F6F;
}

.text-shadow {
    text-shadow: 2px 2px 4px #000000;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.thumbnail-logo {}

.thumbnail-logo img {
    max-width: 130px;
}

.thumbnail-logo-wide img {
    max-width: 100%;
}

.icon img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 10px;
}

.bottomspacer {
    padding-bottom: 30px;
}

.bottomspacer10 {
    padding-bottom: 10px;
}

.bottomspacer80 {
    padding-bottom: 80px;
}

.news-article {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.news-link,
.news-img {
    display: table-cell;
}

.news-img {
    padding-left: 10px;
}

.news-link-wide,
.news-img-wide {
    display: block;
}

.pr-image {
    width: 100%;
}

.app-image {
    width: 100%;
}

.subscribe-btn {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border: 0px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#homepage {
    /*background-color:#222;*/
    background-color: #FFF;
    width: 100%;
}

#homepage #tagline {
    /*float:right;
	margin-top:220px;
	margin-right:50px;
	margin-left: 20px;*/
    margin-bottom: 100px;
}

#homepage #tagline h1 {
    font-size: 60px;
    font-weight: bold;
    color: #FFF;
}

#homepage #copyright {
    position: relative;
    bottom: 20px;
    width: 100%;
    color: #000;
    margin-left: 10px;
}

#homepage #auto {
    background-image: url("../art/h-automotive.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#homepage #industrial {
    background-image: url("../art/h-industrial5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#homepage #gp {
    background-image: url("../art/h-camera.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#homepage #mobile {
    background-image: url("../art/h-doorbell.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#homepage #compute {
    background-image: url("../art/h-compute.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#homepage #wireless {
    background-image: url("../art/h-wireless.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#homepage .panel {
    background-color: #000000;
    width: 100%;
    height: 210px;
    margin: 0px;
    margin-bottom: 20px;
}

#homepage .panel-tall {
    background-color: #000000;
    height: 540px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 30px;
    text-align: center;
}

#homepage .panel-tall img {
    width: auto;
}

#homepage .title-bar {
    background-color: #000000;
    width: 100%;
    height: 50px;
    padding: 15px;
    text-align: center;
}

#homepage .title-bar h1 {
    font-size: 20px;
    font-weight: bold;
    color: #DDDDDD;
    padding: 0;
    margin: 0;
}

#overview {
    color: #FFF;
    background: #000 url("../art/banner-overview.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 75% 0;
    overflow: hidden;
}

#technology {
    color: #FFF;
    background: #4279af url("../art/banner-technology.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 75% 0;
    overflow: hidden;
}

#shop {
    color: #f1f4f5;
    background: #000000 url("../art/banner-shop.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 400px;
    display: table;
}

#shop #jumbo-title {
    color: #FFF;
    background: rgba(0, 0, 0, 0.25);
}

#products {
    color: #f1f4f5;
    background: #000000 url("../art/banner-disruptive.jpg");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: table;
}

#products #jumbo-title {
    color: #FFF;
    background: rgba(0, 0, 0, 0.25);
}

#bar {
    height: 50px;
    background-color: #FFF;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    margin-top: -30px;
    padding: 12px;
}


/*#bar a {
	border:solid .5px #777;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-left: 6px;
}
#bar a:hover{
	background-color: #EFEFEF;
}*/

.shade {
    color: #FFF;
    background: rgba(0, 0, 0, 0.25);
}

#ai {
    color: #f1f4f5;
    background: #000000 url("../art/banner-ai.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 400px;
    display: table;
}

#mipi {
    color: #f1f4f5;
    background: #000000 url("../art/banner-mipi.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 400px;
    display: table;
}

#rap {
    color: #f1f4f5;
    background: #000000 url("../art/banner-rap1.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 400px;
    display: table;
}

#vision {
    color: #f1f4f5;
    background: #000000 url("../art/banner-vision-soc.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: table;
}

#riscv-accel {
    color: #f1f4f5;
    background: #000000 url("../art/banner-riscv-accel.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: table;
}

#riscv {
    color: #f1f4f5;
    background: #FFFFFF url("../art/banner-diamonds.jpg");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: table;
}

#riscv #jumbo-title h1 {
    text-align: left;
    color: #254c76;
    font-size: 55px;
    margin-left: 20px;
}

#trion {
    color: #f1f4f5;
    background: #000000 url("../art/banner-trion-ai.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 400px;
    display: table;
}

#titanium {
    color: #f1f4f5;
    background: #000000 url("../art/banner-metal.jpg");
    background-position: center;
    background-repeat: repeat;
    overflow: hidden;
    width: 100%;
    height: 200px;
    display: table;
    margin-bottom: 0px;
}

#ti60f100 {
    color: #f1f4f5;
    background: #000000 url("../art/banner-ti60f100.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 319px;
    display: table;
}

#trion_t4t8 {
    color: #f1f4f5;
    background: #000000 url("../art/banner-trion-t4t8.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: table;
}

#trion_t13t20t35 {
    color: #f1f4f5;
    background: #000000 url("../art/banner-trion-t13t20t35.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: table;
}

#trion_t55t85t120 {
    color: #f1f4f5;
    background: #000000 url("../art/banner-trion-t55t85t120.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 300px;
    display: table;
}

#devkits {
    color: #f1f4f5;
    background: #000000 url("../art/banner-devkits.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 200px;
    display: table;
}


/* PROMO jumbotron image */

#efinity {
    color: #f1f4f5;
    background: #d99452 url("../art/dragon-banner-fire.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
    overflow: hidden;
    width: 100%;
    height: 400px;
    display: table;
}

#driving-ai {
    color: #f1f4f5;
    background: #d99452 url("../promo/drivingai/trion-driving-ai.jpg");
    background-size: cover;
    /* background-size:cover; */
    /* background-position:100% 0; */
    background-color: #777;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 500px;
    display: table;
}


/* full-width row styles*/

.full-width {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
}

#license ol {
    counter-reset: section;
    /* Creates a new instance of the section counter with each ol element */
    list-style-type: none;
}

#license .increment li {
    margin-top: 10px;
}

#license .increment li::before {
    counter-increment: section;
    /* Increments only this instance of the section counter */
    content: counters(section, ".") ". ";
    /* Combines the values of all instances  of the section counter, separated   by a period */
}

#license .no-increment li {
    list-style-type: lower-latin;
}

#license .no-increment li:before {
    display: none;
}


/*  Forum styles */

#forum_new_post input,
textarea {
    width: 100%;
}

#forum_new_post #forum_submit {
    width: 40%;
    padding: 5px;
}

#form_field_wide {
    width: 100%;
}

#form_field_wide input[type="text"] {
    width: 100%;
}

#form_field_wide input[type="submit"] {
    width: 100%;
    font-family: "proxima-nova", sans-serif;
    background-color: rgba(233, 141, 64, 1.00);
    color: #FFFFFF;
    border: none;
    padding: 8px 12px;
    display: block;
}

#footer-main {
    height: 350px;
    width: 100%;
    margin-top: 50px;
    color: #f1f4f5;
    background-color: #aaabac;
    font-size: 12px;
}

#footer-main a {
    color: #f1f4f5;
}

#footer-main ul {
    list-style-type: none;
}

#footer-main .row {
    padding-top: 20px;
}

#footer-main p {
    font-size: small;
}

.footer-links {
    height: 120px;
}

#copyright {
    margin-top: 50px;
}

#copyright p {
    font-size: 10px;
}


/* footer for new shopping site */

footer {
    margin-top: 60px;
    padding-top: 30px;
    background-color: #4d4d4d;
    /*color: #e2e2e2;*/
    color: #000;
    background-image: url("../art/banner-metal.jpg");
    background-size: repeat;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #4d4d4d;
}

footer li {
    font-size: 13px;
}

footer h5 {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

#mainWrapper {
    /* margin-top:30px;	 */
}

.portrait {
    height: 250px;
    width: 250px;
    position: relative;
    margin-top: 30px;
}


/* .logo {
    width: 250px;
    position: relative;
    margin-top: 28px;
} */

.logo-sm {
    width: 150px;
}

.right {
    float: right;
}

.box-center {
    display: inline-block;
    text-align: left;
}


/* Support Center Styles */

.dark {
    background-color: #777;
}

#partners .trion-app {
    width: 100%;
    height: auto;
}

#partners #step2,
#partners #step4 {
    padding: 15px;
    margin-top: 20px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 960px) and (max-width: 1530px) {
    #homepage .title-bar h1 {
        font-size: 16px;
        font-weight: bold;
        color: #DDDDDD;
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #mainWrapper {
        margin-top: 30px;
    }
    #markets h1 {
        font-size: 36px;
    }
    .banner-dark {
        height: 600px;
    }
    #main-img {
        width: 80%;
    }
    #fade-text {
        height: 200px;
    }
}

@media (max-width: 1200px) {
    .line-right {
        border-right: none;
    }
}

@media (max-width: 792px) {
    #products {
        color: #f1f4f5;
        background: #000000 url("../art/banner-disruptive2.jpg");
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        overflow: hidden;
        width: 100%;
        height: 300px;
        display: table;
    }
}

@media (max-width: 768px) {
    #fade-text {
        height: 200px;
    }
    #text1,
    #text2,
    #text3,
    #text4,
    #text5 {
        font-size: 60px;
    }
    .banner-dark {
        height: 600px;
    }
    #main-img {
        width: 80%;
    }
    .overlay {
        width: 90%;
    }
    #homepage .panel {
        background-color: #000000;
        width: 100%;
        height: 400px;
        margin: 0px;
        margin-bottom: 20px;
    }
    #homepage #tagline {
        clear: both;
        /*	margin-right: 10px;
	margin-left: 20px;
	margin-top:100px;*/
    }
    #homepage #tagline h1 {
        font-size: 50px;
        /*	margin:5px;*/
        color: #FFF;
    }
    #homepage #copyright {
        position: relative;
    }
    aside {
        float: none;
        margin-left: 0px;
        margin-bottom: 0px;
        width: 100%;
        align-content: center;
        text-align: center;
    }
    #technology #jumbo-title {
        background: rgba(66, 121, 175, 0.5);
    }
    #trion #jumbo-title {
        /*background:rgba(217,148,82,0.5);*/
    }
    #overview #jumbo-title {
        background: rgba(0, 0, 0, 0.5);
    }
    #products {
        background-size: cover;
        background-position: 100% 0;
        background-repeat: no-repeat;
        overflow: hidden;
        width: 100%;
    }
    /* efinity jumbotron image */
    #efinity {
        height: 250px;
    }
    /* FOR PROMO pages */
    #driving-ai {
        height: 300px;
    }
    aside {
        display: block;
        margin: 0px;
    }
    th,
    td {
        font-size: 11pt;
    }
}

@media screen and (max-width: 1024px) {
    /* Specific to this particular image */
    #homepage #banner #banner-img {
        left: 48%;
        margin-left: -512px;
        /* 50% */
    }
}