html {
    scroll-padding-top: 250px;
}

#page .navbar-area {
    padding: 0 0 1.3rem 0;
}

ul#menu-language-menu li {
    display: inline-block;
}
.language-bar {
    background-color: var(--sp-blue);
    margin-bottom: 10px;
}
.language-menu .menu-wrap > li > a {
    line-height: 30px;
    color: var(--sp-white);
    font-size: 80%;
    text-transform: none;
}
.menubar.social-menu ul {
    margin-left: 5px;
}
.menubar.social-menu ul.menu-wrap li a {
    padding-left: 6px;
    padding-right: 6px
}
.menubar.social-menu ul.menu-wrap li a i {
    font-size: 24px;
    color: var(--sp-primary);
}
.navbar-area .menubar.primary-menu .menu-wrap > li:not(:last-child):after,
.navbar-area .menubar.social-menu .menu-wrap > li:not(:last-child):after {
    border-right: none;
}
.navbar-area .menubar.secondary .menu-wrap > li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 67px;
    display: inline-block;
    margin: auto;
    border-right: 2px dotted var(--sp-secondary-dark);
    opacity: 0.65;
    z-index: -1;
}
.navbar-area .menubar.secondary .menu-wrap > li {
    width: 250px;
    text-align: left;
}
.navbar-area .menubar.secondary .menu-wrap > li > a {
    display:inline-block;
}
.navbar-area .menubar.secondary .menu-wrap > li a span.sub {
    text-transform: none;
    color: var(--sp-gray);
    font-size: 14px;
    width: 100%;
    line-height: 16px;
    display: inline-block;
    word-wrap: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}
.av-columns-area {
    justify-content: flex-end;
}
.primary-nav-top-col {
    display: flex;
}
.navbar-area .theme-menu.top.left {
    justify-content: flex-start;
    display:inline-flex;
    width: auto;
}
.navbar-area .theme-menu.top.right {
    justify-content: flex-end;
    display:inline-flex;
    width: auto;
}
footer.footer-dark {
    background-color: var(--sp-blue);
}
footer.footer-section {
    padding-top: 0;
    margin-top: 100px;
}
footer .footer-main {
    padding: 30px 0 20px 0;
    border-bottom: 0;
}
footer .widget h5.widget-title {
    display:none;
}
footer .footer-primary-link {
    width: 100%;
    display: block;
    border-bottom: 1px solid var(--sp-white);
    padding-bottom: 4px;
    font-weight: bold;
    text-transform: capitalize;
}
footer .footer-primary-link:after {
    content: '→';
    float:right;
    font-weight: bold;
    position: relative;
    top: 0;
    right: 1px;
    color: #cccccc;
}
footer p.address {
    font-size: 72%;
    white-space: nowrap;
}
footer .footer-main .widget {
    margin-bottom: 0;
}
.footer .widget + .widget {
    padding-top: 25px;
    padding-bottom: 5px;
}
.footer .widget + .widget:not(.widget_social_widget) {
    border-top: none;
}
footer .footer-copyright {
    padding: 4px;
    font-size: 72%;
}
.header .widget:not(.widget_payment_methods):not(.widget_meta):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before, .footer .widget:not(.widget_payment_methods):not(.widget_meta):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before {
    content: '';
}
.footer-main .widget_nav_menu li a, .footer-copyright .widget-left .widget_nav_menu li:not(:first-child) a, .footer-copyright .widget-right .widget_nav_menu li:not(:last-child) a, .footer-copyright .widget:not(.widget_payment_methods):not(.widget_nav_menu):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a, .footer-main .widget:not(.widget_payment_methods):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a {
    padding-left: 0;
}
.footer-main .widget:not(.widget_payment_methods):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li:not(:last-child) a {
    margin-bottom: 0;
}
.footer-main .widget ul {
    font-size: 72%;
}
.footer-main .widget ul li {
    padding-bottom: 10px;
}
.footer-main .widget ul li:first-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 140%;
    line-height: 100%;
}
nav.legal-menu ul.menu-wrap {
    display:inline-flex;
}
nav.legal-menu ul.menu-wrap li.menu-item a {
    color: var(--sp-white);
    font-size: 90%;
    color: #cccccc;
    padding: 0 10px;
}
nav.legal-menu ul.menu-wrap li:last-child a {
    padding-right: 0;
}
/*
END headers and footers
*/

