/*
Theme Name: Blonder Tongue
Theme URI: http://underscores.me/
Author: Smartsites
Author URI: http://www.smartsites.com/
Description: Blonder Tongue Laboratories, Inc
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blonder-tongue
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Blonder Tongue is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@font-face {
    font-family: 'ProximaNova-Light';
    src: url('fonts/ProximaNova-Light_gdi.eot');
    src: url('fonts/ProximaNova-Light_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Light_gdi.woff') format('woff'),
    url('fonts/ProximaNova-Light_gdi.ttf') format('truetype'),
    url('fonts/ProximaNova-Light_gdi.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/proximanova-regular.eot');
    src: url('fonts/proximanova-regular.eot') format('embedded-opentype'),
    url('fonts/proximanova-regular.woff') format('woff'),
    url('fonts/proximanova-regular.ttf') format('truetype'),
    url('fonts/proximanova-regular.svg#ProximaNovaRegular') format('svg');
}
@font-face {
    font-family: 'proxima_novasemibold';
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proximanova-semibold-webfont.woff') format('woff'),
    url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
    url('fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novasemibold';
    src: url('fonts/proximanovabold_0-webfont.eot');
    src: url('fonts/proximanovabold_0-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proximanovabold_0-webfont.woff') format('woff'),
    url('fonts/proximanovabold_0-webfont.ttf') format('truetype'),
    url('fonts/proximanovabold_0-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Keep Calm Med';
    src: url('fonts/KeepCalm-Medium.eot');
    src: url('fonts/KeepCalm-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/KeepCalm-Medium.woff2') format('woff2'),
    url('fonts/KeepCalm-Medium.woff') format('woff'),
    url('fonts/KeepCalm-Medium.ttf') format('truetype'),
    url('fonts/KeepCalm-Medium.svg#KeepCalm-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/FontAwesome.otf');
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff2') format('woff2'),
    url('fonts/fontawesome-webfont.woff') format('woff'),
    url('fonts/fontawesome-webfont.ttf') format('truetype'),
    url('fonts/fontawesome-webfont.svg#KeepCalm-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
}
a:focus,
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input:focus {
    outline: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #1d1d1d;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
    font-weight: 600;
}
h2, .h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
h3 {
    font-size: 18px;
}
p {
    margin: 0 0 1em 0;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-size: 15px;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #f9f9f9; /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    display: block;
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
article#post-501 a {
    text-decoration: none;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}
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 {
    color: #666;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 3px;
    max-height: 120px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #1c3f95;
}
a:hover,
a:focus,
a:active {
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.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 .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media (min-width: 1170px){
    .page-header .block-search input {
        width: 450px;
    }
}
@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
--------------------------------------------------------------*/
.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.description {
    overflow: hidden;
}
.d-t {
    display: table;
}
.d-tc {
    display: table-cell;
    vertical-align: middle;
}
.site-content {
    padding: 70px 0;
    background-color: #f9f9f9;
}
.site-header {
    padding-bottom: 10px;
}
.site-header .alignleft,
.site-header .alignright {
    padding: 10px;
    margin: 0;
}
.site-header .alignleft {
    padding: 20px 10px 10px;
}
.site-header .aligncenter {
    clear: none;
    text-align: center;
}
.site-header a.cart {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background: url('images/cart-icon.png') no-repeat;
    background-size: 100%;
}
#primary-nav {
    display: inline-block;
    text-align: center;
    padding-top: 30px;
}
#primary-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#primary-nav ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
#primary-nav ul li a {
    display: block;
    padding: 30px 20px 15px;
    /*float: left;*/
}
.site-header .alignright {
    text-align: right;
}
#top-bar-nav ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    text-align: right;
}
#top-bar-nav ul li {
    display: inline-block;
}
#top-bar-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #434343;
    line-height: 1;
    display: inline-block;
    border-left: 1px solid #434343;
    margin-left: 10px;
    padding-left: 10px;
}
#top-bar-nav ul li a:hover {
    text-decoration: underline;
}
#top-bar-nav ul li:first-child a {
    border-left: none;
}
#top-bar-nav ul li.menu-item-941 a:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #101010;
}
/*Sub menu style*/
#primary-nav ul .sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 290px;
    left: 0;
    display: none;
    z-index: 10;
}
#primary-nav .sub-menu li:hover .sub-menu,
#primary-nav > ul > li:hover > .sub-menu {
    display: block;
}
#primary-nav ul .sub-menu a {
    display: block;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
}
#primary-nav ul .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #ececec;
}
/* #primary-nav ul #menu-item-453 .sub-menu ul li:first-child {
    padding-top: 55px;
    background: url(images/fiber-and-docsis.png) no-repeat center 10px;
} */
#primary-nav ul .sub-menu .sub-menu a {
}
#primary-nav ul .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
#primary-nav > ul > li > .sub-menu li:hover ul {
    background-color: #f7f7f7;
}
#primary-nav > ul > li > .sub-menu li li a:hover {
    background-color: #fff;
}
.site-header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background-color: #fff;
}
.site-header .call-us:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 20px;
    content: "\f095";
    font-family: 'FontAwesome';
    color: #101010;
}
.site-header .call-us {
    padding: 10px 0;
    display: inline-block;
}
.site-header .call-us a {
    color: #101010;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.site-header .search-form{
    display: inline-block;
    position: relative;
    vertical-align: middle;
	float:none!important;
	width:inherit;	
	
}
body.searchautocomplete__active .block-search{
	width:inherit!important;
}
.site-header .search-submit,
.site-header .search-form label.label,
.site-header .search-form .actions{
    display: none;
}
.site-header .search-field,
.site-header .input-text{
    padding-left: 35px;
    width: 450px;
    height: 40px;
    font-size: 15px;
    border: 1px solid #4a4a4a;
    border-radius: 0;
    background: url(images/magnifier.png) no-repeat 10px center;
    background-size: 18px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.site-header .search-form input::-moz-placeholder {
    color: #4a4a4a;
    opacity: 1;
}
.site-header .search-form input::-webkit-input-placeholder {
    color: #4a4a4a;
}
.site-header .search-form input:-ms-input-placeholder {
    color: #4a4a4a;
}
/* Search Autocomplete */
.block-search .nested,
.site-header .block-search .block-title,
.site-header .block-search .mst-searchautocomplete__close {
    display: none;
}

.searchautocomplete__autocomplete {
  display: none;
  border: 1px solid #C2C2C2;
  position: absolute;
  top: 31px;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 1px 1px;
  min-height: 35px;
  z-index: 1000;
}
.searchautocomplete__autocomplete._active {
  display: block;
}
.searchautocomplete__autocomplete .searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -90px;
}
.searchautocomplete__autocomplete._loading .searchautocomplete__spinner {
  display: block;
}
.searchautocomplete__autocomplete .empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #575757;
  font-size: 12px;
  display: block;
}
.searchautocomplete__autocomplete .show-all-results {
  background: #efefef;
  text-align: center;
}
.searchautocomplete__autocomplete .show-all-results a {
  padding: 8px 10px;
  color: #575757;
  font-size: 12px;
  display: block;
}
.searchautocomplete__autocomplete .index-title {
  background: #efefef;
  padding: 8px 10px;
  text-align: right;
  font-size: 12px;
  color: #575757;
}
.searchautocomplete__autocomplete .index-title .total {
  font-weight: 600;
}
.searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.searchautocomplete__autocomplete ul li {
  margin: 0;
  padding: .5rem 1rem;
  cursor: pointer;
    font-size: 18px;
}
.searchautocomplete__autocomplete ul li:before,
.searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.searchautocomplete__autocomplete ul li._active {
  background: #f8f8f8;
}
.searchautocomplete__autocomplete ul li .title {
  font-weight: 300;
}
.searchautocomplete__index-recent .index-title {
  background: none;
  position: absolute;
  right: 0;
  color: #999;
}

