/*  HTML5 ✰ Boilerplate  */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
body,
select,
input,
textarea {
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
html {
  overflow-y: scroll;
}
a:hover,
a:active {
  outline: none;
}
a,
a:active,
a:visited {
  color: #607890;
}
a:hover {
  color: #036;
}
ul,
ol {
  margin-left: 1.8em;
}
ol {
  list-style-type: decimal;
}
nav ul,
nav li {
  margin: 0;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
textarea {
  overflow: auto;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
::-moz-selection {
  background: #46c4f8;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #46c4f8;
  color: #fff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* =Clearfix
-------------------------------------------------------------- */
/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
/* Primary Styles
    Author: Benjamin Miles
 */
/* --------------------------------------------------------------

   grid.css
   * Sets up an easy-to-use grid of 24 columns.

   By default, the grid is 950px wide, with 24 columns
   spanning 30px, and a 10px margin between columns.

   If you need fewer or more columns, namespaces or semantic
   element names, use the compressor script (lib/compress.rb)

-------------------------------------------------------------- */
/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 0 auto;
}
/* Columns
-------------------------------------------------------------- */
/* Sets up basic grid floating and margin. */
.column,
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12,
.span-13,
.span-14,
.span-15,
.span-16,
.span-17,
.span-18,
.span-19,
.span-20,
.span-21,
.span-22,
.span-23,
.span-24 {
  float: left;
  margin-right: 10px;
}
/* The last column in a row needs this class. */
.last {
  margin-right: 0;
}
/* Use these classes to set the width of a column. */
.span-1 {
  width: 30px;
}
.span-2 {
  width: 70px;
}
.span-3 {
  width: 110px;
}
.span-4 {
  width: 150px;
}
.span-5 {
  width: 190px;
}
.span-6 {
  width: 230px;
}
.span-7 {
  width: 270px;
}
.span-8 {
  width: 310px;
}
.span-9 {
  width: 350px;
}
.span-10 {
  width: 390px;
}
.span-11 {
  width: 430px;
}
.span-12 {
  width: 470px;
}
.span-13 {
  width: 510px;
}
.span-14 {
  width: 550px;
}
.span-15 {
  width: 590px;
}
.span-16 {
  width: 630px;
}
.span-17 {
  width: 670px;
}
.span-18 {
  width: 710px;
}
.span-19 {
  width: 750px;
}
.span-20 {
  width: 790px;
}
.span-21 {
  width: 830px;
}
.span-22 {
  width: 870px;
}
.span-23 {
  width: 910px;
}
.span-24 {
  width: 950px;
  margin-right: 0;
}
/* Use these classes to set the width of an input. */
input.span-1,
textarea.span-1,
input.span-2,
textarea.span-2,
input.span-3,
textarea.span-3,
input.span-4,
textarea.span-4,
input.span-5,
textarea.span-5,
input.span-6,
textarea.span-6,
input.span-7,
textarea.span-7,
input.span-8,
textarea.span-8,
input.span-9,
textarea.span-9,
input.span-10,
textarea.span-10,
input.span-11,
textarea.span-11,
input.span-12,
textarea.span-12,
input.span-13,
textarea.span-13,
input.span-14,
textarea.span-14,
input.span-15,
textarea.span-15,
input.span-16,
textarea.span-16,
input.span-17,
textarea.span-17,
input.span-18,
textarea.span-18,
input.span-19,
textarea.span-19,
input.span-20,
textarea.span-20,
input.span-21,
textarea.span-21,
input.span-22,
textarea.span-22,
input.span-23,
textarea.span-23,
input.span-24,
textarea.span-24 {
  border-left-width: 1px;
  border-right-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
input.span-1,
textarea.span-1 {
  width: 18px;
}
input.span-2,
textarea.span-2 {
  width: 58px;
}
input.span-3,
textarea.span-3 {
  width: 98px;
}
input.span-4,
textarea.span-4 {
  width: 138px;
}
input.span-5,
textarea.span-5 {
  width: 178px;
}
input.span-6,
textarea.span-6 {
  width: 218px;
}
input.span-7,
textarea.span-7 {
  width: 258px;
}
input.span-8,
textarea.span-8 {
  width: 298px;
}
input.span-9,
textarea.span-9 {
  width: 338px;
}
input.span-10,
textarea.span-10 {
  width: 378px;
}
input.span-11,
textarea.span-11 {
  width: 418px;
}
input.span-12,
textarea.span-12 {
  width: 458px;
}
input.span-13,
textarea.span-13 {
  width: 498px;
}
input.span-14,
textarea.span-14 {
  width: 538px;
}
input.span-15,
textarea.span-15 {
  width: 578px;
}
input.span-16,
textarea.span-16 {
  width: 618px;
}
input.span-17,
textarea.span-17 {
  width: 658px;
}
input.span-18,
textarea.span-18 {
  width: 698px;
}
input.span-19,
textarea.span-19 {
  width: 738px;
}
input.span-20,
textarea.span-20 {
  width: 778px;
}
input.span-21,
textarea.span-21 {
  width: 818px;
}
input.span-22,
textarea.span-22 {
  width: 858px;
}
input.span-23,
textarea.span-23 {
  width: 898px;
}
input.span-24,
textarea.span-24 {
  width: 938px;
}
/* Add these to a column to append empty cols. */
.append-1 {
  padding-right: 40px;
}
.append-2 {
  padding-right: 80px;
}
.append-3 {
  padding-right: 120px;
}
.append-4 {
  padding-right: 160px;
}
.append-5 {
  padding-right: 200px;
}
.append-6 {
  padding-right: 240px;
}
.append-7 {
  padding-right: 280px;
}
.append-8 {
  padding-right: 320px;
}
.append-9 {
  padding-right: 360px;
}
.append-10 {
  padding-right: 400px;
}
.append-11 {
  padding-right: 440px;
}
.append-12 {
  padding-right: 480px;
}
.append-13 {
  padding-right: 520px;
}
.append-14 {
  padding-right: 560px;
}
.append-15 {
  padding-right: 600px;
}
.append-16 {
  padding-right: 640px;
}
.append-17 {
  padding-right: 680px;
}
.append-18 {
  padding-right: 720px;
}
.append-19 {
  padding-right: 760px;
}
.append-20 {
  padding-right: 800px;
}
.append-21 {
  padding-right: 840px;
}
.append-22 {
  padding-right: 880px;
}
.append-23 {
  padding-right: 920px;
}
/* Add these to a column to prepend empty cols. */
.prepend-1 {
  padding-left: 40px;
}
.prepend-2 {
  padding-left: 80px;
}
.prepend-3 {
  padding-left: 120px;
}
.prepend-4 {
  padding-left: 160px;
}
.prepend-5 {
  padding-left: 200px;
}
.prepend-6 {
  padding-left: 240px;
}
.prepend-7 {
  padding-left: 280px;
}
.prepend-8 {
  padding-left: 320px;
}
.prepend-9 {
  padding-left: 360px;
}
.prepend-10 {
  padding-left: 400px;
}
.prepend-11 {
  padding-left: 440px;
}
.prepend-12 {
  padding-left: 480px;
}
.prepend-13 {
  padding-left: 520px;
}
.prepend-14 {
  padding-left: 560px;
}
.prepend-15 {
  padding-left: 600px;
}
.prepend-16 {
  padding-left: 640px;
}
.prepend-17 {
  padding-left: 680px;
}
.prepend-18 {
  padding-left: 720px;
}
.prepend-19 {
  padding-left: 760px;
}
.prepend-20 {
  padding-left: 800px;
}
.prepend-21 {
  padding-left: 840px;
}
.prepend-22 {
  padding-left: 880px;
}
.prepend-23 {
  padding-left: 920px;
}
/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #ddd;
}
/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #ddd;
}
/* Use these classes on an element to push it into the
next column, or to pull it into the previous column.  */
.pull-1 {
  margin-left: -40px;
}
.pull-2 {
  margin-left: -80px;
}
.pull-3 {
  margin-left: -120px;
}
.pull-4 {
  margin-left: -160px;
}
.pull-5 {
  margin-left: -200px;
}
.pull-6 {
  margin-left: -240px;
}
.pull-7 {
  margin-left: -280px;
}
.pull-8 {
  margin-left: -320px;
}
.pull-9 {
  margin-left: -360px;
}
.pull-10 {
  margin-left: -400px;
}
.pull-11 {
  margin-left: -440px;
}
.pull-12 {
  margin-left: -480px;
}
.pull-13 {
  margin-left: -520px;
}
.pull-14 {
  margin-left: -560px;
}
.pull-15 {
  margin-left: -600px;
}
.pull-16 {
  margin-left: -640px;
}
.pull-17 {
  margin-left: -680px;
}
.pull-18 {
  margin-left: -720px;
}
.pull-19 {
  margin-left: -760px;
}
.pull-20 {
  margin-left: -800px;
}
.pull-21 {
  margin-left: -840px;
}
.pull-22 {
  margin-left: -880px;
}
.pull-23 {
  margin-left: -920px;
}
.pull-24 {
  margin-left: -960px;
}
.pull-1,
.pull-2,
.pull-3,
.pull-4,
.pull-5,
.pull-6,
.pull-7,
.pull-8,
.pull-9,
.pull-10,
.pull-11,
.pull-12,
.pull-13,
.pull-14,
.pull-15,
.pull-16,
.pull-17,
.pull-18,
.pull-19,
.pull-20,
.pull-21,
.pull-22,
.pull-23,
.pull-24 {
  float: left;
  position: relative;
}
.push-1 {
  margin: 0 -40px 1.5em 40px;
}
.push-2 {
  margin: 0 -80px 1.5em 80px;
}
.push-3 {
  margin: 0 -120px 1.5em 120px;
}
.push-4 {
  margin: 0 -160px 1.5em 160px;
}
.push-5 {
  margin: 0 -200px 1.5em 200px;
}
.push-6 {
  margin: 0 -240px 1.5em 240px;
}
.push-7 {
  margin: 0 -280px 1.5em 280px;
}
.push-8 {
  margin: 0 -320px 1.5em 320px;
}
.push-9 {
  margin: 0 -360px 1.5em 360px;
}
.push-10 {
  margin: 0 -400px 1.5em 400px;
}
.push-11 {
  margin: 0 -440px 1.5em 440px;
}
.push-12 {
  margin: 0 -480px 1.5em 480px;
}
.push-13 {
  margin: 0 -520px 1.5em 520px;
}
.push-14 {
  margin: 0 -560px 1.5em 560px;
}
.push-15 {
  margin: 0 -600px 1.5em 600px;
}
.push-16 {
  margin: 0 -640px 1.5em 640px;
}
.push-17 {
  margin: 0 -680px 1.5em 680px;
}
.push-18 {
  margin: 0 -720px 1.5em 720px;
}
.push-19 {
  margin: 0 -760px 1.5em 760px;
}
.push-20 {
  margin: 0 -800px 1.5em 800px;
}
.push-21 {
  margin: 0 -840px 1.5em 840px;
}
.push-22 {
  margin: 0 -880px 1.5em 880px;
}
.push-23 {
  margin: 0 -920px 1.5em 920px;
}
.push-24 {
  margin: 0 -960px 1.5em 960px;
}
.push-1,
.push-2,
.push-3,
.push-4,
.push-5,
.push-6,
.push-7,
.push-8,
.push-9,
.push-10,
.push-11,
.push-12,
.push-13,
.push-14,
.push-15,
.push-16,
.push-17,
.push-18,
.push-19,
.push-20,
.push-21,
.push-22,
.push-23,
.push-24 {
  float: left;
  position: relative;
}
/* Misc classes and elements
-------------------------------------------------------------- */
/* In case you need to add a gutter above/below an element */
div.prepend-top,
.prepend-top {
  margin-top: 1.5em;
}
div.append-bottom,
.append-bottom {
  margin-bottom: 1.5em;
}
/* Use a .box to create a padded box inside a column.  */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #e5eCf9;
}
/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.45em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after,
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix,
.container {
  display: block;
}
/* Regular clearing
   apply to column that should drop below previous ones. */
.clear {
  clear: both;
}
/* Import Theme Styles */
/* Import Common CSS functions */
/* ------- COLOR VARIABLES --------- */
/* ------- FONT VARIABLES --------- */
/* Fonts! */
@font-face {
  font-family: "AlternateGothic";
  src: url('../fonts/alternategothicno2-webfont.eot');
  src: url('../fonts/alternategothicno2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alternategothicno2-webfont.woff') format('woff'), url('../fonts/alternategothicno2-webfont.ttf') format('truetype'), url('../fonts/alternategothicno2-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: 100;
  font-style: normal;
}
/* ----------------- General Styles ----------------- */
body {
  background: #f0f0f0;
  height: 100%;
  min-height: 100%;
  font-size: 1em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  color: #36454c;
  min-width: 960px;
}
.colorstrip {
  background-color: #38444c;
  height: 5px;
  width: 100%;
}
.container {
  background: transparent;
}
a,
a:visited,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: #ed1556;
}
a:hover {
  cursor: pointer;
  color: #9facb2;
}
a.button {
  text-transform: uppercase;
  display: inline-block;
  padding: 0.2em 0.5em;
  background: #9facb2;
  color: white;
}
a.button:hover {
  text-decoration: none;
  background: #333;
}
a.button-alt {
  text-transform: uppercase;
  display: inline-block;
  padding: 0.2em 0.5em;
  background: #36454c;
  color: white;
}
a.button-alt:hover {
  text-decoration: none;
  background: #ed1556;
}
img.align-right {
  float: right;
  margin: 0 0 0.2em 0.5em;
}
img.align-left {
  float: left;
  margin: 0 0.5em 0.2em 0;
}
img.align-center {
  text-align: center;
  margin: 0 auto;
  display: block;
}
/* ----------------- Global Form Elements ----------------- */
form input,
form textarea {
  padding: 0.2em;
  font-size: 0.7em;
  background: white;
  border: 1px solid #D7D7D7;
  color: #36454c;
  background-color: #D7D7D7;
  margin: 0;
}
form input:focus,
form textarea:focus {
  color: #666;
  border: 1px solid #666;
}
form label {
  font-size: 1.4em;
  font-family: "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
  color: #666;
  margin-right: 1em;
}
form label[for=rememberme] {
  font-size: 0.9em;
}
form textarea {
  font-weight: normal;
  font-style: none;
  font-size: 1.2em;
  padding: 0.7em;
}
form input[type=submit] {
  -webkit-border-radius: 1em;
  -khtml-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -webkit-transition: border-radius 0.2s ease-in-out;
  -moz-transition: border-radius 0.2s ease-in-out;
  -o-transition: border-radius 0.2s ease-in-out;
  transition: border-radius 0.2s ease-in-out;
  padding: 0.2em 0.5em;
  color: #666;
  font-style: italic;
}
form input[type=submit]:hover {
  -webkit-border-radius: 0em;
  -khtml-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
  -webkit-transition: border-radius 0.2s ease-in-out;
  -moz-transition: border-radius 0.2s ease-in-out;
  -o-transition: border-radius 0.2s ease-in-out;
  transition: border-radius 0.2s ease-in-out;
}
form select {
  text-transform: none;
  font: 80% sans-serif;
  padding: 2px;
}
/* ------------ Header-Drop-Down ------------ */
#sliderWrap #slider {
  background-color: #38444c;
  position: relative;
  width: 100%;
  height: 176px;
  margin-top: -176px;
}
#sliderWrap #slider #sliderContent {
  margin: 1em 0em 0em 0em;
}
#sliderWrap #slider #sliderContent div.sign-up {
  position: relative;
  top: -1em;
  left: 1.5em;
  width: 23em;
}
#sliderWrap #slider #sliderContent div.sign-up input {
  background-color: #f0f0f0;
  height: 1.7em;
  width: 14.8em;
}
#sliderWrap #slider #sliderContent div.sign-up input.first-name {
  position: relative;
}
#sliderWrap #slider #sliderContent div.sign-up input.last-name {
  position: relative;
}
#sliderWrap #slider #sliderContent div.sign-up input.email {
  width: 30.4em;
  margin-top: .38em;
}
#sliderWrap #slider #sliderContent div.sign-up input.state {
  position: relative;
  width: 12.8em;
  top: .2em;
}
#sliderWrap #slider #sliderContent div.sign-up input.country {
  position: relative;
  width: 12.9em;
  top: .2em;
}
#sliderWrap #slider #sliderContent div.sign-up input.submit {
  width: 3em;
  background-image: url('../images/layout/news-input.png');
  background-repeat: repeat-x;
  background-color: #f0f0f0;
  height: 1.45em;
  width: 2.23em;
  border-radius: 0;
  border: none;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #38444c;
  font-weight: 100;
  text-align: left;
  margin-top: .25em;
}
#sliderWrap #slider #sliderContent div.sign-up input.submit:hover {
  color: #9eacb2;
}
#sliderWrap #slider #sliderContent div.sign-up div.error {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  width: 30em;
}
#sliderWrap #slider #sliderContent div.sign-up label.error {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .65em;
  color: #f0f0f0;
  z-index: 50;
  left: 1em;
}
#sliderWrap #slider #sliderContent div.sign-up a.topMenuAction {
  position: relative;
  left: -40.9em;
  top: -1.5em;
}
#sliderWrap #slider #sliderContent div.help-us-pitch {
  background-image: url('../images/layout/joinus-hands.png');
  background-repeat: no-repeat;
  background-position: left 75%;
  padding-left: 5em;
  width: 30em;
  height: 5em;
}
#sliderWrap #slider #sliderContent h2 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2.44em;
  font-weight: 100;
  color: #f0f0f0;
  margin-bottom: .14em;
}
#sliderWrap #slider #sliderContent h2 span {
  color: #ed1556;
}
#sliderWrap #slider #sliderContent p {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.45em;
  color: #f0f0f0;
  position: relative;
  top: .7em;
  left: 1em;
}
#sliderWrap #slider #sliderContent p a {
  color: #ed1556;
}
#sliderWrap #slider #sliderContent p a:hover {
  color: #f0f0f0;
}
/*#openCloseWrap {
position:relative;
top:100px;
font-size:12px;
font-weight:bold;
}*/
/* ----------------- Header ----------------- */
#wrapper > header {
  position: relative;
  /* Logo */
  /* Nav */
}
#wrapper > header h1 a {
  display: block;
  font-size: 2em;
  padding: 1.2em 0 0 0;
  background: url('../images/branding/logo.png') no-repeat center center;
  text-indent: -10000px;
  width: 270px;
  height: 59px;
}
#wrapper > header nav.primary-nav {
  position: absolute;
  top: 2em;
  right: 0em;
}
#wrapper > header nav.primary-nav ul {
  position: relative;
  left: 1em;
}
#wrapper > header nav.primary-nav ul li {
  float: left;
  font-size: 1.2em;
  margin-left: 1.5em;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.3em;
  letter-spacing: .03em;
}
#wrapper > header nav.primary-nav ul li a {
  text-transform: uppercase;
  color: #ed1556;
  text-indent: -8000px;
  display: block;
  margin-right: .5em;
}
#wrapper > header nav.primary-nav ul li a:hover {
  color: #9facb2;
}
#wrapper > header nav.primary-nav ul li#menu-item-522 a,
#wrapper > header nav.primary-nav ul li#menu-item-14518 a {
  background: #ed1556 url('../images/ui/newvisitors_norm.png') no-repeat 100% center;
  width: 138px;
  height: 33px;
}
#wrapper > header nav.primary-nav ul li#menu-item-522 a:hover,
#wrapper > header nav.primary-nav ul li#menu-item-14518 a:hover,
#wrapper > header nav.primary-nav ul li#menu-item-522 a:active,
#wrapper > header nav.primary-nav ul li#menu-item-14518 a:active {
  background-color: #6eb43f;
}
#wrapper > header nav.primary-nav ul li#menu-item-522.current-menu-item a,
#wrapper > header nav.primary-nav ul li#menu-item-14518.current-menu-item a,
#wrapper > header nav.primary-nav ul li#menu-item-522.current-page-ancestor a,
#wrapper > header nav.primary-nav ul li#menu-item-14518.current-page-ancestor a {
  background-color: #6eb43f;
}
#wrapper > header nav.primary-nav ul li#menu-item-523 a,
#wrapper > header nav.primary-nav ul li#menu-item-14520 a {
  background: #ed1556 url('../images/ui/takeaction_norm.png') no-repeat 100% center;
  width: 127px;
  height: 33px;
}
#wrapper > header nav.primary-nav ul li#menu-item-523 a:hover,
#wrapper > header nav.primary-nav ul li#menu-item-14520 a:hover,
#wrapper > header nav.primary-nav ul li#menu-item-523 a:active,
#wrapper > header nav.primary-nav ul li#menu-item-14520 a:active {
  background-color: #00aedb;
}
#wrapper > header nav.primary-nav ul li#menu-item-523.current-menu-item a,
#wrapper > header nav.primary-nav ul li#menu-item-14520.current-menu-item a,
#wrapper > header nav.primary-nav ul li#menu-item-523.current-page-ancestor a,
#wrapper > header nav.primary-nav ul li#menu-item-14520.current-page-ancestor a {
  background-color: #00aedb;
}
#wrapper > header nav.primary-nav ul li#menu-item-524 a,
#wrapper > header nav.primary-nav ul li#menu-item-14519 a {
  background: #ed1556 url('../images/ui/researchers_norm.png') no-repeat 100% center;
  width: 139px;
  height: 33px;
}
#wrapper > header nav.primary-nav ul li#menu-item-524 a:hover,
#wrapper > header nav.primary-nav ul li#menu-item-14519 a:hover,
#wrapper > header nav.primary-nav ul li#menu-item-524 a:active,
#wrapper > header nav.primary-nav ul li#menu-item-14519 a:active {
  background-color: #fb7600;
}
#wrapper > header nav.primary-nav ul li#menu-item-524.current-menu-item a,
#wrapper > header nav.primary-nav ul li#menu-item-14519.current-menu-item a,
#wrapper > header nav.primary-nav ul li#menu-item-524.current-page-ancestor a,
#wrapper > header nav.primary-nav ul li#menu-item-14519.current-page-ancestor a {
  background-color: #fb7600;
}
#wrapper > header nav.secondary-nav {
  background-image: url('../images/ui/diaglinemenu.jpg');
  background-repeat: repeat-x;
  border-top: 1px solid #CCC;
  border-bottom: 3px solid #36454c;
  height: 2.4em;
  /* -----------------drop down menu end------------------*/
}
#wrapper > header nav.secondary-nav .actions {
  text-transform: uppercase;
  font-size: .68em;
  font-weight: bold;
  position: relative;
  top: 0;
  width: 12em;
  height: 2.7em;
  padding-top: .9em;
  border-right: solid;
  border-width: 1px;
  border-color: #C4C4C4;
  background-color: #f0f0f0;
}
#wrapper > header nav.secondary-nav ul.mainsecondnav {
  font-size: .8em;
  font-weight: 600;
  position: relative;
  top: .5em;
  left: .7em;
  width: auto;
  border-right: solid;
  border-width: 1px;
  border-color: #C4C4C4;
  padding-bottom: 10px;
  float: left;
  z-index: 50;
  /* Trigger the dropdown */
}
#wrapper > header nav.secondary-nav ul.mainsecondnav li {
  margin-right: 2.2em;
  float: left;
  position: relative;
  /* Sub Nav */
}
#wrapper > header nav.secondary-nav ul.mainsecondnav li:hover {
  background-image: url('../images/ui/drop-down.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #ed1556;
}
#wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-item,
#wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-parent {
  background-image: url('../images/ui/drop-down.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
#wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-item a,
#wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-parent a {
  color: #ed1556;
}
#wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu {
  background-color: #38444c;
  padding-top: 1em;
  padding-left: 1.7em;
  padding-bottom: 1.5em;
  list-style: none;
  position: absolute;
  top: 2.6em;
  left: -1.5em;
  width: auto;
  z-index: 5;
  display: none;
  -moz-box-shadow: 0px 0px 5px 0px #444D53;
  -webkit-box-shadow: 0px 0px 5px 0px #444D53;
  box-shadow: 0px 0px 5px 0px #444D53;
}
#wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu li {
  float: none;
  font-weight: 400;
  padding: .6em 0em .6em 0em;
  width: auto;
}
#wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu li a {
  white-space: nowrap;
  color: #fff;
  font-size: .9em;
  width: auto;
}
#wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu li a:hover {
  color: #ed1556;
  background-image: none;
}
#wrapper > header nav.secondary-nav ul.mainsecondnav li:hover ul.sub-menu {
  display: block;
}
#wrapper > header nav.secondary-nav ul li {
  float: left;
  padding: 0.5em 0.2em;
}
#wrapper > header nav.secondary-nav ul li a {
  color: #36454c;
}
#wrapper > header nav.secondary-nav ul li a:hover {
  color: #ed1556;
}
#wrapper > header nav.secondary-nav ul.actions li {
  margin-right: 0em;
}
#wrapper > header nav.secondary-nav ul.actions li a {
  color: #ed1556;
}
#wrapper > header nav.secondary-nav ul.actions li a:hover {
  color: #9facb2;
}
#wrapper > header nav.secondary-nav ul.menu {
  margin-bottom: 0em;
}
#wrapper > header nav.secondary-nav ul.menu li {
  margin-right: 1em;
}
#wrapper > header nav.secondary-nav ul.mainsecondnav {
  position: relative;
  top: 0em;
  border-right: solid 1px #C4C4C4;
  height: 2.2em;
}
#wrapper > header nav.secondary-nav ul.mainsecondnav li {
  margin-right: 2em;
  margin-bottom: none;
  height: 1.2em;
  position: relative;
  top: .5em;
  padding-bottom: 1em;
}
#wrapper > header nav.secondary-nav ul.search {
  position: relative;
  left: 1em;
}
#wrapper > header nav.secondary-nav ul.search input {
  width: 300px;
  background-color: #FFF;
  border: solid;
  border-width: 1px;
  border-color: #C9C9C9;
  color: #ABABAB;
}
#wrapper > header nav.secondary-nav ul.search input.search-submit {
  background-image: url('../images/ui/magglass.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  height: 20px;
  width: 20px;
  border: none;
  position: relative;
  top: -1.84em;
  left: 25.4em;
}
#wrapper > header nav.secondary-nav ul.social {
  text-align: center;
  width: 58px;
  height: 1em;
  padding: 0 0 4px 15px;
  position: relative;
  left: 1.2em;
  top: .48em;
  border-left: solid;
  border-width: 1px;
  border-color: #C9C9C9;
}
#wrapper > header nav.secondary-nav ul.social li.mainfb {
  background-image: url('../images/ui/fbmainmenu.jpg');
  background-repeat: no-repeat;
  background-position: center 20%;
  height: 18px;
  width: 18px;
  position: relative;
  top: 0.1em;
  padding: 0;
}
#wrapper > header nav.secondary-nav ul.social li.maint {
  background-image: url('../images/ui/tmainmenu.jpg');
  background-repeat: no-repeat;
  background-position: center 20%;
  height: 18px;
  width: 18px;
  position: relative;
  top: 0.1em;
  padding: 0;
  left: .5em;
}



