/* !============================================= */
/* ! Custom Fonts					   			  */
/* !============================================= */
/* Droid Serif Reg, Bold, Ital, Ital Bold */
/* Agenda Med & Bold */
/* Hoefler Titling */
/* Reference: http://www.typography.com/account/specimen/7717355353302 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

img {
  line-height: 0;
}

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;
}

p,
.item-list .p li {
  margin-bottom: 1em;
  padding-left: 0;
}

.item-list .p li {
  list-style-type: none;
  margin-left: 0;
}

ul, ol {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

p,
.region-content li {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.body-text ul, .body-text ol,
.text ul, .text ol{
  margin: 0 0 0.75em 0;
  padding: 0;
}
.body-text ul li, .body-text ol li,
.text ul li, .text ol li{
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style-type:disc;
}
.body-text ol li,
.text ol li {
  list-style-type:decimal;
}

nav ul, nav li {
  margin: 0;
}

small,
.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:required:invalid, input:focus:invalid, select:required:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

input:required:valid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px green;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

a:link {
  -webkit-tap-highlight-color: #FF5E99;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix {
  display: inline-block;
  width: 100%;
  *width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.left,
.alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-bottom: 10px;
}
.right,
.alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-bottom: 10px;
}

.center,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* !============================================= */
/* ! Universal						   			  */
/* !============================================= */
/* Kill the margin on the last column */
.ui-block:last-child,
.ui-block.last {
  margin-right: 0;
}

/* !============================================= */
/* ! Grids							   			  */
/* !============================================= */
/* Grid-2 vars */
/* Grid-3 vars */
/* Grid-3-rrl vars */
/* Grid-4 vars */
/* Grid-5 vars */
/* ! Columns */
.ui-block-25 {
  width: 25%;
}

.ui-block-50 {
  width: 50%;
}

.ui-block-75 {
  width: 75%;
}

/* !============================================= */
/* ! Spacers						   			  */
/* !============================================= */
/* Variables & Mixins */
/* Selectors */
.spacer {
  margin-bottom: 50px;
}

.spacer-small {
  margin-bottom: 10px;
}

.spacer-med {
  margin-bottom: 25px;
}

.spacer-large {
  margin-bottom: 75px;
}

/* !============================================= */
/* ! Image Blocks						   		  */
/* !============================================= */
.imageblock-image {
  float: left;
  margin: 0 10px 0 0;
}

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

.imageblock-content {
  display: table-cell;
  vertical-align: top;
  width: 1000em;
}

.ie6 .imageblock-content,
.ie7 .imageblock-content {
  display: block;
  width: auto;
  zoom: 1;
}

/* !== Transitions ==================================== */
/* !== Sprites ==================================== */
.sprite-sprite, .sprite-cart, .sprite-comment-black, .sprite-dropdown, .sprite-email-tease, .sprite-facebook-black, .sprite-facebook, .sprite-google-black, .sprite-google-calendar, .sprite-google, .sprite-hdr-menu-btn, .sprite-hdr-search-btn, .sprite-ical, .sprite-kindle-tease, .sprite-mobile-black, .sprite-mobile, .sprite-outlook, .sprite-reddit, .sprite-rss-black, .sprite-rss, .sprite-search-black, .sprite-search-white, .sprite-store-slider-next, .sprite-store-slider-prev, .sprite-twitter-black, .sprite-twitter, .sprite-yahoo-calendar, .sprite-youtube, .sprite-pdf {
  background: url('../_img/sprite-sd5032d5a45.png') no-repeat;
}

.sprite-cart {
  background-position: 0 0;
  height: 19px;
  width: 19px;
}

.sprite-comment-black {
  background-position: -19px 0;
  height: 20px;
  width: 20px;
}

.sprite-dropdown {
  background-position: -39px 0;
  height: 16px;
  width: 24px;
}

.sprite-email-tease {
  background-position: -63px 0;
  height: 40px;
  width: 40px;
}

.sprite-facebook-black {
  background-position: -103px 0;
  height: 20px;
  width: 20px;
}

.sprite-facebook {
  background-position: -123px 0;
  height: 20px;
  width: 20px;
}

.sprite-google-black {
  background-position: -143px 0;
  height: 20px;
  width: 20px;
}

.sprite-google-calendar {
  background-position: -163px 0;
  height: 19px;
  width: 19px;
}

.sprite-google {
  background-position: -182px 0;
  height: 20px;
  width: 20px;
}

.sprite-hdr-menu-btn {
  background-position: -202px 0;
  height: 22px;
  width: 22px;
}

.sprite-hdr-search-btn {
  background-position: -224px 0;
  height: 22px;
  width: 22px;
}

.sprite-ical {
  background-position: -246px 0;
  height: 19px;
  width: 19px;
}

.sprite-kindle-tease {
  background-position: -265px 0;
  height: 40px;
  width: 150px;
}

.sprite-mobile-black {
  background-position: -415px 0;
  height: 20px;
  width: 20px;
}

.sprite-mobile {
  background-position: -435px 0;
  height: 20px;
  width: 20px;
}

.sprite-outlook {
  background-position: -455px 0;
  height: 19px;
  width: 19px;
}

.sprite-reddit {
  background-position: -474px 0;
  height: 20px;
  width: 20px;
}

.sprite-rss-black {
  background-position: -494px 0;
  height: 20px;
  width: 20px;
}

.sprite-rss {
  background-position: -514px 0;
  height: 20px;
  width: 20px;
}

.sprite-search-black {
  background-position: -534px 0;
  height: 15px;
  width: 15px;
}

.sprite-search-white {
  background-position: -549px 0;
  height: 15px;
  width: 15px;
}

.sprite-store-slider-next {
  background-position: -623px 0;
  height: 59px;
  width: 59px;
}

.sprite-store-slider-prev {
  background-position: -741px 0;
  height: 59px;
  width: 59px;
}

.sprite-twitter-black {
  background-position: -800px 0;
  height: 20px;
  width: 20px;
}

.sprite-twitter {
  background-position: -820px 0;
  height: 20px;
  width: 20px;
}

.sprite-yahoo-calendar {
  background-position: -840px 0;
  height: 19px;
  width: 19px;
}

.sprite-youtube {
  background-position: -859px 0;
  height: 20px;
  width: 20px;
}

.sprite-pdf {
  background-position: -879px 0;
  height: 20px;
  width: 20px;
}

.ret-sprite, .ret-cart, .ret-comment-black, .ret-dropdown, .ret-email-tease, .ret-facebook-black, .ret-facebook, .ret-google-black, .ret-google-calendar, .ret-google, .ret-hdr-menu-btn, .ret-hdr-search-btn, .ret-ical, .ret-kindle-tease, .ret-mobile-black, .ret-mobile, .ret-outlook, .ret-reddit, .ret-rss-black, .ret-rss, .ret-search-black, .ret-search-white, .ret-store-slider-next, .ret-store-slider-prev, .ret-twitter-black, .ret-twitter, .ret-yahoo-calendar, .ret-youtube, .ret-pdf {
  background: url('../_img/ret-s1071db7a2e.png') no-repeat;
}

.ret-cart {
  background-position: 0 0;
}

.ret-comment-black {
  background-position: -38px 0;
}

.ret-dropdown {
  background-position: -78px 0;
}

.ret-email-tease {
  background-position: -126px 0;
}

.ret-facebook-black {
  background-position: -206px 0;
}

.ret-facebook {
  background-position: -246px 0;
}

.ret-google-black {
  background-position: -286px 0;
}

.ret-google-calendar {
  background-position: -326px 0;
}

.ret-google {
  background-position: -364px 0;
}

.ret-hdr-menu-btn {
  background-position: -404px 0;
}

.ret-hdr-search-btn {
  background-position: -448px 0;
}

.ret-ical {
  background-position: -492px 0;
}

.ret-kindle-tease {
  background-position: -530px 0;
}

.ret-mobile-black {
  background-position: -830px 0;
}

.ret-mobile {
  background-position: -870px 0;
}

.ret-outlook {
  background-position: -910px 0;
}

.ret-reddit {
  background-position: -948px 0;
}

.ret-rss-black {
  background-position: -988px 0;
}

.ret-rss {
  background-position: -1028px 0;
}

.ret-search-black {
  background-position: -1068px 0;
}

.ret-search-white {
  background-position: -1098px 0;
}

.ret-store-slider-next {
  background-position: -1246px 0;
}

.ret-store-slider-prev {
  background-position: -1482px 0;
}

.ret-twitter-black {
  background-position: -1600px 0;
}

.ret-twitter {
  background-position: -1640px 0;
}

.ret-yahoo-calendar {
  background-position: -1680px 0;
}

.ret-youtube {
  background-position: -1718px 0;
}

.ret-pdf {
  background-position: -1758px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .sprite-sprite, .sprite-cart, .sprite-comment-black, .sprite-dropdown, .sprite-email-tease, .sprite-facebook-black, .sprite-facebook, .sprite-google-black, .sprite-google-calendar, .sprite-google, .sprite-hdr-menu-btn, .sprite-hdr-search-btn, .sprite-ical, .sprite-kindle-tease, .sprite-mobile-black, .sprite-mobile, .sprite-outlook, .sprite-reddit, .sprite-rss-black, .sprite-rss, .sprite-search-black, .sprite-search-white, .sprite-store-slider-next, .sprite-store-slider-prev, .sprite-twitter-black, .sprite-twitter, .sprite-yahoo-calendar, .sprite-youtube, .sprite-pdf {
    background-image: url('../_img/retina-s6b0a2aebef.png');
    -webkit-background-size: 899px 59px;
    -moz-background-size: 899px 59px;
    -o-background-size: 899px 59px;
    background-size: 899px 59px;
  }
}
/* !== Paul Irish HTML5 Helpers =================== */
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
/* !============================================= */
/* ! Variables						  			  */
/* !============================================= */
/* !-- Universal ------------------------------------ */
/* !-- Project ------------------------------------ */
/* !============================================= */
/* ! Variables						  			  */
/* !============================================= */
/* !-- Universal ------------------------------------ */
/* !-- Project ------------------------------------ */
/* !== Transitions ==================================== */
/* !== Sprites ==================================== */
.sprite-sprite, .sprite-cart, .sprite-comment-black, .sprite-dropdown, .sprite-email-tease, .sprite-facebook-black, .sprite-facebook, .sprite-google-black, .sprite-google-calendar, .sprite-google, .sprite-hdr-menu-btn, .sprite-hdr-search-btn, .sprite-ical, .sprite-kindle-tease, .sprite-mobile-black, .sprite-mobile, .sprite-outlook, .sprite-reddit, .sprite-rss-black, .sprite-rss, .sprite-search-black, .sprite-search-white, .sprite-store-slider-next, .sprite-store-slider-prev, .sprite-twitter-black, .sprite-twitter, .sprite-yahoo-calendar, .sprite-youtube, .sprite-pdf {
  background: url('../_img/sprite-sd5032d5a45.png') no-repeat;
}

.sprite-cart {
  background-position: 0 0;
  height: 19px;
  width: 19px;
}

.sprite-comment-black {
  background-position: -19px 0;
  height: 20px;
  width: 20px;
}

.sprite-dropdown {
  background-position: -39px 0;
  height: 16px;
  width: 24px;
}

.sprite-email-tease {
  background-position: -63px 0;
  height: 40px;
  width: 40px;
}

.sprite-facebook-black {
  background-position: -103px 0;
  height: 20px;
  width: 20px;
}

.sprite-facebook {
  background-position: -123px 0;
  height: 20px;
  width: 20px;
}

.sprite-google-black {
  background-position: -143px 0;
  height: 20px;
  width: 20px;
}

.sprite-google-calendar {
  background-position: -163px 0;
  height: 19px;
  width: 19px;
}

.sprite-google {
  background-position: -182px 0;
  height: 20px;
  width: 20px;
}

.sprite-hdr-menu-btn {
  background-position: -202px 0;
  height: 22px;
  width: 22px;
}

.sprite-hdr-search-btn {
  background-position: -224px 0;
  height: 22px;
  width: 22px;
}

.sprite-ical {
  background-position: -246px 0;
  height: 19px;
  width: 19px;
}

.sprite-kindle-tease {
  background-position: -265px 0;
  height: 40px;
  width: 150px;
}

.sprite-mobile-black {
  background-position: -415px 0;
  height: 20px;
  width: 20px;
}

.sprite-mobile {
  background-position: -435px 0;
  height: 20px;
  width: 20px;
}

.sprite-outlook {
  background-position: -455px 0;
  height: 19px;
  width: 19px;
}

.sprite-reddit {
  background-position: -474px 0;
  height: 20px;
  width: 20px;
}

.sprite-rss-black {
  background-position: -494px 0;
  height: 20px;
  width: 20px;
}

.sprite-rss {
  background-position: -514px 0;
  height: 20px;
  width: 20px;
}

.sprite-search-black {
  background-position: -534px 0;
  height: 15px;
  width: 15px;
}

.sprite-search-white {
  background-position: -549px 0;
  height: 15px;
  width: 15px;
}

.sprite-store-slider-next {
  background-position: -623px 0;
  height: 59px;
  width: 59px;
}

.sprite-store-slider-prev {
  background-position: -741px 0;
  height: 59px;
  width: 59px;
}

.sprite-twitter-black {
  background-position: -800px 0;
  height: 20px;
  width: 20px;
}

.sprite-twitter {
  background-position: -820px 0;
  height: 20px;
  width: 20px;
}

.sprite-yahoo-calendar {
  background-position: -840px 0;
  height: 19px;
  width: 19px;
}

.sprite-youtube {
  background-position: -859px 0;
  height: 20px;
  width: 20px;
}

.sprite-pdf {
  background-position: -879px 0;
  height: 20px;
  width: 20px;
}

.ret-sprite, .ret-cart, .ret-comment-black, .ret-dropdown, .ret-email-tease, .ret-facebook-black, .ret-facebook, .ret-google-black, .ret-google-calendar, .ret-google, .ret-hdr-menu-btn, .ret-hdr-search-btn, .ret-ical, .ret-kindle-tease, .ret-mobile-black, .ret-mobile, .ret-outlook, .ret-reddit, .ret-rss-black, .ret-rss, .ret-search-black, .ret-search-white, .ret-store-slider-next, .ret-store-slider-prev, .ret-twitter-black, .ret-twitter, .ret-yahoo-calendar, .ret-youtube, .ret-pdf {
  background: url('../_img/ret-s1071db7a2e.png') no-repeat;
}

.ret-cart {
  background-position: 0 0;
}

.ret-comment-black {
  background-position: -38px 0;
}

.ret-dropdown {
  background-position: -78px 0;
}

.ret-email-tease {
  background-position: -126px 0;
}

.ret-facebook-black {
  background-position: -206px 0;
}

.ret-facebook {
  background-position: -246px 0;
}

.ret-google-black {
  background-position: -286px 0;
}

.ret-google-calendar {
  background-position: -326px 0;
}

.ret-google {
  background-position: -364px 0;
}

.ret-hdr-menu-btn {
  background-position: -404px 0;
}

.ret-hdr-search-btn {
  background-position: -448px 0;
}

.ret-ical {
  background-position: -492px 0;
}

.ret-kindle-tease {
  background-position: -530px 0;
}

.ret-mobile-black {
  background-position: -830px 0;
}

.ret-mobile {
  background-position: -870px 0;
}

.ret-outlook {
  background-position: -910px 0;
}

.ret-reddit {
  background-position: -948px 0;
}

.ret-rss-black {
  background-position: -988px 0;
}

.ret-rss {
  background-position: -1028px 0;
}

.ret-search-black {
  background-position: -1068px 0;
}

.ret-search-white {
  background-position: -1098px 0;
}

.ret-store-slider-next {
  background-position: -1246px 0;
}

.ret-store-slider-prev {
  background-position: -1482px 0;
}

.ret-twitter-black {
  background-position: -1600px 0;
}

.ret-twitter {
  background-position: -1640px 0;
}

.ret-yahoo-calendar {
  background-position: -1680px 0;
}

.ret-youtube {
  background-position: -1718px 0;
}

.ret-pdf {
  background-position: -1758px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .sprite-sprite, .sprite-cart, .sprite-comment-black, .sprite-dropdown, .sprite-email-tease, .sprite-facebook-black, .sprite-facebook, .sprite-google-black, .sprite-google-calendar, .sprite-google, .sprite-hdr-menu-btn, .sprite-hdr-search-btn, .sprite-ical, .sprite-kindle-tease, .sprite-mobile-black, .sprite-mobile, .sprite-outlook, .sprite-reddit, .sprite-rss-black, .sprite-rss, .sprite-search-black, .sprite-search-white, .sprite-store-slider-next, .sprite-store-slider-prev, .sprite-twitter-black, .sprite-twitter, .sprite-yahoo-calendar, .sprite-youtube, .sprite-pdf {
    background-image: url('../_img/retina-s6b0a2aebef.png');
    -webkit-background-size: 899px 59px;
    -moz-background-size: 899px 59px;
    -o-background-size: 899px 59px;
    background-size: 899px 59px;
  }
}
/* !== Paul Irish HTML5 Helpers =================== */
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
/* !============================================= */
/* ! Universal						   			  */
/* !============================================= */
/* Kill the margin on the last column */
.ui-block:last-child,
.ui-block.last {
  margin-right: 0;
}

/* !============================================= */
/* ! Grids							   			  */
/* !============================================= */
/* Grid-2 vars */
/* Grid-3 vars */
/* Grid-3-rrl vars */
/* Grid-4 vars */
/* Grid-5 vars */
/* ! Columns */
.ui-block-25 {
  width: 25%;
}

.ui-block-50 {
  width: 50%;
}

.ui-block-75 {
  width: 75%;
}

/* !============================================= */
/* ! Spacers						   			  */
/* !============================================= */
/* Variables & Mixins */
/* Selectors */
.spacer {
  margin-bottom: 50px;
}

.spacer-small {
  margin-bottom: 10px;
}

.spacer-med {
  margin-bottom: 25px;
}

.spacer-large {
  margin-bottom: 75px;
}

/* !============================================= */
/* ! Image Blocks						   		  */
/* !============================================= */
.imageblock-image {
  float: left;
  margin: 0 10px 0 0;
}

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

.imageblock-content {
  display: table-cell;
  vertical-align: top;
  width: 1000em;
}

.ie6 .imageblock-content,
.ie7 .imageblock-content {
  display: block;
  width: auto;
  zoom: 1;
}

/* ---------------------------------------------- */
/*	Forms						 				  */
/* ---------------------------------------------- */
select, input, textarea, button {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
}

/* !-- Universal Form Styles ----------------------------------- */
.form-basic, .form-s, .form-small, .form, .form-m, .form-med, .form-l, .form-large, #search-form {
  *zoom: 1;
  margin-bottom: 18px;
}
.form-basic:after, .form-s:after, .form-small:after, .form:after, .form-m:after, .form-med:after, .form-l:after, .form-large:after, #search-form:after {
  content: "";
  display: table;
  clear: both;
}
.form-basic.sidesaddle .form-row > label, .sidesaddle.form-s .form-row > label, .sidesaddle.form-small .form-row > label, .sidesaddle.form .form-row > label, .sidesaddle.form-m .form-row > label, .sidesaddle.form-med .form-row > label, .sidesaddle.form-l .form-row > label, .sidesaddle.form-large .form-row > label {
  float: left;
  width: 130px;
  text-align: right;
}
.form-basic.sidesaddle .input, .sidesaddle.form-s .input, .sidesaddle.form-small .input, .sidesaddle.form .input, .sidesaddle.form-m .input, .sidesaddle.form-med .input, .sidesaddle.form-l .input, .sidesaddle.form-large .input,
.form-basic.sidesaddle .legend-h,
.sidesaddle.form-s .legend-h,
.sidesaddle.form-small .legend-h,
.sidesaddle.form .legend-h,
.sidesaddle.form-m .legend-h,
.sidesaddle.form-med .legend-h,
.sidesaddle.form-l .legend-h,
.sidesaddle.form-large .legend-h,
.form-basic.sidesaddle .input-prepend,
.sidesaddle.form-s .input-prepend,
.sidesaddle.form-small .input-prepend,
.sidesaddle.form .input-prepend,
.sidesaddle.form-m .input-prepend,
.sidesaddle.form-med .input-prepend,
.sidesaddle.form-l .input-prepend,
.sidesaddle.form-large .input-prepend,
.form-basic.sidesaddle .input-append,
.sidesaddle.form-s .input-append,
.sidesaddle.form-small .input-append,
.sidesaddle.form .input-append,
.sidesaddle.form-m .input-append,
.sidesaddle.form-med .input-append,
.sidesaddle.form-l .input-append,
.sidesaddle.form-large .input-append {
  margin-left: 150px;
}
.form-basic.sidesaddle .form-actions, .sidesaddle.form-s .form-actions, .sidesaddle.form-small .form-actions, .sidesaddle.form .form-actions, .sidesaddle.form-m .form-actions, .sidesaddle.form-med .form-actions, .sidesaddle.form-l .form-actions, .sidesaddle.form-large .form-actions {
  padding-left: 150px;
}
.form-basic .form-row select[multiple], .form-s .form-row select[multiple], .form-small .form-row select[multiple], .form .form-row select[multiple], .form-m .form-row select[multiple], .form-med .form-row select[multiple], .form-l .form-row select[multiple], .form-large .form-row select[multiple] {
  height: inherit;
  background-color: #fff;
}
.form-basic .form-row textarea, .form-s .form-row textarea, .form-small .form-row textarea, .form .form-row textarea, .form-m .form-row textarea, .form-med .form-row textarea, .form-l .form-row textarea, .form-large .form-row textarea {
  height: auto;
}

