@charset "UTF-8";

body,
h1,
h2,
h3 {
    font-weight: 500
}

article#home-article,
header {
    width: 100%
}

.responsive-table .small {
    display: none;
    width: 100%;
}

.responsive-table .large {
    display: inline-block;
    width: 100%;
}

body {
    
    /*seasonal update*/
    /* background: url('/images/xmas_bg.jpg') top left; */
    /*regular season*/
    background: url('/images/bg.png');
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    color: #4B4242
}

p.discontinued-frame {

    background-color: #fdde83;
    padding: 15px;
    border: 4px #ffcd00 dashed;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;

}

.gwinstek-info-table {
    width: 100%;
}

.gwinstek-info-table th,
.gwinstek-info-table td {
    padding: 5px;
}

div.xmas {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url('/images/bg_xmas.jpeg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img {
    max-width: 100%;
}

table.graphtec-information-table,
table.graphtec-instrument-feature-table {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: auto;
    display: block;

}

.table-overflow {
    position: relative;
    overflow: auto;
    width: 100%;
}

.table-overflow table thead tr th {
    text-align: center;
    color: #39AFC4;
}

.table-overflow table tbody tr td:first-child {
    text-align: center;
    color: #39AFC4;
}

.table-overflow table tbody tr td {
    color: #4B4242;
    font-weight: normal;
}

table.graphtec-information-table tbody td h3 {
    font-size: 18px;
    color: #39AFC4;
    margin: 15px 5px;
    font-style: italic;
    font-weight: bold;
}

table.graphtec-information-table tbody td {

    font-size: 13px;
}

table.graphtec-instrument-feature-table tbody td {
    vertical-align: top;
    background-color: #f7f7f7;
    padding-top: 5px;
}

img.flex-right {
    max-width: 100%;
    float: right;
    margin: 0 0 15px 15px;
}


img.flex-left {
    max-width: 100%;
    float: left;
    margin: 0 15px 15px 0;
}

.message {
    position: absolute;
    z-index: 10001;
    width: 40%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    left: 30%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 2px solid #fff;
}

.message .message-close-button {
    position: absolute;
    top: -10px;
    height: 28px;
    width: 22px;
    background-color: #191919;
    border-radius: 50%;
    display: inline-block;
    left: 95%;
    font-size: 25px;
    padding-left: 8px;
    padding-top: 1px;
    color: #fff;
    font-weight: bold;
}

.message .message-close-button:hover {
    cursor: pointer;
}

.message-header {
    background-color: #2E3233;
    border-bottom: 3px solid #39AFC4;
    color: #fff;
    padding: 15px;
    margin-bottom: 0;
}

.message-header .message-header-text {
    font-size: 1.5em;
}

.message .message-body {
    padding: 15px;
    font-size: 1.2em;
    line-height: 1.5;
}

.shadow-box {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}

.shadow-box.closed {
    display: none;
}

div.green-spec-box,
div.blue-spec-box,
div.yellow-spec-box,
div.disabled-spec-box {
    padding: 10px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    margin: 3px;
    width: 48px;
    font-size: 10px;
    line-height: 1;
    display: inline-block;


}


div.disabled-spec-box {
    background-color: #4f4f4f;
    color: #2e3233;
}

div.green-spec-box {
    background-color: #31352a;
    color: #ffffff;
}

div.blue-spec-box {
    background-color: #01b0ee;
    color: #ffffff;
}

div.yellow-spec-box {
    background-color: #fff000;
}

table.graphtec-instrument-feature-table tbody tr.table-devider {
    height: 2px;
    background-color: #333;
    width: 100%;
    position: absolute;
}

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

table.eventTable {
    width: 100%;
    border-spacing: 5px;
}

table.eventTable tbody tr td {
    padding: 10px;
    background-color: #ffffff;
    margin: 1px;

}

div.spec-container {
    padding-left: 0px;
    display: none;
    margin-top: -15px;
    line-height: 1.5em;
}

div.spec-list-container.open {
    min-height: 75px;
}

.slider {
    margin: 25px 15px 10px 15px;
}


.ui-slider .ui-slider-handle {
    background: #39AFC4;
    border: 1px solid #39AFC4;
}

a.spec-filter-button::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/images/ic_close.png) no-repeat 0 0;
    background-size: 100%;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

a:link.spec-filter-button,
a:visited.spec-filter-button {
    margin-bottom: 5px;
    height: 20px;
    display: inline-block;
    white-space: nowrap;
    border-radius: 20px;
    padding: 6px 12px;
    color: #ffffff;
    text-decoration: none;
    background-color: #39AFC4;
    border: 1px solid #39AFC4;
    -moz-border-bottom-radius: 20px;
    -webkit-border-bottom-radius: 20px;
    -khtml-border-bottom-radius: 20px;
}

div.spec-container a {
    display: block;
    margin: 0px 5px 5px 5px;
    text-decoration: none;
}

div.spec-container a::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background: url(/images/material_checkbox_unchecked.png) no-repeat 0 2px;
    background-size: 100%;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

div.spec-container a.spec-filtered::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background: url(/images/material_checkbox_checked.png) no-repeat 0 2px;
    background-size: 100%;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

p.filter-header {
    font-size: 14px;
}

p.filter-header::after {
    content: url("/images/ic_filter_list_white_24dp_1x.png");
    position: relative;
    top: -5px;
    float: right;
}

.spec-unfiltered {
    font-weight: normal;
}

div#filter-section-container {

    padding: 15px 5px 5px 5px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
    border-radius: 0 0 2px 2px;
    -moz-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -khtml-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;

}

.spec-filtered {
    font-weight: bold;
}

h4.spec-header {
    margin-top: 0px;
}

h4.spec-header:hover {
    cursor: pointer;
}

h4.spec-header::before {
    content: '+ ';
    color: #39AFC4;
    font-weight: bold;
}

h4.spec-header.open::before {
    content: '- ';
    color: #39AFC4;
    font-weight: bold;
}

article img,
img.fullpage-image,
table {
    max-width: 100%
}

img {
    border: none
}

p.new-line-height {
    line-height: 1.6
}

h1,
h2,
h3 {
    font-family: nimbus-sans, "Helvetica Neue", Arial, serif;
    color: #363636
}

div.home-block-article,
div.home-block-event {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 1.6
}

div.home-block-event {
    width: 88%;
    background-color: #f7f7f7;
    padding: 25px 6%;
    border-bottom: 4px groove #e3e3e3;
    border-top: 4px groove #e3e3e3;

}

div#shift,
div#wrapper {
    width: 950px;
    position: relative
}

a:link,
a:visited {
    color: #0C434D;
    text-decoration: underline
}

.spec-unfiltered {
    font-weight: normal;
}

.spec-filtered {
    font-weight: bold;
}

a.tel-link,
a:hover {
    text-decoration: none
}

a:hover {
    color: #0C434D
}

div#wrapper {
    margin: 0 auto
}

div#shift {
    float: left;
    padding: 0;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    margin: 25px 0
}

header {
    position: relative;
    float: left;
    margin: 0;
    height: 220px;
    border-bottom: 5px groove #39AFC4
}

.green {
    color: #39AFC4
}

a#responsive-cart-bttn,
div#menu-title-bar {
    display: none
}

header div#header-content {
    width: 874px;
    position: relative;
    top: 0;
    margin: 0 auto;
    float: none
}

div#logo-container {
    position: relative;
    float: left;
    margin-top: 35px;
    margin-left: 12px;
    width: 380px;
    height: 120px
}

div#logo-container a.new-home-tradeport-logo,
div#logo-container a.new-tradeport-logo {
    display: block;
    background: url(//images.tradeport.on.ca/tradeport_electronics_logo.png) top left no-repeat;
    width: 141px;
    height: 99px;
    border: none;
    position: relative;
    float: left
}

div#logo-container div.company-name {
    font-size: 36px;
    color: #2E3233;
    font-family: nimbus-sans, sans-serif;
    line-height: 32px;
    font-weight: 700;
    width: 215px;
    height: 65px;
    position: relative;
    float: left;
    margin-left: 10px
}

div#logo-container div.tag-line {
    color: #646464;
    font-style: italic;
    width: 215px;
    height: 25px;
    margin: 5px 0 0 20px;
    float: left;
    font-family: Roboto, sans-serif;
    font-weight: 100
}

div#menu-bar {
    width: 100%;
    height: 42px;
    position: absolute;
    bottom: 0;
    margin: 0
}

nav#header-nav {
    height: 42px;
    width: 874px;
    margin: 0 auto;
    z-index: 0;
    position: relative
}

.nav,
.nav-active {
    height: 18px;
    padding: 12px 20px;
    display: inline-block;
    margin: 0;
    color: #fff;
    text-decoration: none
}

.nav:link,
.nav:visited {
    text-decoration: none
}

.nav:hover {
    transition: background-color .2s ease;
    background-color: #39AFC4;
    color: #ffffff;
}

.nav-active {
    background-color: #39AFC4
}

div#header-search {
    position: relative;
    float: right;
    margin-top: 35px;
    margin-right: 0;
    width: 202px;
    height: 35px
}

div#header-search form#header-site-search {
    width: 280px
}

div#header-search form#header-site-search input.text-input {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    padding: 5px 15px;
    border: 1px solid #c4c3c3;
    width: 167px;
    color: #39AFC4;
    height: 23px;
    margin-left: 0
}

div#header-site-search-button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    padding: 0;
    border: 1px solid #39AFC4;
    background: url(//images.tradeport.on.ca/search_bttn_icon.png) 30px 12px no-repeat #39AFC4;
    position: relative;
    float: right;
    text-indent: 100000px;
    color: #fff;
    height: 33px;
    width: 74px;
    margin-right: 39px;
    margin-top: 35px;
    z-index: 5
}

div#cart,
div#header-site-search-button:hover {
    float: right;
    margin-right: 39px;
    border-radius: 3px;
    position: relative;
    padding: 0
}

div#header-site-search-button:hover {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px;
    border: 1px solid #39AFC4;
    background: url(//images.tradeport.on.ca/search_bttn_icon_hover.png) 30px 12px no-repeat #fff;
    text-indent: 100000px;
    color: #fff;
    height: 33px;
    width: 74px
}

div#cart {
    margin-top: 8px;
    width: 276px;
    height: 35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px;
    border: 1px solid #c4c3c3
}

div#cart div.cart-title {
    float: left;
    margin: 10px 15px
}

div#cart div.cart-title span.cart-initial-text {
    color: #39AFC4
}

div#cart div#cart-button {
    background: url(//images.tradeport.on.ca/cart_bttn.jpg);
    width: 28px;
    height: 31px;
    position: relative;
    float: right;
    margin-top: 2px
}

div#telephone {
    position: relative;
    float: right;
    margin-top: 15px;
    margin-right: 35px;
    width: 360px;
    height: 35px;
    font-family: Helvetica, sans-serif;
    font-size: 22px;
    color: #313131;
    text-align: right
}

div#telephone::before {
    content: url(//images.tradeport.on.ca/icon_telephone_grey.png);
    margin-right: 5px
}

div#body-content,
div#catalog-content,
div.home-content {
    position: relative;
    float: left;
    width: 874px;
    padding: 0 37.5px;
    margin: 0;
}

div#catalog-content article {
    width: 100%
}

div.home-content {
    padding-top: 25px
}

div#home-rotator-2014 {
    position: relative;
    width: 874px;
    float: left;
    height: 470px;
    margin-top: 15px
}

.bx-wrapper {
    clear: both
}

ul#lightSlider {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0 2px 3px 0 #ccc;
    -webkit-box-shadow: 0 2px 3px 0 #CCC;
    box-shadow: 0 2px 3px 0 #CCC
}

div#mini-cart,
div.featured_list_box:hover,
div.sales_list_box {
    -moz-box-shadow: 0 2px 3px 0 #ccc;
    -webkit-box-shadow: 0 2px 3px 0 #CCC;
    box-shadow: 0 2px 3px 0 #CCC;
}

div#home_buttons {
    margin-top: 0;
    margin-bottom: 25px
}

a.home-cta-bttn:link,
a.home-cta-bttn:visited,
div.home-cta a.home-cta-bttn:link,
div.home-cta a.home-cta-bttn:visited,
div.promoButton {
    background: #39AFC4;
    color: #fff;
    border: 1px solid #0C434D;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    padding: 10px 0
}

a.home-cta-bttn:Link {
    float: right;
    padding: 10px;
    margin: 0 5px 5px 0
}

h2.sale-title-bar,
h2.title-bar {
    width: 100%;
    padding: 1px;
    margin-top: 30px;
    position: relative;
    float: left;
    clear: both
}

div.home-cta a.home-cta-bttn span.homecta-icon {
    display: none
}

h2.title-bar {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border: 1px solid #B2B2B2
}

h2.sale-title-bar {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border: 1px solid #FFB305
}