/* ----------------- Hero Banner ----------------- */
#hero,
#hero2 {
  margin: 2em 0em 0em;
  border: none;
  /* Hero images */
}
#hero .slider,
#hero2 .slider {
  width: 100%;
  background: #FFF;
}
#hero p,
#hero2 p {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .87em;
  width: 37em;
  line-height: 1.7em;
  position: relative;
  margin-top: 2em;
}
#hero img.wp-post-image,
#hero2 img.wp-post-image {
  position: absolute;
}
#hero h1,
#hero2 h1 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 5em;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  top: .2em;
  width: 7em;
  line-height: .8em;
  font-weight: normal;
}
#hero .hero,
#hero2 .hero {
  min-height: 145px;
}
#hero .hero form,
#hero2 .hero form {
  position: absolute;
  top: 245px;
}
#hero .hero form ul.section-nav div.pull-down,
#hero2 .hero form ul.section-nav div.pull-down {
  position: relative;
  left: -1.5em;
}
#hero .hero form ul.section-nav li,
#hero2 .hero form ul.section-nav li {
  list-style: none;
  display: inline-block;
  position: relative;
  font-weight: 100;
  color: #9eacb2;
  padding-left: .5em;
  top: 0;
}
#hero .hero form ul.section-nav li.share-buttons,
#hero2 .hero form ul.section-nav li.share-buttons {
  position: relative;
  top: -1.2em;
  float: right;
}
#hero .hero form ul.section-nav li.share-buttons a,
#hero2 .hero form ul.section-nav li.share-buttons a {
  margin-right: .06em;
  position: relative;
  top: .19em;
}
#hero .hero form ul.section-nav li.share-buttons h3,
#hero2 .hero form ul.section-nav li.share-buttons h3 {
  font-weight: 100;
  display: inline;
  margin-right: .75em;
}
#hero .hero form ul.section-nav li h2,
#hero2 .hero form ul.section-nav li h2 {
  background-image: url('../images/ui/sub-nav-arrows.png');
  background-repeat: no-repeat;
  background-position: left 40%;
  padding-left: 24px;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.04em;
  text-transform: uppercase;
  font-weight: 100;
  color: #ed1556;
  position: relative;
  top: .2em;
}
#hero .hero form ul.section-nav li select,
#hero2 .hero form ul.section-nav li select {
  position: relative;
  top: .2em;
}
#hero ul,
#hero2 ul {
  background-image: none;
}
#hero .home-hero,
#hero2 .home-hero {
  background-image: url('../images/ui/diaglinemenu.jpg');
  background-repeat: repeat-x;
  background-position: center -1%;
  width: 100%;
  height: 389px;
  position: relative;
  margin-bottom: 3.5em;
}
#hero .home-hero ul,
#hero2 .home-hero ul {
  position: relative;
  top: 0;
  left: 0;
  background: none;
  border: none;
  z-index: 5;
  width: 750px;
  height: 47px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: -1px;
}
#hero .home-hero ul li,
#hero2 .home-hero ul li {
  position: relative;
  top: 0;
  padding: 11px 15px 4px 15px;
  height: 24px;
  font-weight: 100;
}
#hero .home-hero ul li.active,
#hero2 .home-hero ul li.active {
  padding: 11px 0px 24px 0px;
}
#hero .home-hero ul li a,
#hero2 .home-hero ul li a {
  color: #38444c;
}
#hero .home-hero ul li a:hover,
#hero2 .home-hero ul li a:hover {
  position: relative;
  color: #ed1556;
}
#hero .home-hero ul li a.active,
#hero2 .home-hero ul li a.active {
  background-image: url('../images/ui/hero-arrow.png');
  background-repeat: no-repeat;
  background-position: center 100%;
  padding: 11px 13px 24px 13px;
  color: #f0f0f0;
}
#hero .home-hero ul li a.active:hover,
#hero2 .home-hero ul li a.active:hover {
  background-image: url('../images/ui/hero-arrow.png');
  background-repeat: no-repeat;
  background-position: center 100%;
  background-color: transparent;
}
#hero .home-hero .panel-container,
#hero2 .home-hero .panel-container {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: .7em;
}
#hero .home-hero .panel-container div,
#hero2 .home-hero .panel-container div {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100% !important;
  height: 374px;
  position: relative;
  top: -0.17em;
}
#hero .home-hero .panel-container div.bx-pager,
#hero2 .home-hero .panel-container div.bx-pager {
  position: relative;
  top: -25.7em;
  float: right;
  height: auto;
  width: auto;
  text-align: right;
  padding-top: .5em;
  padding-right: .5em;
}
#hero .home-hero .panel-container div.bx-pager .pager-link,
#hero2 .home-hero .panel-container div.bx-pager .pager-link {
  font-size: .8em;
  color: #38444c;
  text-decoration: none;
  position: relative;
  z-index: 100;
  margin-right: .9em;
}
#hero .home-hero .panel-container div.bx-pager .pager-link:hover,
#hero2 .home-hero .panel-container div.bx-pager .pager-link:hover {
  color: #ed1556;
}
#hero .home-hero .panel-container div.bx-pager .pager-active,
#hero2 .home-hero .panel-container div.bx-pager .pager-active {
  color: #ed1556;
}
#hero .home-hero .panel-container div div,
#hero2 .home-hero .panel-container div div {
  z-index: 0;
}
#hero .home-hero .panel-container div div a.learn-more,
#hero2 .home-hero .panel-container div div a.learn-more {
  color: #38444c;
  padding: .5em .6em .5em .6em;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  position: absolute;
  top: 16.9em;
  right: 1.1em;
  float: right;
}
#hero .home-hero .panel-container div div a.learn-more:hover,
#hero2 .home-hero .panel-container div div a.learn-more:hover {
  color: #ed1556;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#hero .home-hero .panel-container div div#slide1,
#hero2 .home-hero .panel-container div div#slide1 {
  background-image: url('../images/layout/carousel-placehold10.jpg');
}
#hero .home-hero .panel-container div div#slide2,
#hero2 .home-hero .panel-container div div#slide2 {
  background-image: url('../images/layout/carousel-placehold11.jpg');
}
#hero .home-hero .panel-container div div#slide3,
#hero2 .home-hero .panel-container div div#slide3 {
  background-image: url('../images/layout/carousel-placehold14.jpg');
}
#hero .home-hero .panel-container div div#slide4,
#hero2 .home-hero .panel-container div div#slide4 {
  background-image: url('../images/layout/carousel-placehold13.jpg');
}
#hero .home-hero .panel-container div h1,
#hero2 .home-hero .panel-container div h1 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 3em;
  font-weight: 100;
  position: relative;
  top: 1.6em;
  left: 9.28em;
  width: 10em;
  line-height: .9em;
}
#hero .home-hero .panel-container div p,
#hero2 .home-hero .panel-container div p {
  position: relative;
  left: 31em;
  top: 4.5em;
  font-size: .9em;
  line-height: 1.45em;
  width: 32em;
}
#hero .fantv-hero,
#hero2 .fantv-hero {
  padding-bottom: 5em;
  margin-top: -0.8em;
  width: 100%;
  height: 5em;
  border-bottom: solid 1px #2F3940;
  color: #f0f0f0;
}
#hero .fantv-hero h1,
#hero2 .fantv-hero h1 {
  color: #f0f0f0;
  font-weight: 100;
  font-size: 8em;
  width: 100%;
}
#hero .fantv-hero p,
#hero2 .fantv-hero p {
  width: 43.7em;
  font-weight: 100;
  float: right;
  right: 2em;
  margin-top: -5.4em;
}
#hero .issues-hero,
#hero2 .issues-hero {
  width: 100%;
  height: 60px;
}
#hero .issues-hero h1,
#hero2 .issues-hero h1 {
  position: relative;
  top: .2em;
}
#hero .issues-hero p,
#hero2 .issues-hero p {
  position: relative;
  left: 24em;
  width: 40em;
  top: -4.5em;
}
#hero .single-issue-hero,
#hero2 .single-issue-hero {
  width: 100%;
  height: 245px;
  position: relative;
}
#hero .single-issue-hero h1,
#hero2 .single-issue-hero h1 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
}
#hero .single-issue-hero form ul.section-nav li h2,
#hero2 .single-issue-hero form ul.section-nav li h2 {
  color: #ed1556;
  background-image: url('../images/ui/sub-nav-arrows.png');
}
#hero .new-visitors-hero,
#hero2 .new-visitors-hero {
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  height: 258px;
  position: relative;
}
#hero .new-visitors-hero h1,
#hero2 .new-visitors-hero h1 {
  color: #6eb43f;
}
#hero .new-visitors-hero form ul.section-nav li h2,
#hero2 .new-visitors-hero form ul.section-nav li h2 {
  color: #6eb43f;
  background-image: url('../images/ui/sub-nav-arrows-newvis.png');
}
#hero .about-hero,
#hero2 .about-hero {
  background-position: 93% center;
  background-repeat: no-repeat;
  width: 100%;
  height: 258px;
  position: relative;
}
#hero .about-hero h1,
#hero2 .about-hero h1 {
  color: #38444c;
}
#hero .about-hero form ul.section-nav li h2,
#hero2 .about-hero form ul.section-nav li h2 {
  color: #ed1556;
  background-image: url('../images/ui/sub-nav-arrows.png');
}
#hero .take-action-hero,
#hero2 .take-action-hero {
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  height: 258px;
  position: relative;
}
#hero .take-action-hero h1,
#hero2 .take-action-hero h1 {
  color: #00aedb;
}
#hero .take-action-hero form ul.section-nav li h2,
#hero2 .take-action-hero form ul.section-nav li h2 {
  color: #00aedb;
  background-image: url('../images/ui/sub-nav-arrows-takeaction.png');
}
#hero .faq-hero,
#hero2 .faq-hero {
  margin-top: -1em;
  background-image: url('../images/layout/faq-header.png');
  background-position: 93% center;
  background-repeat: no-repeat;
  width: 100%;
  height: 245px;
  border-bottom: solid 1px #d9d9d9;
}
#hero .faq-hero h1,
#hero2 .faq-hero h1 {
  color: #38444c;
  width: 100%;
}
#hero .news-archive-hero,
#hero2 .news-archive-hero {
  background-image: url('../images/layout/news-map.png');
  background-position: 92% 70%;
  background-repeat: no-repeat;
  width: 59.3em;
  height: 16em;
  border-bottom: solid 1px #d9d9d9;
}
#hero .news-archive-hero div.title-half,
#hero2 .news-archive-hero div.title-half {
  border-right: solid 1px #d9d9d9;
  position: relative;
  width: 25em;
  height: 16em;
}
#hero .news-archive-hero div.title-half h1,
#hero2 .news-archive-hero div.title-half h1 {
  position: relative;
  top: .3em;
  color: #38444c;
}
#hero .news-archive-hero div.title-half p,
#hero2 .news-archive-hero div.title-half p {
  width: 27em;
  position: relative;
  top: 1em;
}
#hero .news-archive-hero h2.filter-title,
#hero2 .news-archive-hero h2.filter-title {
  background-image: url('../images/ui/news-filter-head.jpg');
  padding: 1em 4em 1em 4em;
  width: 36em;
  float: right;
  text-align: center;
  position: relative;
  top: 0;
  font-weight: normal;
  font-size: .78em;
}
#hero .news-archive-hero form,
#hero2 .news-archive-hero form {
  position: relative;
  width: 32em;
  float: right;
  right: 0em;
  top: -12em;
}
#hero .news-archive-hero form.industry-form,
#hero2 .news-archive-hero form.industry-form {
  border-top: solid 1px #d9d9d9;
  padding-top: 0;
  height: 5em;
  position: relative;
  margin-top: .85em;
  top: -13em;
}
#hero .news-archive-hero form.industry-form select,
#hero2 .news-archive-hero form.industry-form select {
  position: relative;
  top: -1em;
}
#hero .news-archive-hero form.industry-form h2,
#hero2 .news-archive-hero form.industry-form h2 {
  position: relative;
  top: -1.15em;
}
#hero .news-archive-hero form ul,
#hero2 .news-archive-hero form ul {
  background-image: none;
  border: none;
  position: relative;
  left: -2.95em;
  width: 30em;
}
#hero .news-archive-hero form ul h2.or,
#hero2 .news-archive-hero form ul h2.or {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .75em;
  text-transform: none;
  font-weight: 100;
  position: relative;
  top: -1.4em;
  left: 18.8em;
  background: #e5e5e5;
  text-align: center;
  margin-bottom: .5em;
  color: #A2A2A2;
  width: 3em;
}
#hero .news-archive-hero form ul li,
#hero2 .news-archive-hero form ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  right: 1.2em;
}
#hero .news-archive-hero form ul li h2,
#hero2 .news-archive-hero form ul li h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .75em;
  text-transform: none;
  font-weight: 100;
  position: relative;
  margin-bottom: .5em;
  color: #A2A2A2;
}
#hero .news-archive-hero form input,
#hero2 .news-archive-hero form input {
  background-image: url('../images/layout/news-input.png');
  background-repeat: repeat-x;
  background-color: transparent;
  height: 1.62em;
  border-radius: 0;
  border: none;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #38444c;
  font-weight: 100;
  text-align: left;
  padding-right: .56em;
  padding-top: .3em;
  position: relative;
  top: -1.88em;
  float: right;
}
#hero .news-archive-hero form input.industry-button,
#hero2 .news-archive-hero form input.industry-button {
  position: relative;
  top: -2.8em;
}
#hero .news-archive-hero form input:hover,
#hero2 .news-archive-hero form input:hover {
  color: #9eacb2;
}
#hero .researchers-hero,
#hero2 .researchers-hero {
  width: 100%;
  height: 245px;
  margin-top: 20px;
  position: relative;
  /*      ul {
        //background-image:url('../images/ui/diaglinemenu.jpg');
        //background-repeat:repeat-x;
        font-family:@alt-stack;
        text-transform:uppercase;
        font-size:1.1em;
        width:53em;
        padding-top:.5em;
        padding-bottom:.75em;
        padding-left:1em;
        position:relative;
        top:-10em;
        left:-1.8em;
        border-top:solid 1px #C4C4C4;
        border-bottom:solid 1px #C4C4C4;
        

        
        li{
            h2{
                background-image:url('../images/ui/areas-of-interest.png');
                background-position:left center;
                background-repeat:no-repeat;
                list-style:none;
                display: inline-block;
                margin:0em 0em 0em 0em;
                padding-left:1.5em;
                position:relative;
                top:.28em;
                color:@researchers;
            }
        }
        }*/
}
#hero .researchers-hero h1,
#hero2 .researchers-hero h1 {
  color: #fb7600;
  font-size: 2.5em;
  font-weight: 100;
  width: 12em;
  position: relative;
  top: .6em;
  line-height: 1em;
}
#hero .researchers-hero p,
#hero2 .researchers-hero p {
  /*font-weight: 400;
  position: relative;
  top: -11em;
  left: 33.5em;*/
  width: 34em;
}
#hero .researchers-hero #research-search input,
#hero2 .researchers-hero #research-search input {
  position: relative;
  top: 3.6em;
  background-color: #fff;
  height: 2em;
  width: 24.7em;
  font-size: .8em;
  color: #B8B8B8;
  padding-left: .8em;
}
#hero .researchers-hero #research-search input.search-submit,
#hero2 .researchers-hero #research-search input.search-submit {
  position: relative;
  top: 14px;
  left: 19.55em;
  background-image: url('../images/ui/diaglinemenu.jpg');
  background-repeat: repeat-x;
  background-color: transparent;
  width: 5em;
  height: 32px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #9B9B9B;
  padding: 0;
}
#hero .researchers-hero #research-search input.search-submit:hover,
#hero2 .researchers-hero #research-search input.search-submit:hover {
  color: #38444c;
}
#hero .researchers-hero #research-search a,
#hero2 .researchers-hero #research-search a {
  background-image: url('../images/ui/magglass.png');
  background-position: left center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding: 1em 0em 1em 2.5em;
  font-size: .6em;
  color: #BCBCBC;
  position: relative;
  top: 8em;
  left: -57em;
}
#hero .researchers-hero #sub-nav,
#hero2 .researchers-hero #sub-nav {
  position: absolute;
  top: 225px;
}
#hero .researchers-hero #sub-nav ul.section-nav,
#hero2 .researchers-hero #sub-nav ul.section-nav {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  width: 53em;
  padding-top: .5em;
  padding-bottom: .75em;
  padding-left: 1em;
  left: -1.8em;
  border-top: solid 1px #C4C4C4;
  border-bottom: solid 1px #C4C4C4;
}
#hero .researchers-hero #sub-nav ul.section-nav li,
#hero2 .researchers-hero #sub-nav ul.section-nav li {
  padding-left: 0;
}
#hero .researchers-hero #sub-nav ul.section-nav li h2,
#hero2 .researchers-hero #sub-nav ul.section-nav li h2 {
  background-image: url('../images/ui/areas-of-interest.png');
  background-position: left 18%;
  background-repeat: no-repeat;
  list-style: none;
  display: inline-block;
  margin: 0em 0em 0em 0em;
  padding-left: 1.5em;
  position: relative;
  top: .28em;
  left: -0.9em;
  color: #fb7600;
  width: 9em;
}
#hero .researchers-hero #sub-nav ul.section-nav li.share-buttons,
#hero2 .researchers-hero #sub-nav ul.section-nav li.share-buttons {
  position: relative;
  float: right;
  color: #9eacb2;
  top: 0;
}
#hero .researchers-hero #sub-nav ul.section-nav li.share-buttons a,
#hero2 .researchers-hero #sub-nav ul.section-nav li.share-buttons a {
  margin-right: .06em;
  position: relative;
  top: .19em;
}
#hero .researchers-hero #sub-nav ul.section-nav li.share-buttons h3,
#hero2 .researchers-hero #sub-nav ul.section-nav li.share-buttons h3 {
  font-weight: 100;
  display: inline;
  margin-right: .75em;
}
#hero .single-researcher-hero,
#hero2 .single-researcher-hero {
  width: 100%;
  height: 245px;
  position: relative;
  background-image: url('../images/layout/researchers-hero.png');
  background-repeat: no-repeat;
  background-color: transparent;
  margin-bottom: .78em;
  /*      ul {
        //background-image:url('../images/ui/diaglinemenu.jpg');
        //background-repeat:repeat-x;
        font-family:@alt-stack;
        text-transform:uppercase;
        font-size:1.1em;
        width:53em;
        padding-top:.5em;
        padding-bottom:.75em;
        padding-left:1em;
        position:relative;
        top:-10em;
        left:-1.8em;
        border-top:solid 1px #C4C4C4;
        border-bottom:solid 1px #C4C4C4;
        

        
        li{
            h2{
                background-image:url('../images/ui/areas-of-interest.png');
                background-position:left center;
                background-repeat:no-repeat;
                list-style:none;
                display: inline-block;
                margin:0em 0em 0em 0em;
                padding-left:1.5em;
                position:relative;
                top:.28em;
                color:@researchers;
            }
        }
        }*/
}
/*Google Custom Search*/
.researchers-search {
  margin-top: 50px;
  position: relative;
  z-index: 5;
}

.researchers-hero .pf-content {
  position: absolute;
  right: 0;
  top: -6px;
}

.researchers-hero input.gsc-input {
  padding: 8px 12px !important;
  margin-top: -2px !important;
}

.researchers-hero input.gsc-search-button {
  height: 36px !important;
  margin-left: -26px !important;
}

#hero .single-researcher-hero h1,
#hero2 .single-researcher-hero h1 {
  color: #fb7600;
  font-size: 2.5em;
  font-weight: 100;
  width: 12em;
  position: relative;
  top: .6em;
  line-height: 1em;
}
#hero .single-researcher-hero p,
#hero2 .single-researcher-hero p {
  font-weight: 400;
  position: relative;
  width: 34em;
}
#hero .single-researcher-hero #sub-nav,
#hero2 .single-researcher-hero #sub-nav {
  position: absolute;
  top: 245px;
}
#hero .single-researcher-hero #sub-nav ul.section-nav,
#hero2 .single-researcher-hero #sub-nav ul.section-nav {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  width: 53em;
  padding-top: .5em;
  padding-bottom: .75em;
  padding-left: 1em;
  left: -1.8em;
  border-top: solid 1px #C4C4C4;
  border-bottom: solid 1px #C4C4C4;
  height: 30px;
}
#hero .single-researcher-hero #sub-nav ul.section-nav li.share-buttons,
#hero2 .single-researcher-hero #sub-nav ul.section-nav li.share-buttons {
  position: relative;
  float: right;
  top: -1.05em;
  color: #9eacb2;
}
#hero .single-researcher-hero #sub-nav ul.section-nav li.share-buttons a,
#hero2 .single-researcher-hero #sub-nav ul.section-nav li.share-buttons a {
  margin-right: .06em;
  position: relative;
  top: .19em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav li.share-buttons h3,