fieldset {
  margin-bottom: 2.1em;
  padding: 18px;
  border: thin solid #ddd;
}
@-moz-document url-prefix() {
  fieldset {
    margin-bottom: 0;
  }
}
legend {
  padding: 0.2em 0.5em;
  border:thin solid #ddd;
  font-size:90%;
}

.form-row {
  *zoom: 1;
  margin-bottom: 18px;
}
.form-row:after {
  content: "";
  display: table;
  clear: both;
}
.form-row > label {
  font-weight: bold;
  color: #404040;
  margin: 0 0 2px 2px;
  display: block;
}

input[type=text],
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 80%;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */
  line-height: normal;
  border: none;
}

input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

input[type=button], input[type=reset], input[type=submit],
input.button, input.reset, input.submit {
  width: auto;
  height: auto;
}

select, input[type=file], input.file {
  height: 27px;
  *height: auto;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
}

input[type=text], textarea {
  -webkit-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset;
}
input[type=text]:focus, input[type=text]:focus, textarea:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset, rgba(82, 168, 236, 0.6) 0 0 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset, rgba(82, 168, 236, 0.6) 0 0 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset, rgba(82, 168, 236, 0.6) 0 0 8px;
}

input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

.uneditable-input {
  background-color: #fff;
  display: block;
  border-color: #eee;
  cursor: not-allowed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.025) 0 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.025) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.025) 0 1px 2px inset;
}

:-moz-placeholder {
  color: #bfbfbf;
}

::-webkit-input-placeholder {
  color: #bfbfbf;
}

/* !-- Form Sizes ----------------------------------- */
.form-s .form-row input[type=text],
.form-s .form-row select,
.form-s .form-row textarea,
.form-s .form-row .uneditable-input,
.form-s .form-row .add-on, .form-small .form-row input[type=text], .form-small .form-row select, .form-small .form-row textarea, .form-small .form-row .uneditable-input, .form-small .form-row .add-on {
  font-size: 11px;
  padding: 4px;
  height: 24px;
}
.form-s .form-row > label, .form-small .form-row > label {
  font-size: 11px;
  line-height: 18px;
}
.form-s .form-row .inputs-list label,
.form-s .form-row .list-inputs label, .form-small .form-row .inputs-list label, .form-small .form-row .list-inputs label {
  font-size: 11px;
}
.form-s .btn, .form-s .button,
.form-s .btn-lt, .form-s .btn-light,
.form-s .btn-dark,
.form-s .submit-input,
.form-s .form-small .submit-input,
.form-small .form-s .submit-input,
.form-s .form .submit-input,
.form .form-s .submit-input,
.form-s .form-m .submit-input,
.form-m .form-s .submit-input,
.form-s .form-med .submit-input,
.form-med .form-s .submit-input,
.form-s .form-l .submit-input,
.form-l .form-s .submit-input,
.form-s .form-large .submit-input,
.form-large .form-s .submit-input, .form-s .btn-dk, .form-small .btn, .form-small .button, .form-small .btn-lt, .form-small .btn-light, .form-small .btn-dark, .form-small .form-s .submit-input, .form-s .form-small .submit-input, .form-small .submit-input, .form-small .form .submit-input, .form .form-small .submit-input, .form-small .form-m .submit-input, .form-m .form-small .submit-input, .form-small .form-med .submit-input, .form-med .form-small .submit-input, .form-small .form-l .submit-input, .form-l .form-small .submit-input, .form-small .form-large .submit-input, .form-large .form-small .submit-input, .form-small .btn-dk {
  height: 24px;
}
.form-s.sidesaddle .form-row > label, .form-small.sidesaddle .form-row > label {
  margin-top: 3px;
}

.form .form-row input[type=text],
.form .form-row select,
.form .form-row textarea,
.form .form-row .uneditable-input,
.form .form-row .add-on, .form-m .form-row input[type=text], .form-m .form-row select, .form-m .form-row textarea, .form-m .form-row .uneditable-input, .form-m .form-row .add-on, .form-med .form-row input[type=text], .form-med .form-row select, .form-med .form-row textarea, .form-med .form-row .uneditable-input, .form-med .form-row .add-on {
  font-size: 13px;
  padding: 5px;
  height: 28px;
}
.form .form-row > label, .form-m .form-row > label, .form-med .form-row > label {
  font-size: 13px;
  line-height: 18px;
}
.form .form-row .inputs-list label,
.form .form-row .list-inputs label, .form-m .form-row .inputs-list label, .form-m .form-row .list-inputs label, .form-med .form-row .inputs-list label, .form-med .form-row .list-inputs label {
  font-size: 13px;
}
.form .btn, .form .button,
.form .btn-lt, .form .btn-light,
.form .btn-dark,
.form .form-s .submit-input,
.form-s .form .submit-input,
.form .form-small .submit-input,
.form-small .form .submit-input,
.form .submit-input,
.form .form-m .submit-input,
.form-m .form .submit-input,
.form .form-med .submit-input,
.form-med .form .submit-input,
.form .form-l .submit-input,
.form-l .form .submit-input,
.form .form-large .submit-input,
.form-large .form .submit-input, .form .btn-dk, .form-m .btn, .form-m .button, .form-m .btn-lt, .form-m .btn-light, .form-m .btn-dark, .form-m .form-s .submit-input, .form-s .form-m .submit-input, .form-m .form-small .submit-input, .form-small .form-m .submit-input, .form-m .form .submit-input, .form .form-m .submit-input, .form-m .submit-input, .form-m .form-med .submit-input, .form-med .form-m .submit-input, .form-m .form-l .submit-input, .form-l .form-m .submit-input, .form-m .form-large .submit-input, .form-large .form-m .submit-input, .form-m .btn-dk, .form-med .btn, .form-med .button, .form-med .btn-lt, .form-med .btn-light, .form-med .btn-dark, .form-med .form-s .submit-input, .form-s .form-med .submit-input, .form-med .form-small .submit-input, .form-small .form-med .submit-input, .form-med .form .submit-input, .form .form-med .submit-input, .form-med .form-m .submit-input, .form-m .form-med .submit-input, .form-med .submit-input, .form-med .form-l .submit-input, .form-l .form-med .submit-input, .form-med .form-large .submit-input, .form-large .form-med .submit-input, .form-med .btn-dk {
  height: 28px;
}
.form.sidesaddle .form-row > label, .form-m.sidesaddle .form-row > label, .form-med.sidesaddle .form-row > label {
  margin-top: 4px;
}

.form-l .form-row input[type=text],
.form-l .form-row select,
.form-l .form-row textarea,
.form-l .form-row .uneditable-input,
.form-l .form-row .add-on, .form-large .form-row input[type=text], .form-large .form-row select, .form-large .form-row textarea, .form-large .form-row .uneditable-input, .form-large .form-row .add-on {
  font-size: 15px;
  padding: 6px;
  height: 35px;
}
.form-l .form-row > label, .form-large .form-row > label {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
}
.sidesaddle .form-l .form-row > label, .sidesaddle .form-large .form-row > label {
  margin-top: 6px;
}
.form-l .form-row .inputs-list label,
.form-l .form-row .list-inputs label, .form-large .form-row .inputs-list label, .form-large .form-row .list-inputs label {
  font-size: 15px;
}
.form-l .form-row .inputs-list input[type=checkbox],
.form-l .form-row .inputs-list input[type=radio],
.form-l .form-row .list-inputs input[type=checkbox],
.form-l .form-row .list-inputs input[type=radio], .form-large .form-row .inputs-list input[type=checkbox], .form-large .form-row .inputs-list input[type=radio], .form-large .form-row .list-inputs input[type=checkbox], .form-large .form-row .list-inputs input[type=radio] {
  margin-top: 4px;
}
.form-l .form-row .inputs-list > li,
.form-l .form-row .list-inputs > li, .form-large .form-row .inputs-list > li, .form-large .form-row .list-inputs > li {
  margin-bottom: 4px;
}
.form-l .btn, .form-l .button,
.form-l .btn-lt, .form-l .btn-light,
.form-l .btn-dark,
.form-l .form-s .submit-input,
.form-s .form-l .submit-input,
.form-l .form-small .submit-input,
.form-small .form-l .submit-input,
.form-l .form .submit-input,
.form .form-l .submit-input,
.form-l .form-m .submit-input,
.form-m .form-l .submit-input,
.form-l .form-med .submit-input,
.form-med .form-l .submit-input,
.form-l .submit-input,
.form-l .form-large .submit-input,
.form-large .form-l .submit-input, .form-l .btn-dk, .form-large .btn, .form-large .button, .form-large .btn-lt, .form-large .btn-light, .form-large .btn-dark, .form-large .form-s .submit-input, .form-s .form-large .submit-input, .form-large .form-small .submit-input, .form-small .form-large .submit-input, .form-large .form .submit-input, .form .form-large .submit-input, .form-large .form-m .submit-input, .form-m .form-large .submit-input, .form-large .form-med .submit-input, .form-med .form-large .submit-input, .form-large .form-l .submit-input, .form-l .form-large .submit-input, .form-large .submit-input, .form-large .btn-dk {
  height: 35px;
}
.form-l.sidesaddle .form-row > label, .form-large.sidesaddle .form-row > label {
  margin-top: 7px;
}

/* !-- Form States ----------------------------------- */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}

.disabled {
  color: #999;
}

.error > label,
.error .help-block,
.error .help-inline {
  color: #b94a48;
}
.error input, .error input[type=text], .error textarea {
  color: #b94a48;
  border-color: #ee5f5b;
}
.error input:focus, .error input:focus, .error input[type=text]:focus, .error input[type=text]:focus, .error textarea:focus, .error textarea:focus {
  border-color: #e9322d;
  -webkit-box-shadow: #f8b9b7 0 0 6px;
  -moz-box-shadow: #f8b9b7 0 0 6px;
  box-shadow: #f8b9b7 0 0 6px;
}
.error .input-prepend .add-on,
.error .input-append .add-on {
  color: #b94a48;
  background-color: #fce6e6;
  border-color: #b94a48;
}

.warning > label,
.warning .help-block,
.warning .help-inline {
  color: #c09853;
}
.warning input, .warning input[type=text], .warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.warning input:focus, .warning input:focus, .warning input[type=text]:focus, .warning input[type=text]:focus, .warning textarea:focus, .warning textarea:focus {
  border-color: #be9a3f;
  -webkit-box-shadow: #e5d6b1 0 0 6px;
  -moz-box-shadow: #e5d6b1 0 0 6px;
  box-shadow: #e5d6b1 0 0 6px;
}
.warning .input-prepend .add-on,
.warning .input-append .add-on {
  color: #c09853;
  background-color: #d2b877;
  border-color: #c09853;
}

.success > label,
.success .help-block,
.success .help-inline {
  color: #468847;
}
.success input, .success input[type=text], .success textarea {
  color: #468847;
  border-color: #57a957;
}
.success input:focus, .success input:focus, .success input[type=text]:focus, .success input[type=text]:focus, .success textarea:focus, .success textarea:focus {
  border-color: #458845;
  -webkit-box-shadow: #9acc9a 0 0 6px;
  -moz-box-shadow: #9acc9a 0 0 6px;
  box-shadow: #9acc9a 0 0 6px;
}
.success .input-prepend .add-on,
.success .input-append .add-on {
  color: #468847;
  background-color: #bcddbc;
  border-color: #468847;
}

/* !-- Inline & List Inputs ----------------------------------- */
.inline-inputs,
.inputs-inline {
  color: #808080;
}
.inline-inputs input[type=text], .inline-inputs select,
.inputs-inline input[type=text],
.inputs-inline select {
  width: 15%;
}
.inline-inputs .help-block,
.inputs-inline .help-block {
  padding: 0 2px 0 1px;
}

.inputs-list,
.list-inputs {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list > li,
.list-inputs > li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label,
.list-inputs label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong,
.list-inputs label strong {
  color: #808080;
}
.inputs-list label small,
.list-inputs label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list,
.inputs-list .list-inputs,
.list-inputs .inputs-list,
.list-inputs .list-inputs {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child,
.list-inputs:first-child {
  padding-top: 6px;
}
.inputs-list li + li,
.list-inputs li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox],
.list-inputs input[type=radio],
.list-inputs input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}

/* !-- Help Text ----------------------------------- */
.help-inline, .help-block {
  font-size: 13px;
  line-height: 18px;
  color: #bfbfbf;
}

.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */
}

.help-block {
  margin-top: 4px;
  display: block;
  max-width: 600px;
}

/* !-- Prepends & Appends ----------------------------------- */
.input-prepend, .input-append {
  *zoom: 1;
}
.input-prepend:after, .input-append:after {
  content: "";
  display: table;
  clear: both;
}
.input-prepend input, .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: white 0 1px 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}

.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}

/* !-- Form Headlines ----------------------------------- */
.legend-h {
  display: block;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  margin-bottom: 18px;
  *padding: 0 0 5px 145px;
  /* IE6-7 */
  *line-height: 1.5;
  /* IE6-7 */
}

/* !-- Form Buttons ----------------------------------- */
/*.form-actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.form-actions .secondary-action {
  float: right;
}*/

/* !-- Form Widths ----------------------------------- */
.form-basic .span-5, .form-s .span-5, .form-small .span-5, .form .span-5, .form-m .span-5, .form-med .span-5, .form-l .span-5, .form-large .span-5 {
  width: 5%;
}
.form-basic .span-10, .form-s .span-10, .form-small .span-10, .form .span-10, .form-m .span-10, .form-med .span-10, .form-l .span-10, .form-large .span-10 {
  width: 10%;
}
.form-basic .span-15, .form-s .span-15, .form-small .span-15, .form .span-15, .form-m .span-15, .form-med .span-15, .form-l .span-15, .form-large .span-15 {
  width: 15%;
}
.form-basic .span-20, .form-s .span-20, .form-small .span-20, .form .span-20, .form-m .span-20, .form-med .span-20, .form-l .span-20, .form-large .span-20 {
  width: 20%;
}
.form-basic .span-25, .form-s .span-25, .form-small .span-25, .form .span-25, .form-m .span-25, .form-med .span-25, .form-l .span-25, .form-large .span-25 {
  width: 25%;
}
.form-basic .span-30, .form-s .span-30, .form-small .span-30, .form .span-30, .form-m .span-30, .form-med .span-30, .form-l .span-30, .form-large .span-30 {
  width: 30%;
}
.form-basic .span-35, .form-s .span-35, .form-small .span-35, .form .span-35, .form-m .span-35, .form-med .span-35, .form-l .span-35, .form-large .span-35 {
  width: 35%;
}
.form-basic .span-40, .form-s .span-40, .form-small .span-40, .form .span-40, .form-m .span-40, .form-med .span-40, .form-l .span-40, .form-large .span-40 {
  width: 40%;
}
.form-basic .span-45, .form-s .span-45, .form-small .span-45, .form .span-45, .form-m .span-45, .form-med .span-45, .form-l .span-45, .form-large .span-45 {
  width: 45%;
}
.form-basic .span-50, .form-s .span-50, .form-small .span-50, .form .span-50, .form-m .span-50, .form-med .span-50, .form-l .span-50, .form-large .span-50 {
  width: 50%;
}
.form-basic .span-55, .form-s .span-55, .form-small .span-55, .form .span-55, .form-m .span-55, .form-med .span-55, .form-l .span-55, .form-large .span-55 {
  width: 55%;
}
.form-basic .span-60, .form-s .span-60, .form-small .span-60, .form .span-60, .form-m .span-60, .form-med .span-60, .form-l .span-60, .form-large .span-60 {
  width: 60%;
}
.form-basic .span-65, .form-s .span-65, .form-small .span-65, .form .span-65, .form-m .span-65, .form-med .span-65, .form-l .span-65, .form-large .span-65 {
  width: 65%;
}
.form-basic .span-70, .form-s .span-70, .form-small .span-70, .form .span-70, .form-m .span-70, .form-med .span-70, .form-l .span-70, .form-large .span-70 {
  width: 70%;
}
.form-basic .span-75, .form-s .span-75, .form-small .span-75, .form .span-75, .form-m .span-75, .form-med .span-75, .form-l .span-75, .form-large .span-75 {
  width: 75%;
}
.form-basic .span-80, .form-s .span-80, .form-small .span-80, .form .span-80, .form-m .span-80, .form-med .span-80, .form-l .span-80, .form-large .span-80 {
  width: 80%;
}
.form-basic .span-85, .form-s .span-85, .form-small .span-85, .form .span-85, .form-m .span-85, .form-med .span-85, .form-l .span-85, .form-large .span-85 {
  width: 85%;
}
.form-basic .span-90, .form-s .span-90, .form-small .span-90, .form .span-90, .form-m .span-90, .form-med .span-90, .form-l .span-90, .form-large .span-90 {
  width: 90%;
}
.form-basic .span-95, .form-s .span-95, .form-small .span-95, .form .span-95, .form-m .span-95, .form-med .span-95, .form-l .span-95, .form-large .span-95 {
  width: 95%;
}
.form-basic .span-100, .form-s .span-100, .form-small .span-100, .form .span-100, .form-m .span-100, .form-med .span-100, .form-l .span-100, .form-large .span-100 {
  width: 100%;
}

/* ---------------------------------------------- */
/*	Tables						 			      */
/* ---------------------------------------------- */
.basic-table, .table-basic, .body-text table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
.basic-table th, .basic-table td, .table-basic th, .body-text table th, .table-basic td, .body-text table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
.basic-table th, .table-basic th, .body-text table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.basic-table td, .table-basic td, .body-text table td {
  vertical-align: top;
  border-top: 1px dotted #ddd;
}
.basic-table tbody th, .table-basic tbody th, .body-text table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.basic-table.condensed th, .basic-table.condensed td, .table-basic.condensed th, .body-text table.condensed th, .table-basic.condensed td, .body-text table.condensed td {
  padding: 5px 5px 4px;
}
.basic-table.bordered, .table-basic.bordered, .body-text table.bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.basic-table.bordered th + th,
.basic-table.bordered td + td,
.basic-table.bordered th + td, .table-basic.bordered th + th, .body-text table.bordered th + th, .table-basic.bordered td + td, .body-text table.bordered td + td, .table-basic.bordered th + td, .body-text table.bordered th + td {
  border-left: 1px solid #ddd;
}
.basic-table.bordered thead tr:first-child th:first-child,
.basic-table.bordered tr:first-child td:first-child, .table-basic.bordered thead tr:first-child th:first-child, .body-text table.bordered thead tr:first-child th:first-child, .table-basic.bordered tr:first-child td:first-child, .body-text table.bordered tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.basic-table.bordered thead tr:first-child th:last-child,
.basic-table.bordered tbody tr:first-child td:last-child, .table-basic.bordered thead tr:first-child th:last-child, .body-text table.bordered thead tr:first-child th:last-child, .table-basic.bordered tbody tr:first-child td:last-child, .body-text table.bordered tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.basic-table.bordered tbody tr:last-child td:first-child, .table-basic.bordered tbody tr:last-child td:first-child, .body-text table.bordered tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.basic-table.bordered tbody tr:last-child td:last-child, .table-basic.bordered tbody tr:last-child td:last-child, .body-text table.bordered tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0px;
  -moz-border-radius: 0 0 4px 0px;
  -ms-border-radius: 0 0 4px 0px;
  -o-border-radius: 0 0 4px 0px;
  border-radius: 0 0 4px 0px;
}
.basic-table.zebra, .table-basic.zebra, .body-text table.zebra {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.basic-table.zebra th + th, .basic-table.zebra td + td, .basic-table.zebra th + td, .table-basic.zebra th + th, .body-text table.zebra th + th, .table-basic.zebra td + td, .body-text table.zebra td + td, .table-basic.zebra th + td, .body-text table.zebra th + td {
  border-left: 1px solid #ddd;
}
.basic-table.zebra thead tr:first-child th:first-child, .basic-table.zebra tr:first-child td:first-child, .table-basic.zebra thead tr:first-child th:first-child, .body-text table.zebra thead tr:first-child th:first-child, .table-basic.zebra tr:first-child td:first-child, .body-text table.zebra tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.basic-table.zebra thead tr:first-child th:last-child, .basic-table.zebra tbody tr:first-child td:last-child, .table-basic.zebra thead tr:first-child th:last-child, .body-text table.zebra thead tr:first-child th:last-child, .table-basic.zebra tbody tr:first-child td:last-child, .body-text table.zebra tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.basic-table.zebra tbody tr:last-child td:first-child, .table-basic.zebra tbody tr:last-child td:first-child, .body-text table.zebra tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.basic-table.zebra tbody tr:last-child td:last-child, .table-basic.zebra tbody tr:last-child td:last-child, .body-text table.zebra tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0px;
  -moz-border-radius: 0 0 4px 0px;
  -ms-border-radius: 0 0 4px 0px;
  -o-border-radius: 0 0 4px 0px;
  border-radius: 0 0 4px 0px;
}

