

.main-navigation ul ul {
    float: left;
    position: absolute;
    text-align: left;
    top: 3.25em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    border: 0;
    font-size: 1em;
    padding: 0.5em;
    width: 200px;
}

.main-navigation ul ul li {
    background: #10301f;
    border-bottom: 1px #5a836f dashed;
    margin: 0;
    transition: 0.3s all linear;
}

.main-navigation ul ul li:hover {
    background: #2f5140;
    transition: 0.3s all linear;
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    border-bottom: 8px solid #5ac031;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
    border: 0 !important;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
    border-bottom: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .menu-item-4969:hover > a,
.main-navigation .menu-item-4969.current_page_item > a,
.main-navigation .menu-item-4969.current-menu-item > a,
.main-navigation .menu-item-4969.current_page_ancestor > a,
.main-navigation .menu-item-4969.current-menu-ancestor > a {
    border-color: #ff9934;
}

.main-navigation .menu-item-278:hover > a,
.main-navigation .menu-item-278.current_page_item > a,
.main-navigation .menu-item-278.current-menu-item > a,
.main-navigation .menu-item-278.current_page_ancestor > a,
.main-navigation .menu-item-278current-menu-ancestor > a {
    border-color: #00ccff;
}

.main-navigation .menu-item-4531:hover > a,
.main-navigation .menu-item-4531.current_page_item > a,
.main-navigation .menu-item-4531.current-menu-item > a,
.main-navigation .menu-item-4531.current_page_ancestor > a,
.main-navigation .menu-item-4531.current-menu-ancestor > a {
    border-color: #e5d11d;
}

.post-type-archive-product .menu-item-4531 > a {
    border-bottom: 8px solid #e5d11d;
}

.main-navigation .menu-item-10032:hover > a,
.main-navigation .menu-item-10032.current_page_item > a,
.main-navigation .menu-item-10032.current-menu-item > a,
.main-navigation .menu-item-10032.current_page_ancestor > a,
.main-navigation .menu-item-10032.current-menu-ancestor > a {
    border-color: #440099;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    border-bottom: 8px solid #5ac031;
}

.main-navigation ul ul li.current-menu-item a {
    border: 0;
}

.main-navigation ul ul li.current-menu-item a {
    background: #5ac031;
}

.main-navigation ul ul.sub-menu li.menu-item-has-children > a {
    background: url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/images/drop-down-arrow.png') 94% center no-repeat;
}

.main-navigation ul ul.sub-menu a:hover {
    border: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* G5  S T Y L E S *********************/

.deskHide {
    display: none;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.fullWidth {
    width: 100%;
}

.cleared {
    clear: both;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.brandingBackground {
    background: #009959;
}

.brandingColour {
    color: #009959;
}

.orangeBackground {
    background: #ff9934;
}

.orangeColour {
    background: #ff9934;
}

.blueBackground {
    background: #00ccff;
}

.blueColour {
    background: #00ccff;
}

.greenBackground {
    background: #e5d11d;
}

.greenColour {
    background: #e5d11d;
}

#page {
    float: left;
    padding-top: 5em;
    width: 100%;
}

@media (min-width:992px) {
    #page {
        padding-top: 0;
    }
}

#primary {
    position: relative;
}

.sidebarPage #primary {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media(min-width:992px) {
    .sidebarPage #primary {
        flex-direction: row;
    }
}

.module {
    margin: auto;
    max-width: 1320px;
    padding: 0 1.5em;
}

@media(min-width:768px) {
    .module {
        padding: 0 2.5em;
    }
}

.blog #main .module,
.post-type-archive #main .module,
.single:not(.single-case-study) #main .module,
.category #main .module {
    padding: 0;
}

.sidebarPage #primary .module {
    padding: 0;
}

.page-id-275 #module-1 .module {
    max-width: 1000px;
}

.moduleWrap {
    float: left;
    padding: 3% 0;
    position: relative;
    width: 100%;
    z-index: 5555;
}

.module h2 {
    font-size:1.5em;
    margin-bottom:0.5em;
    margin-top: 0;
    line-height:1.2em;
    text-align: left;
}

@media(min-width:768px) {
    .module h2 {
        font-size:2em;
    }
}

.moduleWrap.noPaddingModule {
    padding: 0;
}

.moduleWrap.noPaddingModuleTop {
    padding-top: 0;
}

.moduleWrap.noPaddingModuleBottom {
    padding-bottom: 0;
}

#main .module h2,
#main .module p,
.page-id-222 .box,
.teamGrid article.boxFadeIn {
    opacity: 0;
    transform: translateY(1em);
    transition: .6s all ease-in-out;
}

.home #main .module,
#main .module.moduleTitleFadeIn h2,
#main .module.moduleTitleFadeIn p,
.page-id-222 .box.boxFadeIn,
.teamGrid article.boxFadeIn {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s all ease-in-out;
}


/* H E A D E R ************************************/

header.header {
    background-color:#fff;
}

@media(max-width:991.9px) {
    header.header {
        left:0;
        position: fixed;
        top:0;
        width:100%;
        z-index:9999;
    }
}

.header__top {
    display: none;
}

@media (min-width:992px) {
    .header__top {
        display: block;
        color:#fff;
        padding:0.5em 0;
    }


    .header__top .module {
        display: flex;
        justify-content: space-between;
    }

}

.menu-top-nav-container {
    align-items: center;
    display: flex;
}

.header__external {
    margin:0;
}

.header__external a {
    color:#fff;
    text-decoration: none;
}

.header__external a img {
    margin-left:0.25em;
}

.header__bottom {
    padding:1em 0;
}

.header__bottom .module {
    align-items: center;
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-start; */
}

.header__logo {
    width:125px;
}

@media(min-width:768px) {
    .header__logo {
        width:170px;
    }
}

.header__logo img {
    display: block;
}

.header__bottom__left,
.header__bottom__right {
    display: flex;
    align-items: center;
}

@media(max-width:991.9px) {
    .header__bottom__right {
        flex-direction: row-reverse;
    }
}

.header__bottom__right > div {
   display: flex;
   flex-direction: row;
}

@media(max-width:600px) {
    .header__bottom__right .btn {
        display: none;
    }
}

@media(max-width:991.9px) {

    header .menu-primary-container {
        background:var(--primary-color);
        height:100%;
        padding:0 1.25em;
        position: fixed;
        right:-100%;
        top:0;
        width:100%;
        z-index:999;
        transition: 0.3s right ease;
    }

    .nav-open  header .menu-primary-container {
        right:0;
        transition: 0.3s right ease;
    }

}

.search-icon {
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex; 
    height: 45px; 
    justify-content: center; 
    margin-left:1em;
    padding: 0.5em;
    width: 45px;
    background-color:#fff;
    transition: 0.3s all ease-in-out;
}

.search-icon:hover {
    background-color:var(--primary-color);
    border-color: var(--primary-color);
    transition: 0.3s all ease-in-out;
}

.search-icon svg path {
    transition: 0.3s fill ease-in-out;
}

.search-icon:hover svg path {
    fill: #fff;
    transition: 0.3s fill ease-in-out;
}

#mastheadWrap,
#fixedHeaderWrap,
#signupWrapContainer {
    background: rgba(0, 153, 89, 0.8);
}

#headerWrap {
    position: fixed;
    z-index: 9999;
}

.woocommerce-checkout #headerWrap {
    position: relative;
}

.woocommerce-checkout #page {
    padding-top: 0;
}

.woocommerce-checkout #page h1 {
    padding-top: 0;
}

/* 
.purpleBranding #mastheadWrap {
    border-bottom: 8px solid #440099;
}

.purpleBranding .main-navigation .current_page_item > a,
.purpleBranding .main-navigation .current-page-ancestor > a {
    border-color: #440099;
}

.purpleBranding .main-navigation .current-menu-ancestor > a {
    border-bottom: 8px solid #440099;
}

.purpleBranding .sidebarBlock {
    border-color: #440099;
}

.purpleBranding .sidebarBlock .sideLink {
    background: #440099;
}

.purpleBranding #mastheadWrap {
    border-bottom: 8px solid #440099;
}

.orangeBranding .main-navigation .current_page_item > a,
.orangeBranding .main-navigation .current-page-ancestor > a {
    border-color: #ff9934;
}

.orangeBranding .main-navigation .current-menu-ancestor > a {
    border-bottom: 8px solid #ff9934;
}

.orangeBranding .sidebarBlock {
    border-color: #ff9934;
}

.orangeBranding .sidebarBlock .sideLink {
    background: #ff9934;
}

.orangeBranding #sidebar ul li, .orangeBranding .sidebarPost {
    background-image: url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/images/archive-sidebar-arrow-orange.png');
}

.page-template-page-configurator .menu-item-4531 a {
    border: 0 !important;
}

.blueBranding #mastheadWrap {
    border-bottom: 8px solid #00ccff;
}

.blueBranding .main-navigation .current_page_item > a,
.blueBranding .main-navigation .current-page-ancestor > a {
    border-color: #00ccff;
}

.blueBranding .main-navigation .current-menu-ancestor > a {
    border-bottom: 8px solid #00ccff;
}

.blueBranding .sidebarBlock {
    border-color: #00ccff;
}

.blueBranding .sidebarBlock .sideLink {
    background: #00ccff;
}

.blueBranding #sidebar ul li, .blueBranding .sidebarPost {
    background-image: url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/images/archive-sidebar-arrow-blue.png');
}

.blueBranding #mastheadWrap {
    border-bottom: 8px solid #00ccff;
}

.greenBranding #mastheadWrap,
.post-type-archive-product #mastheadWrap {
    border-bottom: 8px solid #e5d11d;
}

.greenBranding .main-navigation .current_page_item > a,
.greenBranding .main-navigation .current-page-ancestor > a {
    border-color: #e5d11d;
}

.greenBranding .main-navigation .current-menu-ancestor > a {
    border-bottom: 8px solid #e5d11d;
}

.greenBranding .sidebarBlock {
    border-color: #e5d11d;
}

.greenBranding .sidebarBlock .sideLink {
    background: #e5d11d;
}

.greenBranding #sidebar ul li, .greenBranding .sidebarPost {
    background-image: url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/images/archive-sidebar-arrow-green.png');
}

.greenBranding #mastheadWrap {
    border-bottom: 8px solid #e5d11d;
}

*/