.searchautocomplete__item-magento_catalog_product img {
  float: left;
  height: 8rem;
  width: 6.4rem;
  margin-right: 1rem;
}
.searchautocomplete__item-magento_catalog_product a.title {
  display: block;
  margin-bottom: 0.5rem;
}
.searchautocomplete__item-magento_catalog_product .sku {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.searchautocomplete__item-magento_catalog_product .description {
  font-size: 12px;
  color: #999;
  height: 3rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.searchautocomplete__item-magento_catalog_product .price {
  display: block;
  float: right;
  font-weight: 600;
}
.searchautocomplete__item-magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.searchautocomplete__item-magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.searchautocomplete__item-magento_catalog_product._active {
  background: #fff !important;
}
.searchautocomplete__item-magento_catalog_product._active a.title {
  text-decoration: underline;
}
.searchautocomplete__item-magento_search_query .num_results {
  float: right;
}
.searchautocomplete__index-popular .index-title {
  background: none;
  text-align: left;
  color: #999;
}
.searchautocomplete__index-popular ul li {
  float: left;
  padding: .5rem 0 0.5rem 1rem;
}
.searchautocomplete__index-popular ul li a {
  font-size: 1.3rem;
}
.searchautocomplete__index-popular ul li:hover {
  background: none;
  cursor: pointer;
}
.searchautocomplete__index-popular ul li:hover a {
  text-decoration: underline;
}
.searchautocomplete__highlight {
  font-weight: 600;
}
.searchautocomplete__spinner {
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
}
.searchautocomplete__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.searchautocomplete__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.searchautocomplete__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}

/* New */
.mst-searchautocomplete__wrapper{font-size:10px}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border: 1px solid #C2C2C2;
  position: absolute;
  top: 3.1em;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 1px 1px;
  min-height: 3.5em;
  z-index: 1000;
  text-align: left;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -90px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #999999;
  font-size: 1.2em;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  background: #efefef;
  text-align: center;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  padding: 8px 10px;
  color: #999999;
  font-size: 1.2em;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  background: #efefef;
  padding: 8px 10px;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #999999;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 400px;
  overflow-y: auto;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0 1em;
  padding: 1em 0;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 600;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: .7em 0 .7em 1em;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3em;
  color: #575757;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 8em;
  width: 8em;
  margin-right: 1em;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 8em;
  max-width: 8em;
  display: block;
  margin: auto;
  object-fit: contain;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #999999;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2em;
  color: #999999;
  height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.mst-searchautocomplete__item.magento_catalog_product .price {
  display: block;
  font-weight: 600;
  margin-left: 1em;
  white-space: nowrap;
  font-size: 1.3em;
}
.mst-searchautocomplete__item.magento_catalog_product .price .price-label {
  margin-right: 1em;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: .5em;
  margin-bottom: .5em;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #fff !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #999999;
}
.mst-searchautocomplete__item a.title {
  word-break: break-word;
}
.mst-searchautocomplete__item a.title i {
  color: #999999;
  display: inline-block;
  margin: 0 .5em;
  font-style: normal;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1BA1FC;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transform: scale(0.3);
  border-radius: 15px;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mst-search-autocomplete__typeahead-overlay {
	color: #aaa;
	top: 0;
	position: absolute !important;
	z-index: -1;
	left: 15px;
	border: 0 !important;
}
@media (min-width: 768px) {
	.mst-searchautocomplete__autocomplete {
		min-width: 498px;
	}
}
/* Search Autocomplete */

#primary-nav ul li:hover,
#primary-nav ul li.active {
    background: #f7f7f7;
}
#primary-nav ul li a {
    font-size: 18px;
    color: #434343;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'ProximaNovaRegular', sans-serif;
}
/*Billboard*/
#billboard-interior {
    width: 100%;
    clear: both;
    height: 190px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    background: url('images/internal-banner_02.png') no-repeat top center/cover;
}
#billboard-interior .main-title {
    margin: 0;
    font-weight: normal;
    font-family: 'Keep Calm Med', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}
#billboard-interior,
#billboard-interior a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
/*Pagination*/
.wp-pagenavi {
    clear: both;
    padding-bottom: 10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 14px;
    color: #666;
    background: #f9f9f9;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 5px 10px;
    margin: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #1e74af;
    background-color: #1e74af;
    color: #fff;
}
/* Sidebar Layout*/
.two-sidebar .panel-center {
    width: 45%;
    clear: none;
    display: inline-block;
    vertical-align: top;
}
.sidebar-left .panel-right,
.sidebar-right .panel-left {
    overflow: hidden;
    /*background-color: #21759b;*/
}
.sidebar-left .sidebar,
.sidebar-right .sidebar,
.two-sidebar .sidebar {
    width: 290px;
    /*	background-color: #0186e3;*/
}