h2.title-bar span.white-border {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    font-size: 24px;
    display: block;
    padding: 15px;
    background: #eee;
    background: -moz-linear-gradient(top, rgba(238, 240, 239, 1) 0, rgba(220, 224, 222, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(238, 240, 239, 1)), color-stop(100%, rgba(220, 224, 222, 1)));
    background: -webkit-linear-gradient(top, rgba(238, 240, 239, 1) 0, rgba(220, 224, 222, 1) 100%);
    background: -o-linear-gradient(top, rgba(238, 240, 239, 1) 0, rgba(220, 224, 222, 1) 100%);
    background: -ms-linear-gradient(top, rgba(238, 240, 239, 1) 0, rgba(220, 224, 222, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 240, 239, 1) 0, rgba(220, 224, 222, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eef0ef', endColorstr='#dce0de', GradientType=0);
    border: .5px solid #fff
}

h2.title-bar span.white-border:hover {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    font-size: 24px;
    display: block;
    padding: 15px;
    background: #eee;
    background: -moz-linear-gradient(top, rgba(220, 224, 222, 1) 0, rgba(238, 240, 239, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(220, 224, 222, 1)), color-stop(100%, rgba(238, 240, 239, 1)));
    background: -webkit-linear-gradient(top, rgba(220, 224, 222, 1) 0, rgba(238, 240, 239, 1) 100%);
    background: -o-linear-gradient(top, rgba(220, 224, 222, 1) 0, rgba(238, 240, 239, 1) 100%);
    background: -ms-linear-gradient(top, rgba(220, 224, 222, 1) 0, rgba(238, 240, 239, 1) 100%);
    background: linear-gradient(to bottom, rgba(220, 224, 222, 1) 0, rgba(238, 240, 239, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dce0de', endColorstr='#eef0ef', GradientType=0);
    border: .5px solid #fff;
    cursor: pointer
}

h2.title-bar span.sale-border {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    font-size: 24px;
    display: block;
    padding: 15px;
    background: #fbbf0f;
    background: -moz-linear-gradient(top, rgba(253, 222, 131, 1) 0, rgba(251, 191, 15, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(253, 222, 131, 1)), color-stop(100%, rgba(251, 191, 15, 1)));
    background: -webkit-linear-gradient(top, rgba(253, 222, 131, 1) 0, rgba(251, 191, 15, 1) 100%);
    background: -o-linear-gradient(top, rgba(253, 222, 131, 1) 0, rgba(251, 191, 15, 1) 100%);
    background: -ms-linear-gradient(top, rgba(253, 222, 131, 1) 0, rgba(251, 191, 15, 1) 100%);
    background: linear-gradient(to bottom, #fdde83 0, #fbbf0f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdde83', endColorstr='#fbbf0f', GradientType=0);
    border: .5px solid #fff
}

h2.title-bar span.sale-border:hover {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    font-size: 24px;
    display: block;
    padding: 15px;
    background: #fbbf0f;
    background: -moz-linear-gradient(top, rgba(251, 191, 15, 1) 0, rgba(253, 222, 131, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(251, 191, 15, 1)), color-stop(100%, rgba(253, 222, 131, 1)));
    background: -webkit-linear-gradient(top, rgba(251, 191, 15, 1) 0, rgba(253, 222, 131, 1) 100%);
    background: -o-linear-gradient(top, rgba(251, 191, 15, 1) 0, rgba(253, 222, 131, 1) 100%);
    background: -ms-linear-gradient(top, rgba(251, 191, 15, 1) 0, rgba(253, 222, 131, 1) 100%);
    background: linear-gradient(to bottom, #fbbf0f 0, #fdde83 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fbbf0f', endColorstr='#fdde83', GradientType=0);
    border: .5px solid #fff;
    cursor: pointer
}

h2.title-bar span.sale-border a.promo_link:hover,
h2.title-bar span.sale-border a.promo_link:link,
h2.title-bar span.sale-border a.promo_link:visited,
h2.title-bar span.white-border a.promo_link:hover,
h2.title-bar span.white-border a.promo_link:link,
h2.title-bar span.white-border a.promo_link:visited {
    color: #363636;
    text-decoration: none
}

a.add-to-cart-bttn {
    width: 139px;
    height: 39px;
    display: inline-block;
    position: relative;
    padding: 0;
    color: #fff;
    text-decoration: none;
    margin: 0;
    line-height: normal
}

a.add-to-cart-bttn span.add-to-cart-icon {
    width: 45px;
    height: 39px;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background: url(//images.tradeport.on.ca/icon_cart_white.png) 12px 12px no-repeat #000;
    border-radius: 2px 0 0 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

a.add-to-cart-bttn span.add-to-cart-text {
    width: 92px;
    height: 25px;
    position: relative;
    float: left;
    margin: 0;
    padding-top: 12px;
    background-color: #39AFC4;
    border-radius: 0 2px 2px 0;
    -moz-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -khtml-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    border: 1px solid #39AFC4;
    font-size: 13px;
    font-weight: 400;
    text-align: center
}

a.add-to-cart-bttn span.add-to-cart-text:hover {
    background-color: #fff;
    color: #39AFC4
}

div.featured_list_box span img,
div.sales_list_box span img {
    max-width: 100%;
    max-height: 90px
}

div.featured_list_box,
div.sales_list_box {
    height: 270px
}

div.f-3,
div.f-7 {
    margin-right: 0
}

div.f-4,
div.f-5,
div.f-6,
div.f-7 {
    margin-bottom: 0
}

div.buttons-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px
}

a.details-bttn:hover,
a.details-bttn:link,
a.details-bttn:visited {
    color: #4B4242;
    text-decoration: none;
    background: url(//images.tradeport.on.ca/blue_arrow.png) 47px 6px no-repeat;
    display: inline-block;
    width: 50px;
    height: 15px
}

div.promo_title {
    color: #1d2124;
    font-weight: 700;
    font-size: 15px
}

div.promo_box {
    width: 260px;
    height: 360px;
    position: relative;
    float: left;
    text-align: left;
    margin: 0 15px
}

div.promoButton {
    width: 118px;
    height: 25px;
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    cursor: pointer;
    text-align: center
}

img.promo-thumb {
    max-width: 260px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border: .5px solid #666
}

ul.bxslider {
    padding: 0
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #39AFC4
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: 0 0;
    border: 1px solid #39AFC4
}

div.footer {
    clear: both;
    float: left;
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    background-color: #f7f7f7;
    border-radius: 0 3px 3px 0;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

ul.footer_container {
    width: 874px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

li.footer-block {
    position: relative;
    float: left;
    width: 22%;
    display: block;
    height: 350px;
    padding: 0;
    margin: 0;
    list-style-type: none
}

li.footer-block h3 {
    margin-top: 65px;
    margin-bottom: 25px;
    color: #333;
    font-size: 18px
}

.footer-block a:hover,
ul.footer-block-inside li h4 {
    color: #818181;
    width: 100%;
    font-size: 14px;
    float: left;
    display: block
}

ul.footer-block-inside li a:link,
ul.footer-block-inside li a:visited {
    color: #818181;
    float: left;
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px
}

ul.footer-block-inside {
    padding: 0
}

ul.footer-block-inside li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer-block a:hover {
    text-decoration: underline;
    height: 35px
}

ul.footer-block-inside li h4 {
    text-decoration: none;
    height: 15px;
    margin: 0 0 10px
}

ul.footer-block-inside li p {
    margin: 5px 0 5px 10%;
    display: block;
    width: 90%;
    float: left;
    height: 20px
}

div#mini-cart {
    position: absolute;
    z-index: 100000;
    background-color: #fff;
    top: 120px;
    right: 77px;
    width: 277px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border: 1px solid #c4c3c3;
    box-shadow: 0 2px 3px 0 #CCC;
    display: none;
}

div#mini-cart table tr td.odd-cart-row {
    background-color: #f7f7f7
}

img.cart-thumb {
    max-width: 60px;
    max-height: 50px
}

div#mini-cart table tr td.cart-row {
    background-color: #fff
}

div#mini-cart a.general-button {
    float: right;
    margin: 5px
}

div.featured_list_box:hover,
div.sales_list_box {
    box-shadow: 0 2px 3px 0 #CCC;
    cursor: pointer
}

#mini-cart table,
.featured_list_box:hover {
    box-shadow: 0 2px 3px 0 #CCC;
    -moz-box-shadow: 0 2px 3px 0 #ccc;
    -webkit-box-shadow: 0 2px 3px 0 #CCC;
}

div#footer-logos {
    position: relative;
    width: 874px;
    clear: both;
    height: 175px;
    padding: 0;
    margin: 0 auto
}

div#calnetwork-footer {
    position: absolute;
    top: 20px;
    left: 275px;
    width: 126px;
    height: 21px;
    background: url(//images.tradeport.on.ca/logo_calnetwork_grey.png) top left no-repeat
}

div#tradeport-footer {
    position: absolute;
    top: 0;
    right: 315px;
    width: 93px;
    height: 63px;
    background: url(//images.tradeport.on.ca/logo_tradeport_electronics_grey.png) top left no-repeat
}

div#tradeport-copyright {
    width: 90%;
    position: absolute;
    text-align: center;
    bottom: 25px;
    margin: 0 5%;
}

.featured_list_box,
.sales_list_box {
    width: 195px;
    height: 250px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px;
    margin: 0 15px 15px 0;
    padding: 5px;
    text-align: center
}

.featured_list_box,
.home-blocks,
.sales_list_box {
    position: relative;
    float: left
}

div#tradeport-copyright a:hover,
div#tradeport-copyright a:link,
div#tradeport-copyright a:visited {
    color: #4B4242
}

.featured_list_box {
    border-radius: 3px;
    background-color: #FCFCFC;
    border: 1px solid #CCC
}

.sales_list_box {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #fbbf0f
}

.featured_list_box:hover {
    box-shadow: 0 2px 3px 0 #CCC
}

.sales_list_box:hover {
    -moz-box-shadow: 0 2px 3px 0 #fdde83;
    -webkit-box-shadow: 0 2px 3px 0 #fdde83;
    box-shadow: 0 2px 3px 0 #fdde83
}

.home-blocks {
    width: 27%;
    margin: 25px 2% 15px 0;
    height: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px;
    background-color: #FCFCFC;
    border: 1px solid #CCC;
    padding: 5px 2%;
    line-height: normal;
    font-size: 13px
}

.home-blocks a.general-button {
    float: left;
    width: -moz-calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
    width: -o-calc(100% - 22px);
    width: calc(100% - 22px);
    margin-bottom: 15px
}

.home-blocks-end,
div#home_buttons {
    position: relative;
    margin: 0;
    float: left
}

.home-blocks-end {
    width: 100%;
    height: auto;
    clear: left
}

div#home_buttons {
    width: 874px;
    height: 180px;
    z-index: 3
}

div.home-cta h2 {
    font-size: 1.6em;
    margin: 20px auto;
    text-align: center
}

a.home-cta-bttn:link,
a.home-cta-bttn:visited,
div.home-cta a.home-cta-bttn:link,
div.home-cta a.home-cta-bttn:visited {
    background: #39AFC4;
    color: #FFF;
    border: 1px solid #39AFC4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    padding: 10px 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 80%;
    margin: 0 10% 10px;
    text-align: center
}

div.home-block {
    position: relative;
    float: left;
    width: 874px;
    margin: 0;
    padding: 0;
    line-height: 1.6em;
    font-size: 1.1em
}

.home-cta {
    position: relative;
    float: left;
    width: 23%;
    margin-right: 2.25%;
    border: 1px solid #CCC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    border-radius: 2px;
    height: 170px;
    background-color: rgba(255, 255, 255, .9)
}

div#home_buttons div.last {
    margin-right: 0
}

ul.social-footer-block li form input.text-input {
    background-color: #FFF;
    position: relative;
    float: left;
    width: 72%;
    height: 26px;
    margin: 3px 1%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

ul.social-footer-block li form input.go-bttn {
    background-color: #FFF;
    position: relative;
    float: left;
    width: 17%;
    height: 38px;
    margin: 3px 1%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

ul.social-footer-block li a:link,
ul.social-footer-block li a:visited {
    width: 25%;
    height: 55px;
    text-align: center;
    display: block;
    position: relative;
    float: left
}

nav#sidenav {
    position: relative;
    clear: both;
    float: left;
    width: 200px;
    margin-top: 25px
}

nav#sidenav h3,
p.filter-header {
    display: block;
    background-color: #2E3233;
    color: #fff;
    padding: 15px;
    border-bottom: 3px solid #39AFC4;
    margin-bottom: 0;
    border-radius: 2px 2px 0 0;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-radius-topright: 2px;
    -khtml-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    margin-top: 0
}

nav#sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

nav#sidenav ul li {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    display: block;
    padding: 0;
    margin: 0
}

a.sidenav-link,
a.sidenav-link-hover {
    display: block;
    float: left;
    padding: 15px;
    color: #2E3233;
    text-decoration: none;
    margin-bottom: 1px
}

a.sidenav-link-hover::after,
a.sidenav-link::after {
    border-color: #2E3233;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 5px;
    left: 90%;
    margin-top: -2px;
    top: 20px;
    content: ''
}

a.sidenav-link {
    position: relative;
    background-color: #f7f7f7;
    width: 170px
}

a.sidenav-link::after {
    position: absolute;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 5px
}

a.sidenav-link-hover {
    position: relative;
    background-color: #fff;
    width: 170px
}

a.sidenav-link-hover::after {
    position: absolute;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 5px
}

article {
    position: relative;
    float: right;
    width: 650px;
    margin: 25px 0 25px 24px;
    line-height: 1.6em;
    font-size: 1.1em
}

.cal_input,
.mega_search,
.text_input,
.text_input_security,
.text_textarea {
    background-color: #F7F7F7;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 3px 3px 3px 3px;
    width: 96%;
    padding: 10px 2%;
}

select.text_input {
    height: 33px;
    width: 100%;
    padding: 5px 10px;
}

.slider_input {

    width: 40px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 3px 3px 3px 3px;
    padding: 10px 2%;
}

.text_textarea {
    height: 150px
}

div#captcha-container {
    width: 100%;
    float: left;
    position: relative
}

div#captcha-container img {
    margin-top: 2px
}

#contact_container {
    width: 100%;
    position: relative;
    float: left
}

#contact_container #col1,
#contact_container #col2 {
    float: left;
    position: relative;
    width: 100%
}

.column_container {
    width: 100%;
    position: relative;
    clear: both;
    margin: 25px 0;
    float: left
}

.two-column {
    position: relative;
    width: 42%;
    padding: 0 4%;
    float: left
}

.three-column {
    position: relative;
    width: 28%;
    padding: 0 2%;
    float: left
}



a.general-button-green:link,
a.general-button-green:visited,
a.general-button:link,
a.general-button:visited,
input.customer-management-form-submit-button {
    color: #FFF;
    padding: 10px;
    display: inline-block;
    text-decoration: none
}


a.general-button:link,
a.general-button:visited {
    position: relative;
    background-color: #39AFC4;
    border: 1px solid #39AFC4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;

}

button.general-button {
    color: #fff;
    position: relative;
    background-color: #39AFC4;
    border: 1px solid #39AFC4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;

    padding: 10px;
}

a.general-button-green:link,
a.general-button-green:visited {
    position: relative;
    background-color: #6FBE44;
    border: 1px solid #6FBE44;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;

}

input.customer-management-form-submit-button {
    background-color: #39AFC4;
    border: 1px solid #39AFC4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;

}

a.general-button:hover {
    background-color: #FFF;
    color: #39AFC4;
    border: 1px solid #39AFC4
}

.cal_table,
.security_table,
.warranty_table {
    width: 100%
}

.cal_table,
.warranty_table {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px #39AFC4 dotted
}

.cal_table tr td,
.warranty_table tr td {
    margin: 1px
}

.cal_table tr td.cal_label {
    width: 100px
}

.security_table tr td.security_label {
    width: 175px
}

table#survey_1 {
    width: 100%;
    font-size: 12px;
    line-height: 1.2em
}

table#survey_1 tr td {
    padding: 8px;
    background-color: transparent;
    min-height: 35px
}

table#survey_1 tr td.oddrow {
    background-color: #F7F7F7
}

table#survey_1 tr.survey-question-website-feedback {
    display: none
}

table#survey_1 tr.survey-question-website-feedback-open {
    display: table-row
}

table#survey_1 tr.survey-question-website-feedback td {
    vertical-align: top
}

table#survey_1 tr.survey-question-website-feedback-open td textarea.text_textarea {
    height: 75px;
    width: 96%
}

ul.contact_info {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 100%
}

ul.contact_info li {
    float: left;
    list-style: none;
    margin: 0 5px 1% 0;
    width: 31%
}

ul.contact_info li h3 {
    font-weight: 300
}

.distributors_box h3,
.gplus .athr a,
.gplus h3,
.sticky-header {
    font-weight: 700
}

div#contact_container {
    width: 100%;
    position: relative
}

.distributors_box {
    position: relative;
    float: left;
    height: 190px;
    width: 30%;
    margin: 0;
    font-size: 11px;
    padding: 8px 3% 8px 0
}

#product-buttons,
.bx-wrapper .bx-pager {
    width: 100%;
    position: relative;
    float: left
}

ul.product-bxslider {
    margin: 0
}

#product-pager a {
    border: 1px solid #ccc;
    display: inline-block;
    height: 52px;
    margin: 0 6px;
    padding: 4px;
    overflow: hidden
}

#product-pager a.active,
#product-pager a:hover {
    border: 1px solid #5280DD
}

.bx-wrapper .bx-pager {
    height: 50px;
    margin: 0 auto 25px;
    overflow: hidden;
    padding-top: 0
}

#product-pager-slider {
    width: 2500%
}

#product-pager a.active {
    border: 1px solid #39AFC4
}

#product-pager>ul {
    margin: 0;
    padding: 0
}

#product-pager>ul li {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 75px;
    position: relative;
    float: left;
    list-style: none
}

.product-landing-cta {
    text-align: center;
    position: relative;
    float: left;
    width: 30%;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    border-radius: 2px;
    height: 180px;
    background-color: rgba(255, 255, 255, .9);
    margin-left: 2%
}

.featured-product-single,
.special-product-single {
    padding: 25px 2%;
    margin-bottom: 25px;
    position: relative;
    float: left
}

.cat_box,
.manu_box,
.recommended_box {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    border-radius: 2px;
}

div.product-home {
    width: 193px;
    height: 280px;
    line-height: normal
}

.featured-product-single {
    width: 96%
}

.featured-product-single h3 {
    font-size: 20px;
    color: #39AFC4
}

#featured-single-picture,
#special-single-picture {
    float: left;
    width: 175px;
    height: 140px
}

#featured-single-description,
#special-single-description {
    float: left;
    position: relative;
    max-width: 449px;
    height: auto
}

.featured_product_single_thumb,
.special_product_single_thumb {
    float: left;
    max-width: 165px;
    max-height: 140px;
    margin-right: 25px
}

.special-product-single {
    width: 96%
}

.special-product-single h3 {
    font-size: 20px;
    color: #39AFC4
}

.news_boxes {
    float: left;
    position: relative;
    width: 100%
}

.news_box {
    width: 29%;
    position: relative;
    float: left;
    height: 275px;
    padding: 15px 2%;
    line-height: 1.3em
}

.news_box h3 {
    color: #39AFC4;
    font-size: 16px
}

.news_box h3 span.post-date {
    display: block;
    flex: left;
    font-size: 11px;
    color: #B8B8B8
}

#carousel>div>ul>li>img {
    transition: opacity .5s ease;
    opacity: .5
}

#carousel>div>ul>li>img:hover {
    opacity: 1
}

#carousel>div>ul>li.flex-active-slide>img {
    transition: opacity .5s ease;
    opacity: 1
}

#product_information_container,
#tab_container {
    position: relative;
    float: left;
    width: 100%
}