#hero2 .single-researcher-hero #sub-nav ul.section-nav li.share-buttons h3 {
  font-weight: 100;
  display: inline;
  margin-right: .75em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down,
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down {
  position: relative;
  left: 0;
  padding: 0em 0em 0em 0em;
  margin: 0em 0em 0em 0em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li,
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li {
  padding-left: 0;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.select-topic,
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.select-topic {
  position: relative;
  top: 0;
  left: 0;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search,
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search {
  position: relative;
  top: 0;
  left: 2.5em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form,
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form {
  top: -2.6em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input,
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input {
  position: relative;
  top: 3.6em;
  background-color: #fff;
  height: 1.5em;
  width: 23em;
  font-size: .6em;
  color: #B8B8B8;
  padding-left: .5em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input.search-submit,
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input.search-submit {
  background-color: transparent;
  height: 1.4em;
  width: 4em;
  border-radius: 0;
  border: none;
  position: relative;
  top: .86em;
  left: 15.7em;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: .89em;
  font-style: normal;
  color: #9B9B9B;
  padding: 0;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search a,
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search a {
  background-image: url('../images/ui/magglass.png');
  background-position: left center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding: 1em 0em 1em 2.5em;
  font-size: .6em;
  color: #BCBCBC;
  position: relative;
  top: 8em;
  left: -57em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li select,
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li select {
  margin-left: .5em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li h2,
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li h2 {
  background-image: url('../images/ui/areas-of-interest.png');
  background-position: left center;
  background-repeat: no-repeat;
  list-style: none;
  display: inline-block;
  margin: 0em 0em 0em 0em;
  padding-left: 1.5em;
  position: relative;
  color: #fb7600;
}

#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input {
  display: none;
}

#hero ul,
#hero2 ul {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  width: 53em;
  padding-top: .5em;
  padding-bottom: .75em;
  padding-left: 1em;
  position: relative;
  left: -1.8em;
  border-top: solid 1px #C4C4C4;
  border-bottom: solid 1px #C4C4C4;
}
#hero ul li,
#hero2 ul li {
  background-position: left center;
  background-repeat: no-repeat;
  list-style: none;
  display: inline-block;
  margin: 0em 0em 0em 0em;
  padding-left: 1.5em;
  position: relative;
  top: .28;
  color: #fb7600;
}
#hero ul li a,
#hero2 ul li a {
  color: #38444c;
}
#hero ul li a:hover,
#hero2 ul li a:hover {
  color: #ed1556;
}
#hero ul li.current_page_item a,
#hero2 ul li.current_page_item a {
  color: #ed1556;
}
#hero {
  margin-right: 10px;
}
/* ----------------- Main Content ----------------- */
div.bread-crumb-container {
  position: relative;
}
div.bread-crumb-container div.bread-crumbs {
  font-size: .58em;
  position: absolute;
  top: 17.5em;
  height: 1em;
  width: 950px;
  border-bottom: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  padding-bottom: 1.1em;
}
div.bread-crumb-container div.bread-crumbs span {
  position: relative;
}
div.bread-crumb-container div.bread-crumbs a {
  color: #38444c;
  text-transform: uppercase;
  margin: 1em .75em 0em .75em;
}
div.bread-crumb-container div.bread-crumbs a:hover {
  color: #ed1556;
}
#main {
  padding-right: 3.45em;
  border-right: solid 1px #d9d9d9;
  margin-top: 55px;
}
#main h1 {
  color: #38444c;
  font-size: 1.8em;
  text-transform: uppercase;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-weight: 100;
}
#main h2 {
  color: #38444c;
  font-size: 1em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
}
#main h3 {
  color: #38444c;
  font-size: .9em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
}
#main h4 {
  color: #5b4f46;
  font-size: 1.1em;
}
#main h5 {
  color: #CCC;
  font-size: 1em;
}
#main p {
  margin-bottom: 1em;
  line-height: 1.7em;
  font-size: 0.87em;
}
#main p a {
  color: #ed1556;
}
#main p a:hover {
  text-decoration: underline;
}
#main ul {
  margin: 1.3em 0em 1.3em 0;
}
#main li {
  list-style: none;
  line-height: 1.6em;
  font-size: 0.8em;
}
#main div.seperator {
  background-repeat: repeat-x;
  background-image: url('../images/layout/diaglinesidebar.jpg');
  width: 36em;
  height: 2em;
}
#main form#signupForm-takeaction {
  margin-bottom: 2em;
  margin-top: -4em;
}
#main form#signupForm-takeaction input {
  background-color: #d9d9d9;
  height: 2.7em;
  width: 94%;
  padding-left: 2%;
  margin-top: 1em;
}
#main form#signupForm-takeaction input.first-name {
  position: relative;
}
#main form#signupForm-takeaction input.last-name {
  position: relative;
}
#main form#signupForm-takeaction input.state {
  position: relative;
}
#main form#signupForm-takeaction input.country {
  position: relative;
}
#main form#signupForm-takeaction input.submit {
  background-image: url('../images/layout/news-input.png');
  background-repeat: repeat-x;
  background-color: #f0f0f0;
  height: 2.05em;
  width: 5.5em;
  border-radius: 0;
  border: none;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  text-align: enter;
  font-size: 1.1em;
  font-style: normal;
  color: #38444c;
  font-weight: 100;
  margin-top: .5em;
  position: relative;
}
#main form#signupForm-takeaction input.submit:hover {
  color: #9eacb2;
}
#main form#signupForm-takeaction div.error {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  width: 30em;
}
#main form#signupForm-takeaction label.error {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .65em;
  color: #ed1556;
  z-index: 50;
  left: 1em;
}
/* ------------ Contextual Content ------------ */
#main.single-issue #contextual-content {
  margin-top: 2em;
}
#main.single-issue #contextual-content h1 {
  font-size: 1.5em;
}
#main.single-issue #contextual-content a:hover {
  text-decoration: none;
}
#main.single-issue #contextual-content .seperator {
  background-repeat: repeat-x;
  background-image: url('../images/layout/diaglinesidebar.jpg');
  width: 36em;
  height: 2em;
}
#main.single-issue #contextual-content h3 {
  text-transform: uppercase;
  font-size: .9em;
  margin-bottom: 1em;
  color: #B7B7B7;
}
#main.single-issue #contextual-content h4 {
  font-size: .6;
  color: #38444c;
  width: auto;
  position: relative;
  left: 1em;
}
#main.single-issue #contextual-content p {
  font-size: 1em;
  color: #919191;
  position: relative;
  left: 1em;
}
#main.single-issue #contextual-content ul li {
  background-image: none;
}
#main.single-issue #contextual-content ul ul {
  background-color: #F7F7F7;
  width: 100%;
  height: auto;
  padding: 1em;
  padding-top: .08em;
  padding-bottom: 2em;
  margin-bottom: .5em;
}
#main.single-issue #contextual-content ul ul li {
  background-image: none;
}
#main.single-issue #contextual-content ul ul li a:hover {
  text-decoration: none;
}
#main.single-issue #contextual-content ul ul li a h4 {
  font-size: 1.2em;
}
#main.single-issue #contextual-content ul ul.contextual-videos li {
  display: inline-block;
  border: none;
  width: 120px;
  height: 130px;
  margin-right: 1.3em;
  margin-bottom: 0;
  vertical-align: top;
  position: relative;
  left: 1em;
  border: solid;
  border-width: 1px;
  border-color: #E7E7E7;
  background-color: #f0f0f0;
  padding: 1.5em;
  padding-bottom: 2.5em;
  font-size: .78em;
}
#main.single-issue #contextual-content ul ul.contextual-videos li p {
  color: #38444c;
  left: 0;
}
#main.single-issue #contextual-content ul ul.contextual-videos li:hover {
  background-color: #E6E6E6;
}
#main.single-issue #contextual-content ul ul li {
  background-color: transparent;
  padding-top: 1em;
  padding-bottom: .7em;
  padding-right: 2em;
  border-top: solid;
  border-width: 1px;
  border-color: #E7E7E7;
}
#main.single-issue #contextual-content ul ul li:hover {
  background-color: #f0f0f0;
}
/* ------- news-archive sidebar positioning ------- */
.news-sidebar {
  position: relative;
  top: -13.8em;
  border-left: solid 1px #d9d9d9;
}
.single-issues-sidebar {
  position: relative;
  top: .85em;
  border-left: solid 1px #d9d9d9;
}
/* ----------------- Sidebar ----------------- */
#sidebar {
  position: relative;
  left: -0.7em;
  padding-left: 1.42em;
  margin-right: 0;
  border-left: solid 1px #d9d9d9;
  height: 100%;
  margin-top: 4em;
  /* Widgets */
}
#sidebar ul.give-buttons {
  display: inline;
  list-style-type: none;
}
#sidebar ul.give-buttons li {
  background-position: 0% center;
  background-repeat: no-repeat;
  background-color: #ed1556;
  height: 48px;
  width: 285px;
  text-align: center;
  vertical-align: middle;
  padding: .1em .45em .1em .45em;
  margin-bottom: 1.5em;
  margin-right: .4em;
  margin-top: -0.55em;
  float: left;
}
#sidebar ul.give-buttons li:hover {
  background-color: #ed1556;
  background-position: 100% center;
}
#sidebar ul.give-buttons li.your-donation {
  background-image: url('../images/ui/donatebtn2.png');
}
#sidebar ul.give-buttons li.shop {
  background-image: url('../images/ui/shopbtn.png');
  margin-top: -28px;
  display: none;
}
#sidebar .seperator {
  background-repeat: repeat-x;
  background-image: url('../images/layout/diaglinesidebar.jpg');
  width: 100%;
  height: 2em;
}
#sidebar aside {
  border: none #9facb2;
  width: 100%;
  padding: 0.5em 0;
  text-align: left;
  height: auto;
  /* General widet styles */
  /* Take Action */
  /* Take Action */
  /* Newsletter Sign Up */
  /* Social */
  /* contextual Content */
  /* Quick Facts */
  /* further reading */
  /* Learn How */
  /* carousel */
}
#sidebar aside h3 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .5em;
  color: #9eacb2;
}
#sidebar aside .widget-body {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .75em;
  color: #969FA5;
  letter-spacing: .04em;
  padding-bottom: 1.5em;
  line-height: 1.4em;
}
#sidebar aside.take-action {
  margin-top: -0.7em;
}
#sidebar aside.take-action .current-petitions h3 {
  background-image: url('../images/ui/petitionicon.png');
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  text-indent: 1.5em;
}
#sidebar aside.take-action .current-petitions ul.petitions {
  list-style-type: none;
  margin-bottom: 1.7em;
}
#sidebar aside.take-action .current-petitions ul.petitions li {
  background-position: 0% center;
  background-repeat: no-repeat;
  height: 55px;
  width: 300px;
  position: relative;
  left: -1.65em;
  text-align: center;
  vertical-align: middle;
  margin-bottom: .45em;
  margin-right: .4em;
}
#sidebar aside.take-action .current-petitions ul.petitions li.stop-fed {
  background-image: url('../images/ui/fed-petition.png');
}
#sidebar aside.take-action .current-petitions ul.petitions li.pro-statement {
  background-image: url('../images/ui/pro-statement.png');
}
#sidebar aside.take-action .get-packet h3 {
  background-image: url('../images/ui/volunpacket.png');
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  text-indent: 1.5em;
}
#sidebar aside.take-action .get-packet h3:hover {
  color: #38444c;
}
#sidebar aside.take-action a.sign {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-style: normal;
  text-transform: none;
  color: #ed1556;
  text-decoration: underline;
}
#sidebar aside.social-warn {
  padding-bottom: 1em;
}
#sidebar aside.social-warn h3 {
  background-image: url('../images/ui/socialwarnicon.png');
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  text-indent: 1.5em;
}
#sidebar aside.social-warn ul {
  padding-bottom: 1em;
}
#sidebar aside.social-warn ul li {
  background-image: url('../images/ui/bulletarrow.png');
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  margin-bottom: .3em;
  text-indent: 1.7em;
  list-style: none;
  text-transform: uppercase;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: .97em;
  letter-spacing: .045em;
  position: relative;
  left: -1.8em;
}
#sidebar aside.social-warn ul li a {
  color: #ed1556;
}
#sidebar aside.social-warn ul li a:hover {
  position: relative;
  left: .3em;
  color: #38444c;
}
#sidebar aside.newsletter-signup h3 {
  background-image: url('../images/ui/mailicon.png');
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  text-indent: 1.5em;
}
#sidebar aside.newsletter-signup input {
  padding: .4em;
  height: 1.8em;
  margin-bottom: .4em;
}
/*#sidebar aside.newsletter-signup .email {
  width: 266px;
  margin-bottom: 4px;
}*/
#sidebar aside.newsletter-signup .submit {
  width: auto;
  height: 31px;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  padding: 0em .7807em .2079em .7807em;
  letter-spacing: .07em;
  border-radius: 0;
  background-color: #424e55;
  color: #f0f0f0;
  position: relative;
}
#sidebar aside.newsletter-signup .submit:hover {
  background-color: #9eacb2;
}
#sidebar aside.newsletter-signup div.error {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  width: 30em;
}
#sidebar aside.newsletter-signup label.error {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .65em;
  color: #ed1556;
  z-index: 50;
  left: 1em;
}
#sidebar aside.social-buttons {
  margin-bottom: 1em;
}
#sidebar aside.social-buttons div {
  width: 39%;
  height: auto;
  text-align: center;
  padding: 11px 0px 6px 1.4em;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: .06em;
  color: #f0f0f0;
  position: relative;
  display: inline-block;
}
#sidebar aside.social-buttons div a {
  color: #f0f0f0;
}
#sidebar aside.social-buttons div.fb {
  background: #9eacb2 url('../images/ui/fb.png') no-repeat;
  background-position: 19% 49%;
  margin-right: 0.2em;
}
#sidebar aside.social-buttons div.twitter {
  background: #9eacb2 url('../images/ui/t.png') no-repeat;
  background-position: 19% 49%;
}
#sidebar aside.social-buttons div:hover {
  background-color: #36454c;
  cursor: pointer;
}
#sidebar aside.contextual-content {
  margin-bottom: 1em;
}
#sidebar aside.contextual-content h1 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .5em;
  color: #9eacb2;
}
#sidebar aside.contextual-content h3 {
  text-transform: uppercase;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .7em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #B7B7B7;
}
#sidebar aside.contextual-content h4 {
  font-size: .7em;
  color: #38444c;
  width: auto;
  position: relative;
  left: .87em;
  margin-bottom: .5em;
}
#sidebar aside.contextual-content p {
  font-size: .6em;
  color: #919191;
  position: relative;
  line-height: 1.7em;
  left: 1em;
}
#sidebar aside.contextual-content ul {
  list-style: none;
  position: relative;
  left: -1.75em;
}
#sidebar aside.contextual-content ul ul {
  background-color: #F7F7F7;
  width: 100%;
  height: auto;
  padding: 1em;
  margin-bottom: .5em;
}
#sidebar aside.contextual-content ul ul li {
  background-color: transparent;
  padding-top: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
  border-top: solid;
  border-width: 1px;
  border-color: #E7E7E7;
}
#sidebar aside.contextual-content ul ul li:hover {
  background-color: #f0f0f0;
  padding-top: 1em;
  height: 100%;
  padding-bottom: 1em;
  margin-bottom: 0;
}
#sidebar aside.quick-facts h3 {
  width: 100%;
}
#sidebar aside.quick-facts ul {
  margin-left: 0;
}
#sidebar aside.quick-facts ul li {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.5em;
  color: #ed1556;
  padding: 0 0 1em 0;
  line-height: 1em;
  list-style: none;
  text-transform: uppercase;
}
#sidebar aside.quick-facts ul li a:hover {
  color: #ed1556;
  text-decoration: underline;
}
#sidebar aside.quick-facts ul li .source {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .4em;
  text-transform: uppercase;
  color: #969FA5;
  letter-spacing: .03em;
  padding: .6em 0 0 0;
  line-height: 1.5em;
  list-style: none;
  text-transform: none;
}
#sidebar aside.further-reading h3 {
  width: 100%;
}
#sidebar aside.further-reading ul {
  margin-left: 0;
}
#sidebar aside.further-reading ul li {
  padding: 0 .1em 1em 0;
  list-style: none;
  display: inline-block;
  width: 48%;
}
#sidebar aside.further-reading ul li:nth-child(odd) {
  margin-right: .2em;
}
#sidebar aside.further-reading ul li img {
  width: 100%;
  height: auto;
}
#sidebar aside.learn-how {
  background-image: url('../images/layout/learnhow.png');
  background-position: 0% center;
  background-repeat: no-repeat;
  background-color: #9eacb2;
  height: 100px;
  width: 18.5em;
  text-align: center;
  vertical-align: middle;
  padding: .1em .45em .1em .45em;
  margin-bottom: 1.5em;
}
#sidebar aside.learn-how:hover {
  background-position: 100%;
}
#sidebar aside .carousel li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}
#sidebar.sidebar-research {
  color: #7B7B7B;
}
#sidebar.sidebar-research h4 {
  font-size: .78em;
  font-weight: 400;
  margin-bottom: .4em;
  margin-top: 1.5em;
}
#sidebar.sidebar-research p {
  font-size: .8em;
  text-transform: uppercase;
  font-size: .5em;
  line-height: 1.5em;
}
#sidebar.sidebar-research p a {
  color: #ed1556;
  margin-right: .4em;
}
/* ----------------- Footer ----------------- */
#wrapper > footer {
  position: relative;
  padding-top: 4em;
  /* Logo */
  /* Nav */
}
#wrapper > footer h1 {
  font-size: 2em;
  padding: 1.2em 0 0 0;
  background: url('../images/branding/logo.png') no-repeat center center;
  text-indent: -10000px;
  width: 236px;
  height: 68px;
}
#wrapper > footer nav.navcontain {
  border-top: 1px solid #CCC;
  border-bottom: 3px solid #36454c;
  height: auto;
}
#wrapper > footer nav.primary-nav {
  position: relative;
  left: -0.8em;
  top: 0.4em;
}
#wrapper > footer nav.primary-nav ul {
  font-size: .85em;
  padding: .27em 0 0 0;
}
#wrapper > footer nav.primary-nav ul li {
  float: left;
  font-size: 1.2em;
  margin-left: 1.5em;
}
#wrapper > footer nav.primary-nav ul li a {
  text-transform: uppercase;
  color: #38444c;
  display: block;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.16em;
  letter-spacing: .03em;
  background-position: left 10%;
  background-repeat: no-repeat;
  width: 6.1em;
  height: auto;
  text-indent: -8000px;
}
#wrapper > footer nav.primary-nav ul li a:hover {
  color: #ed1556;
}
#wrapper > footer nav.primary-nav ul li.menu-item-522 a,
#wrapper > footer nav.primary-nav ul li.menu-item-14518 a {
  background-image: url('../images/ui/newvisitors_foot.png');
  background-position: center center;
  background-color: #38444c;
  width: 107px;
  height: 23px;
}
#wrapper > footer nav.primary-nav ul li.menu-item-522 a:hover,
#wrapper > footer nav.primary-nav ul li.menu-item-14518 a:hover,
#wrapper > footer nav.primary-nav ul li.menu-item-522 a:active,
#wrapper > footer nav.primary-nav ul li.menu-item-14518 a:active {
  background-color: #6eb43f;
}
#wrapper > footer nav.primary-nav ul li.menu-item-522.current-menu-item a,
#wrapper > footer nav.primary-nav ul li.menu-item-14518.current-menu-item a,
#wrapper > footer nav.primary-nav ul li.menu-item-522.current-page-ancestor a,
#wrapper > footer nav.primary-nav ul li.menu-item-14518.current-page-ancestor a {
  background-color: #6eb43f;
}
#wrapper > footer nav.primary-nav ul li.menu-item-523 a,
#wrapper > footer nav.primary-nav ul li.menu-item-14520 a {
  background-image: url('../images/ui/takeaction_foot.png');
  background-position: center center;
  background-color: #38444c;
  width: 107px;
  height: 23px;
}
#wrapper > footer nav.primary-nav ul li.menu-item-523 a:hover,
#wrapper > footer nav.primary-nav ul li.menu-item-14520 a:hover,
#wrapper > footer nav.primary-nav ul li.menu-item-523 a:active,
#wrapper > footer nav.primary-nav ul li.menu-item-14520 a:active {
  background-color: #00aedb;
}
#wrapper > footer nav.primary-nav ul li.menu-item-523.current-menu-item a,
#wrapper > footer nav.primary-nav ul li.menu-item-14520.current-menu-item a,
#wrapper > footer nav.primary-nav ul li.menu-item-523.current-page-ancestor a,
#wrapper > footer nav.primary-nav ul li.menu-item-14520.current-page-ancestor a {
  background-color: #00aedb;
}
#wrapper > footer nav.primary-nav ul li.menu-item-524 a,
#wrapper > footer nav.primary-nav ul li.menu-item-14519 a {
  background-image: url('../images/ui/researchers_foot.png');
  background-position: center center;
  background-color: #38444c;
  width: 107px;
  height: 23px;
}
#wrapper > footer nav.primary-nav ul li.menu-item-524 a:hover,
#wrapper > footer nav.primary-nav ul li.menu-item-14519 a:hover,
#wrapper > footer nav.primary-nav ul li.menu-item-524 a:active,
#wrapper > footer nav.primary-nav ul li.menu-item-14519 a:active {
  background-color: #fb7600;
}
#wrapper > footer nav.primary-nav ul li.menu-item-524.current-menu-item a,
#wrapper > footer nav.primary-nav ul li.menu-item-14519.current-menu-item a,
#wrapper > footer nav.primary-nav ul li.menu-item-524.current-page-ancestor a,
#wrapper > footer nav.primary-nav ul li.menu-item-14519.current-page-ancestor a {
  background-color: #fb7600;
}
#wrapper > footer nav.secondary-nav {
  background-image: url('../images/ui/diaglinemenu.jpg');
  background-repeat: repeat-x;
}
#wrapper > footer nav.secondary-nav .mainsecondnav {
  font-size: .8em;
  font-weight: 600;
  position: relative;
  top: 0em;
  left: 0em;
  width: auto;
  border-right: solid;
  border-left: solid;
  border-width: 1px;
  border-color: #C4C4C4;
  padding-top: .5em;
  padding-right: 2em;
}
#wrapper > footer nav.secondary-nav .mainsecondnav li {
  margin-right: 2.5em;
  position: relative;
  left: 2em;
  top: .2em;
  height: 1.5em;
  padding-bottom: .52;
}
#wrapper > footer nav.secondary-nav .mainsecondnav li:hover,
#wrapper > footer nav.secondary-nav .mainsecondnav li:active {
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #ed1556;
}
#wrapper > footer nav.secondary-nav .mainsecondnav li.current-menu-item a,
#wrapper > footer nav.secondary-nav .mainsecondnav li.current-menu-parent a {
  background-repeat: no-repeat;
  background-position: center bottom;
}
#wrapper > footer nav.secondary-nav .mainsecondnav li.current-menu-item a a,
#wrapper > footer nav.secondary-nav .mainsecondnav li.current-menu-parent a a {
  color: #ed1556;
}
#wrapper > footer nav.secondary-nav ul {
  position: relative;
  left: -1em;
}
#wrapper > footer nav.secondary-nav ul li {
  float: left;
  padding: 0.5em .9em;
}
#wrapper > footer nav.secondary-nav ul li a {
  color: #38444c;
}
#wrapper > footer nav.secondary-nav ul li a:hover {
  color: #ed1556;
}
#wrapper > footer nav.secondary-nav ul.menu li {
  margin-right: 1em;
}
#wrapper > footer nav.secondary-nav ul.social {
  text-align: center;
  width: 4em;
  height: 1em;
  padding: 0 0 0 .5em;
  position: relative;
  top: .58em;
  left: .2em;
}
#wrapper > footer nav.secondary-nav ul.social li.mainfb {
  background-image: url('../images/ui/fbmainmenu.jpg');
  background-repeat: no-repeat;
  background-position: center 20%;
  height: 18px;
  width: 18px;
  position: relative;
  padding: 0;
}
#wrapper > footer nav.secondary-nav ul.social li.maint {
  background-image: url('../images/ui/tmainmenu.jpg');
  background-repeat: no-repeat;
  background-position: center 20%;
  height: 18px;
  width: 18px;
  position: relative;
  top: 0;
  left: .5em;
  padding: 0;
}
#wrapper > footer .actions li {
  text-transform: uppercase;
  font-size: .68em;
  font-weight: bold;
  vertical-align: top;
  list-style: none;
  display: inline;
  margin-right: 1em;
  position: relative;
  top: .8em;
  padding-bottom: 3em;
  height: 15px;
}
#wrapper > footer .actions li.copyright {
  font-weight: 100;
  font-size: .65em;
  text-transform: none;
  float: right;
}
#wrapper > footer .actions li a {
  color: #ed1556;
}
/* ------------ Homepage ------------- */
#main.home-page {
  border: none;
  margin-top: 1em;
}
#main.home-page h1 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 7em;
  text-transform: uppercase;
  color: #f0f0f0;
}
#main.home-page h2 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 4.5em;
  font-weight: 100;
  text-transform: uppercase;
  color: #f0f0f0;
}
#main.home-page h3 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.03em;
  font-weight: 100;
  color: #f0f0f0;
  margin-top: 0;
}
#main.home-page h4 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.35em;
  letter-spacing: .015em;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 100;
  color: #f0f0f0;
}
#main.home-page h5 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1em;
  letter-spacing: .065em;
  text-transform: uppercase;
  font-weight: 100;
  color: #f0f0f0;
}
#main.home-page h6 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .88em;
  text-transform: uppercase;
}
#main.home-page p {
  font-size: .8em;
}
#main.home-page div {
  position: relative;
  top: -0.5em;
}
#main.home-page div.pull-quote {
  background-image: url('../images/ui/home-coldwarfact.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #9eacb2;
  height: 205px;
  width: 230;
}
#main.home-page div.pull-quote span {
  background-image: url('../images/ui/home-coldwarfact.png');
  background-repeat: no-repeat;
  background-position: -232px center;
  background-color: #ed1556;
  position: relative;
  display: inline-block;
  opacity: 0;
  height: 205px;
  width: 230px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
#main.home-page div.pull-quote span h3 {
  font-weight: 100;
  width: 5.8em;
}
#main.home-page div.pull-quote:hover span {
  opacity: 1;
}
#main.home-page div.pull-quote-credit {
  background-color: #38444c;
  margin-top: .6em;
  background-image: url('../images/ui/home-fluoridedeception.png');
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  height: 59px;
  width: 230px;
}
#main.home-page div.member-count {
  background-image: url('../images/ui/home-memberstracker.png');
  background-color: #38444c;
  background-repeat: no-repeat;
  background-position: left center;
  height: 93px;
  width: 232px;
  z-index: 5em;
  margin-top: -5.38em;
  /*          h5{
                position:relative;
                top:-13em;
                background-color:@calloutwidget;
                padding:.37em 0 .37em 0;
                text-align:center;
                background-color:#535353;
                }*/
}
#main.home-page div.member-count h2 {
  text-align: center;
  position: relative;
  left: -2%;
  top: .08em;
}
#main.home-page div.member-count span {
  background-image: url('../images/ui/home-memberstracker.png');
  background-repeat: no-repeat;
  background-position: -232px center;
  background-color: #ed1556;
  position: relative;
  top: -8.9em;
  height: 93px;
  width: 232px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
#main.home-page div.member-count span h4 {
  font-size: 1.5em;
}
#main.home-page div.member-count:hover span {
  opacity: 1;
}
#main.home-page div.member-title {
  background-image: url('../images/ui/home-fanmembers.png');
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  background-color: #38444c;
  height: 29px;
  width: 232px;
  z-index: 5em;
  margin: .5em 0em .5em 0em;
}
#main.home-page div.quick-fact {
  background-image: url('../images/layout/diagrepeat.jpg');
  background-repeat: repeat-x;
  padding: 15px 15px 15px 15px;
  margin-bottom: .67em;
  height: 100px;
}
#main.home-page div.quick-fact h3 {
  color: #ed1556;
  margin-bottom: .2em;
  height: auto;
}
#main.home-page div.quick-fact p {
  line-height: 1.4em;
}
#main.home-page div.quick-fact p a {
  color: #38444c;
}
#main.home-page div.quick-fact p a:hover {
  color: #ed1556;
}
#main.home-page div.rejection-count {
  background-image: url('../images/ui/home-rejectiontracker.png');
  background-repeat: no-repeat;
  background-position: left center;
  width: 232px;
  height: 271px;
  background-color: #38444c;
  text-align: center;
}
#main.home-page div.rejection-count span {
  background-image: url('../images/ui/home-rejectiontracker.png');
  background-repeat: no-repeat;
  background-position: -232px center;
  background-color: #ed1556;
  position: relative;
  width: 232px;
  height: 271px;
  top: -221px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
#main.home-page div.rejection-count:hover span {
  opacity: 1;
}
#main.home-page div.rejection-count h5 {
  text-align: left;
  font-size: 1.4em;
}
#main.home-page div.rejection-count h1 {
  position: relative;
  top: .45em;
}
#main.home-page div.rejection-count h3 {
  width: 7em;
  text-align: left;
  font-size: 1.9em;
}
#main.home-page div.recent-news {
  position: relative;
  margin-top: 1em;
}
#main.home-page div.recent-news h4 {
  background-image: url('../images/layout/diagrepeat.png');
  background-repeat: repeat-x;
  position: relative;
  top: 0em;
  height: 2em;
  padding-left: .7em;
  padding-top: .35em;
  color: #38444c;
}
#main.home-page div.recent-news a.view-all {
  background-image: url('../images/layout/news-arrow.png');
  background-repeat: no-repeat;
  background-position: right 30%;
  padding-right: 1.2em;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #38444c;
  font-size: .8em;
}
#main.home-page div.recent-news a.view-all:hover {
  color: #ed1556;
  background-image: url('../images/layout/news-arrow-red.png');
}
#main.home-page div.recent-news a:hover {
  color: #38444c;
}
#main.home-page div.recent-news .item {
  position: relative;
  padding: 1em 1.3em 1em 1.3em;
  margin-top: .4em;
}
#main.home-page div.recent-news .item:hover {
  background-color: #E9E9E9;
}
#main.home-page div.recent-news .item:hover h3,
#main.home-page div.recent-news .item:hover span {
  color: #ed1556;
}
#main.home-page div.recent-news .item h3 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .8em;
  color: #38444c;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.4em;
}
#main.home-page div.recent-news .item a p {
  margin-top: -0.5em;
  color: #38444c;
}
#main.home-page div.recent-news .item h6 {
  text-transform: none;
  font-size: .75em;
  font-weight: normal;
  color: #AEAEAE;
}
#main.home-page div.recent-news .item h6.news-date {
  background-image: url('../images/layout/news-arrow-gray.png');
  background-repeat: no-repeat;
  background-position: left 20%;
  padding-left: 1.2em;
  padding-top: .3em;
  padding-bottom: .8em;
  margin-bottom: .7em;
}
#main.home-page div.recent-news .item h6.country {
  text-transform: uppercase;
  font-size: .6em;
}
#main.home-page div.recent-news .item h6.country a {
  color: #38444c;
}
#main.home-page div.recent-news .item h6.country a:hover {
  text-decoration: underline;
}
/* ---------- Text-Heavy / WYSIWYG / article header & footer ----------- */
#main header small.stamp {
  font-size: .72em;
  padding-bottom: 1em;
  margin-top: .23em;
  color: #939393;
}
#main header small.stamp div.sub-meta {
  background: #F7F7F7;
  margin-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: .7em;
  padding-top: .7em;
}
#main header small.stamp div.sub-meta div.tags {
  border-top: 1px solid #E5E5E5;
  padding-top: .7em;
  margin-top: .7em;
}
#main header small.stamp a {
  color: #ed1556;
}
#main header small.stamp a:hover {
  color: #38444c;
}
#main header small.stamp span {
  position: relative;
  top: .1em;
  color: #D2D2D2;
  font-size: 1.2em;
  margin: -0.3em 0.5em 0em 0.5em;
}
#main header h1 {
  font-size: 2.5em;
  line-height: .9em;
  margin-bottom: .3em;
  width: 13.8em;
}
#main header div.text-print {
  border-left: solid 1px #d9d9d9;
  position: relative;
  margin-top: 2.2em;
  margin-bottom: 2em;
  margin-left: 2em;
  padding-left: 1em;
  width: 6em;
  float: right;
}
#main header div.text-print span {
  text-transform: uppercase;
  font-size: .65em;
  color: #ACACAC;
  position: absolute;
  top: 1.6em;
  left: 2.8em;
}
#main header div.text-print div.share-links {
  position: relative;
  float: left;
  left: .6em;
}
#main header div.text-print div.share-links a {
  margin-right: .09em;
  position: relative;
  top: .19em;
}
#main header div.text-print div.share-links h3 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1em;
  color: #9eacb2;
  font-weight: 100;
  display: inline;
  margin-right: .25em;
}
#main header div.text-print div.printfriendly {
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  padding-top: .7em;
  padding-bottom: .6em;
  margin-top: .8em;
  margin-bottom: .8em;
  position: relative;
  left: -0.9em;
  width: 4.96em;
}
#main header div.text-print li.fontResizer {
  float: left;
  padding-right: 1em;
  padding-left: 1em;
  margin-left: -0.7em;
}
#main header div.text-print li.fontResizer a img {
  margin-right: 2px;
}
#main footer small.stamp {
  text-transform: uppercase;
  font-size: .58em;
  padding-bottom: 1em;
}
#main footer small.stamp a {
  color: #ed1556;
}
#main footer small.stamp a:hover {
  color: #38444c;
}
#main article {
  margin-top: 1.4em;
}
#main article div.text-print {
  border-left: solid 1px #d9d9d9;
  position: relative;
  margin-top: .3em;
  margin-bottom: 2em;
  margin-left: 1em;
  padding-left: 1em;
  width: 5em;
  float: right;
}
#main article div.text-print span {
  text-transform: uppercase;
  font-size: .65em;
  color: #ACACAC;
  position: absolute;
  top: 1.6em;
  left: 2.8em;
}
#main article div.text-print div.share-links {
  position: relative;
  float: left;
  left: .6em;
}
#main article div.text-print div.share-links a {
  margin-right: .09em;
  position: relative;
  top: .19em;
}
#main article div.text-print div.share-links h3 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1em;
  color: #9eacb2;
  font-weight: 100;
  display: inline;
  margin-right: .25em;
}
#main article div.text-print div.printfriendly {
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  padding-top: .8em;
  padding-bottom: .8em;
  margin-top: .8em;
  margin-bottom: .8em;
  position: relative;
  left: -1em;
  width: 3.96em;
}
#main article div.text-print li.fontResizer {
  float: left;
  padding-right: 1em;
  padding-left: 1em;
  margin-left: -0.7em;
}
#main article div.text-print li.fontResizer a img {
  margin-right: 2px;
}
#main article h1 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  color: #38444c;
  margin-bottom: .75em;
}
#main article h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1.15em;
  color: #38444c;
  margin-top: 1.2em;
  margin-bottom: .75em;
}
#main article h3 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .73em;
  line-height: 1.77em;
  text-transform: uppercase;
  color: #38444c;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