/* Before Footer Layout */
.before-footer {
    padding: 75px 0;
    min-height: 550px;
    width: 100%;
    background: url('images/newsletter-bg.jpg') no-repeat;
    background-size: cover;
}
.before-footer .adr {
    display: block;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
    padding-left: 40px;
    background: url('images/home-icon.png') no-repeat;
    background-size: 26px;
}
.before-footer .call-us,
.before-footer .email {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    padding-left: 40px;
}
.before-footer .call-us {
    background: url('images/ringing-icon.png') no-repeat;
    background-size: 26px;
}
.before-footer .email {
    background: url('images/mail-icon.png') no-repeat;
    background-size: 26px;
}
.before-footer .call-us a,
.before-footer .email a {
    color: #fff;
    text-decoration: none;
}
.before-footer a:hover {
    text-decoration: underline;
}
.before-footer .social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links li {
    display: inline-block;
    padding-right: 5px;
}
.social-links li a {
    width: 34px;
    height: 34px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    background: url('images/social-icons.png') no-repeat;
    background-size: 161px;
    opacity: 0.9;
}
.social-links li a:hover {
    opacity: 1;
}
.social-links .linkedin {
    background-position: -1px 0;
}
.social-links .youtube {
    background-position: -43px 0;
}
.social-links .twitter {
    background-position: -84px 0;
}
.social-links .facebook {
    background-position: -127px 0;
}
.form-newsletter {
    max-width: 540px;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    font-size: 20px;
}
.form-newsletter .gform_wrapper,
.form-newsletter .gform_wrapper .gform_footer{margin:0!important}
.form-newsletter .gform_title, .gform_wrapper h3.gform_title {
    color: #212121;
    font-size: 28px!important;
    margin: 0 0 15px!important;
    font-weight: normal!important;
}
.form-newsletter .gform_wrapper .top_label input.medium{width:100%!important}
.form-newsletter .gform_wrapper ul.gform_fields li.gfield{padding:0!important}
.form-newsletter .gform_wrapper .gform_button button{text-transform:initial;padding:10px 20px;line-height:1.5}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding: 0!important;
	border: none!important;
	background-color: transparent!important;
}
.gform_body .gform_fields {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gform_body .gform_fields .gfield {
    margin-bottom: 20px;
}
.form-newsletter .gform_description {
    display: block;
    margin-bottom: 20px;
}
.gform_body .gfield_label {
    display: none;
}
.gform_body select,
.gform_body textarea,
.gform_body input {
    padding: 15px 20px;
    width: 100%;
    background-color: #e3e3e3;
    box-shadow: none;
}
.gform_body textarea:focus, .gform_body input:focus {
    box-shadow: none;
    border-color: transparent;
    outline: none;
}
.form-newsletter .gform_button {
}
.site-footer {
    padding-top: 20px;
    min-height: 65px;
    width: 100%;
    font-size: 15px;
    color: #fff;
    background: #0186e3;
    background: -moz-linear-gradient(left, #0186e3 22%, #bbd455 86%);
    background: -webkit-linear-gradient(left, #0186e3 22%, #bbd455 86%);
    background: linear-gradient(to right, #0186e3 22%, #bbd455 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0186e3', endColorstr='#bbd455', GradientType=1);
}
.site-footer p {
    margin: 0;
    padding: 0;
}
.site-footer a {
    text-decoration: none;
    color: #fff;
}
.site-footer a:hover {
    text-decoration: underline;
}
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links li {
    padding-right: 20px;
    display: inline-block;
}
.footer-links li a {
    text-decoration: none;
}
/*--------------------------------------------------------------
## Gutter Styles
--------------------------------------------------------------*/
.btm-margin1 {
    margin-bottom: 10px;
}
.btm-margin1-half {
    margin-bottom: 15px;
}
.btm-margin2 {
    margin-bottom: 20px;
}
.btm-margin3 {
    margin-bottom: 30px;
}
.btm-margin4 {
    margin-bottom: 40px;
}
.btm-margin5 {
    margin-bottom: 50px;
}
.btm-margin6 {
    margin-bottom: 60px;
}
.top-btm-gutter1 {
    padding-top: 10px;
    padding-bottom: 10px
}
.top-btm-gutter2 {
    padding-top: 20px;
    padding-bottom: 20px
}
.top-btm-gutter3 {
    padding-top: 30px;
    padding-bottom: 30px
}
.top-btm-gutter4 {
    padding-top: 40px;
    padding-bottom: 40px
}
.top-btm-margin2 {
    margin-top: 20px;
    margin-bottom: 20px
}
.top-btm-gutter3 {
    padding-top: 30px;
    padding-bottom: 30px
}
.top-btm-gutter4 {
    padding-top: 40px;
    padding-bottom: 40px
}
.top-btm-gutter5 {
    padding-top: 50px;
    padding-bottom: 50px
}
.top-btm-gutter6 {
    padding-top: 60px;
    padding-bottom: 60px
}
.top-btm-gutter9 {
    padding-top: 90px;
    padding-bottom: 90px
}
.top-btm-gutter10 {
    padding-top: 100px;
    padding-bottom: 100px
}
.top-btm-gutter12 {
    padding-top: 120px;
    padding-bottom: 120px
}
.top-gutter2 {
    padding-top: 20px;
}
.top-gutter3 {
    padding-top: 30px;
}
.top-gutter4 {
    padding-top: 40px;
}
.top-gutter5 {
    padding-top: 50px;
}
.top-gutter6 {
    padding-top: 60px;
}
.top-gutter7 {
    padding-top: 70px;
}
.btm-gutter2 {
    padding-bottom: 20px;
}
.btm-gutter4 {
    padding-bottom: 40px;
}
.btm-gutter5 {
    padding-bottom: 50px;
}
.btm-gutter7 {
    padding-bottom: 50px;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.gutter1 {
    padding: 10px;
}
.gutter2 {
    padding: 20px;
}
.gutter3 {
    padding: 30px;
}
.gutter8 {
    padding: 80px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
    letter-spacing: 0;
    padding-left: 5px;
}
.no-bg {
    background-color: #fff;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
    clear: both;
}
/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.gform_footer,
.btn {
    outline: none;
    box-shadow: none !important;
    display: inline-block;
    background: #0186e3;
    color: #101010;
    background-image: -webkit-linear-gradient(left, #0186e3 22%, #bbd455 86%);
    background-image: -moz-linear-gradient(left, #0186e3 22%, #bbd455 86%);
    background: linear-gradient(to right, #0186e3 22%, #bbd455 86%);
    padding: 2px;
    border-radius: 25px !important;
    border: none;
    text-decoration: none;
}
.btn span,
.gform_footer .gform_button {
    display: block;
    background: #f9f9f9;
    border-radius: 25px;
    padding: 15px 45px;
    border: 0;
    box-shadow: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn span {
    padding: 12px 40px;
    color: #101010;
}
.form-newsletter .gform_footer .gform_button {
    background: #ffffff;
}
.btn span:hover,
.gform_footer .gform_button:hover {
    background: #f2f2f2;
}
.gform_confirmation_message {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    color: green;
    padding-top: 28px;
}
.validation_message,
.validation_error,
.gform_ajax_spinner {
    display: none !important;
}
.gfield_error input[type="text"],
.gfield_error input[type="email"],
.gfield_error input[type="tel"] {
    border-color: red !important;
}
/*--------------------------------------------------------------
## List Styles
--------------------------------------------------------------*/
.entry-content ul,
.list-wrap ul,
.widget ul,
.list-style2,
.contract-manufacturing .feature-services ul,
.page-template-tpl-contract-manifacturing-sidebar .feature-services ul,
.list-style1 {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.list-inline,
.list-unstyled {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.list-inline li {
    display: inline-block;
}
.contract-manufacturing .feature-services ul li,
.page-template-tpl-contract-manifacturing-sidebar .feature-services ul li,
.entry-content li,
.list-style2 li {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 20px;
    background: url("images/icon-dubble-arrow-right-black.png") no-repeat left 8px;
}
.entry-content li {
    padding-left: 15px;
}
.entry-content li.title {
    background: none;
    padding-left: 0;
}
.list-inline.list-unstyled li a {
    text-decoration: none;
    color: #1d1d1d;
    font-size: 15px;
    display: block;
    text-align: center;
}
.col2-list ul,
.list-items.col3-list ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
}
.col2-list ul {
    width: 49%;
    margin-bottom: 20px;
}
.list-items.col3-list > ul {
    width: 31%;
    margin-right: 2%;
}
.list-items {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 13px -2px #ccc;
    -moz-box-shadow: 0 2px 13px -2px #ccc;
    -webkit-box-shadow: 0 2px 13px -2px #ccc;
}
.list-items li a {
    color: #1d3f95;
    text-decoration: none;
}
.list-items li a:hover {
    text-decoration: none;
}
.list-items li.title {
    font-size: 22px;
    color: #212121;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list-items ul li {
    background: none;
    padding: 0;
    line-height: normal;
    padding-bottom: 5px;
    font-size: 15px;
    text-align: left;
}
.video-wrap iframe,
.video-wrap1 iframe {
    width: 100%;
}
.list-inline.list-unstyled li {
    width: 48%;
}
.list-inline.list-unstyled li img {
    display: inline-block;
}
.list-items li a:hover,
.list-inline.list-unstyled li a:hover {
    text-decoration: underline;
}
.list-style2 li a:hover {
    text-decoration: none;
}
h2 a:hover {
    text-decoration: none;
}
/*Sidebar */
.sidebar ul li {
    position: relative;
}
.sidebar li .toggle-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    font-size: 0px;
    cursor: pointer;
    background: url(images/plus.png) no-repeat center;
}
.sidebar ul.sub-menu li {
    font-size: 15px;
}
.sidebar ul.sub-menu li a {
    color: #1d1d1d;
    font-weight: normal;
}
.widget-area h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.left-sidebar ul.list-style1 > li:first-child > a,
.two-sidebar ul.list-style1 > li:first-child > a{
    font-size: 24px;
    color: #1d1d1d;
    font-weight: 600;
    border-top: none;
    padding-top: 0;
}
.left-sidebar ul.list-style1.sub-menu > li:first-child > a,
.widget li a,
.list-style1 li a {
    text-decoration: none;
    color: #1d1d1d;
    padding: 15px 0;
    border-top: 1px solid #e0e1e3;
    display: block;
    font-weight: 600;
    font-size: 100%;
}
.left-sidebar ul.list-style1.sub-menu > li:first-child > a,
.two-sidebar ul.list-style1.sub-menu > li:first-child > a{
    font-weight: normal;
    font-size: 100%;
}
.widget li a:hover,
.list-style1 .active a,
.list-style1 li a:hover,
.sidebar ul.sub-menu li a:hover,
.left-sidebar ul.list-style1.sub-menu > li:first-child > a:hover,
.two-sidebar ul.list-style1.sub-menu > li:first-child > a:hover{
    color: #2f9be6;
}
.trade-shows article {
    clear: both;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
.trade-shows .article .img-wrap {
    margin-top: 0;
    width: 300px;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}
.trade-shows .article .img-wrap img {
    margin: 0 auto;
}
.trade-shows .adr {
    font-size: 15px;
}
.trade-shows .description p:empty{
    display: none;
}
.trade-shows strong.medium-text {
    display: block;
    font-weight: 600;
}
.trade-shows .description .adr {
    font-size: 15px;
    color: #666;
    line-height: 2;
}
.trade-shows .description h3{
    color:#1d1d1d;
}
.trade-shows .description strong {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: normal;
}
    /*About Us Page*/
.feature-services .img-wrap {
    display: inline-block;
    float: left;
    margin-right: 25px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 305px;
}
.training-seminars .site-content {
    padding-bottom: 0;
}
.training .feature-services .img-wrap {
    max-width: 500px;
    border-radius: 0;
    margin-bottom: 60px;
}
.feature-services .item,
.feature-services .list-wrap {
    overflow: hidden;
}
.feature-services .item a{
    text-decoration: none;
}
.feature-services .item a:hover{
    text-decoration: underline;
}
/*Video Block*/
.featured-videos {
    letter-spacing: -4px;
    font-size: 0;
    margin: 0 -17px 20px;
}
.featured-videos .item-wrap {
    padding: 0 17px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    letter-spacing: 0;
    font-size: 18px;
}
.featured-videos .item-wrap h2 a{
    color: #1d1d1d;
    text-decoration: none;
}
.featured-videos .video-wrap {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.featured-videos .video-wrap:after {
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5) url("images/icon-play.png") no-repeat center;
    z-index: 2;
    position: absolute;
    cursor: pointer;
}
.featured-videos .video-wrap:hover:after {
    opacity: 0.9;
}
.featured-videos .video-wrap img {
    width: 100%;
}
.contact-box-wrap .form-contact-info {
    max-width: 36%;
    display: inline-block;
    float: left;
}
.contact-box-wrap .locations {
    width: 64%;
    display: inline-block;
    padding-left: 15px;
}
.contact-box-wrap .locations .contact-info {
    width: 100%;
    float: none;
}
.contact-box-wrap .map-wrap {
    display: inline-block;
    float: left;
    max-width: 50%;
}
.contact-box-wrap .contact-wrap {
    display: inline-block;
    width: 50%;
}
.contact-box .locations .address-wrap {
    background: #f9f9f9;
}
.contact-box {
    border: 1px solid #eceaea;
    overflow: hidden;
    padding: 15px;
}
/*Careers Page Layout*/
.recent-jobs .btn-wrap {
    margin-top: 30px;
}
.recent-jobs .col {
    display: inline-block;
    width: 80%;
    font-size: 18px;
    letter-spacing: 0;
    vertical-align: middle;
}
.recent-jobs .right {
    text-align: right;
    width: 20%;
}
.recent-jobs .item {
    letter-spacing: -4px;
    font-size: 0;
    padding: 25px 25px 25px 70px;
    border: 1px solid transparent;
    border-bottom-color: #ebebeb;
    border-left-width: 5px;
    position: relative;
    z-index: 2;
    background: url("images/icon-logo.png") no-repeat 15px center;
}
.recent-jobs .item a:after {
    position: absolute;
    content: '';
    top: -2px;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 3;
}
.recent-jobs h2 {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.recent-jobs .item:last-child:after {
    border-bottom: 1px solid #ebebeb;
    bottom: 0;
}
.recent-jobs .item:hover {
    border-color: #2f9be6;
}
.recent-jobs .item h3, .recent-jobs .item p {
    margin-bottom: 0;
}
.recent-jobs .item span {
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.recent-jobs .item a {
    text-decoration: none;
    color: #1d1d1d;
}
.recent-jobs .item .read-more {
    font-size: 12px;
    display: inline-block;
    background-color: #757575;
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    text-transform: uppercase;
}
.recent-jobs .item span:before {
    content: "\f041";
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.recent-jobs .item a:hover {
    text-decoration: none;
    background-color: #2f9be6;
}
/*Careers Single*/
.page-template-tpl-careers-single .recent-jobs h3 {
    margin-bottom: 0;
    font-size: 26px;
}
.page-template-tpl-careers-single .recent-jobs {
    margin-bottom: 10px;
}
.page-template-tpl-careers-single .recent-jobs span {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
/*404 error style*/
div.error404 {
    padding-top: 100px;
    padding-bottom: 100px;
}
div.error404 .box-wrap {
    padding-top: 20px;
}
div.error404 .box-btn {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    min-width: 250px;
}
.error404 .box-btn a {
    display: inline-block;
    padding: 15px 5px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border-style: solid;
    font-size: 18px;
    font-family: 'proxima_novasemibold';
    text-align: center;
    border-style: solid;
    border-width: 0px 47px;
    background: none;
    -moz-border-image: url(images/btn-border.png) 0 47 stretch;
    -webkit-border-image: url(images/btn-border.png) 0 47 stretch;
    -o-border-image: url(images/btn-border.png) 0 47 stretch;
    border-image: url(images/btn-border.png) 0 47 fill stretch;
    background-color: transparent;
}
.error404 .box-btn a {
    display: block;
    padding: 20px 30px;
}
/*Contact us Page*/
.form-contact {
    background: #fff;
    padding: 30px;
    margin-bottom: 50px;
    font-size: 17px;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}
.contact-info {
    overflow: hidden;
}
.contact-method {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
.contact-method li {
    margin-bottom: 25px;
    padding-left: 35px;
}
.contact-method .icon-address {
    background: url("images/icon-home-black.png") left 4px no-repeat;
}
.contact-method .icon-call {
    background: url("images/icon-phone-black.png") left 4px no-repeat;
}
.contact-method .icon-mail {
    background: url("images/icon-mail-black.png") left 4px no-repeat;
}
.contact-method .icon-agent {
    background: url(images/icon-avater.png) 6px 4px no-repeat;
    background-size: 18px;
}
.contact-method .icon-web {
    background: url("images/icon-globe.png") 5px 4px no-repeat;
    background-size: 20px;
}
.contact-method a {
    display: block;
    color: #1d1d1d;
    text-decoration: none;
}
.contact-method a:hover {
    text-decoration: underline;
}
/*Contact location Investor Relations*/
.locations .contact-info {
    width: 50%;
    padding: 0 15px;
    float: left;
}
.locations .contact-info h2 {
    margin-bottom: 20px;
}
.locations h3 {
    font-size: 18px;
}
.locations {
    margin: 0 -15px;
}
.locations .address-wrap {
    padding: 20px 15px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
    min-height: 310px;
}
.download-pdf {
    letter-spacing: -4px;
    font-size: 0;
    padding: 20px;
    background-size: cover;
    background: url("images/bg-live-stream.png") no-repeat;
}
.pdf-link{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 33px;
    margin-left: 10px;
    background: url("images/icon-pdf2.png") no-repeat;
}
.download-pdf .col {
    display: inline-block;
    letter-spacing: 0;
    font-size: 16px;
    width: 28%;
    vertical-align: top;
}
.download-pdf .text-wrap {
    width: 44%;
}
.download-pdf .btn-wrap {
    width: 28%;
    padding-top: 50px;
    text-align: right;
}
.download-pdf .btn-wrap .btn span {
    background: #e0e0e0 url(images/icon-pdf2.png) no-repeat 20px center;
    padding: 12px 20px 12px 55px;
}
/*Testimonials Page*/
.input-full-width {
    width: 100% !important;
}
.form-testimonial .gform_body {
    margin: 0 -5px;
    font-size: 0;
    letter-spacing: -4px;
}
.form-testimonial .gform_body .gfield {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 0;
}
.form-testimonial .gform_wrapper {
    padding: 20px;
    border: 1px solid #e3e3e3;
}
.testimonials-wrap {
    background-color: #fff;
    padding: 20px 35px;
    margin-top: 40px;
}
.testimonials-wrap h2 {
    font-size: 18px;
}
.testimonials-wrap .text-wrap {
    overflow: hidden;
}
.testimonials-wrap p {
    font-style: italic;
}
.testimonials-wrap .name {
    font-style: normal;
    font-weight: 600;
}
.testimonials-wrap .angle-wrap {
    display: inline-block;
    float: left;
    margin-right: 25px;
    position: relative;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 15px 20px;
    border-color: transparent transparent #dddddd transparent;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.testimonials-wrap .img-wrap {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    overflow: hidden;
    border: 15px solid #ddd;
}
/*Leadership page*/
.manager {
    margin-bottom: 30px;
}
.manager .info-wrap h2 {
    margin-bottom: 0;
    line-height: 1;
}
.manager .info-wrap span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.manager .img-wrap {
    display: inline-block;
    float: left;
    margin-right: 50px;
}
.manager .info-wrap {
    overflow: hidden;
}
.team-members .team-wrap {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 30px;
    min-height: 475px;
}
.team-members {
    letter-spacing: -4px;
    font-size: 0;
    margin: 0 -10px;
    text-align: center;
}
.team-members .team-wrap h3 {
    margin-bottom: 0;
}
.team-members .item {
    position: relative;
}
.team-members .item img {
    width: 100%;
}
.team-members .img-wrap .info-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(47, 115, 214, 0.85);
    color: #fff;
    padding: 20px 5px;
    cursor: pointer;
    display: none;
}
.team-members .team-wrap:hover .info-wrap {
    display: none;
}
.team-members .team-wrap:hover .img-wrap .info-wrap {
    display: block;
}
.team-members .img-wrap {
    margin-bottom: 20px;
}
/*Blog layout*/
.entry-title a {
    color: #1d1d1d;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}
.entry-title a:hover {
    text-decoration: underline;
}
.posted-on time,
.author.vcard a,
.posted-on a {
    color: #1d1d1d;
    text-decoration: none;
    padding-left: 1px;
    margin: 0 10px 10px 0;
    display: inline-block;
}
.posted-on time:before,
.author.vcard a:before,
.posted-on a:before {
    content: "\f017";
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.author.vcard a:before {
    content: "\f007";
}
.single span.posted-on {
    margin: 15px 0;
    display: inline-block;
}
/*Blog Sidebar Layout*/
.recent-posts .img-holder {
    display: inline-block;
    max-width: 125px;
    margin: 0 15px 20px 0;
}
.recent-posts .article {
    clear: both;
}
.recent-posts .article a {
    text-decoration: none;
    color: #1d1d1d;
}
.recent-posts .post-title {
    line-height: 1.2;
    font-weight: 600;
}
.recent-posts .article a:hover {
    text-decoration: underline;
}
/*Resources Page*/
.boxes-wrap {
    letter-spacing: -4px;
    font-size: 0;
    margin: 0 -5px;
}
.boxes-wrap .item-wrap {
    letter-spacing: 0;
    font-size: 18px;
    width: 33.333%;
    vertical-align: top;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 30px;
}
.boxes-wrap .text-left{
    margin-bottom: 10px;
}
.pdf-wrap .item {
    background-color: #fff;
    text-align: center;
    padding: 35px 30px;
    min-height: 295px;
}
.boxes-wrap .item-wrap .item img {
    display: inline-block;
}
.boxes-wrap .item .img-wrap {
    margin-bottom: 10px;
}
.boxes-wrap .btn span {
    background-color: #fff;
}
.solution .item .img-wrap {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}
div.solution .item .img-wrap img {
    display: block;
}
.page-template-page-annual-repor-archive .solution .item .img-wrap img {
    display: inline-block;
}
.page-template-page-annual-repor-archive .item a {
    color: #1d1d1d;
    text-decoration: none;
}
.solution .item {
    background-color: #fff;
}
.solution .btn-wrap {
    padding: 0 5px 20px 5px;
}
.other-solution .btn-wrap{
    min-height: 70px;
}
.solution .btn-wrap h3 {
    margin-bottom: 0;
}
.solution .btn-wrap h3 a{
    text-decoration: none;
}
.solution .btn-wrap h3 a:hover{
    text-decoration: underline;
}
/*FAQS Page*/
.faqs .panel-right h3,
.faqs .faq-block h3{
    font-size: 17px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 600;
    padding: 10px 15px;
    /*background-color: #fff;*/
}
.faqs .panel-right h3.active,
.faqs .faq-block h3{
    margin-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
}
.faqs h3.accordion-title {
    cursor: pointer;
    padding-right: 40px;
}
h3.accordion-title:after {
    content: "\f107";
    font-family: fontAwesome;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    line-height: 2.5;
    color: #666;
    text-align: center;
}
.faqs .panel-right h3:before {
    content: 'Q: ';
}
.faqs .entry-content p:first-child {
    padding-left: 0;
}
.faqs .panel-right p,
.faqs .faq-block p,
.faqs .faq-block ul{
    padding: 0 15px 10px;
    font-size: 16px;
}
.search-box .btn-wrap {
    display: inline-block;
    float: left;
    width: 240px;
}
.faqs .panel-right .search-box {
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.faqs .panel-right .search-form {
    overflow: hidden;
    position: relative;
}
.faqs .panel-right .search-form input.search-field {
    width: 100%;
    padding: 15px;
    background: #e3e3e3;
}
.faqs .panel-right .search-form input.search-submit {
    position: absolute;
    right: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    border: 0;
    background: #2f9be6 url(images/icon-search-white.png) no-repeat center;
    color: #fff;
    width: 60px;
    font-size: 0;
}
.faqs .panel-right .search-form input.search-submit:hover {
    background-color: #2385ca;
}
.feature-services .item.block-3 {
    margin-bottom: 30px;
}
/*Training Page*/
.btn-items3 .btn{
    width: 32%;
    margin: 1%;
    vertical-align: top;
}
.btn-items3 {
    margin-bottom: 20px;
}
.btn-items3 .btn span {
    min-height: 74px;
    font-size: 17px;
}
.btn2-wrap .btn {
    width: 45%;
    margin: 0 1% 15px;
    max-width: 480px;
    font-family: 'proxima_novasemibold', sans-serif;
}
.btn2-wrap .btn span {
    background-color: #fff;
}
.training-seminars .btn2-wrap .btn span{
    padding: 12px 20px;
}
ul.link-items{
    margin: 0;
    padding: 0;
    list-style: none;
}
.link-items li a{
    text-decoration: none;
}
a.btn.register-link span {
    line-height: 2.7;
}
.date-wrap .btn {
    margin: 0 5px;
    font-family: 'proxima_novasemibold', sans-serif;
}
.calling {
    font-size: 30px;
    font-weight: 600;
}
.calling a {
    color: #1d1d1d;
    text-decoration: none;
}
.link-items li a:hover,
.calling a:hover {
    text-decoration: underline;
}
.accordion-content{
    display: none;
    /*background: #fff;*/
    padding: 10px 20px 0;
}
#accordion h3 {
    position: relative;
    font-size: 20px;
    background: #2d2828;
    color: #fff;
    padding: 16px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 500;
}
#accordion h3:before {
    position: absolute;
    content: '1';
    color: #fff;
    background-color: #464646;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 30px;
    top: 0;
    left: -60px;
}
#accordion .step2:before {
    content: '2';
}
#accordion .step3:before {
    content: '3';
}
#accordion .step4:before {
    content: '4';
}
#accordion .step5:before {
    content: '5';
}
#accordion .step6:before {
    content: '6';
}
#accordion .step7:before {
    content: '7';
}
#accordion .step8:before {
    content: '8';
}
#accordion .step9:before {
    content: '9';
}
#accordion .step10:before {
    content: '10';
}
#accordion .step11:before {
    content: '11';
}
#accordion .step12:before {
    content: '12';
}
.firmware-updates #accordion .btn span {
    padding: 5px 25px;
    color: #101010;
}
.firmware-updates #accordion {
    padding-left: 60px;
}
.firmware-updates p code {
    font-weight: 600;
    font-size: 18px;
    display: block;
    background: #000;
    color: green;
    padding: 5px 10px;
    margin-top: 10px;
}
.library .lib-sub-pages > h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
/*Contract Manufacturing */
.pdf-wrap.manufacturing .item {
    min-height: 1px;
}
.manufacturing .item-wrap {
    min-height: 360px;
    position: relative;
}
.manufacturing .item-wrap h3 {
    font-size: 16px;
    min-height: 70px;
}
.manufacturing  .btn-wrap {
    padding: 20px 5px;
}
.contact-info .box-shape {
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #e3e3e3;
}
.contact-info .box-shape iframe {
    max-width: 270px;
    width: 100%;
}
.contact-info .box-shape .form-wrap,
.contact-info .box-shape .address-details{
    overflow: hidden;
}
.contact-info .box-shape > .alignright {
    width: 100%;
    max-width: 400px;
}
.contact-info .box-shape .address-details {
    padding-top: 25%;
}
.contact-info .box-shape iframe {
    max-width: 270px;
    width: 100%;
}
figure.alignright {
    margin-top: 0;
}
.contract-manufacturing figure.alignright {
    max-width: 400px;
}
/* end Contract Manufacturing */
.press-releases .panel-center article:first-child{
    margin: 0;
}
.sidr 
{
	display:none!important;
}
/*New pages*/
.service-boxes{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}
.service-boxes .col{
    flex:0 0 33.33%;
    padding: 0 10px;
}
.service-boxes .col ul {
    padding: 0;
    margin: 0;
}

.service-boxes .col .overlay {
    height: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.service-boxes .inner {
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.service-boxes .inner:hover .overlay {
    height: auto;
    padding: 10px;
    opacity: 1;
    background: #fff;
}

.img-wrap.case{
    position: relative;
}
.img-wrap.case:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}
.img-wrap.case a{
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 4;
}
.img-wrap.case a:hover p{
    text-decoration: underline;
}
.img-wrap.case p{
    position: absolute;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    z-index: 2;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
}

.service-boxes.discription{
    padding: 0 140px;
    text-align: center; 
}
.service-boxes.discription p{
    font-size: 18px;
    line-height: 30px;
    color: #1d1d1d;
    margin-bottom: 60px;
}
.service-boxes.discription a {
    text-align: center;
    float: none;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 15px;
    text-decoration: none;
    color: #333;
    border-style: solid;
    border-width: 0 47px;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    -moz-border-image: url(images/btn-border.png) 0 47 stretch;
    -webkit-border-image: url(images/btn-border.png) 0 47 stretch;
    -o-border-image: url(images/btn-border.png) 0 47 stretch;
    border-image: url(images/btn-border.png) 0 47 fill stretch;
    background-color: transparent;
}
.service-boxes.discription a:hover{
    opacity: 0.8;
}
.service-boxes .inner.inner-service {
    box-shadow: 0 0 5rem #eee;
}
.description p{
    color: #1d1d1d;
    font-size: 18px;
    line-height: 30px;
}
.description h2 {
    margin: 9px 0;
    display: inline-block;
}
.gfield_label {
    display: none !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 10px 11px !important;
    font-size: 15px !important;
    background: #e3e3e3 !important;
    color: #837175 !important;
    font-weight: 400;
}
.gform_wrapper textarea.large {
    padding: 10px 11px !important;
    font-size: 15px !important;
    background: #e3e3e3 !important;
    color: #837175 !important;
    height: 160px !important;
    width: 100% !important;
    font-weight: 400;

}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
    font-size: 1em;
    width: auto !important;
    margin:0 !important;
}
.gform_wrapper .gform_footer {
    padding: 2px !important;
    margin: 16px 0 0 !important;
    clear: both !important;
    width: auto !important;
}
.cont-mfg-wrapper {
    display: flex;
    margin-bottom: 20px;
}
.cont-mfg-wrapper .cont-mfg-right .mfg-detail img {
    float: left;
}
.cont-mfg-left {
    margin-left: 30px;
}
.cont-mfg-left a {
    color: #1c3f95;
    font-size: 26px;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
}
.cont-mfg-left a:hover{
    text-decoration: none;
}
.cont-mfg-left > ul {
    margin: 0;
    list-style: none;
    padding-left: 10px;
}
.cont-mfg-left > ul > li {
    color: #1d1d1d;
    font-size: 17px;
    line-height: 30px;
}
/*case-study-page*/

/** Responsive Layout **/
@media (max-width: 1440px) {
    .site-header .search-field,
    .site-header .input-text{
        width: 410px;
    }
    .site-header .alignleft {
        max-width: 140px;
    }
    .site-header .logo {
        display: inline-block;
        padding: 10px 0 0;
    }
    .site-header .call-us::before {
        font-size: 16px;
        margin-right: 0;
    }
    .site-header .call-us a {
        font-size: 15px;
    }
    .site-header .call-us {
        padding: 15px 0;
    }
    #top-bar-nav ul li a,
    #primary-nav ul li a {
        font-size: 15px;
    }
    #primary-nav ul li a{
        padding: 30px 10px 15px;
    }
    #primary-nav ul .sub-menu li#menu-item-470 .sub-menu {
        top: -100px;
    }
}
@media (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #primary-nav ul #menu-item-218 .sub-menu,
    #primary-nav ul #menu-item-759 .sub-menu {
        left: inherit;
        right: 0;
    }
    .two-sidebar .panel-center{
        width: 44%;
    }
}
@media (max-width: 1170px) {
    #primary-nav{
        padding-top: 0;
    }
    .site-header .aligncenter {
        border-top: 1px solid #ccc;
        clear: both;
        display: block;
        text-align: center;
        width: 100%;
    }
    #primary-nav ul li a {
        font-size: 16px;
        padding: 20px 10px;
    }
    .feature-services .img-wrap {
        width: 40%;
    }
    .recent-jobs .col {
        width: 78%;
    }
    .recent-jobs .right {
        width: 22%;
    }
    .btn span {
        padding: 12px 25px;
        font-size: 16px;
    }
    h2, .h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .download-pdf .col {
        vertical-align: middle;
        padding-top: 0;
    }
    .download-pdf .img-wrap {
        width: 20%;
        max-width: 100px;
        margin-right: 10px;
    }
    .team-members .team-wrap {
        min-height: 280px;
    }
    .contact-method li {
        font-size: 14px;
        min-height: 25px;
    }
    .site-header .search-field {
        border: 1px solid #4a4a4a;
        height: 40px;
        font-size: 14px;
    }
     .two-sidebar .sidebar{
         width: 260px;
     }
    .two-sidebar .panel-center{
        width: 42%;
    }
    .form-contact{
        width: 52%;
        padding: 20px;
    }
    .recent-posts .post-title{
        font-size: 15px;
    }
    .trade-shows article .description{
        clear: both;
    }
}
@media (max-width: 1023px) {
    .two-sidebar .sidebar{
        float: none;
        width: 100%;
        margin: 0;
    }
    .two-sidebar .panel-center{
        width: 100%;
        display: block;
        clear: both;
    }
    .blog aside.sidebar.alignright {
        display: none;
    }
    figure.alignright{
        margin-left: 0;
        display: block;
    }
    .btn span {
        font-size: 13px;
        padding: 10px;
    }
    h3,
    .widget li a,
    .list-style1 li a,
    .manufacturing .item-wrap h3{
        font-size: 15px;
    }
    p{
        font-size: 14px;
    }
    .widget-area h2{
        font-size: 20px;
    }
    .before-footer {
        padding: 35px 0;
        overflow: hidden;
    }
    .form-newsletter {
        max-width: 100%;
        margin:0 0 20px;
    }
    .before-footer .alignleft{
        width: 100%;
        clear: both;
        margin: 0;
        display: block;
    }
    .form-contact{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .description,
    .contact-info{
        clear: both;
    }
    .locations .contact-info{
        width: 100%;
    }
    .list-items.col3-list > ul{
        width: 100%;
        float: none;
        margin: 0;
        display: block;
    }
    .site-footer {
        font-size: 14px;
    }
    .site-footer .alignleft{
        margin-right: 10px;
    }
    .site-footer .alignright{
        margin-left: 10px;
    }
    .footer-links li{
        padding-right: 10px;
        margin: 0;
    }
    .solution .btn-wrap h3{
        font-size: 13px;
    }
    .manager .info-wrap {
        clear: both;
        padding-top: 15px;
    }
    .sidebar-left .sidebar{
        width: 220px;
    }
    .contact-info .box-shape > .alignright{
        max-width: 220px;
    }
    .no-sidebar figure.alignright{
        float: none;
        margin-left: 0;
    }
    #news-events .col-1 {
        margin-bottom: 20px;
    }
    .btn-items3 .btn span {
        min-height: 55px;
    }
}
@media (max-width: 767px) {
    .site-header {
        position: relative;
        padding-bottom: 0;
    }
    #top-bar-nav{
        padding-top: 0;
    }
    #top-bar-nav ul{
        margin-bottom: 5px;
    }
    #top-bar-nav ul li a{
        border-color: #FFFFFF;
    }
    #top-bar-nav {
        display: inline-block;
        float: left;
        padding-top: 5px;
    }
    #top-bar-nav ul li:first-child a{
        padding-left: 0;
        margin-left: 0;
    }
    .site-header .call-us a,
    #top-bar-nav ul li a,
    #primary-nav ul li a{
        color: #FFFFFF;
        font-size: 14px;
    }
    .site-header .call-us{
        padding: 0;
    }
    .site-header .call-us a{
        font-size: 14px;
    }
    .site-header .search-form {
        bottom: 0;
        right: 15px;
        z-index: 10;
    }
    .site-header .search-form input,
    .site-header .search-form .input-text{
        background-color: transparent;
        border: medium none;
        font-size: 0;
        margin: 0 0 3px;
        padding: 0;
        position: static;
        width: 30px;
        height: 30px;
    }
    .site-header .search-form input:focus,
    .site-header .search-form .input-text:focus{
        padding: 10px 15px 10px 40px;
        width: 300px;
        height: 35px;
        font-size: 15px;
        position: static;
        background-color: #FFFFFF;
        border: 1px solid #ebebeb;
    }
    .site-header a.cart{
        bottom: 19px;
        position: absolute;
        right: 10px;
        opacity: 0.8;
    }
    .feature-services .img-wrap {
        margin: 0 10px 10px 0;
    }
    .recent-jobs .item {
        background-position: 15px 30px;
    }
    .recent-jobs .right {
        margin-top: 5px;
    }
    .recent-jobs .col,
    .recent-jobs .right {
        width: 100%;
        text-align: left;
    }
    #newsletter .alignleft {
        display: block;
        float: none;
        margin: 0;
    }
    h2, .h2 {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 1.2;
    }
    .list-style2 li {
        font-size: 14px;
        margin-bottom: 5px;
        background-position: 0 7px;
        padding-left: 14px;
        background-size: 8px;
    }
    h2,
    .form-newsletter .gform_title {
        font-size: 20px;
        line-height: 1.1;
    }
    .widget li a, .list-style1 li a {
        padding: 10px 0;
    }
    .site-content {
        padding: 20px 0;
    }
    #billboard-interior {
        height: 100px;
    }
    .featured-videos .item-wrap,
    .boxes-wrap .btn span,
    .list-style2 li,
    .list-style1 li,
    .form-newsletter,
    body {
        font-size: 15px;
    }
    .manager .img-wrap {
        margin-right: 20px;
        max-width: 40%;
    }
    .boxes-wrap .item-wrap {
        width: 50%;
    }
    .pdf-wrap .item {
        padding: 35px 10px;
        min-height: 295px;
        font-size: 16px;
    }
    .gform_footer .gform_button,
    .btn span {
        padding: 10px 30px;
    }
    h2, .h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .download-pdf .img-wrap {
        display: none;
    }
    .top-gutter7 {
        padding-top: 20px;
    }
    .top-btm-gutter6 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .training .feature-services .img-wrap {
        margin-bottom: 10px;
    }
    .featured-videos {
        margin: 0 -5px 20px;
    }
    .featured-videos .item-wrap {
        padding: 0 5px;
    }
    html body button#responsive-menu-button {
        width: 35px;
        height: 32px;
        position: fixed;
        top: 20px;
        right: 2%;
        display: inline-block;
        border: 2px solid #2f9be7;
        border-radius: 0;
    }
    .site-header .alignright {
        display: block;
        width: 100%;
        background-color: #0c80d1;
        position: relative;
    }
    .site-header .call-us a {
        color: #fff;
        font-size: 14px;
        font-family: 'ProximaNovaRegular', sans-serif;
        vertical-align: middle;
        position: relative;
    }
    .site-header .call-us::before {
        color: #fff;
        font-size: 20px;
        margin-right: 5px;
    }
    .site-header .call-us a:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .sidebar-left .sidebar,
    .sidebar-right .sidebar,
    .two-sidebar .sidebar,
    .two-sidebar .panel-center {
        width: 100%;
        float: none;
        display: block;
        margin: 0;
    }
    .widget ul, .list-style2, .list-style1 {
        margin-bottom: 10px;
    }
    .feature-services {
        font-size: 0;
        letter-spacing: -4px;
        margin: 0 -10px;
    }
    .feature-services .item {
        width: 100%;
        max-width: 50%;
        overflow: visible;
        padding: 0 10px;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
    }
    .feature-services .list-wrap {
        font-size: 13px;
    }
    #billboard-interior .main-title,
    .banner-title {
        margin-bottom: 0;
        font-size: 20px;
    }
    .feature-services .img-wrap {
        margin: 0 0 10px 0;
        width: 100%;
    }
    figure.alignright,
    .feature-services .img-wrap{
        float: none;
    }
    .btn span,
    .gform_footer .gform_button {
        padding: 10px 20px;
        font-size: 13px;
    }
    .gform_body select,
    .gform_body textarea,
    .gform_body input {
        padding: 10px 15px;
    }
    .site-footer .alignleft,
    .site-footer .alignright {
        display: block;
        float: none;
        margin: 0;
        text-align: center;
        font-size: 13px;
    }
    .team-members .team-wrap {
        width: 50%;
    }
    .manager .img-wrap {
        max-width: 100%;
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
    .btn2-wrap .btn {
        width: 100%;
    }
    .training .feature-services .item {
        max-width: 100%;
    }
    .site-footer {
        padding: 20px 0;
    }
    .sidebar-left .panel-right, .sidebar-right .panel-left {
        overflow: visible;
    }
    .contact-box-wrap .locations,
    .contact-box-wrap .map-wrap,
    .contact-box-wrap .contact-wrap,
    .contact-info .box-shape > .alignright {
        max-width: 100%;
        display: block;
        width: 100%;
        float: none;
    }
    .contact-box-wrap .locations .contact-info {
        padding: 0;
    }
    iframe {
        width: 100%;
    }
    .contact-box-wrap .locations {
        padding: 0;
        margin: 15px 0 0 0;
    }
    .contact-box-wrap .locations,
    .contact-box-wrap .form-contact-info,
    .locations .contact-info {
        max-width: 100%;
        display: block;
        float: none;
    }
    .locations .contact-info{
        width: 100%;
    }
    .locations .address-wrap {
        padding: 20px 15px 0;
        margin-bottom: 0;
        min-height: 10px;
    }
    .form-newsletter {
        padding: 15px;
    }
    .list-items{
        padding: 10px;
    }
    .entry-content figure.alignleft {
         display: block;
         float: none;
         margin: 0 0 10px;
         width: 100%;
     }
    .description{
        clear: both;
    }
    h2.email-us{
        font-size: 15px;
        word-break: break-all;
    }
    .contact-info .box-shape > .alignright{
        margin-left: 0;
    }
    .contact-info .box-shape .address-details{
        padding-top: 0;
    }
    .entry-content > p > a.btn {
        margin-bottom: 20px;
    }
    .btn-items3 .btn{
        width: 98%;
        margin-bottom: 15px;
    }
    .btn-items3 .btn span{
        min-height: inherit;
    }
    a.btn.register-link span{
        line-height: normal;
    }
    .contract-manufacturing figure.alignright {
        max-width: 100%;
    }
    .service-boxes{
        justify-content: center;
    }
    .service-boxes .col {
        flex: 0 0 50%;
    }
}
@media (max-width: 480px) {
    .site-header .search-form{
        right: 0;
    }
    .feature-services .img-wrap,
    .feature-services .item {
        max-width: 100%;
    }
    .manager .img-wrap img {
        width: 100%;
    }
    .pdf-wrap .item,
    .boxes-wrap .item-wrap {
        width: 100%;
        min-height: 100px;
    }
    div.solution .item .img-wrap img{
        margin: 0 auto;
    }
    .date-wrap .btn {
        margin: 5px 0;
        width: 100%;
    }
    #billboard-interior .main-title, .banner-title {
        margin-bottom: 0;
        font-size: 18px;
    }
    .featured-videos .item-wrap {
        width: 100%;
    }
    .solution .item .img-wrap img {
        display: inline-block;
    }
    .text-left {
        text-align: center;
        letter-spacing: 0;
        padding: 0 0 5px;
    }
    .team-members .team-wrap {
        width: 100%;
    }
    .form-testimonial .gform_body .gfield {
        width: 100%;
    }
    .testimonials-wrap {
        padding: 10px 15px;
        text-align: center;
    }
    .testimonials-wrap .angle-wrap {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .triangle {
        right: 44px;
        bottom: -13px;
        transform: rotate(-50deg);
    }
    .site-header .alignright,
    #top-bar-nav ul{
        text-align: center;
    }
    #top-bar-nav{
        float: none;
        display: block;
    }
    .site-header .call-us{
        float: none;
        padding: 0;
    }
    .site-header a.cart{
        position: static;
    }
    .entry-content > p > a.btn {
        width: 100%;
    }
    .service-boxes .col{
        flex: 0 0 100%;
    }
    .service-boxes.discription p{
        margin-bottom: 15px;
    }
    .contract-manufacturing .feature-services {
        text-align: center;
    }
    .contract-manufacturing .feature-services img{
        display: inline-block;
    }
}
@media (max-width: 375px) {
    #top-bar-nav ul li.menu-item-941 a {
        border: medium none;
        margin: 0;
    }
}
.broken_link, a.broken_link {
    text-decoration: none;
}

