/* Reference */

/*
	GCX Blue: #006fb8;
*/



/* ==========================================================================
Styles to get us by under inline styles are removed in the live database 
========================================*/


/* This should be switched with class p.lead after go live */
.intro-text, .subheading {
    color: #b3b2b1;
    font-weight: 300;
	font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 20px;
}
/* OEM page fixes */
@media (min-width: 768px) {
	ul.oem-list-spaced {
    padding-left: 300px;}
	.fl-left {float: left !important; margin-right: 20px;}
	.fl-right {float: right !important; margin-left: 20px;}
}
/* Adjusting this to be the size of an H3 for consistency on the VHM Support page */
h2.delta {
    font-size: 22px;
}








/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


/* ==================================== */
/* UTILITIES */
/* ==================================== */

.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb10 {padding-bottom: 10px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pt50 {padding-top: 50px !important;}

.collapse-right {
    padding-right: 0 !important;
}

.bold {font-weight: 500;}

.bolder {font-weight: 700;}

.italics {font-style: italics;}

.float-right {
	float: right;
	margin: 0 0 10px 10px;
}

.float-left {
	float: left;
	margin: 0 10px 10px 0;
}

.green {
    color: #6e9934;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.no-l-pad {
    padding-left: 0;
}

.no-r-pad {
    padding-right: 0;
}

.glyphicon.enlarge-1x {font-size: 1em;}
.glyphicon.enlarge-2x {font-size: 2em;}
.glyphicon.enlarge-3x {font-size: 3em;}
.glyphicon.enlarge-4x {font-size: 4em;}
.glyphicon.enlarge-5x {font-size: 5em;}

.icon.enlarge-1x {font-size: 1em;}
.icon.enlarge-2x {font-size: 2em;}
.icon.enlarge-3x {font-size: 3em;}
.icon.enlarge-4x {font-size: 4em;}
.icon.enlarge-5x {font-size: 5em;}

.icon-circle {
    /* line-height: 1; */
    background-color: #67c8ef;
	color: #fff;
    padding: 10px;
    height: 80px;
    width: 80px;
	line-height: 80px;
	border-radius: 50%;
	display: inline-block;
}

.star {
    color: #e96a24;
    padding-right: 2px;
}




/* ==================================== */
/* PAGE LEVEL */
/* ==================================== */

body {
	background-color: #f8f8f8;
	font-family: 'Libre Franklin', sans-serif;
}

.bg-page {
	background: #f7f7f7;
}

.site-banner {
    background: rgba(0,0,0,0.1);
    height: 26px;
    min-height: 26px;
    position: fixed;
    top: 0; right: 0; left: 0;
    text-align: center;
    z-index: 1050;
}

.site-banner p {
    color: #F00;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding-top: 6px;
}

.cc-window {
    font-size: 12px !important;
    line-height: 1.3em !important;
    box-shadow: rgba(0,0,0,0.298039) 0px 0px 12px;
}

.cc-link {
    display: inline !important;
    padding: 0 !important;
}


/* ==================================== */
/* BRAND */
/* ==================================== */

.brand-primary {background-color: #0067b1;}
.brand-info {background-color: #67c8ef;}
.brand-success {background-color: #6e9934;}
.brand-warning {background-color: #fdb515;}
.brand-danger {background-color: #e96a24;}

.bg-default {background-color: #FFF;}
.brand-blue-dark {background-color: #003e69;}
.brand-purple {background-color: #6756a5;}
.bg-purple {background-color: #e1dded;}
.brand-teal {background-color: #00b5af;}
.brand-fuchsia {background-color:#932b6e;}
.brand-aqua {background-color: #35ce8b;}
.brand-magenta {background-color: #cd7f9e;}

.bg-teal {background-color: #ccf0ef;}
.brand-gray-dark {background-color: #4f5355;}
.bg-gray-light {background-color: #b3b2b1;}


.brand-primary h1, .brand-primary h2, .brand-primary h3, .brand-primary h4, 
.brand-primary h5, .brand-primary h6, .brand-primary p,

.brand-info h1, .brand-info h2, .brand-info h3, .brand-info h4, 
.brand-info h5, .brand-info h6, .brand-info p,

.brand-success h1, .brand-success h2, .brand-success h3, .brand-success h4, 
.brand-success h5, .brand-success h6, .brand-success p,

.brand-warning h1, .brand-warning h2, .brand-warning h3, .brand-warning h4, 
.brand-warning h5, .brand-warning h6, .brand-warning p,

.brand-danger h1, .brand-danger h2, .brand-danger h3, .brand-danger h4, 
.brand-danger h5, .brand-danger h6, .brand-danger p,

.brand-gray-dark h1, .brand-gray-dark h2, .brand-gray-dark h3, .brand-gray-dark h4, 
.brand-gray-dark h5, .brand-gray-dark h6, .brand-gray-dark p,
.brand-teal h1, .brand-teal h2, .brand-teal h3, .brand-teal h4, 
.brand-teal h5, .brand-teal h6, .brand-teal p,
.brand-fuchsia h1, .brand-fuchsia h2, .brand-fuchsia h3, .brand-fuchsia h4, 
.brand-fuchsia h5, .brand-fuchsia h6, .brand-fuchsia p,
.brand-purple h1, .brand-purple h2, .brand-purple h3, .brand-purple h4, 
.brand-purple h5, .brand-purple h6, .brand-purple p,
.brand-blue-dark h1, .brand-blue-dark h2, .brand-blue-dark h3, .brand-blue-dark h4, 
.brand-blue-dark h5, .brand-blue-dark h6, .brand-blue-dark p, .brand-blue-dark .checkbox label,
.brand-aqua h1, .brand-aqua h2, .brand-aqua h3, .brand-aqua h4, 
.brand-aqua h5, .brand-aqua h6, .brand-aqua p,
.brand-magenta h1, .brand-magenta h2, .brand-magenta h3, .brand-magenta h4, 
.brand-magenta h5, .brand-magenta h6, .brand-magenta p
{
	color: #fff;
}

.btn-oem {
    color: #fff;
    background-color: #003e69;
    border-color: #003e69;
}
.btn-oem:hover {
    color: #fff;
    background-color: #012c4a;
    border-color: #012c4a;
}

/* ==================================== */
/* TYPOGRAPHY */
/* ==================================== */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6  {
    margin-bottom: .3em;
	margin-top:0;
	line-height: 1.2;
	font-weight: 500 ;
}

h1 small, .h1 small, 
h2 small, .h2 small, 
h3 small, .h3 small,
h4 small, .h4 small, 
h1 .small, .h1 .small, 
h2 .small, .h2 .small, 
h3 .small, .h3 .small
h4 .small, .h4 .small {
    font-weight: 200;
    line-height: normal;
    display: block;
}
h2, .h2 {
    font-size: 28px;
}
h3, .h3 {
    font-size: 22px;
}
h4, .h4 {
    font-weight: 500;
}
h5, .h5, h6, .h6 {
    font-weight: 600;
}

h5, .h5 {
    font-size: 16px;
}

.text-default, .text-default a {
	color:#383838;
}


.lead {
    color: #9f9e9d;
    font-weight: 200;
	font-size: 20px;

}
h2.lead {
    color: #9f9e9d;
    font-weight: 200;
	font-size: 28px;

}

dd {
    margin-left: 0;
    margin-bottom: 10px;
}
p, ul, ol {
    margin: 0 0 20px;
}

p.mm-title {
    margin-bottom: .3em;
    margin-top:0;
    line-height: 1.2;
    font-weight: 500 ;
}

.mm-contact p.mm-title {
	border-bottom: 1px solid #FFF;
}

small, .small {
    font-size: 13px;
}

blockquote footer {
    background-color: transparent;
	margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1.2em;
}

.manufacturer-list ul.list-unstyled {
    margin-bottom: 0;
}
.manufacturer-list ul.list-unstyled li h4 {
    margin-bottom: 1em;
	font-weight: 400;
}

.accessories-list ul.list-unstyled {
    margin-bottom: 0;
}
.accessories-list ul.list-unstyled li h4 {
    margin-bottom: 1em;
	font-weight: 400;
}

img.img-border {
    border: 1px solid #e0e2e4;
}



.row.table-grid {
    border-bottom: 1px solid #e0e2e4;
    margin: 0px;
	padding-bottom: 8px;
    padding-top: 8px;
}

.row.table-grid [class*="col-"] {
   padding: 0px;
}


.label {
    padding: .5em 1em .3em;
    font-size: 75%;
    font-weight: normal;
    border-radius: 0;
    letter-spacing: .1em;
}


table.v-align-middle td {
    vertical-align: middle;
}

.required-star {
    color: #F00;
}


/* ==================================== */
/* BUTTONS */
/* ==================================== */

.btn {
    font-weight: 400;
}
.btn .glyphicon {top: 2px;}

.btn-xs, .btn-group-xs>.btn {
    padding: 4px 5px 3px 5px;
    font-size: 11px;
	line-height: 1em;

}

.btn-xs .glyphicon, 
.btn-group-xs>.btn .glyphicon {
	font-size: .7em;
	top: 0;
	margin-right: 2px ;
}

.btn .icon {
    top: 2px;
    position: relative;
}

.btn.product-details-btn {
	width: 120px;
}
.btn-default {
    border-color: #ccc;
	color: #707579;
}



.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    outline: 0px;
    outline-offset: 0;
    border-color: transparent !important;
}


/* ==================================== */
/* EDIT LINKS ON PRODUCT PAGE */
/* ==================================== */

.product-edit-link {
	float: right;
	position: relative;
	top: 10px;
	right: 4px;
}

.product-edit-link a {
	background: none;
	border: none;
}

.config-options-edit i {
	color: #ccc;
}

.config-options-edit i:hover {
	color: #006fb8;
}

.buynow {
    font-size: 8px;
    margin-left: 4px;
    padding: 1px 3px;
    position: relative;
    text-transform: uppercase;
    top: -1px;
}

.config-options-panel .btn-xs {
    margin-bottom: 2px;
}


/* ==================================== */
/* BLOG */
/* ==================================== */

.byline {
    color: #979796;
    text-transform: uppercase;
    font-size: .9em;
}
.link-continue {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .9em;
}
.link-continue span.icon {
    font-size: 1.4em;
    vertical-align: sub;
}
.recent-posts li,
.event-listing li {
    margin-bottom: 16px;
}
.recent-posts .byline,
.event-listing .byline {
    display: block;
	font-size: .8em;
}
.well h4 {
    margin-bottom: 10px;
}



/* ==================================== */
/* BLOCK GRID */
/* ==================================== */


[class*="block-grid-"] {
	padding: 0 5px;
	margin: 0; /* this lines up the grid with bootstrap columns */
	margin:0 auto;
}
.block-unstyled-list {
    padding: 0;
	padding-bottom: .3em;
}
[class*="block-grid-"] .item {
	padding: 0 10px;	
}

[class*="block-grid-"]:after {
	margin-bottom: 1.2em;
}

.yamm-content [class*="block-grid-"] {
    padding: 0;
    margin: 0;
}






/* ==================================== */
/* SECTIONS / CONTAINERS */
/* ==================================== */

.container {
    padding-left: 20px;
    padding-right: 20px;
}

.container .jumbotron {
	padding: 0;
	padding-top: 100px;
	margin-bottom: 0;
	background-color: transparent;
	text-align: center;
}
.container .jumbotron.jumbotron-video {
    padding-top: 20px;
}

.jumbotron h1 {
    font-size: 58px;
    line-height: 1.15em;
    margin-top: 10px;
    margin-bottom: 12.5px;
	color: #fff;
    font-weight: 400;
}

.section {
	padding-top: 50px;
	padding-bottom: 50px
}

.section.pt0 {
    padding-top: 0px;
}

.section.video-container {
    padding: 50px 15px;
}

/* .banner {
	padding: 0;
}
*/
/* .banner  {
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
	opacity: 0.3;
    max-width: 1200px;
	margin:auto;
}*/

.banner  {
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	padding-top:70px;
}

.btn-solutions,
.btn-solutions:hover {    
	color: #fff;
    border-color: #FFF;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 200;
    padding: .5em 1.2em;
	margin-bottom: 20px;
    cursor: text;
}

.brand-primary .btn-solutions,
.brand-primary .btn-solutions:hover {
	background-color: #0067b1;
}
.brand-success .btn-solutions,
.brand-success .btn-solutions:hover {
	background-color: #6e9934;
}
.brand-warning .btn-solutions,
.brand-warning .btn-solutions:hover {
	background-color: #fdb515;
}
.brand-danger .btn-solutions,
.brand-danger .btn-solutions:hover {
	background-color: #e96a24;
}
.brand-info .btn-solutions,
.brand-info .btn-solutions:hover {
	background-color: #67c8ef;
}
.brand-fuchsia .btn-solutions,
.brand-fuchsia .btn-solutions:hover {
	background-color: #932b6e;
}
.brand-teal .btn-solutions,
.brand-teal .btn-solutions:hover {
	background-color: #00b5af;
}
.brand-purple .btn-solutions,
.brand-purple .btn-solutions:hover {
	background-color: #6756a5;
}
.brand-blue-dark .btn-solutions,
.brand-blue-dark .btn-solutions:hover {
	background-color: #003e69;
}
.brand-aqua .btn-solutions,
.brand-aqua .btn-solutions:hover {
    background-color: #35ce8b;
}
.brand-magenta .btn-solutions,
.brand-magenta .btn-solutions:hover {
    background-color: #cd7f9e;
}

/* FORMS */
.form-inline label {    
    margin-right: 5px;
}

.form-inline .form-group {
    margin-right: 10px;
}

.form-control {
    border: 1px solid #e0e2e4;
}



.yamm .mm-sm {
    height: 27px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.3333333;
    border-radius: 0;
}

.yamm textarea.mm-sm {height:70px;}


/* ==================================== */
/* HOMEPAGE */
/* ==================================== */

.cf-nopad {
    padding-left: 0;
    padding-right: 0;
}

.hero-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
	max-width: 1400px;
    margin: 0 auto;
}

.hero-slider video {
    width: 100% !important;
}

.hero-slider img.fallback-slide {
    width: 100%;
}

.hero-overlay {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

.hero-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 150;
    text-align: center;
}

.hero-text-xs h1 {
    color: #383838;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 0;
    text-align: center;
}

.oempc-promo {
	background: #67c8ef url(/a/img/home/oem_pc_promo_small.png) no-repeat 97% -4%;
}

.oempc-promo p {
	max-width: 70%;
}

span.x-entries {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
	font-size: .8em;
}



/* ------------------------------------ */
/* SEARCH                               */
/* ------------------------------------ */





/* ------------------------------------ */
/* SLICK SLIDERS                    */
/* ------------------------------------ */

.sp-slider .slick-prev:before,
.sp-slider .slick-next:before {
	color: #bbb;
	font-size: 20px;
	opacity: .6;
}

.manufacturer-slider .slick-prev:before,
.manufacturer-slider .slick-next:before {
    color: #bbb;
    font-size: 24px;
    opacity: .6;
}

.sp-slider .slick-prev,
.manufacturer-slider .slick-prev {
    left: -20px;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.sp-slider .slick-next,
.manufacturer-slider .slick-next {
    right: -20px;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.slick-prev, .slick-next {
    top: 40% !important;
}
.manufacturer-slider .slick-prev,
.manufacturer-slider .slick-next {
    top: 50% !important;
}

.sp-slider .caption,
.manufacturer-slider .caption {
/*	background: #fff;
*/	margin: 0 auto;
	width: 85%;
}

.sp-slider .slick-slide img {
	border: 1px solid #e0e2e4;
	margin: 0 auto;
}
.manufacturer-slider .slick-slide img {
	border: 0px solid #e0e2e4;
	margin: 0 auto;
}
.carousel-slide .thumbnail {
	margin-bottom: 0;
}



.slick-prev:before, .slick-next:before {
    font-family: 'Glyphicons Halflings' !important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: '\e258' !important;
}
.slick-prev:before {
    content: '\e257' !important;
}




/* ==================================== */
/* PRODUCT GRIDS/LISTS */
/* ==================================== */


.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.thumbnail>img, .thumbnail a>img {
    border: 1px solid #e0e2e4;
}

.list-group a img {
	border: 1px solid #e0e2e4;
}

.item.list-group-item {
    width: 100%;
    background-color: transparent;
    margin-bottom: 10px;
}

.item.list-group-item:nth-of-type(odd):hover,
.item.list-group-item:hover {
    background: transparent;
}

.item.list-group-item .list-group-image {
    margin-right: 15px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
}

.item.list-group-item .caption {
    padding: 0 9px 0px 9px;
}

.item.list-group-item:nth-of-type(odd) {
    background: transparent;
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.caption .list-group-item-text {
    margin: 0 0 11px;
    line-height: 1.4;
    font-size: .9em;
}

.products .list-group-item {
    border: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.products .grid-group-item {
	padding: 0 10px;
}

.products .list-group-item img.group.list-group-image {
	width:15%;
}


h3.accessory {
	font-size: 1.2em;
	margin-bottom: 20px;
}
.media.accessory {
    margin-bottom: 20px;
}

.media.accessory .media-body {
    width: 70%;
}
.media.accessory h4.product-title {
	font-size: .9em;
}


a:hover .thumbnail img.group.list-group-image {
    border: 1px solid #0067b1;
}

.list-group a img:focus {
    outline: none;
}

.thumbnail img.group.list-group-image {
	border: 1px solid #e0e2e4;
}

.thumbnail-more {
    background: #67c8ef;
    border: 1px solid #e0e2e4;
    color: #fff;
    font-size: .8em;
    line-height: 1.5em;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
}

.thumbnail-more p {
    margin: 0;
    position: absolute;
    bottom: 10px;
    padding-right: 20px;
}

.thumbnail-more span {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 10px;
    position: relative;
    top: 1px;
}

.item-more.list-group-item {
    max-width: 400px;
    height: auto;
}

h3.divider {
    border-bottom: 1px solid #e0e2e4;
    margin-bottom: 20px;
    padding-bottom: 8px;
	margin-top: 0;
}

.breadcrumb {
	font-size: .7em;
	margin-bottom: 0;
	color: #b3b2b1;
}

.breadcrumb>li+li:before {
	padding: 0 2px 0 4px;
}	

.row.grid-controls {
    display: inline;
    position: relative;
    float: right;
    top: -63px;
    z-index: 1000;
    margin-bottom: 0;
}

.list-inline.list-image>li {
	display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.list-inline.list-image img,
.list-inline.list-image.standard-products img,
.list-inline.list-image.product-series img,
.list-inline.list-image.computer-hardware img,
.list-inline.list-image.industry-solutions img {
	border: 1px solid #e0e2e4;
}

.list-inline.list-image.computer-hardware img {
	width: 150px;
}

.list-inline.list-image.computer-hardware h4 {
	font-weight: 400;
}


.thumbnail .caption {
    padding: 4px 0 0 0;
    color: inherit;
}

.thumbnail {
    margin-bottom: 25px;
    padding: 0;
	background-color: transparent;
    border: 0px;
}

.product-title {
    margin: 2px 0 2px 0;
    line-height: 1.3em;
	font-size: 1em;
}

a .product-title {
    color: inherit;
}


h5.product-title {
    font-size: .9em;
	font-weight: 400;
}

.product-configuration {
    font-size: 65%;
	font-weight: inherit;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #b3b2b1;
    letter-spacing: .05em;
    display: block;
}

.row.product-gallery {
    margin-left: -10px;
    margin-right: -10px;
	margin-top:5px;
}

.product-gallery [class*="block-grid-"]>* {
    padding: 5px;
}

.catalog a.btn {
    margin:0 0 10px 0;
	float: left;
}

.catalog a.btn span {
    font-size: .7em;
    text-transform: uppercase;
    margin-left: 6px;
    margin-right: 6px;
}

.catalog .list-inline {
	margin-left: -2px;
	text-align: left;
	margin-right: -2px;
}

.catalog .list-inline>li {
	padding-left: 1px;
	padding-right: 1px;
}

/* ==================================== */
/* PANELS */
/* ==================================== */

.panel-body {
	font-size: .9em;
}
.panel-body h4 a,
.panel-body h5 a {
    color: #0067b1;
	font-weight: 600;
}
.panel-body h5, .panel-body .h5, 
.panel-body h6, .panel-body.h6 {
	margin-bottom: 0px;
}


.brand-primary .panel-body h4 a,
.brand-info .panel-body h4 a,
.brand-success .panel-body h4 a,
.brand-warning .panel-body h4 a,
.brand-danger .panel-body h4 a,
.brand-gray-dark .panel-body h4 a,
.brand-primary .panel-body h5 a,
.brand-info .panel-body h5 a,
.brand-success .panel-body h5 a,
.brand-warning .panel-body h5 a,
.brand-danger .panel-body h5 a,
.brand-gray-dark .panel-body h5 a {
	color: #fff;
}

.panel-border .panel-body {
    border: 1px solid #e0e2e4;
}

.panel-border .panel-heading {
    border-top: 1px solid #e0e2e4;
	border-left: 1px solid #e0e2e4;
	border-right: 1px solid #e0e2e4;
	border-bottom: 0px;
}
.panel-title {
    font-size: 16px;
}

.panel {
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.05);
    box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}

.panel-default>.panel-heading {
    background-color: transparent;

}
.panel-default>.panel-body {
    background-color: transparent;
}

.panel-heading-img img {
    width: 100%;
	top:-40%;
	position: relative;
}
.panel-heading-img.auto-height img {
    height: auto;
}

.panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: transparent;
}

.date {
    font-size: 80%;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #b3b2b1;
    display: block;
}

/* Panel with Video Launcher */
/* http://stackoverflow.com/a/27346863 */

.panel-heading-video {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.panel-heading-video a {
    bottom: 0;
    color: inherit;
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: -10%;
	z-index: 500;
}

.panel-heading-video a span {
	color: #FFF;
    left: 0;
    position: absolute;
    right: 0;
    top: 60%;
	opacity: .8;
    transform: translateY(-50%);
}

.panel-heading-video:hover a span {
	opacity: 1;
}

/* Panels for the product page tabs */
.panel-tabs>.panel-heading,
.panel-tabs>.panel-body,
.panel-tabs>.panel-footer {
    background-color: transparent;
    border: 1px solid #e0e2e4;
    border-top: 0px;
}

.panel-tabs>.panel-heading {
    background-color: #daf2fb;
}
.panel-tabs>.panel-heading h5 {
    font-size: .8em;
    text-transform: uppercase;
}

.panel-tabs>.panel-footer .list-inline {
    margin-bottom: 0px;
}

.media-right {
    width: 30%;
}

.media-right.mrpn {
    width: 34%;
}

.media .checkbox {
    margin-top: 0;
}
.media.media {
    margin-top: 0;
	
}
.media.replacement-parts.media {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tab-content img.media-object {
    width: 80px;
    margin-bottom: 10px;
}
.tab-content .media-left {
    min-width: 90px;
}



.panel .list-unstyled li {
    margin-bottom: 10px;
}


/* Products page panel */

.products-page .panel {
    margin: 0 5px 10px;
    padding: 10px;
}

.products-page .panel p.mm-title {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 4px;
    padding-bottom: 5px;
}

.products-page .panel h6 {
    color: #999;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

.products-page .panel li {
    line-height: 1.2em;
    margin-bottom: .3em;
}

.products-page .panel p.mm-title.mmt-center {
    margin-top: 14px;
}



/* ------------------------------------ */
/* STANDARD PRODUCTS  					*/
/* ------------------------------------ */


.standard-products h6  {
	text-transform: uppercase;
	color: #67c8ef;
	margin-bottom: 10px;
}
.standard-products p {
    margin: 0;
	font-size: 12px;
	line-height: 14px;
}
.standard-products p.lead {
    font-size: 14px;
    line-height: 18px;
}
.standard-products h5 {
    font-size: 14px;
	line-height: 16px;
	margin-top: 0px;
}


.standard-products .panel {
    border: 1px solid #e0e2e4;
}

.standard-products .panel-heading {
	border-bottom: 0px;
}

.standard-products .panel-body {
    border-top: 1px solid #e0e2e4;
    border-bottom: 0px;
}

.standard-products .panel-body.topborder0 {
    border-top: 0px;
}

.standard-products .panel-footer {
	background-color: #eee;
	border-color: #ddd;
}

.standard-products .panel-footer .btn {
	border-radius: 0;
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 1.33333333;
	margin-top: 0;
	padding: 5px 10px;
	width: auto;
}

.standard-products .img-border {
    border: 2px solid #eee;
}



/* .standard-products .list-inline>li {
    margin-bottom: 10px;
	vertical-align: top;
}


.standard-products .list-inline>li img 	{
	margin: 0 auto;
}
.standard-products .s1 .list-inline>li 		{width: 150px;}
.standard-products .s2 .list-inline>li 		{width: 200px;}
.standard-products .s3 .list-inline>li 		{width: 250px;}


.standard-products .s1 .list-inline>li img 	{max-width: 100px;}
.standard-products .s2 .list-inline>li img 	{max-width: 150px;}
.standard-products .s3 .list-inline>li img 	{max-width: 200px;} */

.standard-products .row.sp-grid {
    justify-content: center!important;
    -webkit-box-pack: center!important;
    display: flex;
    flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px
	
}
.standard-products .row.sp-grid-left {
    justify-content: left!important;
    -webkit-box-pack: left!important;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.standard-products img {margin-bottom:6px;}


.standard-products .nav-tabs>li.active>a, 
.standard-products .nav-tabs>li.active>a:hover, 
.standard-products .nav-tabs>li.active>a:focus {
    color: #FFF;
    background-color: #67c8ef;
}

.standard-products .nav-tabs>li>a {
    color: #999;
}

/* decreases the margin of colums for standard product thumbnails */
.sp-grid .col-xs-1, .sp-grid .col-sm-1, .sp-grid .col-md-1, .sp-grid .col-lg-1, .sp-grid .col-xs-2, .sp-grid .col-sm-2, .sp-grid .col-md-2, .sp-grid .col-lg-2, .sp-grid .col-xs-3, .sp-grid .col-sm-3, .sp-grid .col-md-3, .sp-grid .col-lg-3, .sp-grid .col-xs-4, .sp-grid .col-sm-4, .sp-grid .col-md-4, .sp-grid .col-lg-4, .sp-grid .col-xs-5, .sp-grid .col-sm-5, .sp-grid .col-md-5, .sp-grid .col-lg-5, .sp-grid .col-xs-6, .sp-grid .col-sm-6, .sp-grid .col-md-6, .sp-grid .col-lg-6, .sp-grid .col-xs-7, .sp-grid .col-sm-7, .sp-grid .col-md-7, .sp-grid .col-lg-7, .sp-grid .col-xs-8, .sp-grid .col-sm-8, .sp-grid .col-md-8, .sp-grid .col-lg-8, .sp-grid .col-xs-9, .sp-grid .col-sm-9, .sp-grid .col-md-9, .sp-grid .col-lg-9, .sp-grid .col-xs-10, .sp-grid .col-sm-10, .sp-grid .col-md-10, .sp-grid .col-lg-10, .sp-grid .col-xs-11, .sp-grid .col-sm-11, .sp-grid .col-md-11, .sp-grid .col-lg-11, .sp-grid .col-xs-12, .sp-grid .col-sm-12, .sp-grid .col-md-12, .sp-grid .col-lg-12 {
	padding-left: 10px;
    padding-right: 10px;
	margin-bottom: 10px;
}



/* ==================================== */
/* MODALS */
/* http://azmind.com/bootstrap-tutorial-modal-video/ */
/* Modified by Chad to work for product galleries */
/* ==================================== */

.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}
 
.modal-header {
    padding: 15px 25px;
}

.modal-header .close {
	color: #000;
	font-size: 30px;
}

h4.modal-title {
	font-size: 16px;
	font-weight: 500;
	padding-right: 40px;
}


#video-modal .modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
#video-modal .modal-body {
    padding: 0 25px 25px 25px;
}

#video-modal .modal-header {
    padding: 15px 25px;
    text-align: right;
}

#video-modal .modal-header, #video-modal .modal-footer {
    border: 0;
}
 
#video-modal .modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

#video-modal .modal-header .close {
    color: #999;
    font-size: 30px;
}

body#product-share-page,
body#product-pdf-page {
    padding: 20px 10px 10px;
}

.share-product .mfp-content {
    min-height: 460px;
}

.pdf-product .mfp-content {
    min-height: 460px;
}

.mfp-content .mfp-iframe {
    background: #f8f8f8 !important;
}


/* ==================================== */
/* Sumome Sharing Videos */
/* ==================================== */

.sumome-share-client-wrapper a {
    margin-right: 6px !important;
}




/* ==================================== */
/* Masonry OEM Portfolio */
/* ==================================== */

.grid-item {
  margin-bottom: 0;
	padding: 5px;
}
.grid-item a:hover {
    opacity: .7;
}

.grid-item a span { 
    background: rgba(0,0,0,0.2);
    color: #FFFFFF;
	display: none; 
	font-size: 2em;
	left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: .8;
    transform: translateY(-0%);
	height: 100%;
    padding: 40% 0;
	text-align: center;
}

.grid-item a:hover span {
    display:block;
}

.masonary {
    margin-left: -10px;
    margin-right: -10px;
	margin-top:5px;
}

.product-gallery [class*="block-grid-"]>* {
    padding: 5px;
}


/* ==================================== */
/* Other Stuff */
/* ==================================== */

#buy-map {
    height: 600px;
}


.h2b-tabs .tab-content {
    background: #fff;
    border: 1px solid #e0e2e4;
    border-top: none;
}

.h2b-tabs .tab-content #oem,
.h2b-tabs .tab-content #resellers {
    padding: 20px;
}

.kb-iframe {
    border: none;
    min-height: 1000px;
    width: 100%;
}

#state_list_chosen {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}


/* ==================================== */
/* Landing Pages */
/* ==================================== */

body.landing {
    background: #fff url(/a/img/landing/download-3.jpg) top center no-repeat;
    background-size: 100% auto;
    padding-top: 40px;
}

body.landing.hide-clouds {
    background: none;
    padding-top: 30px;
}

.landing .well {
    background-color: #fff;
}

.landing .landing-content h2 {
    font-size: 22px;
}

.landing .landing-content h3 {
    font-size: 22px;
    line-height: 1.5em;
}

.landing .landing-content h4 {
    padding-left: 3em;
    padding-right: 3em;
}

.landing .landing-content ul {
    list-style-type: none;
    padding-left: 0;
}

.landing .landing-content li {
    line-height: 1.3em;
    padding-bottom: 1em;
}

.yamm-content p.mm-title.mmt-alt {
    border-bottom: none;
    margin-bottom: 0;
}

.dropdown-menu h6 {
    margin-top: 10px;
}

.img-chooser {

}

.img-chooser li {
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    float: none;
    margin: 0 10px 10px;
    cursor: pointer;
}

.img-chooser li.selected {
    border-color: #F17F03;
}






/* Large phones (phones, 414px and up) */
@media (min-width: 414px) {

    .media.accessory .media-body {
        width: 75%;
    }

}


/* Small tablets (tablets, 535px and up) */
@media (min-width: 535px) {

    .media.accessory .media-body {
        width: 80%;
    }

    .thumbnail-more {
        padding: 20px;
    }

    .thumbnail-more p {
        bottom: 20px;
    }

}





/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
    /* HOME SLIDER */
    .hero-text h1 {
        color: #fff;
        font-size: 22px;
        font-weight: 200;
        line-height: 1.5em;
        margin: 0 5% 3%;
        text-align: center;
    }



	/* STANDARD PRODUCTS SLIDER */

	.sp-slider .slick-prev:before,
	.sp-slider .slick-next:before {
		font-size: 30px;
	}

	.sp-slider .slick-prev {
	    left: -30px;
	    height: 30px;
	    width: 30px;
	}

	.sp-slider .slick-next {
	    right: -30px;
	    height: 30px;
	    width: 30px;
	}
	
	.products .list-group-item img.group.list-group-image {
		width:5%;
		
	}
	.row.grid-controls {
		display: inline;
		position: relative;
		float: right;
		top: 25px;
		z-index: 1000;
		margin-bottom: 0;
	}
	.row.grid-controls .btn, .row.grid-controls .btn-group >.btn {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.3333333;
		border-radius: 0;
	}
	.catalog a.btn {
		float: right;
		margin:10px 0 0 0;
	}
	.catalog .list-inline {
		margin-left: -2px;
		text-align: right;
		margin-right: -2px;
		padding-left: 1px;
    	padding-right: 1px;
	}
	
	.yamm .dropdown.search .dropdown-menu {
        left: 40%;
        right: 0;
    }

	/* Apply some style to lower request more info
		button on product detail page
		it has btn-md btn-block mt20 but needs to look
		like btn-sm - don't ask why smart ass */
	.panel-footer .btn {
		border-radius: 0;
		display: inline-block;
		font-size: 12px;
		line-height: 1.33333333;
		margin-top: 0;
		padding: 5px 10px;
		width: auto;
	}


	/* Adjust video for larger screens */
	.hero-container {
    	height: 400px;
	}


    .pull-down-parent {
        position: relative;
    }

    .pull-down {
        position: absolute;
        bottom: 0;
        right: 0;
    }
	
	.cycle-slideshow  .caption p {
		font-size: 24px;
    	color: #FFF;
    	margin: 0 20px;
    	font-weight: 200;
	}

    .media.accessory .media-body {
        width: 85%;
    }

    .tblt .navbar-default .navbar-right .dropdown-menu {
        right: 0;
    }

    .share-product .mfp-content {
        min-height: 480px;
    }

    .pdf-product .mfp-content {
        min-height: 480px;
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 500px !important;
    }

    .pet_hl {
        color:#515151;
        font-size:50px;
        margin: 1em 0 .25em;
    }

    .pet_pq{
        color:#383838;
        font-size:38px;
        font-weight: 200;
    }

    .pet_body{
        width:60%;
        color: #989999;
        font-size: 18px;
    }

    [class*="block-grid-"] .item.oss-item {
        padding: 0 50px 10px;
    }

    .products-page .panel p.mm-title.mmt-center {
        margin-top: 10px;
    }

	
}
	
























/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {	
	
	/* ==================================== */
	/* COMMON */
	/* ==================================== */

	.breadcrumb>.last {
		color: #b3b2b1;
	}
	
	.well.left-border {
		padding: 0px 0 0 30px;
		background-color: transparent; 
		border: 0;
		border-left: 1px solid #e0e2e4;
		border-radius: 0;
		-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.05); 
		box-shadow: inset 0 0px 0px rgba(0,0,0,0.05); 
	}
	.well.right-border {
		padding: 0 30px 0 0;
		background-color: transparent; 
		border-right: 1px solid #e0e2e4;
		border-radius: 0;
		-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.05); 
		box-shadow: inset 0 0px 0px rgba(0,0,0,0.05); 
	}

    .yamm .dropdown.search .dropdown-menu {
        left: 60%;
        right: 0;
    }

	
	/* ==================================== */
	/* HOMEPAGE */
	/* ==================================== */


	/* CAROUSEL */
	.carousel .slide {
		position: relative;
	}

	.carousel .caption {
		background: rgba(255,255,255,.7);
		bottom: 0;
		left: 0;
		min-height: 80px;
		padding: 20px;
		position: absolute;
		width: 100%;
		z-index: 2;
	}

	.carousel .slick-prev:before,
	.carousel .slick-next:before {
		font-size: 60px;
		opacity: .6;
	}

	.carousel .slick-prev {
	    left: 20px;
	    height: 60px;
	    width: 60px;
	    z-index: 1;
	}

	.carousel .slick-next {
	    right: 20px;
	    height: 60px;
	    width: 60px;
	    z-index: 1;
	}

	
	

	/* Shifts video on larger screens */
	.video-container video {
    	top: 50%;
    	transform: translateY(-50%);
	}

	/* Adjust video for larger screens */
	.hero-container {
    	height: 500px;
	}
	
	.video-container video {
    	top: 50%;
    	transform: translateY(-50%);
	}
	
	.cycle-slideshow .s1 .caption {
		bottom: 30%;
	}
	
	.cycle-slideshow  .caption p {
		font-size: 30px;
    	color: #FFF;
    	margin: 0 40px;
    	font-weight: 200;
	}
	
	/* ==================================== */
	/* EQUAL HEIGHT COLUMNS */
	/* ==================================== */

	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.media.accessory .media-body {
        width: 66%;
    }


    .share-product .mfp-content {
        min-height: 500px;
    }

    .pdf-product .mfp-content {
        min-height: 500px;
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 520px !important;
        overflow: hidden;
    }

    .mfp-iframe-holder .mfp-content #product-share-page {
        /*width: 90%;*/
    }



    [class*="block-grid-"] .item.oss-item {
        padding: 0 30px;
    }

    .products-page .panel p.mm-title.mmt-center {
        margin-top: 24px;
    }

}















/* Med-Large devices (tablets/desktops, 1150px and up) */
@media (min-width: 1150px) {

    /* ==================================== */
    /* HOMEPAGE */
    /* ==================================== */


    .hero-text h1 {
        color: #fff;
        font-size: 26px;
        font-weight: 200;
        line-height: 1.5em;
        margin: 0 5% 3%;
        text-align: center;
    }

}













/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	/* Adjust video for larger screens */
	.hero-container {
    	height: 550px;
	}
	
	.video-container video {
    	top: 40%;
    	transform: translateY(-50%);
	}

    .products-page .panel p.mm-title.mmt-center {
        margin-top: 34px;
    }
	
}












/* ==================================== */
/* GLOBAL NAV */
/* ==================================== */

body {
	padding-top: 60px;
}

.navbar {
    min-height: 60px;
	height: 60px;
}
.navbar .container-fluid {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-brand {
    background: #FFF url(/a/img/logo/gcx-logo-blue.svg) no-repeat 50% center;
    padding: 0 15px;
	background-size: 120px 40px;
	width: 14.5rem;
	margin: 0;
	text-indent: -99999px;
	height: 60px;
}

.navbar-nav .dropdown {
    margin: 0;
}
.navbar-nav>li>a {
	height: 60px;
	line-height: 26px;
}

.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
    background-color: #FFF;
}

.navbar-toggle {
    margin-top: 14px;
    margin-bottom: 12px;
    border: 0px;
}

.dropdown-menu {
	border-right:none;
	border-left:none;
	border-bottom:none;
}

.navbar-nav li>.dropdown-menu {
	background-color: #F5F5F5;
	margin-top: 0px;
}

.navbar-default .navbar-nav>li>a {
	background: #F5F5F5;
	border-top: 1px solid #ddd;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.navbar-default .navbar-nav.navbar-left>li>a {
	background: #FFF;
	font-weight: 500;
}
.navbar-nav.navbar-left, .navbar-nav.navbar-right {
	margin: 0 -15px;
}
.navbar-nav.navbar-right>li>a {
	font-size: .8em;
}
.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {
    border-color: #ddd;
}

.navbar-nav li.dropdown a,
.navbar-nav li.store a  {
    height: auto;
}

.dropdown-menu {
    padding: 0;
}

.navbar-collapse {
	background-color: #F5F5F5;
}
.navbar-default .navbar-collapse {
    border-color: #fff;
    border-bottom: #ddd 1px solid;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 400px;
}


/* ==================================== */
/* MEGAMENU */
/* http://geedmo.github.io/yamm3/ */
/* ==================================== */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}

.yamm .container {
	position: relative;
}

.yamm .dropdown-menu {
	left: auto;
}

.yamm .yamm-content {
	padding: 15px 15px;
}


.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.yamm-content h1, .well h1 {
	font-size: 1.4em;
	font-weight: 600;
}
.yamm-content h1 {
	border-bottom:1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.yamm-content h2 {
	font-size: 1.2em;
	padding-bottom: 0;
	border-bottom: 0;
	margin: 0;
	font-weight: 600;
}

.yamm-content h3 {
	font-size: 1.1em;
	margin-bottom: 0;
	border-bottom: 0px solid #ccc;
}
.yamm-content h4 {
	font-size: 1em;
	font-weight: 400;
	padding-bottom: 2px;
	border-bottom: 0px solid #ccc;
}

.yamm-content {
	font-size: .8em;
	margin-bottom: 11px;
}


.yamm .list-unstyled li {
	margin-bottom: .3em;
}

.yamm-content .list-inline>li {
	display: table-cell;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.yamm-content .list-inline.list-image {
	display: block;
	padding: 0;
}
.yamm-content .list-inline.list-image img {
	margin-bottom: 10px;
}



.yamm .yamm-content .input-group-addon {
	width: 20%;
}

.yamm .yamm-content .list-unstyled li {
	line-height: 1.2em;
}


.yamm-content .form-group {
	margin-bottom: 6px;
	margin-left: 0;
	margin-right: 0;
}

.yamm-content p.mm-title {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 0;
}
	.mm-contact p.mm-title {
		border-bottom: 1px solid #FFF;
	}

.yamm-content p.mm-title.mmt-alt {
    border-bottom: none;
    margin-bottom: 4px;
}

.yamm-content p.mm-title.mmt-center {
    margin: 0;
}

.yamm-content p.mm-subtitle {
	font-size: 15px;
	font-weight: 400;
	line-height: .8;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.yamm-content p.mm-subsubtitle {
	font-size: 12px;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 4px;
	margin-top: 0;
	padding-bottom: 0;
}

.mm-contact .yamm-content p.mm-subtitle,
.mm-contact .yamm-content p.mm-subsubtitle {
	color: #006fb8;
}

.mm-about .yamm-content {
	background-color: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.yamm-content .list-unstyled {
	padding: 0px;
	margin-bottom: 0;
}



/* IMAGES */

.yamm-content .list-inline.list-image.standard-products img {
	width: 100px;
}
.yamm-content .list-inline.list-image.product-series img {
	width: 50px;
}
.yamm-content .list-inline.list-image.computer-hardware img {
	width: 50px;
}
.yamm-content .list-inline.list-image.industry-solutions img {
	width: 65px;
}


/* PRODUCTS */

.dropdown-menu .panel {
    margin: 0 0 10px 0;
    padding: 10px;
}

.dropdown-menu h6 {
    color: #999;
    font-size: 11px;
    font-weight: normal;
}

.dropdown-menu .panel.no-pad {
    padding: 0;
}

.dropdown-menu .panel.no-pad .mm-title {
    padding: 0 0 4px;
}



/* ==================================== */
/* SUBNAV */
/* ==================================== */

.subnav {
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	/*position: fixed;*/
	right: 0;
	left: 0;
	top: 80px;
	z-index: 1020;
}

.subnav a {
	font-size: .75em;
}

.nav-pills>li>a {
	padding: 14px 8px 12px 8px;
	color: #4f5355;
}
.nav-pills>li.active>a, 
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus,
.nav-pills>li.parent-active>a,
.nav-pills>li.parent-active>a:hover,
.nav-pills>li.parent-active>a:focus {
	color: #383838;
	font-weight: 500;
	background-color: transparent;
}
.nav-pills>li>a:hover, 
.nav-pills>li>a:focus {
	color: #b3b2b1;
	background-color: transparent;
}

.nav-pills li.active:after, 
.nav-pills li.active:before,
.nav-pills li.parent-active:after, 
.nav-pills li.parent-active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.nav-pills li.active:after,
.nav-pills li.parent-active:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.nav-pills li.active:before,
.nav-pills li.parent-active:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #ccc;
	border-width: 11px;
	margin-left: -11px;
}
ul.nav.nav-pills {
	display: table;
	margin: 0 auto;
}



.subnav.speciality {
    position: inherit;
}












@media (max-width: 767px) {
	.navbar-utility.search span.glyphicon,
	.navbar-utility.contact span.glyphicon {
    	display: inline !important;
	}
	.yamm-content {
		font-size: 1em;
		margin-bottom: 11px;
	}
	
	
	/* home page videos */
		.cycle-slideshow .caption h1 {
		font-size: 24px;
	}
	.cycle-slideshow .caption p {
		font-size: 18px;
		margin: 0 10px;
	}
	.jumbotron.jumbotron-video .btn-lg {
		padding: 6px 14px;
		font-size: 12px;
	}

}


@media (max-width: 768px) {

    .section.video-container {
        background: #fff !important;
        padding: 0;
    }

    .section.video-container .container {
        background: #fff;
        padding: 0;
    }
}



@media (min-width: 768px) and (max-width: 990px) {

    .dropdown-menu .panel.no-pad .mm-title {
        padding: 8px 0;
        margin-bottom: 0;
    }

    .yamm-content p.mm-title a {
        font-size: 14px;
        line-height: 1.3em;
    }

}




	
@media (min-width: 768px) {
	
	body {
		padding-top: 80px;
	}

    body.simple {
        padding-top: 30px;
    }

    body.body-75 {
        padding-top: 75px;
    }

    body.body-125 {
        padding-top: 125px;
    }
	
	.navbar-default {
		background-color: transparent;
		-webkit-transition: all .25s;
		-moz-transition: all .25s;
		transition: all .25s;
		margin-bottom: 0;
	}
	
	.navbar {
		background: transparent;
		border-bottom: 0px solid #ddd;
		min-height: 80px;
		height: 80px;
	}

	.navbar-collapse {
		background: rgba(210,210,210,0.95);
		border-bottom: 0px solid #EEE;
	}
	.navbar-default .navbar-collapse {
    	border-color: #fff;
    	border-bottom: 0;
	}
	.navbar-default .navbar-brand {
		background: #0067b1 url(/a/img/logo/gcx-logo-white.svg) no-repeat 50% center;
		padding: 0 15px;
		background-size: 120px 45px;
		width: 14.5rem;
		height: 80px;
	}
	.navbar-default .navbar-brand:hover, 
	.navbar-default .navbar-brand:focus {
		background-color: #00497e;
	}
	.navbar-default .navbar-nav>li>a {
		height: 80px;
	}
	.navbar-default .navbar-nav>li>a {
    	border-bottom: 0; 
	}
	.navbar-default .navbar-nav>li>a {
		border-top: 0;
	}
	
	.navbar-default .navbar-nav>.open>a, 
	.navbar-default .navbar-nav>.open>a:hover, 
	.navbar-default .navbar-nav>.open>a:focus {
		background: #f7f7f7 !important;
	}
	
	.navbar-default .navbar-nav.navbar-left {
		margin: 0;
	}
	.navbar-default .navbar-nav.navbar-left>li>a {
		background: #FFF;
		border-right: 1px solid #ddd;
		font-size: 1.4rem;
		padding-right: 2.5rem;
		padding-left: 2.5rem;
		text-transform: uppercase;
	}
	
	
	.navbar-default .navbar-nav .glyphicon { 
		margin-right: 0px; 
		line-height: 22px;
	}
	
    .navbar-default .navbar-nav .input-group-addon,
    #login_form .input-group-addon {
        border: 1px solid #e0e2e4;
        font-size: 18px;
        padding-bottom: 2px;
    }

    .navbar-default .navbar-nav .icon,
    #login_form .icon {
        line-height: 0px;
        margin: 0; 
    }
	
	.navbar-nav .dropdown {
		margin: 0;
		height: 80px;
	}
	.navbar-default .navbar-right .dropdown-menu {
		right: 0;
	}

    .navbar-default .dropdown-menu h6 {
        padding-top: 0;
    }
	
	/* ------------RIGHT MENU ------------*/
	.navbar-default .navbar-nav.navbar-right>li>a {
		background-color: #fff;
		background: transparent;
		color: #555;
		font-size: 1em;
		text-transform: uppercase;
		padding-right:1rem;
		padding-left:1rem;
		padding-top:30px;
	}

	.navbar-default .navbar-nav.navbar-right>li>a:hover {
		background-color: rgba(0,0,0,0.05);
	}
	.navbar-default .navbar-right .dropdown-menu {
		right: 0;
	}
	
	
	.navbar-default .navbar-nav .navbar-utility.open>a, 
	.navbar-default .navbar-nav .navbar-utility.open>a:hover, 
	.navbar-default .navbar-nav .navbar-utility.open>a:focus {
		background: rgba(247, 247, 247, .2) !important;
	}
	
	/* CONTACT */
	.navbar-default .navbar-nav.navbar-right>li.contact>a {
		background-color: #67c8ef;
		color: #fff;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.navbar-default .navbar-nav.navbar-right>li.contact>a:hover {
		background-color: #39b7ea;
	}
	
	.navbar-default .navbar-nav .navbar-utility.contact.open>a, 
	.navbar-default .navbar-nav .navbar-utility.contact.open>a:hover, 
	.navbar-default .navbar-nav .navbar-utility.contact.open>a:focus {
		background: #39b7ea !important;
	}
	
	.navbar-nav .contact .dropdown-menu {
		background-color: #67c8ef;
		border-top: #fff 1px solid;
		color: #fff;
	}
	.navbar-nav .contact .dropdown-menu h2 {
		margin-top: 1.4em;
		margin-bottom: 10px;
	}
	.navbar-nav .contact .dropdown-menu h4 {font-size: 1.1em;}

	.navbar-nav .contact .dropdown-menu h1,
	.navbar-nav .contact .dropdown-menu h2,
	.navbar-nav .contact .dropdown-menu h3 {color: #006fb8; border-bottom: 0;}

	.navbar-nav .contact .dropdown-menu h4,
	.navbar-nav .contact .dropdown-menu p,
	.navbar-nav .contact .dropdown-menu small {color: #fff;}

	.navbar-nav .contact .dropdown-menu h1,
	.navbar-nav .contact .dropdown-menu h2 {border-bottom: 1px solid #fff;}

	.navbar-nav .contact .dropdown-menu h4 small {
		display: inline;
		text-transform: uppercase;
	}
	
	/* SEARCH */
	.navbar-default .navbar-nav.navbar-right>li.search {
        margin-left: 10px;
    }
    .navbar-default .navbar-nav.navbar-right>li.search>a {
		background-color: #b1b1b1;
		color: #666;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	
	.navbar-default .navbar-nav .navbar-utility.search.open>a, 
	.navbar-default .navbar-nav .navbar-utility.search.open>a:hover, 
	.navbar-default .navbar-nav .navbar-utility.search.open>a:focus {
		background: rgba(0,0,0,0.20) !important;
	}
	
	/* ------------DOWN DOWN ARROWS ---------------*/
	

	.navbar-default .navbar-nav li.dropdown.open::after	{
        content: "";
		position: relative;
		top: -30px;
		left: 50%;
		margin-left: -10px;
		border-bottom: 10px solid #DDD;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		z-index: 9999;
	}
	
	.navbar-default .navbar-nav li.dropdown.navbar-utility.open::after	{
        content: "";
		position: relative;
		top: -26px;
		left: 50%;
		margin-left: -6px;
		border-bottom: 6px solid #EEE;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		z-index: 9999;
	}
	
	.navbar-default .navbar-nav li.dropdown.search.open::after	{
		margin-left: -2px;

	}

    
	
	
	/* YAMM */
	.yamm .yamm-content {
		padding: 30px;
		margin-bottom: 0;
	}
	
	.yamm-content p.mm-title {
		border-bottom:1px solid #ccc;
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 10px;
		margin-top: 0;
		padding-bottom: 5px;
	}
	
    .mm-contact p.mm-title {
		border-bottom: 1px solid #FFF;
	}
	
	.yamm-content p.mm-subtitle {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 0;
		margin-top: 0;
	}

	.yamm-content p.mm-subsubtitle {
		font-size: 13px;
		font-weight: 400;
		line-height: .8;
		margin-bottom: 10px;
		margin-top: 0;
		padding-bottom: 0;
	}

    .yamm .manufacturer-list .list-unstyled li {
        margin-bottom: .7em;
    }


    /* Product PDF Modal (Magnific) */

    .mfp-iframe {
        border: 10px solid #0065AE;
    }

    #product-pdf-page {
        background: #fff;
        height: 100%;
        padding-top: 60px;
        padding-right: 40px;
        padding-left: 40px;
    }

    #product-pdf-page p.pdf-icon i {
        color: #ddd;
        cursor: default;
        margin-top: 80px;
    }

    #product-pdf-page h3 {
        font-size: 32px;
        margin-top: 10px;
        text-align: center;
    }

    #product-pdf-page img {
        text-align: center;
    }

    #product-pdf-page p {
        text-align: center;
    }

    #product-pdf-page .product-pdf-page-condensed p.pdf-icon i {
        margin-top: 30px;
    }

    #product-pdf-page .product-pdf-page-condensed h3 {
        font-size: 28px;
        margin-top: 0;
    }

    #product-pdf-page .product-pdf-page-download p.pdf-icon i {
        margin-top: 100px;
    }

    #product-pdf-page .product-pdf-page-download h3 {
        font-size: 32px;
        margin-top: 10px;
    }

    #product-share-page {
        background: #fff;
        padding: 20px;
        width: 550px;
    }

    #product-share-page h2 {
        color: inherit;
        font-size: 22px;
        margin: 10px;
    }

    #product-share-page p {
        font-size: 14px;
        margin: 20px 0;
    }

    #product_share_form {
        background: #fff;
        padding: 10px 10px 0;
    }

    #product_share_form label.error {
        display: block;
        font-size: 12px;
        float: none;
        margin: 0 0 0 128px;
        position: relative;
        text-align: left;
        top: 0;
        width: auto;
    }

    #product_share_form span {
        color: #f17b00;
        padding-left: 1px;
    }

    .banner h1 {
        margin-bottom: 0;
    }

    .banner h1.tall-banner {
        margin-top: 55px;
        margin-bottom: 55px;
    }

}
	