.home #languagesWrap {
    background: none;
}

#languagesWrap {
    background: #e6e7e8;
}

#languages {
    display: flex;
    justify-content: flex-end;
    padding: 0.75em 0 0.75em 1em;
}

#languages div {
    float: left;
    margin-left: 0.75em;
}

#languages div img {
    display: block;
    width: 35px;
}

#languages a {
    color:#000;
    text-decoration: none;
}

.home #languages a {
    color:#fff;
}


.home #masthead {
    background: #009959; /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #009959, rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #009959, rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #009959, rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #009959, rgba(255, 255, 255, 0)); /* Standard syntax */
    z-index: 5555;

}

#logo {
    max-width: 260px;
    width: 50%;
}

#logo img {
    display: block;
}

#headerForm {
    margin: 0.5em;
    text-align: right;
    width: 12em;
}

#headerForm input[type="text"] {
    border: 0;
    border-radius: 0;
    font-size: 0.9em;
    padding: 0 3px;
    width: 80%;
}

#headerForm input[type="image"] {
    float: right;
    margin: 6px 0 0 6px;
    width: 15px;
}

#headerLogin {
    padding: 0.5em 2em;
}

#headerBasket {
    margin: 0.5em 0;
}

.home #headerBasket a,
.home #headerLogin a {
    color: #fff;
    text-decoration: none;
}

#headerBasket a {
    color: #000;
    text-decoration: none;
}

#fixedNav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

#fixedNav #fixedTopNav {
    padding: 0 0 1em 0;
}

#fixedNav ul li {
    display: inline-block;
    margin-left: 1.5em;
}

#fixedNav ul li.current-menu-item a,
#fixedNav ul li.current_page_ancestor a,
#fixedNav ul li:hover a {
    border-bottom: 5px solid #5ac031;
}

#fixedNav ul ul li a {
    border-bottom: 0;
}

#fixedNav ul li a {
    color: #fff;
    padding-bottom: 0.95em;
    text-decoration: none;
}

#fixedNav #fixedTopNav li a {
    font-size: 0.85em;
    padding-bottom: 0.25em;
}

#fixedNav #fixedTopNav li.current-menu-item a,
#fixedNav #fixedTopNav li a:hover {
    border-bottom: 2px solid #fff;
}

#fixedNav ul .menu-item-has-children {
    position: relative;
}

#fixedNav ul ul {
    display: none;
    position: absolute;
    text-align: left;
    top: 2.35em;
    transition: 0.3s all linear;
    width: 200px;
}

#fixedNav ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    transition: 0.3s all linear;
}

#fixedNav ul .menu-item-has-children ul li {
    background: #10301f;
    border-bottom: 1px #5a836f dashed;
    margin: 0;
    width: 100%;
    transition: 0.3s all linear;
}

#fixedNav ul .menu-item-has-children ul li:last-child {
    border-bottom: 0;
}

#fixedNav ul .menu-item-has-children ul li:hover {
    background: #2f5140;
    transition: 0.3s all linear;
}

#fixedNav ul .menu-item-has-children ul li a {
    display: block;
    font-size: 0.9em;
    padding: 0.25em;
}

#fixedNav ul.sub-menu li a {
    border: 0;
}

#fixedNav ul.sub-menu li.current-menu-item a {
    background: #5ac031;
}

html:lang(zh-CN) ul li.menu-item-279 {
    display: none;
}

.breadcrumbModule {
    max-width: 1330px;
    padding: 0 3%;
}

#breadcrumbWrap {
    border:1px solid var(--light-grey);
    font-size: 0.825em;
}

#breadcrumbWrap p {
    margin: 1em 0;
}

#breadcrumbWrap p a {
    color: #404040;
    text-decoration: none;
}

#breadcrumbWrap .breadcumb-home {
    margin-right:0.5em;
}

#breadcrumbWrap #breadcrumbs span a{
    margin:0 0.5em;
}

.breadcrumb_last {
    margin-left:0.5em;
}


/* M O D U L E S **************/

.textRevealTransparent {
    display: none;
}

.textRevealButton {
    display: none;
}

/* call to actions */

.callToAction div {
    float: left;
}

.callToAction div a,
.callToAction div a:visited {
    color: #fff !important;
}

/* Text media ***/

.textMediaWrap {
    position: relative;
}

.textMedia .textMediaContainer {
    padding-top: 0;
    position: relative;
}

.textMediaContent {
    height: 100%;
}

.textMediaContent iframe {
    width: 100%;
}

.textMediaWrap .textMediaContent,
.textMediaWrap .textMediaMedia {
    width: 49%;
}

.textMediaContent {
    color: #666666;
}

.home .textMediaContent {
    height: 100%;
    position: absolute;
    top: 0;
}

.textMediaContent.textMediaRight {
    right: 0;
}

.textMedia .textMediaContent h2 {
    font-size: 2em;
    margin: 0 0 0.5em 0;
    text-align: left;
}

.textMediaMedia {
    text-align: inherit;
}

.textMediaWrap .textMediaMedia img {
    display: block;
    width: 100%;
}

.externalLinkWrap {
    display: flex;
    align-items: center;
}

.externalLinkWrap img {
    margin-left: 0.5em;
}

.textMediaContent .textMediaLink,
.textMediaContent .textMediaLink:hover,
.textMediaContent .textMediaLink:visited {
    background: none;
    padding: 0;
}

.home .textMediaContent .textMediaLink,
.home .textMediaContent .textMediaLink:hover,
.home .textMediaContent .textMediaLink:visited {
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 15px;
}

.textMediaContent .textMediaLink {
    color: #666 !important;
}

/* Text columns ****/

.page-id-267 #gform_wrapper_4 {
    background: #e9e8e8;
    color: #666666;
    padding: 1em;
}

.page-id-267 #gform_wrapper_4 input[type="submit"] {
    background: #009959;
    border: 0;
    color: #fff;
    margin-top: 1em;
    padding: 0.5em;
    text-decoration: none;
    transition: 0.3s all linear;
}

.page-id-267 #gform_wrapper_4 input[type="submit"]:hover {
    background: #666;
    transition: 0.3s all linear;

}

/* Faqs ****************/

.faq-accoridon-cat-wrap .question-wrap-accordion {
    background: url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/images/news-divider.png') bottom center repeat-x;
    background-size: 5px;
    padding-bottom: 1%;
    border: 0;
}

.faq-accoridon-cat-wrap .question-wrap-accordion:last-child {
    background: none;
}

.faq-accordion .mws-site-faq-wrap h3.my-question {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0.25em;
    padding: 1.5% 0 0 0;
}

.faq-accordion .mws-site-faq-wrap h3.my-question i {
    color: #009959;
    font-size: 1.75em;
    transform: rotate(0);
    transition: 0.2s all linear;
}

.mws-site-faq-wrap .accordion-answer {
    padding: 0;
}

.mws-site-faq-wrap .accordion-answer p {
    margin-top: 0;
}

.faq-accordion .mws-site-faq-wrap h3.my-question i.imageRotate {
    transform: rotate(90deg);
    transition: 0.2s all linear;
}

/* events ********************/

.eventsModule h2 {
    background: url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/images/event-title.png') left center no-repeat;
    background-size: 1.2em;
    font-size: 2em;
    margin: 0 auto 0.5em auto;
    max-width: 1250px;
    padding-left: 1.5em;
}

.eventsModule p {
    font-size: 1.2em;
    margin: 0 auto 1em auto;
    max-width: 1220px;
}

.eventsModule {
    max-width: 100%;
    padding: 0;
}

.eventsModule .slick-list {
    margin: 1.5em auto;
    max-width: 1220px;
}

.event a {
    color: #fff;
}

.eventCarouselWrap {
    min-height: 9em;
    position: relative;
}

.event .eventCarouselWrap h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0.75em 0 0 0;
}

.event p {
    line-height: 1.3em;
}

.event .eventCarouselWrap img {
    bottom: 0;
    position: absolute;
    right: 0;
}

.eventLink a {
    color: #fff;
    text-decoration: none;
}