.condensed-table, .table-condensed {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
.condensed-table th, .condensed-table td, .table-condensed th, .table-condensed td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
.condensed-table th, .table-condensed th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.condensed-table td, .table-condensed td {
  vertical-align: top;
  border-top: 1px dotted #ddd;
}
.condensed-table tbody th, .table-condensed tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.condensed-table th, .condensed-table td, .table-condensed th, .table-condensed td {
  padding: 5px 5px 4px;
}

.bordered-table, .table-bordered {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.bordered-table th, .bordered-table td, .table-bordered th, .table-bordered td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
.bordered-table th, .table-bordered th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.bordered-table td, .table-bordered td {
  vertical-align: top;
  border-top: 1px dotted #ddd;
}
.bordered-table tbody th, .table-bordered tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.bordered-table th + th, .bordered-table td + td, .bordered-table th + td, .table-bordered th + th, .table-bordered td + td, .table-bordered th + td {
  border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child, .bordered-table tr:first-child td:first-child, .table-bordered thead tr:first-child th:first-child, .table-bordered tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child, .bordered-table tbody tr:first-child td:last-child, .table-bordered thead tr:first-child th:last-child, .table-bordered tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child, .table-bordered tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child, .table-bordered tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0px;
  -moz-border-radius: 0 0 4px 0px;
  -ms-border-radius: 0 0 4px 0px;
  -o-border-radius: 0 0 4px 0px;
  border-radius: 0 0 4px 0px;
}

.zebra-table, .table-zebra {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
.zebra-table th, .zebra-table td, .table-zebra th, .table-zebra td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
.zebra-table th, .table-zebra th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.zebra-table td, .table-zebra td {
  vertical-align: top;
  border-top: 1px dotted #ddd;
}
.zebra-table tbody th, .table-zebra tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.zebra-table tbody tr:nth-child(odd) td, .zebra-table .zebra-striped tbody tr:nth-child(odd) th, .table-zebra tbody tr:nth-child(odd) td, .table-zebra .zebra-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.zebra-table tbody tr:hover td, .zebra-table .zebra-striped tbody tr:hover th, .table-zebra tbody tr:hover td, .table-zebra .zebra-striped tbody tr:hover th {
  background-color: #f5f5f5;
}

/* ---------------------------------------------- */
/*	Buttons							 			  */
/* ---------------------------------------------- */
.btn-small-light {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 4px 11px 5px;
  color: #333;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  text-shadow: rgba(255, 255, 255, 0.75), 0, 1px, 1px;
  display: inline-block;
}
.btn-small-light:hover,
.btn-small-light a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-small-light:focus {
  outline: 1px dotted #666;
}
.btn-small-light:hover {
  border-color: #aaa;
}
.btn-small-light.active, .btn-small-light:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
}
.btn-small-light.disabled, .btn-small-light[disabled], .btn-small-light.disabled:hover, .btn-small-light[disabled]:hover {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-small-dark {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 4px 11px 5px;
  color: #fff;
  border: 0px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #C00;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ba2339), color-stop(100%, #cc0000));
  background-image: -webkit-linear-gradient(top, #ba2339, #cc0000);
  background-image: -moz-linear-gradient(top, #ba2339, #cc0000);
  background-image: -o-linear-gradient(top, #ba2339, #cc0000);
  background-image: linear-gradient(top, #ba2339, #cc0000);
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
}
.btn-small-dark:hover, .btn-small-dark a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-small-dark:focus {
  outline: 1px dotted #666;
}

.btn-small-alt {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 4px 11px 5px;
  color: #fff;
  border-color: #2d3037 #2d3037 #26292e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #26292e;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d3037), color-stop(100%, #26292e));
  background-image: -webkit-linear-gradient(top, #2d3037, #26292e);
  background-image: -moz-linear-gradient(top, #2d3037, #26292e);
  background-image: -o-linear-gradient(top, #2d3037, #26292e);
  background-image: linear-gradient(top, #2d3037, #26292e);
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
}
.btn-small-alt:hover, .btn-small-alt a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-small-alt:focus {
  outline: 1px dotted #666;
}

.btn-small-blk {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 4px 11px 5px;
}
.btn-small-blk:hover, .btn-small-blk a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-small-blk:focus {
  outline: 1px dotted #666;
}

.btn-med-light, .btn-light {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 5px 14px 6px;
  color: #333;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  text-shadow: rgba(255, 255, 255, 0.75), 0, 1px, 1px;
  display: inline-block;
}
.btn-med-light:hover, .btn-light:hover, .btn-med-light a:hover, .btn-light a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-med-light:focus, .btn-light:focus {
  outline: 1px dotted #666;
}
.btn-med-light:hover, .btn-light:hover {
  border-color: #aaa;
}
.btn-med-light.active, .active.btn-light, .btn-med-light:active, .btn-light:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
}
.btn-med-light.disabled, .disabled.btn-light, .btn-med-light[disabled], [disabled].btn-light, .btn-med-light.disabled:hover, .disabled.btn-light:hover, .btn-med-light[disabled]:hover, [disabled].btn-light:hover {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-med-dark, .btn-dark, .events-page #page-area .addtocal, .form-basic .submit-input, .form-s .submit-input, .form-small .submit-input, .form .submit-input, .form-m .submit-input, .form-med .submit-input, .form-l .submit-input, .form-large .submit-input, #search-form .form-submit {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 5px 14px 6px;
  color: #fff;
  border: 0px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #C00;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ba2339), color-stop(100%, #cc0000));
  background-image: -webkit-linear-gradient(top, #ba2339, #cc0000);
  background-image: -moz-linear-gradient(top, #ba2339, #cc0000);
  background-image: -o-linear-gradient(top, #ba2339, #cc0000);
  background-image: linear-gradient(top, #ba2339, #cc0000);
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
}
.btn-med-dark:hover, .btn-dark:hover, .events-page #page-area .addtocal:hover, .form-basic .submit-input:hover, .form-s .submit-input:hover, .form-small .submit-input:hover, .form .submit-input:hover, .form-m .submit-input:hover, .form-med .submit-input:hover, .form-l .submit-input:hover, .form-large .submit-input:hover, .btn-med-dark a:hover, .btn-dark a:hover, .form-basic .submit-input a:hover, .form-s .submit-input a:hover, .form-small .submit-input a:hover, .form .submit-input a:hover, .form-m .submit-input a:hover, .form-med .submit-input a:hover, .form-l .submit-input a:hover, .form-large .submit-input a:hover, #search-form .form-submit a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-med-dark:focus, .btn-dark:focus, .events-page #page-area .addtocal:focus, .form-basic .submit-input:focus, .form-s .submit-input:focus, .form-small .submit-input:focus, .form .submit-input:focus, .form-m .submit-input:focus, .form-med .submit-input:focus, .form-l .submit-input:focus, .form-large .submit-input:focus, #search-form .form-submit:focus {
  outline: 1px dotted #666;
}

.events-page #page-area .addtocal {
  float: none;
  clear: both;
  margin: 0;
  margin-bottom: 0;
  background: #C00;
}

.events-page #page-area .body-text ul.addtocal_menu {
  background: #fff;
  border: 1px solid #C00;
}
.events-page #page-area .body-text ul.addtocal_menu li {
  list-style-type: none;
}
.events-page #page-area ul.addtocal_menu li .sprite {
  float: left;
  margin-top: -2px;
  margin-right: 6px;
}

.events-page #page-area .body-text ul.addtocal_menu li a {
  color: #C00;
}

.btn-med-alt, .btn-alt {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 5px 14px 6px;
  color: #fff;
  border-color: #2d3037 #2d3037 #26292e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #26292e;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d3037), color-stop(100%, #26292e));
  background-image: -webkit-linear-gradient(top, #2d3037, #26292e);
  background-image: -moz-linear-gradient(top, #2d3037, #26292e);
  background-image: -o-linear-gradient(top, #2d3037, #26292e);
  background-image: linear-gradient(top, #2d3037, #26292e);
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
}
.btn-med-alt:hover, .btn-alt:hover, .btn-med-alt a:hover, .btn-alt a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-med-alt:focus, .btn-alt:focus {
  outline: 1px dotted #666;
}

.btn-med-blk {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 5px 14px 6px;
}
.btn-med-blk:hover, .btn-med-blk a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-med-blk:focus {
  outline: 1px dotted #666;
}

.btn-large-light {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 7px 16px 8px;
  color: #333;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  border: 1px solid #CCC;
  text-shadow: rgba(255, 255, 255, 0.75), 0, 1px, 1px;
  display: inline-block;
}
.btn-large-light:hover, .btn-large-light a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-large-light:focus {
  outline: 1px dotted #666;
}
.btn-large-light:hover {
  border-color: #aaa;
}
.btn-large-light.active, .btn-large-light:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
}
.btn-large-light.disabled, .btn-large-light[disabled], .btn-large-light.disabled:hover, .btn-large-light[disabled]:hover {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large-dark {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 7px 16px 8px;
  color: #fff;
  border: 0px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #C00;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ba2339), color-stop(100%, #cc0000));
  background-image: -webkit-linear-gradient(top, #ba2339, #cc0000);
  background-image: -moz-linear-gradient(top, #ba2339, #cc0000);
  background-image: -o-linear-gradient(top, #ba2339, #cc0000);
  background-image: linear-gradient(top, #ba2339, #cc0000);
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
}
.btn-large-dark:hover, .btn-large-dark a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-large-dark:focus {
  outline: 1px dotted #666;
}

.btn-large-alt {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 7px 16px 8px;
  color: #fff;
  border-color: #2d3037 #2d3037 #26292e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #26292e;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d3037), color-stop(100%, #26292e));
  background-image: -webkit-linear-gradient(top, #2d3037, #26292e);
  background-image: -moz-linear-gradient(top, #2d3037, #26292e);
  background-image: -o-linear-gradient(top, #2d3037, #26292e);
  background-image: linear-gradient(top, #2d3037, #26292e);
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
}
.btn-large-alt:hover, .btn-large-alt a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-large-alt:focus {
  outline: 1px dotted #666;
}

.btn-large-blk {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font: normal bold 0.769em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.05) 0 1px 2px;
  padding: 7px 16px 8px;
}
.btn-large-blk:hover, .btn-large-blk a:hover {
  text-decoration: none;
  cursor: pointer;
  background-position: 0 -15px;
}
.btn-large-blk:focus {
  outline: 1px dotted #666;
}

.btn-light > a {
  color: #333;
}

/* ============================================= */
/*	Universal						   			 */
/* ============================================= */
a {
  text-decoration: none;
  color: #ba2339;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

html body .fixed {
  position: fixed;
}

html body .relative {
  position: relative;
}

/*****************

Typography

*****************/
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  [class*="page-h"],
  [class*="section-h"],
  .article-body,
  .node-body,
  .main-nav,
  .navsub {
    text-rendering: optimizeLegibility;
  }
}
.page-h1, .special h3.page-h1, .four-o-four .h-404 {
  font: normal 600 2.154em/120% "Hoefler Titling A", "Hoefler Titling B", Times, Times New Roman, Georgia, serif;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 0px;
}
.wf-inactive .page-h1, .wf-inactive .four-o-four .h-404, .four-o-four .wf-inactive .h-404 {
  letter-spacing: -1px;
}
.page-h1 a, .four-o-four .h-404 a {
  color: #000;
}
.page-people .page-h1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 500px) {
  .page-h1, .four-o-four .h-404 {
    font-size: 2.923em;
  }
}

.page-h2,
#block-block-4 .block h3,
#block-block-19 .block h3,
.region-content .related-content > h3 {
  font: normal 2.308em/110% "Hoefler Titling A", "Hoefler Titling B", Times, Times New Roman, Georgia, serif;
  margin-bottom: 20px;
  color: #000;
  letter-spacing: 0px;
}
#block-block-4 .block h3,
#block-block-19 .block h3,
.region-content .related-content > h3 {
  text-transform: none;
  padding-bottom: 0;
  border-bottom: none;
}
.wf-inactive .page-h2 {
  letter-spacing: -1px;
}
.page-h2 > a {
  color: #000;
}

.page-h3,
.event-tease > .page-h3,
.tease > .page-h3 {
  font: normal 1.769em/110% "Hoefler Titling A", "Hoefler Titling B", Times, Times New Roman, Georgia, serif;
  margin-bottom: 16px;
  color: #000;
  letter-spacing: 0px;
}
.event-tease > .page-h3,
.tease > .page-h3 {
  text-transform: none;
  border-bottom: none;
  padding-bottom: none;
}
.wf-inactive .page-h3 {
  letter-spacing: -1px;
}
.page-h3 > a {
  color: #000;
}

.page-h4 {
  font: 1.538em/115% "Hoefler Titling A", "Hoefler Titling B", Times, Times New Roman, Georgia, serif;
  margin-bottom: 6px;
  letter-spacing: 0px;
}
.wf-inactive .page-h4 {
  letter-spacing: -1px;
}

.section-h1 {
  font: normal bold 1.385em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #FFF;
  color: #222222;
}
.section-h1 .abbv {
  display: none;
}
@media screen and (min-width: 750px) {
  .section-h1 .abbv {
    display: inline;
  }
}
@media screen and (min-width: 600px) {
  .section-h1 {
    font-size: 1.846em;
  }
}

.section-h2,
.region-postscript > .section > h3,
.region-postscript > .section > .content > h3,
#page-area > .region-content h3.section-heading, #page-area > .region-postscript h3.section-heading {
  font: normal bold 1.385em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222222;
}

.section-h3,
.block h3 {
  font: normal bold 1em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #999999;
}
.section-h3 a,
.block h3 a {
  color: #000;
}
.section-h3 a:hover,
.block h3 a:hover {
  color: #ba2339;
}

.text-subhead {
  font: normal bold 2em "Hoefler Titling A", "Hoefler Titling B", Times, Times New Roman, Georgia, serif;
  margin: 30px 0 20px 0;
  padding: 0 0 10px 0;
  letter-spacing: 0px;
}
.wf-inactive .text-subhead {
  letter-spacing: -1px;
}

.sans-h4,
.blog-meta .item-list > h3 {
  font: normal bold 1.154em/130% "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  color: #000;
}
.blog-meta .item-list > h3 {
  font: normal bold 1em/100% "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: inherit;
  padding-bottom: 0;
}
.sans-h4 > a {
  color: #000;
}

.text-large {
  font: normal 1.231em/1.769em "Droid Serif", Georgia, Times, Times New Roman, serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .text-large {
    font-size: 17px;
  }
}

.text-med, .tease .tease-txt, .event-tease .tease-txt {
  font: normal 1.077em/150% "Droid Serif", Georgia, Times, Times New Roman, serif;
  margin-bottom: 30px;
  color: #222222;
}

.text, .story-package-large .links > li {
  font: normal 1.154em/150% "Droid Serif", Georgia, Times, Times New Roman, serif;
  margin-bottom: 30px;
  color: #222222;
}

.text-sans,
.experts-contact-info .field,
.caption-inner {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 25px;
  color: #222222;
}

.experts-contact-info .field {
  margin-bottom: 0;
}

.text-caps {
  font-family: "Droid Serif", Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
}

.text-small-tag {
  font-family: "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.article-body .field-item > blockquote.pullquote {
  font: italic 2em/135% "Hoefler Titling A", "Hoefler Titling B", Times, Times New Roman, Georgia, serif;
  font-style: italic;
  border-bottom: 1px dotted #999999;
  border-top: 1px dotted #999999;
  margin: 20px 0 20px 0;
  padding: 20px 0;
  display: none;
  letter-spacing: 0px;
  background: none;
  color: inherit;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wf-inactive .article-body .field-item > blockquote.pullquote {
  letter-spacing: -1px;
}
.article-body .field-item > blockquote.pullquote .open-quote {
  display: block;
  float: left;
}
.article-body .field-item > blockquote.pullquote .pq-body {
  display: block;
  margin-left: 12px;
}
.article-body .field-item > blockquote.pullquote .pq-by {
  text-align: right;
  color: #999;
  font-size: 16px;
  line-height: 130%;
  margin-top: 26px;
}
.article-body .field-item > blockquote.pullquote.wide {
  width: 100%;
}
.article-body .field-item > blockquote.pullquote.right, .article-body .field-item > blockquote.pullquote.left {
  margin: 20px 0;
}
.article-body .field-item > blockquote.pullquote p {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .article-body .field-item > blockquote.pullquote {
    display: block;
  }
  .article-body .field-item > blockquote.pullquote.right {
    width: 33%;
    float: right;
    margin: 0 0 20px 50px;
  }
  .article-body .field-item > blockquote.pullquote.left {
    width: 33%;
    float: left;
    margin: 0 50px 20px 0;
  }
}

.body-text {
  font: normal 1.231em/28px "Droid Serif", Georgia, Times, Times New Roman, serif;
  color: #222222;
}
.body-text > p {
  margin-bottom: 20px;
}
.body-text table.right, .body-text table.left {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .body-text table {
    display: block;
  }
  .body-text table.right {
    width: 33%;
    float: right;
    margin: 0 0 60px 60px;
  }
  .body-text table.left {
    width: 33%;
    float: left;
    margin: 0 60px 60px 0;
  }
}
.body-text > figure {
  margin-bottom: 30px;
  font: normal 15px/130% "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
}
.body-text > figure .figure-head {
  font: normal bold 16px "Droid Serif", Georgia, Times, Times New Roman, serif;
  margin-bottom: 6px;
}
.body-text > figure > p {
  color: #555;
  font-size: 13px;
  margin-bottom: 14px;
}
.body-text > figure.right, .body-text > figure.left {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .body-text > figure {
    display: block;
  }
  .body-text > figure.right {
    width: 33%;
    float: right;
    margin: 0 0 60px 60px;
  }
  .body-text > figure.left {
    width: 33%;
    float: left;
    margin: 0 60px 60px 0;
  }
}
.body-text blockquote {
  font: normal 15px/26px "Droid Serif", Georgia, Times, Times New Roman, serif;
  color: #444;
  margin: 20px 0;
  display: block;
  padding: 25px;
  background: #efefef;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
}
.body-text blockquote p:last-child {
  margin-bottom: 0;
}
@media (min-width: 500px) {
  .body-text blockquote {
    margin: 20px;
  }
}

.article-body {
  margin-bottom: 30px;
  border-bottom: 1px dotted #dddddd;
}

.dropcap .field-item > p:first-of-type:first-letter, .dropcap-detail-text > .field-body > p:first-of-type:first-letter {
  float: left;
  color: #ccc;
  font-size: 6em;
  line-height: .5em;
  padding-top: .2em;
  padding-right: 5px;
  padding-left: 3px;
  padding-bottom: 2px;
  font-family: "Hoefler Titling A", "Hoefler Titling B", Times, Times New Roman, Georgia, serif;
}

.dropcap-detail-text > .field-body > p:first-of-type:first-letter {
  padding-right: 13px;
  padding-bottom: 7px;
  font-family: "Hoefler Titling A", "Hoefler Titling B", Times, Times New Roman, Georgia, serif;
}

.article-inline-footnote {
  color: #ba2339;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
}

.article-meta {
  background: transparent url('../_img/dotline.png?1341550479') center 35% repeat-x;
  *zoom: 1;
  margin: 0 0 10px 0;
}
.article-meta:after {
  content: "";
  display: table;
  clear: both;
}
.article-meta .byline, .article-meta .event-tease .event-meta, .event-tease .article-meta .event-meta, .more .event-meta {
  display: inline;
  font-family: "Droid Serif", Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  color: #666666;
  font-style: italic;
  background-color: #FFF;
  padding: 5px;
  float: left;
}
.more .event-meta {
  padding: 0;
}
.article-meta .byline a, .article-meta .event-tease .event-meta a, .event-tease .article-meta .event-meta a, .more .event-meta a {
  padding: 0 0 0 5px;
  color: #ba2339;
  font: normal 12px "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.overline {
  font-family: "Droid Serif", Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  color: #666666;
  font-style: italic;
  margin-bottom: 4px;
}

.byline, .experts-contact-info .field-item, .event-tease .event-meta {
  font-family: "Droid Serif", Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  color: #666666;
  font-style: italic;
  margin-bottom: 10px;
}

.byline em {
  font-style: normal;
}

.byline .field-contributor,
.byline .field-contributor div {
  display: inline;
}

.byline > div {
  margin-bottom: 1em;
}

.experts-contact-info .field-item {
  margin-bottom: 0;
}

.byline-related {
  font-family: "Droid Serif", Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  color: #666666;
  font-style: italic;
  margin-bottom: 12px;
}
.byline-related .byline-link {
  color: #ba2339;
  font-size: 14px;
}

.quote {
  font-family: "Droid Serif", Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  color: #666666;
  font-style: italic;
  line-height: 21px;
  font-weight: normal;
}
.quote em {
  font-style: normal;
}

.expert-title {
  padding-top: 7px;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-right: 10px;
}

.list-strong {
  color: #ba2339;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.list-bull {
  list-style: disc outside;
  padding-left: 23px;
  font: normal 1em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #000;
}
.list-bull > li {
  color: #ba2339;
  margin-bottom: 6px;
}
.list-bull > li > a {
  color: #000;
}
.list-bull > li.list-expand-trigger {
  list-style: none;
}
.list-bull > li.list-expand-trigger:before {
  color: #fff;
}
.list-bull > li.list-expand-trigger > a {
  color: #ba2339;
}

@media (min-width: 768px) {
  .list-bull.two-col {
    *zoom: 1;
    padding-left: 7px;
    margin-left: -15px;
  }
  .list-bull.two-col:after {
    content: "";
    display: table;
    clear: both;
  }
  .list-bull.two-col > li {
    display: block;
    float: left;
    width: 50%;
    padding-left: 30px;
  }
  .list-bull.two-col > li:before {
    content: '\2022';
    margin-right: 9px;
    margin-left: -15px;
    font-size: 16px;
    line-height: 13px;
    position: absolute;
  }
}

.list-expand-trigger {
  color: #ba2339;
}

.list-hide {
  display: none !important;
}

.list-horiz, .blog-hdr-rss,
.horiz-list {
  color: #bbb;
}
.list-horiz > li, .blog-hdr-rss > li,
.horiz-list > li {
  display: inline-block;
  margin: 0 7px 0 0;
}
.list-horiz > li:not(:last-child):after, .blog-hdr-rss > li:not(:last-child):after,
.horiz-list > li:not(:last-child):after {
  content: '|';
  margin-left: 8px;
}
.ie .list-horiz > li:after, .ie .blog-hdr-rss > li:after, .ie
.horiz-list > li:after {
  content: '|';
  margin-left: 8px;
}
.ie .list-horiz > li.last:after, .ie .blog-hdr-rss > li.last:after, .ie
.horiz-list > li.last:after {
  content: "";
}

.footnotes-list-item {
  margin-bottom: 30px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #ba2339;
  font-size: 12px;
}
.footnotes-list-item > .foot-note-text {
  color: #222222;
  font-size: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
}
.footnotes-list-item:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .footnotes-list-item {
    list-style-position: inside;
  }
}

@media screen and (max-width: 768px) {
  .dropcap, .dropcap-detail-text {
    padding-right: 10px;
    padding-bottom: 5px;
  }
}
/*****************

Objects

*****************/
.btn-small {
  padding: 10px;
  background-color: #ba2339;
  color: #FFF;
  font-family: "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.btn-small:hover {
  background-color: #8f1b2c;
}

.btn {
  padding: 10px;
  font-size: 16px;
  background-color: #ba2339;
  color: #FFF;
  font-family: "Droid Serif", Georgia, Times, Times New Roman, serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.btn:hover {
  background-color: #a51f32;
}

select, input, textarea, button {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
}

.form-basic .text-input, .form-s .text-input, .form-small .text-input, .form .text-input, .form-m .text-input, .form-med .text-input, .form-l .text-input, .form-large .text-input, #search-form .form-text {
  height: 28px;
  width: 90%;
  padding: 0 75px 0 10px;
  display: block;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color: #999;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.form-basic .text-input::-webkit-input-placeholder, #search-form .form-text::-webkit-input-placeholder, form-s .text-input::-webkit-input-placeholder, .form-small .text-input::-webkit-input-placeholder, .form .text-input::-webkit-input-placeholder, .form-m .text-input::-webkit-input-placeholder, .form-med .text-input::-webkit-input-placeholder, .form-l .text-input::-webkit-input-placeholder, .form-large .text-input::-webkit-input-placeholder {
  color: #cccccc;
}
.form-basic .text-input:-moz-placeholder, #search-form .form-text:-moz-placeholder, .form-s .text-input:-moz-placeholder, .form-small .text-input:-moz-placeholder, .form .text-input:-moz-placeholder, .form-m .text-input:-moz-placeholder, .form-med .text-input:-moz-placeholder, .form-l .text-input:-moz-placeholder, .form-large .text-input:-moz-placeholder {
  color: #cccccc;
}
.form-basic .text-input:hover::-webkit-input-placeholder, #search-form .form-text:hover::-webkit-input-placeholder, .form-s .text-input:hover::-webkit-input-placeholder, .form-small .text-input:hover::-webkit-input-placeholder, .form .text-input:hover::-webkit-input-placeholder, .form-m .text-input:hover::-webkit-input-placeholder, .form-med .text-input:hover::-webkit-input-placeholder, .form-l .text-input:hover::-webkit-input-placeholder, .form-large .text-input:hover::-webkit-input-placeholder {
  color: #cccccc;
}
.form-basic .text-input:hover:-moz-placeholder, #search-form .form-text:hover:-moz-placeholder, .form-s .text-input:hover:-moz-placeholder, .form-small .text-input:hover:-moz-placeholder, .form .text-input:hover:-moz-placeholder, .form-m .text-input:hover:-moz-placeholder, .form-med .text-input:hover:-moz-placeholder, .form-l .text-input:hover:-moz-placeholder, .form-large .text-input:hover:-moz-placeholder {
  color: #cccccc;
}
.form-basic .text-input:focus::-webkit-input-placeholder, #search-form .form-text:focus::-webkit-input-placeholder, .form-s .text-input:focus::-webkit-input-placeholder, .form-small .text-input:focus::-webkit-input-placeholder, .form .text-input:focus::-webkit-input-placeholder, .form-m .text-input:focus::-webkit-input-placeholder, .form-med .text-input:focus::-webkit-input-placeholder, .form-l .text-input:focus::-webkit-input-placeholder, .form-large .text-input:focus::-webkit-input-placeholder {
  color: #dddddd;
}
.form-basic .text-input:focus:-moz-placeholder, #search-form .form-text:focus:-moz-placeholder, .form-s .text-input:focus:-moz-placeholder, .form-small .text-input:focus:-moz-placeholder, .form .text-input:focus:-moz-placeholder, .form-m .text-input:focus:-moz-placeholder, .form-med .text-input:focus:-moz-placeholder, .form-l .text-input:focus:-moz-placeholder, .form-large .text-input:focus:-moz-placeholder {
  color: #dddddd;
}
.form-basic .text-input:hover, #search-form .form-text:hover, .form-s .text-input:hover, .form-small .text-input:hover, .form .text-input:hover, .form-m .text-input:hover, .form-med .text-input:hover, .form-l .text-input:hover, .form-large .text-input:hover {
  background-color: #ededed;
  background-color: rgba(255, 255, 255, 0.7);
}
.form-basic .text-input:focus, #search-form .form-text:focus, .form-s .text-input:focus, .form-small .text-input:focus, .form .text-input:focus, .form-m .text-input:focus, .form-med .text-input:focus, .form-l .text-input:focus, .form-large .text-input:focus {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  outline: none;
}
.form-basic .submit-input, #search-form .form-submit, .form-s .submit-input, .form-small .submit-input, .form .submit-input, .form-m .submit-input, .form-med .submit-input, .form-l .submit-input, .form-large .submit-input {
  height: 28px;
  width: 85px;
  display: block;
  float: left;
  margin-left: -70px;
  border-left: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.form-basic.bright .search-text, .bright.form-s .search-text, .bright.form-small .search-text, .bright.form .search-text, .bright.form-m .search-text, .bright.form-med .search-text, .bright.form-l .search-text, .bright.form-large .search-text {
  opacity: 1;
}

.form-large .submit-input {
  height: 35px;
}

.img-full, .featured-slider img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
#page-area .page-intro-media > .img-full,
#page-area .page-intro-media > img.img-full {
  width: 100%;
}
.embed-container,
.longtail-player .field-item {
  position: relative;
  padding: 0;
  padding-top: 56.25%;
  /* IE6 workaround*/
  margin-bottom: 20px;
  margin-top: 5px;
  height: 0;
  overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed,
.longtail-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.multimedia-info #multimedia-feeds {
  margin-top: 1em;
}
.multimedia-info #multimedia-feeds .left:first-child {
  margin-right: 1.5em;
}

.pagination {
  border-top: 1px dotted #cccccc;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 550px) {
  .pagination {
    border-top: 0px;
  }
}

.pager {
  text-align: center;
  *zoom: 1;
}
.pager:after {
  content: "";
  display: table;
  clear: both;
}
.pager > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.pager > li.prev {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li > a {
  padding: 5px;
}
.pager > li > a:hover {
  background-color: #f6f6f6;
}
.pager > li.pager-current {
  background-color: #f6f6f6;
  color: #000;
  padding: 5px;
}
.pager > li.pager-ellipses > a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  color: #999;
}
.pager > li.pager-ellipses > a:hover {
  cursor: default;
  background-color: transparent;
  text-decoration: none;
}
.pager > li.pager-item {
  display: none;
}
@media (min-width: 500px) {
  .pager > li.pager-item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}

/* pager */
.share-tools {
  float: right;
  font: normal bold 0.923em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: white url('../_img/link.png?1342555900') 8px center no-repeat;
  padding: 5px 5px 5px 30px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
.share-tools:hover .share-tools-list {
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .share-tools {
    background-image: url('../_img/link-retina.png?1342571193');
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    -o-background-size: 16px 9px;
    background-size: 16px 9px;
  }
}

.share-tools-list {
  position: absolute;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #000;
  display: none;
  width: 140px;
  right: 5px;
}
.share-tools-list > li {
  border-bottom: 1px solid #000;
}
.share-tools-list > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.share-tools-list > li:last-child {
  border: none;
}
.share-tools-list > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.share-tools-list > li > a {
  padding: 8px;
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.share-tools-list > li > a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  color: white;
}
.share-tools-list > li > a:hover .sprite {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.share-tools-list [class*="sprite-"] {
  float: left;
  margin-top: -2px;
  margin-right: 7px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

[class*="sprite-"] {
  display: inline-block;
}

.sprite-google-black,
.sprite-facebook-black,
.sprite-twitter-black,
.sprite-comment-black {
  float: left;
  margin-top: 5px;
  margin-right: 7px;
  opacity: 0.6;
}

/* ---------------------------------------------- */
/*	Teases						 			  	  */
/* ---------------------------------------------- */
.event-tease {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .event-tease {
    margin-bottom: 0;
  }
}
.event-tease .tease-txt {
  margin-bottom: 10px;
}
.event-tease .date, .event-meta .time {
  font-weight: bold;
}

/* ---------------------------------------------- */
/*	Layout						 			  	  */
/* ---------------------------------------------- */
body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  background: url('../_img/bg-texture.png?1341550479');
  background-color: #31353c;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#page-area {
  padding: 30px 30px 30px 30px;
  overflow: auto;
}

#page-area img {
  max-width: 100%;
  height: auto;
}

#content {
  background-color: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: -30px 0 0 0;
  *zoom: 1;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1200px) {
  #content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#content.pad-top,
.pub-page #page-area {
  padding-top: 30px;
}
.layout-2col #page-area .region-sidebar .block {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .layout-2col #page-area, .commentary #page-area, .events #page-area {
    *zoom: 1;
  }
  .layout-2col #page-area:after, .commentary #page-area:after, .events #page-area:after {
    content: "";
    display: table;
    clear: both;
  }
  .layout-2col #page-area > .ui-block-1, .commentary #page-area > .ui-block-1, .events #page-area > .region-content > #block-system-main,
  .layout-2col #page-area > .ui-block.first,
  .layout-2col #page-area > .region-content,
  .commentary #page-area > .ui-block.first {
    width: 63.5%;
    display: inline;
    float: left;
  }
  .layout-2col #page-area > .ui-block-2, .commentary #page-area > .ui-block-2, .events #page-area > .region-content > .ui-block-2,
  .layout-2col #page-area > .ui-block.second,
  .layout-2col #page-area .region-sidebar,
  .commentary #page-area > .ui-block.second,
  .events #page-area > .ui-block.second {
    width: 27.5%;
    display: inline;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 850px) {
  .layout-2col #page-area, .commentary #page-area, .events #page-area, .serial-issue #page-area, .events-page #page-area {
    *zoom: 1;
  }
  .layout-2col #page-area:after, .commentary #page-area:after, .events #page-area:after, .serial-issue #page-area, .events-page #page-area {
    content: "";
    display: table;
    clear: both;
  }
  .layout-2col #page-area > .ui-block-1, .layout-2col #page-area > .region-content, .commentary #page-area > .ui-block-1, .events #page-area > .region-content > #block-system-main, .layout-2col #page-area > .ui-block.first, .commentary #page-area > .ui-block.first, .events #page-area > .ui-block.first, .serial-issue #page-area .ui-block-1, .events-page #page-area .ui-block-1 {
    width: 57.5%;
    display: inline;
    float: left;
  }
  .layout-2col #page-area > .ui-block-2, .layout-2col #page-area .region-sidebar, .commentary #page-area > .ui-block-2, .events #page-area > .region-content > .ui-block-2, .layout-2col #page-area > .ui-block.second, .commentary #page-area > .ui-block.second, .events #page-area > .ui-block.second, .serial-issue #page-area .ui-block-2, .events-page #page-area .ui-block-2 {
    width: 27.5%;
    display: inline;
    float: right;
    margin-right: 0;
  }
}