.widget h2.widgettitle,
.widget h3.widget-title {
    text-transform: uppercase;
    color: var(--sp-primary);
    font-size: 21px;
    letter-spacing: -0.21px;
    /*text-align: left;*/
}


.widget:not(.widget-none) .widgettitle {
    margin-bottom: 1rem;
    line-height: 1.5;
}


.mini-line {
    display: block;
    position: relative;
    width:  45px;
    height: 0;
    border-bottom: 1px solid;
    border-color: var(--sp-mini-line);
    margin-bottom: 1.4rem;
}
hr {
    display: inline-block;
    width: 45px;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
    border-top: 1px solid;
    margin-top: 0;
    border-color: var(--sp-mini-line);
}

i svg {
    font-style: normal;
}


.post-shadow .post-items {
    box-shadow: none;
    padding: 15px 0;
}

.post-shadow .post-items.content-border-top,
.post-shadow .post-items.border-bottom {
    border-bottom: 1px solid var(--sp-primary);
    padding: 4px;
}

.post-content {
    padding: 10px 0;
}

.post-content.list-content.right-icon i {
    position: absolute;
    right: 0;
    top: 35%;
}

.post-content.list-content.nopad {
    padding: 0;
}

                           }


.post-content.list-content i {
    display: block;

    right: 0;
    top: 33%;
    color: var(--sp-gray);
    font-size: 26px;
    margin-right: 10px;
    font-style: normal;
}

.post-content.right-icon h5.post-title.list-title {
    font-size: 20px;
}


.post-content h5.post-title.list-title {
    font-size: 24px;
}

.videos-page h5.post-title.list-title {
    margin: 10px 0;
    color: var(--sp-primary);
}

.videos-page h5.post-title.list-title,
.resources-section .post-content h5.post-title.list-title {
    font-size: 20px;
    font-weight: bold;
}
.resources-section .post-content.list-content span.list-post-date,
.resources-section .post-content span.list-post-date p {
    margin: 0;
    font-weight: normal;
}
.post-content.list-content.panel-excerpt p {
    font-size: 50px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 120%;
    color: var(--sp-gray);
    width: 80%;

}
.post-content.list-content.panel-excerpt span.list-post-date,
.post-content span.list-post-date {
    margin: auto;
    font-size: 18px;
    font-weight: 600;
}


.panel-layout .panel-grid {
    align-items: center;
}
.so-widget-sow-editor h3.widget-title {
    /*display:none;*/
}
.so-widget-sow-editor .textwidget h2 {
    margin-bottom: 20px;
}
.so-widget-sow-editor .textwidget p {
    font-size: 21px;
    margin-bottom: 15px;
}
.so-widget-sow-editor .textwidget p  strong {
    font-weight: 600;
}

.so-widget-sow-editor  .textwidget p {
    /*width: 84%;*/
}


.fullhead .so-widget-sow-editor .textwidget h1 {
    color: #fff;
    font-weight: 400;
}

.fullhead .so-widget-sow-editor .textwidget h2 {
    font-size: 26px;
}

.fullhead .so-widget-sow-editor .textwidget p {
    /*font-size: 20px;*/
}


.so-widget-sow-editor .textwidget h4,
.so-widget-sow-editor .textwidget h1,
.so-widget-sow-editor .textwidget h2,
.so-widget-sow-editor .textwidget h3 {
    color: var(--sp-primary);
    letter-spacing: -0.21px;
    text-align: left;
    margin-bottom: 20px;
}

.bigtext .so-widget-sow-editor .textwidget p {
    font-sizE: 150%;
}

.so-widget-sow-editor .textwidget h3 {
    font-size: 21px;
}

.so-widget-sow-editor .textwidget ul li {
    list-style-position: inside !important;
    list-style: circle;
    /*margin-left: 20px;*/
    margin-left: 0;
}


.so-widget-sow-editor .textwidget ol {
    padding-left: 20px;
}

.so-widget-sow-editor .textwidget ol li {
    list-style-type: upper-roman;
}