.blog #main .nav-links a,
 html body #main .eventArchive {
    color:var(--black);
    font-weight: 600;
    float: left;
    margin: 1em 0;
    text-transform: uppercase;
}

.blog #main .nav-links a:hover,
 html body #main .eventArchive:hover {
    color:var(--primary-color);
}

.category #primary,
.archive #primary, .sidebarPage #primary {
        padding-top:2.5em;
    }

@media(min-width:768px) {
    .single #primary,
    .paged #primary {
        padding-top:2.5em;
    }
}

.archive #primary h1, 
.category #primary h1  {
    margin-bottom:1.5em;
}

.post-type-archive  #primary {
    padding-top:0;
}


.post_header {
    display: flex;
    flex-direction: column;
}

@media(min-width:600px) {
   .post_header {
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}
.post_header__img  {
    margin-right:2em;
}

.post_header__img img  {
   border:1px solid var(--light-grey);
}

.post_meta {
    background-color: var(--light-grey);
    box-shadow: 4px 8px 9px -12px #000;
    margin:2em 0;
    padding:1.5em;
}

.post_meta p {
    margin:0 0 0.5em 0;
}

.post_meta p:last-child {
    margin:0;
}


.post_meta .post_meta__web {
    margin:1.5em 0 0 0!important;
}

.single #main .post_meta .post_meta__web a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2px;
    background-size:10px;
    color:#000;
    padding-right:1em;
}

/* C O N T A C T  P A G E  ********************/

.page-id-10 .moduleWrap {
    padding: 0.75% 0;
}

.page-id-10 .moduleWrap iframe.embedMap {
    display: block;
}

.scrolloff {
    pointer-events: none;
}

/* Q U O T E  P A G E *********************/

.gform_body input {
    border-color: #e0e0e0;
    border-radius: 0;
}

.gform_body input[type="submit"] {
    background: #009959;
    color: #fff;
}

/* S I D E B A R  P A G E S *****************/

.sidebarPage #main,
.page-template-page-section #main,
.page-template-page-downloads-page #main {
    padding:0 0 1em 0;
    width: 100%;
}

@media(min-width:992px) {
    .sidebarPage #main,
    .page-template-page-section #main,
    .page-template-page-downloads-page #main {
        width: 65%;
    }
}

.sidebarPage #main a,
.blog #main a,
.archive #main a,
.single #main a,
.page-template-page-event-archive #main a {
    color: #009959;
    text-decoration: none;
}

.sidebarPage #main .btn--primary {
    color:#fff;
}

.sidebarPage #main .btn--primary:hover {
    color: #009959;
}

#sidebar {
    /* position: -webkit-sticky;
    position: sticky;
    top: 15em;
    right: 0; */
    margin:2em auto;
    max-width:400px;
    width: 100%;
}

@media(min-width:768px) {
    #sidebar {
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
       margin:2em 0;
       max-width:100%;
    }
}

@media(min-width:992px) {
    #sidebar {
        display: block;
        margin:0;
        width: 30%;
    }
}

#sidebarSubNav {
    display: none;
}

.page-parent #sidebarSubNav,
.page-child #sidebarSubNav {
    display: block;
}

.woocommerce #sidebar {
    position: relative;
    top: 0;
}

.sidebarBlock {
    background: #F0F0F0;
    box-shadow: 7px 10px 14px -16px #000;
    overflow: hidden;
    margin-bottom: 3em;
    padding: 2.5em;
}

@media(min-width:768px) {
    .sidebarBlock {
       width:47%;
    }
}

@media(min-width:992px) {
    .sidebarBlock {
       width:100%;
    }
}

.sidebar_post {
    display: flex;
    position: relative;
    border-bottom:1px solid var(--grey);
    padding-bottom:0.5em;
}

.sidebarBlock  .sidebar_post:last-child {
    border-bottom:0;
}

.sidebar_post__img {
  display: none;
}

@media(min-width:600px) {
    .sidebar_post__img {
        display: block;
        margin-right:1em;
        width:80px;
    }
}


.sidebar_post__img {
    margin-right:1em;
    width:80px;
}

.sidebar_post img {
    width:100%;
}

.sidebar_post__title {
    width:100%;
}

#sidebar .sidebar_post__title h4 {
    margin:0 0 0.5em 0;
}

.sidebarPost {
    margin-bottom: 1em;
}

.sidebar_post  a {
    height:100%;
    left:0;
    position: absolute;
    top:0;
    width:100%;
}

.sidebarPost a:not(.btn) {
    color:var(--black);
}

#sidebar .sidebarPost-date {
    font-size:0.825em;
    margin-bottom:0.5em;
}

#sidebar h3 {
    font-size: 1.75em;
    font-weight: 400;
    margin: 0 0 0.75em 0;
    line-height:1.2em;
}

@media(min-width:768px) {

    #sidebar h3 {
        font-size: 1.3em;
    }

}

@media (min-width:1200px) {

    #sidebar h3 {
        font-size: 1.75em;
    }

}

#sidebar h4 {
    font-weight:400;
    margin:0;
}

#sidebar a:not(.btn, .sidebarCategory) {
    color:var(--black);
    text-decoration: none;
}

#sidebar .sideLink {
    color: #fff;
    font-size: 1.1em;
    padding: 0.25em 0.5em;
    transition: 0.3s all;
}

#sidebar .sideLink:hover {
    background: #333;
    transition: 0.3s all;
}

#sidebar ul {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    margin:0 0 1em 0;
    list-style: none;
    position: relative;
}

#sidebar ul li:before {
    background-color: var(--primary-color);
    content:"";
    height:7px;
    position:absolute;
    left:0;
    top:9px;
    width:7px;
}

#sidebar ul li:last-child {
    margin:0;
}

#sidebar ul li a {
    color:var(--black);
    display: block;
    padding-left:1em;
}

.sidebarPost a:hover,
#sidebar ul li a:hover {
    color:var(--primary-color);
}

#sidebar p {
    margin:0 0 1.5em 0;
    line-height:1.7em;
}

.sideContentThumb {
    width: 2em;
}

#sidebarCategory {
    padding-top: 0;
}

#sidebarCategory h2 {
    margin-bottom: 0.5em;
}

.sidebarCategory {
    color:#fff;
}

.sidebar-cat-list {
    display: flex;
    flex-wrap:wrap;
}

.blog .sidebarPostCats,
.category .sidebarPostCats {
    margin: 0;
}

#sidebar .sidebarPostCats h2 {
    margin-bottom: 0.5em;
}

#sidebar .btn,
#sidebar .btn:hover {
    color:#fff!important;
}

#sidebar .btn.btn--primary:hover {
    color:#000!important;
}

#sidebar .sidebarCategory {
    background-color:var(--primary-color);
    color: #fff!important;
    font-size: 0.825em;
    margin:0 8px 8px 0;
    padding: 0.75em 1.25em;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all linear;
}

#sidebar .sidebarCategory:hover {
    background-color: var(--dark-green);
    transition: 0.3s all linear;
}

#sidebar .sidebar-form ul {
    padding: 0;
}

#sidebar .sidebar-form ul li {
    padding: 0;
}

#sidebar .sidebar-form label,
.sideBarContact label {
    display: none !important;
}

#sidebar .sidebar-form .gfield_required,
.sideBarContact .gfield_required {
    margin-left: 0;
}

#sidebar .sidebar-form input,
#sidebar .sidebar-form textarea,
.sideBarContact input,
.sideBarContact textarea {
    border: 0;
    border-radius: 0;
    width: 100% !important;
}

#sidebar .sidebar-form input[type="image"],
.sideBarContact input[type="image"] {
    width: auto !important;
}

#sidebar .sidebar-form input#gform_submit_button_1,
.sideBarContact input#gform_submit_button_1 {
    float: right;
}

#sidebar .sidebar-form .gform_wrapper div.validation_error,
.sideBarContact .gform_wrapper div.validation_error {
    color: red;
}

/* S E C T I O N  P A G E ****************/

.page-template-page-section #main {
    float: right;
    padding-top: 0;
}

.page-template-page-section #main blockquote {
    background: rgba(0, 153, 89, 1);
    color: #fff;
    margin: 0;
    padding: 2em;
}

#childPages {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 2em 0;
}

#childPages > div {
    margin-bottom: 1.5em;
    opacity: 0;
    overflow: hidden;
    margin-right: 2em;
    width: 30%;
    transition: 0.6s all ease-in-out;
}

#childPages > div:nth-child(3n) {
    margin-right: 0;
}

#childPages div.childPageBoxShow {
    opacity: 1;
    transition: 0.6s all ease-in-out;
}

.childImage {
    overflow: hidden;
    position: relative;
}

.childOverlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.2s all ease-in-out;
}

.childOverlay span {
    color: #fff;
    font-size: 1.3em;
    opacity: 0;
    transform: translateY(1em);
    transition: 0.5s all ease-in-out;
}

#childPages div:hover .childOverlay span {
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s all ease-in-out;
}

#childPages div:hover .childOverlay {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: 0.2s all ease-in-out;
}

#childPages div.childImage img {
    display: block;
    transform: scale(1);
    transition: 0.2s all ease-in-out;
}