#downloads,
#features,
#information,
#overview {
    display: none;
    float: left;
    position: relative;
    border-bottom: 1px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    border-top: 1px solid #FFF;
    padding: 20px 4%;
    width: -moz-calc(92% - 2px);
    width: -webkit-calc(92% - 2px);
    width: -o-calc(92% - 2px);
    width: calc(92% - 2px)
}

#overview {
    display: block;
    float: left;
    position: relative
}

#tab_container .tab,
#tab_container .tab_active {
    float: left;
    width: 24.75%;
    width: -moz-calc(25% - 1px);
    width: -webkit-calc(25% - 1px);
    width: -o-calc(25% - 1px);
    width: calc(25% - 1px);
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    display: block;
    background-color: #f7f7f7;
    color: #2E3233;
    border-top: 3px solid #EEE;
    border-left: 1px solid #EEE
}

#tab_container .tab:hover {
    transition: background-color .5s ease;
    cursor: pointer;
    background-color: #fff;
    color: #2E3233
}

#tab_container .tab_active {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #2E3233;
    color: #FFF;
    border-top: 3px solid #39AFC4;
    margin-bottom: 0
}

h2.product-header {
    font-size: 12px;
    font-style: italic;
    color: #666
}

#product_display {
    width: 25%;
    display: block;
    float: left
}

#product-price-and-buttons {
    width: 75%;
    display: block;
    float: left
}

#product-badge {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 25px
}

#recommended-accessories {
    position: relative;
    float: left;
    margin-top: 25px
}

.recommended_box {
    position: relative;
    float: left;
    width: 26%;
    margin-right: 3%;
    background-color: #f7f7f7;
    border-radius: 2px;
    padding: 25px 2%;
    height: 175px;
    border: 1px solid #2E3233
}

.cat_box,
.catalog-bttn,
.manu_box {
    width: 140px;
    text-align: center;
    background-color: #FFF;
    color: #4B4242;
    padding: 5px;
    font-size: 12px
}

#product-price-and-buttons p a.general-button {
    margin-bottom: 5px
}

#product-price-and-buttons h3 a.add-to-cart-bttn:link,
#product-price-and-buttons h3 a.add-to-cart-bttn:visited {
    margin-top: 10px;
    margin-bottom: -12px;
}

.cat_box,
.catalog-bttn,
.manu_box {
    margin: 5px;
    float: left;
    position: relative
}

#downloads>a.general-button {
    white-space: normal;
    height: auto
}

.cat_box,
.manu_box {
    height: 110px;
    border-radius: 2px;
    border: 1px solid #666;
    cursor: pointer
}

.catalog-bttn {
    height: 130px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    border-radius: 2px;
    border: 1px solid #666
}

.news_list_box,
.product_list_box,
.promo_list_box,
article #newsletter-signup {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px;
}

.catalog-bttn>img {
    max-width: 90%
}

.cat_box>img,
.manu_box>img {
    max-width: 90%;
    max-height: 60px
}

.news_list_box,
.product_list_box,
.promo_list_box {
    position: relative;
    width: 313px;
    height: 250px;
    float: left;
    text-align: left;
    border-radius: 3px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    margin: 5px;
    line-height: normal;
    overflow: hidden;

}

div.promo_list_box p.promo-thumb-container,
div.promo_list_box p.promo-thumb-container img {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -khtml-border-radius-topright: 2px;
    -khtml-border-radius-topleft: 2px;
    max-width: 100%
}

.news_list_box {
    min-height: 210px
}

.promo_list_box {
    min-height: 325px;
    margin-bottom: 25px
}

.news_list_box p span.post-date {
    font-size: 10px;
    color: #999
}

.product_list_box span.product-image {
    width: 30%;
    display: block;
    float: left;
    margin: 0 5%;
    position: relative
}

.product_list_box span.product-image a img,
.product_list_box span.product-image>a {
    max-width: 100%
}

.product_list_box p {
    width: 55%;
    display: block;
    position: relative;
    float: right
}

.news_list_box h4,
.news_list_box p,
.promo_list_box h4,
.promo_list_box p {
    margin: 15px
}

div.product_list_box p {
    margin: 10px 5% 10px 0
}

div.product_list_box h4 {
    margin: 10px 15px
}

div.product_list_box p a.general-button {
    display: block
}

div.news_list_box a.news-list-button::after,
div.product_list_box a.product-box-button::after,
div.promo_list_box a.promo-list-button::after {
    content: '';
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 5px;
    top: 20px;
    left: 80%;
    margin-top: -2px;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 5px
}

div.news_list_box a.news-list-button,
div.product_list_box a.product-box-button,
div.promo_list_box a.promo-list-button {
    width: 100%;
    padding: 15px 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-radius-bottomright: 2px;
    -khtml-border-radius-bottomleft: 2px;
    background-color: #2E3233;
    border-top: 2px solid #39AFC4;
    color: #fff;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    text-decoration: none
}

div.news_list_box a.news-list-button:hover,
div.product_list_box a.product-box-button:hover,
div.promo_list_box a.promo-list-button:hover {
    background-color: #39AFC4;
    color: #fff
}

div.news_list_box a.news-list-button:hover::after,
div.product_list_box a.product-box-button:hover::after,
div.promo_list_box a.promo-list-button:hover::after {
    border-color: #fff
}

div.promo_list_box p.promo-thumb-container {
    text-align: center;
    margin: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px
}

div.promo_list_box p.promo-thumb-container img {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px
}

.paging_master {
    width: 100%;
    position: relative;
    float: left;
    margin: 15px 0
}

.paging_master ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.paging_master ul li {
    position: relative;
    float: left;
    margin-right: 3px
}

.paging_master ul li a.proPaging,
.paging_master ul li a.proPaging_sel {
    border: 1px solid #39AFC4;
    background-color: #fff;
    color: #39AFC4;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    display: block;
    text-decoration: none;
    padding: 0 7px
}

.paging_master ul li a.proPaging:hover,
.paging_master ul li a.proPaging_sel {
    border: 1px solid #39AFC4;
    background-color: #39AFC4;
    color: #fff
}

.paging_master ul li a.paging-next::after,
.paging_master ul li a.paging-previous::after {
    content: '';
    position: absolute;
    border-color: #39AFC4;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 5px;
    top: 9px;
    left: 25%;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 5px
}

.paging_master ul li a.proPagingCalNetwork,
.paging_master ul li a.proPagingCalNetwork_sel {
    border: 1px solid #6FBE44;
    background-color: #fff;
    color: #39AFC4;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    display: block;
    text-decoration: none;
    padding: 0 7px
}

.paging_master ul li a.proPagingCalNetwork:hover,
.paging_master ul li a.proPagingCalNetwork_sel {
    border: 1px solid #6FBE44;
    background-color: #6FBE44;
    color: #fff
}

.paging_master ul li a.paging-previous::after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 40%
}

.paging_master ul li a.paging-next:hover::after,
.paging_master ul li a.paging-previous:hover::after {
    border-color: #FFF
}

.product_dropdown {
    border: 1px solid #39AFC4;
    background-color: #fff;
    color: #2E3233;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    width: 29%;
    width: -moz-calc(30% - 2px);
    width: -webkit-calc(30% - 2px);
    width: -o-calc(30% - 2px);
    width: calc(30% - 2px);
    height: 30px;
    margin-right: 3%
}

div#side-product-contact-form h4,
table#rental-table {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -khtml-border-radius-topright: 2px;
    -khtml-border-radius-topleft: 2px
}

p.product-image a {
    position: relative;
    float: left
}

p.product-image a:hover::before {
    content: '';
    position: absolute;
    color: #fff;
    width: 100%;
    height: 95%;
    background-color: #2E3233;
    opacity: .5
}

p.product-image a:hover::after {
    content: 'Click to Enlarge';
    position: absolute;
    color: #fff;
    left: 15%;
    top: 30%;
    height: 14px
}

div#side-product-contact-form {
    position: relative;
    float: left;
    width: 200px;
    margin-top: 25px;
    background-color: #f7f7f7;
    clear: left
}

div#side-product-contact-form div#contact_container,
div#side-product-contact-form p {
    width: 96%;
    padding: 0 2%
}

div#side-product-contact-form h4 {
    display: block;
    background-color: #2E3233;
    color: #FFF;
    padding: 15px;
    border-bottom: 3px solid #39AFC4;
    margin-bottom: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    margin-top: 0
}

#product_contactus_form>#col1>table.security_table>tbody>tr>td {
    display: block;
    float: left;
    width: 100%;
    padding: 0
}

#product_contactus_form>#col1>table.security_table>tbody>tr>td input {
    width: 96%
}

#product_contactus_form>#col1>table.security_table>tbody>tr>td img {
    width: 100%
}

#product_contactus_form>#col1>p>input.text_input,
#product_contactus_form>#col1>table.security_table>tbody>tr>td input,
#product_contactus_form>#col2>p>input.text_input {
    background-color: #fff
}

#product_contactus_form>#col2>p>textarea {
    background-color: #fff;
    height: 100px
}

table.rentalPricesTable {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    width: 100%;
    background-color: #fff
}

table.rentalPricesTable tbody tr td.dailyRentPrice,
table.rentalPricesTable tbody tr td.monthlyRentPrice,
table.rentalPricesTable tbody tr td.weeklyRentPrice {
    padding-bottom: 10px;
    text-align: center;
    background-color: #2E3233;
    color: #fff;
    margin: 1px;
    border-bottom: 1px solid #fff
}

table.rentalPricesTable tbody tr td.RentButton-1,
table.rentalPricesTable tbody tr td.RentButton-2,
table.rentalPricesTable tbody tr td.dailyRentPrice,
table.rentalPricesTable tbody tr td.weeklyRentPrice {
    border-right: 1px solid #fff
}

table.rentalPricesTable tbody tr td h3,
table.rentalPricesTable tbody tr td span {
    color: #fff
}

table.rentalPricesTable tbody tr td.RentButton-1,
table.rentalPricesTable tbody tr td.RentButton-2,
table.rentalPricesTable tbody tr td.RentButton-3 {
    padding: 0;
    text-align: center;
    background-color: transparent;
    color: #fff;
    margin: 1px
}

table.rentalPricesTable tbody tr td.RentButton-1:hover,
table.rentalPricesTable tbody tr td.RentButton-2:hover,
table.rentalPricesTable tbody tr td.RentButton-3:hover {
    background-color: #fff
}

table.rentalPricesTable tbody tr td.RentButton-1 a:link,
table.rentalPricesTable tbody tr td.RentButton-1 a:visited,
table.rentalPricesTable tbody tr td.RentButton-2 a:link,
table.rentalPricesTable tbody tr td.RentButton-2 a:visited,
table.rentalPricesTable tbody tr td.RentButton-3 a:link,
table.rentalPricesTable tbody tr td.RentButton-3 a:visited {
    text-decoration: none;
    color: #fff;
    display: block;
    background-color: #39AFC4;
    width: 100%;
    padding: 15px 0
}

table.rentalPricesTable tbody tr td.RentButton-1 a:hover,
table.rentalPricesTable tbody tr td.RentButton-2 a:hover,
table.rentalPricesTable tbody tr td.RentButton-3 a:hover {
    background-color: #fff;
    color: #39AFC4
}

#mini-cart table tbody tr td.top-mini-cart,
table#rental-table {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #2E3233
}

table#rental-table {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom: 3px solid #39AFC4;
    width: 100%
}

table#rental-table tr td {
    width: 33%;
    color: #fff
}

table#rental-table tr td h3 {
    color: #fff
}

table#rental-table tr td img {
    max-height: 65px
}

.service-block {
    width: 100%;
    float: left;
    clear: left;
    margin: 10px 0
}

div.p-2,
div.p-5 {
    margin-right: 0
}

article h2.title-bar {
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

div.service-block p a.general-button {
    float: right
}

#calbench_packages,
#calbench_packages a,
#dynasearch,
#mini-cart a.home-cta-bttn {
    position: relative;
    float: left
}

#mini-cart table {
    width: 98%;
    margin: 2px 1%;
    border-spacing: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px 2px 2px 2px;
    border: 1px solid #c4c3c3;
    box-shadow: 0 2px 3px 0 #CCC
}

#mini-cart table tbody tr td.top-mini-cart {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -khtml-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    height: 35px;
    color: #fff;
    padding: 8px;
    border-bottom: 3px solid #39AFC4;
    z-index: 10
}

#mini-cart table tbody tr td {
    padding: 8px;
    margin: 1px;
    background-color: transparent;
    border-spacing: 1px;
    border-top: 0;
    border-bottom: 1px #D0D7D9 solid
}

.mini-cart-product,
.mini-cart-product-hover {
    background-color: #fff
}

#mini-cart table tbody tr.mini-cart-product-row:hover {
    background-color: #EEF0F1;
    cursor: pointer
}

#mini-cart table tbody tr td a {
    display: block;
    max-height: 100%;
    max-width: 100%
}

#mini-cart:after,
#mini-cart:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

#mini-cart:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px
}

#mini-cart:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 6px;
    margin-left: -6px
}

#mini-cart a.home-cta-bttn {
    margin-top: 15px
}

#cal-detail-table,
#final_cart_table,
#instrument-detail-table,
#job-detail-table,
#task-detail-table,
#task-instrument-detail-table,
.job_table,
.task_table {
    width: 100%;
    border-spacing: 0;
    padding: 0
}

#final_cart_table thead tr th.top-left {
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-radius-topleft: 2px
}

#final_cart_table thead tr th.top-right,
#job-detail-table thead tr th.top-right,
#task-detail-table thead tr th.top-right,
#task-instrument-detail-table thead tr th.top-right,
.job_table thead tr th.top-right,
.task_table thead tr th.top-right {
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -khtml-border-radius-topright: 2px
}

#cal-detail-table tbody tr td,
#final_cart_table tbody tr td,
#instrument-detail-table tbody tr td,
#job-detail-table tbody tr td,
#task-detail-table tbody tr td,
#task-instrument-detail-table tbody tr td,
.job_table tbody tr td,
.task_table tbody tr td {
    padding: 8px;
    margin: 1px;
    background-color: #eef0f1;
    border-spacing: 1px;
    border-top: 5px #FFF solid;
    border-bottom: 2px #d0d7d9 solid
}

#cal-detail-table tbody tr td a,
#job-detail-table tbody tr td a,
#task-detail-table tbody tr td a,
#task-instrument-detail-table tbody tr td a,
.job_table tbody tr td a,
.task_table tbody tr td a {
    display: block
}

#final_cart_table tbody tr td.completed,
#job-detail-table tbody tr td.completed,
#task-detail-table tbody tr td.completed,
#task-instrument-detail-table tbody tr td.completed,
.job_table tbody tr td.completed,
.task_table tbody tr td.completed {
    padding: 8px;
    margin: 1px;
    background-color: #fafafa;
    border-spacing: 1px;
    border-top: 5px #FFF solid;
    border-bottom: 2px #d0d7d9 solid
}

#final_cart_table tbody tr td.hold,
#job-detail-table tbody tr td.hold,
#task-detail-table tbody tr td.hold,
#task-instrument-detail-table tbody tr td.hold,
.job_table tbody tr td.hold,
.task_table tbody tr td.hold {
    padding: 8px;
    margin: 1px;
    background-color: #434444;
    border-spacing: 1px;
    border-top: 5px #FFF solid;
    border-bottom: 2px #aaaaaa solid
}

#final_cart_table tbody tr td.active,
#job-detail-table tbody tr td.active,
#task-detail-table tbody tr td.active,
#task-instrument-detail-table tbody tr td.active,
.job_table tbody tr td.active,
.task_table tbody tr td.active {
    padding: 8px;
    margin: 1px;
    background-color: #3c8aff;
    border-spacing: 1px;
    border-top: 5px #FFF solid;
    border-bottom: 2px #d0d7d9 solid
}

#cal-detail-table tbody tr td.mid-cal-header {
    background-color: #616161;
    color: #CFCECE
}

#final_cart_table tbody tr td.hold a,
#job-detail-table tbody tr td.hold a,
#task-detail-table tbody tr td.hold a,
#task-instrument-detail-table tbody tr td.hold a,
.job_table tbody tr td.hold a,
.task_table tbody tr td.hold a,
#final_cart_table tbody tr td.active a,
#job-detail-table tbody tr td.active a,
#task-detail-table tbody tr td.active a,
#task-instrument-detail-table tbody tr td.active a,
.job_table tbody tr td.active a,
.task_table tbody tr td.active a {
    color: #ffffff
}