/*SmartSites -- 02-08-2019 -- FED19*/

.page-template-tpl-support .panel-right .panel-text {
    padding-bottom: 40px;
    line-height: 1.5;
}

.page-template-tpl-support .sidebar li a .toggle-btn {
    display: none;
}

.page-template-tpl-support .sidebar li a.has-sub-menu .toggle-btn {
    display: block;
}

.with-custom-list ul {
    padding-left: 20px;
}

.with-custom-list ul li {
    color: #00a0dd;
    position: relative;
    list-style-image: url("images/lst-arrow.png");
    margin: 0 0 15px;
    padding-left: 5px;
    font-size: 17px;
}

.with-custom-list ul li a {
    display: block;
    color: #00a0dd;
    font-size: 17px;
    text-decoration: underline !important;
}

.with-custom-list ul li a:hover {
    text-decoration: none !important;
}

.custom-block {
    padding-top: 30px;
    text-align: center;
}

.custom-block h2 {
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00a0dd;
    margin-bottom: 0;
    text-transform: uppercase;
}

.custom-block form {
    max-width: 820px !important;
    margin: 0 auto;
    text-align: center !important;
    padding-top: 20px;
}

.custom-block form li {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    text-align: left;
}

.custom-block .gform_wrapper form .gform_body li input,
.custom-block .gform_wrapper form .gform_body li input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.custom-block .gform_wrapper form .gform_body li select,
.custom-block .gform_wrapper form .gform_body li textarea {
    height: 60px !important;
    color: #212121 !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    background: #f2f2f2 !important;
    text-align: left;
}

.custom-block .gform_wrapper form .gform_body li textarea {
    height: 100px !important;
}

.custom-block .gform_wrapper form .top_label div.ginput_container {
    margin: 0 !important;
}

.custom-block .gform_wrapper li.gfield.gfield_error,
.custom-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    margin-bottom: 0 !important;
    background: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

@media(min-width: 641px){
    .custom-block .gform_wrapper .top_label li.gfield.gf_left_half,
    .custom-block .gform_wrapper .top_label li.gfield.gf_right_half {
        padding-right: 10px;
    }
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium{
        width: calc(100% - 8px)!important;
    }
}

#primary-nav ul li a {
    font-size: 15px;
    padding: 30px 15px 15px;
}

.site-header .search-field,
.site-header .input-text {
    width: 380px;
}

@media (max-width: 1440px) {
    .site-header .search-field,
    .site-header .input-text {
        width: 380px;
    }
}

@media (max-width: 1170px) {
    #primary-nav ul li a {
        font-size: 14px;
        padding: 15px 10px 5px;
    }
}