#childPages div:hover .childImage img {
    transform: scale(1.1);
    transition: 0.2s all ease-in-out;
}

#childPages div a {
    color: #666;
    text-decoration: none;
}

#childPages div h3 {
    font-weight: 400;
    margin: 0.5em 0;
    text-align: center;
}

.page-template-page-section #sidebar .sideBarSubCat {
    margin: 1em 0 1em 1.2em;
    padding: 0;
}

.currentPage {
    font-weight: bold;
}

.page-id-3337 hr,
.parent-pageid-3337 h4 {
    background-color: #ff9934;
}

/* 4 0 4  P A G E ******************/

.error404 #singleShare {
    display: none;
}



/* N E W S  C A T S / P O S T S *****************/

.listing_post {
    align-items: flex-start;
    border-bottom:1px solid var(--grey);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom:3em;
    padding-bottom:2em;
    position: relative;
}

.listing_post:hover .listing_post__view {
    color:var(--primary-color);
}

.listing_post a {
    height:100%;
    left:0;
    position: absolute;
    top:0;
    width:100%;
}

@media(min-width:768px) {

    .listing_post {
       flex-direction: row-reverse;
    }

    .listing_post.listing_post--reverse {
        flex-direction: row;
    }
}

.listing_post__img {
    display: flex;
    flex-direction: column;
    height:100%;
    margin:0 0 1em 0;
    width:100%;
}

@media(min-width:600px) {
    .listing_post__img {
        flex-direction: row
    }
}

@media(min-width:768px) {
    .listing_post__img {
        flex-direction: column;
        margin: 0 2em 0 0;
        max-width:150px;
    }
}

@media(min-width:1200px) {
    .listing_post__img {
        max-width:200px;
    }
}

.listing_post__img img {
    border:1px solid var(--grey);
    height:100%;
    margin:0 1em 0.5em 0;
    max-width:100px;
}

@media(min-width:768px) {
    .listing_post__img img {
        max-width:100%;
    }
}

.listing_post__img div {
    width:100%;
}

.listing_post__img p {
    font-size:0.9em;
    line-height:1.5em;
}

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

.listing_post__cats span {
    background-color: var(--light-grey);
    font-size:0.825em;
    padding:5px 10px;
    text-transform: uppercase;
}

@media(min-width:992px) {
    .listing_post__copy {
        padding-right:1em;
        width:70%;
    }
}

.listing_post__copy p {
    margin:0;
}


.listing_post__copy h2 {
    font-size:1.2em;
    margin-bottom:1em;
    line-height:1.5em;
}

@media(min-width:768px) {
    .listing_post__copy h2 {
        font-size:1.75em;
    }
}

.listing_post__copy .entry-content {
    margin-top:1em;
}

.listing_post__copy .listing_post__view {
    margin-top:2em;
}


.archive #main article h2 a,
.blog #main article h2 a,
.page-template-page-event-archive #main article a {
    color: #666;
    text-decoration: none;
}

.archive #main article .entry-meta,
.blog #main article .entry-meta,
.page-template-page-event-archive #main article .entry-meta {
    color: #666;
    font-weight: 600;
    padding: 0.5em 0;
}

.postListingImage {
    width: 30%;
}

.postListingImage img {
    display: block;
    margin: auto;
}

.postListingText {
    padding-left: 3%;
    width: 70%;
}

#main .postListingText a i {
    color: rgba(0, 153, 89, 1);
    font-size: 3.5em;
    transform: scale(1);
    transition: 0.3s all;
}

#main .postListingText a:hover i {
    transform: scale(1.2);
    transition: 0.3s all;
}

.archive .prodArchiveMain {
    width: 60%;
    transition: 0.3s all ease-in-out;
}

.archive .prodArchiveSidebar h2 {
    background: url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/images/news-divider.png') bottom center repeat-x;
    background-size: 5px;
    font-size: 1.2em;
    font-weight: 400;
    padding-bottom: 0.25em;
    margin-top: 0.3em;
}

.archive .prodArchiveSidebar ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.archive #sidebar ul.sideBarSubCat {
    margin: 1em 0 1em 1.2em;
    padding: 0;
    display: none;
}

.archive ul.sideBarSubCat li {
    font-weight: 400;
}

.archive .prodArchiveSidebar ul ul.sideBarSubCat a {
    background-position: left 5px;
}

.archive .prodArchiveSidebar ul li {
    margin-bottom: 0.7em
}

.archive .prodArchiveSidebar ul li a:hover {
    text-decoration: underline;
}

.tax-product_cat ul.products li.product {
    width: 100%;
    margin-right: 0;
}

.post-type-archive-product .shopList img {
    display: block;
    margin: auto;
    width: 70%;
}

.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
}

.woocommerce .module ul.products li a h2.woocommerce-loop-product__title {
    float: left;
    display: inline-block;
}

.prodArchiveSidebar .sideBarContact {
    border-top: 1px solid #666;
    padding-top: 1em;
}

nav.posts-navigation {
    float: left;
    width: 100%;
}

/* S I N G L E  P O S T ******************/

.single-post .entry-header {
    border-bottom:1px solid var(--light-grey);
    float:left;
    margin-bottom:2em;
    padding-bottom:1.5em;
    width:100%;
}

.single-post .size-single-feature-image {
    margin-bottom:1em;
}

.single-post .entry-header h1 {
   margin:0 0 0.5em 0;
}

.single .entry-content {
    float: left;
    margin-top: 0;
    width: 100%;
}

.single .entry-meta {
    display: flex;
    flex-direction: column;
}

@media(min-width:1200px) {
    .single .entry-meta {
        align-items: center;
        flex-direction: row;
    }
}

.single .entry-meta p {
    margin:0;
}

.entry-meta--cats {
    display: flex;
    flex-wrap:wrap;
    margin:1em 0 0 0;
}

@media(min-width:1200px) {
  
    .entry-meta--cats  {
        margin:0 0 0 1em;
    }
    
}

.entry-meta--cats span {
    background-color:var(--light-grey);
    font-weight:500;
    margin:0 0.5em 0.5em 0;
    padding:0.25em 0.5em;
}

@media(min-width:1200px) {
  
.entry-meta--cats span {
    margin:0 0.5em;
}

}

#singleShare {
    padding: 1em 0;
    width: 50%;
}

#shareIcons {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

#shareIcons div {
    margin: 0 0.25em;
}

#shareIcons div {
    display: flex;
}

#shareIcons div img,
#shareIcons div i {
    display: block;
    width: 20px;
}

#shareIcons div a {
    display: block;
}

.single .nav-links a {
    color: #009959;
    text-decoration: none;
}

.single p {
    margin-top: 0;
}

/* D O W N L O A D  A R C H I V E *************/

.download__post {
    border-bottom: 1px solid var(--light-grey);
    display: flex;
    flex-wrap: wrap;
    margin-bottom:2em;
    padding-bottom: 1em;
    position: relative;
}

@media(min-width:768px) {

    .download__post {
        justify-content: space-between;
    }
    
}

.download__copy {
   width:100%;;
}

@media(min-width:768px) {
    .download__copy {
        width:65%;
    }
}

.download__copy h2 {
    font-size: 1.5em;
    padding: 0 0 1em 0;
}

.download__img {
    display: none;
}

@media(min-width:768px) {
    .download__img {
        display: block;
        max-width:250px;
    }
}

.download__post span {
    margin-top:1em;
}

.download__post a {
    height:100%;
    left:0;
    position: absolute;
    top:0;
    width:100%;
}

/* .archive #main.downloadContainWrap {
    padding: 1em 0;
    width: 100%;
}

.archive #main.downloadContainWrap h1 {
    padding: 0 0.5em;
}

#downloadContent {
    display: flex;
    flex-wrap: wrap;
}

#downloadContent .downloadWrap {
    margin: 0 1.1em;
    position: relative;
    transform: scale(1);
    transition: 0.3s all linear;
}

#downloadContent .downloadWrap:hover {
    transform: scale(1.1);
    transition: 0.3s all linear;
}

#downloadContent a {
    color: #fff;
    text-decoration: none;
}

#downloadContent .downloadWrap i {
    color: #009959;
    font-size: 12.5vw;
    transition: 0.3s all linear;
}

.page-template-page-dealers-page #downloadContent .downloadWrap i {
    font-size: 10.5vw;
}

.page-template-page-dealers-page #downloadContent .downloadWrap h3 {
    font-size: 0.9vw;
    width: 100%;
}

#downloadContent .downloadWrap:hover i {
    color: rgba(0, 0, 0, 0.7);
    transition: 0.3s all linear;
}

.downloadText {
    align-items: center;
    display: inline-block;
    display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) 
    display: -ms-flexbox; /* TWEENER - IE 10 
    display: -webkit-flex; /* NEW - Chrome 
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ 
    flex-direction: column;
    height: 80%;
    justify-content: center;
    padding: 0 1.2em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#downloadContent .downloadWrap a {
    color: #fff;
}

.downloadText h3 {
    font-size: 1vw;
    font-weight: 500;
    margin: 0;
    line-height: 1.2em;
    padding: 0 1em;
    width: 80%;
}

.downloadText img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 20%;
} 

D O W N L O A D  C A T E G O R I E S ************/