.layout-skinny-col .region-sidebar-first, .research-areas #page-area .region-sidebar-first, .research-detail #page-area .region-sidebar-first,
.publications #page-area > .region-sidebar-first {
  display: none;
}
.publications .pub-section-lr .inline,
.publications .pub-section-lr .inline p,
.page-commentary .inline,
.page-commentary .inline p,
.view-news-releases .inline {
  display: inline;
}
.page-commentary .inline {

}
.view-news-releases li {
  margin-bottom: 1em;
}
.view-news-releases li .text-sans {
  padding: 0 25px;
}

.node-type-news-releases .field-name-field-date {
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (min-width: 960px) {
  .layout-skinny-col, .research-areas #page-area, .research-detail #page-area, .publications .region-content {
    *zoom: 1;
  }
  .layout-skinny-col:after, .research-areas #page-area:after, .research-detail #page-area:after {
    content: "";
    display: table;
    clear: both;
  }
  .layout-skinny-col > .ui-block-1, .research-areas #page-area > .ui-block-1, .research-detail #page-area > .region-content, .publications #page-area > .region-content,
  .layout-skinny-col > .ui-block.first,
  .research-areas #page-area > .ui-block.first,
  .research-detail #page-area > .ui-block.first,
  .publications .region-content .pub-top > .ui-block.first {
    width: 77.5%;
    display: inline;
    float: right;
  }
  .layout-skinny-col > .ui-block-2, .research-areas #page-area > .ui-block-2, .research-detail #page-area > .region-sidebar-first, .publications #page-area > .region-sidebar-first,
  .layout-skinny-col > .ui-block.second,
  .research-areas #page-area > .ui-block.second,
  .research-detail #page-area > .ui-block.second,
  .publications .region-content .pub-top > .ui-block.second {
    width: 17.5%;
    display: inline;
    float: left;
    margin-right: 0;
  }
  .layout-skinny-col .region-sidebar-first, .research-areas #page-area .region-sidebar-first, .research-detail #page-area .region-sidebar-first,
  .publications #page-area > .region-sidebar-first {
    display: block;
  }
  #research-area-subtopics {
    display: none;
  }
}

/* ---------------------------------------------- */
/*	Navigation						 			  */
/* ---------------------------------------------- */
.header {
  background: #2d3037 url('../_img/bg-texture-dark.png?1341550479') repeat 50% 50%;
  border-bottom: 1px solid #444;
  padding: 15px 0 0;
  height: 135px;
  margin-bottom: 15px;
  -webkit-transition: height 0.15s linear;
  -moz-transition: height 0.15s linear;
  -o-transition: height 0.15s linear;
  transition: height 0.15s linear;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.header .wrapper {
  position: relative;
}
.hdr-logo {
  width: 140px;
  margin: 0 auto 10px;
  display: block;
  position: relative;
  z-index: 10;
}
.hdr-logo img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

#block-system-main-menu-trigger,
#main-search-trigger {
  position: absolute;
  top: -2px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  padding: 17px 18px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#block-system-main-menu-trigger {
  background-color: rgba(0, 0, 0, 0.2);
  left: 14px;
}

#main-search-trigger {
  right: 14px;
}

.region-menu {
  -webkit-transition: height 0.15s linear;
  -moz-transition: height 0.15s linear;
  -o-transition: height 0.15s linear;
  transition: height 0.15s linear;
}


.panel-2col {
  /*  overflow: hidden;  */
}

.panel-2col .panel-col-first {
  float: left;
  width: 50%;
}
* html .panel-2col .panel-col-first {
  width: 49.9%;
}

.panel-2col .panel-col-first .inside {
  margin: 0 .5em 1em 0;
}

.panel-2col .panel-col-last {
  float: left;
  width: 50%;
}
* html .panel-2col .panel-col-last {
  width: 49.9%;
}

.panel-2col .panel-col-last .inside {
  margin: 0 0 1em .5em;
}

#panels-edit-display .panel-pane,
#panels-edit-display .helperclass {
  margin: .5em;
}

.panel-2col .panel-separator {
  margin: 0 0 1em 0;
}

.main-nav .content > .menu > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  z-index: 1001;
}
.main-nav .content > .menu > li > a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 10px 8px;
  font: normal bold 1.154em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
  max-height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.main-nav .content > .menu > li > a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.main-nav .content > .menu > li.active > a {
  color: #FFF;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-sub .content > .menu > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.nav-sub .content > .menu > li > a {
  font: normal 0.923em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  padding: 10px 7px;
  color: #999999;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav-sub .content > .menu > li > a:hover {
  color: #cccccc;
}
.nav-sub .content > .menu > li > a [class*='sprite-'] {
  margin: -6px 5px 0 0;
  position: relative;
  top: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.nav-sub .content > .menu > li > a:hover [class*='sprite-'] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

.expanded .item-list {
  width: 460px;
  padding: 10px 14px;
  margin-top: -2px;
  text-align: left;
  background-color: #26292e;
  position: absolute;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0 8px 8px 8px;
  -moz-border-radius: 0 8px 8px 8px;
  -ms-border-radius: 0 8px 8px 8px;
  -o-border-radius: 0 8px 8px 8px;
  border-radius: 0 8px 8px 8px;
  z-index: 1000;
  display: none;
}
/*li.expanded:hover .item-list {
  display: block;
}*/
.expanded .item-list .block-panels-mini img {
  max-width: 100%;
  height: auto;
}
.expanded .item-list,
.expanded .item-list .block-panels-mini a {
  color: #cccccc;
  font-weight: 900;
}
.expanded .item-list .block-panels-mini a:hover {
  color: white;
}
.expanded .item-list .block-panels-mini .content .text-sans,
.expanded .item-list .block-panels-mini .content .overline {
  color: #cccccc;
  font-weight: 100;
}
.expanded .item-list .block-panels-mini .content .text-sans a {
  text-decoration: underline;
}
.expanded .item-list .block-panels-mini .menu > li > a {
  display: block;
  padding: 5px 0;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.expanded .block-panels-mini .panel-2col .panel-col-first {
  width: 30%;
}
.expanded .block-panels-mini .panel-2col .panel-col-last {
  width: 70%;
  padding-left: 20px;
  border-left: 1px dotted #999999;
}
.expanded #block-panels-mini-publications-megamenu-layout.block-panels-mini .panel-2col .panel-col-first {
  width: 50%;
}
.expanded #block-panels-mini-commentary-megamenu-layout.block-panels-mini .panel-2col .panel-col-first,
.expanded #block-panels-mini-commentary-megamenu-layout.block-panels-mini .panel-2col .panel-col-last,
.expanded #block-panels-mini-publications-megamenu-layout.block-panels-mini .panel-2col .panel-col-last {
  width: 50%;
}
.expanded #block-panels-mini-commentary-megamenu-layout.block-panels-mini .panel-2col .panel-separator {
  margin: 0 0 2em 0;
}
.expanded #block-panels-mini-store-megamenu-layout .sans-h4 {
  font-style: italic;
}
.expanded .item-list .block-panels-mini .featured-book {
  width: 40%;
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.expanded #block-panels-mini-publications-megamenu-layout.block-panels-mini .featured-book {
  width: 50%;
}
.expanded #block-panels-mini-commentary-megamenu-layout.block-panels-mini .inline,
.expanded #block-panels-mini-commentary-megamenu-layout.block-panels-mini .inline p {
  display: inline;
}
.expanded #block-panels-mini-commentary-megamenu-layout.block-panels-mini .more-link {
  border-top: 0;
  text-transform: none;
}
.expanded.reverse-flyout .item-list {
  right: 0;
  text-align: right;
  -webkit-border-radius: 8px 0 8px 8px;
  -moz-border-radius: 8px 0 8px 8px;
  -ms-border-radius: 8px 0 8px 8px;
  -o-border-radius: 8px 0 8px 8px;
  border-radius: 8px 0 8px 8px;
}
.expanded.reverse-flyout .item-list .block-panels-mini {
  text-align: left;
}
.hdr-search .form-submit {
  height: 23px;
  background: transparent url('../_img/search-black.png?1340586011') no-repeat 50% 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  margin-left: -32px;
  width: 30px;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-indent: -9999em;
}
.hdr-search .form-text {
  height: 23px;
  width: 100%;
  font-size: 0.923em;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: 0;
  background-color: #999;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 1px 34px 0 4px;
  display: block;
  float: left;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hdr-search .form-text::-webkit-input-placeholder {
  color: #222222;
}
.hdr-search .form-text:-moz-placeholder {
  color: #222222;
}
.hdr-search .form-text:hover::-webkit-input-placeholder {
  color: #222222;
}
.hdr-search .form-text:hover:-moz-placeholder {
  color: #222222;
}
.hdr-search .form-text:focus::-webkit-input-placeholder {
  color: #999999;
}
.hdr-search .form-text:focus:-moz-placeholder {
  color: #999999;
}
.hdr-search .form-text:hover, .hdr-search .form-text:focus {
  background-color: #ededed;
  background-color: rgba(255, 255, 255, 0.7);
  outline: none;
}

@media (min-width: 600px) {
  .hdr-logo {
    width: 250px;
  }
  .hdr-logo img {
    margin-top: 0;
  }
}

@media (min-width: 850px) {
  .header .wrapper {
    padding: 0 20px 0 30px;
  }

  .hdr-logo {
    width: 400px;
    margin: -10px 30px 0 0;
    float: left;
  }
  .hdr-logo img {
    margin-top: 0;
  }

  .region-menu {
    margin-left: 20%;
  }

  .main-nav .content {
    margin: 13px 0 7px;
  }

  .nav-sub .content {
    height: 15px;
  }

  .hdr-search {
    position: absolute;
    top: 43px;
    right: 30px;
    width: 140px;
  }

  #block-system-main-menu-trigger,
  #main-search-trigger {
    display: none;
  }
}
@media (min-width: 1040px) {
  .hdr-search {
    top: 7px;
  }
}
@media (min-width: 1140px) {
  .hdr-search {
    width: 19%;
  }
}