/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	
	.navbar-default .navbar-nav.navbar-left>li>a {
		padding-right: 3rem;
		padding-left: 3rem;
	}
	
	.navbar-default .navbar-nav.navbar-right>li>a {
		font-size: .8em;
	}
	
	.navbar-default .navbar-right .dropdown-menu {
		 right: auto; 
	}

    .navbar-default .navbar-right .contact .dropdown-menu,
    .usb .navbar-default .navbar-right .dropdown-menu {
         right: 0; 
    }

    .yamm-content p.mm-title.mmt-center {
        margin-top: 24px;
    }

    .dropdown-menu .panel.no-pad .mm-title {
        padding-top: 17px;
    }
	
	
	
	/* SEARCH */
	.navbar-default .navbar-nav.navbar-right>li.search>a {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
		font-size: 1em;
	}
	
	
	/* IMAGES */

	.yamm-content .list-inline.list-image.standard-products img {
		width: 70px;
	}
	.yamm-content .list-inline.list-image.product-series img {
		width: 50px;
	}
	.yamm-content .list-inline.list-image.industry-solutions img {
		width: 65px;
	}
	
	

    #product-share-page .form-group {
        margin-left: 20px;
        margin-right: 20px;
    }	


    .blog-text img.pull-right {
        margin: 0 0 10px 10px;
    }
	
}