#final_cart_table tbody tr td.completed a,
#job-detail-table tbody tr td.completed a,
#task-detail-table tbody tr td.completed a,
#task-instrument-detail-table tbody tr td.completed a,
.job_table tbody tr td.completed a,
.task_table tbody tr td.completed a {
    color: #4f4f4f
}


#job-detail-table tbody tr td.notes-header {
    padding: 8px;
    margin: 1px;
    background-color: #D0D7D9;
    border-spacing: 1px;
    border-top: 5px #FFF solid;
    border-bottom: 2px #9ea4a6 solid
}

#final_cart_table tbody tr,
#job-detail-table tbody tr,
#task-detail-table tbody tr,
#task-instrument-detail-table tbody tr,
.job_table tbody tr,
.task_table tbody tr {
    margin-top: 1px
}

.cart-row-centered {
    text-align: center
}

th.cal-header,
th.cart-header {
    height: 35px;
    color: #6FBE44;
    padding: 8px;
    border-bottom: 3px solid #2E3233
}

table.information-table,
table.promo-info-table {
    min-width: 100%;
    width: 100%;
    overflow: auto;
    table-layout: fixed;
}

table.information-table tr td.promo-column {
    background-color: #148ed7;
    color: #fff;
    text-align: center;
}

table.promo-info-table {
    border-spacing: 6px;
    border-collapse: separate;
}

table.promo-info-table tr td {
    padding: 10px;
    background-color: #f7f7f7;
    text-align: center;
    vertical-align: top;

}

table.promo-info-table thead tr th {
    text-align: center;
    color: #39AFC4;
    font-size: large;
}

table.promo-info-table thead tr th:first-child {

    color: #2E3233;
    font-size: unset;

}

table.promo-info-table tr td.first-column {
    background-color: #2E3233;
    color: #fff;
    width: 25%;
    text-align: left;
}

table.promo-info-table tr td.first-column a:link,
table.promo-info-table tr td.first-column a:visited {
    color: #ffffff;
}

table.information-table tr td {
    background-color: #EEE;
    padding: 4px;
    vertical-align: top;
    /*width:100%;*/
}

table.information-table tr td.first-column,
table.information-table tr th.first-column {
    background-color: #2E3233;
    border-right: 3px solid #39AFC4;
    width: 25%;
    color: #fff;
    padding: 5px;
    vertical-align: top;
}

table.information-table tr td.empty-row {
    background-color: transparent
}

table.left-shift {
    padding: 3px 1%;
    width: 98%;
    border: 1px solid #EEE
}

table.left-shift tr td {
    background-color: #EEE
}

table.left-shift tr td.empty-row {
    background-color: transparent
}

#calbench_packages {
    width: 100%
}

#calbench_packages a {
    width: 49%;
    height: 300px;
    text-align: center
}

.bench_col1,
.bench_col3,
.bench_col4 {
    position: relative;
    float: right;
    background-color: #fff;
    padding: 13px;
    border: 1px solid #cbcbcb
}

.bench_col1 {
    width: 300px;
    height: 280px;
    margin: 25px 0 10px 10px
}

.bench_col3 {
    width: 300px;
    margin: 0 0 10px 10px
}

.bench_col1 p,
.bench_col3 p,
.bench_col4 p {
    margin-bottom: 0
}

div.bench_col3 p img {
    margin-right: 2px
}

#image_frame_large {
    width: 640px;
    overflow: hidden
}

div#image_frame_large a img {
    max-width: 614px
}

.bench_col4 {
    width: 614px
}

.bench_col4 p a img {
    margin: 2px
}

#image_frame {
    width: 300px;
    height: 150px;
    overflow: hidden
}

div#image_frame a img {
    max-width: 300px
}

.spinner {
    left: -moz-calc(50% - 40px);
    left: -webkit-calc(50% - 40px);
    left: -o-calc(50% - 40px);
    left: calc(50% - 40px);
    margin: 100px auto 0;
    width: 80px;
    text-align: center;
    position: absolute;
    z-index: 0;
    opacity: 0
}

.cta-disabled,
.cta-enabled {
    position: relative;
    margin: 15px 5% 15px 0;
    float: left
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.cta-disabled {
    width: 20%;
    background-color: #EEF0F1;
    border: 1px dashed #d0d7d9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    padding: 10px 2.5%
}

.cta-enabled {
    width: 25%;
    background-color: #2E3233;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    height: 125px
}

.cta-disabled>p,
.cta-enabled>p {
    color: #fff;
    text-align: center
}

.cta-enabled>p>a {
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #39AFC4;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-radius-bottomright: 2px;
    -khtml-border-radius-bottomleft: 2px
}

table#customer-user-management {
    width: 100%
}

p.update-success {
    background-color: #CBFFD0;
    border: 1px solid #58EB66;
    padding: 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px
}

div.update-errors,
ul.error {
    background-color: #FFD1D2;
    border: 1px solid #F43337;
    padding: 8px 2%;
    display: block;
    float: left;
    width: -moz-calc(96% - 1px);
    width: -webkit-calc(96% - 1px);
    width: -o-calc(96% - 1px);
    width: calc(96% - 1px);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px
}

ul.error li {
    margin-left: 3%;
    list-style: none;
    color: #F43337
}

ul.error li::before {
    content: '•  ';
    color: #F43337
}

table.fluke-promo-table {
    width: 100%;
    border: none;
    border-spacing: 0
}

table.fluke-promo-table tbody tr td.top {
    border-top: 1px dotted #CCC;
    text-align: center;
    padding: 5px;
    margin: 1px
}

table.fluke-promo-table tbody tr td.bottom {
    border-bottom: 1px dotted #CCC;
    text-align: center;
    padding: 5px;
    margin: 1px
}

table.fluke-promo-table tbody tr td.end {
    border-right: 1px dotted #CCC
}

table.fluke-promo-table tbody tr td.ammount {
    background-color: #fdc110;
    border-right: 3px solid #fda710;
    color: #393939;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

path.st0 {
    fill: #39AFC4;
    transition: .3s fill
}

path:hover {
    fill: #2E3233
}

#advanced_search_container {
    float: left;
    width: 100%;
    padding: 0
}

#advanced_search_container input,
#advanced_search_container select {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    margin-bottom: 5px
}

div#advanced_search_container h3 {
    display: block;
    background-color: #D0D7D9;
    color: #2E3233;
    padding: 15px;
    border-bottom: 3px solid #2E3233;
    margin-bottom: 0;
    border-radius: 2px 2px 0 0;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -khtml-border-radius-topright: 2px;
    -khtml-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    margin-top: 0
}

#advanced_search_container p {
    background-color: #f7f7f7;
    padding: 5px 2%;
    margin: 2px 0
}

div#advanced_search_container form {
    display: none
}

div#advanced_search_container h3::after {
    content: '';
    position: absolute;
    border-color: #2E3233;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 8px;
    top: 78px;
    left: 90%;
    margin-top: -2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    transition: .3s transform
}

div#advanced_search_container h3.open::after {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition: .3s transform
}

ul.social-footer-block li input {
    width: 70%
}

ul.social-footer-block li a.general-button:link,
ul.social-footer-block li a.general-button:visited {
    color: #fff;
    width: 10%;
    height: 13px;
    float: right
}

ul.social-footer-block li a.general-button:hover {
    background-color: #fff;
    color: #39AFC4
}

.promo-table,
article #newsletter-signup {
    position: relative;
    background-color: #FCFCFC
}

div#newsletter-signup input {
    width: 74%
}

div#newsletter-signup a.general-button {
    height: 14px
}

div#newsletter-signup {
    margin-bottom: 15px
}

article #newsletter-signup {
    width: 96%;
    float: left;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 5px 2% 25px
}

.sticky-header .gplus-bttn,
article #newsletter-signup a.general-button {
    float: right
}

.promo-table {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 5px 2%
}

article #newsletter-signup input {
    width: 88%
}

h2.title-bar span.white-border a {
    display: block
}

h2.title-bar span.white-border a::after {
    content: '';
    position: absolute;
    border-color: #2E3233;
    border-style: solid;
    border-width: 0 3px 3px 0;
    height: 10px;
    top: 27px;
    left: 95%;
    margin-top: -2px;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 10px
}

div#cart div#cart-button:hover {
    cursor: pointer
}

.gplus {
    margin-top: 35px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #E8E8E8;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    max-height: 345px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.sticky-header {
    position: absolute;
    width: 100%;
    width: -moz-calc(100% - 18px);
    width: -webkit-calc(100% - 18px);
    width: -o-calc(100% - 18px);
    width: calc(100% - 18px);
    height: 18px;
    border: 1px solid #E8E8E8;
    background-color: #fff;
    top: 0;
    left: 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 8px
}

.gplus::-webkit-scrollbar {
    width: 0 !important
}

.gplus h3 {
    margin-bottom: 15px
}

.gplus a {
    color: #39AFC4
}

.gplus p {
    color: #4B4242
}

.gplus .athr {
    overflow: auto;
    margin-bottom: 5px
}

.gplus .athr a {
    color: #000;
    text-decoration: none
}

.gplus .athr a:hover {
    text-decoration: underline
}

.gplus .athr .name {
    text-decoration: none
}

.gplus .athr img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.gplus .athr .name,
.gplus .athr img {
    float: left;
    vertical-align: top;
    line-height: 1.4
}

.gplus .athr .username {
    font-weight: 400;
    color: #39AFC4;
    margin-top: 0;
    font-size: 12px
}

.gplus .athr .time {
    float: right
}

.gplus .posts .itm {
    margin-bottom: 10px
}

.gplus .posts .cntnt {
    clear: both
}

.social-container-gplus,
.social-container-twitter,
social-container-facebook {
    position: relative;
    float: left;
    width: 45%;
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    width: -o-calc(50% - 12px);
    width: calc(50% - 12px)
}

.social-container-twitter,
social-container-facebook {
    margin-right: 10px
}

#mibew-container {
    position: fixed;
    top: 50%;
    right: -63px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9999999;
    width: 140px;
    height: 25px;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    background-color: #6FBE44;
    padding: 10px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

#mibew-container a {
    color: #fff;
    text-decoration: none;
    display: block;
    background: url(//www.images.tradeport.on.ca/icon_chat_sm.png) top right no-repeat
}

div#contact_container.cta-form {
    width: 96%;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px;
    background-color: #FCFCFC;
    border: 1px dotted #CCC;
    padding: 5px 2% 0;
    max-width: 650px
}

.cta-form p input.text_input,
.cta-form p select.text_input,
.cta-form table.security_table tr td input.text_input_security {
    background-color: #fff
}

#mibew-survey-container {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    width: 300px;
    height: 35px;
    background-color: #fff;
    z-index: 1000000;
    padding: 0;
    border-top: 1px solid #DCE0DE;
    border-left: 1px solid #DCE0DE;
    border-right: 1px solid #DCE0DE;
    border-radius: 3px 3px 0 0
}

#mibew-survey-container #header-bar.open::after,
#mibew-survey-container #header-bar::after {
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 17px;
    right: 15px;
    margin-top: -2px;
    transition: .3s transform;
    height: 5px;
    width: 5px;
    content: ''
}

#mibew-survey-container #header-bar {
    color: #fff;
    background-color: #6FBE44;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    margin-bottom: 10px
}

#mibew-survey-container #header-bar::after {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

#mibew-survey-container #header-bar.open::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#mibew-survey-container #content-wrapper {
    padding: 0 20px
}

#mibew-survey-container a.chat-button:link,
#mibew-survey-container a.chat-button:visited {
    position: relative;
    margin-top: 15px;
    float: right;
    background-color: #6FBE44;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    text-decoration: none;
    padding: 10px 20px 10px 10px
}

#mibew-survey-container a.chat-button:hover {
    position: relative;
    margin-top: 15px;
    float: right;
    color: #6FBE44;
    background-color: #fff;
    border: 1px solid #6FBE44;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px
}

#mibew-survey-container a.chat-button::after {
    content: '';
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 5px;
    top: 16px;
    right: 10px;
    margin-top: -2px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 5px
}

#mibew-survey-container a.chat-button:hover::after {
    border-color: #6FBE44
}

.mibew-survey-headers {
    margin: 0
}

#mibew-survey-container #top2 #logo a img {
    max-height: 75px;
    max-width: 100px
}

.product-card {
    position: relative;
    float: left;
    width: 205px;
    height: 450px;
    overflow: hidden;
    border: none;
    margin: 5px 10px 5px 0
}

.product-card-image,
.product-card-title {
    width: 100%;
    text-align: center;
    position: relative;
    float: left
}

.product-card-image {
    height: 150px
}

.product-card-image img {
    max-height: 150px
}

.product-card-title {
    height: 50px;
    font-weight: 700
}

.product-card-description {
    position: relative;
    float: left;
    width: 180px;
    height: 220px;
    background-color: #f7f7f7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    font-size: 11px;
    line-height: 14px;
    padding: 15px
}

#holiday-notice {
    background-color: #CBFFD0;
    border: 1px solid #58EB66;
    padding: 8px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    margin-bottom: 20px;
}

.fluke-promo-box {
    position: relative;
    float: left;
    width: -moz-calc(31% - 2px);
    width: -webkit-calc(31% - 2px);
    width: -o-calc(31% - 2px);
    width: calc(31% - 2px);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    font-size: 11px;
    line-height: 0;
    padding: 0;
    margin: 5px 1%
}

.fluke-promo-box img {
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -o-calc(100% - 2px);
    width: calc(100% - 2px);
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0
}

.fluke-promo-box .promo-text {
    background-color: #2E3233;
    line-height: 14px;
    border-top: none;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    width: 90%;
    height: 200px;
    padding: 15px 5%;
    color: #fff
}

.fluke-promo-box .promo-text a {
    color: #39AFC4
}

.fluke-promo-box h3 {
    font-size: 24px;
    margin: 0;
    color: #FFF;
    padding: 15px 5%;
    display: block;
    background-color: #39AFC4;
    height: 30px;
    line-height: normal;
    width: -moz-calc(91% - 2px);
    width: -webkit-calc(91% - 2px);
    width: -o-calc(91% - 2px);
    width: calc(91% - 2px)
}

.small-print {
    padding-top: 20px;
    line-height: normal;
    font-size: 9px;
    clear: both;
    color: #B3B3B3
}

.small-spec-print {
    padding-top: 20px;
    line-height: normal;
    font-size: 11px;
    clear: both;
    color: #636363;
}

.fluke-promo-box .promo-text .price {
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    color: #FFF
}

.promotion-date {
    font-size: 0.9em;
    margin-top: -15px;
    color: #fb720f;
}

#Promotion_Agreement {
    width: auto;
    margin-right: 20px
}

#dyna-mini-search-results {
    position: relative;
    float: left;
    z-index: 1;
    width: 100%
}

.mini-result-table {
    margin-top: 3px;
    border: 1px solid #D0D7D9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    width: 100%;
    border-spacing: 0
}

.mini-result-table tbody tr td {
    padding: 8px;
    margin: 1px;
    background-color: rgba(0, 0, 0, 0);
    border-spacing: 2px;
    border-top: 0;
    border-bottom: 1px #D0D7D9 solid
}

.mini-result-table tbody tr td a {
    display: block;
    text-decoration: none
}

.mini-result-table tbody tr {
    background-color: #fff
}

.mini-result-table tbody tr:hover {
    background-color: #efefef
}

div.featured_list_box:hover::before,
div.product_list_box:hover::before {
    background-color: #39AFC4;
    opacity: .85;
    filter: alpha(opacity=85);
    transition: .3s background
}

.mini-result-table tbody tr td a img {
    max-width: 50px;
    max-height: 50px
}

.promo-price {
    color: #E94F22;
    font-weight: 700
}

.under-promo-price {
    color: #939393;
    font-size: 12px;
    font-weight: 400
}

div.featured_list_box:hover::after,
div.product_list_box:hover::after,
div.sales_list_box:hover::after {
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 20px
}

div.featured_list_box p span.uspricelist {
    float: none;
}



div.product_list_box:hover {
    cursor: pointer
}

div.product_list_box:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

div.product_list_box:hover::after {
    content: 'View Product +';
    width: 140px;
    height: 20px;
    z-index: 3;
    left: 30%;
    top: 30%
}

div.featured_list_box:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

div.featured_list_box:hover::after {
    content: 'View Product +';
    width: 140px;
    height: 20px;
    z-index: 3;
    left: 20%;
    top: 30%
}

div.sales_list_box:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: .85;
    filter: alpha(opacity=85);
    background-color: #fbbf0f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .3s background
}