.tax-downloads_categories #main header {
    background-color: var(--primary-color);
    color:#fff;
    margin:0 0 2em 0;
    padding:2em;
}

.tax-downloads_categories #main header h1 {
    margin:0;
}

.download_cat__desc .archive-description {
    margin:2em 0;
}

.tax-downloads_categories #main {
    background: #fff;
}

.downloadSectionWrap {
    border-bottom:1px solid var(--light-grey);
    margin-bottom: 2em;
    padding:0 0 2em 0;
}

.downloadSectionWrap:last-child {
    border:0;
   margin-bottom:4em;
}

.downloadSectionWrap h2 {
    color:var(--black);
    font-size: 1.8em;
    margin: 0 0 1em 0;
}

.downloads {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 2em;
}

.downloads a {
    left:0;
    height:100%;
    position: absolute;
    top:0;
    width:100%;
}

.downloads:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.downloadIconWrap {
    margin-right: 1em;
    width: 3em;
}

.downloadIconWrap p {
    font-size:0.8em;
    margin:0.5em 0 0 0;
    text-align: left;
}

.downloadIcon {
    width:30px;
}

.downloadTextContent {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

@media(min-width:768px) {
    .downloadTextContent {
       flex-direction: row;
    }
}

.downloadTextContent  > div {
    padding:0 0 1em 0;
}

@media(min-width:768px) {

.downloadTextContent  > div {
    padding:0 3em 0 0;
}

}

.downloadTextContent p {
    font-size: 1em;
    margin: 0 0 0.5em 0;
}

.downloadTextContent h3 {
    color:var(--primary-color);
    font-weight:normal;
    margin: 0 0 1em 0;
    text-decoration: underline;
}

@media(min-width:768px) {
    .downloadTextContent h3 {
        margin: 0;
    }
}

.downloadTextContent h4 {
    font-weight: 400;
    margin:0.75em 0 0.5em 0;
}

.downloadTextContent p {
    font-size:0.9em;
}

.downloadTextContent p:first-child {
    margin:0.25em 0;
}

.single-product .downloadTextContent h3 {
    font-weight: 500;
}

.downloadTextContent p span.btn {
    padding:1.5em;
}

.downloadTextContent h3 a {
    color: var(--black)!important;
    text-decoration: none;
}

.downloadTextContent a:hover {
    text-decoration: underline;
}

 /* T E A M  A R C H I V E ***************/

.post-type-archive-team #main,
.tax-team_categories #teamGridWrap {
    width: 100%;
}

.post-type-archive-team #teamGridWrap,
.tax-team_categories #teamGridWrap {
    background: #e9e8e8;
    float: left;
    padding: 1em;
}

.post-type-archive-team #main #downloadContent,
.tax-team_categories #main #downloadContent {
    justify-content: space-between;
}

.post-type-archive-team #main a,
.tax-team_categories #main a {
    color: #666;
}

.post-type-archive-team #main article,
.tax-team_categories #main article {
    background: none;
    position: relative;
    width: 24%;
}

.teamGridWrap {
    position: relative;
}

.teamGridWrap img {
    display: block;
    width: 100%;
}

.teamProfileMore {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    opacity: 0;
    padding: 0 2em;
    position: absolute;
    text-align: center;
    top: 0;
    transition: 0.3s all linear;
}

.post-type-archive-team #main article:hover .teamProfileMore,
.tax-team_categories #main article:hover .teamProfileMore {
    opacity: 1;
    transition: 0.3s all linear;
}

.teamGrid article {
    float: left;
}

#teamGridWrap article a,
#teamGridWrap article a:visited {
    color: #333;
}

.teamProfileMore p {
    font-size: 1em;
}

.teamProfileMore img {
    width: auto;
}

.teamProfileWrap {
    text-align: center;
}

.teamProfileWrap a {
    color: #666;
}

.post-type-archive-team #main article h2,
.tax-team_categories #main article h2 {
    font-size: 1.3em;
    margin-top: 0.5em;
}

/* S I N G L E  T E A M **************/

.single-team #main .module {
    float: left;
    padding: 0;
}

.single-team #main h1 {
    margin-bottom: 0;
}

.single-team #main .entry-meta {
    margin-bottom: 1em;
}

#singleTeamContent {
    width: 60%;
}

#singleTeamConnect {
    margin: 0;
    padding: 0;
}

#singleTeamConnect li {
    list-style: none;
    float: left;
    margin-right: 0.5em;
}

.single-team #sidebarPosts h2 {
    margin-bottom: 0.5em;
}

/* S E A R C H  P A G E ***********/

#searchPageForm {
    background: #e9e8e8;
    display: flex;
    float:left;
    margin-top:2em;
    padding: 2em;
}

#searchPageForm input { 
    font-size:1.2em;
    height:50px;
}

#searchPageForm input[type="text"] {
    border: 0;
    border-radius: 0;
    padding: 3px 10px;
}

#searchPageForm input[type="submit"] {
    background: #009959;
    border: 0;
    border-radius: 0;
    color: #fff;
}

/* S E A R C H  R E S U L T S ************************/

.search-results #main h1 {
    padding: 0 0 0.5em 0;
}

.search-results article {
    border-bottom: 1px solid #e0e0e0;
    float: left;
    display: flex;
    flex-direction: column;
    margin: 0 0 1em 0;
    padding: 1em 0;
    width: 100%;
}

@media(min-width:992px) {
    .search-results article {
        width: 80%;
    }
}

.search-results article:last-child {
    border-bottom: 0;
}

.search-results article .entry-header,
.search-results .entry-summary  {
    float:left;
    width:100%;
}

.search-results article h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;;
}

.search-results #main article.downloads a {
    position: relative;
}

.search-results .entry-summary {
    margin: 0;
}

.search-results .entry-summary p {
    margin-bottom: 0;
}

.search-results .entry-footer {
    display: none;
}

a.searchLink,
a.searchLink:visited {
    color: #009959;
    font-weight: bold;
    text-decoration: none;
}

/* C O N F I G U R A T O R ***************************/

#configOuterWrap {
    margin-top: 1em;
}

#configWrap {
    background: #e6e7e8;
    margin-bottom: 1em;
    padding: 1em;
    widtH: 100%;
}

#congifText {
    width: 100%;
}

#congifText p {
    margin-top: 0;
}

#congifText ol li {
    margin: 0 0 0.5em 0;
}

#configWrap div {
    float: left;
    margin: 10px 0;
    width: 32%;
    margin-right: 2%;
}

#configWrap div:last-child {
    margin-right: 0%;
}

#configWrap div#confCategoryWrap {
    margin-right: 0;
}

#configWrap select {
    background: url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/images/dropdown_arrow.png') 98% 13px no-repeat #fff;
    background-size: 1em !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: 0;
    font-size: 1.2em;
    padding: 0.25em;
    width: 100%;
}

#confList {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

#confList .archiveProdWrap,
#confSelectedItems .archiveProdWrap {
    padding: 1.3em 1.3em 1.3em 1.3em;
}

#confList .archiveProdWrap img,
#confSelectedItems .archiveProdWrap img {
    display: block;
}

#confList .archiveProdWrap:nth-child(even),
#confSelectedItems .archiveProdWrap:nth-child(even) {
    background: #ccc;
}

#confList .archiveProdWrap h3,
#confSelectedItems .archiveProdWrap h3 {
    margin: 0;
}

#confList .archiveProdWrap h3 a,
#confSelectedItems .archiveProdWrap h3 a {
    color: #666;
    text-decoration: none;
}

div#archiveProdWrapHead {
    padding-top: 1.0em !important;
    padding-bottom: 1.5em !important;

}

#archiveProdWrapHead .archiveThumbnailWrap,
#archiveProdWrapHead .productTitle,
#archiveProdWrapHead .productDesc,
#archiveProdWrapHead .prodDatasheet,
#archiveProdWrapHead .addToQuote {
    font-weight: 600;
    margin-top: 0;
}

.archiveThumbnailWrap {
    float: left;
    width: 10%;
}

.productTitle {
    float: left;
    width: 30%;
    padding: 0 1.5em;
    font-size: 1em;
    margin-top: 0em;
}

.productDesc {
    float: left;
    width: 40%;
    padding: 0 0.5em;
}

.productDesc p {
    margin: 0;
    font-size: 1em;
}

.productDesc a,
.productDesc a:visited {
    color: #009959;
    text-decoration: none;
}

.productDesc a:hover {
    text-decoration: underline;
}

.prodDatasheet {
    float: left;
    width: 10%;
    text-align: center;
    padding: 0 0.5em;
}

.prodDatasheet img {
    width: 38%;
    margin: 0.5em auto 0 auto;
}

.addToQuote {
    float: left;
    width: 10%;
    text-align: center;
    padding: 0 0.5em;
    margin-top: 0.9em;
}

.addToQuote i {
    color: #009959;
    font-size: 1.75em;
    /* margin-top:0.75em; */
}

/*.added_label:before{
	content: "added";
	font-size: 0.6em;
}*/

i.fa.added_label {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.7em;
    color: #666;
}

.removeFromQuote {
    color: red;
    float: left;
    width: 10%;
    text-align: center;
    padding: 1.5em 0.5em;
}

