/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family:Verdana, Tahoma, sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 75%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Blade Creative Branding http://www.bladecreativebranding.com
   ========================================================================== */

/* Start with the mobile styles so those devices don't get overburdened */
html {height:100%;width:100%;}
body {background:#919191;height:100%;width:100%;overflow-y:scroll;}
header {background:#f5f5f5;padding:10px 0 0;}
#logo {margin:10px auto;display:block;clear:both;}
nav#primary {width:0;height:0;padding:28px 87px 0 0;background:url(../img/columbia-tab.png)right no-repeat;float:right;margin:0 10% 10px 0;overflow:hidden;display:none;position:absolute;top:0;right:0;}
nav#primary a {float:right;font-size:11px;padding:5px 10px;color:#666;text-decoration:none;border-right:1px solid #666;}
nav#primary:hover {width:380px;height:28px;padding:0 87px 0 0;}
nav#primary a:hover {text-decoration:underline;}
nav#primary a.last {border-right:none;}
nav#primary a#columbiaLink {border:none;position:absolute;top:0;right:0;height:28px;width:87px;padding:0;}

nav#secondary, a.bigButton, a.tab {-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #a2a2a2;color:#777;width:80%;margin:0 auto 20px;height:38px;list-style:none;
background: #fbfbfb; /* Old browsers */
background: -moz-linear-gradient(top,  #fbfbfb 0%, #ececec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fbfbfb 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fbfbfb 0%,#ececec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fbfbfb 0%,#ececec 100%); /* IE10+ */
background: linear-gradient(top,  #fbfbfb 0%,#ececec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}
nav#secondary {overflow:hidden;}
nav#secondary a {float:left;display:block;font-size:10px;font-weight:bold;text-decoration:none;color:#656565;width:22.4%;padding:0 1%;text-align:center;line-height:38px;overflow:hidden;height:38px;border-right:1px solid #afafaf;border-left:1px solid #FFF;}
nav#secondary a.first {border-left:none;}
nav#secondary a.last {border-right:none;}
nav#secondary a:hover, a.bigButton:hover, a.tab:hover {background: #dadada; /* Old browsers */
background: -moz-linear-gradient(top,  #dadada 0%, #f1f1f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dadada 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dadada 0%,#f1f1f1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dadada 0%,#f1f1f1 100%); /* IE10+ */
background: linear-gradient(top,  #dadada 0%,#f1f1f1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
nav#secondary a.active, a.tab.active {-moz-box-shadow:inset 0 2px 2px 0 #AAA;
-webkit-box-shadow:inset 0 2px 2px 0 #AAA;
box-shadow:inset 0 2px 2px 0 #AAA;
background: -moz-linear-gradient(top,  #dadada 0%, #f1f1f1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dadada 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dadada 0%,#f1f1f1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dadada 0%,#f1f1f1 100%); /* IE10+ */
background: linear-gradient(top,  #dadada 0%,#f1f1f1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */}

nav#tertiary {width:100%;height:32px;padding:0;list-style:none;}
nav#tertiary a, nav#tertiary li {float:right;font-weight:bold;text-decoration:none;font-size:12px;line-height:32px;padding:0 3%;color:#FFF;}

nav#tertiary li {float:none;padding:0 10%;}
nav#tertiary li span {display:block;width:100%;text-align:left;}
nav#tertiary li div {display:none;position:absolute;width:80%;z-index:9999;}
nav#tertiary li:hover div {display:block;border-top:1px solid #666;}
nav#tertiary a {width:94%;border-left:1px solid #333;border-right:1px solid #333;margin:auto;background-color:#FFF;}
nav#tertiary a.even {background-color:#F6F6F6;}
nav#tertiary a.even:hover {background-color:#F1F1F1;}
nav#tertiary a:hover {background-color:#FAFAFA;}
nav#tertiary a.last {border-bottom:1px solid #333;}
nav#tertiary a img {float:right;margin:10px 0 0;}
nav#tertiary span img {float:right;margin:12px 0 0;}

#sliderHolder {padding:0 10%;border-top:1px solid #343434;background:#F5F5F5;position:relative;max-height:313px;}
#slideback {position:absolute;top:0;left:-10%;width:110%;height:100%;}

#main {background:#f5f5f5;padding:1px 10% 20px;color:#343434;}

h1 {font-size:28px;}
h2 {font-size:18px;font-style:italic;font-weight:normal;margin:-20px 0 0;}

p {font-size:14px;}
#main ul, #main ol {font-size:14px;}
#main ol li {margin:10px 0 0;}
.insetPhoto {width:100%;height:auto;}

a.bigButton {display:block;width:100%;height:auto;position:relative;text-decoration:none;padding:20px 0;}
a.bigButton img {position:absolute;bottom:0;right:0;}
a.bigButton h3, a.bigButton h4, a.bigButton h5 {text-decoration:none;border:none;margin:0 0 0 10px;font-size:14px;text-transform:uppercase;max-width:50%;position:relative;}
a.bigButton h4, a.bigButton h5 {font-size:12px;}
a.bigButton h4 {font-weight:normal;font-style:italic;margin:0 0 5px 10px;}
a.bigButton h4.specialCase {margin:0 0 0 10px;}

footer {width:80%;padding:20px 10%;margin:0;color:#FFF;font-size:12px;
background: #717171; /* Old browsers */
background: -moz-linear-gradient(top,  #717171 0%, #919191 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#717171), color-stop(100%,#919191)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #717171 0%,#919191 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #717171 0%,#919191 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #717171 0%,#919191 100%); /* IE10+ */
background: linear-gradient(top,  #717171 0%,#919191 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717171', endColorstr='#919191',GradientType=0 ); /* IE6-9 */
}

footer ul {display:none;list-style:none;margin:0;padding:0;text-align:center;}
footer ul#corporateNav {display:block;}
footer h3 {display:none;}
footer div {font-size:10px;text-align:center;}	
footer div p {font-size:10px;}
footer li {display:inline;}
footer li a, footer a:visited {color:#FFF;text-decoration:none;padding:0 10px;border-right:1px solid #FFF;}
footer li a.last {border:none;}
footer li a:hover {text-decoration:underline;}


a#languageLinkMobile {display:block;text-align:center;color:#343434;font-size:11px;padding:5px;}
#languageLink {display:none;}


.flexslider h1 {position:relative;color:#FFF;text-shadow:3px 3px 5px #666;margin:0;clear:left;text-align:center;display:none;}
.flexslider img {margin:0 auto;}
.flexslider h2 {display:none;}

a.tab {display: block;float:left;padding:5px 10px;border:1px solid #919191;border-bottom:none;border-radius:5px 5px 0 0;margin:20px 5px 0 0;width:auto;height:auto;cursor:pointer;}
#main div.tab, #main.productPage div.tab {width:100%;display:none;}
div.second hr {margin:0;clear:both;}

#main div.captionPhoto, #main.productPage div.captionPhoto {clear:left;width:40%;display:block;background:#DDD;padding:20px;margin:0 15px 10px 0;}
#main div.captionPhoto img, #main.productPage div.captionPhoto img {width:100%;height:auto;}
#main div.captionPhoto p, #main.productPage div.captionPhoto p {font-style:italic;margin:10px 0 0;font-size:12px;}

	form input, form select {width:70%;margin:0 0 10px;}
	form input#cm728089, form input#cm728090, form input#submit {width:auto;}
	
p.antispam {display:none;}
	
/* Horizontal phone devices start here */
@media only screen and (min-width: 475px) {
}

/* Breaking into tablet territory here, so we'll make some layout adjustments */
@media only screen and (min-width: 768px) {
	nav#tertiary {width:100%;height:32px;padding:0;list-style:none;}
	nav#tertiary a {float:right;font-weight:bold;text-decoration:none;font-size:12px;line-height:32px;padding:0 10px;}
	nav#tertiary a.last {border-bottom:none;}
	nav#tertiary li div, nav#tertiary li div:hover {display:block;border-top:none;}
	nav#tertiary li#navButton span {display:none;}
	nav#tertiary li:hover {height:32px;}
	header {padding:0 0 0;height:146px;position:relative;}
	#logo {margin:15px 0 20px 10%;float:left;}
	nav#primary {display:block;}
	nav#secondary {width:310px;float:right;margin:38px 10% 20px 0;clear:right;}
	nav#secondary a {width:76px;padding:0;}
	nav#tertiary {position:absolute;bottom:0;}
	nav#tertiary li a {width:auto;}
	#main div {float:left;width:28%;margin:0 5% 0 0;}
	#main div.spanCol {width:61%;}
	#main.productPage div {width:31.5%;}
	#main.productPage div.second {margin:0;width:63%;}
	#main div#sideBar {width:33%;margin:0;}
	#main a.bigButton {}
	footer ul {display:block;list-style:none;float:left;margin:0 50px 0 0;}
	footer h3 {display:block;font-size:12px;text-transform:uppercase;margin:0;text-align:left;}
	footer div {font-size:10px;width:38%;float:right;text-align:center;background:url(../img/footer-back.png) 0 0 repeat-y;}
	footer li {display:list-item;text-align:left;}
	footer li a, footer a:visited {color:#FFF;text-decoration:none;padding:0;border:none;}
	footer li a:hover {text-decoration:underline;}
	nav#tertiary span img, nav#tertiary a img {display:none;}
	a#languageLinkMobile {display:none;}
	nav#tertiary a#languageLink {display:block;float:left;font-weight:normal;border:none;}	
	.flexslider {overflow:hidden;max-height:313px;}
	.flexslider img {margin:0;z-index:1000;position:relative;}
	.flexslider h1 {clear:none;padding:40px 0 40px 400px;font-size:36px;text-align:left;display:block;}
	.flexslider h2 {display:block;}
	.insetPhoto {width:50%;height:auto;float:left;margin:0 15px 15px 0;}	
	ol .insetPhoto {width:50%;height:auto;float:right;margin:0 0 15px 15px;}
	.tab .insetPhoto {width:30%;}
	.largeInsetPhoto {width:100%;height:auto;float:left;margin:0 15px 15px 0;}
	#main div.doublewide {width:62%;}
	#main div.doublewide .insetPhoto {width:30%;}
}

/* Any larger than this size and things start to get out of hand, so we'll stop expanding at this point */
@media only screen and (min-width: 1220px) {
	#container {width:1200px;margin:0 auto;}
	#container2 {width:100%;margin:0 auto; background:#F5F5F5;}
	#main, footer {width:920px;margin:0 auto;}
	#container3 {width:100%;margin:0 auto;background: #717171; /* Old browsers */
background: -moz-linear-gradient(top,  #717171 0%, #919191 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#717171), color-stop(100%,#919191)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #717171 0%,#919191 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #717171 0%,#919191 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #717171 0%,#919191 100%); /* IE10+ */
background: linear-gradient(top,  #717171 0%,#919191 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717171', endColorstr='#919191',GradientType=0 ); /* IE6-9 */}
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after, .clear { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