div.sales_list_box:hover::after {
    content: 'View Product +';
    width: 140px;
    height: 20px;
    z-index: 3;
    left: 20%;
    top: 30%
}

div.sales_list_box p span.cadpricelist {
    color: #fb9b01
}

div.product-quarter-boxes {
    width: 23%;
    padding: 0 1%;
    position: relative;
    float: left
}

div.product-half-boxes {
    width: 46%;
    padding: 0 2%;
    position: relative;
    float: left
}

div.product-third-boxes {
    width: 29%;
    padding: 0 2%;
    position: relative;
    float: left
}

div.product-half-boxes table,
div.product-quarter-boxes table {
    border-top: 4px solid #333;
    min-height: 300px;
}

div.product-half-boxes table tr td,
div.product-quarter-boxes table tr td {
    vertical-align: top;
}

div.product-half-boxes table tr:first-child td,
div.product-quarter-boxes table tr:first-child td {
    height: 40px;
}

div.product-half-boxes table tr td img,
div.product-quarter-boxes table tr td img {
    max-height: 70px;
}

div.product-boxes-container {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    padding: 15px 0
}



.cadprice,
.usprice,
.uspricelist {
    float: left;
    clear: left
}

.cadprice {
    color: #39AFC4
}

.usprice {
    color: #666;
    font-size: 11px
}

.cadpricelist {
    color: #39AFC4
}

.uspricelist {
    color: #666;
    font-size: 11px;
    width: 100%;
    display: block;
}

#product-price-and-buttons h3 span.cadprice {
    width: 100%;
    margin-bottom: 15px;
}

.home-content div div.featured_list_box p span.uspricelist,
.home-content div div.sales_list_box p span.uspricelist {
    float: none;
    clear: none
}

.information-table-devider {
    padding: 10px;
    border: 1px dotted #ccc
}

.gl100-blue-table {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    background-color: #39AFC4;
    border: 10px solid #39AFC4;
    width: 100%
}

.gl100-blue-table td {
    padding: 10px
}

.gl100-blue-table td.white-cell {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    background-color: #fff
}

article div.product_list_box {
    width: 48%
}

article div.product_list_box.second-prod {
    margin-right: 0
}

table.industry-specific-software {
    width: 100%
}

table.industry-specific-software tbody tr td {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border: 1px solid #999;
    padding: 10px
}

table.industry-specific-software tbody tr td.halfer {
    width: 50%;
    font-size: 12px;
    vertical-align: top
}

table.industry-specific-software tbody tr td p {
    margin: 0
}

div.lonely-blue-table {
    margin: 0 10px
}

.highlight_box {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 60px 0
}

.play-image {
    max-width: 25%
}

@media screen and (max-width:979px) and (min-width:690px) {

    div.xmas {
        background: none;
    }

    #holiday-notice {
        margin: 10px 20px 0 20px;
    }

    div#cart,
    nav#sidenav ul {
        display: none
    }

    #top-menu-button,
    div#black-bar {
        height: 42px;
        position: relative;
        z-index: 101;
        float: left
    }

    div#header-site-search-button:hover,
    div.home-cta:hover {
        cursor: pointer
    }

    div.home-content,
    div#home-rotator-2014,
    div#shift,
    div#wrapper,
    h2.title-bar,
    header,
    header div#header-content,
    nav#header-nav {
        width: 100%
    }

    div.home-content,
    div#shift {
        margin: 0;
        padding: 0
    }

    div.home-content {
        border-top: 2px solid #F7F7F7;
        background: 0 0
    }

    article img,
    img.fullpage-image {
        max-width: 100%
    }

    div#body-content,
    div#catalog-content {
        background: 0 0;
        width: 96%;
        margin: 0 2%;
        padding: 0
    }

    div.body-section {
        background: none;
        width: 92%;
        margin: 0 4%;
        padding: 0;
    }

    div#header-search,
    div#header-search form#header-site-search {
        width: 100%;
        position: relative;
        float: left;
        background-color: #2E3233
    }

    div.home-block-article {
        position: relative;
        float: left;
        width: 96%;
        margin: 0 2%
    }

    div.home-content div.flexslider {
        min-height: 0
    }

    header {
        height: auto;
        border-bottom: 2px solid #39AFC4
    }

    header.subcategory {
        border-bottom: none
    }

    div#logo-container {
        position: relative;
        float: left;
        margin-top: 30px;
        margin-left: 2%
    }

    h2.title-bar {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%
    }

    div#black-bar {
        background-color: #2E3233;
        width: 100%
    }

    div#header-site-search-button,
    div#header-site-search-button:hover {
        position: relative;
        float: right;
        z-index: 5;
        height: 42px;
        width: 55px;
        border: none;
        display: block;
        background: url(//images.tradeport.on.ca/icon_search_white.png) 20px 12px no-repeat;
        margin: 0;
        border-left: groove #4F4F4F 2px
    }

    div#logo-container div.company-name {
        margin-top: 10px
    }

    div#header-search {
        position: relative;
        width: 100%;
        float: left;
        height: 45px;
        padding: 0;
        margin: -45px 0 0;
        z-index: 1
    }

    div#header-search form#header-site-search input#keyword {
        background-color: #fff;
        position: relative;
        float: left;
        border: none;
        width: 84%;
        height: 26px;
        margin: 3px 1%
    }

    a#responsive-cart-bttn {
        position: relative;
        float: right;
        height: 28px;
        display: block;
        width: 8%;
        border-left: groove #4F4F4F 2px;
        background: url(//images.tradeport.on.ca/icon_cart_white.png) 12px 14px no-repeat;
        text-align: right;
        padding-top: 14px;
        padding-right: 2%
    }

    form#header-site-search div#header-site-search-close {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        padding: 0;
        border: none;
        background: url(//images.tradeport.on.ca/icon_x_white.png) 50% 12px no-repeat;
        position: relative;
        float: left;
        height: 33px;
        width: 4%;
        margin: 3px 0
    }

    form#header-site-search div#header-site-search-submit {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        padding: 0;
        border: none;
        background: url(//images.tradeport.on.ca/search_bttn_icon_hover.png) 50% 12px no-repeat #fff;
        position: relative;
        float: left;
        text-indent: 100000px;
        color: #fff;
        height: 36px;
        width: 5%;
        margin: 3px 0
    }

    div#telephone {
        position: relative;
        float: right;
        width: 243px;
        line-height: 32px;
        margin-top: 40px;
        font-size: 30px
    }

    #top-menu-button {
        display: block;
        width: 65px;
        background: url(//images.tradeport.on.ca/menu_toggle_bttn.png) 18px 11px no-repeat;
        border-right: groove #4F4F4F 2px
    }

    .openmenu {
        position: fixed;
        overflow: hidden
    }

    nav#header-nav,
    nav#header-nav a {
        overflow-y: auto;
        overflow-x: hidden
    }

    #shift {
        padding: 45px 0;
        margin: 0
    }

    .overlay {
        position: fixed;
        z-index: 99;
        background-color: rgba(0, 0, 0, .5);
        bottom: 0;
        right: 0;
        left: 0
    }

    div#menu-bar,
    nav#header-nav a {
        position: relative;
        z-index: 101
    }

    .openmenu,
    .openmenu .overlay,
    div#menu-bar {
        top: 0
    }

    div#menu-bar {
        max-width: 1000px;
        height: 100%;
        background: 0 0
    }

    nav#header-nav {
        height: 100%;
        width: 0;
        background: #2E3233;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
        -moz-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
        box-shadow: 3px 0 7px rgba(0, 0, 0, .55)
    }

    nav#header-nav a {
        display: block;
        float: left;
        width: 100%;
        min-width: 130px;
        padding: 18px 8px;
        color: #fff;
        text-decoration: none;
        text-align: center
    }

    nav#header-nav a:hover {
        color: #fff;
        background: #39AFC4
    }

    nav#header-nav a::after {
        content: '';
        position: absolute;
        border-color: #fff;
        border-style: solid;
        border-width: 0 2px 2px 0;
        height: 5px;
        top: 25px;
        left: 85%;
        margin-top: -2px;
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        width: 5px
    }

    nav#sidenav h3.open::after,
    nav#sidenav h3::after {
        content: '+';
        top: 5px;
        font-size: 35px;
        font-family: Arial, serif;
        transition: .1s transform
    }

    nav#sidenav {
        margin: 0;
        width: 100%;
        padding: 0
    }

    .sidenav-link:link,
    .sidenav-link:visited,
    a.sidenav-link-hover {
        position: relative;
        display: block;
        float: left;
        width: 96%;
        height: 19px;
        padding: 12px 2%;
        border-bottom: 1px solid #fff;
        margin-bottom: 0;
        color: #2E3233
    }

    .sidenav-link:link,
    .sidenav-link:visited {
        background-color: #f7f7f7
    }

    a.sidenav-link-hover {
        background-color: #fff
    }

    div.f-6,
    div.f-7,
    ul.calnetwork-footer-block,
    ul.contact-footer-block,
    ul.information-footer-block,
    ul.social-footer-block {
        display: none
    }

    nav#sidenav h3,
    nav#sidenav h3.open {
        margin-top: 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-top-left-radius: 2px;
        -khtml-border-radius-topright: 2px;
        -khtml-border-radius-topleft: 2px
    }

    nav#sidenav h3::after {
        position: absolute;
        left: 95%;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    nav#sidenav h3.open::after {
        position: absolute;
        left: 95%;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    a.sidenav-link-hover::after,
    a.sidenav-link::after {
        content: '';
        position: absolute;
        border-color: #2E3233;
        border-style: solid;
        border-width: 0 2px 2px 0;
        height: 5px;
        top: 20px;
        left: 95%;
        margin-top: -2px;
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        width: 5px
    }

    div.product-list,
    li.footer-block,
    ul.footer_container {
        position: relative;
        float: left
    }

    div#home_buttons {
        width: 96%;
        margin: 0 2% 25px
    }

    div.home-cta {
        width: 22%;
        margin-right: 3.5%
    }

    div.last {
        margin: 0
    }

    div.home-cta a.home-cta-bttn {
        font-size: 12px;
        height: 15px
    }

    div#home-rotator {
        width: 96%;
        margin: 15px 1.5% 0 2.5%
    }

    div.product-list {
        width: 96%;
        margin: 0 2%
    }

    div.featured_list_box,
    div.sales_list_box {
        width: -moz-calc(30% - 2px);
        width: -webkit-calc(30% - 2px);
        width: -o-calc(30% - 2px);
        width: calc(30% - 2px);
        margin: 0 2.75% 20px 0;
        min-height: 275px
    }

    div.product-home {
        margin-right: 2%
    }

    div.f-2,
    div.f-5 {
        margin-right: 0
    }

    div.f-3,
    div.f-4,
    div.f-5 {
        margin-bottom: 0
    }

    #featured-single-picture,
    #special-single-picture {
        max-width: 18%
    }

    #featured-single-description,
    #special-single-description {
        max-width: 80%;
        margin-left: 2%
    }

    .featured_product_single_thumb,
    .special_product_single_thumb {
        max-width: 100%;
        height: auto
    }

    div.promo_box {
        width: 29.5%;
        margin: 25px 0 25px 3.25%
    }

    img.promo-thumb {
        width: 100%
    }

    div.promoButton {
        padding: 4px 0
    }

    div.home-block {
        width: 96%;
        margin: 0 2%
    }

    div.home-blocks {
        background-color: transparent;
        border: none;
        width: 98%
    }

    div.footer {
        border-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -khtml-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -khtml-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    ul.footer_container {
        width: 98%;
        margin: 25px 1%
    }

    li.footer-block {
        width: 100%;
        height: auto
    }

    li.footer-block h3 {
        margin: 0;
        border-bottom: 1px solid #CDCDCD;
        padding: 10px;
        background: url(//images.tradeport.on.ca/icon_plus_black.png) 98% 12px no-repeat
    }

    ul.footer-block-inside li h4,
    ul.footer-block-inside li p {
        width: 96%;
        padding: 10px 2%;
        height: 15px
    }

    ul.footer-block-inside li p {
        margin: 0
    }

    .footer-link,
    .footer-link-hover {
        width: 96%;
        padding: 15px 2%;
        height: 15px;
        margin-bottom: 1px
    }

    ul.footer-block-inside li a:link,
    ul.footer-block-inside li a:visited {
        height: 15px;
        width: 96%
    }

    .footer-link {
        background-color: #E8E8E8
    }

    .footer-link-hover {
        background: url(//images.tradeport.on.ca/icon_arrow_light_grey_sm.png) 95% 17px no-repeat
    }

    div#footer-logos,
    div#mid-header-container {
        width: 100%;
        float: left;
        position: relative
    }

    ul.social-footer-block img {
        margin: 15px 1%
    }

    div#footer-logos {
        clear: both;
        height: 150px;
        padding: 0
    }

    div#calnetwork-footer {
        position: relative;
        top: 50px;
        left: 25%;
        width: 126px;
        height: 21px;
        background: url(//images.tradeport.on.ca/logo_calnetwork_grey.png) top left no-repeat
    }

    div#tradeport-footer {
        position: relative;
        top: 10px;
        left: 55%;
        width: 93px;
        height: 63px;
        background: url(//images.tradeport.on.ca/logo_tradeport_electronics_grey.png) top left no-repeat
    }

    ul.social-footer-block li a:link,
    ul.social-footer-block li a:visited {
        width: 25%;
        height: 55px;
        text-align: center;
        display: block;
        position: relative;
        float: left
    }

    ul.social-footer-block li a:hover {
        background-color: #e8e8e8
    }

    ul.social-footer-block li form input.text-input {
        background-color: #FFF;
        position: relative;
        float: left;
        width: 88%;
        height: 26px;
        margin: 3px 1%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 2px;
        -moz-border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -khtml-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    ul.social-footer-block li form input.go-bttn {
        background-color: #FFF;
        position: relative;
        float: left;
        width: 6%;
        height: 38px;
        margin: 3px 1%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 2px;
        -moz-border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -khtml-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    #carousel,
    #slider,
    article {
        width: 96%;
        margin: 25px 2%
    }

    article {
        position: relative;
        float: left;
        line-height: 1.6em;
        font-size: 1.1em
    }

    .news_list_box,
    .product_list_box,
    .promo_list_box {
        position: relative;
        width: -moz-calc(48% - 2px);
        width: -webkit-calc(48% - 2px);
        width: -o-calc(48% - 2px);
        width: calc(48% - 2px);
        margin-right: 2%;
        margin-left: 0
    }

    .second-prod {
        margin-right: 0
    }

    .cat_box,
    .manu_box {
        width: -moz-calc(21% - 2px);
        width: -webkit-calc(21% - 2px);
        width: -o-calc(21% - 2px);
        width: calc(21% - 2px);
        margin-right: 1%;
        padding: 5px 1%;
        line-height: normal
    }

    div#side-product-contact-form {
        width: 100%
    }

    #product_contactus_form>#col1>table.security_table>tbody>tr>td.security_label {
        float: none;
        display: inline-block;
        width: 170px
    }

    #product_contactus_form>#col1>table.security_table {
        width: 96%;
        margin: 0 2%
    }

    #product_contactus_form>#col1>table.security_table>tbody>tr>td.cal_input_container {
        float: none;
        display: inline-block;
        width: -moz-calc(100% - 170px);
        width: -webkit-calc(100% - 170px);
        width: -o-calc(100% - 170px);
        width: calc(100% - 170px)
    }

    #product_contactus_form>#col1>table.security_table>tbody>tr>td.security_label img {
        width: auto
    }

    div.p-2,
    div.p-5 {
        margin-right: 0
    }

    .home-blocks a.general-button {
        float: right;
        width: auto;
        margin-bottom: 15px
    }

    div#calbench_menu_table,
    div#image_frame_large {
        width: 100%;
        float: left
    }

    div.bench_col3,
    div.bench_col4,
    img#bench_pic {
        margin: 0 auto;
        float: none
    }

    div#image_frame_large {
        display: block;
        height: auto
    }

    div#calbench_menu_table a {
        float: left;
        margin: 0;
        text-align: center;
        width: 33%
    }

    div.bench_col3 {
        display: block
    }

    div.bench_col4 {
        display: block;
        width: 90%
    }

    div.bench_col3 p a img,
    div.bench_col4 p a img {
        float: none;
        display: inline-block
    }

    div#calbench_packages a {
        float: left;
        display: block;
        width: 100%;
        margin: 0 1% 15px;
        text-align: center
    }

    div.bench_col3 p img {
        margin-right: 0
    }

    div#image_frame_large a img#pic {
        max-width: 100%;
        margin: 0 auto;
        height: auto
    }

    ul.social-footer-block li input {
        width: 90%
    }

    ul.social-footer-block li a.general-button:link,
    ul.social-footer-block li a.general-button:visited {
        width: 2%
    }

    nav div#newsletter-signup {
        display: none
    }

    #mibew-container {
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto;
        width: 20%;
        height: 15px;
        margin: 0 2% 0 70%;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        z-index: 9999999;
        border-top: 1px solid #f7f7f7;
        background-color: #6FBE44;
        padding: 20px 4% 15px;
        border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -khtml-border-radius: 3px 3px 0 0
    }

    .product-card {
        position: relative;
        float: left;
        width: -moz-calc(33% - 10px);
        width: -webkit-calc(33% - 10px);
        width: -o-calc(33% - 10px);
        width: calc(33% - 10px);
        height: 450px;
        overflow: hidden;
        border: none;
        margin: 5px 10px 5px 0
    }

    .product-card-image,
    .product-card-title {
        width: 100%;
        text-align: center;
        position: relative;
        float: left
    }

    .product-card-image {
        height: 150px
    }

    .product-card-image img {
        max-height: 150px
    }

    .product-card-title {
        height: 50px;
        font-weight: 700
    }

    .product-card-description {
        position: relative;
        float: left;
        width: -moz-calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -o-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 220px;
        background-color: #f7f7f7;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px 3px 3px 3px;
        font-size: 11px;
        line-height: 14px;
        padding: 15px
    }

    #dyna-mini-search-results {
        position: absolute;
        width: -moz-calc(96% - 2px);
        width: -webkit-calc(96% - 2px);
        width: -o-calc(96% -2px);
        width: calc(96% - 2px);
        margin: 0 2%;
        z-index: 1000;
        top: 40px
    }

    .mini-result-table tbody tr td {
        padding: 10px 8px;
        vertical-align: middle
    }

    .mini-result-table tbody tr td a {
        min-height: 30px
    }

    .highlight_box {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        border: none
    }

    .play-image {
        max-width: 25%
    }
}