/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	.navbar-default .navbar-nav.navbar-left>li>a {
		background: #FFF;
		border-right: 1px solid #ddd;
		font-size: 1.4rem;
		padding-right: 5rem;
		padding-left: 5rem;
		text-transform: uppercase;
	}
	
	.subnav a {
		font-size: .8em;
	}
	
	.nav-pills>li>a {
		padding: 14px 12px 12px 12px;
		color: #4f5355;
	}
	
	/* CONTACT */
	.navbar-default .navbar-nav.navbar-right>li.contact>a {
		padding-right: 3rem;
		padding-left: 3rem;
	}
	
	/* SEARCH */
	.navbar-default .navbar-nav.navbar-right>li.search>a {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
		font-size: 1.2em;
	}
	
	
	/* IMAGES */

	.yamm-content .list-inline.list-image.standard-products img {
		width: 100px;
	}
	.yamm-content .list-inline.list-image.product-series img {
		width: 70px;
	}
	.yamm-content .list-inline.list-image.computer-hardware img {
		width: 60px;
	}
	.yamm-content .list-inline.list-image.industry-solutions img {
		width: 65px;
	}
	
	.yamm-content {
		font-size: .9em;
		margin-bottom: 10px;
	}

    #product-share-page {
        background: #fff;
        padding: 20px;
        width: 550px;
    }

	
}