#main article h4 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .7em;
  color: #38444c;
}
#main article div.excerpts {
  background-color: #E4E4E4;
  width: 515px;
  padding: 25px 25px 25px 25px;
  margin: 1.75em 0em 1.75em 0em;
}
#main article p.byline {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .7em;
  color: #A3A3A3;
}
#main article p.condensed-header {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.23em;
  text-transform: uppercase;
  border-top: 1px solid #d9d9d9;
  padding-top: .75em;
  margin-top: 1.5em;
  line-height: 1.3em;
}
#main article p.text-header-big {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1em;
  padding-bottom: .3em;
}
#main article p.text-header-small {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .85em;
  padding-bottom: .3em;
}
#main article p.credit {
  margin-top: -0.5em;
  margin-bottom: 1em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  font-size: .69em;
  color: #38444c;
}
#main article p.image-source {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1em;
  width: 30%;
}
#main article p.excerpt-title {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  background-color: none;
  margin-bottom: 0em;
}
#main article p.excerpt {
  background-color: #E4E4E4;
  width: 515px;
  padding: 25px 25px 25px 25px;
  margin: 1.75em 0em 1.75em 0em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 0.87em;
  line-height: 1.6em;
}
#main article p.excerpt span.credit {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: uppercase;
  font-style: none;
  line-height: 1em;
  font-size: .69em;
  color: #7B8180;
}
#main article table {
  padding: 1.5em;
  border: solid 1px #D3D3D3;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .75em;
}
#main article table td {
  padding: 1em;
  border: solid 1px #E1E1E1;
}
#main article ul li {
  background-image: url('../images/layout/bullet-arrow.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 1.2em;
  font-size: .87em;
}
#main article ol li {
  list-style-type: decimal;
  text-indent: 0;
  font-size: .87em;
}
/* ---------- issues / WYSIWYG ----------- */
#main a {
  color: #ed1556;
}
#main.single-issue {
  margin-top: 1.4em;
}
#main.single-issue a:hover {
  text-decoration: underline;
}
#main.single-issue h1 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  color: #38444c;
  margin-bottom: .75em;
}
#main.single-issue h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1.15em;
  color: #38444c;
  margin-top: 1.7em;
  margin-bottom: .75em;
}
#main.single-issue h3 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .6em;
  line-height: 1.77em;
  text-transform: uppercase;
  color: #38444c;
  margin-top: 1.7em;
  margin-bottom: 1em;
}
#main.single-issue h4 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .7em;
  color: #38444c;
}
#main.single-issue div.excerpts {
  background-color: #E4E4E4;
  width: 515px;
  padding: 25px 25px 25px 25px;
  margin: 1.75em 0em 1.75em 0em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  line-height: 1.6em;
}
#main.single-issue p.byline {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .7em;
  color: #A3A3A3;
}
#main.single-issue p.condensed-header {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.23em;
  text-transform: uppercase;
  border-top: 1px solid #d9d9d9;
  padding-top: .75em;
  margin-top: 1.5em;
  line-height: 1.3em;
}
#main.single-issue p.text-header-big {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1em;
  padding-bottom: .3em;
}
#main.single-issue p.text-header-small {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .85em;
  padding-bottom: .3em;
}
#main.single-issue p.credit {
  margin-top: -0.5em;
  margin-bottom: 1em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1em;
  font-size: .5em;
  color: #38444c;
}
#main.single-issue p.image-source {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1em;
  width: 30%;
}
#main.single-issue p.excerpt-title {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  background-color: none;
  margin-bottom: 0em;
}
#main.single-issue p.excerpt {
  background-color: #E4E4E4;
  width: 515px;
  padding: 25px 25px 25px 25px;
  margin: 1.75em 0em 1.75em 0em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 0.87em;
  line-height: 1.6em;
}
#main.single-issue p.excerpt span.credit {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1em;
  font-size: .5em;
  color: #7B8180;
}
#main.single-issue table {
  padding: 1.5em;
  border: solid 1px #D3D3D3;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .75em;
}
#main.single-issue table td {
  padding: 1em;
  border: solid 1px #E1E1E1;
}
#main.single-issue ul li {
  background-image: url('../images/layout/bullet-arrow.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 1.2em;
  font-size: .87em;
}
#main.single-issue ol li {
  list-style-type: decimal;
  text-indent: 0;
  font-size: .87em;
}
/* ---------- Regular Page / WYSIWYG ----------- */
#main h1 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  color: #38444c;
  margin-bottom: .75em;
}
#main h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1.15em;
  color: #38444c;
  margin-top: 1.2em;
  margin-bottom: .75em;
}
#main h3 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .6em;
  line-height: 1.77em;
  text-transform: uppercase;
  color: #38444c;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
#main h4 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .7em;
  color: #38444c;
}
#main div.excerpts {
  background-color: #E4E4E4;
  width: 515px;
  padding: 25px 25px 25px 25px;
  margin: 1.75em 0em 1.75em 0em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  line-height: 1.6em;
}
#main p.byline {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .7em;
  color: #A3A3A3;
}
#main p.condensed-header {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.23em;
  text-transform: uppercase;
  border-top: 1px solid #d9d9d9;
  padding-top: .75em;
  margin-top: 1.5em;
  line-height: 1.3em;
}
#main p.text-header-big {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1em;
  padding-bottom: .3em;
}
#main p.text-header-small {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .85em;
  padding-bottom: .3em;
}
#main p.credit {
  margin-top: -0.5em;
  margin-bottom: 1em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  font-size: .69em;
  color: #38444c;
}
#main p.image-source {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1em;
  width: 30%;
}
#main p.excerpt-title {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  background-color: none;
  margin-bottom: 0em;
}
#main p.excerpt {
  background-color: #E4E4E4;
  width: 515px;
  padding: 25px 25px 25px 25px;
  margin: 1.75em 0em 1.75em 0em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 0.87em;
  line-height: 1.6em;
}
#main p.excerpt span.credit {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  font-size: .69em;
  color: #7B8180;
}
#main table {
  padding: 1.5em;
  border: solid 1px #D3D3D3;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .75em;
}
#main table td {
  padding: 1em;
  border: solid 1px #E1E1E1;
  max-width: 250px;
}
#main table td a:hover {
  text-decoration: underline;
}
#main ul li {
  background-image: url('../images/layout/bullet-arrow.png');
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 1.2em;
  font-size: .87em;
}
#main ul li a:hover {
  text-decoration: underline;
}
#main ol li {
  list-style-type: decimal;
  text-indent: 0;
  font-size: .87em;
}
#main ol li a:hover {
  text-decoration: underline;
}
#main.faq {
  margin-top: 1.3em;
  border: none;
  /*          h3{ 
                font-family:@alt-stack;
                text-transform:uppercase;
                font-weight:100;
                font-size:1em;
                margin-bottom:1.5em;

                &:hover{
                    color:@link-red;
                }
            }*/
}
#main.faq h2 {
  background-repeat: repeat-x;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 100;
  margin-bottom: .3em;
  margin-top: 0;
}
#main.faq h2 a {
  color: #889197;
}
#main.faq h2 a:link {
  background-image: url('../images/ui/faq-expand2.png');
  padding: 1em 0em 1em 1em;
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #889197;
  font-weight: 100;
}
#main.faq h2 a:link:hover {
  color: #ed1556;
}
#main.faq h2 a:visited {
  background-repeat: no-repeat;
  background-position: 95% center;
}
#main.faq h2 a:visited:hover {
  color: #ed1556;
}
#main.faq h2 a.open:link {
  background-image: url('../images/ui/faq-collapse2.png');
  padding: 1em 0em 1em 1em;
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #ed1556;
}
#main.faq h2 a.open:visited {
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #ed1556;
}
#main.faq div.collapse {
  padding-bottom: .5em;
  padding-left: 1em;
  padding-top: .2em;
}
#main.faq div.collapse p {
  width: 75%;
}

body.page-template-faq div.printfriendly {
  display: none;
}


/* ---------- All Fan.tv Start ----------- */
body.page-template-fan-tv-php,
body.single-video {
  background-color: #38444c;
  height: 100%;
  min-height: 100%;
  font-size: 1em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  color: #f0f0f0;
  min-width: 960px;
  width: 100%;
  /*---------------Header Drop Down-------------*/
  /* ----------------- FAN TV Header ----------------- */
  /* ----------------- FAN TV Footer ----------------- */
  /* ---------- fan.tv main content ----------- */
}
body.page-template-fan-tv-php .colorstrip,
body.single-video .colorstrip {
  background-color: #465660;
  height: 5px;
  width: 100%;
}
body.page-template-fan-tv-php #sliderWrap #slider,
body.single-video #sliderWrap #slider {
  background-color: #465660;
  position: relative;
  width: 100%;
  height: 176px;
  margin-top: -176px;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent,
body.single-video #sliderWrap #slider #sliderContent {
  margin: 1em 0em 0em 0em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up,
body.single-video #sliderWrap #slider #sliderContent div.sign-up {
  position: relative;
  top: -1em;
  left: 1.5em;
  width: 23em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up h3,
body.single-video #sliderWrap #slider #sliderContent div.sign-up h3 {
  color: #465660;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up input,
body.single-video #sliderWrap #slider #sliderContent div.sign-up input {
  background-color: #f0f0f0;
  height: 1.7em;
  width: 14.8em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up input.first-name,
body.single-video #sliderWrap #slider #sliderContent div.sign-up input.first-name {
  position: relative;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up input.last-name,
body.single-video #sliderWrap #slider #sliderContent div.sign-up input.last-name {
  position: relative;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up input.email,
body.single-video #sliderWrap #slider #sliderContent div.sign-up input.email {
  width: 30.4em;
  margin-top: .38em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up input.state,
body.single-video #sliderWrap #slider #sliderContent div.sign-up input.state {
  position: relative;
  width: 12.8em;
  top: .2em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up input.country,
body.single-video #sliderWrap #slider #sliderContent div.sign-up input.country {
  position: relative;
  width: 12.9em;
  top: .2em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up input.submit,
body.single-video #sliderWrap #slider #sliderContent div.sign-up input.submit {
  width: 3em;
  background-image: url('../images/layout/news-input.png');
  background-repeat: repeat-x;
  background-color: #f0f0f0;
  height: 1.45em;
  width: 2.23em;
  border-radius: 0;
  border: none;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #38444c;
  font-weight: 100;
  text-align: left;
  margin-top: .25em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up input.submit:hover,
body.single-video #sliderWrap #slider #sliderContent div.sign-up input.submit:hover {
  color: #9eacb2;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up div.error,
body.single-video #sliderWrap #slider #sliderContent div.sign-up div.error {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  width: 30em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up label.error,
body.single-video #sliderWrap #slider #sliderContent div.sign-up label.error {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .65em;
  color: #f0f0f0;
  z-index: 50;
  left: 1em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up a.topMenuAction,
body.single-video #sliderWrap #slider #sliderContent div.sign-up a.topMenuAction {
  position: relative;
  left: -40.9em;
  top: -1.5em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.help-us-pitch,
body.single-video #sliderWrap #slider #sliderContent div.help-us-pitch {
  background-image: url('../images/layout/joinus-hands.png');
  background-repeat: no-repeat;
  background-position: left 75%;
  padding-left: 5em;
  width: 30em;
  height: 5em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent h2,
body.single-video #sliderWrap #slider #sliderContent h2 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2.44em;
  font-weight: 100;
  color: #f0f0f0;
  margin-bottom: .14em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent h2 span,
body.single-video #sliderWrap #slider #sliderContent h2 span {
  color: #ed1556;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent p,
body.single-video #sliderWrap #slider #sliderContent p {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .8em;
  font-weight: 200;
  line-height: 1.45em;
  color: #f0f0f0;
  position: relative;
  top: .7em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent p 1em a,
body.single-video #sliderWrap #slider #sliderContent p 1em a {
  color: #ed1556;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent p 1em a:hover,
body.single-video #sliderWrap #slider #sliderContent p 1em a:hover {
  color: #f0f0f0;
}
body.page-template-fan-tv-php #wrapper > header,
body.single-video #wrapper > header {
  z-index: 5;
  position: relative;
  /* Logo */
  /* Nav */
}
body.page-template-fan-tv-php #wrapper > header h1 a,
body.single-video #wrapper > header h1 a {
  display: block;
  font-size: 2em;
  padding: 1.2em 0 0 0;
  background: url('../images/branding/fantv-logo.png') no-repeat center center;
  text-indent: -10000px;
  width: 270px;
  height: 59px;
}
body.page-template-fan-tv-php #wrapper > header nav,
body.single-video #wrapper > header nav {
  background-color: #38444c;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav,
body.single-video #wrapper > header nav.primary-nav {
  position: absolute;
  top: 2em;
  right: 0em;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul,
body.single-video #wrapper > header nav.primary-nav ul {
  position: relative;
  left: 1em;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li,
body.single-video #wrapper > header nav.primary-nav ul li {
  float: left;
  font-size: 1.2em;
  margin-left: 1.5em;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.3em;
  letter-spacing: .03em;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li a,
body.single-video #wrapper > header nav.primary-nav ul li a {
  text-transform: uppercase;
  color: #ed1556;
  text-indent: -8000px;
  display: block;
  margin-right: .5em;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li a:hover,
body.single-video #wrapper > header nav.primary-nav ul li a:hover {
  color: #9facb2;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-522 a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-522 a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14518 a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14518 a {
  background: #ed1556 url('../images/ui/fantv-newvisitors.png') no-repeat 100% center;
  width: 138px;
  height: 33px;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-522 a:hover,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-522 a:hover,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14518 a:hover,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14518 a:hover,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-522 a:active,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-522 a:active,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14518 a:active,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14518 a:active {
  background-color: #6eb43f;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-522.current-menu-item a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-522.current-menu-item a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14518.current-menu-item a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14518.current-menu-item a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-522.current-page-ancestor a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-522.current-page-ancestor a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14518.current-page-ancestor a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14518.current-page-ancestor a {
  background-color: #6eb43f;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-523 a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-523 a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14520 a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14520 a {
  background: #ed1556 url('../images/ui/fantv-takeaction.png') no-repeat 100% center;
  width: 127px;
  height: 33px;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-523 a:hover,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-523 a:hover,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14520 a:hover,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14520 a:hover,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-523 a:active,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-523 a:active,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14520 a:active,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14520 a:active {
  background-color: #00aedb;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-523.current-menu-item a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-523.current-menu-item a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14520.current-menu-item a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14520.current-menu-item a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-523.current-page-ancestor a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-523.current-page-ancestor a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14520.current-page-ancestor a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14520.current-page-ancestor a {
  background-color: #00aedb;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-524 a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-524 a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14519 a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14519 a {
  background: #ed1556 url('../images/ui/fantv-researchers.png') no-repeat 100% center;
  width: 139px;
  height: 33px;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-524 a:hover,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-524 a:hover,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14519 a:hover,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14519 a:hover,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-524 a:active,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-524 a:active,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14519 a:active,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14519 a:active {
  background-color: #fb7600;
}
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-524.current-menu-item a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-524.current-menu-item a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14519.current-menu-item a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14519.current-menu-item a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-524.current-page-ancestor a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-524.current-page-ancestor a,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li#menu-item-14519.current-page-ancestor a,
body.single-video #wrapper > header nav.primary-nav ul li#menu-item-14519.current-page-ancestor a {
  background-color: #fb7600;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav,
body.single-video #wrapper > header nav.secondary-nav {
  background-image: url('../images/layout/fantv-header-diaglines.png');
  background-repeat: repeat-x;
  border-top: 1px solid #59636a;
  border-bottom: 3px solid #f0f0f0;
  height: 2.4em;
  /* -----------------drop down menu end------------------*/
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav .actions,
body.single-video #wrapper > header nav.secondary-nav .actions {
  text-transform: uppercase;
  font-size: .68em;
  font-weight: bold;
  position: relative;
  top: 0;
  width: 12em;
  height: 2.7em;
  padding-top: .9em;
  border-right: solid;
  border-width: 1px;
  border-color: #59636a;
  background-color: #38444c;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav {
  font-size: .8em;
  font-weight: 600;
  position: relative;
  top: .5em;
  left: .7em;
  width: auto;
  border-right: solid;
  border-width: 1px;
  border-color: #59636a;
  padding-bottom: 10px;
  float: left;
  z-index: 5;
  /* Trigger the dropdown */
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li {
  margin-right: 2.2em;
  float: left;
  position: relative;
  /* Sub Nav */
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li a,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li a {
  color: #f0f0f0;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li:hover,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li:hover {
  background-image: url('../images/ui/fantv-drop-down.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #ed1556;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-item,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-item,
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-parent,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-parent {
  background-image: url('../images/ui/fantv-drop-down.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-item a,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-item a,
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-parent a,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li.current-menu-parent a {
  color: #ed1556;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu {
  background-color: #f0f0f0;
  padding-top: 1em;
  padding-left: 1.7em;
  padding-bottom: 1.5em;
  list-style: none;
  position: absolute;
  top: 2.6em;
  left: -1.5em;
  width: auto;
  z-index: 5;
  display: none;
  -moz-box-shadow: 0px 0px 0px 0px #38444c;
  -webkit-box-shadow: 0px 0px 0px 0px #38444c;
  box-shadow: 0px 0px 0px 0px #38444c;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu li,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu li {
  float: none;
  font-weight: 400;
  padding: .6em 0em .6em 0em;
  width: auto;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu li a,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu li a {
  white-space: nowrap;
  color: #38444c;
  font-size: .9em;
  width: auto;
  font-weight: 400;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu li a:hover,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li ul.sub-menu li a:hover {
  color: #ed1556;
  background-image: none;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li:hover ul.sub-menu,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li:hover ul.sub-menu {
  display: block;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul li,
body.single-video #wrapper > header nav.secondary-nav ul li {
  float: left;
  padding: 0.5em 0.2em;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul li a,
body.single-video #wrapper > header nav.secondary-nav ul li a {
  color: #36454c;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul li a:hover,
body.single-video #wrapper > header nav.secondary-nav ul li a:hover {
  color: #ed1556;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.actions li,
body.single-video #wrapper > header nav.secondary-nav ul.actions li {
  margin-right: 0em;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.actions li a,
body.single-video #wrapper > header nav.secondary-nav ul.actions li a {
  color: #ed1556;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.actions li a:hover,
body.single-video #wrapper > header nav.secondary-nav ul.actions li a:hover {
  color: #9facb2;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.menu,
body.single-video #wrapper > header nav.secondary-nav ul.menu {
  margin-bottom: 0em;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.menu li,
body.single-video #wrapper > header nav.secondary-nav ul.menu li {
  margin-right: 1em;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav {
  position: relative;
  top: 0em;
  border-right: solid 1px #59636a;
  height: 2.2em;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav li,
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav li {
  margin-right: 2em;
  margin-bottom: none;
  height: 1.2em;
  position: relative;
  top: .5em;
  padding-bottom: 1em;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.search,
body.single-video #wrapper > header nav.secondary-nav ul.search {
  position: relative;
  left: 1em;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.search input,
body.single-video #wrapper > header nav.secondary-nav ul.search input {
  width: 300px;
  background-color: #FFF;
  border: solid;
  border-width: 1px;
  border-color: #C9C9C9;
  color: #ABABAB;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.search input.search-submit,
body.single-video #wrapper > header nav.secondary-nav ul.search input.search-submit {
  background-image: url('../images/ui/magglass.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  height: 20px;
  width: 20px;
  border: none;
  position: relative;
  top: -1.84em;
  left: 25.4em;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.social,
body.single-video #wrapper > header nav.secondary-nav ul.social {
  text-align: center;
  width: 58px;
  height: 1em;
  padding: 0 0 4px 15px;
  position: relative;
  left: 1.2em;
  top: .48em;
  border-left: solid;
  border-width: 1px;
  border-color: #59636a;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.social li.mainfb,
body.single-video #wrapper > header nav.secondary-nav ul.social li.mainfb {
  background-image: url('../images/ui/fantv-fb.png');
  background-repeat: no-repeat;
  background-position: center 20%;
  height: 18px;
  width: 18px;
  position: relative;
  top: 0.1em;
  padding: 0;
}
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.social li.maint,
body.single-video #wrapper > header nav.secondary-nav ul.social li.maint {
  background-image: url('../images/ui/fantv-t.png');
  background-repeat: no-repeat;
  background-position: center 20%;
  height: 18px;
  width: 18px;
  position: relative;
  top: 0.1em;
  padding: 0;
  left: .5em;
}
body.page-template-fan-tv-php #wrapper > footer,
body.single-video #wrapper > footer {
  position: relative;
  padding-top: 4em;
  /* Logo */
  /* Nav */
}
body.page-template-fan-tv-php #wrapper > footer h1,
body.single-video #wrapper > footer h1 {
  font-size: 2em;
  padding: 1.2em 0 0 0;
  background: url('../images/branding/logo.png') no-repeat center center;
  text-indent: -10000px;
  width: 236px;
  height: 68px;
}
body.page-template-fan-tv-php #wrapper > footer nav.navcontain,
body.single-video #wrapper > footer nav.navcontain {
  border-top: 1px solid #59636a;
  border-bottom: 3px solid #f0f0f0;
  height: auto;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav,
body.single-video #wrapper > footer nav.primary-nav {
  position: relative;
  left: -0.8em;
  top: 0.4em;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul,
body.single-video #wrapper > footer nav.primary-nav ul {
  padding: .27em 0 0 0;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li,
body.single-video #wrapper > footer nav.primary-nav ul li {
  float: left;
  margin-left: 1.4em;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li a,
body.single-video #wrapper > footer nav.primary-nav ul li a {
  text-transform: uppercase;
  color: #f0f0f0;
  display: block;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-weight: 100;
  font-size: 1.1em;
  letter-spacing: .03em;
  background-position: left 48%;
  background-repeat: no-repeat;
  height: auto;
  text-indent: -8000px;
  padding-left: .3em;
  /*&:hover {
                                                                    color: @link-red;
                                                                }*/
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-522 a,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-522 a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14518 a,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14518 a {
  background-image: url('../images/ui/newvisitors_foot_tv.png');
  background-position: center center;
  background-color: #f0f0f0;
  width: 100px;
  height: 23px;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-522 a:hover,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-522 a:hover,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14518 a:hover,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14518 a:hover,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-522 a:active,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-522 a:active,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14518 a:active,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14518 a:active {
  background-color: #6eb43f;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-522.current-menu-item a,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-522.current-menu-item a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14518.current-menu-item a,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14518.current-menu-item a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-522.current-page-ancestor a,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-522.current-page-ancestor a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14518.current-page-ancestor a,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14518.current-page-ancestor a {
  background-color: #6eb43f;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-523 a,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-523 a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14520 a,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14520 a {
  background-image: url('../images/ui/takeaction_foot_tv.png');
  background-position: center center;
  background-color: #f0f0f0;
  width: 100px;
  height: 23px;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-523 a:hover,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-523 a:hover,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14520 a:hover,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14520 a:hover,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-523 a:active,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-523 a:active,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14520 a:active,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14520 a:active {
  background-color: #00aedb;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-523.current-menu-item a,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-523.current-menu-item a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14520.current-menu-item a,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14520.current-menu-item a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-523.current-page-ancestor a,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-523.current-page-ancestor a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14520.current-page-ancestor a,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14520.current-page-ancestor a {
  background-color: #00aedb;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-524 a,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-524 a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14519 a,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14519 a {
  background-image: url('../images/ui/researchers_foot_tv.png');
  background-position: center center;
  background-color: #f0f0f0;
  width: 100px;
  height: 23px;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-524 a:hover,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-524 a:hover,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14519 a:hover,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14519 a:hover,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-524 a:active,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-524 a:active,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14519 a:active,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14519 a:active {
  background-color: #fb7600;
}
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-524.current-menu-item a,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-524.current-menu-item a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14519.current-menu-item a,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14519.current-menu-item a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-524.current-page-ancestor a,
body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-524.current-page-ancestor a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li#menu-item-14519.current-page-ancestor a,
body.single-video #wrapper > footer nav.primary-nav ul li#menu-item-14519.current-page-ancestor a {
  background-color: #fb7600;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav,
body.single-video #wrapper > footer nav.secondary-nav {
  background-image: url('../images/layout/fantv-header-diaglines.png');
  background-repeat: repeat-x;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav .mainsecondnav,
body.single-video #wrapper > footer nav.secondary-nav .mainsecondnav {
  font-size: .8em;
  font-weight: 600;
  position: relative;
  top: 0em;
  left: 0em;
  width: auto;
  border-right: solid;
  border-left: solid;
  border-width: 1px;
  border-color: #59636a;
  padding-right: 2em;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav .mainsecondnav li,
body.single-video #wrapper > footer nav.secondary-nav .mainsecondnav li {
  margin-right: 2.5em;
  position: relative;
  left: 2em;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul,
body.single-video #wrapper > footer nav.secondary-nav ul {
  position: relative;
  left: -1em;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul li,
body.single-video #wrapper > footer nav.secondary-nav ul li {
  float: left;
  margin-right: 0;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul li:hover,
body.single-video #wrapper > footer nav.secondary-nav ul li:hover {
  background-image: url('../images/ui/fantv-drop-down.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul li a,
body.single-video #wrapper > footer nav.secondary-nav ul li a {
  width: 0;
  color: #f0f0f0;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul li a:hover,
body.single-video #wrapper > footer nav.secondary-nav ul li a:hover {
  color: #ed1556;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul.menu li,
body.single-video #wrapper > footer nav.secondary-nav ul.menu li {
  margin-right: 1em;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul.social,
body.single-video #wrapper > footer nav.secondary-nav ul.social {
  text-align: center;
  width: 4em;
  height: 1em;
  padding: 0em 0em 0em .5em;
  position: relative;
  top: .58em;
  left: 0em;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul.social li.mainfb,
body.single-video #wrapper > footer nav.secondary-nav ul.social li.mainfb {
  background-image: url('../images/ui/fantv-fb.png');
  background-repeat: no-repeat;
  background-position: center 20%;
  height: 18px;
  width: 18px;
  position: relative;
  top: 0;
  padding: 0;
}
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul.social li.maint,
body.single-video #wrapper > footer nav.secondary-nav ul.social li.maint {
  background-image: url('../images/ui/fantv-t.png');
  background-repeat: no-repeat;
  background-position: center 20%;
  height: 18px;
  width: 18px;
  position: relative;
  top: 0;
  left: .5em;
  padding: 0;
}
body.page-template-fan-tv-php #wrapper > footer .actions li,
body.single-video #wrapper > footer .actions li {
  font-size: .68em;
  font-weight: bold;
  vertical-align: top;
  list-style: none;
  display: inline;
  margin-right: 1em;
  position: relative;
  top: .8em;
  padding-bottom: 3em;
  height: 15px;
}
body.page-template-fan-tv-php #wrapper > footer .actions li a,
body.single-video #wrapper > footer .actions li a {
  color: #ed1556;
}
body.page-template-fan-tv-php #main,
body.single-video #main {
  border: none;
  color: #f0f0f0;
  z-index: 0;
  margin-top: 30px;
}
body.page-template-fan-tv-php #main h2,
body.single-video #main h2 {
  color: #f0f0f0;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 100;
}
body.page-template-fan-tv-php #main h3,
body.single-video #main h3 {
  color: #f0f0f0;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 100;
}
body.page-template-fan-tv-php #main p,
body.single-video #main p {
  line-height: 1.4em;
  font-size: .7em;
}
body.page-template-fan-tv-php #main p.run-time,
body.single-video #main p.run-time {
  font-size: .62em;
  color: #ACACAC;
  margin-top: -0.6em;
}
body.page-template-fan-tv-php #main div,
body.single-video #main div {
  z-index: 0;
}
body.page-template-fan-tv-php #main div#main-vid,
body.single-video #main div#main-vid {
  z-index: 0;
}
body.page-template-fan-tv-php #main div#vid-info,
body.single-video #main div#vid-info {
  background-color: #2E383F;
  width: 56.41em;
  padding: 1.5em;
  margin-top: 1em;
  margin-bottom: 2em;
  height: auto;
}
body.page-template-fan-tv-php #main div#vid-info h2,
body.single-video #main div#vid-info h2 {
  width: auto;
  margin-top: 0em;
  margin-bottom: .3em;
}
body.page-template-fan-tv-php #main div#vid-info p,
body.single-video #main div#vid-info p {
  width: 55em;
  font-size: .85em;
  font-weight: 300;
}
body.page-template-fan-tv-php #main div#featured,
body.single-video #main div#featured {
  background-color: #f0f0f0;
  padding: 1em 0 1em 1.3em;
  width: 9.1em;
  height: 24.2em;
  position: relative;
  left: 1.3em;
}
body.page-template-fan-tv-php #main div#featured h3,
body.single-video #main div#featured h3 {
  color: #38444c;
}
body.page-template-fan-tv-php #main div#featured div.featured-vid-thumb,
body.single-video #main div#featured div.featured-vid-thumb {
  width: 7.9em;
  color: #38444c;
  position: relative;
  margin-top: 1em;
  /*&:hover{
                                                                    padding:1em 1.2em .1em 1.3em;
                                                                    position:relative;
                                                                    left:-1.3em;
                                                                    top:-1em;
                                                                    background-color:#DFDFDF;   
                                                                    margin-bottom:-1.66em;      
                                                                }*/
}
body.page-template-fan-tv-php #main div#featured div.featured-vid-thumb a,
body.single-video #main div#featured div.featured-vid-thumb a {
  color: #38444c;
}
body.page-template-fan-tv-php #main div#featured div.featured-vid-thumb a:hover,
body.single-video #main div#featured div.featured-vid-thumb a:hover {
  color: #ed1556;
}
body.page-template-fan-tv-php #main div.vid-thumb,
body.single-video #main div.vid-thumb {
  background-image: url('../images/layout/fantv-diagonals.png');
  background-repeat: repeat-y;
  width: 7.75em;
  height: 160px;
  padding: .7em;
  display: inline-block;
  margin-bottom: 0.8em;
  overflow: hidden;
  margin-right: 0.5em;
  vertical-align: top;
}
body.page-template-fan-tv-php #main div.vid-thumb img,
body.single-video #main div.vid-thumb img {
  width: 125px;
  height: auto;
}
body.page-template-fan-tv-php #main div.vid-thumb:hover,
body.single-video #main div.vid-thumb:hover {
  background-image: url('../images/layout/fantv-diagonals.png');
  background-repeat: repeat-y;
  background-color: #414F59;
}
body.page-template-fan-tv-php #main div.vid-thumb a,
body.single-video #main div.vid-thumb a {
  color: #f0f0f0;
}
body.page-template-fan-tv-php #main div#recent-vids,
body.single-video #main div#recent-vids {
  border-bottom: solid 1px #2F3940;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