@media (max-width: 849px) {
  .header {
    height: 100px;
  }
  .header.nav-active {
    height: 645px;
  }
  .header.search-active {
    height: 160px;
  }

  .region-menu {
    height: 0;
    overflow: hidden;
  }
  .nav-active .region-menu {
    height: 565px;
  }

  .main-nav .content,
  .nav-sub .content {
    margin: 0;
    background-color: #222222;
    height: auto;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .nav-active .main-nav .content, .nav-active
  .nav-sub .content {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .main-nav .content > .menu > li,
  .nav-sub .content > .menu > li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: auto;
    padding: 0;
  }
  .main-nav .content > .menu > li > a,
  .nav-sub .content > .menu > li > a {
    display: block;
    padding: 14px;
    font-size: 1.077em;
    text-align: left;
    margin: 0;
    height: auto;
    letter-spacing: 1px;
  }
  .main-nav .content > .menu > li > a:hover,
  .nav-sub .content > .menu > li > a:hover {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
  li.expanded:hover .item-list {
    display: none;
  }

  .hdr-search {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
  .search-active .hdr-search {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    position: absolute;
    top: 79px;
    left: 20px;
    right: 20px;
  }
  .hdr-search .form-text {
    height: 35px;
    background-color: white;
  }
  .hdr-search .form-text:focus {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 6px 1px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 6px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 6px 1px inset;
  }
  .hdr-search .form-submit {
    height: 34px;
    margin-left: -35px;
  }
}
/* ---------------------------------------------- */
/*	Footer						 			  	  */
/* ---------------------------------------------- */
.main-footer {
  padding: 10px;
  color: #ccc;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
}
.main-footer .wrapper {
  padding: 0 15px;
  *zoom: 1;
}
.main-footer .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.main-footer .wrapper > .col-1,
.main-footer .wrapper > .col.first {
  width: 23%;
  display: inline;
  float: left;
  margin-right: 2.667%;
}
.main-footer .wrapper > .col-2,
.main-footer .wrapper > .col.second {
  width: 23%;
  display: inline;
  float: left;
  margin-right: 2.667%;
}
.main-footer .wrapper > .col-3,
.main-footer .wrapper > .col.third {
  width: 23%;
  display: inline;
  float: left;
  margin-right: 2.667%;
}
.main-footer .wrapper > .col-4,
.main-footer .wrapper > .col.last {
  width: 23%;
  display: inline;
  float: left;
  margin-right: 0;
}
@media (min-width: 800px) {
  .main-footer .wrapper {
    margin-top: 30px;
  }
  .main-footer .wrapper .col-1, .main-footer .wrapper .col-2, .main-footer .wrapper .col-3 {
    float: right;
  }
  .main-footer .wrapper .col-1 {
    margin-right: 0;
  }
  .main-footer .wrapper .col-4 {
    margin-right: 2.667%;
  }
}
@media screen and (max-width: 799px) {
  .main-footer .wrapper [class*="col-"] {
    padding: 20px 0;
  }
  .main-footer .wrapper .col-1, .main-footer .wrapper .col-4 {
    width: 100%;
  }
  .main-footer .wrapper .col-2, .main-footer .wrapper .col-3 {
    width: 48%;
  }
  .main-footer .wrapper .col-3 {
    margin: 0;
  }
}

@media screen and (max-width: 450px) {
  .main-footer .wrapper .col-2, .main-footer .wrapper .col-3 {
    width: 100%;
  }
}

.main-footer .block h3 {
  margin-bottom: 10px;
}

.ftr-logo {
  width: 80px;
  display: block;
  margin: 0 auto 12px;
}
.ftr-logo > img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 800px) {
  .ftr-logo {
    width: 110px;
    margin: 0 0 20px 0;
  }
}

.ftr-list .menu > li {
  margin: 0 0 10px 0;
}
.ftr-list .menu > li > a {
  font: normal 0.923em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 4px 9px 4px;
  display: block;
  margin-bottom: 7px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
  color: #999999;
  color: rgba(255, 255, 255, 0.5);
}
.ftr-list .menu > li > a:hover {
  color: white;
}
.ftr-list .menu > li > a:hover {
  color: rgba(255, 255, 255, 0.95);
}
.ftr-list .menu > li > a:hover [class*='sprite-'] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}
.ftr-list .menu [class*='sprite-'] {
  float: left;
  margin-top: -2px;
  margin-right: 8px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
  opacity: 0.45;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.ftr-info,
.ftr-txt,
.ftr-txt a {
  color: #999;
  color: rgba(255, 255, 255, 0.5);
}

.ftr-txt a {
  text-decoration: underline;
}
.ftr-txt a:hover {
  color: #fff;
}

.ftr-info {
  line-height: 145%;
}
@media (max-width: 799px) {
  .ftr-info {
    text-align: center;
  }
}

.ftr-address {
  margin-bottom: 6px;
}

.ftr-txt {
  margin-bottom: 15px;
}

.ftr-signup-form .text-input {
  border: 0;
}
.ftr-signup-form .text-input::-webkit-input-placeholder {
  color: #222222;
}
.ftr-signup-form .text-input:-moz-placeholder {
  color: #222222;
}
.ftr-signup-form .text-input:hover::-webkit-input-placeholder {
  color: #222222;
}
.ftr-signup-form .text-input:hover:-moz-placeholder {
  color: #222222;
}
.ftr-signup-form .text-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.ftr-signup-form .text-input:focus:-moz-placeholder {
  color: #999999;
}

.region-sidebar-first .quiet {
  opacity: .5;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.region-sidebar-first .quiet:hover {
  opacity: 1;
}
.region-sidebar-first > .block ul > li {
  margin: 0 0 10px 0;
}
.region-sidebar-first > .block ul > li > a {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}
.region-sidebar-first > .block ul > li > a:hover {
  color: #ba2339;
}

.list {
  margin-bottom: 30px;
}
.list > li > a {
  display: block;
  padding: 0 0 6px;
}

/*****************

Homepage

*****************/
.homepage #page-area > .region-sidebar-first {
  display: none;
}
@media (min-width: 600px) {
  .homepage #page-area .region-content {
    *zoom: 1;
    margin-bottom: 35px;
  }
  .homepage #page-area .region-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .homepage #page-area .region-content > .ui-block-1, .homepage #page-area .region-content > .ui-block.first, .homepage #page-area .region-content > #block-system-main {
    width: 68.5%;
    display: inline;
    float: left;
  }
  .homepage #page-area .region-content > .ui-block-2, .homepage #page-area .region-content > .ui-block.second {
    width: 25.5%;
    display: inline;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .homepage #page-area {
    *zoom: 1;
  }
  .homepage #page-area:after {
    content: "";
    display: table;
    clear: both;
  }
  .homepage #page-area > .ui-block-1, .homepage #page-area > .ui-block.first, .homepage #page-area > .region-content {
    width: 79.5%;
    display: inline;
    float: right;
  }
  .homepage #page-area > .ui-block-2, .homepage #page-area > .ui-block.second, .homepage #page-area > .region-sidebar-first {
    width: 14%;
    display: inline;
    float: left;
    margin-right: 0;
  }
  .homepage #page-area .region-content {
    *zoom: 1;
  }
  .homepage #page-area .region-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .homepage #page-area .region-content > .ui-block-1, .homepage #page-area .region-content > .ui-block.first, .homepage #page-area .region-content > #block-system-main {
    width: 68.5%;
    display: inline;
    float: left;
  }
  .homepage #page-area .region-content > .ui-block-2, .homepage #page-area .region-content > .ui-block.second, .homepage #page-area .region-sidebar {
    width: 23.5%;
    display: inline;
    float: right;
    margin-right: 0;
  }
  .homepage #page-area > .region-sidebar-first {
    display: block;
  }
}

.story-package-large {
  margin-bottom: 20px;
  *zoom: 1;
}
.story-package-large:after {
  content: "";
  display: table;
  clear: both;
}
.story-package-large .photo-full {
  width: 100%;
  margin-bottom: 20px;
}
.story-package-large .photo-thumb {
  width: 30%;
  float: right;
  margin: 0 0px 20px 20px;
}
#page-area .story-package-large .photo-full img,
#page-area .story-package-large .photo-thumb img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .story-package-large .photo-thumb {
    width: 35%;
  }
}
@media screen and (max-width: 320px) {
  .story-package-large .photo-thumb {
    width: 33%;
  }
}
.story-package-large img {
  max-width: 100%;
  height: auto;
}
.story-package-large .text ul {
  list-style: disc outside;
  padding-left: 20px;
}
.story-package-large .text ul > li {
  margin-bottom: 10px;
}

.story-overline {
  font: normal bold 0.923em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #26292e;
  margin-bottom: 10px;
}
.story-overline .time {
  color: #999;
}

.side-article, .tease-special {
  background: url('../_img/xline.png?1340113007') bottom center no-repeat;
  padding-bottom: 40px;
  margin: 0 auto 40px;
  *zoom: 1;
}
.side-article:after, .tease-special:after {
  content: "";
  display: table;
  clear: both;
}
.side-article:last-child, .tease-special:last-child {
  background-image: none;
}
.side-article .text-sans, .tease-special .text-sans {
  margin-bottom: 0;
}

.tease-special {
  max-width: 250px;
  text-align: center;
}
.tease-special .icon {
  display: block;
  margin: 0 auto 10px;
}
.tease-special .section-h3 {
  border-bottom: none;
  padding-bottom: 0;
}
.tease-special .text-sans {
  margin-bottom: 30px;
}

.sidebar .commentary-research-area {
  float: right;
  width: 75px;
}
.sidebar .text-small-tag {
  text-align: center;
  display: block;
}

/*****************

Page sections

*****************/
.region-postscript {
  width: 100%;
  clear: both;
  margin-bottom: 40px;
  *zoom: 1;
}
.region-postscript:after {
  content: "";
  display: table;
  clear: both;
}

.region-postscript > .section > h3,
.region-postscript > .section > .content > h3,
#page-area > .region-content h3.section-heading, #page-area > .region-postscript h3.section-heading {
  background-color: #f6f6f6;
  padding: 5px 10px;
  margin: 0 0 30px -10px;
  border-bottom: 1px dotted #dddddd;
}

.page-head {
  max-width: 1200px;
  padding: 16px 30px;
  background-color: #EFEFEF;
  border-bottom: 1px dotted #dddddd;
  display: block;
  *zoom: 1;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.page-head:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 850px) {
  .page-head {
    width: 100%;
    padding-right: 4%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 850px) {
  .page-head:hover {
    cursor: pointer;
  }
}
@media (min-width: 850px) {
  .page-head .arrow-down {
    display: none;
  }
}

@media (min-width: 850px) {
  #sub-nav-trigger {
    padding-bottom: 10px;
  }
}

.section-nav {
  display: none;
  float: none;
  margin: 14px 0px 0px -5px;
  position: relative;
}
.view-footer
.section-nav > li {
  display: block;
}
.section-nav > li .cart-active {
  color: #ba2339;
}
.section-nav > li > a {
  display: block;
  font-family: "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top: 1px dotted #CCC;
  padding: 10px 5px;
}
.section-nav > li > a:hover {
  color: #ba2339;
  text-decoration: none;
}
.section-nav.open {
  display: block;
}
@media (min-width: 850px) {
  .section-nav {
    display: block;
    float: right;
    margin: -6px 0px 0px 0px;
    *zoom: 1;
  }
  .section-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-head .section-nav {
    margin-top: -28px;
  }
  .node-type-authors .page-head .section-nav {
    margin-top: -45px;
  }
  .section-nav > li {
    display: inline;
  }
  .section-nav > li > a {
    font-size: 12px;
    color: #666666;
    padding: 10px;
    border-top: 0;
    float: right;
  }
  .section-nav > li > a.pager-current {
    background-color: #f6f6f6;
  }
}

.arrow-down {
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: -11px;
  -webkit-transform: rotate(0.1deg);
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -o-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
}
.experts-detail .arrow-down {
  margin-top: -23px;
}
@media (min-width: 600px) {
  .arrow-down {
    margin-top: -15px;
  }
  .experts-detail .arrow-down {
    margin-top: -27px;
  }
}

#sub-nav-trigger.open .arrow-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.video-section {
  *zoom: 1;
}
.video-section:after {
  content: "";
  display: table;
  clear: both;
}
.video-section > .content > .view-multimedia > .attachment,
.video-section > .content > .cp_tile > .view-display-id-bio_player > .view-content,
.video-section > .content > .cp_tile > .view-display-id-bio_block_list > .attachment,
.video-section > .content > .cp_tile > .view-display-id-topic_block_list > .attachment {
  width: 59%;
  display: inline;
  float: left;
}
.video-section > .content > .view-multimedia > .view-content,
.video-section > .content > .view-multimedia > .view-empty > .view-multimedia > .view-content,
.video-section > .content > .cp_tile > .view-display-id-bio_block_list > .view-content,
.video-section > .content > .cp_tile > .view-display-id-topic_block_list > .view-content,
.video-section > .content > .view-multimedia > .more-link,
.video-section > .content > .view-multimedia > .view-empty .view-multimedia > .more-link,
.video-section > .content > .cp_tile > .view-display-id-bio_block_list > .more-link,
.video-section > .content > .cp_tile > .view-display-id-topic_block_list > .more-link {
  width: 37%;
  display: inline;
  float: right;
  margin-right: 0;
}
.video-section > .content > .view-multimedia > .more-link,
.video-section > .content > .view-multimedia > .view-empty .view-multimedia > .more-link,
.video-section > .content > .cp_tile > .view-display-id-bio_block_list > .more-link,
.video-section > .content > .cp_tile > .view-display-id-topic_block_list > .more-link {
  clear: right;
}

.video-player, .audio-player {
  border-bottom: 1px dotted #D9D9D9;
  padding-bottom: 20px;
}

.media-playlist li {
  *zoom: 1;
  border-bottom: 1px dotted #D9D9D9;
  padding: 5px 0;
}
.media-playlist li:after {
  content: "";
  display: table;
  clear: both;
}
.media-playlist li .text-sans {
  margin: 0;
}

.media-thumb {
  width: 100%;
}

.media-thumb img {
  max-width: 100%;
  height: auto;
}

#page-area .video-section .media-thumb img {
  max-width: 200px;
  height: auto;
}

@media (min-width: 600px) and (max-width: 767px) {
  .four-across {
    *zoom: 1;
  }
  .four-across:after {
    content: "";
    display: table;
    clear: both;
  }
  .four-across > .ui-block-1,
  .four-across > .ui-block.first {
    width: 47.5%;
    display: inline;
    float: left;
    margin-right: 5%;
  }
  .four-across > .ui-block-2,
  .four-across > .ui-block.second {
    width: 47.5%;
    display: inline;
    float: left;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .four-across {
    *zoom: 1;
  }
  .four-across:after {
    content: "";
    display: table;
    clear: both;
  }
  .four-across .col-0, .four-across > .col.first {
    width: 23%;
    display: inline;
    float: left;
    margin-right: 2.667%;
  }
  .four-across .col-1, .four-across > .col.second {
    width: 23%;
    display: inline;
    float: left;
    margin-right: 2.667%;
  }
  .four-across .col-2, .four-across > .col.third {
    width: 23%;
    display: inline;
    float: left;
    margin-right: 2.667%;
  }
  .four-across .col-3, #block-views-events-home-main .attachment, .four-across > .col.last {
    width: 23%;
    display: inline;
    float: left;
    margin-right: 0;
  }
}
.four-across .more li {
  margin-bottom: 20px;
}

.books {
  *zoom: 1;
}
.books:after {
  content: "";
  display: table;
  clear: both;
}
.books > .ui-block-1,
.books > .ui-block.first {
  width: 35.333%;
  display: inline;
  float: left;
  margin-right: 4%;
}
.books > .ui-block-2,
.books > .ui-block.second {
  width: 35.333%;
  display: inline;
  float: left;
  margin-right: 4%;
}
.books > .ui-block-3,
.books > .ui-block.last {
  width: 21.333%;
  display: inline;
  float: left;
  margin-right: 0;
}

.special {
  margin-top: 40px;
  *zoom: 1;
}
.special:after {
  content: "";
  display: table;
  clear: both;
}
.special h3.page-h1 {
  text-transform: none;
  border-bottom: none;
  padding-bottom: none;
}
.special .ui-block-1, .special .ui-block.first {
  width: 47.5%;
  display: inline;
  float: left;
}
.special .ui-block-2, .special .ui-block.second {
  width: 47.5%;
  display: inline;
  float: right;
  margin-right: 0;
}
.special .special-quarter {
  *zoom: 1;
}
.special .special-quarter:after {
  content: "";
  display: table;
  clear: both;
}
.special .special-quarter > .ui-block-1, .special .special-quarter > .ui-block.first {
  width: 47.5%;
  display: inline;
  float: left;
}
.special .special-quarter > .ui-block-2, .special .special-quarter > .ui-block.second {
  width: 47.5%;
  display: inline;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .special .special-quarter .ui-block-1, .special .special-quarter .ui-block-2 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .special .ui-block-1, .special .ui-block-2 {
    width: 100%;
  }
}

.sub-nav {
  display: inline;
}

