<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#accordion-fixed-size.panel-group.az-accordion--icon .panel [data-toggle="collapse"] {
    font-size: 21px;
}
.page-node-19666 div#main {
    overflow: hidden;
}
#orcad-pcb, #orcad-pcb-teams {
    min-height: 175px;
}
.matrix-body .grid-table-cell.teams-standard {
    text-align: center;
    color: #cc0000;
    padding: 1rem;
}
.matrix-body .grid-table-cell.teams-professional {
    text-align: center;
    color: #cc0000;
    padding: 1rem;
}
#teams-compare-right .full-height, #teams-compare-left .full-height {
    height: 465px;
}
#teams-compare-right .ema-main-button-light, #teams-compare-left .ema-main-button-light, #teams-compare-right .tbl, #teams-compare-left .tbl {
    margin-top: auto;
}
#teams-compare-right .panel.panel-dxpr, #teams-compare-left .panel.panel-dxpr {
    padding: 10px;
    display: flex;
    justify-content: center;
}
#teams-compare-right .panel-body, #teams-compare-left .panel-body {
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.sticky-menu-nav-container ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 50px;
    left: 0;
    display: none;
    list-style: none;
    padding: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.525);
}

.sticky-menu-nav-container ul li:hover &gt; ul,
.sticky-menu-nav-container ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.sticky-menu-nav-container ul li ul li {
  clear: both;
  width: 100%;
}

#accordian-slide-section-teams .panel {
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
.page-node-19026 #block-system-main {
    overflow: hidden;
}
@keyframes animation {
    0% {
        width: 0%;
        opacity: 1;
    }
    100% {
        width: 100%;
        display: none;
    }
}
.accordian-mobile {
    display: none;
}
#accordian-slide-section-teams .accordian-slide {
    margin-right: -10em;
}
#accordian-slide-section-teams h4.panel-title a {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none; 
    width: 100%;
    display: block;
}
#accordian-slide-section-teams h4.panel-title a:hover, #accordian-slide-section-teams h4.panel-title a:focus {
 text-decoration: none;   
}
#accordian-slide-section-teams h4.panel-title [aria-expanded="true"]:after {
    position: relative !important;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107" !important;
    margin-left: 10px !important;
    float: right;
    color: #cc0000;
    font-weight: bold;
}
#accordian-slide-section-teams h4.panel-title [aria-expanded="false"]:after, #accordian-slide-section-teams h4.panel-title a:after {
    position: relative !important;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105" !important;
    margin-left: 10px !important;
    float: right;
    color: #cc0000;
    font-weight: bold;
}
#accordian-slide-section-teams .az-column .az-toggle {
    border-top: 2px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin: 0;
    border-radius: 0;
    box-shadow: 2px 2px lightgray;
    margin-top: 1em;
    margin-bottom: 1em;
}
#accordian-slide-section-teams .az-column .az-toggle:hover {
    background: #eee;
}
#accordian-slide-section-teams .az-column .az-toggle.opening {
    background: transparent;
    border-top: 2px solid #efc2c9;
}
#accordian-slide-section-teams .az-column .az-toggle.opened:hover {
    background: transparent;
    border-top: 2px solid transparent;
}
#accordian-slide-section-teams .az-column .az-toggle.opened:hover:before {
    border-top: initial;
    content: "";
    height: 2px;
    position: absolute;
    top:0;
    left: 0;
    background: #cc0000;
    margin-top: -2px;
    width: 100%;
}
#accordian-slide-section-teams .az-column .az-toggle:before {
    content: "";
    height: 2px;
    position: absolute;
    top:0;
    left: 0;
    background: #cc0000;
    margin-top: -2px;
    width: 0;
}
#accordian-slide-section-teams.animate .az-column .az-toggle.opening:before {
    animation: animation 20s forwards;
    animation-timing-function: ease-in;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    #orcad-pcb, #orcad-pcb-teams {
        min-height: auto;
    }
    #teams-compare-right .full-height, #teams-compare-left .full-height {
        height: auto;
    }
    div#teams-compare-left {
        border-right: none !important;
    }
    .sticky-menu-nav-container ul li ul {
        display: block;
        visibility: initial;
        box-shadow: initial !important;
        opacity: 1;
        background: initial !important;
        position: relative;
        margin-top: initial !important;
    }
    .accordian-mobile {
        display: block;
    }
    .accordian-slide {
        display: none;
    }

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