body.page-template-fan-tv-php #main div#recent-vids h3,
body.single-video #main div#recent-vids h3 {
  margin-bottom: .5em;
  margin-top: 0;
}
body.page-template-fan-tv-php #main div#further-viewing h3,
body.single-video #main div#further-viewing h3 {
  margin-bottom: .5em;
  margin-top: 0;
}

body.page-template-fan-tv-php #main div div.printfriendly, 
body.single-video #main div div.printfriendly{
  display: none;
}

/* ---------- Study Tracker section ---------- */
body.page-template-archive-trackedstudies-php section#hero {
  width: 100%;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero {
  position: relative;
  background-image: url('../images/layout/study-tracker-hero.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  margin-bottom: 6px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero div.title-half {
  position: relative;
  height: 245px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero div.title-half form#studytracker-search {
  position: relative;
  top: -35px;
  width: 50%;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero div.title-half form#studytracker-search input {
  position: relative;
  top: 3.6em;
  background-color: #fff;
  height: 2em;
  width: 27.7em;
  font-size: .8em;
  color: #B8B8B8;
  padding-left: .8em;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero div.title-half form#studytracker-search input.search-submit {
  position: relative;
  top: 14px;
  left: 21.55em;
  background-image: url('../images/ui/diaglinemenu.jpg');
  background-repeat: repeat-x;
  background-color: transparent;
  width: 5em;
  height: 32px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #9B9B9B;
  padding: 0;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero div.title-half form#studytracker-search input.search-submit:hover {
  color: #38444c;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero div.title-half form#studytracker-search a {
  background-image: url('../images/ui/magglass.png');
  background-position: left center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding: 1em 0em 1em 2.5em;
  font-size: .6em;
  color: #BCBCBC;
  position: relative;
  top: 8em;
  left: -57em;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 12px;
  width: 100%;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li {
  padding-left: 0;
  padding-top: 5px;
  vertical-align: middle;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-size: 0.75em;
  margin-bottom: 7px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li select {
  width: 180px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li select.live-submit {
  width: 180px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li select#date-select {
  width: 125px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li select#date-select_single-date {
  width: 253px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li#by-effect {
  margin-right: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li#by-sub,
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li#by-type {
  border-right: 1px solid #dbdbdb;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 13px;
  margin-right: 11px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li#by-date {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li#by-date .b-date-row {
  padding-bottom: 3px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li#by-date .b-date-row h2 {
  display: inline-block;
  width: 80px;
  padding-right: 3px;
  text-align: right;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li#by-date .b-date-cell {
  display: inline-block;
  padding-bottom: 3px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li#by-date .b-date-cell h2 {
  display: inline-block;
  width: 40px;
  padding-right: 0;
  text-align: right;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set {
  height: 39px;
  border-top: 0px;
  padding: 0;
  width: 100%;
  padding-bottom: 8px;
  margin-top: -2px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set li {
  padding: 0;
  position: relative;
  top: -3px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set li h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-size: 0.75em;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set li a.checkbox {
  position: relative;
  top: 19px;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  text-align: center;
  line-height: 16px;
  font-size: 15px;
  background: #eee;
  border: 1px solid #8c8e97;
  color: #555;
  text-decoration: none;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set li a.checkbox.checked {
  background: #f0f0f0;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set li a.checkbox:hover,
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set li a.checkbox.checked:hover,
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set li a.checkbox.hovered,
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set li a.checkbox.checked.hovered {
  background: #fafafa;
  border: 1px solid #aaa;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set li label {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-weight: normal;
  font-size: 0.7em;
  margin-left: 26px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set li#full-textcheck {
  margin-left: 30px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set li#translation-check {
  margin-left: 30px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters input.query-button {
  float: right;
  margin-top: -40px;
  position: relative;
  background-image: url('../images/ui/studybutton.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  width: 150px;
  height: 34px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #38444c;
  padding-left: 0.7em;
  padding-top: 0.29em;
  text-align: left;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template {
  background-image: none;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#studytracker-search {
  display: inline-block;
  position: relative;
  top: -38px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#studytracker-search input {
  position: relative;
  background-color: #fff;
  height: 24px;
  width: 17.7em;
  font-size: .8em;
  color: #B8B8B8;
  padding-left: .8em;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#studytracker-search input.search-submit {
  position: relative;
  margin: 0 20px 0 10px;
  background-image: url('../images/ui/diaglinemenu.jpg');
  background-repeat: repeat-x;
  background-color: transparent;
  width: 5em;
  height: 32px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #9B9B9B;
  padding: 0;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#studytracker-search input.search-submit:hover {
  color: #38444c;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#studytracker-search a {
  background-image: url('../images/ui/magglass.png');
  background-position: left center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding: 1em 0em 1em 2.5em;
  font-size: .6em;
  color: #BCBCBC;
  position: relative;
  top: 8em;
  left: -57em;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 12px;
  width: 100%;
  border-top: none;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li {
  padding-left: 0;
  padding-top: 5px;
  vertical-align: middle;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-size: 0.75em;
  margin-bottom: 7px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li select {
  width: 180px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li select.live-submit {
  width: 180px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li select#date-select {
  width: 125px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li select#date-select_single-date {
  width: 253px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li#by-effect {
  margin-right: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li#by-sub,
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li#by-type {
  border-right: 1px solid #dbdbdb;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 13px;
  margin-right: 11px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li#by-date {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li#by-date .b-date-row {
  padding-bottom: 3px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li#by-date .b-date-row h2 {
  display: inline-block;
  width: 80px;
  padding-right: 3px;
  text-align: right;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li#by-date .b-date-cell {
  display: inline-block;
  padding-bottom: 3px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#main-set li#by-date .b-date-cell h2 {
  display: inline-block;
  width: 40px;
  padding-right: 0;
  text-align: right;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set {
  height: 39px;
  border-top: 0px;
  padding: 0;
  width: 100%;
  padding-bottom: 7px;
  margin-top: -2px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set li {
  padding: 0;
  position: relative;
  top: -3px;
  left: 380px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set li h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-size: 0.75em;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set li a.checkbox {
  position: relative;
  top: 19px;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  text-align: center;
  line-height: 16px;
  font-size: 15px;
  background: #eee;
  border: 1px solid #8c8e97;
  color: #555;
  text-decoration: none;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set li a.checkbox.checked {
  background: #f0f0f0;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set li a.checkbox:hover,
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set li a.checkbox.checked:hover,
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set li a.checkbox.hovered,
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set li a.checkbox.checked.hovered {
  background: #fafafa;
  border: 1px solid #aaa;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set li label {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-weight: normal;
  font-size: 0.7em;
  margin-left: 26px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set li#full-textcheck {
  margin-left: 30px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters ul#advanced-set li#translation-check {
  margin-left: 30px;
}
body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero.category-template form#study-filters input.query-button {
  float: right;
  margin-top: -40px;
  position: relative;
  background-image: url('../images/ui/studybutton.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  width: 150px;
  height: 34px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #38444c;
  padding-left: 0.7em;
  padding-top: 0.29em;
  text-align: left;
}
body.page-template-archive-trackedstudies-php section#main {
  width: 100%;
  padding-right: 0;
  border-right: 0px;
  margin-top: -29px;
}
body.page-template-archive-trackedstudies-php section#main div.b-filtered {
  width: 750px;
  margin-bottom: 0;
  margin-top: 15px;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}
body.page-template-archive-trackedstudies-php section#main div.b-filtered span {
  color: #9b9b9b;
}
body.page-template-archive-trackedstudies-php section#main div.b-filtered a {
  position: relative;
  display: inline-block;
  color: #36454c;
  text-decoration: none;
}
body.page-template-archive-trackedstudies-php section#main div.b-filtered a:before {
  display: block;
  position: absolute;
  top: 29px;
  left: 0px;
  width: 100%;
  border-top: 2px solid #36454c;
  content: "";
}
body.page-template-archive-trackedstudies-php section#main .b-list-title {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 4px;
}
body.page-template-archive-trackedstudies-php section#main .b-list-title h2 {
  padding-top: 7px;
  float: left;
  margin: 0;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #808080;
  font-weight: normal;
}
body.page-template-archive-trackedstudies-php section#main .b-list-title h2 span.label {
  color: #38444c;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.9em;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li {
  margin-bottom: 7px;
  background-color: #dbdbdb;
  padding: 15px;
  background-image: none;
  position: relative;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li h1 {
  position: relative;
  padding: 0 18px;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 14px;
  width: 80%;
  line-height: 1.4em;
  box-sizing: border-box;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li h1 a {
  color: #38444c;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li h1 span#full-text {
  font-size: 0.85em;
  margin-left: 4px;
  color: #fb7600;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li h1 span#translated {
  font-size: 0.7em;
  color: #898989;
  font-weight: normal;
  text-transform: uppercase;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li h3,
body.page-template-archive-trackedstudies-php section#main ul#study-list li p {
  margin-top: 0;
  margin-bottom: 0;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li div#study-result-meta {
  width: 83%;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li div#study-result-meta p span {
  display: block;
  overflow: hidden;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li div#study-result-meta p span.label {
  float: left;
  position: relative;
  display: block;
  width: 100px;
  text-align: right;
  margin-right: 16px;
  font-weight: bold;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li div#study-result-meta p span.keyword-links {
  color: #ed1556;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li div.download-link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 17%;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li div.download-link a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #CACACA;
  background-image: url('../images/ui/pdf-icon.png');
  background-repeat: no-repeat;
  background-position: center 43%;
  background-size: 23%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li div.download-link a span {
  font-size: 0.85em;
  position: relative;
  top: 60%;
  color: #38444c;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li div.download-link a:hover {
  background-color: #ababab;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li.with-download-link h1 {
  width: 80%;
}
body.page-template-archive-trackedstudies-php section#main ul#study-list li.with-download-link div#study-result-meta {
  width: 83%;
}
body.page-template-archive-trackedstudies-php section#main h2 div#nav-below span a.page-numbers,
body.page-template-archive-trackedstudies-php section#main h2 div#nav-below span span.page-numbers {
  text-transform: none;
  color: #38444c;
  font-size: 1.28em;
  font-weight: bold;
  margin-right: 5px;
}
/*----------- Single Study Tracker Study -----------*/
body.single-trackedstudies section#main {
  border-right: 0px;
  margin-top: 25px;
}
body.single-trackedstudies section#main header ul#study-item {
  margin: 1.3em 0em -0.8em 0;
}
body.single-trackedstudies section#main header ul#study-item li {
  margin-bottom: 7px;
  background-color: #dbdbdb;
  padding: 15px;
  background-image: none;
  position: relative;
}
body.single-trackedstudies section#main header ul#study-item li h1 {
  position: relative;
  padding: 0 18px;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 14px;
  width: 80%;
  line-height: 1.4em;
}
body.single-trackedstudies section#main header ul#study-item li h1 a {
  color: #38444c;
}
body.single-trackedstudies section#main header ul#study-item li h1 span#full-text {
  font-size: 0.85em;
  margin-left: 4px;
  color: #fb7600;
}
body.single-trackedstudies section#main header ul#study-item li h1 span#translated {
  font-size: 0.7em;
  color: #898989;
  font-weight: normal;
  text-transform: uppercase;
}
body.single-trackedstudies section#main header ul#study-item li h3,
body.single-trackedstudies section#main header ul#study-item li p {
  margin-top: 0;
  margin-bottom: 0;
}
body.single-trackedstudies section#main header ul#study-item li div#study-result-meta {
  width: 83%;
}
body.single-trackedstudies section#main header ul#study-item li div#study-result-meta p span {
  display: block;
  overflow: hidden;
}
body.single-trackedstudies section#main header ul#study-item li div#study-result-meta p span.label {
  float: left;
  position: relative;
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 16px;
  font-weight: bold;
}
body.single-trackedstudies section#main header ul#study-item li div#study-result-meta p span.keyword-links {
  color: #ed1556;
}
body.single-trackedstudies section#main header ul#study-item li div.download-link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 17%;
}
body.single-trackedstudies section#main header ul#study-item li div.download-link a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #CACACA;
  background-image: url('../images/ui/pdf-icon.png');
  background-repeat: no-repeat;
  background-position: center 43%;
  background-size: 23%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.single-trackedstudies section#main header ul#study-item li div.download-link a span {
  font-size: 0.85em;
  position: relative;
  top: 60%;
  color: #38444c;
}
body.single-trackedstudies section#main header ul#study-item li div.download-link a:hover {
  background-color: #ababab;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.single-trackedstudies section#main header ul#study-item li.with-download-link h1 {
  width: 80%;
}
body.single-trackedstudies section#main header ul#study-item li.with-download-link div#study-result-meta {
  width: 83%;
}
body.single-trackedstudies section#main article {
  margin-right: 80px;
}
body.single-trackedstudies section#main article h2 {
  text-transform: uppercase;
  font-size: 0.88em;
}
body.single-trackedstudies section#main article h2.related-content {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  margin-top: 50px;
}
body.single-trackedstudies section#main article p span.categories {
  font-weight: bold;
}
body.single-trackedstudies section#main article p span.keyword-links {
  color: #ed1556;
}
body.single-trackedstudies section#main article p span.keyword-links a {
  color: #ed1556;
}
body.single-trackedstudies section#main article ul#related-content li {
  background-image: none;
  padding-left: 0;
}
body.single-trackedstudies section#main article ul#related-content li ul {
  background-color: #F7F7F7;
  width: 97%;
  height: auto;
  padding: 2em;
  padding-top: .08em;
  padding-bottom: 2em;
  margin-bottom: .5em;
}
body.single-trackedstudies section#main article ul#related-content li ul li {
  background-image: none;
  padding-left: 0.9em;
}
body.single-trackedstudies section#main article ul#related-content li ul li a {
  color: #919191;
  font-size: 1em;
}
body.single-trackedstudies section#main article ul#related-content li ul li a:hover {
  text-decoration: none;
}
body.single-trackedstudies section#main article ul#related-content li ul li a p {
  font-size: 0.9em;
}
body.single-trackedstudies section#main article ul#related-content li ul li a h4 {
  font-size: 1em;
}
body.single-trackedstudies section#main article ul#related-content li ul.contextual-videos li {
  display: inline-block;
  border: none;
  width: 120px;
  height: 130px;
  margin-right: 1.3em;
  margin-bottom: 0;
  vertical-align: top;
  position: relative;
  left: 1em;
  border: solid;
  border-width: 1px;
  border-color: #E7E7E7;
  background-color: #f0f0f0;
  padding: 1.5em;
  padding-bottom: 2.5em;
  font-size: .78em;
}
body.single-trackedstudies section#main article ul#related-content li ul.contextual-videos li p {
  color: #38444c;
  left: 0;
}
body.single-trackedstudies section#main article ul#related-content li ul.contextual-videos li:hover {
  background-color: #E6E6E6;
}
body.single-trackedstudies section#main article ul#related-content li ul li {
  background-color: transparent;
  padding-top: 1em;
  padding-bottom: .7em;
  padding-right: 2em;
  border-top: solid;
  border-width: 1px;
  border-color: #E7E7E7;
}
body.single-trackedstudies section#main article ul#related-content li ul li:hover {
  background-color: #f0f0f0;
}
body.single-trackedstudies section#main section#sidebar {
  margin-top: 80px;
  width: 256px;
  background-color: #fff;
  border-left: 0px;
  left: 0;
}
body.single-trackedstudies section#main section#sidebar form#studytracker-search {
  position: absolute;
  top: -96px;
  width: 50%;
}
body.single-trackedstudies section#main section#sidebar form#studytracker-search input {
  position: relative;
  top: 3.6em;
  background-color: #fff;
  height: 2em;
  width: 27.7em;
  font-size: .8em;
  color: #B8B8B8;
  padding-left: .8em;
}
body.single-trackedstudies section#main section#sidebar form#studytracker-search input#search {
  position: relative;
  left: -23px;
  background-color: #fff;
  height: 2em;
  width: 14.7em;
  font-size: .8em;
  color: #B8B8B8;
  padding-left: .8em;
}
body.single-trackedstudies section#main section#sidebar form#studytracker-search input.search-submit {
  position: relative;
  background-image: url('../images/ui/diaglinemenu.jpg');
  background-repeat: repeat-x;
  background-color: transparent;
  width: 79px;
  height: 32px;
  left: 179px;
  top: 14px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #38444c;
  padding: 0;
}
body.single-trackedstudies section#main section#sidebar form#studytracker-search input.search-submit:hover {
  color: #9B9B9B;
}
body.single-trackedstudies section#main section#sidebar form#studytracker-search a {
  background-image: url('../images/ui/magglass.png');
  background-position: left center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding: 1em 0em 1em 2.5em;
  font-size: .6em;
  color: #BCBCBC;
  position: relative;
  top: 8em;
  left: -57em;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set {
  padding: 0;
  width: 100%;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set li {
  background-image: none;
  padding-left: 0;
  padding-top: 5px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set li h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-size: 0.85em;
  margin-bottom: 5px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set li h3 {
  font-size: 0.9em;
  line-height: 1.77em;
  color: #D1D1D1;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set li select {
  width: 231px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set li select#type-select {
  width: 231px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set li select#date-select {
  width: 231px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set li#by-effect {
  margin-right: 25px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set li#by-sub,
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set li#by-type {
  border-bottom: 1px solid #dbdbdb;
  padding-right: 25px;
  height: 90px;
  margin-right: 25px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set li#by-type {
  border-bottom: 1px solid #dbdbdb;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#main-set li#by-date {
  border-bottom: 1px solid #dbdbdb;
  margin-right: 25px;
  height: 90px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set {
  height: 39px;
  border-top: 0px;
  padding: 0;
  width: 231px;
  padding-bottom: 21px;
  margin-top: -3px;
  border-bottom: 1px solid #d9d9d9;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set li {
  background-image: none;
  padding: 0;
  position: relative;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set li h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-size: 0.85em;
  margin: 0;
  margin-bottom: -8px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set li a.checkbox {
  position: relative;
  top: 19px;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  text-align: center;
  line-height: 16px;
  font-size: 15px;
  background: #eee;
  border: 1px solid #8c8e97;
  color: #555;
  text-decoration: none;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set li a.checkbox.checked {
  background: #f0f0f0;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set li a.checkbox:hover,
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set li a.checkbox.checked:hover,
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set li a.checkbox.hovered,
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set li a.checkbox.checked.hovered {
  background: #fafafa;
  border: 1px solid #aaa;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set li label {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-weight: normal;
  font-size: 0.7em;
  margin-left: 26px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set li#full-textcheck {
  margin-bottom: -10px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters ul#advanced-set li#translation-check {
  margin-top: 7px;
}
body.single-trackedstudies section#main section#sidebar form#study-filters input.query-button {
  top: -20px;
  margin-top: 40px;
  position: relative;
  background-image: url('../images/ui/studybutton-large.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  width: 231px;
  height: 34px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #38444c;
  padding-left: 0.8em;
  padding-top: 0.26em;
  text-align: left;
}
body.single-trackedstudies section#main section#sidebar form#study-filters input.query-button:hover {
  color: #9B9B9B;
}
/* ---------- Document Archive section ---------- */
body.page-template-archive-documents-php section#hero {
  width: 100%;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero {
  position: relative;
  background-image: url('../images/docs.png');
  background-repeat: no-repeat;
  background-color: transparent;
  margin-bottom: .78em;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero div.title-half {
  position: relative;
  height: 245px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero div.title-half form#documentarchive-search {
  position: relative;
  top: -35px;
  width: 50%;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero div.title-half form#documentarchive-search input {
  position: relative;
  top: 3.6em;
  background-color: #fff;
  height: 2em;
  width: 27.7em;
  font-size: .8em;
  color: #B8B8B8;
  padding-left: .8em;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero div.title-half form#documentarchive-search input.search-submit {
  position: relative;
  top: 14px;
  left: 21.55em;
  background-image: url('../images/ui/diaglinemenu.jpg');
  background-repeat: repeat-x;
  background-color: transparent;
  width: 5em;
  height: 32px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #9B9B9B;
  padding: 0;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero div.title-half form#documentarchive-search input.search-submit:hover {
  color: #38444c;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero div.title-half form#documentarchive-search a {
  background-image: url('../images/ui/magglass.png');
  background-position: left center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding: 1em 0em 1em 2.5em;
  font-size: .6em;
  color: #BCBCBC;
  position: relative;
  top: 8em;
  left: -57em;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 12px;
  width: 100%;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li {
  padding-left: 0;
  padding-top: 5px;
  vertical-align: middle;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-size: 0.75em;
  margin-bottom: 7px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li select {
  width: 280px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li select#type-select {
  width: 280px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li select#date-select {
  width: 125px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li select#date-select_single-date {
  width: 253px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li#by-category {
  margin-right: 33px;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li#by-sub,
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li#by-type {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  margin-right: 0;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li#by-type {
  margin-left: 34px;
  padding-left: 34px;
  border-left: 1px solid #dbdbdb;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li#by-date {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li#by-date .b-date-row {
  padding-bottom: 3px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li#by-date .b-date-row h2 {
  display: inline-block;
  width: 80px;
  padding-right: 3px;
  text-align: right;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li#by-date .b-date-cell {
  display: inline-block;
  padding-bottom: 3px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#main-set li#by-date .b-date-cell h2 {
  display: inline-block;
  width: 40px;
  padding-right: 0;
  text-align: right;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set {
  height: 39px;
  border-top: 0px;
  padding: 0;
  width: 100%;
  padding-bottom: 8px;
  margin-top: -2px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li {
  padding: 0;
  position: relative;
  top: -3px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-size: 0.75em;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li a.checkbox {
  position: relative;
  top: 19px;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  text-align: center;
  line-height: 16px;
  font-size: 15px;
  background: #eee;
  border: 1px solid #8c8e97;
  color: #555;
  text-decoration: none;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li a.checkbox.checked {
  background: #f0f0f0;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li a.checkbox:hover,
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li a.checkbox.checked:hover,
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li a.checkbox.hovered,
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li a.checkbox.checked.hovered {
  background: #fafafa;
  border: 1px solid #aaa;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li label {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-weight: normal;
  font-size: 0.7em;
  margin-left: 26px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li#full-textcheck {
  margin-left: 30px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li#translation-check {
  margin-left: 30px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li#by-date {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li#by-date > h2 {
  display: inline-block;
  padding-right: 20px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li#by-date .b-date-row {
  padding-bottom: 3px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li#by-date .b-date-row h2 {
  display: inline-block;
  width: 80px;
  padding-right: 3px;
  text-align: right;
  padding-right: 15px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li#by-date .b-date-cell {
  display: inline-block;
  padding-bottom: 3px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li#by-date .b-date-cell h2 {
  display: inline-block;
  width: 40px;
  padding-right: 10px;
  text-align: right;
  color: #979797;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li.b-or {
  margin: 0 30px;
  padding: 5px 10px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #979797;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li.b-spec-date label {
  color: #979797;
  margin: 0;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li.b-spec-date label span {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: 34px;
  margin-left: 10px;
  background: url(../images/ui/calendar.png) no-repeat;
  cursor: pointer;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters ul#advanced-set li input {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 3px 5px;
  margin: 4px 10px 0;
  background: #fff;
  border: 1px solid #A9A9A9;
  font-size: 14px;
  width: 85px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters input.query-button {
  float: right;
  margin-top: -40px;
  position: relative;
  background-image: url('../images/ui/studybutton.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  width: 150px;
  height: 34px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #38444c;
  padding-left: 0.7em;
  padding-top: 0.29em;
  text-align: left;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero form#documentarchive-filters input.query-button:hover {
  color: #9B9B9B;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template {
  background-image: none;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-search {
  display: inline-block;
  position: relative;
  top: -38px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-search input {
  position: relative;
  background-color: #fff;
  height: 24px;
  width: 17.7em;
  font-size: .8em;
  color: #B8B8B8;
  padding-left: .8em;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-search input.search-submit {
  position: relative;
  margin: 0 20px 0 10px;
  background-image: url('../images/ui/diaglinemenu.jpg');
  background-repeat: repeat-x;
  background-color: transparent;
  width: 5em;
  height: 32px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #9B9B9B;
  padding: 0;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-search input.search-submit:hover {
  color: #38444c;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-search a {
  background-image: url('../images/ui/magglass.png');
  background-position: left center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  padding: 1em 0em 1em 2.5em;
  font-size: .6em;
  color: #BCBCBC;
  position: relative;
  top: 8em;
  left: -57em;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 12px;
  width: 100%;
  border-top: none;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li {
  padding-left: 0;
  padding-top: 5px;
  vertical-align: middle;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-size: 0.75em;
  margin-bottom: 7px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li select {
  width: 280px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li select#type-select {
  width: 280px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li select#date-select {
  width: 125px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li select#date-select_single-date {
  width: 253px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li#by-category {
  margin-right: 33px;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li#by-sub,
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li#by-type {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  margin-right: 0;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li#by-type {
  margin-left: 34px;
  padding-left: 34px;
  border-left: 1px solid #dbdbdb;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li#by-date {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li#by-date .b-date-row {
  padding-bottom: 3px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li#by-date .b-date-row h2 {
  display: inline-block;
  width: 80px;
  padding-right: 3px;
  text-align: right;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li#by-date .b-date-cell {
  display: inline-block;
  padding-bottom: 3px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#main-set li#by-date .b-date-cell h2 {
  display: inline-block;
  width: 40px;
  padding-right: 0;
  text-align: right;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set {
  height: 39px;
  border-top: 0px;
  padding: 0;
  width: 100%;
  padding-bottom: 8px;
  margin-top: -2px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li {
  padding: 0;
  position: relative;
  top: -3px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-size: 0.75em;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li a.checkbox {
  position: relative;
  top: 19px;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  text-align: center;
  line-height: 16px;
  font-size: 15px;
  background: #eee;
  border: 1px solid #8c8e97;
  color: #555;
  text-decoration: none;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li a.checkbox.checked {
  background: #f0f0f0;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li a.checkbox:hover,
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li a.checkbox.checked:hover,
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li a.checkbox.hovered,
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li a.checkbox.checked.hovered {
  background: #fafafa;
  border: 1px solid #aaa;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li label {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  color: #38444c;
  font-weight: normal;
  font-size: 0.7em;
  margin-left: 26px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li#full-textcheck {
  margin-left: 30px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li#translation-check {
  margin-left: 30px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li#by-date {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li#by-date > h2 {
  display: inline-block;
  padding-right: 20px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li#by-date .b-date-row {
  padding-bottom: 3px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li#by-date .b-date-row h2 {
  display: inline-block;
  width: 80px;
  padding-right: 3px;
  text-align: right;
  padding-right: 15px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li#by-date .b-date-cell {
  display: inline-block;
  padding-bottom: 3px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li#by-date .b-date-cell h2 {
  display: inline-block;
  width: 40px;
  padding-right: 10px;
  text-align: right;
  color: #979797;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li.b-or {
  margin: 0 30px;
  padding: 5px 10px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #979797;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li.b-spec-date label {
  color: #979797;
  margin: 0;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li.b-spec-date label span {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: 34px;
  margin-left: 10px;
  background: url(../images/ui/calendar.png) no-repeat;
  cursor: pointer;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters ul#advanced-set li input {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 3px 5px;
  margin: 4px 10px 0;
  background: #fff;
  border: 1px solid #A9A9A9;
  font-size: 14px;
  width: 85px;
}
body.page-template-archive-documents-php section#hero div.document-archive-hero.category-template form#documentarchive-filters input.query-button {
  float: right;
  margin-top: -40px;
  position: relative;
  background-image: url('../images/ui/studybutton.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  width: 150px;
  height: 34px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #38444c;
  padding-left: 0.7em;
  padding-top: 0.29em;
  text-align: left;
}
body.page-template-archive-documents-php section#main {
  width: 100%;
  padding-right: 0;
  border-right: 0px;
  margin-top: -29px;
}
body.page-template-archive-documents-php section#main div.b-filtered {
  width: 750px;
  margin-bottom: 0;
  margin-top: 15px;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}
body.page-template-archive-documents-php section#main div.b-filtered span {
  color: #9b9b9b;
}
body.page-template-archive-documents-php section#main div.b-filtered a {
  position: relative;
  display: inline-block;
  color: #36454c;
  text-decoration: none;
}
body.page-template-archive-documents-php section#main div.b-filtered a:before {
  display: block;
  position: absolute;
  top: 29px;
  left: 0px;
  width: 100%;
  border-top: 2px solid #36454c;
  content: "";
}
body.page-template-archive-documents-php section#main .b-list-title {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 4px;
}
body.page-template-archive-documents-php section#main .b-list-title h2 {
  padding-top: 7px;
  float: left;
  margin: 0;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #808080;
  font-weight: normal;
}
body.page-template-archive-documents-php section#main .b-list-title h2 span.label {
  color: #38444c;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.9em;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
body.page-template-archive-documents-php section#main ul#document-list li {
  background-image: none;
  position: relative;
}
body.page-template-archive-documents-php section#main ul#document-list li h1 {
  position: relative;
  margin-left: 18px;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 14px;
  width: 80%;
  line-height: 1.4em;
}
body.page-template-archive-documents-php section#main ul#document-list li h1 a {
  color: #38444c;
}
body.page-template-archive-documents-php section#main ul#document-list li h3,
body.page-template-archive-documents-php section#main ul#document-list li p {
  margin-top: 0;
  margin-bottom: 0;
}
body.page-template-archive-documents-php section#main ul#document-list li div#document-result-meta p span.label {
  position: relative;
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 16px;
  font-weight: bold;
}
body.page-template-archive-documents-php section#main ul#document-list li div#document-result-meta p span.keyword-links {
  color: #ed1556;
}
body.page-template-archive-documents-php section#main ul#document-list li div#document-result-meta p span.excerpt-label {
  position: absolute;
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 16px;
  font-weight: bold;
}
body.page-template-archive-documents-php section#main ul#document-list li div#document-result-meta p span.excerpt {
  position: relative;
  display: inline-block;
  top: 0px;
  left: 0px;
  width: 610px;
  margin-left: 119px;
}
body.page-template-archive-documents-php section#main ul#document-list li div.download-link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 17%;
}
body.page-template-archive-documents-php section#main ul#document-list li div.download-link a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #CACACA;
  background-image: url('../images/ui/pdf-icon.png');
  background-repeat: no-repeat;
  background-position: center 43%;
  background-size: 23%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page-template-archive-documents-php section#main ul#document-list li div.download-link a span {
  font-size: 0.85em;
  position: relative;
  top: 60%;
  color: #38444c;
}
body.page-template-archive-documents-php section#main ul#document-list li div.download-link a:hover {
  background-color: #ababab;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page-template-archive-documents-php section#main h2 div#nav-below span a.page-numbers,
body.page-template-archive-documents-php section#main h2 div#nav-below span span.page-numbers {
  text-transform: none;
  color: #38444c;
  font-size: 1.28em;
  font-weight: bold;
  margin-right: 5px;
}
/* ---------- research section ----------- */
#main {
  /*&.research-area{
            
            color:#7B7B7B;
            
            h1{
                color:#7B7B7B;
            }
            
            h2{
                color:#7B7B7B;
                margin-bottom:.5em;
            }
            
            h3{
                a{
                    color:@link-red;
                    font-size:.8em;
                }
            }
            
            h4{
                font-weight:100;
                text-transform:uppercase;
                font-size:.6em;
                color:#7B7B7B;
                margin-bottom:1em;
            }
        }*/
}
#main.researchers-main {
  border: none;
  margin-top: 3em;
}
#main.researchers-main div#studytracker-link {
  position: relative;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: 8% 15%;
  background-color: #fcfcfc;
  background-size: 20%;
  width: 315px;
  padding-right: 30px;
  padding-left: 120px;
}
#main.researchers-main div#studytracker-link img {
  display: block;
  position: absolute;
  top: 25px;
  left: 30px;
  width: 90px;
}
#main.researchers-main div#studytracker-link h1#study-headline {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 3.3em;
  color: #38444c;
  margin-left: 20px;
  margin-bottom: 26px;
}
#main.researchers-main div#studytracker-link button#find-study {
  position: relative;
  background-image: url('../images/ui/studybutton-larger.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  background-position: center 41%;
  text-align: left;
  width: 300px;
  height: 36px;
  left: 21px;
  top: -9px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  font-style: normal;
  color: #9B9B9B;
  padding: 0;
  padding-left: 15px;
}
#main.researchers-main div#studytracker-link button#find-study:hover {
  color: #38444c;
}
#main.researchers-main div#studytracker-link p {
  font-size: 1em;
  margin-left: -86px;
  margin-top: 19px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dbdbdb;
  color: #9b9b9b;
}
#main.researchers-main div#studytracker-link.studytracker-link_right {
  margin-right: 0;
}
#main.researchers-main div#studytracker-link.studytracker-link_right img {
  width: 85px;
  top: 20px;
  left: 35px;
}
#main.researchers-main div {
  font-size: .8em;
  line-height: 1.5em;
  height: 17em;
  color: #38444c;
  padding: 1.4em;
  margin-right: 0.09em;
  margin-bottom: 0;
  overflow-y: hidden;
}
#main.researchers-main div h1 {
  font-size: 1.7em;
  margin-bottom: .4em;
  color: #38444c;
  font-weight: 100;
  margin-top: 0em;
  line-height: 1.05em;
}
#main.researchers-main div a {
  color: #38444c;
}
#main.researchers-main div:hover {
  background-color: #E4E4E4;
  padding: 1.4em;
}
#main.research-results {
  color: #7B7B7B;
}