.addToQuote .addClick:hover {
    text-decoration: underline;
    cursor: pointer;
}

.removeFromQuote .removeClick:hover {
    text-decoration: underline;
    cursor: pointer;
}

.prodPartNumber {
    margin-top: 0.2em;
    font-size: 0.95em;
}

#confSelectedItems {
    margin-bottom: 5em;
}

#congifSubmit,
#orderForm input[type="submit"] {
    color: #fff;
    margin-top: 1em;
    padding: 0.5em;
    text-decoration: none;
    transition: 0.3s all linear;
}

#congifSubmit:hover,
#orderForm input[type="submit"]:hover {
    background: #333;
    transition: 0.3s all linear;
}

#congifSubmit:visited {
    color: #fff;
}

/* C O N F I G  O R D E R P A G E ********************/

#orderProdHead {
    float: left;
    margin: 2em 0;
    width: 100%;
}

#orderProdHead div {
    float: left;
    font-weight: 600;
}

#orderProdHead div,
.orderProdWrap div {
    margin-right: 3%;
}

.orderProdWrap div.orderAtt {
    margin-right: 0;
}

.orderQty {
    width: 5%;
}

.orderQty input {
    border-radius: 0;
    text-align: center;
    width: 100%;
}

.orderThumb {
    width: 5%;
}

.orderProdWrap {
    float: left;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

.orderPart {
    width: 20%;
}

.orderProd {
    width: 21%;
}

.orderExcerpt {
    width: 30%;
}

.orderAtt {
    width: 4%;
}

.orderExcerpt p {
    font-size: 1em;
    margin: 0;
}

.orderProdWrap div {
    float: left;
}

.orderProdWrap div.o_title,
.orderProdWrap div.o_base_system {
    float: none;
}

#orderForm {
    float: left;
    margin-bottom: 3em;
    width: 100%;
}

#orderFormLeft,
#orderFormRight {
    width: 45%;
}

#orderForm p {
    float: left;
    margin: 0 0 0.75em 0;
    width: 100%;
}

#orderForm label {
    float: left;
    font-size: 0.9em;
    margin-right: 1em;
    width: 9em;
}

#orderForm input[type="text"],
#orderForm input[type="email"] {
    border-radius: 0;
    width: 69%;
}

#orderForm textarea {
    border-radius: 0;
    height: 15em;
}

#orderForm input[type="submit"] {
    border: 0;
    border-radius: 0;
    background: #009959;
    font-size: 1.1em;
    float: right;
    text-shadow: none;
}

/* R M A  F O R M ********************/

.gform_wrapper form .gf_page_steps {
    border:0!important;
}

.gform_wrapper .gf_step {
    margin-right:15px!important;
    padding-right:5em;
    position: relative;
}

.gform_wrapper .gf_step:last-child:after {
    margin-right:0!important;
    padding-right:0;
} 

.gform_wrapper .gf_step  span.gf_step_number {
    background-color: var(--dark-grey);
    border:0;
    color:#fff;
}

.gform_wrapper .gf_step.gf_step_active  span.gf_step_number {
    background-color: var(--primary-color);
    color:#fff;
}

.gform_wrapper .gf_step span.gf_step_label {
    color:var(--dark-grey);
   font-weight:100;
}

.gform_wrapper .gf_step.gf_step_active  span.gf_step_label {
    color:var(--black);
 }

 .gform_wrapper .gf_step:after {
    background: var(--dark-grey);
    content: "";
    height: 1px;
    position: absolute;
    right: 4px;
    top: 20px;
    width: 33%;
 }

 .visualEditor .gform_legacy_markup ul li {
    padding-left:0;
 }
 .visualEditor .gform_legacy_markup ul li:before {
    display: none!important;
 }

 .visualEditor .gform_legacy_markup {
    margin:2em 0;
 }
 
.gform_wrapper .gf_step:last-child:after {
    display: none;
} 

.rma-form .gfield_html {
    margin:1em 0;
}

.rma-form .gfield,
.rma-form fieldset,
.rma-form .ginput_container_address  {
    margin-bottom:2em!important;
}

.rma-form label {
    color:var(--dark-grey);
    font-weight:100!important;
    text-transform: uppercase;
}

.rma-form input,
.rma-form select,
.rma-form textarea {
    border:0;
    border-bottom:2px solid var(--black);
}

.rma-form .ginput_container_consent {
    display: flex;
}

.rma-form .ginput_container_consent label {
    font-size:0.825em;
    font-weight:100;
    margin-left:0.5em;
}

.rma-form input[type="checkbox"] {
    border:0;
    border-radius: 0;
    color:#fff;
    height:25px;
    width:25px;
}


.rma-form input[type="checkbox"]:checked:before {
    color:#fff;
    content:"";
}

.rma-form .button {
    background-color: var(--primary-color);
    border:0;
    border-radius:0;
    color:#fff;
    font-size:0.9em;
    line-height: 30px;
    padding:0.75em 1.5em;
    text-transform: uppercase;
}

.rma-form .gform_previous_button {
    box-shadow: none;
    margin-right:1em;
    padding:0;
}

/* .page-id-3258 #main .moduleWrap {
    padding: 0;
}

.page-id-3258 #main .module {
    max-width: 1000px;
    margin: auto;
    padding: 1em 2em;
}

.module .rma-form_wrapper {
    background: #e0e0e0;
    display: block !important;
    max-width: 1000px;
    margin: auto;
    padding: 1em 2em;
}

.module .rma-form_wrapper .rma-form li label,
.module .rma-form_wrapper .rma-form li .field_sublabel_below label {
    display: none !important;
}

.module .rma-form_wrapper .rma-form li label#label_6_34_1,
.module .rma-form_wrapper .rma-form li label#label_8_34_1,
.module .rma-form_wrapper .rma-form #input_3_8 label,
.rma-form_wrapper .rma-form .gf_list_4col li label,
#label_3_10_1 {
    display: block !important;
}

.rma-form_wrapper .rma-form .gf_list_4col li input, .rma-form_wrapper .rma-form .gchoice_13_10_1 input#choice_13_10_1, .rma-form_wrapper .rma-form .gchoice_3_10_1 input#choice_3_10_1 {
    float: left;
}

.rma-form_wrapper .rma-form .gf_list_4col li label, #label_13_10_1, #label_3_10_1 {
    display: block !important;
    margin-left: 5px;
    float: left;
}

span.address_line_1, span.address_line_2 {
    display: block;
}

#field_6_34 {
    margin: 1.5em 0;
}

#choice_6_34_1,
#label_6_34_1,
#label_8_34_1,
#choice_8_34_1,
.module .rma-form_wrapper .rma-form #input_3_8 label,
.module .rma-form_wrapper .rma-form #input_3_8 input,
#label_3_10_1,
#choice_3_10_1 {
    float: left;
}

#label_6_34_1,
#label_8_34_1,
.module .rma-form_wrapper .rma-form #input_3_8 label,
#label_3_10_1,
#choice_3_10_1 {
    margin-left: 5px;
}

.module .rma-form_wrapper .rma-form li.rma-product {
    margin-top: 0.25em;
}

.module .rma-form_wrapper input,
.module .rma-form_wrapper textarea,
.module .rma-form_wrapper select {
    border: 0;
    border-radius: 0;
    font-size: 0.9em !important;
}

.module .rma-form_wrapper input[type="submit"] {
    background: #009959 !important;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.2em !important;
    font-weight: normal;
    text-shadow: none;
    transition: 0.3s all linear;
}

.module .rma-form_wrapper input[type="submit"]:hover {
    background: #333;
    transition: 0.3s all linear;
}

.module #gform_wrapper_3.rma-form_wrapper {
    font-size: 1.1em;
}

.module #gform_wrapper_3.rma-form_wrapper #input_3_8 {
    font-size: 1.1em;
} */

/* O E M  L I S T *****/

#fadeinOEMList li {
    font-size: 1.2em;
    opacity: 0;
    transition: 0.3s all linear;
}

#fadeinOEMList li.showOEMList {
    opacity: 1;
    transition: 0.3s all linear;
}

.projectAnchorActive {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

/* S H O P  P A G E  T E M P L A T E *************/

.page-template-page-shop .shopList li {
    margin-top: 2em;
}

.page-template-page-shop .shopList img {
    padding: 0 2em;
    margin-bottom: 2em;
}

.page-template-page-shop .shopList h2 {
    padding-bottom: 1em;
}

/* B A C K  T O  T O P **************/

#backToTopWrap {
    position: absolute;
    top: 80%;
    z-index: 9999;
}

#backToTop {
    background-color: #4d4d4f;
    border-radius: 10px 0px 0 10px;
    padding: 0.75em;
    position: fixed;
    right: -100px;
    transition: 1s all ease-in-out;
}

#backToTop.backToTopShow {
    right: 0px;
    transition: 1s all ease-in-out;
}

/* D E A L E R S *********/

.page-template-page-dealers-page #loginform {
    background: #e0e0e0;
    float: left;
    padding: 1em;
}

.page-template-page-dealers-page #loginform label {
    float: left;
    width: 100%;
}