@media screen and (max-width:689px) and (min-width:445px) {

    div.xmas {
        background: none;
    }

    #holiday-notice {
        margin: 10px 20px 0 20px;
    }

    .responsive-table .small {
        display: inline-block;
    }

    img.flex-right,
    img.flex-left {
        max-width: 100%;
        float: none;
        clear: both;
        display: block;
        margin: 25px auto;
    }

    .responsive-table .large {
        display: none;
    }

    div#cart,
    nav#sidenav ul {
        display: none
    }

    #top-menu-button,
    div#black-bar {
        height: 42px;
        position: relative;
        z-index: 101;
        float: left
    }

    div#catalog-content,
    div.home-content,
    div#home-rotator-2014,
    div#shift,
    div#wrapper,
    h2.title-bar,
    header,
    header div#header-content,
    nav#header-nav {
        width: 100%
    }

    article img,
    img.fullpage-image {
        max-width: 100%
    }

    div.home-content,
    div#shift {
        margin: 0
    }

    div#body-content,
    div.home-content {
        padding: 0
    }

    div.home-content {
        border-top: 2px solid #F7F7F7;
        background: 0 0
    }

    div#body-content {
        background: 0 0;
        width: 96%;
        margin: 0 2%
    }

    div.body-section {
        background: none;
        width: 92%;
        margin: 0 4%;
        padding: 0;
    }

    div#header-search,
    div#header-search form#header-site-search {
        width: 100%;
        position: relative;
        float: left;
        background-color: #2E3233
    }

    div.home-block-article {
        position: relative;
        float: left;
        width: 96%;
        margin: 0 2%
    }

    header {
        height: auto;
        border-bottom: 2px solid #39AFC4
    }

    div#slider.flexslider {
        min-height: 0
    }

    header.subcategory {
        border-bottom: none
    }

    div#logo-container {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 25px;
        margin-left: 2%
    }

    h2.title-bar {
        width: 94%;
        margin-left: 2%;
        margin-right: 2%
    }

    div#black-bar {
        background-color: #2E3233;
        width: 100%
    }

    div#header-site-search-button,
    div#header-site-search-button:hover {
        position: relative;
        float: right;
        z-index: 5;
        height: 42px;
        width: 55px;
        border: none;
        display: block;
        background: url(//images.tradeport.on.ca/icon_search_white.png) 20px 12px no-repeat;
        margin: 0;
        border-left: groove #4F4F4F 2px
    }

    div#logo-container div.company-name {
        margin-top: 10px
    }

    div#header-search {
        position: relative;
        width: 100%;
        float: left;
        height: 45px;
        padding: 0;
        margin: -45px 0 0;
        z-index: 1
    }

    div#header-search form#header-site-search input#keyword {
        background-color: #fff;
        position: relative;
        float: left;
        border: none;
        width: 75%;
        height: 26px;
        margin: 3px 1%
    }

    a#responsive-cart-bttn {
        position: relative;
        float: right;
        height: 26px;
        display: block;
        width: 60px;
        border-left: groove #4F4F4F 2px;
        background: url(//images.tradeport.on.ca/icon_cart_white.png) 12px 14px no-repeat;
        text-align: right;
        padding-top: 16px;
        padding-right: 2%
    }

    form#header-site-search div#header-site-search-close {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        padding: 0;
        border: none;
        background: url(//images.tradeport.on.ca/icon_x_white.png) 50% 12px no-repeat;
        position: relative;
        float: left;
        height: 33px;
        width: 6%;
        margin: 3px 0
    }

    form#header-site-search div#header-site-search-submit {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        padding: 0;
        border: none;
        background: url(//images.tradeport.on.ca/search_bttn_icon_hover.png) 50% 12px no-repeat #fff;
        position: relative;
        float: left;
        text-indent: 100000px;
        color: #fff;
        height: 36px;
        width: 8%;
        margin: 3px 0
    }

    div#telephone {
        position: relative;
        float: left;
        margin: 0;
        width: 380px;
        height: 35px;
        font-family: Helvetica, sans-serif;
        font-size: 22px;
        color: #313131;
        text-align: center
    }

    #top-menu-button {
        display: block;
        width: 65px;
        background: url(//images.tradeport.on.ca/menu_toggle_bttn.png) 18px 11px no-repeat;
        border-right: groove #4F4F4F 2px
    }

    .openmenu {
        position: fixed;
        overflow: hidden
    }

    nav#header-nav,
    nav#header-nav a {
        overflow-y: auto;
        overflow-x: hidden
    }

    #shift {
        padding: 45px 0;
        margin: 0
    }

    .overlay {
        position: fixed;
        z-index: 99;
        background-color: rgba(0, 0, 0, .5);
        bottom: 0;
        right: 0;
        left: 0
    }

    div#menu-bar,
    nav#header-nav a {
        position: relative;
        z-index: 101
    }

    .openmenu,
    .openmenu .overlay,
    div#menu-bar {
        top: 0
    }

    div#menu-bar {
        max-width: 1000px;
        height: 100%;
        background: 0 0
    }

    nav#header-nav {
        height: 100%;
        width: 0;
        background: #2E3233;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
        -moz-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
        box-shadow: 3px 0 7px rgba(0, 0, 0, .55)
    }

    nav#header-nav a {
        display: block;
        float: left;
        width: 100%;
        min-width: 130px;
        padding: 18px 8px;
        color: #fff;
        text-decoration: none;
        text-align: center
    }

    nav#header-nav a:hover {
        color: #fff;
        background: #39AFC4
    }

    nav#header-nav a::after {
        content: '';
        position: absolute;
        border-color: #fff;
        border-style: solid;
        border-width: 0 2px 2px 0;
        height: 5px;
        top: 25px;
        left: 85%;
        margin-top: -2px;
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        width: 5px
    }

    nav#sidenav h3.open::after,
    nav#sidenav h3::after {
        content: '+';
        top: 5px;
        left: 93%;
        font-size: 35px;
        font-family: Arial, serif;
        transition: .1s transform
    }

    nav#sidenav {
        margin: 0;
        width: 100%;
        padding: 0
    }

    .sidenav-link:link,
    .sidenav-link:visited,
    a.sidenav-link-hover {
        position: relative;
        display: block;
        width: 96%;
        height: 19px;
        padding: 12px 2%;
        border-bottom: 1px solid #fff;
        margin-bottom: 0;
        color: #2E3233;
        float: left
    }

    .sidenav-link:link,
    .sidenav-link:visited {
        background-color: #f7f7f7
    }

    a.sidenav-link-hover {
        background-color: #fff
    }

    div.f-4,
    div.f-5,
    div.f-6,
    div.f-7,
    ul.calnetwork-footer-block,
    ul.contact-footer-block,
    ul.information-footer-block,
    ul.social-footer-block {
        display: none
    }

    nav#sidenav h3,
    nav#sidenav h3.open {
        margin-top: 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-top-left-radius: 2px;
        -khtml-border-radius-topright: 2px;
        -khtml-border-radius-topleft: 2px
    }

    nav#sidenav h3::after {
        position: absolute;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    nav#sidenav h3.open::after {
        position: absolute;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    a.sidenav-link-hover::after,
    a.sidenav-link::after {
        content: '';
        position: absolute;
        border-color: #2E3233;
        border-style: solid;
        border-width: 0 2px 2px 0;
        height: 5px;
        top: 20px;
        left: 95%;
        margin-top: -2px;
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        width: 5px
    }

    div.home-cta a.home-cta-bttn {
        font-size: 12px;
        height: 15px
    }

    div.home-cta:hover {
        cursor: pointer
    }

    div#home-rotator {
        width: 96%;
        margin: 15px 1.5% 0 2.5%
    }

    div.product-list {
        position: relative;
        float: left;
        width: 96%;
        margin: 0 2%
    }

    div.featured_list_box,
    div.sales_list_box {
        padding: 5px 2%;
        width: 44%;
        margin: 0 2% 15px 0;
        min-height: 275px
    }

    div.f-1,
    div.f-3,
    div.p-1,
    div.p-3,
    div.p-5 {
        margin-right: 0
    }

    div.f-2,
    div.f-3 {
        margin-bottom: 0
    }

    div#promo-boxes {
        width: 96%;
        margin: 25px 2%
    }

    div.promo_box {
        width: 94%;
        margin: 25px 0;
        height: auto;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        background-color: #FCFCFC;
        border: 1px solid #CCC;
        padding: 25px 3%
    }

    img.promo-thumb {
        max-width: 96%
    }

    div.promoButton {
        padding: 4px 0;
        float: right
    }

    div.home-blocks {
        background-color: transparent;
        border: none;
        width: 98%
    }

    div.footer {
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -khtml-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -khtml-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    ul.footer_container {
        position: relative;
        float: left;
        width: 98%;
        margin: 25px 1%
    }

    li.footer-block {
        position: relative;
        float: left;
        width: 100%;
        height: auto
    }

    li.footer-block h3 {
        margin: 0;
        border-bottom: 1px solid #CDCDCD;
        padding: 10px;
        background: url(//images.tradeport.on.ca/icon_plus_black.png) 98% 12px no-repeat
    }

    ul.footer-block-inside li h4,
    ul.footer-block-inside li p {
        width: 96%;
        padding: 10px 2%;
        height: 15px
    }

    ul.footer-block-inside li p {
        margin: 0
    }

    .footer-link,
    .footer-link-hover {
        padding: 15px 2%;
        height: 15px;
        margin-bottom: 1px;
        width: 96%
    }

    ul.footer-block-inside li a:link,
    ul.footer-block-inside li a:visited {
        height: 15px;
        width: 96%
    }

    .footer-link {
        background-color: #E8E8E8
    }

    .footer-link-hover {
        background: url(//images.tradeport.on.ca/icon_arrow_light_grey_sm.png) 95% 17px no-repeat
    }

    div#footer-logos,
    div.home-block {
        padding: 0;
        float: left;
        position: relative
    }

    ul.social-footer-block img {
        margin: 15px 1%
    }

    div#footer-logos {
        clear: both;
        width: 100%;
        height: 150px
    }

    div#calnetwork-footer {
        position: relative;
        top: 50px;
        left: 25%;
        width: 126px;
        height: 21px;
        background: url(//images.tradeport.on.ca/logo_calnetwork_grey.png) top left no-repeat
    }

    div#tradeport-footer {
        position: relative;
        top: 10px;
        left: 55%;
        width: 93px;
        height: 63px;
        background: url(//images.tradeport.on.ca/logo_tradeport_electronics_grey.png) top left no-repeat
    }

    div#mid-header-container {
        position: relative;
        float: left;
        left: 50%;
        margin-left: -190px;
        width: 380px
    }

    div.f-second {
        margin-right: 0
    }

    div.home-block {
        width: 96%;
        margin: 0 1%
    }

    div#home_buttons {
        position: relative;
        float: left;
        width: 96%;
        margin: 0 2%;
        height: auto
    }

    .home-cta {
        position: relative;
        float: left;
        width: 47%;
        margin-right: 4%;
        border: 1px solid #CCC;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        height: 190px;
        background-color: rgba(255, 255, 255, .9);
        margin-bottom: 15px
    }

    div#home_buttons div.last,
    div#home_buttons div.second {
        margin-right: 0
    }

    ul.social-footer-block li a:link,
    ul.social-footer-block li a:visited {
        width: 25%;
        height: 55px;
        text-align: center;
        display: block;
        position: relative;
        float: left
    }

    ul.social-footer-block li a:hover {
        background-color: #e8e8e8
    }

    ul.social-footer-block li form input.text-input {
        background-color: #FFF;
        position: relative;
        float: left;
        width: 87%;
        height: 26px;
        margin: 3px 1%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 2px;
        -moz-border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -khtml-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    ul.social-footer-block li form input.go-bttn {
        background-color: #FFF;
        position: relative;
        float: left;
        width: 6%;
        height: 38px;
        margin: 3px 1%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 2px;
        -moz-border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -khtml-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    article {
        position: relative;
        float: left;
        width: 96%;
        margin: 25px 2%;
        line-height: 1.6em;
        font-size: 1.1em
    }

    #catalog-content article {
        margin: 25px 0
    }

    div#catalog-content {
        padding: 0
    }

    table#survey_1 tr td.survey-question {
        clear: both;
        width: 96%;
        float: left;
        padding: 10px 2% 0
    }

    table#survey_1 tr td {
        float: left;
        width: 20%;
        padding: 0
    }

    table#survey_1 tr td.empty {
        display: none
    }

    .distributors_box {
        position: relative;
        float: left;
        height: 190px;
        width: 47%;
        margin: 0;
        font-size: 11px;
        padding: 8px 3% 8px 0
    }

    #carousel,
    #slider {
        width: 96%;
        margin: 25px 2%
    }

    #news-boxes {
        width: 96%;
        margin: 0 2%
    }

    .news_box {
        width: 100%;
        position: relative;
        float: left;
        height: auto;
        padding: 15px 2%;
        line-height: 1.3em
    }

    #featured-single-picture,
    #special-single-picture {
        position: relative;
        float: left;
        width: 25%;
        height: 140px
    }

    .featured_product_single_thumb,
    .special_product_single_thumb {
        float: left;
        max-width: 100%;
        max-height: 100px;
        margin-right: 0
    }

    #featured-single-description,
    #special-single-description {
        float: right;
        position: relative;
        max-width: 70%;
        height: auto
    }

    .recommended_box {
        width: -moz-calc(42% - 2px);
        width: -webkit-calc(42% - 2px);
        width: -o-calc(42% - 2px);
        width: calc(42% - 2px);
        margin: 15px 2%
    }

    #product_display {
        width: 40%
    }

    #product-price-and-buttons {
        width: 60%
    }

    .news_list_box,
    .product_list_box,
    .promo_list_box {
        height: 300px;
        position: relative;
        width: -moz-calc(48% - 2px);
        width: -webkit-calc(48% - 2px);
        width: -o-calc(48% - 2px);
        width: calc(48% - 2px);
        margin-right: 2%;
        margin-left: 0
    }

    .second-prod {
        margin-right: 0
    }

    .cat_box,
    .manu_box {
        width: -moz-calc(29% - 2px);
        width: -webkit-calc(29% - 2px);
        width: -o-calc(29% - 2px);
        width: calc(29% - 2px);
        margin-right: 1%;
        padding: 5px 1%;
        line-height: normal
    }

    div#side-product-contact-form {
        width: 100%
    }

    #product_contactus_form>#col1>table.security_table>tbody>tr>td.security_label {
        float: none;
        display: inline-block;
        width: 170px
    }

    #product_contactus_form>#col1>table.security_table {
        width: 96%;
        margin: 0 2%
    }

    div.bench_col3,
    div.bench_col4,
    img#bench_pic {
        margin: 0 auto;
        float: none
    }

    #product_contactus_form>#col1>table.security_table>tbody>tr>td.cal_input_container {
        float: none;
        display: inline-block;
        width: -moz-calc(100% - 170px);
        width: -webkit-calc(100% - 170px);
        width: -o-calc(100% - 170px);
        width: calc(100% - 170px)
    }

    #product_contactus_form>#col1>table.security_table>tbody>tr>td.security_label img {
        width: auto
    }

    div#image_frame_large {
        display: block;
        max-width: 100%;
        height: auto
    }

    div#calbench_menu_table {
        width: 100%;
        float: left
    }

    div#calbench_menu_table a {
        float: left;
        margin: 0;
        text-align: center;
        width: 33%
    }

    div.bench_col3 {
        display: block
    }

    div.bench_col4 {
        display: block;
        width: 90%
    }

    div.bench_col3 p a img,
    div.bench_col4 p a img {
        float: none;
        display: inline-block
    }

    div#calbench_packages a {
        float: left;
        display: block;
        width: 100%;
        margin: 0 1% 15px;
        text-align: center
    }

    div.bench_col3 p img {
        margin-right: 0
    }

    div#image_frame_large a img#pic {
        max-width: 100%;
        margin: 0 auto;
        height: auto
    }

    ul.social-footer-block li input {
        width: 88%
    }

    article #newsletter-signup input {
        width: 85%
    }

    ul.social-footer-block li a.general-button:link,
    ul.social-footer-block li a.general-button:visited {
        width: 2%
    }

    nav div#newsletter-signup {
        display: none
    }

    h2.title-bar span.white-border a::after {
        left: 93%
    }

    #mibew-container {
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto;
        width: 30%;
        height: 15px;
        margin: 0 2% 0 60%;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        z-index: 9999999;
        border-top: 1px solid #f7f7f7;
        background-color: #6FBE44;
        padding: 20px 4% 15px;
        border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -khtml-border-radius: 3px 3px 0 0
    }

    .product-card {
        position: relative;
        float: left;
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: calc(50% - 10px);
        height: 450px;
        overflow: hidden;
        border: none;
        margin: 5px 10px 5px 0
    }

    .product-card-image,
    .product-card-title {
        width: 100%;
        text-align: center;
        position: relative;
        float: left
    }

    .product-card-image {
        height: 150px
    }

    .product-card-image img {
        max-height: 150px
    }

    .product-card-title {
        height: 50px;
        font-weight: 700
    }

    .product-card-description {
        position: relative;
        float: left;
        width: -moz-calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -o-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 220px;
        background-color: #f7f7f7;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px 3px 3px 3px;
        font-size: 11px;
        line-height: 14px;
        padding: 15px
    }

    .fluke-promo-box {
        width: -moz-calc(48% - 2px);
        width: -webkit-calc(48% - 2px);
        width: -o-calc(48% - 2px);
        width: calc(48% - 2px)
    }

    #dyna-mini-search-results {
        position: absolute;
        width: -moz-calc(96% - 2px);
        width: -webkit-calc(96% - 2px);
        width: -o-calc(96% -2px);
        width: calc(96% - 2px);
        margin: 0 2%;
        z-index: 1000;
        top: 40px
    }

    .mini-result-table tbody tr td {
        padding: 10px 8px;
        vertical-align: middle
    }

    .mini-result-table tbody tr td a {
        min-height: 30px
    }

    .column_container {
        width: 100%;
        position: relative;
        clear: both;
        margin: 25px 0;
        float: left
    }

    .three-column,
    .two-column {
        width: 92%;
        text-align: center;
        position: relative;
        float: left
    }

    .two-column {
        padding: 0 4%;
        margin-bottom: 25px
    }

    .three-column {
        padding: 0 2%
    }

    div.product-half-boxes,
    div.product-quarter-boxes,
    div.product-third-boxes {
        width: 100%;
        padding: 15px 0;
        position: relative;
        float: left
    }

    article div.product_list_box {
        width: 100%;
        height: 220px
    }

    table.gl100-blue-table tbody tr td.white-cell {
        float: left;
        display: block;
        width: 96%;
        margin-bottom: 20px
    }

    div.lonely-blue-table {
        margin: 0
    }

    table.industry-specific-software tbody tr td.halfer {
        width: 100%;
        float: left
    }

    .highlight_box {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%
    }

    .play-image {
        max-width: 35%;
    }
}