.page-template-researchers-main div.printfriendly {
  display: none;
}

#main.research-results h2 {
  font-size: .8em;
  color: #999;
  font-weight: 400;
}
#main.research-results h2 a {
  font-size: .8em;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
}
#main.research-results h2 a:hover {
  color: #ed1556;
}
#main.research-results ul {
  border-top: solid 1px #E4E4E4;
  background-color: #F7F7F7;
}
#main.research-results ul li {
  margin-bottom: 0em;
  padding: 2em 2em 2em 4em;
  border-bottom: solid 1px #E4E4E4;
}
#main.research-results ul li:hover {
  background-color: #E6E6E6;
}
#main.research-results ul li h3 a {
  color: #38444c;
  font-size: 1.18em;
  text-decoration: none;
}
#main.research-results ul li h3 a:hover {
  color: #ed1556;
}
#main.research-results ul li h4 {
  font-size: .8em;
  color: #7B7B7B;
  font-weight: 400;
  position: relative;
  left: -2.4em;
  top: -0.25em;
}
#main.research-results ul li h4 a {
  font-size: .98em;
  font-style: italic;
  font-weight: 100;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: .5em;
  text-decoration: none;
}
#main.research-results ul li h4 a img {
  background-color: #C5C5C5;
  position: relative;
  top: -1.8em;
  left: -1em;
}
#main.research-results ul li h4 a img:hover {
  background-color: #38444c;
}
#main.research-results ul li p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: .5em;
}
#main.research-results ul li a {
  font-size: .85em;
  text-decoration: underline;
  margin-right: .4em;
  color: #ed1556;
}
#main.research-results ul li a:hover {
  color: #38444c;
}
/* ---------- News Archive section ----------- */
#main.news-results {
  color: #7B7B7B;
  margin-top: 3.5em;
  border-right: solid 1px #d9d9d9;
  position: relative;
  top: -13.8em;
}
#main.news-results h3 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 100;
  margin-bottom: -0.6em;
}
#main.news-results h3.news-title-h3 {
  margin-top: 0;
}
#main.news-results h2 {
  font-size: .8em;
  color: #999;
  font-weight: 400;
}
#main.news-results h2 a {
  font-size: .8em;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
}
#main.news-results h2 a:hover {
  color: #38444c;
}
#main.news-results.tag-results {
  top: 0;
}
#main.news-results ul {
  border-top: solid 1px #E4E4E4;
  background-color: #F7F7F7;
  padding-top: .7em;
}
#main.news-results ul li {
  background-image: none;
  padding: 1.4em 2em 1.4em 2em;
  border-bottom: solid 1px #E4E4E4;
  margin: 0 1em 0em 1em;
}
#main.news-results ul li:hover {
  background-color: #f0f0f0;
}
#main.news-results ul li a:hover {
  text-decoration: none;
}
#main.news-results ul li a h3 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  font-weight: bold;
  line-height: 1.45em;
  margin-bottom: .3em;
  color: #38444c;
  font-size: 1em;
  text-decoration: none;
}
#main.news-results ul li h4 {
  font-size: .8em;
  color: #A5A5A5;
  font-weight: 400;
  position: relative;
  margin-bottom: -1em;
}
#main.news-results ul li h4 a {
  font-size: .98em;
  font-style: italic;
  font-weight: 100;
  text-transform: uppercase;
  color: #7B7B7B;
  text-decoration: none;
}
#main.news-results ul li a p {
  font-size: .9em;
  line-height: 1.7em;
  margin-bottom: .5em;
  color: #38444c;
}
#main.news-results ul li a.cat {
  font-size: .85em;
  text-decoration: underline;
  color: #ed1556;
}
#main.news-results ul li a:hover {
  color: #38444c;
}
/* ---------- Search Results section ----------- */
#main.search-results-container {
  color: #7B7B7B;
  margin-top: 3.5em;
  border-right: solid 1px #d9d9d9;
  position: relative;
}
#main.search-results-container h3 {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 100;
  margin-bottom: -0.6em;
  margin-top: 0;
}
#main.search-results-container h3.news-title-h3 {
  margin-top: 0;
}
#main.search-results-container h2 {
  font-size: .8em;
  color: #999;
  font-weight: 400;
}
#main.search-results-container h2 a {
  font-size: .8em;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
}
#main.search-results-container h2 a:hover {
  color: #38444c;
}
#main.search-results-container.tag-results {
  top: 0;
}
#main.search-results-container ul {
  border-top: solid 1px #E4E4E4;
  background-color: #F7F7F7;
  padding-top: .7em;
}
#main.search-results-container ul li {
  background-image: none;
  padding: 1.4em 2em 1.4em 2em;
  border-bottom: solid 1px #E4E4E4;
  margin: 0 1em 0em 1em;
}
#main.search-results-container ul li:hover {
  background-color: #f0f0f0;
}
#main.search-results-container ul li a:hover {
  text-decoration: none;
}
#main.search-results-container ul li a h3 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: none;
  font-weight: bold;
  line-height: 1.45em;
  margin-bottom: .3em;
  color: #38444c;
  font-size: 1em;
  text-decoration: none;
}
#main.search-results-container ul li h4 {
  font-size: .8em;
  color: #A5A5A5;
  font-weight: 400;
  position: relative;
  margin-bottom: -1em;
}
#main.search-results-container ul li h4 a {
  font-size: .98em;
  font-style: italic;
  font-weight: 100;
  text-transform: uppercase;
  color: #7B7B7B;
  text-decoration: none;
}
#main.search-results-container ul li a p {
  font-size: .9em;
  line-height: 1.7em;
  margin-bottom: .5em;
  color: #38444c;
}
#main.search-results-container ul li a.cat {
  font-size: .85em;
  text-decoration: underline;
  color: #ed1556;
}
#main.search-results-container ul li a:hover {
  color: #38444c;
}
#main .nothing-is-found {
  margin-top: 20px;
}
/*------------- single issue ---------------*/
#main.single-issue {
  margin-top: 63px;
  border-right: solid 1px #d9d9d9;
}
#main.single-issue h1.related-title {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  color: #38444c;
}
#main.single-issue h2 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1.15em;
  color: #38444c;
}
#main.single-issue h3 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .6em;
  text-transform: uppercase;
  color: #38444c;
}
#main.single-issue h4 {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .7em;
  color: #38444c;
}
#main.single-issue span.condensed-header {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.23em;
  text-transform: uppercase;
  padding-bottom: .15em;
  border-top: 1px solid #d9d9d9;
  padding-top: 1em;
  line-height: 1.3em;
}
#main.single-issue span.text-header-big {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  padding-bottom: .3em;
}
#main.single-issue span.text-header-small {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .95em;
  font-weight: bold;
  padding-bottom: .3em;
}
#main.single-issue span.credit {
  margin-top: -1.5em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1em;
  font-size: .73em;
  color: #38444c;
}
#main.single-issue p.byline {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .7em;
  color: #A3A3A3;
}
#main.single-issue p.condensed-header {
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-size: 1.23em;
  text-transform: uppercase;
  padding-bottom: .15em;
  border-top: 1px solid #d9d9d9;
  padding-top: 1em;
  line-height: 1.3em;
}
#main.single-issue p.text-header-big {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1em;
  padding-bottom: .3em;
}
#main.single-issue p.text-header-small {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .85em;
  padding-bottom: .3em;
}
#main.single-issue p.credit {
  margin-top: -1.5em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1em;
  font-size: .73em;
  color: #38444c;
}
#main.single-issue p.image-source {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1em;
  width: 30%;
}
#main.single-issue p.excerpt-title {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  background-color: none;
  margin-bottom: 0em;
}
#main.single-issue p.excerpt {
  background-color: #E4E4E4;
  width: 515px;
  padding: 25px 25px 25px 25px;
  margin: 1em 0em 1em 0em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 0.87em;
  line-height: 1.6em;
}
#main.single-issue p.excerpt span.callout {
  font-weight: bold;
  color: #38444c;
}
#main.single-issue p.excerpt span.credit {
  margin-top: -1.5em;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1em;
  font-size: .83em;
  color: #38444c;
}
/* ------------ issues main page ------------- */
/*h1{
    &.title{
        font-family:@alt-stack;
        font-size:5em;
        text-transform:uppercase;
        margin:.5em 0 0 0;
    }
}*/
#main.issues-main {
  border: none;
  margin-top: 0;
  padding-right: 0;
}
#main.issues-main .issue {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 430px;
  height: 238px;
  margin-top: 1em;
  margin-right: .5em;
  margin-left: .3em;
  padding: 15px;
  border: solid 1px #DAE0E0;
  /* This is the background image set via the secondary image */
}
#main.issues-main .issue a h1 {
  line-height: .9em;
  margin-top: 0;
  margin-bottom: -0.12em;
}
#main.issues-main .issue a p {
  width: 31em;
  margin-top: 2em;
}
#main.issues-main .issue a h3 {
  font-size: .6em;
  text-transform: uppercase;
}
#main.issues-main .issue a a {
  color: #ed1556;
  font-size: 1.3em;
}
#main.issues-main .issue a a:hover {
  color: #38444c;
}
#main.issues-main .issue a span {
  background-position: -460px 0;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 430px;
  height: 238px;
  padding: 15px;
  border: solid 1px #DAE0E0;
  display: inline-block;
  opacity: 0;
  color: #38444c;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
#main.issues-main .issue a span p {
  font-size: 0.8em;
  line-height: 1.5em;
}
#main.issues-main .issue a span h1 {
  font-weight: 100;
}
#main.issues-main .issue a span h2 {
  color: #ed1556;
  text-transform: uppercase;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  font-weight: 100;
  font-size: 1.2em;
}
#main.issues-main .issue.pesticides span {
  position: relative;
}
#main.issues-main .issue:hover span {
  opacity: 1;
}
#main.issues-main .issue .attachment-post-thumbnail {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
/* ---------- General Search Results Page ----------- */
body.search-results #main form input {
  background-color: #fff;
  height: 2em;
  width: 24.7em;
  font-size: .8em;
  color: #B8B8B8;
  padding-left: .7em;
}
body.search-results #main form input.search-submit {
  background-image: url('../images/ui/diaglinemenu.jpg');
  background-repeat: repeat-x;
  background-color: transparent;
  width: 5em;
  height: 1.92em;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-style: normal;
  color: #9B9B9B;
}
body.search-results #main form input.search-submit:hover {
  color: #38444c;
}
body.search-results #main.news-results {
  position: relative;
  top: 0;
}
/* ----------------- Comments ----------------- */
/* ----------------- Login Form ----------------- */
body.page-id-160 {
  background: url('../images/layout/login-background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: scroll;
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
body.page-id-160.logged-in {
  color: #f0f0f0;
}
body.page-id-160.logged-in #main h3 {
  color: #f0f0f0;
}
body.page-id-160.logged-in #main table {
  border: 1px solid #626A72;
}
body.page-id-160.logged-in #main table td {
  border: 1px solid #626A72;
}
body.page-id-160.logged-in #main table td legend {
  padding-bottom: 2em;
}
body.page-id-160.logged-in div.login {
  background: url('../images/layout/login-divback.png');
  background-repeat: repeat-x repeat-y;
  padding: 2em;
  width: 785px;
  min-height: 95%;
  padding-top: 4em;
  padding-bottom: 0;
  position: absolute;
  top: -1em;
}
body.page-id-160.logged-in div.login input {
  height: 1.5em;
  font-size: .8em;
}
body.page-id-160.logged-in div.login form p.submit input {
  float: left;
  position: relative;
  top: -4em;
  margin-left: 1em;
  height: 1.9em;
}
body.page-id-160.logged-in div.login form p.submit input:hover {
  border-radius: 3px;
  background: #D7104C;
  border: 1px solid #D7104C;
}
body.page-id-160 header,
body.page-id-160 footer {
  display: none;
}
body.page-id-160 #sidebar {
  display: none;
}
body.page-id-160 .hero {
  display: none;
}
body.page-id-160 div.bread-crumbs {
  display: none;
}
body.page-id-160 div.colorstrip {
  display: none;
}
body.page-id-160 div#slider {
  display: none;
}
body.page-id-160 div.login {
  background: url('../images/layout/login-divback.png');
  background-repeat: repeat-x repeat-y;
  padding: 2em;
  width: 285px;
  min-height: 95%;
  padding-top: 4em;
  padding-bottom: 0;
  position: absolute;
  top: -1em;
}
body.page-id-160 div.login hr {
  background: #5C646B;
}
body.page-id-160 div.login p.message,
body.page-id-160 div.login p.error {
  color: #f0f0f0;
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: .7em;
  background: none;
  border: none;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
body.page-id-160 div.login div.logo-login {
  background: url('../images/layout/login-logo.png') no-repeat;
  background-position: left top;
  height: 51px;
  width: 232px;
}
body.page-id-160 div.login label {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  color: #f0f0f0;
  font-size: .8em;
}
body.page-id-160 div.login form {
  /*                  background: url('../images/layout/login-title.png') no-repeat;
                    background-position:left 30;*/
  width: auto;
}
body.page-id-160 div.login form input {
  background: #f0f0f0;
  height: 2.5em;
}
body.page-id-160 div.login form input#user_login {
  width: 29em;
}
body.page-id-160 div.login form input#user_pass {
  width: 29em;
}
body.page-id-160 div.login form p.forgetmenot label {
  margin-left: .5em;
  position: relative;
  top: -0.38em;
}
body.page-id-160 div.login form p.submit input {
  float: right;
  position: relative;
  top: -4.5em;
  background: #ed1556;
  border-radius: 5px;
  border: 1px solid #ed1556;
  color: #f0f0f0;
  font-style: normal;
  font-weight: 500;
  padding: .3em 1em .3em 1em;
  font-size: .8em;
}
body.page-id-160 div.login form p.submit input:hover {
  border-radius: 3px;
  background: #D7104C;
  border: 1px solid #D7104C;
}
body.page-id-160 #main {
  border: none;
}
body.page-id-160 #main img {
  display: none;
}
body.page-id-160 #main img.login-logo,
body.page-id-160 #main img.login-title {
  display: block;
}
body.page-id-160 #main ul {
  margin-top: 4em;
}
ul.tml-action-links {
  list-style: none;
  margin-left: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #626A72;
  border-bottom: 1px solid #626A72;
  font-size: .8em;
}
ul.tml-action-links li a:before {
  content: "\279c";
  padding-right: 0.4em;
}
ul.tml-action-links a:hover {
  color: #f0f0f0;
}
.navigation {
  font-size: 11px;
}
/* WP Styles */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
p img,
.wp-caption {
  margin-top: 0.4em;
}
.wp-caption {
  background: #FFF;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.wp-caption p {
  margin-bottom: 0;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 5px;
  position: relative;
  text-align: center;
}
.wp-caption p {
  margin-bottom: 0 !important;
}
#main #cse table,
#main #cse tr,
#main #cse td {
  border: none;
}
#main #cse .gsc-input {
  width: 400px;
  font-size: 18px;
  padding: 8px 10px;
  color: #999;
  height: auto;
}
#main #cse .gsc-input:hover {
  color: #222;
}
#main #cse .gsc-input:active {
  color: #666;
}
#main #cse .gsc-search-button {
  display: block;
}
#main #cse .gsc-search-button input {
  width: 90px;
  height: auto;
  font-size: 18px;
  padding: 8px 10px;
}
#main #cse .gsc-search-button input:hover {
  color: #222;
}
#main #cse .gsc-branding {
  display: none;
}
#main #cse .gs-title {
  text-decoration: none;
}
#main #cse .gs-snippet {
  color: #444;
  font-size: 12px;
  line-height: 16px;
}
#main #cse .gsc-url-bottom {
  display: none;
}
#main #cse b {
  color: #36454c;
}

/* ----------------- New Google Search Bar Header----------------- */
div.gsc-clear-button {
    display: none !important;
}

td.gsc-search-button {
    width: 1% !important;
    display: inline-block !important;
    margin-left: 60% !important; 
    margin-top: -2px !important;
}

input.gsc-input {
    font-family: inherit !important;
    border: 1px solid #BBB !important;
    padding: 3px 6px !important;
    border-radius: 4px !important;
    height: 18px !important;
    width: 225px !important;
    font-size: 16px !important; 
    margin-top: -3px !important;
}
input.gsc-search-button{
  font-size: 12px !important;
  height: 25px !important;
  margin-left: -32px !important;
  width: 78px !important;
  border-radius: 4px !important;
}

/* ----------------- Google Search Results Display Page ----------------- */
 .gsc-table-cell-thumbnail, .gs-promotion-image-cell {
    display: none;
  }

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    background-color: transparent !important;
    border-color: transparent !important;
}
.results-per-page-form {
  position: absolute;
  right: 0;
}
.results-per-page-form label {
  font-family: 'Helvetica', "Verdana", "Lucida Grande", "Gill Sans", "Arial", sans-serif;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #808080;
  font-weight: normal;
}

/* SEARCH RESULT PAGE*/
.page-template-search-results-page-php #main.search-results-container {
  margin-top: 1.5em;
}
.page-template-search-results-page-php #main h1 {
  margin-bottom: -0.25em;
  margin-left: 0.5em;
}

/*! jQuery UI - v1.10.4 - 2014-04-28
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-widget {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #ffffff url("../images/datepicker/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #cccccc url("../images/datepicker/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../images/datepicker/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("../images/datepicker/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #ffffff url("../images/datepicker/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../images/datepicker/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../images/datepicker/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/datepicker/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../images/datepicker/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("../images/datepicker/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../images/datepicker/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("../images/datepicker/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("../images/datepicker/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/datepicker/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}
.ui-widget-overlay {
  background: #aaaaaa url("../images/datepicker/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("../images/datepicker/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
#main ul#document-list li {
  padding-left: 0;
  margin-bottom: 8px;
}
.b-item-header {
  background: #bbb;
  font-size: 0;
}
.b-item-header__section {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.b-item-header__section_downoload-link {
  margin-left: 25px;
}
.b-item-header__section_downoload-link a {
  display: block;
  height: 22px;
  width: 23px;
  background: url(../images/docs-small.png) no-repeat;
}
#document-list .b-item-header__section_descr {
  margin: 15px 0 15px 30px;
  width: 485px;
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
}
#document-list .b-item-header__section_descr h2 {
  margin: 0 0 7px 0;
  font-size: 14px;
  font-weight: bold;
  color: #36454c;
}
#document-list .b-item-header__section_descr p {
  font-size: 12px;
  line-height: 18px;
  color: #707070;
}
#document-list .b-item-header__section_date {
  margin-left: 120px;
  width: 125px;
}
#document-list .b-item-header__section_date p {
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
  color: #36454c;
  border-left: 1px solid #8e8a8b;
  border-right: 1px solid #8e8a8b;
}
#document-list .b-item-header__section_opener {
  width: 45px;
  margin-left: 90px;
}
#document-list .b-item-header__section_opener p {
  font-family: monospace;
  font-size: 30px;
  font-weight: bolder;
}
.b-list-item-content {
  display: none;
  background: #d8d8d8;
  padding: 30px 60px 30px 30px;
}
.b-list-item-content p {
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #36454c;
}
.b-list-item-content p span {
  display: block;
  overflow: hidden;
}
.b-list-item-content p span.label {
  float: left;
  margin-right: 10px;
  font-weight: bold;
  width: 80px;
  text-align: right;
}
.b-list-item-content p span.keyword-links {
  color: #ed1556;
}
.b-content-opener {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


/*  Google Custom Search CSS*/

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: transparent !important;
  text-shadow: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: transparent !important;
}