.so-widget-sow-editor .textwidget blockquote {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.so-widget-sow-editor .textwidget blockquote p {
    font-size: 104%;
    margin-bottom: 10px;
    margin-top: 10px;
}


.projects-list-area {
    margin-top: 40px;
}


.projects-list-area .av-columns-area {
    justify-content: flex-start;
}

.projects-list-page .siteorigin-panels-stretch h1 {
    /*margin-top: 20px;*/
}
h3.filter-head {
    color: var(--sp-primary);
    font-size: 20px;
}

ul.projects-menu {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0;
    margin: 10px 0 4px 0;
}
ul.projects-menu li:first-child {
    margin-top: 0;
}
ul.projects-menu li:last-child {
    margin-bottom: 0;
}

ul.projects-menu li {
    padding: 5px 0 5px 15px;
    background-color: var(--sp-blue);
    display:block;
    width: 100%;
    margin: 15px 0;
    text-align: left;
}
ul.projects-menu li a {
    display: block;
    width: 100%;
    line-height: 150%;
    font-weight: bold;
    color: var(--sp-white);
}
.panel-border {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--sp-light-gray);
}

.post-tile {
    margin-bottom: 30px;
}
.post-tile img {
    width: 100%;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 1s ease;
}

.post-tile img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.post-tile .tile-bottom {
    display: block;
    width: 100%;
    background-color: var(--sp-primary);
    padding: 6px 0;
}
.post-tile .tile-bottom h5 {
    color: var(--sp-white);
    font-size: 20px;
    text-align: center;
}


.project-header {
    height: 413px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.project-header .sow-image-container img.so-widget-image  {
    height: 400px;
    width: auto;
}
.project-data .av-columns-area {
    justify-content: flex-start;
}

.widget:not(.widget-none) .project-data h3.widget-title {
    margin-bottom: 0;
}

.project-data p {
    font-size: 30px;
    color: var(--sp-gray);
    margin-bottom: 20px;
}




.applications-list ul li {
    display:block;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 8px 0;
    font-weight: bold;
}


.large-title h3.widget-title {
    color: var(--sp-gray);
    font-size: 30px;
    font-weight: normal;
    text-transform: none;
    font-weight: 600;
}
.sectors-lists .av-column-4.pad-60 {
    max-width: 385px;
}
.av-columns-area.sectors-lists {
    justify-content: space-between;
}
.av-columns-area.sectors-lists hr {
    margin-bottom: 20px;
}
.sectors-lists ul {
    margin-bottom: 20px;
}
.sectors-lists ul li {
    display:block;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 12px 0;
    font-size: 22px;
}
.sectors-lists ul li:first-child {
    border-top: 1px solid #000;
    margin-top: 30px;
}
.sectors-lists ul li:last-child {
    margin-bottom: 50px;
}

div.fullwidth {
    width: 100%;
    margin: 0;
    padding: 70px 0;
}
div.fullwidth.blue {
    background-color: var(--sp-blue);
    color: var(--sp-white);
}

.product-page h1 {
    font-weight: 400;
}

.videos-page .av-columns-area,
.product-page .av-columns-area {
    align-items: flex-start;
    justify-content: start;
}

.product-page .av-columns-area.space-between {
    justify-content: space-between;
}


.product-category-tile {
    width: 100%;
    border-bottom: 2px solid #fff;
    display:flex;
    align-items: flex-end;
}

.product-category-tile div {
    display: inline-block;
}
.product-category-tile div.product-category-image {
    height:200px;
    min-width: 83px;
    display:flex;
    align-items: flex-end;
}

.product-category-tile div p {
    margin: 0;
    line-height: 80%;
    font-weight: 300;
}
.product-category-tile div h5 {
    margin: 0 0 20px 0;
    font-weight: 500;
}
.product-category-tile div img {
    max-height: 150px;
}

.product-category-tile div.product-category-name {
    margin-left: 20px;

}

.product-page .product-icon-row {
    display:inline-flex;
    margin-top: 20px;
}
.product-page .product-icon-row .product-tile {
    display: inline-block;
    margin: 7px 10px;
}
.product-page .product-icon-row .product-tile h5 {
    font-size: 90%;
    letter-spacing: 90%;
    margin-top: 5px;
    text-align: center;
}
.product-page.resources .product-icon-row a {
    margin-left: 8px;
}

.product-page .product-icon-row:first-child {
    /*margin-left: 8px;*/
}

.product-page .product-icon-row.p-tools {
    left:10px;
    position: relative;
    width: 100%;
}

a.view-all-tools {
    display:block;
    margin-top: 7px;
    margin-left: 8px;
}

.product-page.tools-panel {
    margin-top: 45px;
    display: none;
}

.product-page.resources-panel {
    margin-top: 45px;
    display: none;
}


.product-page .product-name {
    margin-bottom: 20px;
}
.product-page .product-name h5 {
    font-size: 36px;
    color: var(--sp-dark-gray);
    font-weight: 400;
}
.product-page .product-text {
    margin-bottom: 25px;
}
.av-columns-area.vcenter {
    align-items: center;
}
.av-columns-area.vcenter.item-row {
    margin-bottom: 40px;
}

ul.tools-list {
    list-style-type: none;
    width: 70%;

}
ul.tools-list li {
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px dotted var(--sp-gray);
    text-transform: uppercase;
}
ul.tools-list li:last-child {
    border-bottom: none;
}

.product-page .product-tile .product-name h5.post-title.list-title {
    color: var(--sp-white);
}

.project-page.content-page {
    margin-top: 0;
}

.project-page {
    margin-top: 100px;
}


.project-page .panel-layout p {
    font-size: 24px;
}
.project-page .panel-layout h4 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
}
.project-page .panel-layout h6 {
    color: var(--sp-primary);
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
}
.feature-col {
    margin-bottom: 50px;
    padding: 0 30px 0 0;
}
.feature-col h3.widget-title {
    font-size: 36px;
    font-weight: normal;
    text-transform: none;
    line-height: 1 !important;
}
.av-columns-area.features-lists {
    justify-content: flex-start;
}
.feature-col p {
    width: 90%;
}