.sub-nav-item {
  text-transform: uppercase;
  display: inline;
  margin-right: 50px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.sub-nav-item:last-child {
  margin-right: 0px;
}

.page-head-container {
  position: relative;
  border-bottom: 1px dotted #999999;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.page-head-detail {
  display: inline;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  /*
  	.section-title {
  		font-size: 30px;
  	}
  */
  .video-section {
    *zoom: 1;
  }
  .video-section:after {
    content: "";
    display: table;
    clear: both;
  }
  .video-section > .content > .view-multimedia > .attachment,
  .video-section > .content > .cp_tile > .view-display-id-bio_player > .view-content,
  .video-section > .content > .cp_tile > .view-display-id-bio_block_list > .attachment,
  .video-section > .content > .cp_tile > .view-display-id-topic_block_list > .attachment {
    width: 100%;
    display: inline;
    float: left;
  }
  .video-section > .content > .view-multimedia > .view-content,
  .video-section > .content > .view-multimedia > .view-empty .view-multimedia > .view-content,
  .video-section > .content > .cp_tile > .view-display-id-bio_block_list > .view-content,
  .video-section > .content > .view-multimedia > .more-link,
  .video-section > .content > .view-multimedia > .view-empty .view-multimedia > .more-link,
  .video-section > .content > .cp_tile > .view-display-id-bio_block_list > .more-link,
  .video-section > .content > .cp_tile > .view-display-id-topic_block_list > .more-link {
    width: 100%;
    display: inline;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 1100px) {
  .video-section .media-thumb {
    float: left;
    margin-right: 10px;
    width: auto;
  }
  .video-section .media-playlist h4.sans-h4,
  .video-section .media-playlist .byline,
  .video-section .media-playlist .text-sans {
    margin-left: 210px;
  }
}
/*****************

Research Areas: Homepage

*****************/
@media (max-width: 99999px) {
  .research-areas .page-head {
    cursor: pointer;
    padding-bottom: 16px;
  }
  .research-areas .page-head .section-nav {
    display: none;
    float: none;
    margin: 14px 0px 0px -5px;
    position: relative;
  }
  .research-areas .page-head .section-nav > li {
    display: block;
  }
  .research-areas .page-head .section-nav > li .cart-active {
    color: #ba2339;
  }
  .research-areas .page-head .section-nav > li > a {
    display: block;
    font-family: "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px dotted #CCC;
    padding: 10px 5px;
  }
  .research-areas .page-head .section-nav > li > a:hover {
    color: #ba2339;
    text-decoration: none;
  }
  .research-areas .page-head .section-nav.open {
    display: block;
  }
  .research-areas .page-head .arrow-down {
    display: block;
  }
}
.research-areas #sub-nav-trigger {
  padding-bottom: 16px;
}
@media (min-width: 800px) {
  .research-areas .section-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
}
.research-areas .research-areas-item {
  width: 45%;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #EEE;
}
.research-areas .research-icon {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 80px;
}
.research-areas .research-icon img {
  max-width: 100%;
}
.research-areas .research-list {
  clear: right;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  list-style-type: disc;
  font-size: 1em;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
}
.research-areas .research-list li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .research-areas .research-areas-item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .research-areas .research-areas-item .page-h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

/*****************

Research Areas: Detail Page

*****************/
.research-detail-hdr {
  *zoom: 1;
  margin-top: 10px;
}
.research-detail-hdr:after {
  content: "";
  display: table;
  clear: both;
}
.research-detail-hdr .section-h1 {
  max-width: 91%;
}

@media (min-width: 768px) {
  .research-detail .page-content {
    *zoom: 1;
  }
  .research-detail .page-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .research-detail .region-content > #block-system-main, .research-detail .page-content > .ui-block.first {
    width: 72.5%;
    display: inline;
    float: left;
  }
  .research-detail .region-content > .ui-block-2, .research-detail .page-content > .ui-block.second {
    width: 22.5%;
    display: inline;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .research-detail .page-head {
    cursor: pointer;
    padding-bottom: 16px;
  }
  .research-detail .page-head .section-nav {
    display: none;
    float: none;
    margin: 14px 0px 0px -5px;
    position: relative;
  }
  .research-detail .page-head .section-nav > li {
    display: block;
  }
  .research-detail .page-head .section-nav > li .cart-active {
    color: #ba2339;
  }
  .research-detail .page-head .section-nav > li > a {
    display: block;
    font-family: "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px dotted #CCC;
    padding: 10px 5px;
  }
  .research-detail .page-head .section-nav > li > a:hover {
    color: #ba2339;
    text-decoration: none;
  }
  .research-detail .page-head .section-nav.open {
    display: block;
  }
  .research-detail .page-head .arrow-down {
    display: block;
  }
}
@media (min-width: 900px) {
  .research-detail .page-head .section-nav {
    margin-top: -41px;
  }
}
.research-detail .page-head {
  margin-top: 20px;
}
.research-detail .arrow-down {
  margin-top: -28px;
}
.research-detail .media-heading {
  margin-top: -6px !important;
}
@media screen and (max-width: 800px) {
  .research-detail .featured-slider .overlay {
    position: relative;
    margin-top: -10px;
    background-image: url('../_img/sharetools-bg.png?1341603381');
    background-color: rgba(0, 0, 0, 0.8);
  }
  .research-detail .featured-slider img {
    margin-bottom: 0px;
  }
}

.more-links {
  margin-top: 30px;
  text-align: right;
}
.more-links > a {
  color: #999999;
}

.featured-slider {
  position: relative;
}
.featured-slider .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 2px;
  width: 100%;
  padding: 20px;
}
.featured-slider .overlay .page-h1, .featured-slider .overlay .four-o-four .h-404, .four-o-four .featured-slider .overlay .h-404, .featured-slider .overlay .text, .featured-slider .overlay .list-bull-alt > li, .featured-slider .overlay .body-text ul > li, .body-text .featured-slider .overlay ul > li, .featured-slider .overlay .story-package-large .links > li, .story-package-large .featured-slider .overlay .links > li {
  color: #FFF;
}
.featured-slider .overlay > .text, .featured-slider .list-bull-alt.overlay > li, .featured-slider .body-text ul.overlay > li, .body-text .featured-slider ul.overlay > li, .featured-slider .story-package-large .links.overlay > li, .story-package-large .featured-slider .links.overlay > li {
  margin-bottom: 10px;
}
.featured-slider .page-h1 > a:hover, .featured-slider .four-o-four .h-404 > a:hover, .four-o-four .featured-slider .h-404 > a:hover {
  text-decoration: none;
}
.featured-slider .carousel-next,
.featured-slider .carousel-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.touch .featured-slider .carousel-next, .touch
.featured-slider .carousel-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media (max-width: 600px) {
  .featured-slider .carousel-next,
  .featured-slider .carousel-prev {
    top: 43%;
    width: 15%;
  }
}
.featured-slider:hover .carousel-next, .featured-slider:hover .carousel-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.featured-slider .carousel-next {
  right: -6.75%;
}
@media (min-width: 750px) {
  .featured-slider .carousel-next {
    right: -3.5%;
  }
}
.featured-slider .carousel-prev {
  left: -6.75%;
}
@media (min-width: 750px) {
  .featured-slider .carousel-prev {
    left: -3.5%;
  }
}

.link-overlay {
  width: 100%;
  display: inline-block;
  position: relative;
}
.link-overlay:hover {
  text-decoration: none;
}

.research-detail-section {
  margin: 0 0 40px 0;
}
.research-detail-section .page-h2,
.topic-detail-section .page-h2,
.pub-section-lr .page-h2,
#mini-panel-publications_main_middle .page-h2 {
  border-bottom: 1px dotted #999999;
  padding-bottom: 10px;
  font: normal 2.308em/110% "Hoefler Titling A", "Hoefler Titling B", Times, Times New Roman, Georgia, serif;
  text-transform: none;
  letter-spacing:normal;
}
.research-detail-section .byline, .research-detail-section .event-tease .event-meta, .event-tease .research-detail-section .event-meta {
  margin-bottom: 20px;
}
#research-area-subtopics .view-id-subtopics {
  -moz-column-count:2; /* Firefox */
  -webkit-column-count:2; /* Safari and Chrome */
  column-count:2;
}
.research-detail-experts li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 100px;
  margin: 0 20px 20px 0;
}
.research-detail-experts li img {
  width: 100%;
  height: auto;
  margin-bottom: 3px;
}
.research-detail-experts li a {
  font-family: "Droid Serif", Georgia, Times, Times New Roman, serif;
  display: block;
}

.research-detail-icon {
  width: 50px;
  margin: -6px 16px 0 -5px;
  float: left;
}
@media (min-width: 400px) {
  .research-detail-icon {
    margin-top: -12px;
  }
}
.long .research-detail-icon {
  margin-top: 0;
}
@media (min-width: 400px) {
  .long .research-detail-icon {
    margin-top: -6px;
  }
}
@media (min-width: 700px) {
  .long .research-detail-icon {
    margin-top: -12px;
  }
}

.subtopic-video {
  margin-bottom: 50px;
}

/*****************

About

*****************/
.page-intro-container {
  *zoom: 1;
  margin-bottom: 30px;
}
.page-intro-container:after {
  content: "";
  display: table;
  clear: both;
}
.page-intro-container > .ui-block-1, .page-intro-container > .ui-block.first {
  width: 48%;
  display: inline;
  float: left;
}
.page-intro-container > .ui-block-2, .page-intro-container > .ui-block.second {
  width: 48%;
  display: inline;
  float: right;
  margin-right: 0;
}

.page-intro-media-item {
  width: 100%;
}

.page-intro-sub-text {
  margin-bottom: 0px;
}

.page-intro-container-sub {
  *zoom: 1;
  margin-bottom: 30px;
}
.page-intro-container-sub:after {
  content: "";
  display: table;
  clear: both;
}
.page-intro-container-sub > .ui-block-1, .page-intro-container-sub > .ui-block.first {
  width: 48%;
  display: inline;
  float: left;
}
.page-intro-container-sub > .ui-block-2, .page-intro-container-sub > .ui-block.second {
  width: 48%;
  display: inline;
  float: right;
  margin-right: 0;
}

/*
.page-intro-sub-text {
	max-width: 50%;
}
*/
@media screen and (max-width: 650px) {
  .page-intro-container {
    *zoom: 1;
  }
  .page-intro-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-intro-container > .ui-block-1, .page-intro-container > .ui-block.first {
    width: 100%;
    display: inline;
    float: left;
  }
  .page-intro-container > .ui-block-2, .page-intro-container > .ui-block.second {
    width: 100%;
    display: inline;
    float: right;
    margin-right: 0;
  }

  /* We don't want to do it this way, this changes everything with img-full on it.. */
  .img-full, .featured-slider img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .page-intro-container-sub {
    *zoom: 1;
  }
  .page-intro-container-sub:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-intro-container-sub > .ui-block-1, .page-intro-container-sub > .ui-block.first {
    width: 100%;
    display: inline;
    float: left;
  }
  .page-intro-container-sub > .ui-block-2, .page-intro-container-sub > .ui-block.second {
    width: 100%;
    display: inline;
    float: right;
    margin-right: 0;
  }

  .page-intro-sub-text {
    margin-bottom: 30px;
  }
}
/*****************

Support

*****************/
.support .page-head {
  cursor: pointer;
  padding-bottom: 16px;
}
.support .page-head .section-nav {
  display: none;
  float: none;
  margin: 14px 0px 0px -5px;
  position: relative;
}
.support .page-head .section-nav > li {
  display: block;
}
.support .page-head .section-nav > li .cart-active {
  color: #ba2339;
}
.support .page-head .section-nav > li > a {
  display: block;
  font-family: "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top: 1px dotted #CCC;
  padding: 10px 5px;
}
.support .page-head .section-nav > li > a:hover {
  color: #ba2339;
  text-decoration: none;
}
.support .page-head .section-nav.open {
  display: block;
}
.support .page-head .arrow-down {
  display: block;
}

.page-intro-container-support {
  *zoom: 1;
  margin-bottom: 30px;
}
.page-intro-container-support:after {
  content: "";
  display: table;
  clear: both;
}
.page-intro-container-support > .ui-block-1, .page-intro-container-support > .ui-block.first {
  width: 48%;
  display: inline;
  float: left;
}
.page-intro-container-support > .ui-block-2, .page-intro-container-support > .ui-block.second {
  width: 48%;
  display: inline;
  float: right;
  margin-right: 0;
}

.page-intro-container-sub-support {
  *zoom: 1;
}
.page-intro-container-sub-support:after {
  content: "";
  display: table;
  clear: both;
}
.page-intro-container-sub-support > .ui-block-1, .page-intro-container-sub-support > .ui-block.first {
  width: 37%;
  display: inline;
  float: left;
}
.page-intro-container-sub-support > .ui-block-2, .page-intro-container-sub-support > .ui-block.second {
  width: 59%;
  display: inline;
  float: right;
  margin-right: 0;
}

.four-star-rating-container {
  margin: auto 0;
  text-align: center;
  border-bottom: 1px dotted #999999;
  margin-bottom: 25px;
}

.four-star-rating {
  margin-bottom: 15px;
}

.featured-book {
  width: 31%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.books-more-item {
  border-bottom: 1px dotted #999999;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.books-more-sections {
  width: 13%;
  float: left;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .page-intro-container-support {
    *zoom: 1;
  }
  .page-intro-container-support:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-intro-container-support > .ui-block-1, .page-intro-container-support > .ui-block.first {
    width: 100%;
    display: inline;
    float: left;
  }
  .page-intro-container-support > .ui-block-2, .page-intro-container-support > .ui-block.second {
    width: 100%;
    display: inline;
    float: right;
    margin-right: 0;
  }

  .page-intro-container-sub-support {
    *zoom: 1;
  }
  .page-intro-container-sub-support:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-intro-container-sub-support > .ui-block-1, .page-intro-container-sub-support > .ui-block.first {
    width: 100%;
    display: inline;
    float: left;
  }
  .page-intro-container-sub-support > .ui-block-2, .page-intro-container-sub-support > .ui-block.second {
    width: 100%;
    display: inline;
    float: right;
    margin-right: 0;
  }

  .guidestar-title {
    text-align: center;
  }
}
/*****************

Detail

*****************/
.pub-page #page-area {
  *zoom: 1;
}
.pub-page:after {
  content: "";
  display: table;
  clear: both;
}
.pub-page #page-area > .ui-block-1, .pub-page #page-area > .ui-block.first {
  width: 13%;
  display: inline;
  float: left;
}
.pub-page #page-area > .ui-block-2, .experts #page-area .region-content {
  width: 84%;
  display: inline;
  float: right;
  margin-right: 0;
}
.pub-page #page-area .byline, .pub-page #page-area .event-tease .event-meta, .event-tease .pub-page #page-area .event-meta {
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  .pub-page #page-area .page-h1, .pub-page #page-area .four-o-four .h-404, .four-o-four .pub-page #page-area .h-404 {
    font-size: 3.462em;
  }
}

.pub-page-content-container {
  *zoom: 1;
}
.pub-page-content-container:after {
  content: "";
  display: table;
  clear: both;
}
.pub-page-content-container > .ui-block-1, .pub-page-content-container > .ui-block.first {
  width: 77.833%;
  display: inline;
  float: left;
  margin-right: 1.75%;
}
.pub-page-content-container > .ui-block-2, .pub-page-content-container > .ui-block.second {
  width: 14.833%;
  display: inline;
  float: left;
  margin-right: 1.75%;
}
.pub-page-content-container > .ui-block-3, .pub-page-content-container > .ui-block.last {
  width: -1.167%;
  display: inline;
  float: left;
  margin-right: 0;
}

.pub-page-share-tools {
  display: block;
  position: absolute;
  top: 40px;
  right: -160px;
  width: 120px;
  font-family: "Hoefler Titling A", "Hoefler Titling B", Times, Times New Roman, Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 30px;
}
.pub-page-share-tools [class*="sprite"] {
  opacity: 0.6;
  margin-right: 7px;
  float: left;
  margin-top: 6px;
}

.pub-page-share-tools-rel {
  position: relative;
}

.pub-page .region-content {
  max-width: 700px;
  width: 81%;
  margin-right: 30px;
  position: relative;
  margin: 0 auto;
}

.pub-section-head {
  font: normal 1.154em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #999999;
}

.pub-section-head div {
  display: inline;
}

.pub-page .page-h1 {
  margin-bottom: 30px;
}

.expert-attribution {
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
  *zoom: 1;
}
.expert-attribution:after {
  content: "";
  display: table;
  clear: both;
}

.pdf-section {
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
  *zoom: 1;
}
.pdf-section:after {
  content: "";
  display: table;
  clear: both;
}
.pdf-section .cover-img {
  margin: 0 auto;
  float: left;
}
.pdf-section .cover-text {
  float: left;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .pdf-section .cover-text {
    float: left;
    width: 100%;
    position: static;
  }
  #page-area .pdf-section .field-name-field-cover-image .field-item > img {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
  }
  .pdf-section .article-detail-store-price {
    margin-bottom: 20px;
  }
}

#page-area .pdf-section .field-name-field-cover-image .field-item > img {
  border: 4px #FFF solid;
  -webkit-box-shadow: #cccccc 0px 0px 10px;
  -moz-box-shadow: #cccccc 0px 0px 10px;
  box-shadow: #cccccc 0px 0px 10px;
  *zoom: 1;
  margin-bottom: 30px;
  margin-right: 30px;
  width: 30%;
  float: left;
}
#page-area .pdf-section .field-name-field-cover-image .field-item > img:after {
  content: "";
  display: table;
  clear: both;
}

.article-detail-store-price {
  *zoom: 1;
  margin-bottom: 30px;
}
.article-detail-store-price:after {
  content: "";
  display: table;
  clear: both;
}

.expert-attribution-link {
  display: block;
  float: left;
  max-width: 50px;
  margin-right: 20px;
}

.expert-attribution-link img {
  max-width: 100%;
  height: auto;
}

.footnotes {
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.related-item {
  max-width: 520px;
  width: 46%;
  float: left;
  margin-right: 30px;
}

.related-item .field-name-body,
.related-item .field-name-body div,
.related-item .field-name-body div p {
  display: inline;
}

.related-item:nth-child(even) {
  margin-right: 0px;
}

html.ie .related-item {
  width: 44%;
}

.pub-share-list li a {
  color: #666;
}
.pub-share-list li a:hover {
  color: #BA2339;
}

@media screen and (max-width: 700px) {
  .pub-page #page-area {
    *zoom: 1;
  }
  .pub-page:after {
    content: "";
    display: table;
    clear: both;
  }
  .pub-page #page-area > .ui-block-1, .pub-page #page-area > .ui-block.first {
    width: 0%;
    display: inline;
    float: left;
  }
  .pub-page #page-area > .ui-block-2, .experts #page-area .region-content {
    width: 100%;
    display: inline;
    float: right;
    margin-right: 0;
  }

  .pub-page-content-container {
    *zoom: 1;
    width: 70%;
    margin: 0 auto;
  }
  .pub-page-content-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .pub-page-content-container > .ui-block-1, .pub-page-content-container > .ui-block.first {
    width: 100%;
    display: inline;
    float: left;
  }
  .pub-page-content-container > .ui-block-2, .pub-page-content-container > .ui-block.second {
    width: 0%;
    display: inline;
    float: right;
    margin-right: 0;
  }
}
@media screen and (max-width: 1030px) {
  .pub-page #page-area {
    padding: 30px 0;
  }

  .pub-page .region-content {
    width: 85%;
  }

  .pub-page-share-tools {
    position: relative;
    top: 0px;
    right: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #DDD;
    width: 100%;
  }
  .node-type-issues .pub-page-share-tools,
  .view-front-page .pub-page-share-tools {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .pub-share-list {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .related-item {
    width: 100%;
  }

  .pub-page-content-container {
    *zoom: 1;
    width: 90%;
    margin: 0 auto;
  }
  .pub-page-content-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .pub-page-content-container > .ui-block-1, .pub-page-content-container > .ui-block.first {
    width: 100%;
    display: inline;
    float: left;
  }
  .pub-page-content-container > .ui-block-2, .pub-page-content-container > .ui-block.second {
    width: 0%;
    display: inline;
    float: right;
    margin-right: 0;
  }
}

.publications section {
  margin-bottom: 40px;
}
.publications .page-h2 {
  border-bottom: 1px dotted #999999;
}
.publications .more-link {
  clear: both;
}
@media (min-width: 600px) and (max-width: 767px) {
  .publications .pub-section-lr {
    *zoom: 1;
  }
  .publications .pub-section-lr:after {
    content: "";
    display: table;
    clear: both;
  }
  .publications .pub-section-lr > .view-content, .publications .pub-section-lr > .ui-block.first {
    width: 57.5%;
    display: inline;
    float: left;
  }
  .publications .pub-section-lr > .view-footer, .publications .pub-section-lr > .ui-block.second {
    width: 37.5%;
    display: inline;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .publications .pub-section-lr {
    *zoom: 1;
  }
  .publications .pub-section-lr:after {
    content: "";
    display: table;
    clear: both;
  }
  .publications .pub-section-lr > .view-content, .publications .pub-section-lr > .ui-block.first {
    width: 67.5%;
    display: inline;
    float: left;
  }
  .publications .pub-section-lr > .view-footer, .publications .pub-section-lr > .ui-block.second {
    width: 27.5%;
    display: inline;
    float: right;
    margin-right: 0;
  }
}
.publications #mini-panel-publications_main_middle > .panel-col-first,
.publications #mini-panel-publications_main_middle > .panel-col-last,
.page-commentary #mini-panel-commentary_page_multimedia > .panel-col-first,
.page-commentary #mini-panel-commentary_page_multimedia > .panel-col-last {
  width: 100%;
  float: none;
  display: block;
  clear: both;
}
.publications #mini-panel-publications_main_middle,
.publications #mini-panel-publications_main_middle > .panel-col-last,
.page-commentary #mini-panel-commentary_page_multimedia,
.page-commentary #mini-panel-commentary_page_multimedia > .panel-col-last {
  margin-top: 40px;
}
#block-views-public-filings-block {
  margin-top: 20px;
}
.publications #mini-panel-publications_main_middle > .panel-col-last > .inside,
.page-commentary #mini-panel-commentary_page_multimedia > .panel-col-last > .inside {
  margin: 0;
}
@media (min-width: 768px) {
  .publications #mini-panel-publications_main_middle,
  .page-commentary #mini-panel-commentary_page_multimedia {
    *zoom: 1;
  }
  .publications #mini-panel-publications_main_middle:after,
  .page-commentary #mini-panel-commentary_page_multimedia:after {
    content: "";
    display: table;
    clear: both;
  }
  .publications #mini-panel-publications_main_middle > .panel-col-first, .publications #mini-panel-publications_main_middle > .ui-block.first,
  .page-commentary #mini-panel-commentary_page_multimedia > .panel-col-first, .page-commentary #mini-panel-commentary_page_multimedia > .ui-block.first {
    width: 47.5%;
    display: inline;
    float: left;
    clear:none;
  }
  .publications #mini-panel-publications_main_middle > .panel-col-last, .publications #mini-panel-publications_main_middle > .ui-block.second,
  .page-commentary #mini-panel-commentary_page_multimedia > .panel-col-last, .page-commentary #mini-panel-commentary_page_multimedia > .ui-block.second {
    width: 47.5%;
    display: inline;
    float: right;
    margin-right: 0;
    clear:none;
    margin-top: 0;
  }
}
.books-listing .books .featured-book {
  width: 60px;
  height: auto;
  margin: 0 10px 10px 0;
}
.books-listing .books h4.sans-h4,
.books-listing .books .text-sans,
.books-listing .books .byline {
  margin-left: 70px;
}
.books-section > .content > .books-listing > .more-link {
  clear: both;
}
@media (min-width: 600px) {
  .books-listing .books {
    display: block;
    float: left;
    padding-right: 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    width: 50%;
  }
  .books-listing .books:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .books-listing .books h4.sans-h4 {
    clear: both;
  }
  .books-listing .books h4.sans-h4,
  .books-listing .books .text-sans,
  .books-listing .books .byline {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .experts-detail .books-listing .books {
    width: 25%;
  }
  .experts-detail .books-listing .books:nth-child(2n+1) {
    clear: none;
  }
  .experts-detail .books-listing .books:nth-child(4n+1) {
    clear: left;
  }
}
.publications .pub {
  margin-bottom: 25px;
}
.publications .pub-nav {
  margin-bottom: 30px;
}

/*****************

Blog

*****************/
div.caption-left {
  margin: 20px 30px 20px 0;
}
div.caption-right {
  margin: 20px 0 20px 30px;
}
div.caption-inner {
  font-size: 0.8em;
}

.blog .feed-icon {
  display: none;
}
.blog #content {
  width: 100%;
  min-width: 100%;
}
.blog #page-area {
  width: 85%;
  min-width: 85%;
  margin: auto;
  padding: 30px 0;
}
.blog .blog-topic-header {
  margin-top: -20px;
  margin-bottom: 40px;
}
@media (min-width: 850px) {
  .blog #page-area {
    width: 100%;
    min-width: 100%;
    padding: 30px;
    *zoom: 1;
  }
  .blog #page-area:after {
    content: "";
    display: table;
    clear: both;
  }
  .blog #page-area > .ui-block-1, .blog #page-area > .ui-block.first, .blog .region-content {
    width: 57.5%;
    display: inline;
    float: left;
  }
  .blog #page-area > .ui-block-2, .blog #page-area > .ui-block.second, .blog .region-sidebar {
    width: 27.5%;
    max-width: 27.5%;
    display: inline;
    float: right;
    margin-right: 0;
  }
}
.blog #page-area .story-package-large {
  margin-bottom: 80px;
}
.blog #page-area .pagination {
  border-top: 0;
  margin: -40px 0 10px;
}