@media screen and (max-width:444px) {

    div.xmas {
        background: none;
    }

    #holiday-notice {
        margin: 10px 20px 0 20px;
    }

    img.flex-right,
    img.flex-left {
        max-width: 100%;
        float: none;
        clear: both;
        display: block;
        margin: 25px auto;
    }

    div.responsive-table div.small {
        display: none;
    }

    div.responsive-table div.large {
        display: inline-block;
    }

    #top-menu-button,
    div#black-bar,
    div#black-bar a.mini-tradeport-logo {
        position: relative;
        float: left;
        z-index: 101
    }

    div#cart,
    nav#sidenav ul {
        display: none
    }

    div#catalog-content,
    div.home-content,
    div#home-rotator-2014,
    div#shift,
    div#wrapper,
    h2.title-bar,
    header,
    header div#header-content {
        width: 100%
    }

    div#body-content,
    div.home-content,
    div#shift {
        padding: 0;
        margin: 0
    }

    div.body-section {
        background: none;
        width: 92%;
        margin: 0 4%;
        padding: 0;
    }

    article img,
    img.fullpage-image {
        max-width: 100%
    }

    div#body-content {
        width: 96%;
        margin: 0 2%;
        background: url(//images.tradeport.on.ca/bg_top_slice.jpg) 0 50px repeat-x;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-top-left-radius: 2px;
        -khtml-border-radius-topright: 2px;
        -khtml-border-radius-topleft: 2px;
    }

    div.home-block-article {
        position: relative;
        float: left;
        width: 96%;
        margin: 0 2%
    }

    div#catalog-content {
        width: 96%;
        margin: 0 2%;
        background: 0 0;
        padding: 0
    }

    div#catalog-content article p a.general-button {
        width: 96%;
        text-align: center;
        margin-bottom: 5px
    }

    div#header-search,
    div#header-search form#header-site-search {
        width: 100%;
        position: relative;
        float: left;
        background-color: #2E3233
    }

    div#slider.flexslider {
        min-height: 0
    }

    header {
        width: 100%;
        height: auto;
        border-bottom: 2px solid #39AFC4;
        padding-bottom: 25px
    }

    header.subcategory {
        border-bottom: none
    }

    div#logo-container {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 25px;
        margin-left: 0
    }

    h2.title-bar {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%
    }

    div#black-bar {
        background-color: #2E3233;
        width: 100%;
        height: 42px
    }

    div#black-bar a.mini-tradeport-logo {
        margin-left: 8px;
        margin-top: 2px;
        width: 45px;
        height: 38px;
        background: url(//images.tradeport.on.ca/mini-tradeport-logo.png) top left no-repeat
    }

    div#header-site-search-button,
    div#header-site-search-button:hover {
        position: relative;
        float: right;
        z-index: 5;
        height: 42px;
        width: 55px;
        border: none;
        display: block;
        background: url(//images.tradeport.on.ca/icon_search_white.png) 20px 12px no-repeat;
        margin: 0;
        border-left: groove #4F4F4F 2px
    }

    div#logo-container div.company-name {
        margin-top: 10px
    }

    div#header-search {
        position: relative;
        width: 100%;
        float: left;
        height: 45px;
        padding: 0;
        margin: -45px 0 0;
        z-index: 1
    }

    div#header-search form#header-site-search input#keyword {
        background-color: #fff;
        position: relative;
        float: left;
        border: none;
        height: 26px;
        margin: 3px 1%
    }

    a#responsive-cart-bttn {
        position: relative;
        float: right;
        height: 26px;
        display: block;
        width: 15%;
        border-left: groove #4F4F4F 2px;
        background: url(//images.tradeport.on.ca/icon_cart_white.png) 12px 14px no-repeat;
        text-align: right;
        padding-top: 16px;
        padding-right: 2%
    }

    form#header-site-search div#header-site-search-close {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        padding: 0;
        border: none;
        background: url(//images.tradeport.on.ca/icon_x_white.png) 50% 12px no-repeat;
        position: relative;
        float: left;
        height: 33px;
        margin: 3px 0
    }

    form#header-site-search div#header-site-search-submit {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        padding: 0;
        border: none;
        background: url(//images.tradeport.on.ca/search_bttn_icon_hover.png) 50% 12px no-repeat #fff;
        position: relative;
        float: left;
        text-indent: 100000px;
        color: #fff;
        height: 36px;
        margin: 3px 0
    }

    div#telephone {
        position: relative;
        float: left;
        width: 96%;
        font-family: Helvetica, sans-serif;
        color: #313131;
        text-align: center;
        margin: 0 2%
    }

    #top-menu-button {
        display: block;
        width: 65px;
        height: 42px;
        background: url(//images.tradeport.on.ca/menu_toggle_bttn.png) 18px 11px no-repeat;
        border-right: groove #4F4F4F 2px
    }

    #top-menu-button:hover {
        cursor: pointer
    }

    .openmenu {
        position: fixed;
        overflow: hidden
    }

    nav#header-nav,
    nav#header-nav a {
        overflow-y: auto;
        overflow-x: hidden
    }

    #shift {
        padding: 45px 0;
        margin: 0
    }

    .overlay {
        position: fixed;
        z-index: 99;
        background-color: rgba(0, 0, 0, .5);
        bottom: 0;
        right: 0;
        left: 0
    }

    div#menu-bar,
    nav#header-nav a {
        position: relative;
        z-index: 101
    }

    .openmenu,
    .openmenu .overlay,
    div#menu-bar {
        top: 0
    }

    div#menu-bar {
        max-width: 1000px;
        height: 100%;
        background: 0 0
    }

    nav#header-nav {
        height: 100%;
        width: 0;
        background: #2E3233;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
        -moz-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
        box-shadow: 3px 0 7px rgba(0, 0, 0, .55)
    }

    nav#header-nav a {
        min-width: 130px;
        padding: 18px 8px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        display: none
    }

    nav#header-nav a:hover {
        color: #fff;
        background: #2c2c2c
    }

    nav#header-nav a.nav::after {
        content: '';
        position: absolute;
        border-color: #FFF;
        border-style: solid;
        border-width: 0 2px 2px 0;
        height: 5px;
        top: 25px;
        left: 85%;
        margin-top: -2px;
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        width: 5px
    }

    nav#sidenav h3.open::after,
    nav#sidenav h3::after {
        content: '+';
        top: 5px;
        left: 91%;
        font-size: 35px;
        font-family: Arial, serif;
        transition: .1s transform
    }

    nav#sidenav {
        margin: 0;
        width: 100%;
        padding: 0
    }

    .sidenav-link:link,
    .sidenav-link:visited,
    a.sidenav-link-hover {
        position: relative;
        display: block;
        width: 96%;
        height: 19px;
        padding: 12px 2%;
        border-bottom: 1px solid #fff;
        margin-bottom: 0;
        color: #2E3233;
        float: left
    }

    .sidenav-link:link,
    .sidenav-link:visited {
        background-color: #f7f7f7
    }

    a.sidenav-link-hover {
        background-color: #fff
    }

    nav#sidenav h3,
    nav#sidenav h3.open {
        margin-top: 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-top-left-radius: 2px;
        -khtml-border-radius-topright: 2px;
        -khtml-border-radius-topleft: 2px
    }

    nav#sidenav h3::after {
        position: absolute;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    nav#sidenav h3.open::after {
        position: absolute;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    a.sidenav-link-hover::after,
    a.sidenav-link::after {
        content: '';
        position: absolute;
        border-color: #2E3233;
        border-style: solid;
        border-width: 0 2px 2px 0;
        height: 5px;
        top: 20px;
        left: 95%;
        margin-top: -2px;
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        width: 5px
    }

    div#logo-container {
        height: auto
    }

    div#logo-container a.new-tradeport-logo {
        display: none
    }

    div#logo-container a.new-home-tradeport-logo {
        display: block;
        background: url(//images.tradeport.on.ca/tradeport_electronics_logo.png) top left no-repeat;
        width: 141px;
        height: 99px;
        border: none;
        position: relative;
        float: left;
        left: 50%;
        margin-left: -70px
    }

    div#logo-container div.company-name {
        clear: left;
        float: left;
        font-size: 22px;
        height: 15px;
        margin: 10px 0;
        width: 100%;
        text-align: center
    }

    div#logo-container div.tag-line {
        width: 100%;
        margin: 0;
        position: relative;
        float: left;
        text-align: center
    }

    div#header-search form#header-site-search input#keyword {
        width: 68%
    }

    form#header-site-search div#header-site-search-close {
        width: 8%
    }

    form#header-site-search div#header-site-search-submit {
        width: 10%
    }

    div#telephone {
        font-size: 16px;
        height: 16px;
        background: 0 0
    }

    div#telephone::before {
        content: url(//images.tradeport.on.ca/icon_telephone_grey_sm.png)
    }

    div.home-content {
        padding: 0
    }

    div#home-rotator-2014 {
        height: auto;
        width: 96%;
        margin: 15px 1% 0 3%
    }

    div.last {
        margin: 0
    }

    div.home-cta a.home-cta-bttn {
        font-size: 12px;
        height: 15px
    }

    div.home-cta:hover {
        cursor: pointer
    }

    div.product-list {
        position: relative;
        float: left;
        width: 96%;
        margin: 0 2%
    }

    article div.product-list {
        width: 100%;
        margin: 0
    }

    div.featured_list_box,
    div.sales_list_box {
        padding: 5px 2%;
        width: 96%;
        margin: 0 1% 15px 0;
        min-height: 0;
        height: auto
    }

    div.featured_list_box span.product-image,
    div.sales_list_box span.product-image {
        display: block;
        position: relative;
        float: left;
        max-width: 25%;
        margin-top: 15px
    }

    div.featured_list_box span a img,
    div.sales_list_box span a img {
        max-width: 100%
    }

    div.featured_list_box h4,
    div.sales_list_box h4 {
        display: block;
        position: relative;
        float: right;
        width: 70%;
        text-align: left
    }

    div.featured_list_box div.buttons-container,
    div.sales_list_box div.buttons-container {
        height: 55px;
        width: 70%;
        position: relative;
        float: right
    }

    div.featured_list_box div.buttons-container br,
    div.sales_list_box div.buttons-container br {
        display: none
    }

    div.featured_list_box div.buttons-container a,
    div.sales_list_box div.buttons-container a {
        position: relative;
        float: left
    }

    div.featured_list_box p,
    div.sales_list_box p {
        display: block;
        position: relative;
        float: right;
        width: 70%;
        text-align: left
    }

    div.featured_list_box div.buttons-container a.details-bttn,
    div.sales_list_box div.buttons-container a.details-bttn {
        display: block;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        width: 70px;
        height: 17px;
        border: 1px solid #CCC;
        margin-left: 4px;
        padding: 10px 0;
        background: url(//images.tradeport.on.ca/blue_arrow.png) 60px 16px no-repeat
    }

    div.f-3,
    div.f-4,
    div.f-5,
    div.f-6,
    div.f-7 {
        display: none
    }

    div#promo-boxes {
        width: 96%;
        margin: 25px 2%
    }

    div.promo_box {
        width: 94%;
        margin: 25px 0;
        height: auto;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        background-color: #FCFCFC;
        border: 1px solid #CCC;
        padding: 25px 3%
    }

    img.promo-thumb {
        max-width: 96%
    }

    div.promoButton {
        padding: 4px 0;
        float: right
    }

    div.home-block {
        width: 96%;
        margin: 0 2%
    }

    div.home-blocks {
        background-color: transparent;
        border: none;
        width: 98%
    }

    div.footer {
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -khtml-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -khtml-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    ul.footer_container {
        position: relative;
        float: left;
        width: 98%;
        margin: 25px 1%
    }

    ul.footer-block-inside li p,
    ul.social-footer-block li h4 {
        margin: 0
    }

    li.footer-block {
        position: relative;
        float: left;
        width: 100%;
        height: auto
    }

    li.footer-block h3 {
        margin: 0;
        border-bottom: 1px solid #CDCDCD;
        padding: 10px;
        background: url(//images.tradeport.on.ca/icon_plus_black.png) 98% 12px no-repeat
    }

    ul.footer-block-inside li h4,
    ul.footer-block-inside li p {
        padding: 10px 2%;
        height: 15px;
        width: 96%
    }

    ul.footer-block-inside li a:link,
    ul.footer-block-inside li a:visited {
        height: 15px;
        width: 96%
    }

    ul.social-footer-block li a:link,
    ul.social-footer-block li a:visited {
        width: 25%;
        height: 55px;
        text-align: center;
        display: block;
        position: relative;
        float: left
    }

    .footer-link,
    .footer-link-hover {
        padding: 15px 2%;
        height: 15px;
        margin-bottom: 1px;
        width: 96%
    }

    #carousel,
    table#survey_1 tr td.empty,
    ul.calnetwork-footer-block,
    ul.contact-footer-block,
    ul.information-footer-block,
    ul.social-footer-block {
        display: none
    }

    ul.social-footer-block li a:hover {
        background-color: #e8e8e8
    }

    .footer-link {
        background-color: #E8E8E8
    }

    .footer-link-hover {
        background: url(//images.tradeport.on.ca/icon_arrow_light_grey_sm.png) 95% 17px no-repeat
    }

    ul.social-footer-block img {
        margin: 15px 1%
    }

    div#footer-logos {
        position: relative;
        clear: both;
        width: 100%;
        float: left;
        height: 180px;
        padding: 0
    }

    div#calnetwork-footer {
        position: relative;
        top: 50px;
        left: 15%;
        width: 126px;
        height: 21px;
        background: url(//images.tradeport.on.ca/logo_calnetwork_grey.png) top left no-repeat
    }

    div#tradeport-footer {
        position: relative;
        top: 10px;
        left: 60%;
        width: 93px;
        height: 63px;
        background: url(//images.tradeport.on.ca/logo_tradeport_electronics_grey.png) top left no-repeat
    }

    div#mid-header-container {
        position: relative;
        float: left;
        left: 0;
        margin-left: 0;
        width: 100%
    }

    div.f-last,
    div.f-second {
        margin-right: auto
    }

    div#home_buttons {
        position: relative;
        float: left;
        width: 96%;
        margin: 0 2%;
        height: auto
    }

    .home-cta {
        position: relative;
        float: left;
        width: 48%;
        margin-right: 2.5%;
        border: 1px solid #CCC;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        height: 170px;
        background-color: rgba(255, 255, 255, .9);
        margin-bottom: 15px
    }

    div#home_buttons div.last,
    div#home_buttons div.second {
        margin-right: 0
    }

    ul.social-footer-block li form input.text-input {
        background-color: #FFF;
        position: relative;
        float: left;
        width: 83%;
        height: 26px;
        margin: 3px 1%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 2px;
        -moz-border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -khtml-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px
    }

    ul.social-footer-block li form input.go-bttn {
        background-color: #FFF;
        position: relative;
        float: left;
        width: 8%;
        height: 38px;
        margin: 3px 1%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 2px;
        -moz-border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -khtml-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    article,
    div#catalog-content article {
        position: relative;
        float: left;
        width: 96%;
        margin: 25px 2%;
        line-height: 1.6em;
        font-size: 1.1em
    }

    table#survey_1 tr td.survey-question {
        clear: both;
        width: 96%;
        float: left;
        padding: 10px 2% 0
    }

    table#survey_1 tr td {
        float: left;
        width: 20%;
        padding: 0
    }

    .distributors_box {
        position: relative;
        float: left;
        height: 190px;
        width: 47%;
        margin: 0;
        font-size: 11px;
        padding: 8px 3% 8px 0
    }

    #slider {
        width: 96%;
        margin: 25px 2%
    }

    div.featured_list_box div.buttons-container a.details-bttn {
        width: 65px;
        margin-left: 2px
    }

    #news-boxes {
        width: 96%;
        margin: 0 2%
    }

    .news_box {
        width: 100%;
        position: relative;
        float: left;
        height: auto;
        padding: 15px 2%;
        line-height: 1.3em
    }

    #featured-single-picture,
    #special-single-picture {
        position: relative;
        float: left;
        width: 96%;
        height: auto;
        text-align: center
    }

    .featured_product_single_thumb,
    .special_product_single_thumb {
        max-width: 100%;
        max-height: none;
        margin-right: 0
    }

    #featured-single-description,
    #special-single-description {
        float: left;
        position: relative;
        max-width: none;
        width: 100%;
        height: auto
    }

    #product-price-and-buttons,
    #product_display {
        width: 46%;
        padding: 0 2%
    }

    #product-price-and-buttons h3 a.add-to-cart-bttn:hover,
    #product-price-and-buttons h3 a.add-to-cart-bttn:link,
    #product-price-and-buttons h3 a.add-to-cart-bttn:visited {
        margin-left: 0;
        width: 100%
    }

    #product-price-and-buttons p a.general-button {
        display: block;
        text-align: center
    }

    a.add-to-cart-bttn span.add-to-cart-text {
        width: -moz-calc(100% - 47px);
        width: -webkit-calc(100% - 47px);
        width: -o-calc(100% - 47px);
        width: calc(100% - 47px)
    }

    .recommended_box {
        width: -moz-calc(42% - 2px);
        width: -webkit-calc(42% - 2px);
        width: -o-calc(42% - 2px);
        width: calc(42% - 2px);
        margin: 15px 2%
    }

    .news_list_box,
    .product_list_box,
    .promo_list_box {
        position: relative;
        width: -moz-calc(100% - 2px);
        width: -webkit-calc(100% - 2px);
        width: -o-calc(100% - 2px);
        width: calc(100% - 2px);
        margin-right: 0;
        margin-left: 0
    }

    .second-prod {
        margin-right: 0
    }

    .cat_box,
    .manu_box {
        width: -moz-calc(45% - 2px);
        width: -webkit-calc(45% - 2px);
        width: -o-calc(45% - 2px);
        width: calc(45% - 2px);
        margin-right: 1%;
        padding: 5px 1%;
        line-height: normal
    }

    div#side-product-contact-form {
        width: 100%
    }

    #product_contactus_form>#col1>table.security_table>tbody>tr>td.security_label {
        float: none;
        display: inline-block;
        width: 170px
    }

    #product_contactus_form>#col1>table.security_table {
        width: 96%;
        margin: 0 2%
    }

    div.bench_col3,
    div.bench_col4,
    img#bench_pic {
        margin: 0 auto;
        float: none
    }

    #product_contactus_form>#col1>table.security_table>tbody>tr>td.cal_input_container {
        float: none;
        display: inline-block;
        width: -moz-calc(100% - 170px);
        width: -webkit-calc(100% - 170px);
        width: -o-calc(100% - 170px);
        width: calc(100% - 170px)
    }

    #product_contactus_form>#col1>table.security_table>tbody>tr>td.security_label img {
        width: auto
    }

    @media (max-width:410px) {
        div.featured_list_box div.buttons-container a.add-to-cart-bttn span.add-to-cart-text {
            width: 80%;
            width: -moz-calc(100% - 47px);
            width: -webkit-calc(100% - 47px);
            width: -o-calc(100% - 47px);
            width: calc(100% - 47px)
        }

        div.featured_list_box div.buttons-container a.details-bttn {
            width: 28%;
            width: -moz-calc(30% - 4px);
            width: -webkit-calc(30% - 4px);
            width: -o-calc(30% - 4px);
            width: calc(30% - 4px);
            background: 0 0
        }

        div.responsive-table div.small {
            display: inline-block;
        }

        div.responsive-table div.large {
            display: none;
        }

        img.flex-right {
            max-width: 100%;
            float: none;
            clear: both;
            margin: 0;
        }
    }

    div#image_frame_large {
        display: block;
        max-width: 100%;
        height: auto
    }

    div#calbench_menu_table {
        width: 100%;
        float: left
    }

    div#calbench_menu_table a {
        float: left;
        margin: 0;
        text-align: center;
        width: 33%
    }

    div.bench_col3 {
        display: block
    }

    div.bench_col4 {
        display: block;
        width: 90%
    }

    div.bench_col3 p a img,
    div.bench_col4 p a img {
        float: none;
        display: inline-block
    }

    div#calbench_packages a {
        float: left;
        display: block;
        width: 100%;
        margin: 0 1% 15px;
        text-align: center
    }

    div.bench_col3 p img {
        margin-right: 0
    }

    div#image_frame_large a img#pic {
        max-width: 100%;
        margin: 0 auto;
        height: auto
    }

    article #newsletter-signup input,
    ul.social-footer-block li input {
        width: 83%
    }

    ul.social-footer-block li a.general-button:link,
    ul.social-footer-block li a.general-button:visited {
        width: 4%
    }

    nav div#newsletter-signup {
        display: none
    }

    h2.title-bar span.white-border a::after {
        left: 90%
    }

    #mibew-container {
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto;
        width: 80%;
        margin: 0 6%;
        height: 15px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        z-index: 9999999;
        border-top: 1px solid #f7f7f7;
        background-color: #6FBE44;
        padding: 20px 4% 15px;
        border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -khtml-border-radius: 3px 3px 0 0
    }

    .product-card,
    .product-card-image,
    .product-card-title {
        width: 100%;
        position: relative;
        float: left
    }

    .product-card {
        height: 450px;
        overflow: hidden;
        border: none;
        margin: 5px 0
    }

    .product-card-image {
        height: 150px;
        text-align: center
    }

    .product-card-image img {
        max-height: 150px
    }

    .product-card-title {
        height: 50px;
        font-weight: 700;
        text-align: center
    }

    .product-card-description {
        position: relative;
        float: left;
        width: -moz-calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -o-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 220px;
        background-color: #f7f7f7;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px 3px 3px 3px;
        font-size: 11px;
        line-height: 14px;
        padding: 15px
    }

    .fluke-promo-box {
        width: -moz-calc(100% - 2px);
        width: -webkit-calc(100% - 2px);
        width: -o-calc(100% - 2px);
        width: calc(100% - 2px)
    }

    #dyna-mini-search-results {
        position: absolute;
        width: -moz-calc(96% - 2px);
        width: -webkit-calc(96% - 2px);
        width: -o-calc(96% -2px);
        width: calc(96% - 2px);
        margin: 0 2%;
        z-index: 1000;
        top: 40px
    }

    .mini-result-table tbody tr td {
        padding: 10px 8px;
        vertical-align: middle
    }

    .mini-result-table tbody tr td a {
        min-height: 30px
    }

    .column_container {
        width: 100%;
        position: relative;
        clear: both;
        margin: 25px 0;
        float: left
    }

    .three-column,
    .two-column {
        width: 92%;
        text-align: center;
        position: relative;
        float: left
    }

    .two-column {
        padding: 0 4%;
        margin-bottom: 25px
    }

    .three-column {
        padding: 0 2%
    }

    div.product-half-boxes,
    div.product-third-boxes,
    div.product-quarter-boxes {
        width: 100%;
        padding: 15px 0;
        position: relative;
        float: left
    }

    article div.product_list_box {
        width: 100%
    }

    table.gl100-blue-table tbody tr td.white-cell {
        float: left;
        display: block;
        width: 96%;
        margin-bottom: 20px
    }

    table.industry-specific-software tbody tr td.halfer {
        width: 100%;
        float: left;
        margin-bottom: 20px
    }

    div.lonely-blue-table {
        margin: 0
    }

    .highlight_box {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%
    }

    .play-image {
        max-width: 45%
    }
}