table.gsc-branding td, table.gsc-branding, table.gcsc-branding td, table.gcsc-branding {
  display: none !important;
}

/*body.page-template-news-archive-php div.printfriendly,*/

body.single-news div.printfriendly {
  display: none;
}


body.single-news .sub-meta__location {
  font-size: inherit !important;
  margin: 4px 0 0 0 !important;
  display: block !important;
  color: inherit !important;
}

/*Removes Visible Tags*/
/*#main div.tags{
  display: none;
}
*/
body.page-template-news-archive-php div.printfriendly,
body.single-news div.printfriendly {
  display: none;
}


/* 404 Error Page Google Custom Search Engine CSS*/

#main .gsc-search-box table,
#main .gsc-search-box table td {
  border: none;
  margin: -1.5em;
  margin-top: -6em;
}


/* END OF DESKTOP CSS*/


/* BEGIN MOBILE & TABLET RESPONSIVE DESIGN*/


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

html {
  width:100%; 
  min-width:768px;
}

/* HEADER */

body {
  min-width:768px;
  overflow:hidden;
}

.container {
  min-width:768px;
  width: 768px;
}

.span-24 {
  width:768px;
  
}

header .span-8 {
  width:150px;
}

#wrapper > header nav.primary-nav {
  right:0em;
}


#wrapper > header nav.primary-nav ul li {
  margin-left: 0.5em;
}

#wrapper > header nav.secondary-nav ul.search input {
    width: 150px;
}

#wrapper > header nav.secondary-nav ul.search input.search-submit {
  left: 11.4em;
  margin-top: 0.15em;
}

#wrapper > header nav.secondary-nav ul.social {
  border-width: 0;
}

/*  'JOIN US' EMAIL DROPDOWN LIST*/


#sliderWrap #slider {
  height: 171px;
}

#sliderWrap #slider #sliderContent h2 {
  font-size: 2em !important;
  margin-top: -0.4em;
}

#sliderWrap #slider #sliderContent p {
  line-height: 1.15em;
  font-size: 0.8em;
}
#sliderWrap #slider #sliderContent div.help-us-pitch {
  height: 4em;
  padding-left: 4em;
  margin-top: -0.4em;
  width: 39em;
}
#sliderWrap #slider #sliderContent div.sign-up {
  left: 0;
  margin-top: 0.3em;
  top: 0em;
  width: 44em;
}

#sliderWrap #slider #sliderContent div.sign-up h3 {
  display: none;
}

#sliderWrap #slider #sliderContent div.sign-up input.email {
  margin-top: 0;
  width: 17.4em;
}

#sliderWrap #slider #sliderContent div.sign-up a.topMenuAction {
  left: 43.9em;
}

/* -------------New Google Search Bar Header for TABLET-------------- */
div.gsc-clear-button {
    display: none !important;
}

td.gsc-search-button {
    width: 1% !important;
    display: inline-block !important;
    margin-left: 60% !important; 
    margin-top: -1px !important;
}

input.gsc-input {
    font-family: inherit !important;
    border: 1px solid #BBB !important;
    padding: 3px 6px !important;
    border-radius: 4px !important;
    height: 18px !important;
    width: 112px !important;
    font-size: 16px !important; 
    margin-left: -4px !important;
    margin-right: 4px !important;
    margin-top: -3px !important;
}
input.gsc-search-button{
  font-size: 11px !important;
  height: 22px !important;
  margin-left: -28px !important;
  width: 55px !important;
  border-radius: 4px !important;
}


/* FOOTER */

.span-13 {
  width:372px;
} 


.span-11 {
    width: 396px;
}


#wrapper > footer nav.primary-nav {
  left: -1.8em;
  top: 0.3em;
}
#wrapper > footer nav.primary-nav ul li {
  font-size: 1.5em;
  margin-left: 1.1em;
}
#wrapper > footer nav.primary-nav ul li.menu-item-523 a, 
#wrapper > footer nav.primary-nav ul li.menu-item-14520 a {
  width: 100px;
}

#wrapper > footer nav.secondary-nav .mainsecondnav {
  top: -0.1em;
  padding-right: 1em;
}
#wrapper > footer nav.secondary-nav {
  margin-left: -3em;
  width: 25.6em;
}
#wrapper > footer nav.secondary-nav ul {
  left: -1.4em;
}
#wrapper > footer nav.secondary-nav ul.menu li {
    margin-right: 0em;
}

#wrapper > footer {
  padding-top: 2em;
}
#wrapper > footer nav.secondary-nav ul.social {
  left: -0.2em;
  top: -1.65em;
  height: 0;
  padding: 0 0 0 22.5em;
}


/* HOME PAGE */

#hero .home-hero ul, #hero2 .home-hero ul {
  width:500px;
}


#hero .home-hero ul li a.active, 
#hero2 .home-hero ul li a.active{
  padding: 12px 13px 22px;
}
#hero, #hero .home-hero, #hero2 .home-hero,
#hero img.wp-post-image, #hero2 img.wp-post-image {
  width:768px !important;
  height:302px !important;
}

#hero .home-hero .panel-container, 
#hero2 .home-hero .panel-container {
  height:302px !important;
  padding-bottom: .5em;
}


/*Learn More Button, Home Page Slider*/
#hero .home-hero .panel-container div div a.learn-more, 
#hero2 .home-hero .panel-container div div a.learn-more {
  top: 13.9em;
}

#main.home-page {
  margin-top: 6em;
}

#main.home-page div.pull-quote-credit,
#main.home-page div.member-count,
#main.home-page div.member-title,
#main.home-page div.rejection-count,
#main.home-page div.pull-quote span,
#main.home-page div.member-count span,
#main.home-page div.rejection-count span,
.span-6 {
    width: 184px;
}

#main.home-page div.pull-quote {
  background-size: 23em auto;
    height: 165px;
}
#main.home-page div.pull-quote span {
  background-size: 26.9em auto;
    height: 165px;
}
#main.home-page div.pull-quote-credit {
  height: 93px;
  background-position: -1.2em center;
}

#main.home-page div.member-count span {
  background-position: -245px center;
}

#main.home-page div.member-title {
  background-size: 12em auto;
  background-position: center center;
}

#main.home-page div.quick-fact p {
  line-height: 1.1em;
}

#main.home-page h3 {
  text-align: center;
}

#main.home-page p {
  font-size: 0.9em;
  text-align: center;
}

#main.home-page h1 {
  font-size: 8em;
    line-height: 1em;
}
#main.home-page div.rejection-count {
  background-position: -11px center;
  background-size: 26em auto;
}

#main.home-page div.rejection-count span{
  background-position: -217px center;
  background-size: 26em auto;
  height: 271px;
  top: -224px;
}

#main.home-page div.recent-news .item {
  margin-top: 0.7em;
    padding: 0 1.3em;
}

.span-7 {
    width: 214px;
}

#main.home-page div.recent-news .item h6.country {
  text-align: center;
}

/* General Page Content, Paragraph Background*/

#main article p.excerpt {
  width: 486px;
  padding: 10px;
}
#main header h1 {
  width: 13.5em;
}


/*ISSUES*/

div.bread-crumb-container div.bread-crumbs {
  width: 768px;
}

#main.issues-main .issue,
#main.issues-main .issue a span
 {
  width:339px;
}

#main.issues-main .issue a p {
    width: 26em;
}

.dental-products .attachment-post-thumbnail {
    left: -20px !important;
}

.fluorosis .attachment-post-thumbnail,
.health .attachment-post-thumbnail {
    left: 0px !important;
}

.sources .attachment-post-thumbnail {
    left: -90px !important;
}

#main.issues-main .issue a p {
    margin-top: 1em;
}

#hero .single-issue-hero, #hero2 .single-issue-hero {
  padding-top: .2em;
}

#hero .single-issue-hero img.wp-post-image, #hero2 img.wp-post-image {
  width:768px !important;
  height:243px !important;
  margin-top: -0.05em;
}

#hero ul, #hero2 ul {
  width:768px;
  padding-left: 0;
}
#hero .hero form ul.section-nav div.pull-down, 
#hero2 .hero form ul.section-nav div.pull-down{
  left: -0.5em;
}


.span-14 {
    width: 480px;
}

.span-14 img {
  max-width: 460px;
}

.span-8 {
  width: 195px;
}

#sidebar {
  margin-top: 1em;
}
#sidebar ul.give-buttons li {
  margin-bottom: 1.5em;
  margin-top: -0.55em;
  width: 135px;
}
#sidebar ul.give-buttons li.shop {
  margin-top: -9px;
}
/*
#sidebar aside.newsletter-signup .email {
    width: 125px;
}*/

#sidebar aside.learn-how {
  width:175px;
  background-size: 387px;
  height: 60px;
}

#main.single-issue #contextual-content ul ul.contextual-videos li {
  width: 103px;
  padding-left: .7em;
    padding-right: 2.3em;
}

#main.single-issue {
  margin-top: 15px;
}

#main.single-issue p.excerpt,
#main.single-issue div.excerpts{
  padding: 10px;
}


/*FAN.TV*/


body.page-template-fan-tv-php, body.single-video {
  min-width: 768px;
}

/* FAN.TV Email Sign-Up */
body.page-template-fan-tv-php #sliderWrap #slider {
  height: 171px;
}

body.page-template-fan-tv-php #sliderWrap #slider #sliderContent h2 {
  font-size: 2em !important;
  margin-top: -0.4em;
}

body.page-template-fan-tv-php #sliderWrap #slider #sliderContent p {
  line-height: 1.15em;
  font-size: 0.8em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.help-us-pitch, 
body.single-video #sliderWrap #slider #sliderContent div.help-us-pitch {
  height: 4em;
  padding-left: 4em;
  margin-top: -0.4em;
  width: 39em;
}

body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up, 
body.single-video #sliderWrap #slider #sliderContent div.sign-up {
  left: 0;
  margin-top: 0.3em;
  top: 0em;
  width: 44em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up input.email, 
body.single-video #sliderWrap #slider #sliderContent div.sign-up input.email {
  margin-top: 0;
  width: 17.4em;
}

body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up h3 {
  display: none;
}

body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up a.topMenuAction, 
body.single-video #sliderWrap #slider #sliderContent div.sign-up a.topMenuAction {
  left: 43.9em;
}

/*FAN.TV NAV BAR*/

body.single-video #wrapper > header nav.primary-nav,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav {
  right:0em;
}

body.single-video #wrapper > header nav.primary-nav ul li,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li {
  margin-left: 0.5em;
}

body.single-video #wrapper > header nav.secondary-nav ul.search input,
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.search input {
    width: 150px;
}

body.single-video #wrapper > header nav.secondary-nav ul.search input.search-submit,
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.search input.search-submit {
  left: 11.4em;
  margin-top: 0.15em;
}

body.single-video #wrapper > header nav.secondary-nav ul.social,
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.social {
  border-width: 0;
}

/*FAN.TV Page*/

#hero .fantv-hero h1, #hero2 .fantv-hero h1 {
  size:7em;
} 

#hero .fantv-hero p, #hero2 .fantv-hero p {
  width: 34.7em;
  line-height: 1.5em !important;
  right: 1em;
}

.span-19 {
    width: 569px;
}

iframe {
    height: 334px !important;
    width: 602px !important;
}

.span-14 iframe {
  width:420px !important;
  height: 315px !important;
}

body.page-template-fan-tv-php #main, body.single-video #main {
  margin-top: -123px;
}
body.page-template-fan-tv-php #main div#featured, 
body.single-video #main div#featured {
  height:302px;
}

body.page-template-fan-tv-php #main div.vid-thumb img, 
body.single-video #main div.vid-thumb img {
  padding-right: 1em;
}
body.page-template-fan-tv-php #main div#vid-info, body.single-video #main div#vid-info {
  width: 768px;
  height: 75px;
  padding: 0em;
}

body.page-template-fan-tv-php #main div#recent-vids, body.single-video #main div#recent-vids,
body.page-template-fan-tv-php #main div, body.single-video #main div {
  text-align:center;

}

body.page-template-fan-tv-php #main h2, body.single-video #main h2 {
  font-size: 1.5em;
  line-height: 0;
  padding-top: .8em;
}

body.page-template-fan-tv-php #main div#featured div.featured-vid-thumb, 
body.single-video #main div#featured div.featured-vid-thumb {
  margin-top: -0.6em;
  padding-bottom: 0.6em;
}

body.page-template-fan-tv-php #main h3, body.single-video #main h3 {
  margin-top: -0.5em;
  margin-left: -0.8em;
}
body.page-template-fan-tv-php #main div#vid-info, body.single-video #main div#vid-info {
  height: auto;
}
body.page-template-fan-tv-php #main div.vid-thumb img, body.single-video #main div.vid-thumb img {
  padding-right: 0em;
}

#recent-vids .vid-thumb {
  width: 10.75em !important;
}

body.page-template-fan-tv-php #main div.vid-thumb, body.single-video #main div.vid-thumb {
  padding-left:.4em !important;
}

#further-viewing .vid-thumb {
  width: 10.75em !important;
}

/* FAN.TV FOOTER*/

body.single-video #wrapper > footer nav.primary-nav,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav {
  left: -1.8em;
  top: 0.3em;
}

body.single-video #wrapper > footer nav.primary-nav ul li,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li {
  font-size: 1.5em;
  margin-left: 1.1em;
}

body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-523 a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-523 a, 
#wrapper > footer nav.primary-nav ul li.menu-item-14520 a {
  width: 100px;
}

body.single-video #wrapper > footer nav.secondary-nav .mainsecondnav,
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav .mainsecondnav {
  top: -0.1em;
  padding-right: 1em;
}

body.single-video #wrapper > footer nav.secondary-nav,
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav {
  margin-left: -3em;
  width: 25.6em;
}

body.single-video #wrapper > footer nav.secondary-nav ul,
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul {
  left: -1.4em;
}

body.single-video #wrapper > footer nav.secondary-nav ul.menu li,
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul.menu li {
    margin-right: 0em;
}

body.single-video #wrapper > footer,
body.page-template-fan-tv-php #wrapper > footer {
  padding-top: 2em;
}

body.single-video #wrapper > footer nav.secondary-nav ul.social,
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul.social {
  left: -0.2em;
  top: -1.65em;
  height: 0;
  padding: 0 0 0 22.5em;
}


/* FAQ */
#main.faq {
  margin-top: -2.7em;
}

/*NEWS*/

.page-template-news-archive #hero h1 {
   font-size: 3em;
}
#hero .news-archive-hero form ul, #hero2 .news-archive-hero form ul {
  left: -2.35em;
}
#hero .news-archive-hero div.title-half p, #hero2 .news-archive-hero div.title-half p {
  width: 18em;
}

#hero .news-archive-hero div.title-half, #hero2 .news-archive-hero div.title-half {
  width: 17em;
}

#hero .news-archive-hero, #hero2 .news-archive-hero {
  padding: 0.05em;
    width: 48.0em;
}

.page-template-news-archive-php #sidebar {
    margin-top: 13em;
}

#hero .news-archive-hero h2.filter-title, #hero2 .news-archive-hero h2.filter-title {
  padding: 1em 4.05em;
  top: 2px;
  width: 31.6em;
}

#hero .news-archive-hero form, #hero2 .news-archive-hero form {
  width:30em;
}

#main.news-results {
  margin-top: 12.5em;
}

/* .single-news #sidebar ul.give-buttons li {
  margin-bottom: 1.6em;
  margin-top: -0.55em;
} */

.single-news #sidebar {
    margin-top: 4.5em;
}

.span-14 header {
  margin-top: 17px;
} 

/* RESEARCHERS */
/*#hero .single-researcher-hero p, #hero2 .single-researcher p,*/
#hero .researchers-hero p, #hero2 .researchers-hero p{
  width: 21em;
}
#hero .single-researcher-hero p, #hero2 .single-researcher-hero p {
  line-height: 1.4em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav,
#hero .researchers-hero #sub-nav ul.section-nav, 
#hero2 .researchers-hero #sub-nav ul.section-nav {
  width: 43em;
}

#main.researchers-main div#studytracker-link {
  margin-top:-22px;
}

#main.researchers-main div#studytracker-link.studytracker-link_right {
  margin-top:20px;
  margin-right: 100px;
    margin-bottom: 10px;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input {
  width: 13em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form {
  left: -2em;

}
#hero .single-researcher-hero #sub-nav ul.section-nav li.share-buttons, #hero2 .single-researcher-hero #sub-nav ul.section-nav li.share-buttons {
  display: none;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li {
  padding-top: 0.3em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form {
  top: -2.8em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav li.share-buttons, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav li.share-buttons {
  top: -1.45em;
}

.single-researcher #sidebar ul.give-buttons li.your-donation {
  margin-top: 0.4em;
}

.single-issues-sidebar #sidebar ul.give-buttons li {
  margin-top: -3.55em;
}
/* SEARCH BUTTON ON RESEARCHER PAGE*/
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input.search-submit, #hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input.search-submit {
  border-radius: 1px;
  background-color: #F7F7F7;
  left: 10.7em;
  border-color: rgba(128, 128, 128, 0.36);
    border-style: solid;
    border-width: 1px;
}
/*ABOUT FAN*/

#hero .about-hero img.wp-post-image, #hero2 img.wp-post-image {
  width:768px !important;
  height:243px !important;
  margin-top: .14em;
}

/* TAKE ACTION PAGE*/

#hero .take-action-hero img.wp-post-image, #hero2 img.wp-post-image {
  width:768px !important;
  height:243px !important;
  margin-top: .14em;
}

.take-action-hero p {
  width: 405px;
}


#sidebar aside.social-buttons {
  display: none;
}


/* NEW VISITORS PAGE*/
#hero .new-visitors-hero img.wp-post-image, #hero2 img.wp-post-image {
  width:768px !important;
  height:243px !important;
  margin-top: .14em;
}

/* FAN NEWS */

#main table {
  table-layout: fixed !important;
}

#main table tr {
  width:200px;
}

#main table td {
  max-width: 134px;
}

/* MISC */

.page-template-archive #sidebar,
.single-misc #sidebar,
.single #sidebar {
    margin-top: 4.5em;
}
#main p.excerpt {
  width: 458px;
}
#main.single-issue p.excerpt, 
#main.single-issue div.excerpts {
  width: 480px;
}
#main.single-issue table td {
  padding: .7em;
}

.single-researcher #sidebar{
  margin-top: 1.5em;
}
.error404 #sidebar {
    margin-top: 2.5em;
}

.page-template-archive #main.news-results {
    margin-top: 3.5em;
}

.span-14 h1 {
  max-width: 475px;
}

.page-template-thankyou #sidebar {
   margin-top: 2.45em;
}

/*STUDYTRACKER PAGE*/

.results-per-page-form label {
  font-size: 0.6em;
}

#main article div.excerpts {
  width: 270px;
}

body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li select {
  margin-top: 1em;
}

#study-list {
    margin-top: 213px !important;
}

/* JOIN US & DONATE BUTTONS FOR INDIVIDUAL TEMPLATES*/



/* CONTENT */
#main header h1 {
  padding-top: 0.5em;
}
#main  {
  margin-top: 23px;
}

/* 404 Error Page Google Custom Search */
.researchers-search .gsc-search-button {
    margin-left: 26px !important;
    margin-top: -1px !important;
    padding-bottom: 1px;
}

/* ends tablet media query */

}

/* BEGIN MOBILE RESPONSIVE */


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

html {width:100%; min-width:320px;}

/* HEADER */

body {
  min-width:320px;

}

.container {
  min-width:320px;
  width: 320px;
}

.span-24 {
  width:320px;
}

header .span-8 {
  width:150px;
}

#wrapper > header nav.primary-nav {
  position: relative;
    top: 0px;
    margin-left: -26px;
}

#wrapper > header h1  {
  margin-left: 1.3em;
  margin-bottom: -5px;
}

#wrapper > header nav.primary-nav ul li {
  margin-left: 0.2em;
  width:74px;
  margin-top: 11px;
    margin-bottom: 10px;
    margin-left: 6px;
}



#wrapper > header nav.primary-nav ul li#menu-item-522 a, #wrapper > header nav.primary-nav ul li#menu-item-14518 a {
  width: 137px;
}

#menu-item-524 {
  margin-left: -14px;
}

#menu-primary-navigation {  
  border-top: solid 3px;
    width: 320px;
    margin-left: 10px;
}

#menu-item-523 {
  display:none;
}

#wrapper > header nav.secondary-nav ul.mainsecondnav li {
    margin-right: 1em;
}

#wrapper > header nav.secondary-nav ul.menu {
    margin-bottom: -.1em;
}

/* take actions and researchers tags */
#wrapper > header nav.primary-nav ul li#menu-item-524 a, #wrapper > header nav.primary-nav ul li#menu-item-14519 a {
    margin-left: 89px;
}

#wrapper > header nav.secondary-nav ul.search input {
    width: 150px;
}

#wrapper > header nav.secondary-nav ul.search input.search-submit {
  left: 11.4em;
  margin-top: 0.15em;
}

#wrapper > header nav.secondary-nav .actions {
  display:none;
}

#wrapper > header nav.secondary-nav ul.mainsecondnav {
  border-right: solid 0px #C4C4C4;
  border-top: solid 3px;
  width: 320px;
    margin-left: -8px;
}

#wrapper > header nav.secondary-nav ul.menu {
    margin-left: 8px;
}


/*  'JOIN US' EMAIL DROPDOWN LIST*/


#sliderWrap #slider {
  display: none;
}


/* FOOTER */

.span-13 {
  width:320px;
} 

.span-11 {
    width: 320px;
}

#wrapper > footer nav.primary-nav {
  display: none;
}
#wrapper > footer nav.primary-nav ul li {
  font-size: 1.5em;
  margin-left: 1.1em;
}
#wrapper > footer nav.primary-nav ul li.menu-item-523 a, 
#wrapper > footer nav.primary-nav ul li.menu-item-14520 a {
  width: 100px;
}

#wrapper > footer nav.secondary-nav .mainsecondnav {
  top: -0.1em;
  padding-right: 1em;
}
#wrapper > footer nav.secondary-nav {
  display: none;
}
#wrapper > footer nav.secondary-nav ul {
  left: -1.4em;
}
#wrapper > footer {
  padding-top: 2em;
}
#wrapper > footer nav.secondary-nav ul.social {
  display: none;
}

#wrapper > footer .actions li a {
  color: #fff;
    font-size: 310%;
    border-width: 1px;
    border-color: #ed1556;
    background-color: #ed1556;
    border-style: solid;
    padding: 7px 14px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "AlternateGothic", "Arial", "Lucida Grande", "Verdana", "Gill Sans", sans-serif;
    border-radius: 8px;
}

.actions {text-align:center;}

.actions li:nth-child(2) {
  margin-right:0px !important;
}

#wrapper > footer nav.navcontain {
  margin-top: -18px;
}

#wrapper > footer .actions li.copyright {
  margin-top: 26px;
    display: block;
    border-top: 3px solid #36454c;
    padding-top: 14px;
    margin-right: 0px;
    float: none;
}



/* HOME PAGE */

#hero .home-hero ul, #hero2 .home-hero ul {
  width:300px;
  margin-top: 40px;
}

#hero .home-hero ul li a.active, 
#hero2 .home-hero ul li a.active{
  display:none;
}
#hero, #hero .home-hero, #hero2 .home-hero,
#hero img.wp-post-image, #hero2 img.wp-post-image {
  width:320px !important;
  height:126px !important;
      margin-top: 1px;
    margin-bottom: 19px;
}

#hero .home-hero .panel-container, 
#hero2 .home-hero .panel-container {
  height:123px !important;
  padding-bottom: .5em;
  margin-top: -40px;
}

#hero .home-hero .panel-container div.bx-pager, #hero2 .home-hero .panel-container div.bx-pager {
  text-align: center;
}

#main.home-page div {
    top: -1.5em;
}


/*Learn More Button, Home Page Slider*/

#hero .home-hero .panel-container div div a.learn-more, 
#hero2 .home-hero .panel-container div div a.learn-more {
  display: none;
}
.home-hero, #hero2 .home-hero, #hero img.wp-post-image, #hero2 img.wp-post-image {
  border-radius: 10px;
}

#main.home-page {
  margin-top: 6em;
}

#main.home-page div.pull-quote-credit,
#main.home-page div.member-count,
#main.home-page div.member-title,
#main.home-page div.rejection-count,
#main.home-page div.pull-quote span,
#main.home-page div.member-count span,
#main.home-page div.rejection-count span,
.span-6 {
    width: 320px;
}


#main.home-page div.pull-quote {
  background-size: 23em auto;
    height: 165px;
    background-size: 640px 200px;
    height: 192px;
    border-radius: 10px;
}
#main.home-page div.pull-quote span {
  background-size: 26.9em auto;
    height: 165px;
    background-position: center;
}

.member-count {
    width: 110px !important;
    display: inline-block;
    position: absolute !important;
    margin-left: 209px;
    margin-top: -98px !important;
    border-radius: 10px;
}

#main.home-page div.member-count h2 {
    margin-top: 13px;
    letter-spacing: -3px;
    font-size: 3em;
}

#main.home-page div.pull-quote-credit {
  height: 93px;
    display: inline-block;
    width: 200px;
    text-align: center;
    background-position: center;
    border-radius: 10px;
}

#main.home-page div.member-count span {
  background-position: -245px center;
}

#main.home-page div.member-title {
  display: none;
}

#main.home-page div.quick-fact {
  border-radius: 10px;
}

#main.home-page div.quick-fact h3 {
  font-size: 3em; 
}

#main.home-page div.quick-fact p a {
  font-size:124%;
}

#main.home-page div.quick-fact p {
  line-height: 1.1em;
}

#main.home-page h3 {
  text-align: center;
}

#main.home-page div.rejection-count h1 {
  display:none;
}

#main.home-page p {
  font-size: 0.9em;
  text-align: center;
}

#main.home-page h1 {
  font-size: 8em;
    line-height: 1em;
}
#main.home-page div.rejection-count {
  background-position: -331px -6px;
    background-size: 41em auto;
    height: 215px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.last .quick-fact:first-child {
  display:none;
}

#main.home-page div.recent-news .item {
  margin-left: 4px;
    width: 270px;
}

.recent-news .item:nth-child(4),
.recent-news .item:nth-child(5) {
  display:none;
}

.span-7 {
    width: 214px;
}

#main.home-page div.recent-news .item h6.country {
  text-align: center;
}


/* General Page Content, Paragraph Background*/

#main article p.excerpt {
  width: 300px;
}
#main header h1 {
  width: 13.5em;
}



/*ISSUES*/

div.bread-crumb-container div.bread-crumbs {
  display:none;
}

#main.issues-main .issue,
#main.issues-main .issue a span
 {
  width: 280px;
  border-style: solid;
    border-width: 2px;
    border-color:#607890;
    border-radius: 15px;
}
#main.issues-main {
padding-top: 2em;
}

.page-template-archive #sidebar, 
.single-misc #sidebar, 
.single #sidebar {
  margin-top: -0.5em;
}

#sidebar aside.learn-how {
  border-radius: 8px;
}


.water .attachment-post-thumbnail {
    left: -34px !important;
}

/* DENTAL PRODUCTS, SUB-PAGES OF ISSUES */

.dental-products .attachment-post-thumbnail,
.health .attachment-post-thumbnail {
    left: 0px !important;
}
/* MAIN ISSUES PAGE*/
.page-id-95 .dental-products .attachment-post-thumbnail {
  left: -80px !important;
}