.blog-page-hdr {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #999;
  *zoom: 1;
}
.blog-page-hdr:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 500px) {
  .blog-page-hdr {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
@media (min-width: 850px) {
  .blog-page-hdr {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .blog-page-hdr {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.blog-hdr-hlink {
  display: block;
}
.blog-hdr-hlink:hover {
  text-decoration: none;
}

.blog-hdr-hgroup {
  text-align: center;
}

.blog-hdr-icon {
  display: block;
  width: 60px;
  margin: 0 auto 7px;
}

.blog-hdr-h {
  font: normal 700 3.692em "Verlag Cond A", "Verlag Cond B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #ba2339;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: -4px;
  white-space: nowrap;
}
@media (min-width: 500px) {
  .blog-hdr-h {
    font-size: 4.231em;
  }
}
.blog-hdr-h .abbv {
  display: none;
}
@media (min-width: 500px) {
  .blog-hdr-h .abbv {
    display: inline;
  }
}

.blog-hdr-sub {
  font: normal bold 1.615em "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #ccc;
  text-transform: uppercase;
}

.blog-hdr-rss {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 0.846em;
}
.blog-hdr-rss > li > a {
  color: #999999;
}
.blog-hdr-rss [class*="sprite"] {
  margin-right: 4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  position: relative;
  top: 6px;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.blog-stories {
  margin-bottom: 85px;
}

@media (min-width: 850px) {
  .blog-hdr-icon {
    float: left;
    margin-right: 16px;
  }

  .blog-hdr-hgroup {
    margin-left: 72px;
    text-align: left;
  }

  .blog-hdr-h,
  .blog-hdr-sub {
    display: inline-block;
  }

  .blog-hdr-sub {
    margin-left: 8px;
  }

  .blog-stories {
    margin-bottom: 0;
    max-width: none;
  }
}
.blog .region-sidebar [class*="well"] {
  margin: 0 0 60px 0;
}

@media (min-width: 500px) and (max-width: 767px) {
  .blog .region-sidebar {
    *zoom: 1;
  }
  .blog .region-sidebar:after {
    content: "";
    display: table;
    clear: both;
  }
  .blog .region-sidebar > .ui-block-1, .blog .region-sidebar > .ui-block.first {
    width: 47.5%;
    display: inline;
    float: left;
    margin-right: 5%;
  }
  .blog .region-sidebar > .ui-block-2, .blog .region-sidebar > .ui-block.second {
    width: 47.5%;
    display: inline;
    float: left;
    margin-right: 0;
  }
}

.blog-email-signup .blog-email-submit {
  color: #fff;
  border-color: #2d3037 #2d3037 #26292e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #26292e;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d3037), color-stop(100%, #26292e));
  background-image: -webkit-linear-gradient(top, #2d3037, #26292e);
  background-image: -moz-linear-gradient(top, #2d3037, #26292e);
  background-image: -o-linear-gradient(top, #2d3037, #26292e);
  background-image: linear-gradient(top, #2d3037, #26292e);
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
}

.blog-kindle-tease .icon {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog-kindle-tease .word-wrap {
    display: block;
  }
}

.blog-meta {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 11px 0;
}
.blog-meta .item-list {
  margin-bottom: 20px;
  zoom: 1;
  width: 100%;
}
.blog-meta ul,
.blog-meta ul li {
  display: inline;
  margin: 0;
}
.blog-meta h3 {
  color: #222;
  font-weight: bold;
  display: inline;
  border-bottom: none;
  margin-right: 12px;
}
.blog-meta h3:after {
  content: ": ";
  position: absolute;
}
.blog-meta .item-list ul > li {
  margin-right: 6px;
}
.blog-meta .item-list ul > li:after {
  content: ",";
  position: absolute;
}
.ie .blog-meta .item-list ul > li:after {
  content: ",";
  position: absolute;
}
.ie .blog-meta .item-list ul > li.last:after, .blog-meta .item-list ul > li:last-child:after {
  content: "";
}

/*****************

Experts

*****************/
.experts #page-area .region-sidebar-first {
  display: none;
}
@media (min-width: 768px) {
  .experts #page-area {
    *zoom: 1;
  }
  .experts #page-area:after {
    content: "";
    display: table;
    clear: both;
  }
  .experts #page-area > .ui-block-1, .experts #page-area > .ui-block.first, .experts #page-area .region-sidebar-first {
    width: 15.5%;
    display: inline;
    float: left;
  }
  .experts #page-area > .ui-block-2, .experts #page-area > .ui-block.second, .experts #page-area .region-content {
    width: 79.5%;
    display: inline;
    float: right;
    margin-right: 0;
  }
  .experts #page-area .region-sidebar-first {
    display: block;
  }
}

.experts-list {
  *zoom: 1;
  margin-bottom: 30px;
}
.experts-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 600px) {
  .experts-list {
    margin-left: -30px;
  }
}

.experts-list-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #EEE;
  clear: both;
}
@media (max-width: 600px) {
  .experts-list-item {
    *zoom: 1;
  }
  .experts-list-item:after {
    content: "";
    display: table;
    clear: both;
  }
}
.experts-list-item:last-child {
  border-bottom: 0;
}
.experts-list-item .text-sans {
  margin-bottom: 0;
}
#page-area .experts-list-item .expert-picture img {
  float: left;
  display: block;
  width: 80px;
  max-width: 80px;
  height: auto;
}
.experts-list-item .expert-meta {
  margin-left: 100px;
  position: relative;
  top: 7px;
}
@media (min-width: 768px) {
  .experts-list-item .expert-meta {
    position: static;
  }
}
.experts-list-item .expert-list-name {
  line-height: 120%;
  margin-bottom: 0px;
}
@media (min-width: 600px) {
  .experts-list-item {
    float: left;
    padding-left: 30px;
    clear: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .experts-list-item {
    width: 50%;
  }
  .experts-list-item.odd {
    clear: left;
  }
}
@media (min-width: 768px) {
  .experts-list-item {
    width: 25%;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  .experts-list-item.first {
    clear: left;
  }
  #page-area .experts-list-item .expert-picture img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .experts-list-item .expert-list-name {
    margin-bottom: 2px;
  }
  .experts-list-item .expert-meta {
    margin-left: 0;
  }
}

/*****************

Experts: Detail

*****************/
@media (min-width: 768px) {
  .experts-detail #page-area {
    *zoom: 1;
  }
  .experts-detail #page-area:after {
    content: "";
    display: table;
    clear: both;
  }
  .experts-detail #page-area  .ui-block-1, .experts-detail #page-area  .ui-block.first {
    width: 23%;
    display: inline;
    float: left;
    margin-right: 4.5%;
  }
  .experts-detail #page-area  .ui-block-2, .experts-detail #page-area  .ui-block.second {
    width: 42%;
    display: inline;
    float: left;
    margin-right: 4.5%;
  }
  .experts-detail #page-area  .region-sidebar, .experts-detail #page-area  .ui-block.last {
    width: 26%;
    display: inline;
    float: left;
    margin-right: 0;
  }
}

.experts-detail-profile {
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .experts-detail-profile {
    *zoom: 1;
  }
  .experts-detail-profile:after {
    content: "";
    display: table;
    clear: both;
  }
}

#page-area .field-name-field-auth-picture img {
  float: left;
  display: block;
  width: 80px;
  max-width: 80px;
  height: auto;
}
@media (min-width: 768px) {
  #page-area .field-name-field-auth-picture img {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 12px;
  }
}

.experts-contact-info {
  margin-bottom: 30px;
  margin-left: 100px;
  position: relative;
  top: 10px;
}
@media (min-width: 768px) {
  .experts-contact-info {
    margin-left: 0;
    top: 0;
  }
}
.experts-contact-info > .field {
  margin-bottom: 5px;
}
.experts-contact-info .field-item, .experts-contact-info .event-tease .event-meta, .event-tease .experts-contact-info .event-meta {
  color: #ba2339;
}

.more-link {
  border-top: 1px dotted #999999;
  border-bottom: 0px dotted #999999;
  padding-top: 12px;
  text-align: right;
}
.more-link > a {
  color: #999999;
}

.experts-more {
  *zoom: 1;
}
.experts-more:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 600px) {
  .experts-more {
    margin-left: -45px;
  }
}

.experts-more-block {
  clear: left;
}

.serial-issue-helper .region-content,
.serial-issue-helper .serial-issue-listing > .view-content {
  width: 100%;
}

@media (min-width: 600px) {
  .experts-more-block {
    display: block;
    float: left;
    padding-left: 45px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    clear: none;
  }
  .books-page .featured-book {
    clear: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .experts-more-block {
    width: 50%;
  }
  .experts-more-block.odd,
  .region-postscript .section .experts-more-block:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .experts-more-block {
    width: 33.333%;
  }
  .experts-more-block.first,
  .region-postscript .section .experts-more-block:nth-child(3n+1) {
    clear: left;
  }
}

.experts-more-h {
  margin-bottom: 2px;
  font-style: italic;
  line-height: 120%;
}

/*****************

Topics: Detail

Placed here because topic pages based on expert pages

*****************/

.topic-detail #page-area .topic-detail-ras {
  margin-bottom: 20px;
}

.topic-detail #page-area .topic-detail-ras .topic-detail-ra {
  margin-bottom: 10px;
}

.topic-detail #page-area .region-sidebar > .ui-block-2 {
  width: auto;
  display: block;
  float: none;
  margin-right:0;
}

@media (min-width: 768px) {
  .topic-detail #page-area  .ui-block-1 {
    width: 69%;
  }
}

/*****************

Store

*****************/
.store .section-nav {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .store .page-head {
    cursor: pointer;
    padding-bottom: 16px;
  }
  .store .page-head .section-nav {
    display: none;
    float: none;
    margin: 14px 0px 0px -5px;
    position: relative;
  }
  .store .page-head .section-nav > li {
    display: block;
  }
  .store .page-head .section-nav > li .cart-active {
    color: #ba2339;
  }
  .store .page-head .section-nav > li > a {
    display: block;
    font-family: "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px dotted #CCC;
    padding: 10px 5px;
  }
  .store .page-head .section-nav > li > a:hover {
    color: #ba2339;
    text-decoration: none;
  }
  .store .page-head .section-nav.open {
    display: block;
  }
  .store .page-head .arrow-down {
    display: block;
  }
}

.store-top-container {
  *zoom: 1;
  margin-bottom: 30px;
}
.store-top-container:after {
  content: "";
  display: table;
  clear: both;
}
.store-top-container > .ui-block-1, .store-top-container > .ui-block.first {
  width: 60%;
  display: inline;
  float: left;
  margin-right: 0%;
}
.store-top-container > .ui-block-2, .store-top-container > .ui-block.second {
  width: 40%;
  display: inline;
  float: left;
  margin-right: 0;
}

.slider-book-cat {
  padding-top: 10%;
}
@media screen and (max-width: 750px) {
  .slider-book-cat {
    padding-top: 0%;
  }
}

.carousel-prev,
.carousel-next {
  display: block;
  position: absolute;
  text-indent: -9999em;
  margin-top: -59px;
  top: 20%;
  width: 13.5%;
  height: 25%;
  max-height: 59px;
  max-width: 59px;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 100;
}
@media (min-width: 400px) {
  .carousel-prev,
  .carousel-next {
    top: 25%;
  }
}
@media (min-width: 500px) {
  .carousel-prev,
  .carousel-next {
    top: 35%;
  }
}
@media (min-width: 750px) {
  .carousel-prev,
  .carousel-next {
    top: 50%;
    width: 7%;
  }
}

.carousel-prev {
  background-image: url('../_img/sprite/store-slider-prev.png?1340981790');
  left: 0px;
}
.carousel-prev:hover {
  background-image: url('../_img/sprite/store-slider-prev-hover.png?1340981790');
}

.carousel-next {
  background-image: url('../_img/sprite/store-slider-next.png?1340981790');
  right: 0px;
}
.carousel-next:hover {
  background-image: url('../_img/sprite/store-slider-next-hover.png?1340981790');
}

.carousel-disabled {
  display: none;
}

.slidewrapstore {
  position: relative;
}

.store-slider-item {
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
.store-slider-item:after {
  content: "";
  display: table;
  clear: both;
}
.store-slider-item > .col-1 {
  width: 45%;
  float: left;
  text-align: right;
}
.store-slider-item > .col-2 {
  width: 45%;
  float: left;
}
@media screen and (max-width: 750px) {
  .store-slider-item > .col-1 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    text-align: center;
  }
  .store-slider-item > .col-2 {
    width: 100%;
    float: left;
  }
}

.text-large-slider {
  float: left;
  max-width: 480px;
  *zoom: 1;
  width: 100%;
  font-style: italic;
}
.text-large-slider:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 750px) {
  .text-large-slider {
    max-width: 100%;
  }
}

.store-slider-order {
  float: left;
  width: 300px;
}

@media screen and (max-width: 550px) {
  .featured-book-title {
    font-size: 28px;
  }
}
.featured-item {
  margin-bottom: 30px;
}

.featured-item-img {
  width: 70%;
  margin: 0 auto;
  margin-right: 30px;
  *zoom: 1;
}
.featured-item-img:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 750px) {
  .featured-item-img {
    width: 60%;
  }
}

.featured-item-author {
  font-size: 15px;
  margin-bottom: 12px;
}

.store-merchandise {
  margin-bottom: 30px;
}

.featured-merch {
  width: 100%;
  margin-bottom: 30px;
}

.featured-merch-byline {
  font-family: "Droid Serif", Georgia, Times, Times New Roman, serif;
  font-style: italic;
  color: #ba2339;
  margin-bottom: 6px;
}

.store-sub-menu {
  background-color: #EFEFEF;
  padding: 20px;
  margin: 0 0 30px 0;
  border-bottom: 1px dotted #dddddd;
  *zoom: 1;
}
.store-sub-menu:after {
  content: "";
  display: table;
  clear: both;
}

.store-sub-menu-list {
  display: inline-block;
  padding-top: 5px;
  line-height: 35px;
}

.store-sub-menu-list-item {
  display: inline;
  margin-right: 20px;
  padding: 7px;
  text-transform: uppercase;
  font-family: "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: bottom;
  padding: 10px;
}
.store-sub-menu-list-item a {
  color: #666666;
}
.store-sub-menu-list-item a:hover {
  color: #ba2339;
}
.store-sub-menu-list-item.pager-current {
  background-color: #f6f6f6;
}
.store-sub-menu-list-item:first-child {
  margin-right: 12px;
}
.store-sub-menu-list-item:last-child {
  background-color: #f6f6f6;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  -ms-border-radius: 3;
  -o-border-radius: 3;
  border-radius: 3;
}

.store-search {
  width: 27%;
  float: right;
  display: inline-block;
  margin-top: 7px;
}
.store-search .store-search-input {
  border: 1px solid #ddd;
}
.store-search .store-search-input:hover {
  -webkit-box-shadow: #999999 0px 0px 3px inset;
  -moz-box-shadow: #999999 0px 0px 3px inset;
  box-shadow: #999999 0px 0px 3px inset;
}
.store-search .store-search-input:focus {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 2px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 2px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 2px 0px inset;
  outline: none;
}

.store-browse-container {
  *zoom: 1;
}
.store-browse-container:after {
  content: "";
  display: table;
  clear: both;
}
.store-browse-container > .ui-block-1, .store-browse-container > .ui-block.first {
  width: 11.5%;
  display: inline;
  float: left;
}
.store-browse-container > .ui-block-2, .store-browse-container > .ui-block.second {
  width: 81.5%;
  display: inline;
  float: right;
  margin-right: 0;
}

.store-book-img {
  width: 29%;
  float: left;
  margin-right: 20px;
}

.store-featured-list {
  *zoom: 1;
  width: 100%;
  border-top: 1px dotted #999999;
  padding-top: 30px;
  padding-left: 4%;
}
.store-featured-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 700px) {
  .store-featured-list {
    margin-left: -40px;
  }
}
.store-featured-list .byline, .store-featured-list .event-tease .event-meta, .event-tease .store-featured-list .event-meta {
  color: #ba2339;
}
.store-featured-list .sans-h4 {
  margin-bottom: 10px;
}
.store-featured-list .store-book-img {
  width: 40%;
  max-width: 160px;
  margin-right: 20px;
  border: 4px #FFF solid;
  -webkit-box-shadow: #cccccc 0px 0px 10px;
  -moz-box-shadow: #cccccc 0px 0px 10px;
  box-shadow: #cccccc 0px 0px 10px;
}
@media screen and (max-width: 550px) {
  .store-featured-list {
    padding-left: 0%;
  }
}

.store-browse-item,
.store-featured-item {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  *zoom: 1;
}
.store-browse-item:after,
.store-featured-item:after {
  content: "";
  display: table;
  clear: both;
}
.store-browse-item > a,
.store-featured-item > a {
  display: block;
}
.store-browse-item > a:hover,
.store-featured-item > a:hover {
  text-decoration: none;
}
.store-browse-item .store-book-img,
.store-featured-item .store-book-img {
  min-width: 80px;
}