table.inner-information-table {
    width: 100%;
    margin: 0px;
}

table.inner-information-table tr td {
    width: 50%;
    padding: 8px;
    margin: 0;

    background-color: #f8f8f8;
    text-align: center;
}

table.inner-information-table tr td:first-child {
    color: #39AFC4;
    font-weight: bold;
    background-color: #ffffff;
}

table.inner-information-table tbody tr td table.inner-information-table tbody tr td {
    background-color: #eee;
}

table.inner-information-table table.inner-information-table tbody tr td table.inner-information-table tbody tr td table.inner-information-table tbody tr td {
    background-color: #fff;
}

table.inner-information-table tbody tr td table.inner-information-table tbody tr td table.inner-information-table tbody tr td table.inner-information-table tbody tr td {
    background-color: #eee;
}

.legend-orange {
    color: #df4f0c;
    border: 1px solid #df4f0c;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    padding: 10px;
}

.greyItalic {
    color: #666;
}

h5.undertitleSpecs {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
}

.body-section {
    position: relative;
    float: left;
    line-height: 1.6em;
    font-size: 1.1em;
    padding: 25px;
}

div#product-content {
    padding: 25px;
}

.body-section h1 {
    line-height: 1.2em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info-large-table {
    border: 5px solid;
    font-size: 0.9em;
}

.info-large-table tr td {
    background-color: #eee;
}

.info-large-table tr td.info-large-link {
    border-collapse: collapse;
    background-color: #fff;
    padding: 0;
    height: 100%;
}

.info-large-table tr td.info-large-link a:link,
.info-large-table tr td.info-large-link a:hover,
.info-large-table tr td.info-large-link a:visited {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #185293;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
}


.responsive-table {
    width: 100%;
    overflow-x: auto;
}

p.navigation-crumbs {
    color: #00d8ff;
    font-size: 0.7em;
    background-color: #e3fbff;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
    border-radius: 4px;
}

a.crumb:link,
a.crumb:visited {
    color: #48b8e6;
    margin: 0 7px;
}

span.crumb {
    margin: 0 7px;
    color: #949494;
}

a.crumb:hover {
    text-decoration: none;
}


/* ratings  */

.rating {
    position: relative;
    float: left;
    width: 150px;
    height: 60px;
}

.rating-image {
    position: absolute;
    left: 12.5px;
    width: 127px;
    height: 25px;
    z-index: 10;
}

.rating-0 {
    background: url('/images/rating.jpg') 0 0;
}

.rating-0-5 {
    background: url('/images/rating.jpg') 0 -25px;
}

.rating-1 {
    background: url('/images/rating.jpg') 0 -50px;
}

.rating-1-5 {
    background: url('/images/rating.jpg') 0 -75px;
}

.rating-2 {
    background: url('/images/rating.jpg') 0 -100px;
}

.rating-2-5 {
    background: url('/images/rating.jpg') 0 -125px;
}

.rating-3 {
    background: url('/images/rating.jpg') 0 -150px;
}

.rating-3-5 {
    background: url('/images/rating.jpg') 0 -175px;
}

.rating-4 {
    background: url('/images/rating.jpg') 0 -200px;
}

.rating-4-5 {
    background: url('/images/rating.jpg') 0 -225px;
}

.rating-5 {
    background: url('/images/rating.jpg') 0 -250px;
}

.rating-text {
    font-size: 10px;
    line-height: normal;
    color: #b3b3b3;
}

.rating-text-2 {
    font-size: 10px;
    line-height: normal;
    color: #b3b3b3;
    visibility: hidden;
}


.reviews-container {
    position: relative;
    clear: both;
}

.reviews-container h4.review-title {
    color: #39AFC4;
    margin-bottom: 0;
}

.reviews-container p.review-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.8em;
}

.reviews-container span.review-name {
    font-style: italic;
    font-weight: bold;
}

.reviews-container div.review-star-rating {
    position: relative;
    width: 100%;
    height: 25px;
}

.reviews-container div.review-star-rating span.rating-image {
    left: 0;
}


div#col1 .rating-buttons-and-images {
    position: relative;
    height: 25px;
}

.rating-buttons-and-images {
    width: 152px;
    position: absolute;
}

.set-rating {
    position: absolute;
    z-index: 200;
    width: 12.5px;
    height: 25px;
    cursor: pointer;
}


.rate-0 {
    left: 0;
}

.rate-0-5 {
    left: 12.5px;
}

.rate-1 {
    left: 25px;
}

.rate-1-5 {
    left: 37.5px;
}

.rate-2 {
    left: 50px;
}

.rate-2-5 {
    left: 62.5px;
}

.rate-3 {
    left: 75px;
}

.rate-3-5 {
    left: 87.5px;
}

.rate-4 {
    left: 100px;
}

.rate-4-5 {
    left: 112.5px;
}

.rate-5 {
    left: 125px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

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