.fluorosis .attachment-post-thumbnail {
    left: 7px !important;
}
.page-id-95 .fluorosis .attachment-post-thumbnail,
.page-id-95 .health .attachment-post-thumbnail,
.page-id-95 .sources .attachment-post-thumbnail {
    left: -114px !important;
}
#hero .single-issue-hero h1{
  font-size: 2.4em;
}

.sources .attachment-post-thumbnail {
    left: 0px !important;
    margin-top: 30px;
}


#main.issues-main .issue a p {
    margin-top: 1em;
    width: 23em;
}

#main.single-issue ul {
  margin: 1.3em .5em 1.3em 0px;
}

#main.single-issue table {
  width: 320px;
}

#sidebar hr{
  display: none;
}

#sidebar {
  border-left: none;
}
#hero h1, #hero2 h1 {
  font-size:3em;
}

#hero p, #hero2 p {
  display:none;
}

#hero .hero form, #hero2 .hero form {
  /*top: 158px;*/
  top: 111px;
}


#hero .single-issue-hero, #hero2 .single-issue-hero {
  padding-top: .2em;
}

#hero .single-issue-hero img.wp-post-image, #hero2 img.wp-post-image {
  width:320px !important;
  height:101px !important;
  /*margin-top: 2.95em;*/
  margin-top: .5em;
}

#hero ul, #hero2 ul {
  width:320px;
  padding-left: 0;
}
#hero .hero form ul.section-nav div.pull-down, 
#hero2 .hero form ul.section-nav div.pull-down{
  left: -0.5em;
}

.span-14 {
    width: 320px;
}

.span-14 img {
  /*max-width: 420px;*/
  max-width: 100%;
}

.span-8 {
  width: 320px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.span-5 {
  width: 300px;
}
#sidebar .seperator,
.newsletter-signup,
.quick-facts {display:none;}

#sidebar {
  margin-top: 1em;
}
#sidebar ul.give-buttons li {
  margin-bottom: 1.5em;
  margin-top: -0.55em;

}
#sidebar ul.give-buttons li.shop {
  margin-top: -9px;

}
/*
#sidebar aside.newsletter-signup .email {
    width: 112px;
}*/

#sidebar aside.learn-how {
  width: 300px;
    background-size: 641px;
    height: 80px;
}

#main.single-issue #contextual-content ul ul.contextual-videos li {
  width: 103px;
  padding-left: .7em;
    padding-right: 2.3em;
}

#main.single-issue {
  /*margin-top: 115px;*/
  margin-top: 70px;
}
#main.single-issue h1 {
  margin-bottom: .4em;
}
#main.single-issue p.excerpt,
#main.single-issue div.excerpts{
  padding: 10px;
  width: 100%;
  margin: 1em 0em 1em -.6em;
}

.contextual-videos {display:none;}

#main.single-issue #contextual-content {
  padding-right: 31px;
}


#sidebar ul.give-buttons {
    display: none;
}

#hero .hero form ul.section-nav li select, 
#hero2 .hero form ul.section-nav li select {
  width: 125px;
}

.issues-main a:link {
  -webkit-tap-highlight-color: transparent !important;
}


/*FAN.TV*/


body.page-template-fan-tv-php, body.single-video {
  min-width: 320px;
}

/* FAN.TV Email Sign-Up */
/*
body.page-template-fan-tv-php #sliderWrap #slider {
  height: 171px;
}

body.page-template-fan-tv-php #sliderWrap #slider #sliderContent h2 {
  font-size: 2em !important;
  margin-top: -0.4em;
}

body.page-template-fan-tv-php #sliderWrap #slider #sliderContent p {
  line-height: 1.15em;
  font-size: 0.8em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.help-us-pitch, 
body.single-video #sliderWrap #slider #sliderContent div.help-us-pitch {
  height: 4em;
  padding-left: 4em;
  margin-top: -0.4em;
  width: 39em;
}

body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up, 
body.single-video #sliderWrap #slider #sliderContent div.sign-up {
  margin-top: 0.3em;
  width: 44em;
}
body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up input.email, 
body.single-video #sliderWrap #slider #sliderContent div.sign-up input.email {
  width: 17.4em;
}

body.page-template-fan-tv-php #sliderWrap #slider #sliderContent div.sign-up a.topMenuAction, 
body.single-video #sliderWrap #slider #sliderContent div.sign-up a.topMenuAction {
  left: 43.9em;
}
*/


/*FAN.TV NAV BAR*/

body.single-video #wrapper > header nav.primary-nav, 
body.page-template-fan-tv-php #wrapper > header nav.primary-nav {
  right: 1em;
    margin-top: 3.5em;
}

body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav, 
body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav {
  left: 1.7em;
  font-size: .65em;
  margin-top: 5em;
}

body.page-template-fan-tv-php #wrapper > header nav.secondary-nav, 
body.single-video #wrapper > header nav.secondary-nav {
  height: 3.4em;
  background: none;
    border-top: 0px;
}

.page-template-fan-tv #menu-item-524 {
    margin-left: -4px !important;
}

.page-template-fan-tv .copyright,
.single-video .copyright {
  top: 0em !important;
    border-top: none !important;
    display: block !important;
    margin-left: 16px !important;
    border-top: 3px solid #fff !important;
}

body.page-template-fan-tv-php #wrapper > footer nav.navcontain, body.single-video #wrapper > footer nav.navcontain {
    width: 293px;
    margin-left: 16px;
}

/*
body.single-video #wrapper > header nav.primary-nav ul li,
body.page-template-fan-tv-php #wrapper > header nav.primary-nav ul li {
  margin-left: 0.2em;
  width:74px;
  margin-top: 11px;
    margin-bottom: 10px;
    margin-left: 6px;
}

body.single-video #wrapper > header nav.secondary-nav ul.search input,
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.search input {
    width: 150px;
}

body.single-video #wrapper > header nav.secondary-nav ul.search input.search-submit,
body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.search input.search-submit {
  left: 11.4em;
  margin-top: 0.15em;
}
*/

body.page-template-fan-tv-php #wrapper > header nav.secondary-nav ul.mainsecondnav, body.single-video #wrapper > header nav.secondary-nav ul.mainsecondnav {
  border-right: solid 0px #59636a;
}

/*FAN.TV Page*/

#hero .fantv-hero h1, #hero2 .fantv-hero h1 {
  size:7em;
  text-align: center;
  margin-top: .3em;
} 

#hero .fantv-hero p, #hero2 .fantv-hero p {
  width: 34.7em;
  line-height: 1.5em !important;
  right: 1em;
}

.span-19 {
    width: 320px;
}

#hero .fantv-hero, #hero2 .fantv-hero {
    height: 4em;
    margin-top: -3.8em;
}

iframe {
    height: 178px !important;
    width: 320px !important;
}

.span-14 iframe {
  width:320px !important;
  height: 240px !important;
}

body.page-template-fan-tv-php #main, body.single-video #main {
  margin-top: 10px;
}
body.page-template-fan-tv-php #main div#featured, 
body.single-video #main div#featured {
  height: 302px;
    width: 320px;
    margin-left: -20px;
    padding: 0 0 0 0;
    background: transparent;
}

body.page-template-fan-tv-php #main div#featured h3, body.single-video #main div#featured h3 {
    color: #fff;
    margin-top: 20px;
    letter-spacing: 1px;
}

.featured-vid-thumb,
.featured-vid-thumb img {width:320px;}

#recent-vids {
    margin-top: 316px;
}

.vid-thumb {background:none !important;}

#further-viewing .vid-thumb {
  background:transparent;
  width:320px;
  padding: 0 0 0 0;
  margin-left:0px;
}

#further-viewing .vid-thumb img {
  width:320px;
  padding-right:0em;
}

#further-viewing .vid-thumb {display:none;}

#further-viewing .vid-thumb:nth-child(1),
#further-viewing .vid-thumb:nth-child(2),
#further-viewing .vid-thumb:nth-child(3),
#further-viewing .vid-thumb:nth-child(4),
#further-viewing .vid-thumb:nth-child(5),
#further-viewing .vid-thumb:nth-child(6),
#further-viewing .vid-thumb:nth-child(7),
#further-viewing .vid-thumb:nth-child(8),
#further-viewing .vid-thumb:nth-child(9),
#further-viewing .vid-thumb:nth-child(10) {
  display:block;
}

.vid-thumb {margin-bottom: 70px !important;}

.vid-thumb a img {
    width: 200px !important;
    height: auto !important;
    margin-left: -18px !important;
}

.vid-thumb a p {
    position: absolute !important;
    width: 250px !important;
    margin-bottom: 0px !important;
    margin-top: 14px !important;
    margin-left: -40px !important;
    font-size: 1em !important;
}

body.page-template-fan-tv-php #main div.vid-thumb img, 
body.single-video #main div.vid-thumb img {
  padding-right: 0em;
}
body.page-template-fan-tv-php #main div#vid-info, body.single-video #main div#vid-info {
  display: none;
}

body.page-template-fan-tv-php #main h2, body.single-video #main h2 {
  font-size: 1.5em;
  padding-top: .8em;
}

body.page-template-fan-tv-php #main div#featured div.featured-vid-thumb, 
body.single-video #main div#featured div.featured-vid-thumb {
  margin-top: -0.6em;
  padding-bottom: 0.6em;
}

body.page-template-fan-tv-php #main h3, body.single-video #main h3 {
  margin-top: -0.5em;
  margin-left: -0.8em;
}

#recent-vids .vid-thumb {
  width: 10.75em !important;
}

body.page-template-fan-tv-php #main div.vid-thumb, body.single-video #main div.vid-thumb {
  padding-left:.4em !important;
}

#further-viewing .vid-thumb {
  width: 10.75em !important;
}

#further-viewing {
  margin-top: 26px;
}

#further-viewing h1 {
  font-size: 2em;
}



/* FAN.TV FOOTER*/


body.page-template-fan-tv-php #wrapper > footer .actions li a, 
body.single-video #wrapper > footer .actions li a {
  padding-left: 1.3em;
}

body.page-template-fan-tv-php #wrapper > footer .actions li a, 
body.single-video #wrapper > footer .actions li a {
  color: #fff;
  margin-left: 0.4em;
  padding: 7px 14px;
}



/*
body.single-video #wrapper > footer nav.primary-nav,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav {
  left: -1.8em;
  top: 0.3em;
}

body.single-video #wrapper > footer nav.primary-nav ul li,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li {
  font-size: 1.5em;
  margin-left: 1.1em;
}

body.single-video #wrapper > footer nav.primary-nav ul li.menu-item-523 a,
body.page-template-fan-tv-php #wrapper > footer nav.primary-nav ul li.menu-item-523 a, 
#wrapper > footer nav.primary-nav ul li.menu-item-14520 a {
  width: 100px;
}

body.single-video #wrapper > footer nav.secondary-nav .mainsecondnav,
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav .mainsecondnav {
  top: -0.1em;
  padding-right: 1em;
}

body.single-video #wrapper > footer nav.secondary-nav,
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav {
  margin-left: -3em;
  width: 25.6em;
}

body.single-video #wrapper > footer nav.secondary-nav ul,
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul {
  left: -1.4em;
}

body.single-video #wrapper > footer,
body.page-template-fan-tv-php #wrapper > footer {
  padding-top: 2em;
}

body.single-video #wrapper > footer nav.secondary-nav ul.social,
body.page-template-fan-tv-php #wrapper > footer nav.secondary-nav ul.social {
  left: -0.2em;
  top: -1.65em;
  padding: 0 0 0 22.5em;
}
*/

/* FAQ */
#main.faq {
  margin-top: 11.6em;
}
#hero .faq-hero, #hero2 .faq-hero {
  background-position: 94% center;
  height: 387px;
  margin-top: 0em;
}

img.alignleft, img.alignright, img.aligncenter {
    width: 100%;
    height: 100%;
}

/*NEWS*/

.page-template-news-archive #hero h1 {
   font-size: 3em;
}
#hero .news-archive-hero form ul, #hero2 .news-archive-hero form ul {
  left: -1.35em;
}
#hero .news-archive-hero div.title-half p, #hero2 .news-archive-hero div.title-half p {
  width: 18em;
}

#hero .news-archive-hero div.title-half, #hero2 .news-archive-hero div.title-half {
  width: 320px;
}

#hero .news-archive-hero, #hero2 .news-archive-hero {
  padding: 0.05em;
    width: 320px;
}

.page-template-news-archive-php #sidebar {
    margin-top: 13em;
}

#hero .news-archive-hero h2.filter-title, #hero2 .news-archive-hero h2.filter-title {
  padding: 1em 4.05em;
    top: 60px;
    width: 320px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    display: block;
}

#hero .news-archive-hero form, #hero2 .news-archive-hero form {
  width:320px;
  margin-top: 39px;
}

#main.news-results {
  margin-top: 24.5em;
}

.single-news #sidebar {
    margin-top: 4.5em;
}

.span-14 header {
  margin-top: 17px;
} 

.news-archive-hero .live-submit {
   width: 110px !important;
}




/* RESEARCHERS & STUDYTRACKER */

.append-1 {
    margin-bottom: -83px !important;
}
#hero .researchers-hero h1, #hero2 .researchers-hero h1 {
  width: 9em;
  top: -0.3em;
}
#hero .researchers-hero p, #hero2 .researchers-hero p{
  width: 21em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav,
#hero .researchers-hero #sub-nav ul.section-nav, 
#hero2 .researchers-hero #sub-nav ul.section-nav {
  width: 17em;
}
#hero .researchers-hero #sub-nav ul.section-nav li.share-buttons, 
#hero2 .researchers-hero #sub-nav ul.section-nav li.share-buttons {
  display: none;
}
#hero .researchers-hero #research-search input, 
#hero2 .researchers-hero #research-search input {
  top: 0.25em;
  width: 16.7em;
  padding-left: .1em;
}

#main.researchers-main div:hover {
    background-color: transparent;
}

#hero .researchers-hero #sub-nav, 
#hero2 .researchers-hero #sub-nav {
  top: 11em;
}

.single-researcher .section-nav {
    margin-top: -54px !important; 
}

/* RESEARCHERS TAB FOR NAV BAR CENTERING */
.postid-8431 .single-researcher {    
    margin-top: 77px !important; 

}

.postid-8412 .single-researcher,
.postid-8408 .single-researcher,
.postid-8833 .single-researcher, {    
  margin-top: -119px !important; 
}
.postid-8414 .single-researcher,
.postid-8415 .single-researcher,
.postid-8413 .single-researcher, {
    margin-top: 81px !important; 
}
#hero .single-researcher-hero #sub-nav, 
#hero2 .single-researcher-hero #sub-nav {
  top: 9em;
}
#hero .single-researcher-hero h1, #hero2 .single-researcher-hero h1 {
  max-width: 340px;
  font-size: 2.2em;
  text-align: center;
  width: 100%;
}

#main.researchers-main {
  margin-top: 11em;
}
#main.researchers-main div#studytracker-link {
    margin-top: -31px;
    padding: 4px;
    margin-bottom: 4px !important;
}
#main.researchers-main div#studytracker-link h1#study-headline {
  margin-left: 11px;
}

#main.researchers-main div#studytracker-link img {
  top: 19px;
    left: 220px;

}
#main.researchers-main div#studytracker-link p {
      margin-left: 7px;
}
#main.researchers-main div#studytracker-link button#find-study {
  width: 192px;
    height: 28px;
    left: 9px;

}

body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set li#by-date .b-date-cell {
  padding-top: 6px;
}

body.page-template-archive-trackedstudies-php section#main ul#study-list li {
  border-radius: 10px;
}
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li select, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li select {
  margin-left: 0.5em;
    width: 9em;
}

#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form, #hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form {
  top: -0.8em;
    left: -19em;
}

/*
#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down{
  left: -3px;
} 
*/

#hero .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav div.pull-down li.research-search form input {
  width: 14em;
    left: -1em;
}
#hero .single-researcher-hero #sub-nav ul.section-nav, 
#hero2 .single-researcher-hero #sub-nav ul.section-nav {
  padding-bottom: 2.75em;
}
#hero .researchers-hero #research-search input.search-submit, 
#hero2 .researchers-hero #research-search input.search-submit{
  top: -29px;
  left: 12.8em;
}
.single-researcher .span-14 h1{
      margin-top: 93px;
      padding-top: 3.4em !important;
}

/*
#main.researchers-main div#studytracker-link.studytracker-link_right {
  margin-top:20px;
  margin-right: 0px;
  margin-bottom: 10px;
}
*/
#main.researchers-main div#studytracker-link.studytracker-link_right {
  display: none;
}


body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero {
  background-position: -459px 0px;
}

body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero div.title-half form#studytracker-search {
  top: -21px !important;
}

body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero div.title-half form#studytracker-search input {
  width: 14.7em !important;
    border-radius: 10px;
    box-shadow: 0 0 2px #000000;
}

/*
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero div.title-half form#studytracker-search 
input.search-submit{
    left: 3.6em;
    top: 19.6em;
    width: 187px !important;
    height: 40px;
}
*/
#study-filters {
  margin-top: -163px !important;
  margin-left:4px !important;
} 

body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#main-set {
  border-top: solid 0px #C4C4C4 !important;
}

body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#main-set li#by-sub, 
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#main-set li#by-type {
  border-right:0px !important;
}
/*
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero div.title-half form#studytracker-search 
input.search-submit {
  left: -0.45em;
  top: 14em;
}
*/
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#main-set li h2{
  margin-bottom: -4px;
}
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#main-set li#by-effect,
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#main-set li#by-sub, 
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#main-set li#by-type {
  padding-bottom: 0px;
}
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#main-set li select#date-select {
  width: 112px;
  margin-top: 0em;
}

body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#advanced-set{
  display: none;
}

body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters input.query-button{
  display: none;
}

/*
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero div.title-half form#studytracker-search 
input.search-submit {
  left: 0.3em;
  top: 16.5em;
}
*/

body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#advanced-set 
li#translation-check {
  margin-left: 3px;
}
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#advanced-set li {
  padding-top: 4.1px;
  top: -9px;
}
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#advanced-set li label {
  margin-left: 21px;
}
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters ul#advanced-set 
li#full-textcheck {
  margin-left: 6.6em;
    margin-right: -11.5em;
}
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero div.title-half form#studytracker-search 
input.search-submit{
    left: 4.1em;
    top: 19.7em;
    width: 167px !important;
    height: 38px;
    border-radius: 5px;
    box-shadow: 0 0 2px #000000;
}
body.page-template-archive-trackedstudies-php section#hero 
div.study-archive-hero form#study-filters input.query-button {
  float: left;
  margin-top: 33px;

}
body.page-template-archive-trackedstudies-php section#main .b-list-title {
  display: none;
}
.study-results {margin-top:441px !important;}

.results-per-page-form {
    position: relative !important;
}

#study-list {
    margin-top: -410px !important;
}

body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero form#study-filters ul#main-set {
    padding-bottom: 35px;
    margin-bottom: -19px;
}

span.pages {
  display: block;
    width: 90px;
    margin-bottom: 14px;
    font-size: 120%;
}

a.larger {font-size: 120%;}

#hero .news-archive-hero div.title-half h1, #hero2 .news-archive-hero div.title-half h1 {
    top: -0.6em;
}


.single-researcher #main h1 {
  margin-top:-60px;
}

.postid-8431 #main h1 {
  margin-top:-100px;
}

.postid-8413 #main p:first-child,
.postid-8415 #main p:first-child,
.postid-8414 #main p:first-child{
  margin-top: 50px;
}

.postid-8408 #sub-nav{
  top: 9.5em !important;
}

#main p.excerpt {
    width: 270px;
}

/* STUDYTRACKER INDEPENDENT STUDIES */

.span-15 {
  width: 275px;
}

#by-effect,
#by-sub,
#by-type,
#by-date,
#studytracker-search .search-submit {
  display:none !important;
}

body.page-template-archive-trackedstudies-php section#hero div.study-archive-hero div.title-half form#studytracker-search {
    top: -10px !important;
}

/*ABOUT FAN*/

#hero .about-hero img.wp-post-image, #hero2 img.wp-post-image {
  width:320px !important;
  height:110px !important;
  margin-top: .14em;
}

.page-id-63 #main,
.parent-pageid-63 #main,
.page-id-15 #main,
.parent-pageid-15 #main,
.page-id-13 #main,
.parent-pageid-13 #main {
    margin-top: 72px;
}

#hero .new-visitors-hero img.wp-post-image, #hero2 img.wp-post-image {
  margin-top: 0.6em;
}

/* TAKE ACTION PAGE*/

#hero .take-action-hero img.wp-post-image, #hero2 img.wp-post-image {
  width:320px !important;
  height:101px !important;
  margin-top: .62em;
}

#hero .take-action-hero h1, #hero2 .take-action-hero h1 {
  font-size: 2em;
}
.take-action-hero p {
  width: 300px;
}



/* NEW VISITORS PAGE*/
#hero .new-visitors-hero img.wp-post-image, #hero2 img.wp-post-image {
  width:320px !important;
  height:109px !important;
  margin-top: .14em;
}


/* FAN NEWS */

#main table tr {
  width:300px;
}

#main table td {
  max-width: 82px;
  text-overflow: ellipsis;
    overflow: hidden;
}

#main table {
    padding: 0 0 0 0;
}

/* MISC */

.page-template-archive #sidebar,
.single-misc #sidebar {
    margin-top: 4.5em;
}

.error404 #sidebar {
    margin-top: 2.5em;
}

.page-template-archive #main.news-results {
    margin-top: 3.5em;
}

.span-14 h1 {
  max-width: 475px;
}

.page-template-thankyou #main {
  text-align: center;
  margin-top: 55px;
}

/* CONTENT */
#main header h1 {
  padding-top: 0.5em;
  max-width: 320px;
}
#main  {
  margin-top: 23px;
}


/* TABLE MARGINS ON MOBILE*/

#main article table {
  width: 320px !important;
}

/* MOBILE MENU CSS */

#mobile_nav_bar {
  display:inline-block !important;
  background-color: #fff !important;
  position: absolute !important;
  z-index: 1000 !important;
  width: 164px !important;
  border-style: solid !important;
    border-width: 1px !important;
    border-color: #000 !important;
}

#wrapper > header nav.secondary-nav ul.social {
    left: 15.2em !important;
}

#wrapper > header nav.secondary-nav ul.search input {
    width: 35px !important;
    height: 33px !important;
    margin-top: -8px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #000 !important;
}

#wrapper > header nav.secondary-nav ul.search input::-webkit-input-placeholder {
 color: #fff !important;
}
#wrapper > header nav.secondary-nav ul.search input:-moz-placeholder { /* older Firefox*/
 color: #fff !important;
}
#wrapper > header nav.secondary-nav ul.search input::-moz-placeholder { /* Firefox 19+ */ 
 color: #fff !important; 
} 
#wrapper > header nav.secondary-nav ul.search input:-ms-input-placeholder { 
 color: #fff !important;
}

#wrapper > header nav.secondary-nav ul.social li.maint {
  background-image: url('../images/ui/twitter_button.png'); 
    background-position: center 40% !important;
    height: 42px !important;
    width: 42px !important;
    background-size: 40px 40px !important;
    border-radius: 8px;
    top: -3.2em !important;
    left: 1.3em !important;
}

#wrapper > header nav.secondary-nav ul.social li.mainfb {  
    background-image: url('../images/ui/facebook_button.png');  
    top: -0.55em !important;
    left: -1.8em !important;
    background-position: center 40% !important;
    border-radius: 8px !important;
    height: 42px !important;
    width: 42px !important;
    background-size: 42px 40px !important;
}


#wrapper > header nav.secondary-nav ul.social li.mainsearch {  
    background-image: url('../images/ui/search_button.png');  
    margin-top: -3.1em !important;
    margin-left: -7.6em !important;
    background-position: center 40% !important;
    border-radius: 8px !important;
    height: 24px !important;
    width: 37px !important;
    background-size: 42px 40px !important;
}


#wrapper > header nav.secondary-nav ul.search {
    left: 9.9em !important;
}

#wrapper > header nav.secondary-nav ul.search input.search-submit {
    left: 2.5em !important;
    margin-top: 2.5em !important;
    position: absolute !important;
    background-size: 25px 25px !important;
    height: 25px !important;
    width: 29px !important;
    border:0px !important;
}

#wrapper > header nav.secondary-nav {
    border-bottom: 2px solid #36454c !important;
    padding-bottom: 10px !important;
    background:transparent !important;
    border-top: 0px;
}

#wrapper > header nav.secondary-nav ul.mainsecondnav,
#wrapper > header nav.primary-nav {
  display:none;
}

#mobile_nav {
  display: inline-block !important;
    width: 163px !important;
    height: 34px;
    color: #36454c !important;
    overflow: hidden !important;
    /*font-family: "AlternateGothic","Arial","Lucida Grande","Verdana","Gill Sans",sans-serif;*/
}

#mobile_nav .sub-menu {display:none;}

#mobile_nav ul {
}

#mobile_nav li {
  clear: both !important;
  border-style: solid !important;
    border-width: 1px !important;
    border-color: #000 !important;
    border-right: 0px !important;
    width: 100% !important;
    padding: 12px !important;
    padding-right: 0px !important;
    margin-left: -9px !important;
    font-weight: bold !important;
    overflow: hidden;
}

#menu-primary-navigation-1 li a {
  color: #ed1556 !important;
}

.menu-item-100 a,
.menu-item-464 a,
.menu-item-103 a,
.menu-item-109 a {
  padding-right:55px !important;
}

#menu-primary-navigation-1 li a,
#menu-secondary-navigation-1 li a {
  border-style: solid !important;
    border-width: 0px !important;
    border-color: #000 !important;
    width: 70% !important;
    height: 0px;
    padding: 12px !important;
    padding-right: 54px !important;
    margin-left: -9px !important;
    font-weight: bold !important;
    display: block;
    margin-top: -5px;
    line-height: .3em;
}

.mobile_dropdown_donate li a {
    padding: 3px;
    padding-right: 90px;
}

.mobile_menu_name {
  display:inline-block !important;
  line-height: 2.5em !important;
    position: absolute !important;
    font-weight: bold !important;
}

.mobile_lines {
  display: inline-block !important;
    font-size: 34px !important;
    font-weight: 200 !important;
    margin-top: 7px !important;
    line-height: 0.6 !important;
    margin-left: 10px !important;
    margin-bottom: 15px !important;
}

/* MOBILE SEARCH RESULTS TEMPLATE*/


/* -------------Google Custom Search for Search Results Page-------------- */



@media only screen and (max-width: 380px) {
  .gsc-search-box {
    display: none;
  }

  .page-template-search-results-page .gsc-search-box {
    display: block;
    position: absolute;
    bottom: -30px;
    z-index: 5;
  }

  .page-template-search-results-page .secondary-nav {
    position: relative;
    padding-bottom: 10px !important;
  }

  .page-template-search-results-page .input.gsc-input {
    margin-left: 15px;
    width: 220px !important;
  }

  .page-template-search-results-page .input.gsc-search-button {
    position: absolute;
    right: 15px;
  }

  .page-template-search-results-page input.gsc-input {
    width: 220px !important;
    height: 30px !important;
    margin-right: 8px !important;
  }

  .page-template-search-results-page input.gsc-search-button {
    margin-top: -2px;
    height: 36px !important;
    width: 73px !important;
    margin-right: -1.8em;
  }

  .page-template-search-results-page .search {
    padding: 0 !important;
  }

  .page-template-search-results-page .gsc-control-cse {
    padding-top: 2em;
}

}
  .page-template-search-results-page-php #main h1 {
    display: none;
  }

  .page-template-search-results-page-php #sidebar {
    margin-top: 5em;
  }