.page-template-page-dealers-page #loginform input[type="text"],
.page-template-page-dealers-page #loginform input[type="password"] {
    border-radius: 0;
    width: 100%;
}

.page-template-page-dealers-page #loginform input[type="submit"] {
    background: rgba(0, 153, 89, 1);
    border: 0;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 1.2em;
    margin-top: 1em;
}

/* F O O T E R ********************/

.chineseLang,
html:lang(zh-CN) .englishLang {
    display: none;
}

html:lang(zh-CN) .chineseLang {
    display: block;
}

footer {
    color:#fff;
    float:left;
    width:100%;
}

footer ul {
    flex-direction: column;
    margin:0;
    padding:0;
}

footer ul li {
  list-style: none;
  margin-bottom:0.75em;
}

footer ul ul {
  display: none;
}

footer h3 {
    font-size:1.5em;
    font-weight:normal;
    line-height:1.3em;
}

@media(min-width:786px) {
    footer h3 {
        font-size:2em;
    }
}

@media(min-width:992px) {
    footer h3 {
        font-size:2.2em;
    }
}

footer a, footer a:visited {
    color:#fff;
    text-decoration: none;
}

footer a:hover {
    color:#fff;
    text-decoration: underline;
}

.footer__top {
    background-color: var(--primary-color);
    padding:2.5em 0;
}

.footer__top .module {
    flex-direction: column;
    justify-content: space-between;
}

@media(min-width:768px) {
    .footer__top .module {
       flex-direction: row;
    }
}

.footer__social {
    flex-direction: column;
}

@media(min-width:600px) {
    .footer__social {
       align-items: center;
       flex-direction: row;
    }
}

.footer__social a {
    color:#fff;
   text-decoration: none;
}

.footer__social__social {
    align-items: center;
    margin-bottom:1em;
}


@media(min-width:600px) {
    .footer__social__social {
        margin-bottom:0;
    }
}

.footer__social__social img {
   margin-left:0.5em;
}

@media(min-width:600px) {
    .footer__social__news {
        margin:0 0 0 3em;
    }
}

.footer__social__news a {
    border:1px solid #fff;
    font-weight:500;
}

.footer__social__news a:hover {
    background-color:var(--dark-green);
    text-decoration: none;
}

.footer__center {
    background-color:var(--dark-green);
    padding:2.5em 0;
}

.footer__center .module {
    display: grid;
    grid-gap:10px;
}

@media(min-width:600px) {
    .footer__center .module {
        grid-gap:50px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width:768px) {
    .footer__center .module {
        grid-template-columns: repeat(4, 1fr);
    }
}

.footer__center h2 {
    font-size:1.5em;
}
.footer__center a {
    font-size:1em;
    font-weight:100;
}

.footer__bottom {
    background-color:black;
    font-size:0.9em;
    padding:0.75em 0;
}

.footer__bottom .module {
    gap:1em;
    flex-direction: column;
    justify-content: flex-start;
}

@media (min-width:768px) {
    .footer__bottom .module {
        align-items: center;
        flex-direction: row;
    }
}

.footer__bottom ul {
   display: flex;
   flex-direction: column;
   margin:0;
   gap:0.5em;
}

@media (min-width:768px) {
    .footer__bottom ul {
        flex-direction: row;
     }
}

.footer__bottom ul  li {
    margin:0;
 }


.footer__bottom p {
    margin:0;
}

.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.moduleWrap {
    padding:3em 0;
}

.moduleWrap.pt-0 {
    padding-top:0;
}

/* 960 - 1200px 
@media screen and (min-width: 960px) and (max-width: 1200px) {

    .moduleWrap {
        padding: 3em 0;
    }

}

/* 768 - 959px 
@media screen and (min-width: 768px) and (max-width: 959px) {

    .moduleWrap {
        padding: 5% 0;
    }

}

/* 481 - 767px 
@media screen and (min-width: 481px) and (max-width: 767px) {

    .moduleWrap {
        padding: 5% 0;
    }

}

/* max 480px 
@media screen and (max-width: 481px) {

    .moduleWrap {
        padding: 5% 0;
    }

} */

.woocommerce-products-header {
    margin-top: 0.6em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-top: 0.2em !important;
}

#singleProImage h1 {
    margin-top: 0.2em;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #e8e7e8 !important;
    font-size: 1.2em;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #e8e7e8 !important;
    font-size: 1.2em;
}

.page-id-3600 .moduleWrap {
    padding-top: 1%;
    padding-bottom: 1.4%;
}

.page-id-3600 .visualEditor {
    padding-left: 0;
    padding-right: 0;
}

.page-id-3600 .visualEditor ol li {
    margin-bottom: 0.5em;
}

#listBottomMargin {
    margin-bottom: 4em;
}

.addToQuote .atq_mob_wording {
    display: none;
}

.added_label_2 {
    color: #009959;
    font-size: 1.1em;
}

#collapseSidebar {
    position: absolute;
    right: 16px;
    top: 20px;
    transition: 0.3s all ease-in-out;
}

#collapseSidebar.sidebarCollapseArrow {
    right: 0;
    transition: 0.3s all ease-in-out;
}

#expandTable {
    background: rgba(0, 153, 89, 1);
    color: #fff;
    padding: 0.5em 1em;
    display: inline-block;
    text-decoration: none;
    margin: 0 0 1em 0;
}

#collapseSidebar i {
    color: rgba(0, 153, 89, 1);
    font-size: 2em;
    transform: rotate(0deg);
    transition: 0.3s all ease-in-out;
}

#collapseSidebar.sidebarCollapseArrow i {
    transform: rotate(180deg);
    transition: 0.3s all ease-in-out;
}

#sidebar.sidebarCollapse {
    height: 0;
    width: 0;
    transition: 0.3s all ease-in-out;
}

#sidebar.sidebarCollapse .sidebarBlock * {
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

#sidebar.sidebarCollapse .sidebarBlock {
    padding: 0;
    transition: 0.3s all ease-in-out;
}

.archive .prodArchiveMain.sidebarCollapseTable {
    transition: 0.3s all ease-in-out;
    width: 95%;
}

#tableMSWrapper table {
    table-layout: fixed;
}

#tableMSWrapper thead tr {
    background: #e0e0e0;
}

#tableMSWrapper th {
    line-height: 1.3em;
    cursor: pointer;
    width: 100%;
}

#tableMSWrapper th.motPart,
#tableMSWrapper th.motPrice {
    padding: 1em 0.5em;
    width: 30%;
}

#tableMSWrapper th.motDrive,
#tableMSWrapper th.motTravelX,
#tableMSWrapper th.motTravelY,
#tableMSWrapper th.motLoad {
    padding: 1em 0.5em;
    width: 27%;
}

#tableMSWrapper th.motApplications {
    width: 70%;
}

#tableMSWrapper th.motEncoders,
.sidebarCollapseTable #tableMSWrapper th.motPrecision {
    width: 35%;
}

.sidebarCollapseTable #tableMSWrapper th.motPart,
.sidebarCollapseTable #tableMSWrapper th.motEncoders,
.sidebarCollapseTable #tableMSWrapper th.motDrive,
.sidebarCollapseTable #tableMSWrapper th.motTravelX,
.sidebarCollapseTable #tableMSWrapper th.motTravelY,
.sidebarCollapseTable #tableMSWrapper th.motLoad,
.sidebarCollapseTable #tableMSWrapper th.motPrice {
    width: 30%;
}

.sidebarCollapseTable #tableMSWrapper th.colCollapse {
    width: 8% !important;
    transition: 0.3s all ease-in-out;
}

#tableMSWrapper th.colCollapse {
    width: 14% !important;
    transition: 0.3s all ease-in-out;
}

#tableMSWrapper th.colCollapse span,
#tableMSWrapper th.colCollapse i.fa-angle-up,
#tableMSWrapper th.colCollapse i.fa-angle-down {
    opacity: 0 !important;
    transition: 0.3s all ease-in-out;
}

#tableMSWrapper tr td:nth-child(2) {
    word-wrap: break-word;
}

#tableMSWrapper th a i {
    font-weight: bold;
}

#tableMSWrapper th a.collapseColLink {
    color: rgba(0, 153, 89, 1);
    position: absolute;
    right: 6px;
    top: 0;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

#tableMSWrapper th.colCollapse a.collapseColLink {
    right: 4px;
    transform: rotate(180deg);
    transition: 0.3s all ease-in-out;
}

#tableMSWrapper th span {
    display: block;
    min-height: 4.5em;
    transition: 0.3s all ease-in-out;
}

#tableMSWrapper th i {
    color: #666;
    display: block;
    font-weight: bold;
    opacity: 0.5;
    transition: 0.3s all ease-in-out;
}

.tableAsc {
    width: 30px;
    height: 34px;
    font-size: 0.9em;
    line-height: 110%;
    margin: auto;
}

.tableAsc .left {
    width: 60%;
    float: left;
    padding-left: 5px;
}

.tableAsc .right {
    width: 35%;
    float: right;
    text-align: right;
}

.tableAsc .right i {
    text-align: left;
    margin-top: 7px;
    font-size: 1.3em;
    margin-right: 5px;
}

.tableDesc {
    width: 30px;
    height: 34px;
    font-size: 0.9em;
    line-height: 110%;
    margin: auto;
}

