/*
 * Based on HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
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; }
/* =============================================================================
   Base
   ========================================================================== */
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #000; color: #fff; text-shadow: none; }
::selection { background: #000; color: #fff; text-shadow: none; }
/* =============================================================================
   Links
   ========================================================================== */
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
/* =============================================================================
   Typography
   ========================================================================== */
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: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */
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; }
/* =============================================================================
   Embedded content
   ========================================================================== */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }
/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }

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; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
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 { -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; }
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/*
 * 960 Grid System ~ Core CSS.
 * Learn more ~ http://960.gs/
 * Licensed under GPL and MIT.
*/
body {
  min-width: 960px;
}
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12 {margin-left: auto; margin-right: auto; width: 960px; }
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 {display: inline; float: left; margin-left: 10px; margin-right: 10px; }
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {margin-left: 0; }
.omega {margin-right: 0; }
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px; }
.container_12 .grid_2 {width: 140px; }
.container_12 .grid_3 {width: 220px; }
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.container_12:before,.container_12:after { content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0;}
.container_12:after { clear: both;}
.container_12 { zoom: 1;}
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 /* The Nivo Slider styles */
.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;	top:0px;left:0px;display:none;}
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
.nivo-box {display:block;position:absolute;z-index:5;}
.nivo-caption {position:absolute;left:0px;bottom:0px; background:#444; background:rgba(0,0,0,0.7);color:#fff;opacity:1; /* Overridden by captionOpacity setting */	width:100%;z-index:8;}
.nivo-caption p {padding:5px;margin:0;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
.nivo-controlNav a {position:relative;z-index:9;cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}


/*
Skin Name: Nivo Slider Default Theme
*/
.theme-default #slider {margin:0 auto;width:620px; /* Make sure your images are the same size */height:443px; /* Make sure your images are the same size */}
.theme-default .nivoSlider {position:relative;background:#fff url(../media/nivo/loading.gif) no-repeat 50% 50%;-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;box-shadow: 0px 1px 5px 0px #4a4a4a;}
.theme-default .nivoSlider img {position:absolute;top:0px;left:0px;display:none;}
.theme-default .nivoSlider a {border:0;display:block;}
.theme-default .nivo-controlNav {position:absolute;left:50%;bottom:-42px;margin-left:-40px; /* Tweak this to center bullets */}
.theme-default .nivo-controlNav a {display:block;width:22px;height:22px;background:url(../media/nivo/bullets.png) no-repeat;text-indent:-9999px;border:0;margin-right:3px;float:left;}
.theme-default .nivo-controlNav a.active {background-position:0 -22px;}
.theme-default .nivo-directionNav a {display:block;width:30px;height:30px;background:url(../media/nivo/arrows.png) no-repeat;text-indent:-9999px;border:0;}
.theme-default a.nivo-nextNav {background-position:-30px 0;right:15px;}
.theme-default a.nivo-prevNav {left:15px;}
.theme-default .nivo-caption {font-family: Helvetica, Arial, sans-serif;}
.theme-default .nivo-caption a {color:#fff;border-bottom:1px dotted #fff;}
.theme-default .nivo-caption a:hover {color:#fff;}
/*
Skin Name: Nivo Slider Default + Thumbs 50
*/
.theme-thumbs #slider {margin:0 auto 210px auto;width:620px; /* Make sure your images are the same size */height:443px; /* Make sure your images are the same size */}
.theme-thumbs .nivoSlider {position:relative;background:#fff url(../media/nivo/loading.gif) no-repeat 50% 50%;-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;box-shadow: 0px 1px 5px 0px #4a4a4a;}
.theme-thumbs .nivoSlider img {position:absolute;top:0px;left:0px;display:none;}
.theme-thumbs .nivoSlider a {border:0;display:block;}
.theme-thumbs .nivo-controlNav {position:relative; top:450px;/* Tweak this to center bullets or thumbs*/}
.theme-thumbs .nivo-controlNav a {display:block;width:50px;height:50px;/*set thumb size here*/background:url(../media/nivo/bullets.png) no-repeat;border:0;margin:5px 15px 5px 0px;float:left;}
.theme-thumbs .nivo-controlNav img {display:inline; /* Unhide the thumbnails */position:relative; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a;}
.theme-thumbs .nivo-controlNav img:hover {-webkit-box-shadow: 0px 1px 5px 0px #000; -moz-box-shadow: 0px 1px 5px 0px #000; box-shadow: 0px 1px 5px 0px #000;}
.theme-thumbs .nivo-directionNav a {display:block;width:30px;height:30px;background:url(../media/nivo/arrows.png) no-repeat;text-indent:-9999px;border:0;}
.theme-thumbs a.nivo-nextNav {background-position:-30px 0;right:15px;}
.theme-thumbs a.nivo-prevNav {left:15px;}
.theme-thumbs .nivo-caption {font-family: Helvetica, Arial, sans-serif;}
.theme-thumbs .nivo-caption a {color:#fff;border-bottom:1px dotted #fff;}
.theme-thumbs .nivo-caption a:hover {color:#fff;}

/*
Skin Name: Nivo Slider Default + Thumbs 75
*/
.theme-thumbs-75 #slider {margin:0 auto 210px auto;width:620px; /* Make sure your images are the same size */height:443px; /* Make sure your images are the same size */}
.theme-thumbs-75 .nivoSlider {position:relative;background:#fff url(../media/nivo/loading.gif) no-repeat 50% 50%;-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;box-shadow: 0px 1px 5px 0px #4a4a4a;}
.theme-thumbs-75 .nivoSlider img {position:absolute;top:0px;left:0px;display:none;}
.theme-thumbs-75 .nivoSlider a {border:0;display:block;}
.theme-thumbs-75 .nivo-controlNav {position:relative; top:451px; margin-left:-7px;/* Tweak this to position bullets or thumbs*/}
.theme-thumbs-75 .nivo-controlNav a {display:block;width:75px;height:75px;/*set thumb size here*/background:url(../media/nivo/bullets.png) no-repeat;border:0;margin:7px;float:left;}
.theme-thumbs-75 .nivo-controlNav img {display:inline; /* Unhide the thumbnails */position:relative; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a;}
.theme-thumbs-75 .nivo-controlNav img:hover {-webkit-box-shadow: 0px 1px 5px 0px #000; -moz-box-shadow: 0px 1px 5px 0px #000; box-shadow: 0px 1px 5px 0px #000;}
.theme-thumbs-75 .nivo-directionNav a {display:block;width:30px;height:30px;background:url(../media/nivo/arrows.png) no-repeat;text-indent:-9999px;border:0;}
.theme-thumbs-75 a.nivo-nextNav {background-position:-30px 0;right:15px;}
.theme-thumbs-75 a.nivo-prevNav {left:15px;}
.theme-thumbs-75 .nivo-caption {font-family: Helvetica, Arial, sans-serif;}
.theme-thumbs-75 .nivo-caption a {color:#fff;border-bottom:1px dotted #fff;}
.theme-thumbs-75 .nivo-caption a:hover {color:#fff;}

/*
 * Superfish
 * http://users.tpg.com.au/j_birch/plugins/superfish/
 *
 */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {margin: 0; padding: 0; list-style: none; }
.sf-menu {line-height: 1.0; }
.sf-menu ul {position: absolute; top: -999em; width: 12em; /* left offset of submenus need to match (see below) */}
.sf-menu ul li {width: 100%; }
.sf-menu li:hover {visibility: inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li {float: left; position: relative; }
.sf-menu a {display: block; position: relative; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0; top: 44px; /* match top ul list item height */z-index: 99; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left: 12em; /* match ul width */ top: 0; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top: -999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left: 12em; /* match ul width */top: 0; }



/*** MAIN M4S STYLES ***/
body {font: 14px/1.4 'Open Sans', sans-serif; background:#f1f1f1; padding-top:20px;}
a:link {}
a:visited {color:#000;}
a:hover {}
a:active {}

header {margin-bottom:10px; position:relative; background:url(../media/M4Slogo.png) no-repeat top right; }
/*#logo {background:url(../media/m4s_logo.png) no-repeat top left; width:244px; }*/
#logo {width:560px; height:130px;
    display: none;}
#logo a {display:block; height:100px; margin-top:30px; }

#search {width:500px; z-index:10; /*position:absolute; */right:-13px; top:50px;     height: 130px;}
.searchload {/*float:right; */margin:0px 30px auto auto;}
.gsc-search-box {width:200px; float:right; }
td.gsc-input {padding-left:200px; padding-right:10px !important; }
.cse input.gsc-search-button, input.gsc-search-button {-moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; background:#fff !important; border:1px solid #999 !important; }
input.gsc-input {border-color:#999 !important; background:#fff !important;}
.gsc-branding, master-1 {display:none !important;}
.cse .gsc-control-cse, .gsc-control-cse {background:none !important; border:none !important; }
.gsc-resultsRoot {padding:0 20px !important; }
.gsc-resultsbox-visible {padding-top:125px; margin-top:-125px; background:#fff; -webkit-box-shadow:0px 0px 5px 0px #000; -moz-box-shadow:0px 0px 5px 0px #000; box-shadow:0px 0px 5px 0px #000; }
.gsc-adblock {display:none;}

#menu {padding:0; margin:10px 0 0 10px; -webkit-box-shadow:0px 1px 5px 0px #4a4a4a; -moz-box-shadow:0px 1px 5px 0px #4a4a4a; box-shadow:0px 1px 5px 0px #4a4a4a; background:#fff; border-radius:3px; }
.sf-menu { float: left; margin-bottom: 1em; }
.sf-menu a {padding: 15px 8px; text-transform:uppercase; color:#444; text-decoration:none; font-weight:bold;}
.lt-ie9 .sf-menu a {padding-left:10px;}
.sf-menu a:hover {color:#000; text-decoration:underline;}
.sf-menu li {border-radius:3px;}
.sf-menu li ul {background:#444; -webkit-box-shadow:0px 1px 5px 0px #4a4a4a; -moz-box-shadow:0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a; border-radius:0 0 5px 5px; margin-left:3px;}
.sf-menu li ul li ul {border-radius:3px;}
.sf-menu li li a {padding: .75em 1em; }
.sf-menu li li a, .sf-menu li li a:hover {color:#fff; font-weight:normal; }
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {color:#000; outline: 0; }
.sf-menu li li.sfHover, .sf-menu li li:hover {background:#505050;}



#testimonials {height:70px;  font-size:1.3em; overflow:hidden; text-shadow: -1px -1px 0px #f6f6f6;}
#testimonials blockquote {display:none; }
blockquote {
margin:1.5em 0;
padding:.5em 0;
}
blockquote:before, blockquote p:before {
content:"\201C";
font-family:Georgia, serif;
font-size:4em;
line-height:.1em;
margin-right:.15em;
vertical-align:-.4em;
}
blockquote:after, blockquote p:after {
content:"\201D";
font-family:Georgia, serif;
font-size:4em;
line-height:.1em;
margin-left:.1em;
vertical-align:-.6em;
}
blockquote p {
display:inline;
}
blockquote.small {font-size:0.8em;}
blockquote.fact:before {
content:"FACT: \A";
font-size:1.2em;
line-height:1.5em;
margin:-5px auto auto -5px;
vertical-align:auto;
display:block;
}
blockquote.fact:after, blockquote.credited:after {
content:none;
}
blockquote.credited:before {
content:none;
}
blockquote.banner, blockquote.fact, blockquote.box {background:#069; width:200px; padding:10px; border-radius:3px; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a; color:#fff; }
blockquote.banner {width:auto; margin: auto 20px; clear:both;}
blockquote.grey {background:#ccc; color:#222 }
blockquote.wide77 {width:77%;}
blockquote.wide75 {width:75%;}
blockquote.wide66 {width:66%;}
blockquote.wide50 {width:50%;}
blockquote.wide33 {width:33%;}
blockquote.wide27 {width:27%;}
blockquote.wide25 {width:25%;}
blockquote.banner:before, blockquote.banner:after, blockquote.box:before, blockquote.box:after {
content:none;
}
blockquote.credited {padding:0px 10px 5px 10px; margin:1em 0;}
blockquote.credited small {text-align:right; margin-bottom:-1em;}
blockquote small {display:block; color:#666;}



#questions {}
.questions, #questions dt {font-size:1.2em; font-weight:bold; color:#5999b3; padding:0 20px 0 20px; margin:5px auto 5px 20px; cursor:pointer; background:url(../media/bullets.png) 0 5px no-repeat;}
.questions.active, #questions dt.active {background:url(../media/bullets.png) 0 -17px no-repeat;}
#questions dd {padding:20px;}
#questions p {padding:0;}

.videos {width:640px; text-align:center; margin:auto; }
.vplayerwrap {-webkit-box-shadow:0px 1px 5px 0px #4A4A4A; -moz-box-shadow:0px 1px 5px 0px #4A4A4A; box-shadow:0px 1px 5px 0px #4A4A4A; }
.vplayerthumbs {text-align:left; padding:0; margin:8px auto auto -5px;}
.vplayerthumbs img { margin: 5px; -webkit-box-shadow:0px 1px 5px 0px #4A4A4A; -moz-box-shadow:0px 1px 5px 0px #4A4A4A; box-shadow:0px 1px 5px 0px #4A4A4A; }

footer {margin:20px auto; }
footer .block {border-radius:0px; height:200px; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a; position:relative; overflow:hidden; }
.block a {background:#444; background:rgba(0,0,0,0.6); margin:0; bottom:0; position:absolute; padding:20px; z-index:1; font-size:1.4em; color:#fff; width:260px; text-decoration:none; }
.block a:hover {-webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;; text-decoration:underline; padding-top:200px}
.sponsors {margin-top:40px; text-align:center; font-size:1.4em; font-weight:bold; color:#ccc; line-height:59px; text-shadow: -1px -1px 0px #f1f1f1; }

article {background:#fff; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a; }
article p, article h1, article h2, article h3 {padding:0 20px;}
article h1 {font-size:1.5em;}
article h2 {font-size:1.2em; margin-bottom:-10px;}
article h3 {font-size:1em;}
article hr {margin:20px;}
article aside {margin:10px; border:1px solid #ccc; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a; background:#f6f6f6;}
article aside h1 {font-size:1.2em;}
article ul, article ol {margin:1em;}
.nobullets {list-style-type:none; }
.noinset {margin:0; padding:15px 0;}
.listspace li {margin-bottom:5px;}
article ol li {margin-bottom:5px;}

article.home {margin-top:-15px; background-color:transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
article.cells {background:#fff url(../media/cell_background.jpg) top right no-repeat;}

.strapline { -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a; background:#f6f6f6; position:relative;  }
.lt-ie9 .strapline {background:#fff;}
.strapline p, .strapline h4 {padding:10px; }
.strapline p {font-weight:bold; color:#5999b3;}
.strapline h4 {margin:0; }
.strapline ul {margin-top:0; padding:0 20px 20px 20px;}
.strapline li {margin:3px auto; list-style-image: url("../media/triangles.png")}
/*.strapline h1, .strapline p {padding:0 20px;}
.strapline h4 {text-align:center; margin-bottom:0;}*/
.strapline .postit { float:right; text-align:center; padding:10px; margin:-20px auto -20px 130px; border-top:2px solid #F7F1B1; border-bottom:2px solid #F7F1B1; width:150px; height:110px; -webkit-box-shadow: 3px 3px 4px #999; -moz-box-shadow: 3px 3px 4px #999; box-shadow: 3px 3px 4px #999; font-family:"Comic Sans MS", cursive; 
background:#fff9b7;
-moz-transform: rotate(6deg);
-ms-transform: rotate(6deg);
-webkit-transform: rotate(6deg);
transform: rotate(6deg);
background-image: -o-linear-gradient(right bottom, #FFF9B7 47%, #F7F1B1 61%);
background-image: -moz-linear-gradient(right bottom, #FFF9B7 47%, #F7F1B1 61%);
background-image: -webkit-linear-gradient(right bottom, #FFF9B7 47%, #F7F1B1 61%);
background-image: -ms-linear-gradient(right bottom, #FFF9B7 47%, #F7F1B1 61%);
background-image: -webkit-gradient(
	linear,
	right bottom,
	left top,
	color-stop(0.47, #FFF9B7),
	color-stop(0.61, #F7F1B1)
);
background-image: linear-gradient(right bottom, #FFF9B7 47%, #F7F1B1 61%);
-webkit-backface-visibility: hidden;-moz-backface-visibility:  hidden; -ms-backface-visibility: hidden;
}
.lt-ie9 .postit {margin-bottom:-35px;}



table.suppliers {margin:20px auto; text-align:left; border:1px solid #ccc;}
table.suppliers ul {margin:0;padding:0;}
table.suppliers .material {width:200px;}
table.suppliers th, table.suppliers td {padding:10px; border-bottom:1px solid #ccc; }
table.suppliers th {background:#ccc; }
table.suppliers tr:nth-child(odd) {background:#f1f1f1;}



/*Feedback form*/
.feedback {/*width:510px;*/ margin:20px auto;}
form#feedback { margin:20px; background:#ddd; border:1px solid #fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; counter-reset:fieldsets; /*width:470px;*/ padding:20px 20px 0px 20px; }
.lt-ie9 form#feedback {border: 1px solid #ccc;}
form#feedback fieldset { border:none; margin-bottom:40px; }
form#feedback fieldset fieldset { margin-bottom:20px; margin-top:20px; clear:both; }

form#feedback legend { color:#444; font-size:16px; font-weight:700; padding-bottom:10px; text-shadow:0 1px 1px #fff; }
/*form#feedback > fieldset > legend:before { content:"Step " counter(fieldsets) ": "; counter-increment:fieldsets; }*/ /*This works but is broken by accordian */
form#feedback fieldset fieldset legend { color:#111; font-size:14px; font-weight:400; padding-bottom:5px; }

form#feedback label { float:left; font-size:13px; min-width:130px; width:33% ;}
form#feedback label.error { color:#900; width:100%; margin:-10px auto 10px 137px; }
form#feedback label.yn { width:30px; }
form#feedback label.auto { width:auto; margin-right:10px; }
form#feedback fieldset fieldset label:hover { cursor:pointer; }

form#feedback input, form#feedback textarea {margin-bottom:10px; border:1px solid #ddd;}
form#feedback textarea.fullwidth {width:100%; margin-top:10px; padding-right:0;}
form#feedback input:not([type=radio]),form#feedback textarea { background:#f6f6f6; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font:italic 13px Georgia, "Times New Roman", Times, serif; outline:none; width:200px; padding:5px; }
form#feedback input:not([type=submit]):focus,form#feedback textarea:focus { background:#fff; border:1px solid #444; }
form#feedback input[type=radio] { float:left; margin-right:15px;     display: block;}

.lt-ie9  form#feedback textarea, .lt-ie9  form#feedback input[type=text] {border:1px solid #ccc; }

form#feedback button { float:right; border:none; color:#fff; display:block;  text-transform:uppercase; margin:auto; padding:7px 25px; }
form#feedback button:hover {background: #222; cursor: pointer; }




.button {display:inline-block; color:#fff; padding:1px 2px 1px 2px; background:#069; -webkit-box-shadow: 0px 1px 3px 0px #4a4a4a; -moz-box-shadow: 0px 1px 3px 0px #4a4a4a; box-shadow: 0px 1px 3px 0px #4a4a4a; }
.button a, a.button {color:#fff; text-decoration:none;}
.button a:visited, a.button:visited {color:#f9f9f9;}
.button a:hover, a.button:hover {color:#000; -webkit-box-shadow: 0px 1px 1px 0px #4a4a4a; -moz-box-shadow: 0px 1px 1px 0px #4a4a4a; box-shadow: 0px 1px 1px 0px #4a4a4a;}
.button .center {margin:auto;}

.buttonlist {width:220px; float:left; margin-right:5px;}

.print {margin-left:10px;}
/* "Print" symbol by John Caserta, from thenounproject.com collection.*/



.right {float:right; margin:20px;}
/*img.right {margin:10px 0 10px 10px; }*/
.left {float:left; margin:20px;}
/*img.left {margin:10px 10px 10px 0; }*/
.center {text-align:center;}
.right.zero {margin:0; margin-left:20px;}
.left.zero {margin:0; margin-right:20px;}



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.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; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.center {text-align:center;}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@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, a[href^="conv"]: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: 1cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  
header {margin-bottom:0; border-bottom:1px solid black;}
#logo.ir {text-indent:0; font-size:32px;}
#logo a {height:60px; text-decoration:none;}
#search, #menu, #quickmenu, footer, .print {display:none;}  
blockquote {border:none;}
.banner, .box {border: 1px solid black; }
#questions dd {display:block !important;}
  
}


.breadcrumb {
    /* padding: 0; */
    /* margin: 10px 0 0 10px; */
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    background: #fff;
    border-radius: 3px;
    /*margin: 0px auto 10px;*/
    padding: 5px 0;
    /*width: 100%;*/
    display: block;
    min-height: 10px;
}
.breadcrumb a {padding:10px; text-decoration:none;}