.news-page .news-list-item {
    background-color: var(--sp-blue);
    color: var(--sp-white);
    justify-content: space-between;
    align-items: center;
    max-height: 400px;

}
.news-page .news-list-item .news-list-item-left {
    padding-left: 5%;
    height: 300px;
    align-content: space-between;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.news-page .news-list-item .news-list-item-left hr {
    border-color: var(--sp-white);
    margin: 20px 0 20px 0;
}
.news-page .news-list-item .news-list-item-left .post-title {
    font-size: 38px;
}
.news-page .news-list-item .news-list-item-right {
    padding: 0;

    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;


}

.blog-section {
    margin-top: 60px;
}
 .so-widget-sow-editor .textwidget p {
    font-size: 18px;
}

.orange-banner {
    background-color: var(--sp-primary);
    color: var(--sp-white);
}
.orange-banner .banner-column {
    align-content: space-between;
    align-items: center;
}

.orange-banner .banner-column h5.post-title {
    font-size: 38px;
}
.orange-banner .banner-column  hr {
    border-color: var(--sp-white);
    margin: 20px 0 0 0;
}
.orange-banner .banner-column .banner-column-left {
    /*padding-left: 5%;*/
    height: 300px;
    align-content: space-between;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-right: 15%;
}
.orange-banner .banner-column .banner-column-right {
    padding: 0;
}

.resources-row {
    display:none;
}
.product-page .product-name {
    margin-bottom: 0;
}
.product-page .product-name.post-content.list-content  i {
    top: 4px;
}
.product-page .product-name.post-content.list-content  i a {
    margin-top: 0;
}
.product-name h5.resource-title {
  margin-bottom: 20px;
    line-height: 90%;
    color: var(--sp-primary);
}
.product-page.resources-panel h5.list-section-title {
    font-size: 22px;
    font-weight: notmal;
    margin-bottom: 25px;
}

.product-page.resources-panel h5.list-item-title {
    font-size: 18px;
    font-weight: bold;
}

.av-columns-area.vcenter.item-row.datasheet-cat {
    margin-bottom: 40px;
}
.av-columns-area.vcenter.item-row.datasheet-item {
    margin-bottom: 10px;
    border-bottom: 1px dotted;
    border-color: var(--sp-light-gray);
    justify-content: flex-start;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: var(--sp-font-sans-serif);
}
input[type="submit"] {
    text-align: right;
}

.dealers label {
    font-weight: bold;
    marginbottom: 15px;
    font-size: 18px;
}

.dealers h1 {
    font-weight: 400;
    font-size: 42px;
}

.dealers .av-columns-area {
    justify-content: flex-start;
}

.dealers hr {
    margin-bottom: 15px;
}
.dealers .country h3 {
    font-weight: 400;
    font-sizE: 32px;

}
.dealers .location p {
    color: var(--sp-primary);
    font-weight: 500;
    font-sizE: 22px;
}
.dealers .web p {
    font-size: 20px;
    font-weight: 600;
}
.dealers .web p a {
    text-decoration: none;
    color: var(--sp-gray);
}

.dealers .hl div {
    padding-left: 20px;
}
.dealers .hl div:before {
    font-weight: bold;
    position: absolute;
    left: 18px;
}

.dealers .telephone div:before {
    content: 'T:';
}
.dealers .fax div:before {
    content: 'F:';
}
.dealers .email div:before {
    content: 'E:';
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.av-container.search-page .av-columns-area {
    justify-content: flex-start;
    align-content: start;
}

.search-page h3 {
    color: var(--sp-primary);
    letter-spacing: -0.21px;
    text-align: left;
    margin-bottom: 20px;
}

.search-page h5 {
    color: var(--sp-primary);
    letter-spacing: -0.21px;
    text-align: left;
    margin-bottom: 10px;
}

.search-page .no-results {
    display: block;
    position: relative;
    width: 80%;
    margin: 0 auto;
    font-size: 150%;
    text-align: center;
}
.search-page .no-results i {
    font-weight: bold;
    color: var(--sp-primary);
}
.search-page .no-results .form {
    width: 40%;
    position: relative;
    margin: 50px auto 0 auto;
}
.search-page form.search-form .search-submit {
    top: -10px;
}

.career h3 {
    color: var(--sp-primary);
    letter-spacing: -0.21px;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
}

.career h2 {
    color: var(--sp-primary);
    letter-spacing: -0.21px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weihgt: 400;
    font-size: 32px;
}


.career h5 {
    display: block;
    font-size: 18px;
    line-height: 220%;
    border-bottom: 1px solid;
    border-bottom-color: var(--sp-primary);
    color: var(--sp-dark-gray);
    margin-bottom: 20px;
}
.career p {
    margin-bottom: 30px;
}
.career .left {
    padding-right: 10%;
}

.careers-panel .av-columns-area.careers {
    justify-content: flex-start;
    align-content: start;
}

.vcarousel {
    max-height: 330px;
    overflow: hidden;
}


.datasheet-item .product-image {
    /*height: 51px;*/
}
.product-icon-row .product-image img,
.datasheet-item .product-image img {
    width: 51px;
}

.search-page a {
    color: var(--sp-primary);
    font-size: 90%;
}


.pagination a,
.pagination span {
    display:inline-block;
    width: 60px;
    height: 60px;
    background-color: #151535;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    margin: 0 5px;
}
.pagination a {
    cursor: pointer;
}
.pagination span.current {
    background-color: var(--sp-primary);
}

a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

.so-widget-sow-editor p {
    font-size: 1.2em;
}
.so-widget-sow-editor p a {
    font-size: 18px;
}


.widget:not(.widget-none) .mpu-text-bottom .widget-title,
.mpu-text-bottom .widget-title {
    height: 0;
    margin-bottom: 0;

}

.mpu-text-bottom h3.widget-title a {
    color: #fff;
    width: 100%;
    background-color: #e0592aBB;
    height: 55px;
    top: -55px;
    position: relative;
    font-size: 19px;
    text-align: center;
    font-weight: normal;
    line-height: 1.3;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#panel-113-1-0-1 > div.mobileonly {
    display:none;
}

@media only screen and (max-width: 720px) {
    .mobileonly {
        display:block;
    }
}


body.rtl nav ul {
    font-size: 17px;
}

body.rtl .navbar-area .menubar.secondary .menu-wrap > li > a {
    display: flex;
    flex-direction: column;
}
body.rtl .menubar .menu-wrap > li > a {
    padding: 0px 16px;
    display: inline-flex;
    /*color: var(--sp-secondary-dark);*/
}

body.rtl .product-category-tile div h5 {
    margin: 0 8px 20px 0;
    font-weight: 500;
}

body.rtl .product-page.resources .product-icon-row a {
    margin-left: 8px;
    padding-right: 16px;
}

body.rtl a.view-all-tools {
    display: block;
    margin-top: 7px;
    margin-left: 8px;
    padding-right: 25px;
}

body.rtl .dealers .av-column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    direction: ltr;
}

body.rtl .dealers .hl div {
    padding-left: 20px;
    direction: ltr;
}

body.rtl footer .footer-primary-link:after {
    content: '';
    float: right;
    font-weight: bold;
    position: relative;
    top: 0;
    right: 1px;
    color: #cccccc;
}