.tableDesc .left {
    width: 60%;
    float: left;
    padding-left: 5px;
}

.tableDesc .right {
    width: 35%;
    float: right;
}

.tableDesc .right i {
    text-align: left;
    margin-top: 7px;
    font-size: 1.3em;
    margin-right: 5px;
}

i.fa-sort-alpha-desc,
i.fa-sort-alpha-asc {
    font-size: 1.1em;
}

#tableMSWrapper th .tableDesc {
    display: none;
}

#tableMSWrapper th.headerSortUp .tableAsc {
    display: none;
}

#tableMSWrapper th.headerSortUp .tableDesc {
    color: rgba(0, 153, 89, 1);
    transition: 0.3s all ease-in-out;
    opacity: 1;
    display: block;
}

#tableMSWrapper th.headerSortUp .tableDesc i {
    color: rgb(0, 173, 100);
    transition: 0.3s all ease-in-out;
    opacity: 1;
    display: block;
}

#tableMSWrapper th.headerSortDown .tableDesc {
    display: none
}

#tableMSWrapper th.headerSortDown .tableAsc {
    color: rgba(0, 153, 89, 1);
    transition: 0.3s all ease-in-out;
    opacity: 1;
    display: block;
}

#tableMSWrapper th.headerSortDown .tableAsc i {
    color: rgb(0, 173, 100);
    transition: 0.3s all ease-in-out;
    opacity: 1;
    display: block;
}

#tableMSWrapper th,
#tableMSWrapper td {
    padding: 1em 0.5em;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: 0.3s all ease-in-out;
}

#tableMSWrapper th {
    padding: 1em 0.5em 0 0.5em !important;
}

#tableMSWrapper .motorizesTableImage img {
    height: auto;
    float: left;
    margin: 1px;
    width: 17%;
}

.tablesorter,
.tablesorter th,
.tablesorter td {
    border: 1px solid black;
}

.woocommerce-cart .select2-dropdown {
    background: #fff;
    z-index: 9999;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* target EDGE */
    .product-category-image {
        flex-direction: row !important;
    }

}

.page-id-9201 #module-1 {
    padding-bottom: 0;
    padding-top: 1%;
}

.page-id-9201 #module-2 {
    padding-top: 1%;
}

.page-id-9201 #module-2 {
    padding-top: 1%;
}

.page-id-9201 #field_5_3 {
    display: block;
    margin-top: 1.5em !important;
}

.page-id-9201 #gform_fields_5 {
    display: block;
}

.page-id-9201 .gform_footer {
    display: block !important;
}

.page-id-9201 #label_5_4_1 {
    min-width: 11em;
}

.page-id-9201 #field_5_4 .gfield_label {
    display: none;
}

#footerSignText a {
    text-decoration: underline;
}

.slideContainer .slick-slide img.centenary-logo {
    display: none;
    margin-top: 10%;
    max-width: 20em;
    object-fit: contain;
    height: auto;
    width: 50%;
}

#prior-100 {
    float: right;
    margin: 19px 0 0 0;
    width: 100px;
}

#prior-100-black {
    display: none;
}


@media (min-width: 768px) and (max-width: 1200px) {
    .slideContainer .slick-slide img.centenary-logo {
        /* bottom:31%;
        left:3%; */
        width: 35%;
    }

    #prior-100,
    #logo-black {
        display: none;
    }

    #logo-white {
        display: block;
    }
}

@media (min-width: 768px) {
    #prior-100 {
        display: none;
    }
}

@media (min-width: 959px) {
    .slideContainer .slick-slide img.centenary-logo {
        display: block;
    }
}

/* 
.hero-cols {
    display: flex;
}

.hero-cols .hero-cols-left {
    width:100%;
}

@media (min-width:786px) {
    .hero-cols .hero-cols-left {
        padding-right: 2em;
        width:75%;
    }
}

.hero-cols .hero-cols-right {
    display: none;
}

@media (min-width:786px) {
    .hero-cols .hero-cols-right {
        display: block;
        width:19%;
    }
}

.hero-cols .hero-cols-right a {
    background: #fff;
    border: 5px solid #009959;
    color:#000!important;
    padding: 16px;
    font-size: 1.2em;
    line-height:1.2em;
    display: flex;
    border-radius: 50%;
    text-align: center;
    height: 155px;
    align-items: center;
    transition:0.3s all ease-in-out;
}

.hero-cols .hero-cols-right a:hover {
    background: #009959;
    border: 5px solid #fff;
    color:#fff!important;
    transition:0.3s all ease-in-out;
}

.hero-cols .hero-cols-right img {
    height: auto !important;
    margin: 1em 0;
    width: 50% !important;
}

@media (min-width: 960px) {
    .hero-cols .hero-cols-right img {
        margin: 0;
        width: 100% !important;
    }
} */

.popup_contact {
    height:100%;
    position: fixed;
    right:-300%;
    top:0;
    z-index:9999;
    transition: 0.6s right ease-in-out;
    z-index:99999;
}


.contact-open .popup_contact  {
    right:0;
    transition: 0.6s right ease-in-out;
}

.popup_contact h3 {
    font-size:1.5em;
    margin:1em 0 0.5em 0;
}

@media(min-width:768px) {
    .popup_contact h3 {
        font-size:2em;
    }
}

.popup_contact__wrap {
    align-items: center;
    display: flex;
    height:100%;
}

.popup_contact__toggle {
    position: fixed;
    right:0;
    top:55%;
    z-index:9999;
}

@media(min-width:992px) {
    .popup_contact__toggle {
        top:40%;
    }
}

.nav-open .popup_contact__toggle {
    z-index:-1;
}

.popup_contact__button {
    border-radius: 0;
    line-height: normal;
    padding:1.5em 1em;
}

.popup_contact__button  span {
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}

.popup_contact__form {
    background:#fff;
    height:100vh;
    padding:1.5em;
    max-width:700px;
}

@media(min-width:768px) {
    .popup_contact__form {
        padding:3.5em;
    }
}

.popup_contact__form form {
    margin-top: 3em;
    max-height:60vh;
    overflow-y: scroll;
}

    /* width */
.popup_contact__form form::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.popup_contact__form form::-webkit-scrollbar-track {
    background: #e0e0e0;
}

/* Handle */
.popup_contact__form form::-webkit-scrollbar-thumb {
    background-color:var(--primary-color);
}

/* Handle on hover */
.popup_contact__form form::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.popup_contact__form .gform_wrapper.gravity-theme .gform_required_legend {
    display: none;
}

.popup_contact__form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 50px;
}

.popup_contact__form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    width:80%;
}

.popup_contact__form .gform_wrapper.gravity-theme .gfield_label {
    font-size:0.9em;
    font-weight: 300;
    text-transform: uppercase;
}

.popup_contact__form .gform_wrapper.gravity-theme .gfield :is(input, select, textarea) {
    border:0;
    padding:0 0 3px 0;
}

.popup_contact__form .gform_wrapper.gravity-theme .gfield :is(input, select, textarea) {
    border-bottom:2px solid #000;
}

.popup_contact__form .gform_wrapper.gravity-theme .gfield :is(input:focus, select:focus, textarea:focus){
    border-color:var(--primary-color);
    outline: 0;
}

.popup_contact__form .gform_wrapper.gravity-theme .gfield select {
   background-color:#fff;
}

.popup_contact__form form .gfield .address_country  {
  flex: 100%!important;
  width:100%;
}

.popup_contact__form .gform_wrapper.gravity-theme .gfield textarea {
    height:100px;
    width:90%;
}

.popup_contact__form form .gfield .gchoice_14_11_1 {
    align-items: flex-start;
    display: flex;
    width:90%;
}

.popup_contact__form form .gfield .gchoice_14_11_1 input {
    margin:5px 5px 0 0;
}

.popup_contact__form form input[type="submit"] {
    background-color:var(--primary-color);
    border:0;
    border-radius:0;
    color:#fff;
    font-size:1em;
    padding:1em;
    text-transform: uppercase;
    width:90%;
}

.popup_overlay {
    background-color:#000;
    height:100%;
    opacity: 0;
    left:0;
    position: fixed;
    top:0;
    width:100%;
    transition: 0.8s all ease-in-out;
    visibility: hidden;
    z-index:9999;
}

.contact-open .popup_overlay {
    opacity: 0.8;
    z-index:9999;
    visibility: visible;
    transition: 0.3s all ease-in-out;
}

.contact-open {
    overflow: hidden;
}
/* --------------- END https://www.nanopositioning.com/wp-content/themes/prior-scientific/style.css?ver=1737974394 --------------- */ 

/* --------------- START https://www.nanopositioning.com/wp-content/themes/prior-scientific/css/slick.css?ver=6.8.3 --------------- */ 
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slideContainer  .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* --------------- END https://www.nanopositioning.com/wp-content/themes/prior-scientific/css/slick.css?ver=6.8.3 --------------- */ 

/* --------------- START https://www.nanopositioning.com/wp-content/themes/prior-scientific/font-awesome/css/font-awesome.min.css?ver=6.8.3 --------------- */ 
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.nanopositioning.com/wp-content/themes/prior-scientific/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}