/* ==================================== */
/* FOOTER */
/* ==================================== */

footer {
	background-color: #666;
	color: #AAA;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: 0;
}

footer a {
	color: #AAA;
}

footer .footer-menu a,
footer .footer-contact li {
	font-weight: 400;
}
footer .footer-menu a:hover {
	color: #383838;
}

footer .footer-contact li span {
	font-weight: 300;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .05em;
}

footer .footer-social a {
	font-size: 1.8em;
}
footer .footer-social a:hover {
	color: #383838;
}

footer .copyright li {
	font-size: 0.8em;
	padding-left: 6px;
	padding-right: 0;
}

footer .copyright li a:before {
	content: "|";
	padding-right: 8px;
	color: #AAA;
}

footer .copyright li a:hover {
	color: #383838;
}
footer p {
	font-weight: 400;
}

footer p.lead {
	font-size: 1em;
	line-height: 1.6em;
	color: #fff;
}
footer h4 {
	color: #fff;
	font-size: 1.2em;
	margin-top: 0;
	font-weight: 400;
	margin-bottom: 10px;
	}
	
footer, footer p, footer h4 {text-align: center;}		

.copyright ul.list-inline {
	font-size: .9em;
}

.feedback {
    background-color: #666;
}







@media (min-width: 768px) {
	
	footer .about {
		border-right: 1px solid #AAA;
	}
	
	footer, footer p, footer h4 {text-align: left;}		

	
}



/* Product Detail Pages */
.config-option h5 {
    margin-bottom: .3em;
}
.media-right.mrpn p {
    margin-bottom: 0px;
}
.media-body .checkbox {
    margin-bottom: 4px;
}
.media-body ul {
    margin-top: 4px;
    font-size: .85em;
    padding-left: 20px;
}