@charset "UTF-8";
/* HTML5 Boilerplate  What follows is the result of much research on cross-browser styling. Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team. */
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */
html { font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ }

/* Addresses `font-family` inconsistency between `textarea` and other form elements. */
html, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; }

/* Addresses margins handled incorrectly in IE 6/7. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/* Addresses `outline` inconsistency between Chrome and other browsers. */
a { color: #3b3b3b; text-decoration: none; }
a:hover { color: #6c6c6c; }

/* Improves readability when focused and also mouse hovered in all browsers. */
a:focus, a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/* Addresses font sizes and margins set differently in IE 6/7. Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

h2 { font-size: 1.5em; margin: 0.83em 0; }

h3 { font-size: 1.17em; margin: 1em 0; }

h4 { font-size: 1em; margin: 1.33em 0; }

h5 { font-size: 0.83em; margin: 1.67em 0; }

h6 { font-size: 0.75em; margin: 2.33em 0; }

/* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

/* Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/* Addresses styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }

/* Addresses margins set differently in IE 6/7. */
p, pre { margin: 1em 0; }

/* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* Addresses CSS quotes not supported in IE 6/7. */
q { quotes: none; }

/* Addresses `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }

/* Addresses inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/* Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Lists ========================================================================== */
/* Addresses margins set differently in IE 6/7. */
dl, menu, ol, ul { margin: 0; padding: 0; list-style: none; list-style-image: none; }

dd { margin: 0; padding: 0; }

/* Addresses paddings set differently in IE 6/7.


menu,
ol,
ul { padding: 0 0 0 40px;
} */
/* Corrects list images handled incorrectly in IE 7.


nav ul,
nav ol { list-style: none; list-style-image: none;
} */
/* ========================================================================== Embedded content ========================================================================== */
/* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improves image quality when scaled in IE 7. */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/* Corrects margin displayed oddly in IE 6/7. */
form { margin: 0; }

/* Define consistent border, margin, and padding. */
fieldset { border: 0; margin: 0; padding: 0; }

/* 1. Corrects color not being inherited in IE 6/7/8/9. 2. Corrects text not wrapping in Firefox 3. 3. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }

/* 1. Corrects font size not being inherited in all browsers. 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

/* Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Corrects inability to style clickable `input` types in iOS. 3. Improves usability and consistency of cursor style between image-type `input` and others. 4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ }

/* Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }

/* 1. Addresses box sizing set to content-box in IE 8/9. 2. Removes excess padding in IE 8/9. 3. Removes excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }

/* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/* Removes inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 1. Removes default vertical scrollbar in IE 6/7/8/9. 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/* Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

/* ========================================================================== Base styles: opinionated defaults ========================================================================== */
html, button, input, select, textarea { color: #222; }

body { font-size: 12px; line-height: 1.4; }

/* Remove text-shadow in selection highlight: h5bp.com/i These selection declarations have to be separate. Customize the background color to match your design. */
::-moz-selection { background: #b3d4fc; text-shadow: none; }

::selection { background: #b3d4fc; text-shadow: none; }

/* A better looking default horizontal rule */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img { vertical-align: middle; }

/* Remove default fieldset styles. */
fieldset { border: 0; margin: 0; padding: 0; }

/* Allow only vertical resizing of textareas. */
textarea { resize: vertical; }

/* ========================================================================== Chrome Frame prompt ========================================================================== */
.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

/* ==|== primary styles ===================================================== Author: Avigdor Braun b.avigdor(at)gmail.com ========================================================================== */
.color-black .latestReviews-general ul, .color-black .latestReviews-general li a, .color-black .contactBox, .color-black .contactBox a, .color-black .files a, .color-black .managers li { color: black; }
.color-black .thumbnails img, .color-black .articleShorts .pic { border-color: black !important; }
.color-black .sideNav li { background-color: black !important; }

/**/
.color-white .latestReviews-general ul, .color-white .latestReviews-general li a, .color-white .contactBox, .color-white .contactBox a, .color-white .files a, .color-white .managers li { color: white; text-shadow: 1px 1px 2px #111; }
.color-white .thumbnails img, .color-white .articleShorts .pic { border-color: white !important; }
.color-white .sideNav li { background-color: white !important; }
.color-white .sideNav li a { color: #000 !important; }

/**/
.color-yellow .latestReviews-general ul, .color-yellow .latestReviews-general li a, .color-yellow .contactBox, .color-yellow .contactBox a, .color-yellow .files a, .color-yellow .managers li { color: #f9bc30; text-shadow: 1px 1px 2px #111; }
.color-yellow .thumbnails img, .color-yellow .articleShorts .pic { border-color: #f9bc30 !important; }
.color-yellow .sideNav li { background-color: #f9bc30 !important; }

/**/
.color-orange .latestReviews-general ul, .color-orange .latestReviews-general li a, .color-orange .contactBox, .color-orange .contactBox a, .color-orange .files a, .color-orange .managers li { color: #f77718; }
.color-orange .thumbnails img, .color-orange .articleShorts .pic { border-color: #f77718 !important; }
.color-orange .sideNav li { background-color: #f77718 !important; }

/**/
.color-red .latestReviews-general ul, .color-red .latestReviews-general li a, .color-red .contactBox, .color-red .contactBox a, .color-red .files a, .color-red .managers li { color: #e13628; }
.color-red .thumbnails img, .color-red .articleShorts .pic { border-color: #e13628 !important; }
.color-red .sideNav li { background-color: #e13628 !important; }

/**/
.color-crimson .latestReviews-general ul, .color-crimson .latestReviews-general li a, .color-crimson .contactBox, .color-crimson .contactBox a, .color-crimson .files a, .color-crimson .managers li { color: #ba0505; }
.color-crimson .thumbnails img, .color-crimson .articleShorts .pic { border-color: #ba0505 !important; }
.color-crimson .sideNav li { background-color: #ba0505 !important; }

/**/
.color-lightGreen .latestReviews-general ul, .color-lightGreen .latestReviews-general li a, .color-lightGreen .contactBox, .color-lightGreen .contactBox a, .color-lightGreen .files a, .color-lightGreen .managers li { color: #40ae49; }
.color-lightGreen .thumbnails img, .color-lightGreen .articleShorts .pic { border-color: #40ae49 !important; }
.color-lightGreen .sideNav li { background-color: #40ae49 !important; }

/**/
.color-green .latestReviews-general ul, .color-green .latestReviews-general li a, .color-green .contactBox, .color-green .contactBox a, .color-green .files a, .color-green .managers li { color: #387656; }
.color-green .thumbnails img, .color-green .articleShorts .pic { border-color: #387656 !important; }
.color-green .sideNav li { background-color: #387656 !important; }

/**/
.color-lightBlue .latestReviews-general ul, .color-lightBlue .latestReviews-general li a, .color-lightBlue .contactBox, .color-lightBlue .contactBox a, .color-lightBlue .files a, .color-lightBlue .managers li { color: #0d97d0; }
.color-lightBlue .thumbnails img, .color-lightBlue .articleShorts .pic { border-color: #0d97d0 !important; }
.color-lightBlue .sideNav li { background-color: #0d97d0 !important; }

/**/
.color-blue .latestReviews-general ul, .color-blue .latestReviews-general li a, .color-blue .contactBox, .color-blue .contactBox a, .color-blue .files a, .color-blue .managers li { color: #0a417f; }
.color-blue .thumbnails img, .color-blue .articleShorts .pic { border-color: #0a417f !important; }
.color-blue .sideNav li { background-color: #0a417f !important; }

/**/
.color-purple .latestReviews-general ul, .color-purple .latestReviews-general li a, .color-purple .contactBox, .color-purple .contactBox a, .color-purple .files a, .color-purple .managers li { color: #a801ae; }
.color-purple .thumbnails img, .color-purple .articleShorts .pic { border-color: #a801ae !important; }
.color-purple .sideNav li { background-color: #a801ae !important; }

/**/
.color-brown .latestReviews-general ul, .color-brown .latestReviews-general li a, .color-brown .contactBox, .color-brown .contactBox a, .color-brown .files a, .color-brown .managers li { color: #8a7a67; }
.color-brown .thumbnails img, .color-brown .articleShorts .pic { border-color: #8a7a67 !important; }
.color-brown .sideNav li { background-color: #8a7a67 !important; }

/**/
/*color: $text;*/
h1, h2, h3, h4, h5, h6 { font-weight: 400; margin: 0; }

h3 { font-size: 22px; line-height: 1.1em; margin: 12px 0 8px; }

.whiteTitle, .articleShorts h3, .ytVids h3, .fbBox h3, .updates h3, .survey h3, .newsBox-general h3, .latestReviews-general h3, .contactBox h3, .managers h3, .files h3 { background-color: #fff; border-bottom: 1px dashed #387656; border-top: 1px dashed #387656; height: 33px; line-height: 33px; margin: 0; padding: 0 5px; text-align: left; }
.whiteTitle a, .articleShorts h3 a, .ytVids h3 a, .fbBox h3 a, .updates h3 a, .survey h3 a, .newsBox-general h3 a, .newsBox h3 a, .latestReviews-general h3 a, .contactBox h3 a, .managers h3 a, .files h3 a { color: #387656; font-size: 12px; margin-right: 20px; font-weight: normal; }
.whiteTitle a:hover, .articleShorts h3 a:hover, .ytVids h3 a:hover, .fbBox h3 a:hover, .updates h3 a:hover, .survey h3 a:hover, .newsBox-general h3 a:hover, .latestReviews-general h3 a:hover, .contactBox h3 a:hover, .managers h3 a:hover, .files h3 a:hover { text-decoration: underline; }

.ftrMore, .trainingCenter .more, .newsBox-general .more, .latestReviews-general .more, .files .more { background: #fff; border-bottom: 1px dashed #387656; border-top: 1px dashed #387656; margin-top: 10px; padding: 4px 10px; text-align: left; }
.ftrMore a, .trainingCenter .more a, .newsBox-general .more a, .newsBox .more a, .latestReviews-general .more a, .files .more a { color: #0d97d0; font-size: 12px; margin-right: 20px; }
.ftrMore a:hover, .trainingCenter .more a:hover, .newsBox-general .more a:hover, .newsBox .more a:hover, .latestReviews-general .more a:hover, .files .more a:hover { text-decoration: underline; }
.ftrMore a img, .trainingCenter .more a img, .newsBox-general .more a img, .newsBox .more a img, .latestReviews-general .more a img, .files .more a img { vertical-align: middle; }




.redHr { border-color: #ED1B24; border-top-width: 4px; margin: 5em 0 2em; }

strong { font-weight: 700; }

.linkRed { color: #ed1c24; }
.linkRed:hover { color: #3b3b3b; }

.link { color: #3b3b3b; }
.link:hover { color: #6c6c6c; }

/*arrowLink*/
.arrowLink:before, .whiteTitle a:before, .articleShorts h3 a:before, .ytVids h3 a:before, .fbBox h3 a:before, 
.updates h3 a:before, .survey h3 a:before, .newsBox-general h3 a:before, .latestReviews-general h3 a:before, 
.contactBox h3 a:before, .managers h3 a:before, .files h3 a:before, .ftrMore a:before, .trainingCenter .more a:before, 
.newsBox-general .more a:before, .latestReviews-general .more a:before, .files .more a:before, .newsBox .more:before, 
.login a:before, .hpSocial .ftr a:before, .latestReviews .more a:before, 
.managers ul li a:before { content: "»"; display: inline-block; padding: 0 0 0 3px; position: relative; top: -1px; text-decoration: none !important; }


/**/
.contentWidth, .lang, header, footer, .siteUpdated, .wrapper { width: 800px; margin: 0 auto; direction: rtl; }

.marginBottom, header, .banners, .quickNav, .grid3col, .login, .hpSocial, .hpSocial .ytVids .video, .grid2colWide, .updates, .survey { margin-bottom: 20px; }

html { background: /*url(../images/summerBg.png)*/ center center no-repeat #dad1c8 fixed; }

body { background: url(../images/shadowBg.png) center center repeat-y; padding-right: 0.01%; }

html, body { min-height: 100%; }

/*lang*/
.lang { padding: 0 18px; direction: ltr; height: 18px; background: #000; font-size: 10px; color: #fff; }
.lang a { color: #fff; }
.lang a:hover { text-decoration: underline; }

/*header*/
header { height: 240px; }
header h1 { background: url(../images/hadBanner.jpg) center 0 no-repeat; height: 201px; position: relative; }
header h1 a { height: 140px; position: absolute; right: 12px; top: 40px; width: 100px; }
header nav { background: url(../images/navBg.png) center 0 repeat-x; height: 38px; }
header nav ul:first-child { text-align: center; font-size: 15px; padding-top: 6px; }
header nav ul:first-child > li { background: url(../images/navDash.png) right 0 no-repeat; border: 1px solid transparent; float: right; position: relative; height: 31px; line-height: 30px; padding: 0; }
header nav ul:first-child > li:first-child { background: none; }
header nav ul:first-child > li a { color: #fff; display: block; /*&:hover { color:#387656; font-weight:bold;}*/ }
header nav ul:first-child > li a.nav01 { width: 72px; }
header nav ul:first-child > li a.nav02 { width: 101px; }
header nav ul:first-child > li a.nav03 { width: 109px; }
header nav ul:first-child > li a.nav04 { width: 96px; }
header nav ul:first-child > li a.nav05 { width: 110px; }
header nav ul:first-child > li a.nav06 { width: 84px; }
header nav ul:first-child > li a.nav07 { width: 120px; }
header nav ul:first-child > li a.nav08 { width: 92px; }
header nav ul:first-child > li:hover { box-shadow: 0px -6px 20px -10px black; border: 1px solid #d9d2c8; background: #8a7a67; }
header nav ul:first-child > li:hover + li { background: none; }
header nav ul:first-child > li:hover a { color: #fff; font-weight: bold; }
header nav ul:first-child > li:hover ul { display: block; }
header nav li ul { box-shadow: 0px 6px 20px -10px black; display: none; right: -1px; position: absolute; border: 1px solid #d9d2c8; font-size: 12px; border-bottom: 0; background: #8a7a67; text-align: right; z-index: 1; }
header nav li ul li { border-bottom: 1px solid #d9d2c8; float: none; white-space: nowrap; line-height: 1.4em; position: relative; }
header nav li ul li a { font-weight: normal!important; color: #fff!important; padding: 2px 8px; }
header nav li ul li a:hover { background: #387656; color: #fff!important; }
header nav li ul li ul { display: none !important; left: 0; right: auto; top: -1px; background: #8a7a67; }
header nav li ul li:hover ul { display: block !important; }

/*footer*/
footer { padding: 19px 18px 4px; background: url(../images/ftrBg.png) 0 0 repeat-x black; color: #fff; }
footer a { color: #fff; margin-left: 30px; }
footer a:hover { text-decoration: underline; }

/*siteUpdated*/
.siteUpdated { padding: 4px 18px 4px; border-top: 1px dashed #387656; text-align: left; }

/*wrapper*/
/*banners*/
/*quickNav*/
.quickNav fieldset { background: url(../images/searchBar.png) 0 0 no-repeat; width: 296px; height: 27px; float: left; }
.quickNav fieldset input[type=submit] { background: url(../images/searchBut.png) 0 0 no-repeat; float: right; border: 0; height: 27px; width: 55px; }
.quickNav fieldset input[type=submit]:hover { background-position: 0 -27px; }
.quickNav fieldset input[type=text] { float: left; background: transparent; color: #979797; border: 0 none; font-size: 13px; padding: 5px; width: 231px; float: right; }
.quickNav fieldset input[type=text]:focus { color: #000; }
.quickNav ul { background: url(../images/qNavBg.png) right 0 no-repeat; width: 498px; height: 27px; overflow: hidden; }
.quickNav ul li { float: right; border-right: 1px solid #fff; padding: 4px 4px 0; height: 23px; }
.quickNav ul li:first-child { border: 0; }
.quickNav ul li a { background: url(../images/qNavArrow.png) 0 6px no-repeat; padding-left: 10px; color: #fff; font-size: 13px; display: inline-block; }
.quickNav ul li a:hover { text-decoration: underline; }

/*grid3col*/
.grid3col { background: url(../images/grid3colBg.gif) center 0 repeat-y; }
.grid3col aside { width: 170px; float: right; }
.grid3col .main { width: 390px; margin: 0 35px; float: right; }

/*newsBox*/
.newsBox { background: url(../images/newsBox.png) 0 0 no-repeat; height: 333px; padding: 39px 5px 0; position: relative; }
.newsBox ul { height: 310px; overflow: hidden; }
.newsBox ul li { background: url(../images/greenBullet.png) right 6px no-repeat; padding: 0 7px 8px; line-height: 1.2em; }
.newsBox ul li a { font-weight: bold; font-size: 11px; }
.newsBox ul li cite { font-size: 9px; display: block; font-style: normal; }
.newsBox .more { color: #387656; font-size: 12px; position: absolute; left: 5px; bottom: 4px; }

/*login*/
.login { background: url(../images/login.png) 0 0 no-repeat; line-height: 1.3em; height: 171px; padding: 53px 10px 0 4px; }
.loginAfter { background: url(../images/loginAfter.png) 0 0 no-repeat; line-height: 1.3em; height: 171px; padding: 53px 10px 0 4px; }
.loginAfter b { color : #fff; vertical-align: middle; text-align:center;}
.login label { display: block; margin-bottom: 8px; }
.login label input[type=text], .login label input[type=password] { border: 1px solid #387656; padding: 0 4px; }
.login label input[type=text] { margin-right: 13px; width: 67px; }
.login label input[type=password] { margin-right: 13px; width: 92px; }
.login input[typeSpecial=button] { background: url(../images/loginBut.png) 0 0 no-repeat; border: 0 none; display: block; height: 21px; margin: 18px auto 10px; width: 60px; }
.login input[typeSpecial=button]:hover { background-position: 0 -21px; }
.login a { color: #387656; font-size: 10px; }
.login a:hover { text-decoration: underline; }


/*articleShorts*/
.articleShorts h3 { background: url(../images/h3-article.png) right center no-repeat white; }
.articleShorts ul li { padding: 10px 100px 0 0; border-top: 1px dashed #ebebeb; margin: 0 0 10px; line-height: 1.3; }
.articleShorts ul li:first-child { border: 0; }
.articleShorts ul li .pic { border-right: 5px solid #b6d751; width: 85px; height: 42px; border-radius: 5px 0 5px 0; float: right; margin: 5px -100px 0 0; }
.articleShorts ul li strong { text-decoration: underline; }
.articleShorts ul li a:hover strong { text-decoration: none; }

/*hr fullWidth*/
hr.fullWidth { border-bottom: 1px dashed #387656; margin: 12px -17px 12px -18px; }

/*ytVids*/
.ytVids h3 { margin: 0 -15px 5px -14px; padding: 0 35px; }
.ytVids .video { background: #fff; padding-bottom: 10px; }
.ytVids .video .text { font-size: 12px; margin: 0 8px; }
.ytVids .video .text cite { font-size: 9px; font-style: normal; display: block; }
.ytVids .video .views { color: #bebdbd; font-size: 14px; float: left; margin-left: 20px; }
.ytVids ul li { border-right: 1px dashed #387656; float: right; width: 117px; height: 97px; overflow: hidden; padding: 0 7px; line-height: 1.2; font-size: 11px; }
.ytVids ul li:first-child { border: 0; padding-right: 0; }
.ytVids ul li img { display: block; height: 67px; width: 117px; margin-bottom: 4px; }

/*fbBox*/
.fbBox h3 { margin: 0 -15px 5px 0px; padding: 0 0 0 5px; }

/*hpSocial*/
.hpSocial { position: relative; }
.hpSocial .ftr { background: #fff; border-bottom: 1px dashed #387656; border-top: 1px dashed #387656; margin-top: 10px; padding: 5px 10px; text-align: left; height: 20px; }
.hpSocial .ftr a { color: #387656; font-size: 12px; margin-right: 20px; }
.hpSocial .ftr a:hover { text-decoration: underline; }
.hpSocial .ftr a img { vertical-align: middle; }
.hpSocial .ytVids { float: right; border-left: 1px dashed #387656; width: 414px; height: 445px; }
.hpSocial .ytVids .video { width: 382px; min-height: 265px; }
.hpSocial .ytVids ul { margin-bottom: 24px; }
.hpSocial .ytVids .ftr { padding: 5px 30px; }
.hpSocial .fbBox { float: left; width: 385px; height: 445px; }

/*grid2colWide*/
.grid2colWide { background: url(../images/grid3colBg.gif) -190px 0 repeat-y; }
.grid2colWide .col { float: right; width: 540px; }
.grid2colWide aside { float: left; width: 212px; }

/*updates*/
.updates { line-height: 2; border-bottom: 1px dashed #387656; }
.updates a { color: #000; font-size: 14px; font-weight: bold; margin-left: 10px; }
.updates h3 { background: url(../images/h3-updates.png) right center no-repeat white; }

/*latestReviews*/
.latestReviews { background: url(../images/latestReviews.png) 0 0 no-repeat; padding-top: 35px; }
.latestReviews ul { background: #fff; border: 1px dashed #387656; border-top: 0; padding: 10px; margin-bottom: 10px; }
.latestReviews ul li { float: right; width: 120px; height: 140px; padding: 0 26px; overflow: hidden; border-right: 1px dashed #387656; }
.latestReviews ul li:first-child { border: 0; }
.latestReviews ul li img { width: 120px; display: block; height: 90px; }
.latestReviews ul li strong { color: #387656; display: block; }
.latestReviews ul li a:hover strong { text-decoration: underline; }
.latestReviews ul + ul { margin-top: -11px; }
.latestReviews .more { text-align: left; }
.latestReviews .more a { color: #387656; font-size: 12px; margin-right: 20px; }
.latestReviews .more a:hover { text-decoration: underline; }

/*survey*/
.survey h3 { background: url(../images/h3-survey.png) right center no-repeat white; }
.survey label { display: block; padding: 3px 17px 3px 0; }
.survey label input { margin-right: -17px; }
.survey .bar { position: relative; border: 1px solid #0d97d0; background: #fff; height: 14px; margin: 3px 0; }
.survey .bar .num { position: absolute; left: 5px; font-weight: bold; top: -1px; }
.survey .bar div { position: absolute; right: 0; background: #0d97d0; height: 14px; }
.survey strong { display: block; font-size: 14px; }

/*trainingCenter*/
.trainingCenter { background: url(../images/trainingCenter.gif) 0 0 no-repeat; padding: 70px 0 0; }
.trainingCenter ul li { font-size: 9px; margin-bottom: 4px; line-height: 1.3; }
.trainingCenter ul li a { color: #1160b8; font-weight: bold; text-decoration: underline; display: block; font-size: 12px; }
.trainingCenter ul li a img { float: right; clear: right; }

/*grid2col*/
.grid2col { background: url(../images/grid3colBg.gif) 615px 0 repeat-y; }
.grid2col hr { clear: both; border-bottom: 1px dashed #387656; margin: 12px -15px 12px 0; }
.grid2col aside { float: right; width: 170px; margin-left: 15px; }
.grid2col .mainCol { display: inline-block; width: 600px; padding-right: 15px; }
.grid2col .mainCol .col170 { float: left; width: 170px; margin: 0 0 12px; }
.grid2col .mainCol .col400 { background: url(../images/grid3colBg.gif) 0px 0 repeat-y; display: inline-block; margin-bottom: 12px; width: 400px; padding-left: 15px; }

/*newsBox-general*/
.newsBox-general h3 { background: url(../images/h3-news.png) right 1px no-repeat white; }
.newsBox-general ul { padding-top: 10px; }
.newsBox-general ul li { background: url(../images/greenBullet.png) right 6px no-repeat; border-bottom: 1px solid #AEA598; font-size: 11px; line-height: 1.2em; margin: 0 0 15px; padding: 2px 10px 8px 0; }
.newsBox-general ul li:last-child { border: 0; }
.newsBox-general ul li a { color: #0066ff; text-decoration: underline; }

/*latestReviews-general*/
.latestReviews-general h3 { background: url(../images/h3-latestReviews-general.png) right 4px no-repeat white; }
.latestReviews-general ul { font-size: 14px; font-weight: bold; list-style: disc outside none; margin-right: 40px; padding: 10px 0; }
.latestReviews-general ul li { margin: 8px 0; }
.latestReviews-general ul li a { text-decoration: underline; }
.latestReviews-general .links { float: right; width: 480px;  }
.latestReviews-general .thumbnails { float: left; width: 76px; padding-right: 20px; border-right: 1px dashed #387656; margin: 10px 20px 10px 0; }
.latestReviews-general .thumbnails img { margin-top: 10px; display: block; width: 70px; height: 70px; border: 2px solid; }
.latestReviews-general .thumbnails a:first-child img { margin: 0; }
.latestReviews-general .more { clear: both; }

/*contactBox*/
.contactBox h3 { background: url(../images/h3-contactBox.png) center 10px no-repeat white; }
.contactBox p { font-size: 13px; margin: 5px 0; }
.contactBox p a { text-decoration: underline; }

/*managers*/
.managers h3 { background: url(../images/h3-managers.png) right 5px no-repeat white; }
.managers ul { list-style: disc outside none; margin: 0 40px; padding: 10px 0; }
.managers ul li { margin: 8px 0; }
.managers ul li span { color: #000; font-size: 13px; }
.managers ul li a { color: #0066ff; font-size: 11px; float: left; }

/*sideNav*/
.sideNav { margin-bottom: 40px; }
.sideNav li { background: url(../images/170RoundTop.png) 0 0 no-repeat; text-align: center; min-height: 27px;  line-height: 18px;   margin-bottom: 12px;  }
.sideNav li a { display: block; color: #fff !important; font-weight: bold; padding-top: 5px; }
.sideNav li a:hover { text-decoration: underline; }

/*files*/
.files h3 { background: url(../images/h3-files.png) right 6px no-repeat white; }
.files img { height: 20px; width: 20px; margin: 8px 0; }
.files a { font-weight: bold; text-decoration: underline; }
.files .more { clear: both; }
.files .more a { font-weight: normal; }

/**/
/**/
/**/
/**/
/******* IE 8 ********/
/******* IE 7 ********/
.lt-ie8 .quickNav ul li a { display: block; }

/* ========================================================================== Helper classes ========================================================================== */
/* Image replacement */
.ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; }

.ir:before { content: ""; display: block; width: 0; height: 100%; }

/* 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: contain floats  For modern browsers 1. The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document. Otherwise it causes space to appear at the top and bottom of elements that receive the `clearfix` class. 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements. */
.clearfix:before, .banners:before, .quickNav:before, .grid3col:before, .ytVids ul:before, .hpSocial:before, .grid2colWide:before, .latestReviews ul:before, .grid2col:before, .clearfix:after, .banners:after, .quickNav:after, .grid3col:after, .ytVids ul:after, .hpSocial:after, .grid2colWide:after, .latestReviews ul:after, .grid2col:after { content: " "; /* 1 */ display: table; /* 2 */ }

.clearfix:after, .banners:after, .quickNav:after, .grid3col:after, .ytVids ul:after, .hpSocial:after, .grid2colWide:after, .latestReviews ul:after, .grid2col:after { clear: both; }

/* For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */
.clearfix, .banners, .quickNav, .grid3col, .ytVids ul, .hpSocial, .grid2colWide, .latestReviews ul, .grid2col { *zoom: 1; }

/* ========================================================================== EXAMPLE Media Queries for Responsive Design. Theses examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { /* Style adjustments for high resolution devices */ }
/* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */
@media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  /* Don't show links for images, or javascript/internal links */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  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; } }