@media (min-width: 700px) {
  .store-featured-item {
    float: left;
    width: 33.333%;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.store-browse-list {
  *zoom: 1;
}
.store-browse-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 600px) {
  .store-browse-list {
    margin-left: -40px;
  }
}
.store-browse-list .byline, .store-browse-list .event-tease .event-meta, .event-tease .store-browse-list .event-meta {
  color: #ba2339;
}
.store-browse-list .sans-h4 {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .store-browse-item {
    float: left;
    width: 50%;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 989px) {
  .store-browse-item:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 990px) {
  .store-browse-item {
    width: 33.333%;
  }
  .store-browse-item:nth-child(3n+4) {
    clear: left;
  }
}

.store-browse-container .store-book-img {
  width: 80px;
}

.store-item-meta {
  margin-left: 95px;
}

.store-book-title {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
  color: #000;
}

@media screen and (max-width: 1000px) {
  .store-book-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .store-browse-container {
    *zoom: 1;
  }
  .store-browse-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .store-browse-container > .ui-block-1, .store-browse-container > .ui-block.first {
    width: 0%;
    display: inline;
    float: left;
  }
  .store-browse-container > .ui-block-2, .store-browse-container > .ui-block.second {
    width: 100%;
    display: inline;
    float: right;
    margin-right: 0;
  }

  .store-browse-nav {
    display: none !important;
  }

  .store-search {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .store-merchandise {
    border-bottom: 0px solid #EEE;
  }

  .store-book-title {
    font-size: 16px;
    line-height: 20px;
  }

  .store-top-container {
    *zoom: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .store-top-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .store-top-container > .ui-block-1, .store-top-container > .ui-block.first {
    width: 100%;
    display: inline;
    float: left;
  }
  .store-top-container > .ui-block-2, .store-top-container > .ui-block.second {
    width: 100%;
    display: inline;
    float: right;
    margin-right: 0;
  }

  .store-book-img {
    width: 15%;
    float: left;
    margin-right: 10px;
  }

  .store-browse-item .page-h2 {
    font-size: 20px;
    margin: 0;
  }
}
.pag-numbers {
  margin-top: 5px;
}

.nav-cart {
  position: relative;
  top: -4px;
}
.nav-cart .sprite-cart {
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.cart-active {
  color: #ba2339;
}

/*****************

Store Detail Page

*****************/
@media (min-width: 768px) {
  .store-detail .store-detail-content {
    *zoom: 1;
  }
  .store-detail .store-detail-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .store-detail .store-detail-content > .ui-block-1, .store-detail .store-detail-content > .ui-block.first {
    width: 62.5%;
    display: inline;
    float: left;
  }
  .store-detail .store-detail-content > .ui-block-2, .store-detail .store-detail-content > .ui-block.second {
    width: 27.5%;
    display: inline;
    float: right;
    margin-right: 0;
  }
}
.store-detail .featured-item {
  *zoom: 1;
  border-bottom: 0px dotted #ededed;
}
.store-detail .featured-item:after {
  content: "";
  display: table;
  clear: both;
}

.store-related-item {
  margin-bottom: 20px;
  *zoom: 1;
  border-bottom: 1px dotted #D9D9D9;
  padding-bottom: 20px;
}
.store-related-item:after {
  content: "";
  display: table;
  clear: both;
}
.store-related-item:last-child {
  border-bottom: 0;
}
.store-related-item.last {
  border-bottom: 0;
}
.store-related-item a:hover {
  text-decoration: none;
}
.store-related-item .store-book-img {
  width: 80px;
}
@media (min-width: 768px) and (max-width: 900px) {
  .store-related-item .store-book-img {
    width: 34%;
    max-width: 80px;
  }
  .store-related-item .store-item-meta {
    margin-left: 42.5%;
  }
}

.store-format-h {
  margin-bottom: 15px;
  font-family: "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}

.product-cat {
  margin-bottom: 8px;
  font-family: "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 16px;
}

.price {
  font-family: "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #999999;
  display: inline-block;
  margin-right: 20px;
  float: left;
  margin-top: -5px;
}

.add-to-cart-btn {
  margin-top: -2px;
}

.section-h2, .region-postscript > .section > h3,
.region-postscript > .section > .content > h3,
#page-area > .region-content h3.section-heading, #page-area > .region-postscript h3.section-heading {
  margin-bottom: 15px;
}

.shop-sidebar-alert {
  background-color: #f6f6f6;
  padding: 25px 25px 5px 25px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 30px;
  text-align: center;
}
.shop-sidebar-alert > .section-h3 {
  font: normal 20px "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  border-bottom: 0px;
  margin-bottom: 5px;
}
.shop-sidebar-alert > .text-sans {
  text-align: left;
}

.free-shipping-icon {
  margin-right: 5%;
  margin-top: -1px;
}

.store-detail-img {
  float: left;
  width: 35% !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .store-detail-img {
    width: 100% !important;
  }
}

.store-detail-desc {
  margin-left: 40%;
}
@media screen and (max-width: 550px) {
  .store-detail-desc {
    margin-left: 0%;
  }
}

.store-detail-select {
  background: #f6f6f6;
  -webkit-appearance: none;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #CCC;
  height: 26px;
  margin-bottom: 20px;
  background-image: url('../_img/sprite/dropdown.png?1342502497');
  background-repeat: no-repeat;
  background-position: right;
  padding: 3px 40px 3px 7px;
  width: auto !important;
}
.store-detail-select:focus {
  outline: none;
}

html.ie .store-detail-select {
  background-image: none;
  padding: 3px 7px 3px 7px;
}

/*****************

Books and Pub Downpage

*****************/
@media screen and (max-width: 650px) {
  .featured-books-pub {
    width: 100% !important;
    *zoom: 1;
  }
  .featured-books-pub:after {
    content: "";
    display: table;
    clear: both;
  }

  .books-more-item {
    width: 100%;
    float: left;
    margin-right: 12px;
    *zoom: 1;
  }
  .books-more-item:after {
    content: "";
    display: table;
    clear: both;
  }
}
.slider {
  padding-bottom: 15px;
  position: relative;
}

.slidewrap .carousel-tabs {
  padding: 0;
  margin: 0.8em 0 50px 0;
  clear: both;
  text-align: center;
  height: 23px;
}

.slidewrap .carousel-tabs li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 2px;
}

.slidewrap .carousel-tabs a {
  background: #CCC;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 14px;
  text-indent: -9999px;
  width: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.slidewrap .carousel-tabs a:focus {
  outline: none;
}

.ie .slidewrap .carousel-tabs li,
.ie .slidewrap .carousel-tabs a {
  display: block;
  float: left;
}

.slidewrap .carousel-tabs .carousel-active-tab a {
  background: #ba2339;
}

.slidewrap .slidecontrols li {
  float: right;
  width: 50%;
}

/*****************

Search pages

*****************/
.cato-search-results .search .search-text {
  opacity: 1;
  height: 28px;
  width: 90%;
  float: left;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-left: 7px !important;
}
.cato-search-results .form-item-keys label {
  display: none;
}
.cato-search-results .submit-input {
  float: right;
  width: 10%;
  min-width: 78px;
}
/*.cato-search-results #page-area {
  width: 70%;
  margin: 0 15% 0 15%;
}*/
.cato-search-results .spelling-suggestions {
  margin: 20px 0;
}
.cato-search-results #block-system-main ul li {
  margin: 1em 0;
}
.cato-search-results .region-sidebar .block {
  margin-bottom: 20px;
}
.cato-search-results .form-item-retain-filters {
  clear: both;
  display: block;
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .cato-search-results #page-area {
    width: 90%;
    margin: 0 5% 0 5%;
  }
}
.cato-search-results .search-results-filter {
  margin: 20px 0 20px 0;
  border-bottom: 1px solid #EEE;
  padding-bottom: 3px;
}
.cato-search-results .search-results-filter li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 900px) {
  .cato-search-results .search-results-filter li {
    line-height: 30px;
  }
}
.cato-search-results .search-results-filter li a {
  padding: 5px;
}
.cato-search-results .search-results-filter li a:hover {
  background-color: #EEE;
}
.cato-search-results .search-results-filter li a.pager-current {
  color: #000;
  background-color: #EEE;
}
.cato-search-results .search-results-info {
  margin: 0 0 20px 0;
}
.cato-search-results .search-results {
  list-style-type: none;
}
.cato-search-results .result {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}
.cato-search-results .result:last-child {
  border-bottom: 0;
}
.cato-search-results .result.last {
  border-bottom: 0;
}
.cato-search-results .result > p {
  margin-bottom: 6px;
}
.cato-search-results .search-results-image {
  float: right;
  width: 70px;
  height: auto;
  margin: 0 0 20px 16px;
}

/*****************

Search pages

*****************/
.four-o-four .center {
  text-align: center;
}
.four-o-four .h-404 {
  text-align: center;
}
.four-o-four .search .search-text {
  opacity: 1;
  height: 28px;
  width: 90%;
  float: left;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-left: 7px !important;
}
.four-o-four .submit-input {
  float: right;
  width: 10%;
  min-width: 78px;
}
.four-o-four .not-found {
  width: 70%;
  margin: 0 15% 0 15%;
  padding: 40px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .four-o-four .not-found {
    width: 90%;
    margin: 0 5% 0 5%;
  }
}

/* DEV MENU */
.dev-pages-menu {
  background-color: rgba(0, 0, 0, 0.7);
  margin: 40px 0 0 0;
}
.dev-pages-menu li a {
  color: #666;
  padding: 4px;
  display: block;
}
.dev-pages-menu li a.pager-current {
  color: #FFF;
  background-color: #000;
}
.dev-pages-menu li a:hover {
  background-color: #000;
  color: #FFF;
}

/*****************

Serial Issues, Events

*****************/

/* Serial Issue Headers */
.serial-issue-helper .page-head .section-h1 {
  color: #fffefb;
  text-shadow: 1px 1px 0 #000;
}

.serial-issue-helper .page-head .section-nav li a {
  color: #FFF;
}

.serial-issue-helper .page-head .section-nav li a:hover {
  color: #000;
}

/* Regulation */
.regulation .region-prescript,
.regulation .page-head {
  background-color: #d2542e;
}

/* Cato Journal */
.cato-journal .region-prescript,
.cato-journal .page-head {
  background-color: #fba91f;
}

/* Policy Report */
.policy-report .region-prescript,
.policy-report .page-head {
  background-color: #b8845c;
}

/* Supreme Court Review */
.scr .region-prescript,
.scr .page-head {
  background-color: #714781;
}

/* Cato Papers on Public Policy */
.cppp .region-prescript,
.cppp .page-head {
  background-color: #8e6352;
}

/* Cato Handbook for Policymakers */
.handbook .region-prescript,
.handbook .page-head {
  background-color: #006600;
}

/* Serial Issue Layout,
 Events Layout */
.serial-issue .field-name-body {
  margin-bottom: 60px;
}

.serial-issue .serial-issue-meta {
  margin-top: 40px;
  font-weight: bold;
}

.serial-issue .serial-issue-numbers {
  color: #979797;
}

.serial-issue .serial-issue-meta .btn-dark {
  display: inline-block;
  margin-top: 5px;
}

.serial-issue #page-area .field-name-field-cover-image img,
.serial-issue #page-area .recent-issue .recent-issue-img img {
  width: 130px;
  float: left;
  height: auto;
  height: auto;
  border: 4px #FFF solid;
  -webkit-box-shadow: #cccccc 0px 0px 10px;
  -moz-box-shadow: #cccccc 0px 0px 10px;
  box-shadow: #cccccc 0px 0px 10px;
  *zoom: 1;
}

.serial-issue #page-area .recent-issue .recent-issue-img img {
  width: 90px;
  margin-right: 20px;
}

.serial-issue .recent-issue {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.serial-issue .recent-issue .recent-issue-meta {
  margin-left: 110px;
}

.serial-issue .recent-issue h2 {
  margin-bottom: 4px;
}

.serial-issue .recent-issue h2,
.serial-issue .recent-issue .recent-issue-blurb {
  font-size: 0.9em;
}

.serial-issue .recent-issue h2,
.serial-issue .toc_sections {
  color: #BA2339;
}

.serial-issue .recent-issue .recent-issue-cover-title {
  font-weight: bold;
}

.serial-issue #serial-issue-children .toc_supersections,
.serial-issue .ui-block-2 h3,
.serial-issue-helper .region-content h3 {
  margin-top: 60px;
}
.serial-issue #serial-issue-children .toc_supersections:first-child {
  margin-top: 0;
}

.serial-issue .ui-block-1 #page-heading {
  margin-bottom: 60px;
}

.serial-issue .ui-block-1 #serial-issue-children > .item-list .page-h2,
.serial-issue .ui-block-1 #serial-issue-children > .item-list .page-h3 {
  margin-bottom: 0;
}

.serial-issue .ui-block-1 #serial-issue-children > .item-list .sans-h4 {
  display: inline;
  margin-left: 10px;
}
.serial-issue .ui-block-1 #serial-issue-children > .item-list .serial-item-small {
  text-indent: -15px;
  margin-left: 10px;
}
.serial-issue .ui-block-1 #serial-issue-children > .item-list .serial-item-small:before {
  content:"\2022";
}

.serial-issue .toc_sections {
  font-size: 0.75em;
}

.serial-issue .toc_authors,
.serial-issue .toc_pages,
.serial-issue .toc_pdf_link {
  color: #a4a4a4;
}

.serial-issue .toc_authors {
  font-style: italic;
}

.serial-issue .toc_pdf_link {
  line-height: 20px;
}

.serial-issue .toc_pdf_link .sprite-pdf {
  vertical-align: -27%;
}

.serial-issue #page-area .ui-block-2,
.events-page #page-area .ui-block-2 {
  display: inline-block;
  width: 100%;
  *zoom: 1;
  clear: right;
}

.serial-issue #page-area .ui-block-2:first-child,
.events-page #page-area .ui-block-2 {
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .serial-issue #page-area {
    *zoom: 1;
  }
  .serial-issue #page-area:after {
    content: "";
    display: table;
    clear: both;
  }
  .serial-issue #page-area .ui-block-2:first-child {
    width: 27.5%;
    display: inline;
    float: right;
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .serial-issue .serial-issue-meta {
    margin-top: 10px;
    padding-top: 20px;
  }
  .serial-issue .serial-issue-title {
    display: inline;
  }
  .serial-issue #page-area .field-name-field-cover-image img {
    width: 130px;
    float: none;
  }
  .serial-issue #page-area .recent-issue .recent-issue-img img {
    float: none;
    width: 160px;
    border: 10px #FFF solid;
    -webkit-box-shadow: #cccccc 0px 0px 20px;
    -moz-box-shadow: #cccccc 0px 0px 20px;
    box-shadow: #cccccc 0px 0px 20px;
  }
  .serial-issue .recent-issue .recent-issue-meta {
    text-align: left;
    margin-left: 0;
    margin: 0 auto;
    width: 140px;
    padding-top: 20px;
  }
  .serial-issue .recent-issue {
    display: block;
    float: left;
    width: 160px;
    margin-right: 3.33%;
    text-align: center;
  }
  .serial-issue .recent-issues .first {
    margin-left: 3%;
  }
  .serial-issue .recent-issues .last {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .serial-issue #page-area .ui-block-1 {
    width: 63.5%;
    display: inline;
    float: left;
  }
  .serial-issue #page-area .ui-block-2 {
    width: 27.5%;
    display: inline;
    float: right;
    margin-right: 0;
  }
  .serial-issue #page-area .ui-block-2:first-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  .serial-issue #page-area .field-name-field-cover-image img {
    width: 190px;
  }
  .serial-issue .ui-block-2 h3 {
    margin-top: 0;
  }
  .serial-issue #page-area .recent-issue .recent-issue-img img {
    float: left;
    width: 90px;
    margin-right: 20px;
    border: 4px #FFF solid;
    -webkit-box-shadow: #cccccc 0px 0px 10px;
    -moz-box-shadow: #cccccc 0px 0px 10px;
    box-shadow: #cccccc 0px 0px 10px;
  }
  .serial-issue .recent-issue .recent-issue-meta {
    margin: 0;
    margin-left: 110px;
    width: auto;
    padding-top: 0;
  }
  .serial-issue .recent-issue {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    margin-right: 0;
    text-align: left;
  }
  .serial-issue .recent-issues .first {
    margin-left: 0;
  }
}

@media (min-width: 850px) {
  .serial-issue .field-name-field-cover-image  img {
    width: 217px;
  }
}

@media (min-width: 1100px) {
  .serial-issue #page-area .field-name-field-cover-image img {
    width: 302px;
  }
}

@media (min-width: 1201px) {
  .serial-issue-helper .region-prescript {
    background: #2d3037 url('../_img/bg-texture-dark.png?1341550479') repeat 50% 50%;
  }
}

/*****************

Events

*****************/

.events-page #page-area #event-date-info {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.events-page #page-area #event-date-info .field,
.events-page #page-area .date-display-single {
  margin-bottom: 1em;
}
.events-page #page-area #event-date-info legend .field {
  margin-bottom: 0;
}

.events-page #page-area .date-display-single {
  display: block;
}

.events-page #page-area .field-name-field-speakers {
  font-size: 1.1em;
  margin-bottom: 1em;
}
.events-page #page-area #event-multimedia-embed {
  margin-top: 1em;
}
.events-page #page-area #event-subhead,
.events-page #page-area #event-watch-live {
  margin: 30px 0;
}
.events-page #page-area #event-watch-live {
  clear: both;
}
.events-page #page-area #event-thankyou {
  font-weight: bold;
  font-style: italic;
  font-size: 1.5em;
  color: #C00;
  margin-bottom: 40px;
}

.events-page #page-area #event-food-options,
.events-page #page-area #event-watch-live {
  font-weight: bold;
}

.events-page #page-area .responsivevideo-wrapper {
  margin-bottom: 0;
}

/* ============================================= */
/*	Print Styles
	Inline to avoid required HTTP connection     */
/* ============================================= */
@media print {
  @page {
    margin: 1.5cm;
    height: 9in;
  }

  body {
    margin: 2cm auto !important;
    width: 7.5in !important;
    height: 10in !important;
  }

  #content {
    position: relative;
  }
  #content:after {
    content: "Printed From cato-unbound.org";
    font: normal 8pt "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
  }

  #header, .main-footer, .pub-page-share-tools, .share-tools,
  .related-content, .dev-pages-menu,
  ul.primary, ul.secondary,
  .region-sidebar-first, .region-sidebar, .region-postscript,
  .blog-hdr-rss, .block-workbench, .view-multimedia {
    display: none !important;
  }

  .page-h1, .special h3.page-h1, .four-o-four .h-404 {
    font-size: 32pt;
  }

  .body-text {
    font-size: 12pt;
    line-height: 22pt;
  }

  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #222222 !important;
    text-decoration: none;
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img, h1 {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

/* ============================================= */
/*	JQuery UI Dialog				          */
/* ============================================= */

.dialog-inline {
  cursor: pointer;
}

/* ============================================= */
/*	Infinite Scroll				          */
/* ============================================= */

#views_infinite_scroll-ajax-loader {
  border-top: solid 1px #e5e5e5;
  margin: 52px 0;
  display: none;
}


/* ============================================= */
/*	Copied from Drupal					          */
/* ============================================= */


/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  border-right: 1px solid #ccc; /* LTR */
  display: inline;
  padding: 0 1em;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/* oEmbed */
body .oembed {
  float: none;
  background:none;
  border-top:none;
  border-right:none;
  border-bottom:none;
  border-left:none;
  display: block;
  clear: both;
  margin: 0;
  padding: 5px 5px 5px 0;
}
body .oembed .oembed-title,
body .oembed-video br {
  display: none;
}

/* Views Accordion */
.view .ui-accordion .ui-accordion-content-active {
  overflow: auto !important;
}

.view .ui-accordion .views-field-body {
  padding-bottom: 40px;
  height: auto;
}

.view .ui-accordion .ui-widget-content a {
  color: #BA2339;
}

/* Google Maps */

.gmap-processed {
  margin-bottom: 30px;
  max-width: 100%;
}

/* Admin Menu */

#admin-menu,
#admin-menu .dropdown {
  z-index: 4000;
}

/* Creative Commons */

.creative-commons {
  padding-top: 20px;
}

/* Cato Unbound */

.mailchimp-form {
  margin-top: 3em;
}

/* Front Page */

.view-front-page article > h2.page-h2 {
  display: none;
}
.front-essay .page-h2 > a {
  color: #ba2339;
}
.front-essay ul.comments-count {
  margin: 0;
}
.front-essay .disqus_comments_num {
  list-style: none;
  margin: 0;
}
.front-summary {
  font-style: italic;
  margin-top: 0.75em;
}
.view-front-page .expert-attribution {
  padding-bottom: 0;
}
.view-front-page .expert-attribution-link,
.view-front-page .expert-attribution-text,
.view-front-page .expert-attribution .field-category,
.view-front-page .expert-attribution .field-date {
  line-height: 1.231;
}
@media (min-width: 480px) {
  .front-essay ul.comments-count {
    float: right;
  }
  .front-essay .pub-page-share-tools {
    float: left;
    width: 230px;
  }
}

/* Issues */
.node-type-issues .field-cover,
.issue-info .cover,
.view-front-page .field-cover {
  text-align: center;
}
.node-type-issues .field-cover,
.issue-info .cover,
.view-front-page .field-cover,
.node-type-essays .field-cover {
  margin-bottom: 2em;
}

.field-cover,
.cover {
  text-align: center;
}

.field-cover img,
.cover img {
  width: 656px;
  margin: 0 auto;
}

.node-type-issues #block-system-main > .content h3,
.page-front-page #block-system-main > .content h3,
.print-issue h3,
.node-type-contributors .contributor-essays {
  margin-top: 2em;
}
.node-type-issues #block-system-main > .content h3:first-child,
.page-front-page #block-system-main > .content h3:first-child {
  margin-top: 0;
}
.print-issue > .view-content > h3 {
  font: normal bold 1.231em/28px "Verlag A", "Verlag B", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
}

.node-type-issues .essay-summary,
.view-front-page .essay-summary,
.node-type-essays .essay-summary {
  margin-top: 1em;
}

.node-type-issues .pub-page-share-tools,
.view-front-page .pub-page-share-tools {
  position: relative;
  top: 0;
  right: 0;
}
.node-type-issues .pub-page-share-tools ul li,
.view-front-page .pub-page-share-tools ul li {
  list-style-type: none;
  margin: 0 1em 0 0;
  display: inline-block;
}
#issue-options {
  margin-bottom: 1em;
  position: relative;
}
#issue-options .pub-page-share-tools {
  width: 100%;
}
#issue-print-link {
  clear: both;
  display: block;
  z-index: 10;
  position: relative;
}
#issue-print-link a {
  color: #666;
  font-style: italic;
  font-size: 0.9em;
}
@media (min-width: 480px) {
  #issue-print-link {
    clear: none;
    float: right;
  }
}
/* Contributors */

.node-type-contributors .field-picture {
  float: left;
  margin-bottom: 2em;
  margin-right: 1em;
}

.node-type-contributors .view-contributor-essays .page-h4 {
  margin-top: 3em;
}
.node-type-contributors .view-contributor-essays .page-h4:first-child {
  margin-top: 0;
}

.node-type-contributors .contributor-essays {
  margin-left: 1em;
}

/* Essays */

.comments-count,
#block-disqus-disqus-comments {
  margin-top: 20px;
}
