/* importing the header and footer (for safe integration) which now also includes the colours and mixins and 960 grid */

/* ===== Begin header & footer import ===== */
/* =================================== */
/* ===== LESS Colour variables ======= */
/* body text */
/* gradient defaults */
/* green */
/* pale green */
/* beigey-grey */
/* Purple */
/* was #781D7E - which is more closely info-mid for info error bar - see styleguide page */

/* ===================================*/

/* ===== LESS Mixins ================ */

@font-face {
  font-family: 'Museo300Regular';
  src: url('/_resources/fonts/Museo300-Regular-webfont.eot');
  src: url('/_resources/fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/_resources/fonts/Museo300-Regular-webfont.woff') format('woff'), url('/_resources/fonts/Museo300-Regular-webfont.ttf') format('truetype'), url('/_resources/fonts/Museo300-Regular-webfont.svg#Museo300Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo500Regular';
  src: url('/_resources/fonts/Museo500-Regular-webfont.eot');
  src: url('/_resources/fonts/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/_resources/fonts/Museo500-Regular-webfont.woff') format('woff'), url('/_resources/fonts/Museo500-Regular-webfont.ttf') format('truetype'), url('/_resources/fonts/Museo500-Regular-webfont.svg#Museo500Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.heading-major {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.heading-minor {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.body-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
}
/* following makes the default bg the top colour instead - eg for ie */
/* Reusable rounded corners and vertical gradients */
.fontFeatureSettings {
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  /* EDIT: new syntax for FF 15+ */
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}
/* ============================================== */

/* ===== Begin 960_12_col.css =================== */

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}
/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11 {
  position: relative;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}
.container_12 .grid_2 {
  width: 140px;
}
.container_12 .grid_3 {
  width: 220px;
}
.container_12 .grid_4 {
  width: 300px;
}
.container_12 .grid_5 {
  width: 380px;
}
.container_12 .grid_6 {
  width: 460px;
}
.container_12 .grid_7 {
  width: 540px;
}
.container_12 .grid_8 {
  width: 620px;
}
.container_12 .grid_9 {
  width: 700px;
}
.container_12 .grid_10 {
  width: 780px;
}
.container_12 .grid_11 {
  width: 860px;
}
.container_12 .grid_12 {
  width: 940px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}
.container_12 .prefix_2 {
  padding-left: 160px;
}
.container_12 .prefix_3 {
  padding-left: 240px;
}
.container_12 .prefix_4 {
  padding-left: 320px;
}
.container_12 .prefix_5 {
  padding-left: 400px;
}
.container_12 .prefix_6 {
  padding-left: 480px;
}
.container_12 .prefix_7 {
  padding-left: 560px;
}
.container_12 .prefix_8 {
  padding-left: 640px;
}
.container_12 .prefix_9 {
  padding-left: 720px;
}
.container_12 .prefix_10 {
  padding-left: 800px;
}
.container_12 .prefix_11 {
  padding-left: 880px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}
.container_12 .suffix_2 {
  padding-right: 160px;
}
.container_12 .suffix_3 {
  padding-right: 240px;
}
.container_12 .suffix_4 {
  padding-right: 320px;
}
.container_12 .suffix_5 {
  padding-right: 400px;
}
.container_12 .suffix_6 {
  padding-right: 480px;
}
.container_12 .suffix_7 {
  padding-right: 560px;
}
.container_12 .suffix_8 {
  padding-right: 640px;
}
.container_12 .suffix_9 {
  padding-right: 720px;
}
.container_12 .suffix_10 {
  padding-right: 800px;
}
.container_12 .suffix_11 {
  padding-right: 880px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}
.container_12 .push_2 {
  left: 160px;
}
.container_12 .push_3 {
  left: 240px;
}
.container_12 .push_4 {
  left: 320px;
}
.container_12 .push_5 {
  left: 400px;
}
.container_12 .push_6 {
  left: 480px;
}
.container_12 .push_7 {
  left: 560px;
}
.container_12 .push_8 {
  left: 640px;
}
.container_12 .push_9 {
  left: 720px;
}
.container_12 .push_10 {
  left: 800px;
}
.container_12 .push_11 {
  left: 880px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}
.container_12 .pull_2 {
  left: -160px;
}
.container_12 .pull_3 {
  left: -240px;
}
.container_12 .pull_4 {
  left: -320px;
}
.container_12 .pull_5 {
  left: -400px;
}
.container_12 .pull_6 {
  left: -480px;
}
.container_12 .pull_7 {
  left: -560px;
}
.container_12 .pull_8 {
  left: -640px;
}
.container_12 .pull_9 {
  left: -720px;
}
.container_12 .pull_10 {
  left: -800px;
}
.container_12 .pull_11 {
  left: -880px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}
/* ============================================== */

/* ===== End 960_12_col.css =================== */

/* =================================== */

/* ===== for header ================== */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
a {
  color: #18a0a0;
  text-decoration: none;
}
a:visited {
  color: #18a0a0;
}
a:hover {
  color: #00716f;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
img {
  display: block;
  max-width: 100%;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
body {
  font-size: 1em;
  line-height: 1.25;
  color: #f2f2f2;
  background: #555555;
  margin: 0;
}
body,
button,
input,
select,
textarea {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
}
h2,
.h2 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 1.22222222;
  /* 22px */
  text-shadow: none;
}
li {
  margin-bottom: 0.2em;
  font-size: 1.3em;
  list-style-type: none;
}
#header {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #cccccc;
  background: white;
}
.account {
  margin: 0 5px 10px;
  text-align: right;
  text-transform: uppercase;
}
.account li {
  font-size: 11px;
  line-height: 1.272727272;
  /* 14px */

}
.account a,
.account a:visited {
  color: #555555;
}
.account a:hover {
  color: #055654;
}
.account a.highlight {
  color: #18a0a0;
  font-weight: bold;
  font-size: 12px;
}
.pfp-count {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 12px;
  color: #f2f2f2;
  background: #6f2c74;
}
#main-nav {
  list-style: none;
  position: relative;
  z-index: 998;
  float: right;
  margin: 0 0 -2px 0;
}
#main-nav .main-nav-item {
  float: left;
  margin: 0;
}
#main-nav .main-nav-item-active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#main-nav .main-nav-tab {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  position: relative;
  z-index: 998;
  float: left;
  height: 25px;
  padding: 5px 10px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5625;
  /* 25px */
  color: #555555;
}
#main-nav .pfp-main-nav-current {
  position: relative;
  color: #6f2c74 !important;
}
#main-nav .pfp-main-nav-current:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 20px;
  height: 11px;
  margin-left: -10px;
  background: url(/_resources/images/pfp-nipple.png) no-repeat center 98%;
}
#main-nav .main-nav-item-active .pfp-main-nav-current:after {
  content: none;
}
#main-nav .pfp-main-nav-single .pfp-main-nav-current:after {
  content: "";
}
#main-nav .main-nav-item-active.pfp-main-nav-single .pfp-main-nav-current {
  border: 0;
  padding: 5px 10px 15px;
  background: none;
}
#main-nav .main-nav-item-active .main-nav-tab {
  z-index: 1000;
  padding: 4px 9px;
  border: 1px solid #cccccc;
  border-bottom: 0;
  color: #555555;
  background-color: white;
}
#main-nav .main-nav-search {
  padding: 5px 27px 15px 10px;
  background-image: url(/_resources/images/pfp-icon-search.png);
  background-repeat: no-repeat;
  background-position: 66px 9px;
}
#main-nav .main-nav-item-active .main-nav-search {
  padding: 4px 26px 4px 9px;
  background-position: 65px center;
}
#main-nav .pfp-main-nav-single {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-nav .pfp-main-nav-single .main-nav-tab {
  border-color: white;
}
#main-nav .main-nav-dd {
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 999;
  padding: 10px 0;
  border: 1px solid #cccccc;
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#main-nav #records-drop {
  min-width: 722px;
}
#main-nav .main-nav-item-active .main-nav-dd {
  display: block;
}
#main-nav .main-nav-dd-column {
  display: table-cell;
  *float: left;
  /* ie7 */
  width: 240px;
  padding: 2px 0;
  border-left: 1px #cccccc solid;
}
#main-nav .main-nav-dd-column:first-child,
#main-nav .main-nav-dd-column-wide:first-child {
  border: 0;
}
#main-nav .main-nav-dd-column-wide {
  display: table-cell;
  *float: left;
  /* ie7 */
  width: 700px;
  padding: 2px 0;
  border-left: 1px #cccccc solid;
}
#main-nav .main-nav-dd-column-wide hr {
  width: 60%;
  margin: 15px auto;
}
#main-nav .main-nav-dd h2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  padding: 4px 20px 3px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.272727272;
  /* 14px */
  color: #555555;
}
#main-nav .main-nav-dd-column-wide h2 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 20px;
}
#main-nav .main-nav-dd ul + h2 {
  margin-top: 20px;
}
#main-nav .main-nav-dd ul {
  list-style: none;
}
#main-nav .main-nav-dd li {
  margin: 0;
  font-size: 13px;
  line-height: 1.23076923;
  /* 16px */
  line-height: 1.4;
  /* bit more breathing room for icons */

}
#main-nav .main-nav-dd a {
  display: block;
  margin: 0 10px;
  padding: 6px 10px;
  border-radius: 3px;
}
#main-nav .main-nav-dd a:hover {
  color: #00716f;
  background-color: #fcfdfb;
}
.lifeeventsbmds-small,
.armedforcesconflict-small,
.censuslandsurveys-small,
.directoriesalmanacs-small,
.educationwork-small,
.institutionsorganisations-small,
.newspapersdirectoriessocialhistory-small,
.travelmigration-small,
.searchall-small,
.trees-small,
.britishnewspaperarchive-small,
.keepsafe-small,
.popularsearch-small,
.quickfamilyfinder-small {
  background-image: url(/_Resources/images/icons/category-sprite-35px.png);
  background-repeat: no-repeat;
  padding-left: 48px !important;
  margin-left: 20px !important;
}
.lifeeventsbmds-small {
  background-position: -500px -5px;
}
a:hover.lifeeventsbmds-small {
  background-position: 0 -5px;
}
.armedforcesconflict-small {
  background-position: -500px -68px;
}
a:hover.armedforcesconflict-small {
  background-position: 0 -68px;
}
.censuslandsurveys-small {
  background-position: -500px -130px;
}
a:hover.censuslandsurveys-small {
  background-position: 0 -130px;
}
.educationwork-small {
  background-position: -500px -193px;
}
a:hover.educationwork-small {
  background-position: 0 -193px;
}
.institutionsorganisations-small {
  background-position: -500px -253px;
}
a:hover.institutionsorganisations-small {
  background-position: 0 -253px;
}
.newspapersdirectoriessocialhistory-small {
  background-position: -500px -316px;
}
a:hover.newspapersdirectoriessocialhistory-small {
  background-position: 0 -316px;
}
.travelmigration-small {
  background-position: -500px -378px;
}
a:hover.travelmigration-small {
  background-position: 0 -378px;
}
.popularsearch-small {
  background-position: -500px -696px;
}
a:hover.popularsearch-small {
  background-position: 0px -696px;
}
.searchall-small {
  background-position: -500px -626px;
}
a:hover.searchall-small {
  background-position: 0 -626px;
}
.trees-small {
  background-position: -500px -450px;
}
a:hover.trees-small {
  background-position: 0 -450px;
}
.keepsafe-small {
  background-position: -500px -563px;
}
a:hover.keepsafe-small {
  background-position: 0 -563px;
}
.quickfamilyfinder-small {
  background-position: -500px -741px;
}
a:hover.quickfamilyfinder-small {
  background-position: 0 -741px;
}
.britishnewspaperarchive-small {
  background-position: -500px -316px;
}
a:hover.britishnewspaperarchive-small {
  background-position: 0 -316px;
}
.credits {
  font-weight: bold;
}
.block-half {
  width: 50%;
}
.left {
  float: left;
}
.pfp-ad-leaderboard {
  width: 768px;
  margin: 5px auto;
}
#cookie-bar {
  padding: 10px 10px;
  background-color: #464646;
  color: white;
  font-size: 14px;
  position: relative;
}
#cookie-bar h2 {
  float: left;
  margin-right: 15px;
}
#cookie-bar .cookie-text {
  min-height: 0px;
  margin: 0 auto;
  float: none;
  position: relative;
  display: block;
  width: 650px;
}
#cookie-bar .cookie-links {
  float: right;
  font-size: 12px;
  text-align: left;
}
#cookie-bar .cookie-links span {
  font-size: 17px;
  font-weight: bold;
}
#cookie-bar a,
#cookie-bar a:visited,
#cookie-bar a:active {
  color: #18a0a0;
}
#cookie-bar a:hover {
  color: white;
}
#cookie-bar p {
  margin-bottom: 0px;
  text-align: left;
  margin-top: 3px;
}
#cookie-bar-accept {
  font-weight: bold;
  /*position:absolute;*/

  /*top:10px;
	right:10px;*/

}
/* =================================== */

/* ===== for footer ================== */

.pfp-list-inline {
  list-style: none;
  margin: 0 0 10px;
}
.pfp-list-inline li {
  display: inline;
  *padding-left: 15px;
  /* ie7 */
  color: #555555;
}
.pfp-list-inline li:before {
  content: "  •  ";
  font-weight: normal;
  color: #555555;
}
.pfp-list-inline li:first-child:before {
  content: "";
}
#footer {
  padding: 15px 0 15px;
  border-top: 1px solid #cccccc;
  color: #555555;
  background: #eeeee5;
  background: -webkit-linear-gradient(#d9d8d1, #eeeee5 15px);
  background: -moz-linear-gradient(#d9d8d1, #eeeee5 15px);
  background: -ms-linear-gradient(#d9d8d1, #eeeee5 15px);
  background: -o-linear-gradient(#d9d8d1, #eeeee5 15px);
  background: linear-gradient(#d9d8d1, #eeeee5 15px);
}
#footer a,
#footer a:visited {
  color: #555555;
}
#footer a:hover {
  color: #055654;
}
#footer .pfp-list-inline {
  font-weight: bold;
}
/* ===== End header & footer import ===== */

/* ++++ SEE MEDIA QUERIES IMPORT AT THE BOTTOM ++++ */

/*
 * Genes Reunited
 *
 * ==|== reset ==========================================================
 */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* =============================================================================
   Base
   ========================================================================== */

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
body {
  font-size: 1em;
  line-height: 1.25;
}
body,
button,
input,
select,
textarea {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
}
/* =============================================================================
   Links
   ========================================================================== */

a {
  color: #18a0a0;
  text-decoration: none;
}
a:visited {
  color: #18a0a0;
}
a:hover {
  color: #00716f;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

h1,
.h1 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 32px;
  line-height: 1.4;
  /* 48px */
  text-shadow: none;
  letter-spacing: -1px;
}
h2,
.h2 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 1.22222222;
  /* 22px */
  text-shadow: none;
}
h3,
.h3 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 13px;
  line-height: 1.2307692;
  /* 16px */
  text-shadow: none;
}
h4,
.h4 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 13px;
  line-height: 1.2307692;
  /* 16px */
  text-shadow: none;
}
h5,
.h5 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 13px;
  line-height: 1.2307692;
  /* 16px */
  text-shadow: none;
}
h6,
.h6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  font-size: 11px;
  line-height: 1.272727272;
  /* 14px */
  color: #555555;
  text-shadow: none;
  letter-spacing: 0px;
}
h6 strong,
.h6 strong {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
}
.h7 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 35px;
  line-height: 1.2;
}
.h8 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 28px;
  line-height: 1.2;
}
.h9 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 22px;
  line-height: 1.2;
}
p {
  font-size: 13px;
  line-height: 1.4;
  /* 16px */

}
p.sidenote {
  font-size: 11px;
}
blockquote {
  padding: 10px;
  font-weight: bold;
  font-size: 1.2em;
  background: url(/_resources/images/themes/airlock/ui/quote.pale.in.gif) no-repeat top left;
}
blockquote p {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  background: url(/_resources/images/themes/airlock/ui/quote.pale.out.gif) no-repeat bottom right;
}
hr {
  display: block;
  height: 1px;
  margin: 10px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

img {
  display: block;
  max-width: 100%;
}
h1 img {
  display: inline;
  vertical-align: middle;
}
/* =============================================================================
   Lists
   ========================================================================== */

dt,
dd {
  font-size: 1.3em;
}
dd {
  margin-bottom: 0.6em;
}
li {
  margin-bottom: 0.2em;
  font-size: 1.3em;
  list-style-type: none;
}
.bulletpoint li {
  margin-left: 15px;
  list-style-type: disc;
}
.transcription_fix li {
  position: relative;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding-bottom: 0.2em;
  border-radius: 0px !important;
  vertical-align: middle;
}
td {
  font-size: 12px;
}
th {
  font-size: 11px;
  text-align: left;
}
tbody {
  vertical-align: middle;
  background-color: #fbfbfb;
}
/* =============================================================================
   Forms
   ========================================================================== */

fieldset {
  width: 100%;
  border: none;
}
legend {
  display: none;
}
label {
  width: 25%;
  position: relative;
  display: block;
  float: left;
  clear: left;
  font-size: 1.3em;
}
input {
  width: 60%;
  margin-bottom: 1em;
  padding: 4px;
  vertical-align: top;
  font-size: 1.3em;
}
textarea,
input[type="text"],
input[type="password"] {
  padding: 10px 4px;
  border: 1px solid #aaaaaa;
}
textarea {
  width: 60%;
  padding: 4px;
  margin-bottom: 1em;
  vertical-align: top;
  font-size: 1.2em;
}
input.bi,
textarea.bi {
  width: 30%;
}
option {
  text-shadow: none;
}
select {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9e8e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #e9e8e7 100%);
  /* W3C */

  width: 45%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 3px;
  -webkit-appearance: none;
  text-shadow: 0 1px white;
  border: 1px solid #aaaaaa;
  color: #555555;
  padding: 4px 3px;
  text-align: left;
  font-size: 13px;
  height: 2.3em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
select.bi {
  width: 23%;
}
select[disabled],
select[disabled] option,
select[disabled] optgroup {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
select[size],
select[multiple] {
  height: auto;
}
select[size='0'],
select[size='1'] {
  height: 2.3em;
  *height: auto;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==), -webkit-linear-gradient(white, #eeeeee);
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==), linear-gradient(white, #eeeeee);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    padding-left: 10px;
  }
}
input[type="button"] {
  cursor: hand;
}
input[disabled] {
  cursor: default !important;
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/* =============================================================================
   Layout
   ========================================================================== */

body {
  color: #f2f2f2;
  background: #555555;
}
#wrapper {
  border-top: 5px solid #6f2c74;
  color: #555555;
  background: #eeeeee;
}
#header {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #cccccc;
}
.pagetitle h1,
.pagetitle .h1 {
  float: left;
  padding: 10px 0;
  color: #555555;
}
.pagetitle h2 {
  color: #555555;
}
#content {
  background: #eeeeee;
  background: -webkit-linear-gradient(left, #eeeeee, #faf9f7 50%, #eeeeee);
  background: -moz-linear-gradient(left, #eeeeee, #faf9f7 50%, #eeeeee);
  background: -ms-linear-gradient(left, #eeeeee, #faf9f7 50%, #eeeeee);
  background: -o-linear-gradient(left, #eeeeee, #faf9f7 50%, #eeeeee);
  background: linear-gradient(left, #eeeeee, #faf9f7 50%, #eeeeee);
}
#footer {
  padding: 15px 0 15px;
  border-top: 1px solid #cccccc;
  color: #555555;
  background: #eeeee5;
  background: -webkit-linear-gradient(#d9d8d1, #eeeee5 15px);
  background: -moz-linear-gradient(#d9d8d1, #eeeee5 15px);
  background: -ms-linear-gradient(#d9d8d1, #eeeee5 15px);
  background: -o-linear-gradient(#d9d8d1, #eeeee5 15px);
  background: linear-gradient(#d9d8d1, #eeeee5 15px);
}
/* =============================================================================
   Helpers
   ========================================================================== */

.right {
  float: right;
}
.float-left {
  float: left;
  margin-right: 10px;
}
.half {
  float: left;
  width: 50%;
}
.half-right {
  float: right;
  width: 50%;
}
/*
 * Count lozenge
 */

.pfp-count {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 12px;
  color: #f2f2f2;
  background: #6f2c74;
}
/*
 * Ad leaderboard
 */

.pfp-ad-leaderboard {
  width: 768px;
  margin: 5px auto;
}
/*
 * List inline
 */

.pfp-list-inline {
  list-style: none;
  margin: 0 0 10px;
}
.pfp-list-inline li {
  display: inline;
  *padding-left: 15px;
  /* ie7 */

}
.pfp-list-inline li:before {
  content: "\a0 • \a0";
  font-weight: normal;
  color: #555555;
}
.pfp-list-inline li:first-child:before {
  content: "";
}
/*
 * List menu
 */

.pfp-list-nav a {
  display: block;
  margin: 0 -10px;
  padding: 2px 10px;
}
.pfp-list-nav a:hover {
  background: #eaf6f5;
}
.strongwarning {
  color: #cb0015;
  font-weight: bold;
}
/*--signintop-----------------------------------------------------------*/

.account {
  margin: 0 5px 10px;
  text-align: right;
  text-transform: uppercase;
}
.account li {
  font-size: 11px;
  line-height: 1.272727272;
  /* 14px */

}
.account a,
.account a:visited {
  color: #555555;
}
.account a:hover {
  color: #055654;
}
/*
.signin { 
  clear: both; 
  float: left; 
  width: 780px; 
  margin: 4px 0 0 10px; 
  color: #345857; 
  background: url(/_resources/images/themes/airlock/ui/signin.bg.gif) no-repeat; background-repeat: repeat-x; 
}
#LoginEmailAddress, 
#plain_Password, 
#LoginPassword { 
  margin-top: 5px; 
  border-radius: 3px; 
}
.signin a { 
  color: #fff; 
}
.signin p { 
  padding: 10px 10px 5px 10px; 
  color: #fff; 
}
.signinheader { 
  float: left; 
  font-weight: normal;
  font-size: 1.3em; 
}
.signin fieldset { 
  width: auto; 
  margin: 0 0 0 10px; 
}
.signin label { 
  float: none; 
  width: auto; 
  height: 15px; 
  margin: 0 0 5px 0; 
  color: #fff; 
}
.signin input { 
  width: 90%; 
  padding: 4px; 
  border: 1px solid #444; 
  font-size: 12px; 
}
.signin .button { 
  left: auto; 
  margin-top: 5px; 
}

.signin .checkbox { 
  display: inline; 
  width: auto; 
  height: 15px; 
  padding: 0 3px; 
  border: 0; 
}
.emailadd-field { 
  float: left; 
  width: 150px; 
}
.password-field { 
  float: left; 
  width: 130px; 
}
.firstname-field { 
  float: left; 
  width: 155px; 
}
.surname-field { 
  float: left; 
  width: 155px; 
}
.remember-field { 
  float: right; 
  margin: 10px 10px 0 0; 
}
.remember-field label { 
  display: inline; 
}
*/

/*--topnavigation-----------------------------------------------------------*/

#main-nav {
  list-style: none;
  position: relative;
  z-index: 998;
  float: right;
  margin: 0 0 -2px 0;
}
#main-nav .main-nav-item {
  float: left;
  margin: 0;
}
#main-nav .main-nav-item-active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#main-nav .main-nav-tab {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  position: relative;
  z-index: 998;
  float: left;
  height: 25px;
  padding: 5px 10px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5625;
  /* 25px */
  color: #555555;
}
#main-nav .pfp-main-nav-current {
  position: relative;
  color: #6f2c74 !important;
}
#main-nav .pfp-main-nav-current:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 20px;
  height: 11px;
  margin-left: -10px;
  background: url(/_resources/images/pfp-nipple.png) no-repeat center 98%;
}
#main-nav .main-nav-item-active .pfp-main-nav-current:after {
  content: none;
}
#main-nav .pfp-main-nav-single .pfp-main-nav-current:after {
  content: "";
}
#main-nav .main-nav-item-active.pfp-main-nav-single .pfp-main-nav-current {
  border: 0;
  padding: 5px 10px 15px;
  background: none;
}
#main-nav .main-nav-item-active .main-nav-tab {
  z-index: 1000;
  padding: 4px 9px;
  border: 1px solid #cccccc;
  border-bottom: 0;
  color: #555555;
  background-color: white;
}
#main-nav .main-nav-search {
  padding: 5px 27px 15px 10px;
  background-image: url(/_resources/images/pfp-icon-search.png);
  background-repeat: no-repeat;
  background-position: 66px 9px;
}
#main-nav .main-nav-item-active .main-nav-search {
  padding: 4px 26px 4px 9px;
  background-position: 65px center;
}
#main-nav .pfp-main-nav-single {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-nav .pfp-main-nav-single .main-nav-tab {
  border-color: white;
}
#main-nav .main-nav-dd {
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 999;
  padding: 10px 0;
  border: 1px solid #cccccc;
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#main-nav #records-drop {
  min-width: 722px;
}
#main-nav .main-nav-item-active .main-nav-dd {
  display: block;
}
#main-nav .main-nav-dd-column {
  display: table-cell;
  *float: left;
  /* ie7 */
  width: 240px;
  padding: 2px 0;
  border-left: 1px #cccccc solid;
}
#main-nav .main-nav-dd-column:first-child,
#main-nav .main-nav-dd-column-wide:first-child {
  border: 0;
}
#main-nav .main-nav-dd-column-wide {
  display: table-cell;
  *float: left;
  /* ie7 */
  width: 700px;
  padding: 2px 0;
  border-left: 1px #cccccc solid;
}
#main-nav .main-nav-dd-column-wide hr {
  width: 60%;
  margin: 15px auto;
}
#main-nav .main-nav-dd h2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  padding: 4px 20px 3px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.272727272;
  /* 14px */
  color: #555555;
}
#main-nav .main-nav-dd-column-wide h2 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 20px;
}
#main-nav .main-nav-dd ul + h2 {
  margin-top: 20px;
}
#main-nav .main-nav-dd ul {
  list-style: none;
}
#main-nav .main-nav-dd li {
  margin: 0;
  font-size: 13px;
  line-height: 1.23076923;
  /* 16px */
  line-height: 1.4;
  /* bit more breathing room for icons */

}
#main-nav .main-nav-dd a {
  display: block;
  margin: 0 10px;
  padding: 6px 10px;
  border-radius: 3px;
}
#main-nav .main-nav-dd a:hover {
  color: #00716f;
  background-color: #fcfdfb;
}
/*-------------------------------------------------------------*/

.toolTipWrapper {
  display: none;
  position: absolute;
  top: 20px;
  z-index: 100;
  width: 305px;
  font-weight: bold;
  font-size: 9pt;
  color: white;
}
.toolTipTop {
  width: 305px;
  height: 45px;
  background: url(/_resources/images/themes/airlock/ui/tooltip_top.gif) no-repeat;
}
.toolTipMid {
  width: 257px;
  padding: 8px 15px;
  margin-left: 10px;
  background: #6f2c74;
}
.toolTipBtm {
  height: 31px;
  background: url(/_resources/images/themes/airlock/ui/tooltip_bottom.gif) no-repeat;
}
.toptipsheaderOpen {
  float: right;
  height: 28px;
  margin-top: 15px;
  margin-right: 13px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-right: 40px;
  padding-left: 20px;
}
.toptipsheader {
  position: relative;
  float: right;
  height: 38px;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-right: 40px;
  padding-left: 20px;
  text-shadow: 0 1px 0 white;
}
.toptipsheader h3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  font-size: 13px;
  line-height: 1.2307692;
  /* 16px */
  color: #555555;
}
.toptipscontent {
  display: none;
  position: relative;
  float: right;
  width: 940px;
  height: 171px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.toptipsheader .Opentipslink {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 304px;
  height: 20px;
  margin: 3px 10px 0 0;
  background: url(/_resources/images/pfp-icon-help.png) no-repeat right;
  cursor: pointer;
}
.toptipsheader .Closetipslink {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 304px;
  height: 20px;
  margin: 3px 10px 0 0;
  background: url(/_resources/images/pfp-icon-close.png) no-repeat right;
  cursor: pointer;
}
.toptipscontent h2 {
  margin-top: 10px;
  margin-left: 20px;
}
.toptipscontent a {
  font-weight: bold;
  color: #6f2c74;
}
.toptipscontent ul {
  position: absolute;
  margin-top: 15px;
  margin-left: 20px;
}
.toptipscontent li {
  float: left;
  width: 210px;
  height: 100px;
  padding-right: 20px;
  font-size: 1.2em;
}
.boardstip {
  clear: both;
  float: left;
  width: 969px;
  height: 270px;
  border-radius: 4px;
  background: #bfd8d7;
}
.toptipscontent p {
  padding: 10px 20px 10px 10px;
}
.body.tipbody {
  margin: -5px 0 5px;
  padding: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.tipbody p,
.tipbody ul {
  margin: 0 0 5px;
}
.tipcontent {
  display: none;
  margin: 0 10px 5px;
  padding: 5px 10px;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.tipcontent .tipcontent {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*-------------------------------------------------------------*/

#footer ul li,
#footer p {
  font-size: 1.14em;
  line-height: 1.8em;
}
#footer p {
  padding: 5px 10px 5px 0 !important;
}
#footer .bdr-left {
  border-left: 1px solid #cccccc;
  padding-left: 10px;
}
#footer a,
#footer a:visited {
  color: #18a0a0;
}
#footer a:hover {
  color: #00716f;
}
#footer .pfp-list-inline {
  font-weight: bold;
}
/*-------------------------------------------------------------*/

.panel {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background: white;
}
.panel .header {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 5px;
  padding: 10px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.panel .body {
  overflow: hidden;
  padding: 10px 20px 0;
}
.panel .footer {
  overflow: hidden;
  padding: 10px 20px 0;
}
.panel .header .tool,
.panel .header .icon {
  float: right;
}
/*-------------------------------------------------------------*/

.panel .header h3 {
  font-size: 11px;
  line-height: 1.272727272;
  /* 14px */
  color: #555555;
}
.panel h5 {
  clear: both;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.panel .body h5:first-child {
  margin-top: 0;
}
.panel .header h6 {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: inherit;
  font-size: 16px;
  line-height: 1.25;
  /* 20px */

}
.panel .header h6 strong {
  display: inline;
  text-transform: none;
}
.panel .header.nomargin {
  margin: 0;
}
.panel p,
.text-block p {
  margin-bottom: 1em;
}
.panel .footer p {
  font-size: 11px;
  line-height: 1.272727272;
  /* 14px */
  color: #555555;
}
.panel .thumbnails {
  overflow: hidden;
  margin: 0 -13px -13px 0;
}
.panel img.thumbnail {
  float: left;
  width: 138px;
  height: 103px;
  margin: 0 13px 13px 0;
}
.panel img.overhang {
  position: relative;
  bottom: -40px;
  margin: -40px 0 0 70px;
}
/*-------------------------------------------------------------*/

.grid_12 .panel h2 {
  font-size: 26px;
  line-height: 1.1923076;
  /* 31px */

}
.grid_12 .panel .body h3 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  font-size: 16px;
  line-height: 1.24;
  /* 20px */

}
/*-------------------------------------------------------------*/

.panel .panel h3 {
  font-weight: bold;
}
.panel .panel li {
  margin-bottom: 0.8em;
  padding-top: 0.2em;
}
/*-------------------------------------------------------------*/

.panel ul.auto li,
.panel dl.auto dt,
.panel dl.auto dd {
  float: left;
  width: auto;
  margin-right: 10px;
}
.panel dl.auto dt,
.panel dl.auto dd {
  margin-right: 20px;
}
.panel ul.bi li,
.panel dl.bi dt,
.panel dl.bi dd {
  float: left;
  width: 50%;
}
.panel dl.bi dt,
.panel dl.bi dd {
  width: 45%;
  margin-right: 5%;
}
.panel ul.tri li,
.panel dl.tri dt,
.panel dl.tri dd {
  float: left;
  width: 33%;
}
.panel ul.quad li,
.panel dl.quad dt,
.panel dl.quad dd {
  float: left;
  width: 25%;
}
/*-------------------------------------------------------------*/

.panel fieldset.solo label {
  text-align: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 4px;
  margin-right: 10px;
  line-height: 20px;
}
.panel fieldset.bi label {
  text-align: right;
  width: 50%;
  margin-top: 10px;
  margin-right: 10px;
}
.panel fieldset.tri label {
  text-align: right;
  width: 30%;
  margin-top: 10px;
  margin-right: 10px;
}
.panel fieldset.quad label {
  text-align: right;
  width: 25%;
  margin-top: 10px;
  margin-right: 10px;
}
.panel fieldset.solo label.checkbox {
  width: 70%;
  clear: none;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 15px;
}
.panel fieldset.bi label.checkbox {
  width: 40%;
  clear: none;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 15px;
}
.panel fieldset.tri label.checkbox {
  width: 55%;
  clear: none;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 15px;
}
.panel fieldset.quad label.checkbox {
  width: 63%;
  clear: none;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 15px;
}
.panel fieldset.solo input,
.panel fieldset.solo textarea {
  width: 95%;
}
.panel fieldset.bi input,
.panel fieldset.bi textarea {
  width: 45%;
}
.panel fieldset.tri input,
.panel fieldset.tri textarea {
  width: 64%;
}
.panel fieldset.quad input,
.panel fieldset.quad textarea {
  width: 70%;
}
.panel fieldset.solo select {
  width: 97%;
}
.panel fieldset.bi select {
  width: 50%;
}
.panel fieldset.tri select {
  width: 65%;
}
.panel fieldset.quad select {
  width: 72%;
}
.panel fieldset.solo input.checkbox {
  margin-top: 1px;
  margin-left: 0%;
  white-space: nowrap;
  width: 40px;
  float: left;
  clear: both;
}
.panel fieldset.bi input.checkbox {
  margin-top: 1px;
  margin-left: 50%;
  white-space: nowrap;
  width: 40px;
  float: left;
  clear: both;
}
.panel fieldset.tri input.checkbox {
  margin-top: 1px;
  margin-left: 30%;
  white-space: nowrap;
  width: 40px;
  float: left;
  clear: both;
}
.panel fieldset.quad input.checkbox {
  margin-top: 1px;
  margin-left: 25%;
  white-space: nowrap;
  width: 40px;
  float: left;
  clear: both;
}
.panel fieldset.tri label.checkbox.small,
.panel fieldset.quad input.checkbox small {
  font-size: 11px;
}
.panel fieldset.solo .button {
  left: 0%;
  /*margin-left: 10px;*/

}
.panel fieldset.bi .button {
  left: 50%;
  margin-left: 10px;
}
.panel fieldset.tri .button {
  left: 30%;
  margin-left: 10px;
}
.panel fieldset.quad .button {
  left: 25%;
  margin-left: 10px;
}
.panel fieldset.solo .name-options {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.panel fieldset.bi .name-options {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.panel fieldset.tri .name-options {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.panel fieldset.quad .name-options {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.panel fieldset.solo .more-name-options {
  padding-left: 0%;
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.panel fieldset.bi .more-name-options {
  padding-left: 50%;
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.panel fieldset.tri .more-name-options {
  padding-left: 30%;
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.panel fieldset.quad .more-name-options {
  padding-left: 25%;
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.panel fieldset .more-name-options a:link {
  display: inline-block;
  margin-bottom: 4px;
  padding: 0 14px 0 0;
  font-size: 11px;
  line-height: 1.272727272;
}
.panel fieldset .more-name-options a.more-link {
  text-decoration: underline;
}
.panel fieldset .name-options input[type="radio"] {
  clear: left;
  float: left;
  margin: 6px 4px 0 0;
  padding: 0;
  width: 15px;
  height: 22px;
}
.panel fieldset .name-options label {
  clear: none;
  float: left;
  width: auto;
  height: 22px;
  font-size: 12px;
}
.panel fieldset.solo .name-options label {
  width: 82%;
  margin-top: 10px;
}
.panel fieldset.solo .yearField {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.panel fieldset.bi .yearField {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.panel fieldset.tri .yearField {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.panel fieldset.quad .yearField {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.panel fieldset label.yearFieldRange {
  display: none;
}
.panel fieldset.solo input.yearFor,
.panel fieldset.solo select.yearFor {
  float: left;
  width: 33%;
  margin-right: 10px;
}
.panel fieldset.bi input.yearFor,
.panel fieldset.bi select.yearFor {
  float: left;
  width: 98px;
  margin-right: 10px;
}
.panel fieldset.tri input.yearFor,
.panel fieldset.tri select.yearFor {
  float: left;
  width: 25%;
  margin-right: 10px;
}
.panel fieldset.quad input.yearFor,
.panel fieldset.quad select.yearFor {
  float: left;
  width: 98px;
  margin-right: 10px;
}
.panel fieldset.solo select.yearRange {
  display: block;
  clear: none;
  float: left;
  margin-right: 0;
  width: 54%;
}
.panel fieldset.bi select.yearRange {
  display: block;
  clear: none;
  float: left;
  margin-right: 0;
  width: 32%;
}
.panel fieldset.tri select.yearRange {
  display: block;
  clear: none;
  float: left;
  margin-right: 0;
  width: 36%;
}
.panel fieldset.quad select.yearRange {
  display: block;
  clear: none;
  float: left;
  margin-right: 0;
  width: 32%;
}
.panel fieldset.tri .split-field {
  display: block;
  clear: none;
  float: left;
  margin-right: 10px;
  width: 30%;
}
.panel fieldset.solo select {
  margin-bottom: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  height: 43px;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
.panel fieldset.bi select {
  margin-bottom: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  height: 2.85em;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
.panel fieldset.tri select {
  margin-bottom: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  height: 2.85em;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
.panel fieldset.quad select {
  margin-bottom: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  height: 2.85em;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
/*.panel fieldset .field-validation-error { 
    width: 100%; 
    margin-top: -4px; 
    margin-left: 0; 
    color: @error;
    display: block;
    clear:both;
} */

.panel fieldset .input-validation-error {
  background-color: lavenderblush;
}
#searchfieldset .field-validation-error,
.lookingfor .field-validation-error,
.panel fieldset.custom .field-validation-error {
  margin-top: 4px;
  color: #cb0015;
  display: block;
  clear: both;
  position: relative;
  top: -0.5em;
  font-size: 1.3em;
  padding-left: 0px;
  margin-left: 0%;
  margin-bottom: -4px;
}
.panel fieldset.solo .field-validation-error {
  margin-top: -4px;
  color: #cb0015;
  display: block;
  clear: both;
  position: relative;
  top: -0.5em;
  font-size: 1.3em;
  padding-left: 0px;
  margin-left: 0%;
  margin-bottom: 4px;
}
.panel fieldset.bi .field-validation-error {
  margin-top: -4px;
  color: #cb0015;
  display: block;
  clear: both;
  position: relative;
  top: -0.5em;
  font-size: 1.3em;
  padding-left: 10px;
  margin-left: 50%;
  margin-bottom: 4px;
}
.panel fieldset.tri .field-validation-error {
  margin-top: -4px;
  color: #cb0015;
  display: block;
  clear: both;
  position: relative;
  top: -0.5em;
  font-size: 1.3em;
  padding-left: 10px;
  margin-left: 30%;
  margin-bottom: 4px;
}
.panel fieldset.quad .field-validation-error {
  margin-top: -4px;
  color: #cb0015;
  display: block;
  clear: both;
  position: relative;
  top: -0.5em;
  font-size: 1.3em;
  padding-left: 10px;
  margin-left: 25%;
  margin-bottom: 4px;
}
.panel fieldset.solo .note {
  clear: both;
  position: relative;
  top: -0.5em;
  margin-right: 4em;
  font-size: 1.1em;
  padding-left: 10px;
  margin-left: 0%;
}
.panel fieldset.bi .note {
  clear: both;
  position: relative;
  top: -0.5em;
  font-size: 1.1em;
  padding-left: 10px;
  margin-left: 50%;
}
.panel fieldset.tri .note {
  clear: both;
  position: relative;
  top: -0.5em;
  font-size: 1.1em;
  padding-left: 10px;
  margin-left: 30%;
}
.panel fieldset.quad .note,
.modal fieldset.quad .note {
  clear: both;
  position: relative;
  top: -0.5em;
  font-size: 1.1em;
  padding-left: 10px;
  margin-left: 25%;
}
.panel fieldset.tri .field-aligned {
  clear: both;
  position: relative;
  left: 30%;
  margin-left: 10px;
}
.panel fieldset.largelabels label {
  font-size: 18px;
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.panel fieldset.largelabels label.checkbox {
  font-size: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
/*-------------------------------------------------------------*/

.remember-field .checkbox {
  float: none;
}
.alt input,
.alt select,
.alt textarea {
  border: 1px solid #cccccc;
}
.alt .checkbox {
  border: 0;
}
/* status boxes */

.panel.error,
.panel.warningmsg,
.panel.infomsg {
  clear: both;
  margin: 10px 0 0;
  padding: 5px 0 15px;
  border: 0;
  border-radius: 6px;
  color: white;
}
.panel.error {
  background-color: #cb0015;
}
.panel.warningmsg {
  background-color: #6f2c74;
}
.panel.infomsg {
  background: #055654;
}
.panel.error h2,
.panel.warningmsg h2,
.panel.infomsg h2 {
  float: left;
  width: 20%;
  padding: 0 0 0 35px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(/_resources/images/pfp-icon-info.png);
}
.panel.error h2 {
  background-image: url(/_resources/images/pfp-icon-warn.png);
}
.panel.error p,
.panel.warningmsg p,
.panel.infomsg p,
.panel.error h3,
.panel.warningmsg h3,
.panel.infomsg h3 {
  float: left;
  width: 75%;
  margin: 0;
  font-size: 13px !important;
  line-height: 1.23076923;
}
/*---------- 2nd alternating row style for info panel ----------------------------------------*/

.panel.info .alternating li {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
  background-color: #e9e8e7;
}
.panel.info .alternating li.odd {
  border-bottom: 1px solid #cccccc;
  background-color: white;
}
.panel.info .alternating li a {
  color: #345857;
}
.panel.info .alternating li {
  margin-bottom: 0;
  color: #345857;
}
/*-------------------------------------------------------------*/

.panel.action {
  border-color: #a1d3d2;
  background: #d7eded;
}
.panel.action .header {
  background: #00716f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18a0a0), color-stop(100%, #00716f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* IE10+ */
  background: linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* W3C */

  text-shadow: 0 -1px 0 #055654;
  color: white;
}
.panel.action .header h3 {
  color: white;
  color: rgba(255, 255, 255, 0.5);
}
.panel.action textarea,
.panel.action input[type="text"],
.panel.action input[type="password"] {
  border-color: #61b9b8;
}
.panel.action .header h2 a {
  color: #bad8d8;
}
.panel.action .header h2 a:hover {
  color: #7bc6c6;
}
/*-------------------------------------------------------------*/

.panel.action-alt .header {
  background: #d7eded;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfdfb 0%, #d7eded 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfdfb), color-stop(100%, #d7eded));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfdfb 0%, #d7eded 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfdfb 0%, #d7eded 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfdfb 0%, #d7eded 100%);
  /* IE10+ */
  background: linear-gradient(top, #fcfdfb 0%, #d7eded 100%);
  /* W3C */

  text-shadow: 0 1px white;
  color: #555555;
}
.panel.action-alt .header h3 {
  color: #888888;
}
/*-------------------------------------------------------------*/

.panel.info .header {
  background: #6f2c74;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a45ba9 0%, #6f2c74 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a45ba9), color-stop(100%, #6f2c74));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a45ba9 0%, #6f2c74 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a45ba9 0%, #6f2c74 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a45ba9 0%, #6f2c74 100%);
  /* IE10+ */
  background: linear-gradient(top, #a45ba9 0%, #6f2c74 100%);
  /* W3C */

  text-shadow: 0 -1px 0 #57235b;
  color: white;
}
.panel.info .header h2,
.panel.info .header h2 a {
  color: #efd9f1;
}
.panel.info .header h2 a:hover,
.panel.info .header h3 {
  color: #dfa5e3;
}
/*-------------------------------------------------------------*/

.panel.ancillary .header {
  background: #e9e8e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9e8e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #e9e8e7 100%);
  /* W3C */

  text-shadow: 0 1px white;
  border-bottom: 1px solid #cccccc;
}
.panel.ancillary .header h3 {
  color: #888888;
}
.panel.ancillary .body.odd {
  margin-top: 10px;
  border-top: 1px solid #cccccc;
}
/*-------------------------------------------------------------*/

.panel.record {
  background: #fbfbfb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.panel.record tbody {
  background: #fbfbfb;
}
.panel.record .header {
  padding: 20px 20px 5px;
}
.panel.record h2 {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  text-shadow: 0 1px white;
  font-size: 30px;
}
.panel.record th {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  padding: 5px 0;
  border-top: 1px solid #888888;
  text-shadow: 0 1px 0 white;
  font-size: 17px;
}
.panel.record td {
  padding: 5px 0;
  border-top: 1px solid #cccccc;
  font-size: 12px;
  font-weight: bold;
}
.panel.record td:first-child {
  font-weight: normal;
  width: 200px;
  padding-right: 10px;
}
.panel.ads .header {
  /* eg the 'add your photos' or 'get help from the community' shown on help/faqs */
  padding: 15px 15px 0 15px;
  margin: 20px 20px 0 20px;
  background-color: #f5f2ed;
}
.panel.ads h2 {
  line-height: 1;
  color: #6f2c74;
  font-size: 24px;
}
.panel.ads .body {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: #555555;
}
.siteactionsicon {
  background-image: url(/_Resources/images/icons/site-icons-100px-purple.png);
  background-repeat: no-repeat;
  float: right;
  width: 92px;
  height: 70px;
}
/* not sure but some generic styles to apply */

.surround {
  position: relative;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 5px #cccccc;
  padding: 15px;
  margin: 20px 0px 20px 0px;
  background-color: white;
}
.block {
  position: relative;
  margin: 0 0 10px;
  background-color: white;
}
.block.info {
  background-color: #f5f2ed;
}
.block.action {
  background-color: #ecf5f5;
}
.block-third {
  width: 33.3%;
  float: left;
}
.block-half {
  width: 50%;
}
.block h3 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6f2c74;
  font-size: 22px !important;
  margin-bottom: 2px;
}
.block h4 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  font-size: 18px !important;
  font-weight: bold;
  margin-bottom: 2px;
}
.block .mini-tree,
.block .mini-media,
.block .mini-profiles {
  float: right;
  background-repeat: no-repeat;
  background-position: top left;
}
.block-third .mini-tree,
.block-third .mini-media,
.block-third .mini-profiles {
  width: 40%;
  height: 90px;
}
.block-half .mini-tree,
.block-half .mini-media,
.block-half .mini-profiles {
  width: 30%;
  height: 90px;
}
.block-third .block-mini {
  height: 140px;
}
.block-half .block-mini {
  height: 100px;
}
.block .mini-tree {
  background-image: url(/_resources/images/general/endicon_tree.png);
}
.block .mini-media {
  background-image: url(/_resources/images/general/endicon_keepsafe.png);
}
.block .mini-profiles {
  background-image: url(/_resources/images/general/endicon_profile.png);
}
.block .photostack-tree,
.block .photostack-records,
.block .photostack-community,
.block .photostack-trees {
  float: left;
  background-repeat: no-repeat;
  background-position: top left;
  height: 190px;
  width: 185px;
  margin: 0 -10px 0 -10px;
}
.block .photostack-text {
  float: left;
  width: 240px;
}
.block .photostack-tree {
  background-image: url(/_resources/images/quickreward/add-to-your-family-tree.jpg);
}
.block .photostack-records {
  background-image: url(/_resources/images/quickreward/search-records.jpg);
}
.block .photostack-community {
  background-image: url(/_resources/images/quickreward/join-the-community.jpg);
}
.block .photostack-trees {
  background-image: url(/_resources/images/quickreward/search-trees.jpg);
}
.grey {
  color: #888888;
}
/*-------------------------------------------------------------*/

.mpu {
  height: 250px;
  margin-bottom: 20px;
}
/*-------------------------------------------------------------*/

.panel .tool.help {
  background: url(/_resources/images/pfp-icon-help.png) no-repeat right;
}
.panel .tool.help.close {
  background: url(/_resources/images/pfp-icon-close.png) no-repeat right;
}
.panel.action .tool.help {
  background: url(/_resources/images/pfp-icon-help-action.png) no-repeat right;
}
.panel.action .tool.help.close {
  background: url(/_resources/images/pfp-icon-help-action-close.png) no-repeat right;
}
/*-------------------------------------------------------------*/

.button {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  background: #e9e8e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9e8e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #e9e8e7 100%);
  /* W3C */

  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 7px 10px 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  white-space: nowrap;
  border: 1px solid #18a0a0;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.25em;
  color: #055654;
}
.button:hover {
  background: #cccccc;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #cccccc 100%);
  /* W3C */

}
.button.alt {
  background: #00716f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18a0a0), color-stop(100%, #00716f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* IE10+ */
  background: linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* W3C */

  text-shadow: 0 -1px 0 #055654;
  border-color: #055654;
  color: #f2f2f2;
}
.button.alt:hover {
  background: #055654;
  /* Old browsers */
  background: -moz-linear-gradient(top, #18a0a0 0%, #055654 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18a0a0), color-stop(100%, #055654));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #18a0a0 0%, #055654 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #18a0a0 0%, #055654 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #18a0a0 0%, #055654 100%);
  /* IE10+ */
  background: linear-gradient(top, #18a0a0 0%, #055654 100%);
  /* W3C */

  color: #f2f2f2;
}
.button-large {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 18px;
  padding: 7px 12px 6px;
}
.button-larger {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 24px;
  padding: 7px 12px 6px;
}
.button-huge {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 30px;
  padding: 9px 12px 9px 12px;
}
.button .corner {
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
}
.button-disabled,
.button-disabled:hover,
button.disabled,
button[disabled],
button[disabled]:hover {
  background: #e9e8e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9e8e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #e9e8e7 100%);
  /* W3C */

  border-color: #cccccc;
  color: #cccccc !important;
  cursor: default;
}
li .button {
  position: absolute;
  top: 0;
  right: 0;
}
li .filterFacets {
  position: relative;
  display: inline-block;
  margin: 3px auto 3px -5px;
  padding: 7px 10px 5px;
}
li .filterFacets span {
  background-image: url(/_resources/styles/themes/jquery_ui/custom/images/ui-icons_00716f_256x240.png) !important;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.panel .button.submit {
  clear: both;
  margin: 0 10px 0 0;
}
.panel .button.enhanced.submit .button {
  padding: 6px 30px;
}
.Fluid.FluidMax .panel fieldset.tri .button,
.Fluid.FluidMax .panel fieldset.quad .button {
  width: auto;
}
/*-------------------------------------------------------------*/

.search-panel-fix {
  background: url(/_resources/images/themes/airlock/ui/info.gradient.gif) #538b89 repeat-x top !important;
  -webkit-box-shadow: inset 0 0 8px 2px #426563;
  box-shadow: inset 0 0 8px 2px #426563;
}
.panel.search-panel-fix .body,
.panel.search-panel-fix .header {
  color: white;
  background-color: transparent !important;
}
.footer.carouselfooter {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #bfd7d7;
  background-color: rgba(190, 214, 214, 0.75);
}
.panel.new-board-message {
  padding-bottom: 12px;
}
.panel.new-board-message .footer {
  display: none;
}
/*-tabular------------------------------------------------------------*/

.panel.tabular table {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #cccccc;
}
.panel.tabular td {
  padding: 5px 10px;
  border-top: 1px solid #cccccc;
}
.panel.tabular td.alt {
  border-top: none;
}
.panel.tabular.showhover tr:hover td {
  background: #d2e4e3 !important;
}
.highlight-match-tr {
  background: #d2e4e3 !important;
}
.panel.tabular td p {
  font-size: 1.1em;
  color: #555555;
}
.panel.tabular input {
  width: 48%;
  margin: 0 2px 10px 0;
}
.panel.tabular input.wide {
  width: 60%;
}
.panel.tabular input.widest {
  width: 90%;
}
.panel.tabular th input,
.panel.tabular td input {
  margin: 0;
}
.panel.tabular th.icon {
  width: 40px;
}
.panel.tabular td.icon {
  text-align: center;
}
.panel.tabular td.icon.folder {
  position: static;
  width: 20px;
  margin-left: 0;
  padding-left: 0;
  background: #edf0f0 url(/_resources/images/themes/airlock/ui/ancillary.folder.icon.gif) no-repeat center center;
}
.panel.tabular td.household {
  padding-left: 70px;
  background-image: url(/_resources/images/themes/airlock/icons/icon-household.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.panel.tabular td.person {
  padding-left: 35px;
  background-image: url(/_resources/images/themes/airlock/icons/purple.record.person.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.panel.tabular td.military {
  padding-left: 35px;
  background-image: url(/_resources/images/themes/airlock/icons/purple.record.military.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.panel.tabular td.Death {
  padding-left: 35px;
  background-image: url(/_resources/images/themes/airlock/icons/purple.record.death.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.panel.tabular td.Marriage {
  padding-left: 35px;
  background-image: url(/_resources/images/themes/airlock/icons/purple.record.marriage.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.panel.tabular td.Birth {
  background-image: url(/_resources/images/themes/airlock/icons/purple.record.birth.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 35px;
}
.panel.tabular td.military {
  padding-left: 35px;
  background-image: url(/_resources/images/themes/airlock/icons/purple.record.military.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.panel.tabular td.Overseas.Death {
  padding-left: 50px;
  background-image: url(/_resources/images/themes/airlock/icons/purple.record.overseas.death.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.panel.tabular td.Overseas.Birth {
  padding-left: 45px;
  background-image: url(/_resources/images/themes/airlock/icons/purple.record.overseas.birth.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.panel.tabular td.Overseas.Marriage {
  padding-left: 55px;
  background-image: url(/_resources/images/themes/airlock/icons/purple.record.overseas.marriage.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.panel.tabular td.passengerlists {
  padding-left: 55px;
  background-image: url(/_resources/images/themes/airlock/icons/purple.record.passengerlists.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.panel.tabular .affirm {
  background: url(/_resources/images/themes/airlock/ui/affirm.icon.gif);
}
.panel.tabular .negate {
  background: url(/_resources/images/themes/airlock/ui/negate.icon.gif);
}
.panel.tabular .affirm-green {
  background: url(/_resources/images/themes/airlock/ui/affirm.green.gif);
}
.panel.tabular .negate-green {
  background: url(/_resources/images/themes/airlock/ui/negate.green.gif);
}
.panel.tabular .affirm,
.panel.tabular .negate,
.panel.tabular .affirm-green,
.panel.tabular .negate-green {
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
th.compose-message {
  width: 60px;
}
.panel.tabular .compose {
  padding-left: 25px;
}
.panel.tabular .compose a {
  display: block;
  width: 19px;
  height: 20px;
  background: url(/_resources/images/themes/airlock/icons/compose.gif) no-repeat center center;
  text-indent: -999em;
}
.panel.tabular td .button {
  float: left;
}
.panel.tabular a.census,
.panel.tabular a.census:visited {
  float: left;
  display: inline-block;
  width: 37px;
  height: 23px;
  margin-left: 5px;
  text-indent: -999em;
  background: url(/_resources/images/themes/airlock/icons/purple.image.census.gif) no-repeat left center;
}
.panel.tabular a.census:visited {
  background: url(/_resources/images/themes/airlock/icons/grey.image.census.gif) no-repeat left center;
}
.panel.tabular a.military-image,
.panel.tabular a.military-image:visited {
  float: left;
  display: inline-block;
  width: 37px;
  height: 23px;
  margin-left: 5px;
  text-indent: -999em;
  background: url(/_resources/images/themes/airlock/icons/purple.image.military.gif) no-repeat left center;
}
.panel.tabular a.military-image:visited {
  background: url(/_resources/images/themes/airlock/icons/grey.image.military.gif) no-repeat left center;
}
.panel.tabular p.note {
  font-size: 10px;
}
.panel.tabular .folder {
  text-indent: 26px;
  background: url(/_resources/images/themes/airlock/ui/info.folder.icon.gif) no-repeat left center;
}
.panel.tabular .delete {
  text-align: center;
}
.panel.tabular .delete img {
  display: inline;
}
.ratings a {
  white-space: nowrap;
}
.panel.tabular td.ratings {
  width: 100px !important;
}
.ratings img {
  display: inline;
}
.panel.tabular td.ratings li {
  float: left;
  width: 12px;
  height: 9px;
  text-indent: -999em;
  background: url(/_resources/images/themes/airlock/ui/unselected.rating.icon.gif) no-repeat center center;
}
.panel.tabular td.ratings li.selected {
  background-image: url(/_resources/images/themes/airlock/ui/selected.rating.icon.gif);
}
.panel.tabular td.ratings li,
.clickable {
  cursor: pointer;
}
.panel.tabular td a:visited.button {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.panel.tabular .button.submit,
.panel.tabular .button.enhanced.submit .button {
  margin: 0 10px 10px 0;
  padding: 6px 30px;
}
.hotmatches .pages {
  width: 515px;
}
.alphabets {
  width: 536px;
}
.pages p {
  display: inline;
  font-weight: bold;
  font-size: 1.1em;
}
.pages ol {
  display: inline;
  padding: 0 5px;
}
.alphabets ol li {
  margin-right: 2px;
}
.pages {
  float: right;
  padding: 5px 0 10px;
}
.pages p {
  display: none;
}
.pages ol li {
  display: inline;
  list-style-type: none;
  font-size: 11px;
  line-height: 23px;
}
.pages ol li a {
  display: inline-block;
  min-width: 6px;
  height: 23px;
  padding: 0 6px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  background: #fbfbfb;
}
.buttonhollow {
  margin: 0 !important;
}
.pages ol li.selected a {
  border-color: #007788;
  color: white;
  background: #007788;
  cursor: default;
}
.pages ol li.selected a:hover {
  color: white;
  background: #007788;
}
.pages select {
  display: inline-block;
  width: 110px;
  font-size: 11px;
}
.panel.tabular .action-link a {
  color: #6f2c74;
}
.panel.tabular .buttons {
  width: 90px;
  text-align: center;
}
.panel.tabular .access {
  float: right;
  margin: 0 0 0 10px;
  text-align: right;
}
#sticky {
  width: 230px;
}
td.half {
  float: none;
}
th.center,
td.center {
  text-align: center;
}
.centre {
  text-align: center;
}
.comment_by {
  clear: left;
  font-style: italic;
  font-size: 0.9em;
  padding: 5px 0px 5px 0px;
}
.comment_body {
  font-size: 1em;
}
.order-by-bar {
  overflow: auto;
  z-index: 50;
  padding: 0;
}
.order-by-bar .orderby {
  float: left;
  margin: 11px 0 0 10px;
  border: 0px solid #cb0015;
}
.orderby-text {
  float: left;
  font-size: 12px;
  color: white;
}
.panel.tabular th {
  background: none;
  padding: 10px;
}
.panel.tabular th a {
  display: block;
  white-space: nowrap;
}
.panel.tabular th.active-col a {
  cursor: default;
}
.panel.tabular th {
  color: #555555;
}
.panel.tabular th span a.desc {
  display: block;
  background: url(/_resources/images/themes/airlock/desc.png) no-repeat right;
}
.panel.tabular th span a:hover.desc {
  display: block;
  background: url(/_resources/images/themes/airlock/desc-over.png) no-repeat right;
}
.panel.tabular th span a.asc {
  display: block;
  background: url(/_resources/images/themes/airlock/asc.png) no-repeat right;
}
.panel.tabular th span a:hover.asc {
  display: block;
  background: url(/_resources/images/themes/airlock/asc-over.png) no-repeat right;
}
/*-------------------------------------------------------------*/

.new-board-message {
  background: url(/_resources/images/boards/new-boards.jpg) no-repeat scroll left top transparent;
}
/*-------------------------------------------------------------*/

.tabs-and-pagination {
  position: relative;
  width: 698px;
  height: 30px;
  margin-top: 8px;
  padding: 0;
  border: 0px dotted #cb0015;
}
.tool,
.icon {
  text-indent: -999em;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  vertical-align: middle;
}
.icon.unread {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/themes/airlock/ui/ui-graphics_v1.png);
  background-position: -1060px -909px;
}
.icon-married {
  margin-right: 5px;
}
.social .thumbnails a {
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.tool.community,
.icon.community {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/themes/airlock/ui/ui-graphics_v1.png);
  background-position: 0 -1247px;
}
.tool.help {
  display: none;
}
/*-scroll feature------------------------------------------------------------*/

.scroll .header {
  height: 31px;
  padding: 0;
  background: url("http://cdn.genesreunited.co.uk/_resources/images/features/scroll/scroll-top.gif");
}
.scroll .body {
  padding: 0 20px;
  border: 0 dotted blue;
  color: #615b53;
  background: url("http://cdn.genesreunited.co.uk/_resources/images/features/scroll/scroll-middle.gif") repeat-y;
}
.scroll .footer {
  height: 28px;
  margin-bottom: 10px;
  padding: 0;
  background: url("http://cdn.genesreunited.co.uk/_resources/images/features/scroll/scroll-bottom.gif");
}
.scroll .body h2 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  margin: 0 0 5px 0;
  font-size: 2.2em;
}
.scroll .body h3 {
  margin: 0 0 12px 0;
}
.scroll .body p {
  padding-bottom: 10px;
  text-align: center;
}
.scroll .body p a {
  text-decoration: underline;
  font-weight: bold;
  color: #615b53;
}
.scroll .body.surname p {
  text-align: left;
}
.scroll .subtle-text {
  font-size: 10px;
  color: #7d7365;
}
.scroll .subtle-text a {
  color: #7d7365;
}
/*-surname info------------------------------------------------------------*/

#surnamemoreinfo {
  display: none;
}
a#showsurnameinfo,
a#hidesurnameinfo {
  padding-left: 17px;
  font-weight: bold;
  font-size: 13px;
  color: #615b53;
  background: url(http://cdn.genesreunited.co.uk/_resources/images/themes/airlock/ui/ui-graphics2_v1.png) no-repeat;
  background-position: 0 -65px;
}
a#surnamecopyright {
  color: #345857;
}
/*-search------------------------------------------------------------*/

.panel#find-your-family input {
  float: none;
  width: 110px;
  margin: 4px 0;
}
.panel#find-your-family .button {
  float: right;
  margin: 2px 13px 0 0;
}
.panel#find-your-family select {
  width: 64%;
  margin-top: 6px;
  margin-bottom: 6px;
}
.ux-search-button {
  clear: both !important;
  display: block;
}
/*-------------------------------------------------------------*/

.bulletList,
.blogpost ul {
  margin: 10px 0;
}
.bulletList li,
.blogpost ul li {
  background: url(/_resources/images/themes/airlock/tree/pre-reg-tick.png) no-repeat scroll 0 5px transparent;
  padding: 3px 0px 3px 20px;
}
.numberList li {
  list-style-type: decimal;
  margin-top: 5px;
  margin-left: 20px;
}
.stepList {
  margin-top: 10px;
}
.stepList a:link {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 16px;
}
.stepList li {
  position: relative;
  margin-left: 65px;
  margin-bottom: 10px;
}
.stepList li span {
  position: absolute;
  left: -65px;
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: #a45ba9;
  font-size: 16px;
}
/*-new search------------------------------------------------------------*/

/*-Search All------------------------------------------------------------*/

.summary-results li {
  position: relative;
  padding: 0.5em 0;
  border-bottom: 1px solid #cccccc;
}
.summary-results li .button {
  margin-top: 0.1em;
}
/*-Boards icons------------------------------------------------------------*/

ul.legend {
  margin-bottom: 20px;
}
ul.legend li {
  height: 20px;
  padding-left: 26px;
}
.newpost {
  background: transparent url(/_resources/images/boards/folder_page.png) no-repeat scroll left top;
}
.no-newpost {
  background: transparent url(/_resources/images/boards/folder.png) no-repeat scroll left top;
}
.thread-closed {
  background: transparent url(/_resources/images/boards/folder_key.png) no-repeat scroll left top;
}
.stickied-new {
  background: transparent url(/_resources/images/boards/folder_add.png) no-repeat scroll left top;
}
.stickied-nonew {
  background: transparent url(/_resources/images/boards/folder_delete.png) no-repeat scroll left top;
}
/*-------------------------------------------------------------*/

.faqListing .tertiary {
  margin-top: 4px;
  margin-left: 3px;
}
ul.faqListing {
  margin-bottom: 10px;
}
.accordionHeader {
  padding-bottom: 10px;
}
.accordionHeader.selected {
  padding-bottom: 5px;
  padding-left: 20px;
  background-image: url(/_resources/images/themes/inflation/general/collapse.jpg);
  background-repeat: no-repeat;
  background-position: left 1px;
}
.accordionHeader h3 a {
  font-weight: bold;
}
/*-------------------------------------------------------------*/

.addspace {
  height: 15px;
  width: 100%;
  display: block;
}
/*--jquery and javascript class references used for intellisense only -----------------------------------------------------------*/

/* -- pop up requirements -----------------------*/

.minimize {
  display: none !important;
}
/*	**********************************************
	BreadCrumb
	**********************************************
*/

ul.BreadCrumb {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: -10px;
  padding: 0;
}
ul.BreadCrumb li {
  float: left;
  margin-right: 1.17em;
  list-style: none;
  color: #e6e67f;
}
ul.BreadCrumb li a {
  margin-right: 1.17em;
  border-bottom: 2px solid transparent;
  color: #a6a6a6;
  -webkit-transition-property: all;
  -webkit-transition-duration: 600ms;
  -moz-transition-property: all;
  -moz-transition-duration: 600ms;
  -o-transition-property: all;
  -o-transition-duration: 600ms;
}
ul.BreadCrumb li a:focus {
  color: #929393;
  background-color: #375c89;
  border-bottom: 2px #cecd00 solid;
}
ul.BreadCrumb li a:hover {
  border-bottom: 2px solid #cecd00;
  border-bottom: 2px #f3f2bf solid;
  color: #cecd00;
  text-decoration: none;
}
ul.BreadCrumb li:after {
  content: "/";
}
ul.BreadCrumb li:last-child:after {
  content: " ";
}
ul.BreadCrumb li:last-child {
  color: #d2d2d2;
}
/* =============================================================================
   Object-oriented modules
   ========================================================================== */

.deemphasis {
  color: #888888;
}
.dropshadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.button-tiny {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  padding: 5px 8px 3px;
  border-color: #cccccc;
  font-size: 11px;
}
/*
 * List folders
 */

ul.list-folders {
  margin: 0px -10px 10px -10px;
}
.list-folders a {
  display: block;
  padding: 10px 0 10px 45px;
  border-radius: 4px;
  background-image: url(/_resources/images/keepsafe/icon_folder.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.list-folders a:hover {
  background-color: #eaf6f5;
}
/*
 * List navigation
 */

.list-nav {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
.list-nav li {
  float: left;
  margin: 0;
  border-right: 1px solid white;
}
.list-nav a {
  display: block;
  border-right: 1px solid #e7e7e7;
  color: #888888;
}
.list-nav a:hover {
  background: #cccccc;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #cccccc 100%);
  /* W3C */

}
.list-nav-right {
  float: right;
}
/*
 * Panel naked
 */

.panel.naked {
  border: 0;
  background: none;
}
/*
 * Media blocks
 */

.media,
.media .bd {
  overflow: hidden;
  *zoom: 1;
}
.media .img {
  float: left;
  margin-right: 10px;
}
.media .img img {
  display: block;
}
.media .img-ext {
  float: right;
  margin-left: 10px;
}
/*
 * Search form
 */

.search-form {
  float: left;
  width: 218px;
  max-width: 91%;
  margin: 0 20px 0 0;
  border: 1px solid #61b9b8;
  background: white;
  zoom: 1;
}
.search-form .search-input {
  float: left;
  width: 83%;
  margin: 0;
  padding: 6px 1px 6px 9px;
  border: 0;
}
.search-form input[type="search"]:focus {
  outline: 0;
}
.search-form input[type="submit"] {
  float: right;
  width: 27px;
  height: 27px;
  padding: 0;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: transparent url(/_resources/images/tree/icon_search.png) no-repeat center;
  background-size: 12px 12px;
}
/*
 * Plugins
 */

ul.tagit li {
  font-size: 12px;
}
/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
*/

.ptn,
.pvn,
.pan {
  padding-top: 0px !important;
}
.pts,
.pvs,
.pas {
  padding-top: 5px !important;
}
.ptm,
.pvm,
.pam {
  padding-top: 10px !important;
}
.ptl,
.pvl,
.pal {
  padding-top: 20px !important;
}
.prn,
.phn,
.pan {
  padding-right: 0px !important;
}
.prs,
.phs,
.pas {
  padding-right: 5px !important;
}
.prm,
.phm,
.pam {
  padding-right: 10px !important;
}
.prl,
.phl,
.pal {
  padding-right: 20px !important;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0px !important;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 5px !important;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 10px !important;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 20px !important;
}
.pln,
.phn,
.pan {
  padding-left: 0px !important;
}
.pls,
.phs,
.pas {
  padding-left: 5px !important;
}
.plm,
.phm,
.pam {
  padding-left: 10px !important;
}
.pll,
.phl,
.pal {
  padding-left: 20px !important;
}
.mtn,
.mvn,
.man {
  margin-top: 0px !important;
}
.mts,
.mvs,
.mas {
  margin-top: 5px !important;
}
.mtm,
.mvm,
.mam {
  margin-top: 10px !important;
}
.mtl,
.mvl,
.mal {
  margin-top: 20px !important;
}
.mrn,
.mhn,
.man {
  margin-right: 0px !important;
}
.mrs,
.mhs,
.mas {
  margin-right: 5px !important;
}
.mrm,
.mhm,
.mam {
  margin-right: 10px !important;
}
.mrl,
.mhl,
.mal {
  margin-right: 20px !important;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0px !important;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 5px !important;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 10px !important;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 20px !important;
}
.mln,
.mhn,
.man {
  margin-left: 0px !important;
}
.mls,
.mhs,
.mas {
  margin-left: 5px !important;
}
.mlm,
.mhm,
.mam {
  margin-left: 10px !important;
}
.mll,
.mhl,
.mal {
  margin-left: 20px !important;
}
/* =============================================================================
   Profile
   ========================================================================== */

.profile .panel h2 {
  font-size: 26px;
  line-height: 1.1923076;
}
.profile .button {
  border-color: #cccccc;
}
.profile-subtitle {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  font-size: 16px;
  line-height: 1.5625;
  /* 25px */

}
.suggested a:after {
  content: "Suggested";
  position: absolute;
  top: -15px;
  left: -15px;
  padding: 3px 7px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1.272727272;
  /* 14px */
  color: white;
  background: #6f2c74;
}
/*
 * Profile header
 */

.profile-header {
  overflow: hidden;
  *zoom: 1;
  padding: 20px 0 0;
}
.profile-header .profile-name {
  overflow: hidden;
  margin: 20px 0 0;
}
.profile-header .profile-name-text {
  float: left;
}
.profile-header .profile-name-edit {
  float: right;
  margin: 5px 10px 0 0;
}
.profile-header .profile-name-years {
  float: right;
  width: 100%;
}
/*
 * Profile timeline
 */

.profile-timeline {
  list-style: none;
}
.profile-timeline .media {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
}
.profile-timeline .media:first-child {
  border: 0;
}
.profile-timeline .img {
  position: relative;
  width: 70px;
  height: 50px;
  padding: 0 50px 0 0;
}
.timeline-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
/*
 * Profile keepsafe
 */

.profile-keepsafe-items {
  float: left;
  width: 100%;
  padding: 10px 0;
  list-style: none;
}
.profile-keepsafe-item {
  float: left;
  margin: 0 10px 5px 0;
  border: 5px solid white;
}
.profile-keepsafe-item a {
  position: relative;
  float: left;
}
/*
 * Profile keepsafe
 */

.profile-tree {
  list-style: none;
}
.profile-tree .media {
  overflow: visible;
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 0;
}
.profile-tree .img {
  position: relative;
  width: 70px;
  height: 50px;
  padding: 0 50px 0 0;
}
.profile-tree .person-thumb {
  position: absolute;
  top: 0;
  right: 0;
  border: 5px solid white;
}
.profile-tree .suggested {
  background: whitesmoke;
}
.profile-tree .suggested a:after {
  top: -10px;
  left: -10px;
}
/*
 * Profile items
 */

.profile-item {
  padding: 5px 0 10px;
  border-bottom: 1px solid #cccccc;
}
.profile-item:last-child {
  border: 0;
}
.profile-item.hotmatches {
  position: relative;
  left: -10px;
  width: 368px;
  padding: 8px 60px 10px 10px;
  border: none;
  border-radius: 4px;
  color: #cb0015;
  background: #ffede8;
}
.profile-item.hotmatches .highlight {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 52px;
  padding: 4px 0 0;
  text-align: center;
  font-size: 24px;
  line-height: 52px;
  color: white;
  background: url(/_resources/images/profile/icon_match-profile.png);
}
/*
 * Profile navigation
 * inherits list-nav
 */

.profile-nav {
  background: #e9e8e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9e8e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #e9e8e7 100%);
  /* W3C */

  overflow: hidden;
  margin: 20px 0;
  padding: 0 2px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 white;
}
.profile-nav .list-nav a {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  padding: 14px 32px 13px;
  font-size: 16px;
  line-height: 1.5625;
  /* 25px */

}
.profile-nav .list-nav .nav-current,
.profile-nav .list-nav .nav-current:hover {
  background: #6f2c74;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6f2c74 0%, #a45ba9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f2c74), color-stop(100%, #a45ba9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6f2c74 0%, #a45ba9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6f2c74 0%, #a45ba9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6f2c74 0%, #a45ba9 100%);
  /* IE10+ */
  background: linear-gradient(top, #6f2c74 0%, #a45ba9 100%);
  /* W3C */

  margin: 2px 0;
  padding: 12px 30px 11px;
  border-right: 0;
  text-shadow: 0 -1px 0 #57235b;
  color: white;
}
.profile-nav .list-nav-right li {
  border: none;
}
.profile-nav .list-nav-right a {
  padding: 14px 22px 13px;
  border-right: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.92307692;
  /* 25px */
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.profile-nav .list-nav-right a:hover {
  background: none;
  color: #555555;
}
/*
 * Keepsafe
 */

.keepsafe .button {
  border-color: #cccccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.keepsafe-tools {
  overflow: hidden;
  *zoom: 1;
  padding: 20px 0;
  border-top: 1px solid #cccccc;
}
.keepsafe-tools .button {
  margin-left: 10px;
}
.keepsafe-tools .search-filter {
  float: left;
  margin: 0 15px 0 0;
}
.keepsafe-tools .search-filter label {
  width: auto;
  margin: 7px 5px 0 0;
  color: #888888;
}
.keepsafe-tools .search-filter select {
  width: 140px;
}
.label-a {
  float: left;
  padding: 5px 15px 5px 0;
  width: 110px;
  text-align: right;
  font-size: 15px;
}
.fileButton {
  font-size: 13px;
  position: relative;
  top: -2px;
  padding: 12px 0;
  /*border: 1px solid gray \0/;
    background-color: #f8f6f0 \0/;
*/

}
.keepsafe-add-button {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  display: block;
  width: 135px;
  height: 82px;
  margin: 0 0 10px;
  padding: 28px 0 0 85px;
  border-radius: 6px;
  text-shadow: 0 -1px 0 #005755;
  font-size: 24px;
  line-height: 1.16666667;
  /* 28px */
  color: white;
  background: #007270 url(/_resources/images/keepsafe/add-to-keepsafe.png);
  background-image: url(/_resources/images/keepsafe/add-to-keepsafe.png), -webkit-linear-gradient(#18a0a0, #007270);
  background-image: url(/_resources/images/keepsafe/add-to-keepsafe.png), -moz-linear-gradient(#18a0a0, #007270);
  background-image: url(/_resources/images/keepsafe/add-to-keepsafe.png), -ms-linear-gradient(#18a0a0, #007270);
  background-image: url(/_resources/images/keepsafe/add-to-keepsafe.png), -o-linear-gradient(#18a0a0, #007270);
  background-image: url(/_resources/images/keepsafe/add-to-keepsafe.png), linear-gradient(#18a0a0, #007270);
}
.keepsafe-add-button:visited {
  color: white;
}
.keepsafe-add-button:hover {
  color: white;
  background: #179797 url(/_resources/images/keepsafe/add-to-keepsafe.png);
  background-image: url(/_resources/images/keepsafe/add-to-keepsafe.png), -webkit-linear-gradient(#179797, #005755);
  background-image: url(/_resources/images/keepsafe/add-to-keepsafe.png), -moz-linear-gradient(#179797, #005755);
  background-image: url(/_resources/images/keepsafe/add-to-keepsafe.png), -ms-linear-gradient(#179797, #005755);
  background-image: url(/_resources/images/keepsafe/add-to-keepsafe.png), -o-linear-gradient(#179797, #005755);
  background-image: url(/_resources/images/keepsafe/add-to-keepsafe.png), linear-gradient(#179797, #005755);
}
/* ie6, ie7, ie8 */

/*.keepsafe-add-button,
    .keepsafe-add-button:hover {
        background-image: url(/_resources/images/keepsafe/add-to-keepsafe.png)\9;
    }
*/

.keepsafe #keepsafe-container {
  margin: 0 -10px 10px 10px;
  opacity: 0;
  clear: both;
  zoom: 1;
}
.no-js .keepsafe #keepsafe-container {
  opacity: 1;
}
.keepsafe #masonry-container .panel {
  margin: 0 0 10px;
  width: 220px;
}
.keepsafe #masonry-container .panel .body {
  padding: 0 10px;
}
.keepsafe #masonry-container .panel .header {
  color: #6f2c74;
}
.keepsafe-item {
  position: relative;
  width: 210px;
  margin: 0 0 10px;
  padding: 10px 4px 5px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background: white;
}
.keepsafe-item:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.keepsafe-search-item {
  float: left;
  width: auto;
  min-width: 86px;
  margin: 0 10px 10px 0;
  padding: 10px 5px 0;
}
.keepsafe-search-item.row {
  width: 332px;
  margin: 0px 6px 6px 0;
}
.keepsafe-search-item .keepsafe-asset {
  display: table-cell;
  vertical-align: middle;
  height: 120px;
  padding-bottom: 0;
}
.keepsafe-asset-details {
  float: left;
  padding-left: 5px;
}
.keepsafe-asset-description {
  font-size: 11px;
  color: #888888;
}
.keepsafe-search-item .keepsafe-asset-details {
  display: none;
}
.keepsafe-search-item.row .keepsafe-asset-details {
  display: inline-block;
}
.keepsafe-item .button {
  display: none;
}
.keepsafe-item:hover .button {
  display: inline-block;
}
.keepsafe-item.state-checked {
  border-color: #18a0a0;
}
.keepsafe-item.state-checked .button-check {
  display: inline-block;
}
.keepsafe-asset {
  padding: 0 5px 10px;
}
.keepsafe-asset img {
  margin: 0 auto 10px;
  max-width: 100%;
}
.keepsafe-options {
  position: absolute;
  top: 5px;
  left: 5px;
}
.keepsafe-options span.button-check {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  /* hacks to make it look lined up in ie9 */
  /*padding-top: 1px \0/; 
        padding-right: 1px \0/;
        padding-bottom: 1px \0/;
        padding-left: 1px \0/;
*/
  *padding: 1px;
  /* hack to line it up in ie7 */
  top: 2px;
  *top: -1px;
}
.keepsafe-options input {
  margin: 0;
  width: auto;
  vertical-align: baseline;
}
.keepsafe-attach {
  float: left;
  margin: 0 5px 5px 5px;
  width: 150px;
  padding: 10px 10px 10px 40px;
  color: #888888;
  background: whitesmoke url(/_resources/images/keepsafe/icon_clip.png) no-repeat left top;
}
.keepsafe-detail {
  margin: 0 0 10px;
  border: 10px solid white;
  background: white;
}
.keepsafe-detail img {
  margin: 0 auto;
  max-width: 100%;
}
.keepsafe-detail-links {
  padding: 0px 0px 20px 5px;
  max-width: 100%;
  font-size: 12px;
  display: block;
}
.keepsafe-private a {
  position: relative;
  display: block;
}
.keepsafe-private a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background: black;
  opacity: 0.36;
}
.keepsafe-private a:after {
  position: absolute;
  width: 20px;
  height: 27px;
  left: 10px;
  bottom: 10px;
  content: " ";
  background: url(/_resources/images/keepsafe/icon_private.png) no-repeat center;
}
.keepsafe-pagination {
  clear: both;
  overflow: hidden;
  *zoom: 1;
  padding: 0 0 20px;
  text-align: center;
}
.keepsafe-relative {
  display: block;
}
.keepsafe-extra-relative {
  display: none;
}
.keepsafe-highlight-permission {
  margin: 10px 10px 10px 0px;
  padding: 10px 5px 1px 10px;
  background-color: #dbeeee;
  color: #005755;
}
.keepsafe-permission-denied,
.searchterm {
  background-color: lavenderblush;
  color: #cb0015;
}
/* =============================================================================
   Plugins
   ========================================================================== */

/*
 * ColorBox
 * http://jacklmoore.com/colorbox/
 */

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
#cboxOverlay {
  background: black;
  opacity: 0.8;
}
#colorbox,
#cboxWrapper {
  overflow: visible;
}
#cboxTopRight {
  width: 11px;
  height: 11px;
}
#cboxMiddleRight {
  width: 11px;
}
#cboxContent {
  overflow: hidden;
  position: static;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  background: white;
}
#cboxLoadedContent {
  position: relative;
}
#cboxError {
  padding: 15px;
}
#cboxLoadingGraphic {
  background: url(/_resources/images/themes/airlock/ui/loader.green.trans.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 22px;
  height: 22px;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: transparent url(/_resources/images/icon_close.png) no-repeat;
}
/* =============================================================================
   Modals
   ========================================================================== */

/*
 * Modal / Fixed Panel
 */

#page-load-modal {
  display: none;
}
.modal {
  color: #544b42;
  font-size: 12px;
}
.modal .hd,
.panel-fixed .hd {
  position: relative;
  z-index: 1;
  height: 5em;
  /* 60px / 12px */
  padding: 0 15px;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: #fafbf8;
  background-image: -webkit-linear-gradient(#fafbf8, #f0ede8);
  background-image: -moz-linear-gradient(#fafbf8, #f0ede8);
  background-image: -ms-linear-gradient(#fafbf8, #f0ede8);
  background-image: -o-linear-gradient(#fafbf8, #f0ede8);
  background-image: linear-gradient(#fafbf8, #f0ede8);
}
.modal .hd {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.modal .hd .masthead,
.panel-fixed .hd .masthead {
  padding: 15px 0 0;
  text-shadow: 0 1px 0 white;
}
.modal .mn,
.panel-fixed .mn {
  overflow: hidden;
  padding: 15px;
  background: white;
}
.modal-fixed .mn,
.panel-fixed .mn {
  overflow-y: scroll;
  position: absolute;
  top: 5em;
  /* 60px / 12px */
  right: 0;
  bottom: 5em;
  left: 0;
  margin: 1px 0;
  padding: 15px;
}
.modal .ft,
.panel-fixed .ft {
  height: 6em;
  /* 60px / 12px */
  padding: 5px 15px 0px 15px;
  border-top: 1px solid #e7e7e7;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.25);
  background: white;
}
.modal-fixed .ft,
.panel-fixed .ft {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal h1,
.modal .h1 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  margin: 0;
  font-size: 24px;
  line-height: 1.08333333;
  /* 26px */
  color: #6f2c74;
}
.modal h2,
.modal .h2 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 1.1875;
  /* 19px */
  color: #6f2c74;
}
.modal h3,
.modal .h3 {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 1.2307692;
  /* 16px */

}
.modal h4,
.modal .h4 {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 1.2307692;
  /* 16px */

}
.modal h5,
.modal .h5 {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 1.2307692;
  /* 16px */

}
.modal h6,
.modal .h6 {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.272727272;
  /* 14px */

}
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6,
.modal p,
.modal blockquote,
.modal ul,
.modal ol,
.modal dl,
.modal table {
  margin: 0 0 10px;
}
/*
 * Form
 */

.modal .form {
  overflow: hidden;
  padding: 15px;
  background: #d7eced;
}
.modal .form h3,
.modal .form .h3 {
  color: #00706f;
}
.modal .form p,
.modal .form .p {
  overflow: hidden;
}
.modal .form label {
  color: #555555;
  font-size: 13px;
}
.modal .form label.radios {
  float: none;
}
.modal .form input[type="radio"] {
  width: auto;
}
.modal .form input[type="text"],
.modal .form textarea {
  padding: 9px;
  border: 1px solid #61b9b8;
}
.modal .form-group {
  overflow: hidden;
  padding: 5px 0;
}
.modal .form-group input {
  margin: 1px;
}
.modal input {
  width: auto;
}
.modal fieldset.solo label,
.modal fieldset.split label {
  text-align: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 4px;
  margin-right: 10px;
  line-height: 20px;
}
.modal fieldset.quad label {
  text-align: left;
  width: 25%;
  margin-top: 10px;
  margin-right: 10px;
}
.modal fieldset.quad select,
.modal fieldset.split select {
  margin-bottom: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  height: 2.85em;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
.modal fieldset.quad input,
.modal fieldset.quad textarea {
  width: 65%;
}
.modal fieldset.solo input,
.modal fieldset.solo textarea {
  width: 95%;
}
.modal fieldset.split input.checkbox {
  margin-top: 10px;
  margin-left: 10px;
  white-space: nowrap;
  width: 40px;
  float: left;
  clear: both;
}
.modal fieldset.split div {
  display: block;
}
.modal fieldset.split .edit-forename {
  float: left;
  width: 30%;
}
.modal fieldset.split .edit-forename input {
  width: 80%;
}
.modal fieldset.split .edit-midname {
  float: left;
  width: 40%;
}
.modal fieldset.split .edit-midname input {
  width: 85%;
}
.modal fieldset.split .edit-surname {
  float: left;
  width: 30%;
}
.modal fieldset.split .edit-surname input {
  width: 80%;
}
.modal fieldset.split .edit-akaname {
  float: left;
  width: 70%;
}
.modal fieldset.split .edit-akaname input {
  width: 80%;
}
.modal fieldset.split .edit-gender {
  float: left;
  width: 30%;
}
.modal fieldset.split .edit-yearof {
  float: left;
  width: 12%;
}
.modal fieldset.split .edit-yearof input {
  width: 50%;
}
.modal fieldset.split .edit-circa {
  float: left;
  width: 10%;
}
.modal fieldset.split .edit-circa input {
  width: 30%;
}
.modal fieldset.split .edit-dateof {
  float: left;
  width: 20%;
}
.modal fieldset.split .edit-dateof input {
  width: 75%;
}
.modal fieldset.split .edit-placeof {
  float: left;
  width: 58%;
}
.modal fieldset.split .edit-placeof input {
  width: 90%;
}
.modal fieldset.split .edit-occupation {
  float: left;
  width: 50%;
}
.modal fieldset.split .edit-occupation input {
  width: 88%;
}
.modal fieldset.split .edit-source {
  float: left;
  width: 50%;
}
.modal fieldset.split .edit-source input {
  width: 88%;
}
.modal fieldset.quad ul.tagit {
  display: block;
  width: 67%;
}
.modal-canvas {
  display: block;
  padding: 10px;
  width: 500px;
  float: left;
  height: 500px;
  background-color: #e3e3e3;
  margin: 10px;
}
.modal-canvas img {
  margin: 0 auto;
  max-height: none;
  max-width: none;
}
.modal-profiles {
  display: block;
  padding: 10px;
  width: 100px;
  height: 500px;
  float: left;
  background-color: #e3e3e3;
  margin: 10px 10px 10px 0px;
}
.modal-profiles img {
  max-width: none;
  max-height: none;
}
/*
 * Gradient
 */

.modal .gradient {
  background: #fbfbfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #fbfbfb 100%);
  /* W3C */

}
.modal a.gradient:hover,
.modal input.gradient:hover,
.modal .js-table-sort th.gradient:hover {
  background: #e9e8e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #e9e8e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #e9e8e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #e9e8e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #e9e8e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #e9e8e7 100%);
  /* IE10+ */
  background: linear-gradient(top, #fbfbfb 0%, #e9e8e7 100%);
  /* W3C */

}
/*
 * Buttons
 */

.modal .button {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  float: left;
  padding: 11px 19px 9px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-shadow: 0 1px 0 white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: #148989;
}
.modal .button:hover {
  color: #148989;
}
.modal .button-flat {
  padding: 8px 9px 6px;
  box-shadow: none;
}
.modal .button-search {
  padding-right: 40px;
  text-shadow: 0 -1px 0 #055654;
  border-color: #055654;
  color: white !important;
  background: #055654 url(/_resources/images/tree/icon_search-alt.png) no-repeat right center;
  background-image: url(/_resources/images/tree/icon_search-alt.png), -webkit-linear-gradient(#169f9f, #007270);
  background-image: url(/_resources/images/tree/icon_search-alt.png), -moz-linear-gradient(#169f9f, #007270);
  background-image: url(/_resources/images/tree/icon_search-alt.png), -ms-linear-gradient(#169f9f, #007270);
  background-image: url(/_resources/images/tree/icon_search-alt.png), -o-linear-gradient(#169f9f, #007270);
  background-image: url(/_resources/images/tree/icon_search-alt.png), linear-gradient(#169f9f, #007270);
}
.modal .button-search:hover {
  background: #005755 url(/_resources/images/tree/icon_search-alt.png) no-repeat right center;
  background-image: url(/_resources/images/tree/icon_search-alt.png), -webkit-linear-gradient(#159999, #005755);
  background-image: url(/_resources/images/tree/icon_search-alt.png), -moz-linear-gradient(#159999, #005755);
  background-image: url(/_resources/images/tree/icon_search-alt.png), -ms-linear-gradient(#159999, #005755);
  background-image: url(/_resources/images/tree/icon_search-alt.png), -o-linear-gradient(#159999, #005755);
  background-image: url(/_resources/images/tree/icon_search-alt.png), linear-gradient(#159999, #005755);
}
.modal .button-icon-only {
  display: block;
  height: 18px;
  padding-right: 19px;
}
.modal input.button-icon-only {
  height: 38px;
}
.modal .button-small {
  padding: 8px 19px 6px;
  font-size: 12px;
}
.modal .button-tiny {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  padding: 3px 9px 2px;
  box-shadow: 0;
  font-size: 11px;
}
.modal a.button {
  *padding-top: 13px;
  *padding-bottom: 12px;
}
.modal a.button-small {
  *padding-top: 9px;
  *padding-bottom: 8px;
}
.modal .button-deemphasis {
  color: #888888 !important;
}
.modal .wait {
  background: url("../images/themes/airlock/ui/activity-loader.gif") no-repeat;
  padding-left: 20px;
}
.bottomBorder {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.clear {
  clear: both;
}
.clearnospace {
  clear: both;
  height: 1px;
}
.keepsafeDataTag {
  background-color: #cccccc;
  padding: 2px 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 24px;
  font-size: 13px;
}
.left {
  float: left;
}
.keepsafeDataAttached,
.keepsafeDataDate,
.keepsafeDataPrivacy,
.keepsafeDataTags,
.keepsafeDataLocation,
.keepsafeDataFolder,
.keepsafeDataNotes {
  background-repeat: no-repeat;
  margin: 0 10px 0 5px;
  height: 20px;
  width: 20px;
  float: left;
}
.floatedDataTag {
  line-height: 20px;
}
#RenewPopUp p {
  font-size: 1.3em;
}
/*.renewal-bg {
    background: url(/_Resources/images/photo-record-montage.jpg) bottom right no-repeat;
    margin-bottom: -20px;
}*/

.account a.highlight {
  color: #18a0a0;
  font-weight: bold;
  font-size: 12px;
}
/* =============================================================================
   Print functions
   ========================================================================== */

.print-ref {
  margin: 10px 0 10px 10px;
  color: #888888;
}
.print-notes {
  height: 300px;
  width: 98%;
  padding: 10px;
  background-color: white;
  margin: 10px 10px 10px 0px;
}
/* ========= Panel Slider (set up for 8-col width and 4 or 5 panels) ================= */

#panel-container-8 {
  position: relative;
  overflow: hidden;
  width: 620px;
}
#panel-wrapper-4 {
  width: 2480px;
}
#panel-wrapper-5 {
  width: 3100px;
}
.panel-slide-8 {
  height: 400px;
  float: left;
  /*overflow: hidden;     
*/
  width: 620px;
}
.panel-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 37px;
}
.panel-tape {
  left: 280px;
  position: absolute;
  top: -20px;
  z-index: 9;
}
.make-tape-visible {
  position: relative;
  overflow: visible;
  margin-top: -3px;
}
/* ========= Intro Panel Slider ================= */

.intro-panel {
  padding: 40px 40px 10px 41px;
  position: relative;
  width: 537px;
  margin: 0px 0px 20px 0px;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.intro-panel h2 {
  color: #888888;
  margin-bottom: 10px;
}
.intro-panel h3 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6f2c74;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 10px;
}
.intro-panel p {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: #555555;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}
.keepsafeWelcome {
  background-image: url(/_Resources/images/keepsafe/keepsafe-intro-5.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  height: 246px;
  margin-right: -30px;
}
.panel-cta {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  font-size: 18px;
  font-weight: bold;
}
.intro-panel-nav {
  margin: 20px 0 0 0;
  padding: 10px 0px 10px 0px;
  position: absolute;
  top: 365px;
  width: 535px;
  left: 40px;
}
.panel-items {
  display: block;
  float: left;
  padding: 8px 0 0 0;
}
.panel-item-on,
.panel-item-off {
  display: block;
  height: 15px;
  width: 15px;
  float: left;
  margin-right: 5px;
}
.panel-item-on,
.panel-item-off:hover {
  background-image: url(/_Resources/images/general/pin_on.png);
}
.panel-item-off {
  background-image: url(/_Resources/images/general/pin_off.png);
}
/* ======================== fancy numbers begin */

.intro-panel ol,
.fancy-numbers ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */

}
.intro-panel ol > li,
.fancy-numbers ol > li {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  position: relative;
  /* Create a positioning context */
  margin: 0 0 6px 2em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 8px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  color: #888888;
}
.intro-panel ol > li:before,
.fancy-numbers ol > li:before {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 5px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 4px;
  color: white;
  background: #888888;
  text-align: center;
  border: 1px solid #888888;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.intro-panel li ol,
.intro-panel li ul,
.fancy-numbers li ol,
.fancy-numbers li ul {
  margin-top: 6px;
}
.intro-panel ol ol li:last-child,
.fancy-numbers ol ol li:last-child {
  margin-bottom: 0;
}
.fancy-numbers ol > li:before {
  background: #6f2c74;
  border: 1px solid #6f2c74;
}
.fancy-numbers ol > li {
  color: #555555;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  font-size: 13px;
}
/* ============== end fancy numbers */

/* supports showing link with icon, and with associated jquery can be used to then display following paragraph */

.show-group {
  margin-bottom: 10px;
  clear: both;
}
.show-more {
  background: url('/_Resources/images/icon-more.png') no-repeat left;
  padding-left: 20px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.show-more.show-less {
  background: url('/_Resources/images/icon-less.png') no-repeat left;
  padding-left: 20px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.show-this {
  display: none;
}
/* =============================================================================
   jQuery functions - these classes are used in jQuery and care should be taken if using for styling as well
   ========================================================================== */

.stickyyourstoview-portrait,
.stickyyourstoview-landscape {
  height: 90px;
  position: absolute;
  width: 345px;
  background: url(/_Resources/images/quickreward/yourstoviewlabel.png) no-repeat;
}
.stickyyourstoview-portrait {
  left: 10px;
  top: 120px;
}
.census-content {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 15px;
}
/* Ancestor Banner */

.ancestor-banner {
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 940px;
  font-family: Arial, Verdana, Helvetica;
  margin-left: 10px;
  background: url(/_resources/images/themes/airlock/ui/splashsem/newsplash/ancestor-banner.png) left top no-repeat;
  padding: 0;
  border: 0;
  height: 313px;
  overflow: hidden;
  clear: both;
  -moz-box-shadow: 0px 3px 5px #8ca7a8;
  box-shadow: 0px 3px 5px #8ca7a8;
  -webkit-box-shadow: 0px 3px 5px #8ca7a8;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.ancestor-banner .h2 {
  margin: 32px 16px 16px 25px;
  color: #284443;
  font-size: 30px;
}
.ancestor-banner p {
  margin: 15px 25px 35px 25px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.ancestor-banner p em {
  font-style: normal;
  color: #6c2969;
  font-weight: bold;
}
.ancestor-banner .benefits {
  font-size: 13px;
  font-family: Arial, Verdana, Helvetica;
  font-weight: bold;
  margin: 0px 10px 0 40px;
  color: #28413c;
}
.ancestor-banner ul {
  margin: 18px 0px 18px 40px;
}
.ancestor-banner ul li {
  background: url("/_resources/images/themes/airlock/tree/pre-reg-tick.png") no-repeat scroll left center transparent;
  padding-left: 20px;
}
.ancestor-banner .regbutton_free {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 2px solid #662864;
  background: #a757a1;
  background: -moz-linear-gradient(top, #a757a1 0%, #854581 99%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a757a1), to(#854581));
  display: block;
  padding: 0.5em 0.8em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 17px;
  color: white !important;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px black;
  -moz-box-shadow: inset 0 0 1px #e48ddb;
  -webkit-box-shadow: inset 0 0 1px #e48ddb;
  box-shadow: inset 0 0 1px #e48ddb;
  cursor: hand;
  width: 130px;
  margin: 0px 140px;
}
.ancestor-banner .regbutton_free:hover {
  background: #af5da8;
  /* old browsers */
  background: -moz-linear-gradient(top, #af5da8 0%, #8d4a97 99%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af5da8), color-stop(99%, #8d4a97));
  /* webkit */
  background: -o-linear-gradient(top, #af5da8 0%, #8d4a97 99%);
  /* opera */

}
/* Free Trial Banner */

.freetrial-banner {
  background: url("/_resources/images/themes/airlock/ui/freetrial-banner.png") repeat-x scroll 0 0 transparent;
  width: 940px;
  margin-left: 10px;
  font-family: Arial, Verdana, Helvetica;
  padding: 0;
  border: 0;
  height: 312px;
  overflow: hidden;
  clear: both;
  -moz-box-shadow: 0px 3px 5px #8ca7a8;
  box-shadow: 0px 3px 5px #8ca7a8;
  -webkit-box-shadow: 0px 3px 5px #8ca7a8;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  position: relative;
}
.freetrial-banner .trial_search_form {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 260px;
}
.freetrial-banner .trial_search_form h2 {
  font-size: 16px;
  color: #632260;
  padding-top: 40px;
  padding-bottom: 10px;
}
.freetrial-banner .trial_search_form p {
  font-size: 13px;
  margin-bottom: 10px;
}
.freetrial-banner .trial_search_form form input {
  padding: 5px;
}
.freetrial-banner .trial_search_form form input.searchField {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #847d6b;
  -moz-box-shadow: inset 0 0 2px #cccccc;
  -webkit-box-shadow: inset 0 0 2px #cccccc;
  box-shadow: inset 0 0 2px #cccccc;
}
.freetrial-banner .trialbutton_free {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 2px solid #662864;
  background: #a757a1;
  background: -moz-linear-gradient(top, #a757a1 0%, #854581 99%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a757a1), to(#854581));
  display: block;
  padding: 0.5em 0.8em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 17px;
  color: white !important;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px black;
  -moz-box-shadow: inset 0 0 1px #e48ddb;
  -webkit-box-shadow: inset 0 0 1px #e48ddb;
  box-shadow: inset 0 0 1px #e48ddb;
  cursor: hand;
  width: 200px;
  margin: 0px 140px;
}
.freetrial-banner .trialbutton_free:hover {
  background: #af5da8;
  /* old browsers */
  background: -moz-linear-gradient(top, #af5da8 0%, #8d4a97 99%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af5da8), color-stop(99%, #8d4a97));
  /* webkit */
  background: -o-linear-gradient(top, #af5da8 0%, #8d4a97 99%);
  /* opera */

}
.freetrial-banner .freetrialtext {
  float: left;
  width: 550px;
}
.freetrial-banner .freetrialtext .h2 {
  margin: 30px 16px 16px 30px;
  color: #632361;
  font-size: 28px;
}
.freetrial-banner .freetrialtext p {
  margin: 10px 30px;
  font-size: 14px;
  color: #333333;
}
.freetrial-banner .freetrialtext p em {
  font-style: normal;
  font-weight: bold;
}
.freetrial-banner .freetrialtext .benefits {
  font-size: 13px;
  font-family: Arial, Verdana, Helvetica;
  font-weight: bold;
  margin: 22px 10px 0 50px;
  color: #28413c;
}
.freetrial-banner .freetrialtext ul {
  margin: 15px 30px 0px 50px;
}
.freetrial-banner .freetrialtext ul li {
  background: url("/_resources/images/themes/airlock/tree/pre-reg-tick.png") no-repeat scroll left center transparent;
  padding-left: 20px;
}
.freetrial-banner .freetrialrecords {
  margin-right: 13px;
  background: #fcfdfd;
  height: 170px;
  padding-bottom: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 0 10px #999999;
  -webkit-box-shadow: inset 0 0 10px #999999;
  box-shadow: inset 0 0 10px #999999;
}
.freetrial-banner .freetrialrecords h2 {
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  font-size: 18px;
  width: 95%;
  color: white;
  background: #4e7b7f;
}
.freetrial-banner .lightPurpleButton {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3D7E1', endColorstr='#EFE9EE', GradientType=0);
  /* IE6-9 */
  border: 1px solid #7e4964;
}
.freetrial-banner .lightPurpleButton:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DABAD9', endColorstr='#E1C6E0', GradientType=0);
  /* IE6-9 */
  border: 1px solid #7e4964;
}
.freetrial-banner .trialhopepageSearch {
  margin: 1% 0 0 25%;
  padding: 4em;
}
.freetrial-banner .family-history {
  font-weight: bold;
  margin-left: 145px!important;
  float: left;
}
.freetrial-banner #splashftfieldset label {
  margin-top: 6px;
}
.splash-content-4 #A {
  width: 920px;
  height: 390px;
}
.splash-content-4 .military {
  /*background-color: #2e517f;*/
  background-image: url(/_Resources/images/splash/military.jpg);
}
.splash-content-4 .non_illus {
  /*background-color: #dedede; */
  background-image: url(/_Resources/images/splash/non-illus-pic.png);
  background-repeat: no-repeat;
  background-position: 278px 100px;
}
.splash-content-4 .non_illus .words {
  display: block !important;
  margin-top: 20px;
}
.splash-content-4 .non_illus .words p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  width: 200px;
}
.splash-content-4 .reunion .panel-items,
.military .panel-items {
  /* nav dots */
  position: absolute;
  top: 362px;
  left: 32px;
}
.splash-content-4 .non_illus .panel-items {
  /* nav dots */
  margin: auto auto auto 23px;
  position: relative;
  top: 36px;
}
.splash-content-4 .reunion #button-light,
.military #button-light {
  display: block !important;
}
.splash-content-4 .non_illus #button-dark {
  display: block !important;
}
.splash-content-4 .military .body,
.reunion .body {
  color: #781d7e;
}
.splash-content-4 .non_illus label {
  color: #222222;
}
.splash-content-4 .reunion .slider h2,
.military .slider h2 {
  font-size: 39px;
  margin: 12px 20px !important;
  color: #781d7e;
  line-height: 42px;
  letter-spacing: -0.7px;
}
.splash-content-4 .non_illus .body h2 {
  color: #781d7e;
  /* plum */
  font-size: 39px;
  margin-bottom: 0;
}
.splash-content-4 .non_illus .splash h2 {
  display: block !important;
  font-size: 28px;
  color: #007788;
  margin-bottom: 10px;
}
.splash-content-4 .cost {
  color: #781d7e;
  /* plum */
  font-size: 22px !important;
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  margin-bottom: 10px;
}
.splash-content-4 .splash {
  width: 248px;
  height: 375px;
  margin-right: 12px;
  float: right;
  border: 1px solid #eeeeee;
  background: #daeaeb;
}
.splash-content-4 .splash .searchField {
  width: 90%;
  border: 1px solid #00928f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: normal;
  padding: 7px;
}
.splash-content-4 .splash label {
  color: #777777;
  float: none;
}
.splash-content-4 .splash input {
  width: 90% !important;
  margin-bottom: 0.5em !important;
}
.splash legend {
  display: block;
  color: #009390;
  font-size: 24px !important;
  letter-spacing: -0.5px;
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  padding: 5px 0 5px 0;
}
.splash-content-4 .splash .SearchYearOfBirth {
  width: 50% !important;
}
.splash-content-4 .splash .button {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  margin-top: 6px;
}
.splash-content-4 .reunion .panel-item-on,
.reunion .panel-item-off:hover,
.military .panel-item-on,
.military .panel-item-off:hover {
  background-image: url(/_Resources/images/general/pin_on.png);
  width: 16px;
  height: 16px;
}
.splash-content-4 .reunion .panel-item-off,
.military .panel-item-off {
  background-image: url(/_Resources/images/general/pin_off.png);
  width: 16px;
  height: 16px;
}
.splash-content-4 .grid_12 .h1 {
  margin: 20px auto 10px 10px;
}
.splash-content-4 .grid_3 .panel {
  height: 370px;
}
.splash-content-4 .boxes {
  float: left;
  margin: 0 20px 0 -10px;
  position: relative;
}
.splash-content-4 .boxes4x1 .body {
  padding: 5px 15px 20px 15px;
}
.splash-content-4 .boxes4x1 img {
  float: none;
  margin: 10px 0 0 0;
}
.splash-content-4 .boxes4x1 p {
  margin-top: 20px;
}
.splash-content-4 .boxtext {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 24px;
  width: 175px;
  line-height: 24px;
}
.splash-content-4 .boxes4x1 .boxtext {
  left: 25px;
  top: 25px;
}
.splash-content-4 .part-3 h3 {
  color: #781d7e;
  font-size: 15px;
  margin-top: 5px;
}
.splash-content-4 .part-3 img {
  margin: 10px 0;
  border: 1px solid #cccccc;
}
.splash-content-4 .part-4 .body {
  background-color: #f7f7f7;
}
.splash-content-4 .splash .button-large {
  *padding-left: 0;
  /* ie7 */
  *padding-right: 0;
  /* ie7 */

}
.splash-content-4 .slider {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 432px;
  width: 620px;
}
.splash-content-4 #panel1 {
  background: url(/_Resources/images/splash/slide-canada.png) no-repeat 20px 23px;
}
.splash-content-4 #panel2 {
  background: url(/_Resources/images/splash/slide-ship.png) no-repeat 20px 17px;
}
/* LLF splash page */

.splash-emotion-heading,
.splash-emotion-heading-tree {
  margin-right: -20px;
  font-size: 27px;
}
.splash-content-item {
  display: none;
}
.splash-content-item.active {
  display: block;
  position: relative;
}
.splash-selector-item {
  margin-bottom: 8px;
}
.splash-selector-item a.splash-link {
  display: inline-block;
  height: 87px;
  width: 230px;
  border: 1px solid #18a0a0;
  position: relative;
}
.splash-selector-item a.learn-more {
  display: none;
  float: right;
  margin-right: 10px;
  margin-top: -20px;
  z-index: 10;
}
.splash-selector-item:hover a.learn-more {
  display: block;
}
.splash-selector-item.splash-button-left a span {
  padding: 15px 0 0 110px;
  display: block;
}
.splash-selector-item.splash-button-right a span {
  padding: 15px 0 0 15px;
  display: block;
}
.splash-link-adoption,
.splash-link-familyseparation,
.splash-link-familysecrets,
.splash-link-familylikeness,
.splash-link-understandingwhy,
.splash-link-familylegacy {
  background: url(/_resources/images/splash/LLF-adoption-small.jpg) no-repeat 0 0;
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 18px;
  padding: 0px;
  width: 230px;
}
a.splash-link-adoption:hover,
a.splash-link-adoption.active,
a.splash-link-familyseparation:hover,
a.splash-link-familyseparation.active,
a.splash-link-familysecrets:hover,
a.splash-link-familysecrets.active,
a.splash-link-familylikeness:hover,
a.splash-link-familylikeness.active,
a.splash-link-understandingwhy:hover,
a.splash-link-understandingwhy.active,
a.splash-link-familylegacy:hover,
a.splash-link-familylegacy.active {
  color: #a45ba9;
  border: 1px solid #a45ba9;
}
a.splash-link-adoption:link {
  background: url(/_resources/images/splash/LLF-adoption-small.jpg) no-repeat top right;
}
a.splash-link-adoption:hover,
a.splash-link-adoption.active {
  background: url(/_resources/images/splash/LLF-adoption-small-on.jpg) no-repeat top right;
}
a.splash-link-familyseparation:link {
  background: url(/_resources/images/splash/LLF-familyseparation-small.jpg) no-repeat 0 0;
}
a.splash-link-familyseparation:hover,
a.splash-link-familyseparation.active {
  background: url(/_resources/images/splash/LLF-familyseparation-small-on.jpg) no-repeat 0 0;
}
a.splash-link-familysecrets:link {
  background: url(/_resources/images/splash/LLF-familysecrets-small.jpg) no-repeat 0 0;
}
a.splash-link-familysecrets:hover,
a.splash-link-familysecrets.active {
  background: url(/_resources/images/splash/LLF-familysecrets-small-on.jpg) no-repeat 0 0;
}
a.splash-link-familylikeness:link {
  background: url(/_resources/images/splash/LLF-familylikeness-small.jpg) no-repeat 0 0;
}
a.splash-link-familylikeness:hover,
a.splash-link-familylikeness.active {
  background: url(/_resources/images/splash/LLF-familylikeness-small-on.jpg) no-repeat 0 0;
}
a.splash-link-understandingwhy:link {
  background: url(/_resources/images/splash/LLF-understandingwhy-small.jpg) no-repeat top right;
}
a.splash-link-understandingwhy:hover,
a.splash-link-understandingwhy.active {
  background: url(/_resources/images/splash/LLF-understandingwhy-small-on.jpg) no-repeat top right;
}
a.splash-link-familylegacy:link {
  background: url(/_resources/images/splash/LLF-familylegacy-small.jpg) no-repeat top right;
}
a.splash-link-familylegacy:hover,
a.splash-link-familylegacy.active {
  background: url(/_resources/images/splash/LLF-familylegacy-small-on.jpg) no-repeat top right;
}
#splash-adoption,
#splash-familyseparation,
#splash-familysecrets,
#splash-familylikeness,
#splash-understandingwhy,
#splash-familylegacy {
  height: 290px;
  text-align: center;
}
#splash-adoption {
  background: url(/_resources/images/splash/LLF-adoption-main.jpg) no-repeat 0 0;
}
#splash-familyseparation {
  background: url(/_resources/images/splash/LLF-familyseparation-main.jpg) no-repeat 0 0;
}
#splash-familysecrets {
  background: url(/_resources/images/splash/LLF-familysecrets-main.jpg) no-repeat 0 0;
}
#splash-familylikeness {
  background: url(/_resources/images/splash/LLF-familylikeness-main.jpg) no-repeat 0 0;
}
#splash-understandingwhy {
  background: url(/_resources/images/splash/LLF-understandingwhy-main.jpg) no-repeat 0 0;
}
#splash-familylegacy {
  background: url(/_resources/images/splash/LLF-familylegacy-main.jpg) no-repeat 0 0;
}
.llf-quote {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  position: relative;
  top: 27px;
  background: 0;
  padding: 30px 108px 0 160px;
  text-align: right;
}
.llf-quote p {
  background: 0;
  font-size: 22px;
  line-height: 29px;
}
.llf-quote p img {
  display: inline;
  position: relative;
  top: -10px;
}
.splash-content-item .button {
  width: 94%;
  top: 30px;
}
.splashcta span {
  font-size: 14px;
}
.splashtagline {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 18px;
  margin-right: 20px;
}
.splash-llfsplit-adoption,
.splash-llfsplit-familysecrets,
.splash-llfsplit-tree {
  height: 220px;
  position: relative;
}
.splash-llfsplit-adoption .llf-quote,
.splash-llfsplit-familysecrets .llf-quote,
.splash-llfsplit-tree .llf-quote {
  padding-left: 220px;
  text-align: left;
  width: 320px;
}
.splash-llfsplit-adoption .button,
.splash-llfsplit-familysecrets .button,
.splash-llfsplit-tree .button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.splash-llfsplit-adoption .button img,
.splash-llfsplit-familysecrets .button img,
.splash-llfsplit-tree .button img {
  display: inline;
  position: relative;
  top: 2px;
  padding-left: 2px;
}
.splashfeaturecta img {
  display: inline;
  vertical-align: middle;
}
.splashfeaturecta h3 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 16px;
  margin: 10px 0 5px 0;
}
/*a.splashfreetrial, a.splashquickfamilyfinder, a.splashpeoplefinder {
    background: @ancillary-light url(/_Resources/images/icons/site-icons-100px-purple.png) no-repeat;
}
a.splashfreetrial:hover, a.splashquickfamilyfinder:hover, a.splashpeoplefinder:hover {
    background:  @action-mid url(/_Resources/images/icons/site-icons-100px-white.png) no-repeat;
}
a.splashfreetrial, a.splashfreetrial:hover {
    background-position: 348px -1400px;
}
a.splashquickfamilyfinder, a.splashquickfamilyfinder:hover {
    background-position: 348px -1565px;
}
a.splashpeoplefinder, a.splashpeoplefinder:hover {
    background-position: 348px -1268px;
}

.grid_4 a.splashfreetrial, .grid_4 a.splashfreetrial:hover {
    background-position: 204px -1400px;
}
.grid_4 a.splashquickfamilyfinder, .grid_4 a.splashquickfamilyfinder:hover {
    background-position: 224px -1195px;
    background-size: 26%;
}
.grid_4 a.splashpeoplefinder, .grid_4 a.splashpeoplefinder:hover {
    background-position: 204px -1268px;
}*/

.carousel-inner .item.left {
  float: none;
}
.splash-llfsplit-adoption {
  background: url(/_Resources/images/splash/LLFbg-adoption.jpg) no-repeat left -21px;
}
.splash-llfsplit-familysecrets {
  background: url(/_Resources/images/splash/LLFbg-secrets.jpg) no-repeat left -21px;
}
.splash-llfsplit-familysecrets .llf-quote {
  width: 360px;
  padding-left: 240px;
}
.splash-llfsplit-tree {
  background: url(/_Resources/images/splash/LLFbg-tree.jpg) no-repeat left -21px;
}
.splash-llfsplit-tree .llf-quote {
  padding-left: 340px;
  width: 300px;
  top: 10px;
}
.llf-carousel-container {
  padding-bottom: 0;
}
#llf-carousel {
  margin: 10px 0 0 0;
}
/* Search article layout css (aaron). Bit convoluted to take care of older IEs not understanding 'figure' element */

.cms .body .imgRight figure {
  float: right;
}
.cms .body .imgRight img {
  float: right;
  margin: 0 0 5px 20px;
  border: 4px solid #eeeeee;
}
.cms .body .imgRightNoBorder figure {
  float: right;
}
.cms .body .imgRightNoBorder img {
  float: right;
  margin: 0 0 5px 20px;
  border: none;
}
.cms .body .imgLeft figure {
  float: left;
}
.cms .body .imgLeft img {
  float: left;
  margin: 0 20px 5px 0;
  border: 4px solid #eeeeee;
}
.cms .body .imgLeftNoBorder figure {
  float: left;
}
.cms .body .imgLeftNoBorder img {
  float: left;
  margin: 0 20px 5px 0;
  border: none;
}
.cms .body .imgCenter figure {
  float: none;
  clear: both;
  margin: 0 auto;
}
.cms .body .imgCenter img {
  float: none;
  clear: both;
  margin: 0 auto;
  border: 4px solid #eeeeee;
}
.cms .body .imgCenterNoBorder figure {
  float: none;
  clear: both;
  margin: 0 auto;
}
.cms .body .imgCenterNoBorder img {
  float: none;
  clear: both;
  margin: 0 auto;
}
.cms .body h2 {
  margin-bottom: 8px;
}
figure {
  display: table;
  width: 1px/* arbitary width just to help wrap caption to image properly */;
}
figure img {
  height: auto;
  max-width: 575px/* max width of content box */;
  border-radius: 10px;
}
figcaption {
  line-height: 14px;
  margin-top: 4px;
  color: #818181;
}
.cms ul li {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/email/templates/bullet1.jpg) no-repeat scroll left center transparent;
  padding: 3px 0px 3px 20px;
}
.cms .introduction p {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 1.25;
  text-shadow: none;
}
.wysiwygEdit {
  clear: both;
  top: 0em!important;
}
.ToggleWysiwyg,
.bodyIsHtml {
  width: 49%;
  float: left;
  font-size: 14px;
}
.ToggleWysiwyg a {
  font-size: 14px;
}
.bodyIsHtml .checkbox {
  margin-left: 0 !important;
  width: 20px !important;
  float: right !important;
  clear: none;
}
.bodyIsHtml label.checkbox {
  width: 100px !important;
  clear: none;
  margin: 0 5px 15px 0 !important;
  float: right !important;
  text-align: right !important;
  font-size: 14px;
}
/* work in progress to eliminate in-doc css - some random css rules below (laura) */

#SelectedContactId {
  width: auto;
}
.panel.tabular .feedbody td {
  padding-left: 20px;
  /* over specified, but cannot avoid for the moment */

}
.viewUpdates {
  padding-top: 3px;
}
/* on contacts/privacy.cshtml */

.ui-widget {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  font-size: 12px;
}
.ui-widget input {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  background: #e9e8e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e9e8e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e9e8e7 100%);
  /* IE10+ */
  background: linear-gradient(top, white 0%, #e9e8e7 100%);
  /* W3C */

  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 7px 10px 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  white-space: nowrap;
  border: 1px solid #18a0a0;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.25em;
  color: #055654;
}
.ui-widget-header {
  background: #00716f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18a0a0), color-stop(100%, #00716f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* IE10+ */
  background: linear-gradient(top, #18a0a0 0%, #00716f 100%);
  /* W3C */

  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: white;
  font-size: 14px;
}
.fileBrowser {
  margin-left: 27%;
}
/* only on new message page, when adding further attachments */

#contact-details .silouhette {
  width: 120px;
  float: left;
}
/* following from contacts/details.cshtml */

#contact-details dl {
  float: left;
  width: 500px;
}
#contact-details dt {
  float: left;
  width: 200px;
}
#contact-details dd {
  float: left;
  width: 280px;
}
#contact-details fieldset {
  clear: both;
  margin-left: 120px;
  width: auto;
}
#contact-details label {
  width: auto;
  float: none;
}
.notes-box {
  width: 100%;
  height: 80px;
}
.delete-link {
  padding-top: 5px;
  font-size: 12px;
}
/* standardSearch - grid_3 style */

.grid_3 .facetformbutton {
  display: none;
}
/* standardSearch - full width style */

.grid_12 #standardSearch {
  background-image: url(/_Resources/images/general/search_form_bg.jpg);
  background-position: 0 0;
  margin: 0 -30px 10px -30px;
  padding: 15px;
  box-sizing: border-box;
}
.grid_12 #standardSearch #advanced,
.grid_12 #standardSearch #main {
  float: left;
  width: 79%;
}
.grid_12 #standardSearch form {
  float: left;
  width: 100%;
}
.grid_12 #standardSearch form fieldset {
  float: left;
}
.grid_12 #standardSearch fieldset {
  float: left;
  margin-bottom: 10px;
}
.grid_12 #standardSearch .panel {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.grid_12 #standardSearch .header {
  background: transparent;
  border: 0;
}
.grid_12 #standardSearch .body {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #d7eded;
  border: 7px solid white;
  margin: 15px;
}
.grid_12 #standardSearch .facetformblock {
  float: left;
  width: 25%;
  margin-top: 10px;
}
.grid_12 #standardSearch .facetformblock select {
  height: 41px;
  margin: 0;
  padding-left: 0;
  padding-right: 0px;
  width: 100%;
}
.grid_12 #standardSearch .facetformblock .field-validation-error {
  top: 0;
}
.grid_12 #standardSearch .facetformblock .Variant {
  display: block;
}
.grid_12 #standardSearch .facetformblock .Variant label {
  clear: none;
  width: auto;
  font-weight: normal;
  font-style: italic;
  margin: 0 5px 0 0;
}
.grid_12 #standardSearch .facetformblock .Variant .checkbox {
  width: 16px;
  margin: 0;
  padding: 0;
}
.grid_12 #standardSearch .facetformblock .small {
  float: left;
  width: 45%;
  margin-right: 5px;
}
.grid_12 #standardSearch .facetformblock .giveortake {
  margin-left: 47%;
  width: 42%;
}
.grid_12 #standardSearch .facetformblock .giveortake label {
  font-weight: normal;
  font-style: italic;
  width: auto;
}
.grid_12 #standardSearch .facetformblock .giveortake select {
  width: auto;
  height: 16px;
  line-height: 1em;
  padding: 0 0 0 2px;
  font-size: 12px;
}
.grid_12 #standardSearch input[type="text"] {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  width: 75%;
}
.grid_12 #standardSearch .eventtypedd {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 16px;
  padding: 9px !important;
  line-height: 1em;
  height: auto;
}
.grid_12 #standardSearch label {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  white-space: nowrap;
}
.grid_12 #standardSearch .clearfix {
  display: none;
}
.grid_12 #standardSearch .facetformbutton {
  width: 19%;
  margin-top: 24px;
  float: right;
}
.grid_12 #standardSearch .facetformsubmit {
  display: none;
}
.grid_12 #standardSearch #btnSubmit {
  left: 0;
  line-height: 25px;
  margin-left: 0;
  overflow: visible;
  width: auto;
}
.grid_12 #standardSearch #btnSubmit img {
  /*float: right;*/
  margin-left: 12px;
  width: 30px;
  display: inline;
  vertical-align: middle;
  max-width: 30px;
}
.grid_12 #standardSearch #btnSubmit.advancedsearch {
  margin-top: 36px;
}
#advancedButton {
  margin: 10px 0;
  display: block;
  background-image: url(/_Resources/images/icons/chip.png);
  background-repeat: no-repeat;
  background-position: 149px 3px;
  font-size: 12px;
}
#advancedfields {
  margin-top: 15px;
}
#advancedfields legend {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6f2c74;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.searchtoggle {
  margin-bottom: 10px;
  float: right;
  font-size: 12px;
  width: 20%;
}
.searchtoggle span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url(/_resources/styles/themes/jquery_ui/custom/images/ui-icons_18a0a0_256x240.png);
  background-repeat: no-repeat;
  background-position: -65px -12px;
}
.searchtoggle a:hover span {
  background-image: url(/_resources/styles/themes/jquery_ui/custom/images/ui-icons_055654_256x240.png);
}
.searchtoggle.simple span {
  background-position: 0 -12px;
}
/* end standardSearch */

/* birth search */

/*.grid_12 #standardSearch.birthsearch {
    background-image: url(/_Resources/images/landingpages/birthsearch-bg.jpg);
    background-position: 0 0;
    margin: 0 -30px 10px -30px;
    padding: 30px;
    box-sizing: border-box;
    h1
{
    background-color: rgba(255, 255, 255, 0.90);
}
p {
    background-color: rgba(255, 255, 255, 0.90);
}

}*/

/* END birth search */

/* lookingfor search box - reusing standardSearch classes/ids */

.grid_12 #standardSearch.lookingfor .facetformblock {
  width: 16%;
}
.looking-for-count span {
  font-size: 45px;
  font-family: courier, sans-serif;
  color: #6f2c74;
  font-weight: bold;
}
#looking-for-search-counts {
  display: none;
}
#looking-for-search-counts .grid_3 {
  width: 31%;
  padding-top: 10px;
}
#looking-for-search-counts .grid_3 .panel {
  background-color: #e9e8e7;
}
#looking-for-form-container #standardSearch .body {
  border: 0;
  margin: 10px 0 0 0;
}
#looking-for-form-container #standardSearch {
  padding: 0 15px 0 0;
}
.looking-for-none {
  display: none;
}
.panel .footer.looking-for-help {
  padding-top: 10px;
  padding-bottom: 0px;
  border-top: 1px solid #cccccc;
  margin-top: 15px;
}
.looking-for-help img {
  float: right;
}
.panel .footer.looking-for-help p {
  float: right;
  padding: 5px 5px 0 0;
  margin-bottom: 0px;
}
.popover-content {
  color: #333333;
}
.popover {
  font-size: 12px;
}
/* END lookingfor search box - reusing standardSearch classes/ids */

/* FOR SOLR RESULTS PAGES  */

.resultWrap {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid white;
  margin: 0 20px;
  overflow: hidden;
  padding: 7px 0;
  position: relative;
}
.resultWrap dl {
  border: 0;
  float: left;
  margin-right: 1em;
  width: 14%;
}
.resultWrap dt {
  color: #888888;
  font-size: 11px;
  padding: 0 10px 0 0;
}
.resultWrap dd {
  font-weight: bold;
  margin-left: 0;
}
.resultWrap .title {
  margin-right: 1.17em;
  width: 250px;
}
.resultWrap .title dt {
  /* hides eg, "First Name Last Name" label for lh column */
  display: none;
}
.resultWrap .title dd:nth-child(4) {
  color: #888888;
}
.resultWrap .title dd:last-child {
  padding-bottom: 7px;
}
.resultWrap dd.collection {
  /* needs this specificity */
  color: #888888;
}
.resultWrap em {
  /* eg to highlight search term */
  background-color: #e9e8e7;
  font-weight: bold;
  padding: 0 4px;
}
.resultWrap .Long {
  border-top: 1px solid #e9e8e7;
  float: left;
  margin-top: 3px;
  padding-top: 3px;
  width: 100%;
}
.resultWrap .long dl {
  width: 100%;
}
.resultWrap .long dt {
  display: block;
  float: left;
  margin-right: 1.17em;
  padding: 0;
  text-align: right;
  width: 250px;
}
.resultWrap .long dd {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  width: 60%;
}
.resultWrap .viewimage b {
  background-image: url("/_Resources/images/icons/search-sprites-v1.png");
  background-position: -1px -220px;
  background-repeat: no-repeat;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  height: 24px;
  text-indent: -9999px;
  width: 24px;
}
.resultWrap .viewtrans {
  margin-right: 0.5em;
}
.resultWrap .viewtrans b {
  background-image: url("/_Resources/images/icons/search-sprites-v1.png");
  background-position: -1px -2px;
  background-repeat: no-repeat;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  height: 24px;
  text-indent: -9999px;
  width: 24px;
}
.resultWrap .viewimage a {
  padding: 0;
}
.resultWrap .viewtrans a {
  padding: 0;
}
.resultWrap .viewbuttons {
  position: absolute;
  top: 10px;
  right: 0;
}
.explanation .viewimage b {
  background-image: url("/_Resources/images/icons/search-sprites-v1.png");
  background-position: -1px -220px;
  background-repeat: no-repeat;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  height: 24px;
  text-indent: -9999px;
  width: 24px;
}
.explanation .viewtrans {
  margin-right: 0.5em;
}
.explanation .viewtrans b {
  background-image: url("/_Resources/images/icons/search-sprites-v1.png");
  background-position: -1px -2px;
  background-repeat: no-repeat;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
  height: 24px;
  text-indent: -9999px;
  width: 24px;
}
.explanation .viewimage a {
  padding: 0;
}
.explanation .viewtrans a {
  padding: 0;
}
.resultsinfo {
  background-color: #f6f6f6;
  margin: -10px -20px 5px -20px;
  padding: 10px 22px;
  border-bottom: 1px solid #cccccc;
}
.resultsinfo img {
  float: left;
  margin-top: 15px;
  margin-right: 18px;
}
.resultsinfo p {
  float: left;
  width: 50%;
  margin-top: 5px;
}
.resultsinfo span {
  font-weight: bold;
  font-style: italic;
}
/* end solr results styles */

/* for solr facets */

.tertiary {
  margin-bottom: 0;
}
.tertiary strong {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  margin: 0 -6px;
  padding: 2px 6px;
}
.tertiary .deselect-facet a {
  padding: 0;
  margin: 0;
}
.tertiary a {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 -6px;
}
.tertiary a:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
}
.tertiary .facet-count {
  color: #888888;
  font-style: italic;
  font-size: 11px;
  margin-left: 5px;
}
.level-1 .On,
.level-2 .On,
.level-sourcecategory .On,
.level-collection .On,
.level-datasetname .On {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  margin: -3px 0 -3px -6px;
  padding: 2px 6px;
  color: #555555 !important;
}
.records-summary-cell span {
  color: #888888;
  font-style: italic;
  font-size: 11px;
}
.level-1 hr,
.level-1 .deselect,
.level-sourcecategory hr {
  display: none;
}
.level-collection hr,
.level-datasetname hr {
  padding: 0 0 0 20px;
  border: none;
  border-top: 1px solid #18a0a0;
  color: #18a0a0;
  height: 9px;
  margin-bottom: 5px;
}
.level-sourcecategory .body {
  overflow: visible;
}
.level-collection .body {
  margin-left: 20px;
  overflow: visible;
  position: relative;
}
.level-datasetname .body {
  margin-left: 40px;
  overflow: visible;
  position: relative;
}
.level-collection hr:after,
.level-datasetname hr:after {
  content: url(/_Resources/images/icons/chip.png);
  display: block;
  position: absolute;
  top: 20px;
  left: 30px;
  padding: 0;
}
/*  END for solr facets */

/* for record count page */

.records-summary-cell {
  font-family: 'Museo300Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.cat-container > div {
  margin-right: 20px;
  *margin-right: 11px;
  margin-right: 11px\9;
}
.cat-container > .grid_3:nth-child(4n+4) {
  margin-right: 0;
}
.cat-container > .grid_4:nth-child(3n+3) {
  margin-right: 0;
}
.cat-container .panel {
  padding: 0px;
}
.cat-container .panel .body {
  padding: 10px;
}
.cat-icon {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  font-weight: normal !important;
  letter-spacing: 0px !important;
  float: left;
  background-color: #f5f2ed;
  color: #6f2c74;
  height: 100px;
  padding: 10px;
  width: 103px;
}
.cat-box {
  float: right;
  width: 66px;
  height: 115px;
  font-size: 11px;
  margin-top: 4px;
}
.cat-box li {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.cat-box span {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  color: #888888;
  text-align: center;
  font-size: 20px;
  margin-top: 4px;
}
.cat-box .tipcontent {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25;
  -moz-box-shadow: none;
  /* unable to override the mixin, have to have this explicitly in here */
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  font-size: 12px;
  margin: 0;
  text-align: left;
  width: 100%;
}
.grid_4 .cat-box {
  width: 53%;
}
.count-tip {
  position: absolute;
  float: right;
  right: 0;
}
.count-tip .tipbody {
  margin: 25px 15px 5px 5px;
  position: relative;
  z-index: 1000;
}
.count-tip .tipbody .tipcontent {
  background-color: #fbfbfb;
  border: 1px solid #e9e8e7;
  margin: 0 2px 3px 2px;
  position: relative;
  height: 150px;
}
.count-tip .tipbody .tipcontent p {
  font-size: 12px;
}
.birthsmarriagesdeaths,
.lifeeventsbmds,
.armedforcesconflict,
.censuslandsurveys,
.churchesreligion,
.directoriesalmanacs,
.educationwork,
.institutionsorganisations,
.newspapersdirectoriessocialhistory,
.travelmigration,
.membertrees,
.britishnewspaperarchive,
.keepsafe {
  background-image: url(/_Resources/images/icons/category-sprite.png);
  background-repeat: no-repeat;
}
.armedforcesconflict {
  background-position: 0 -184px;
}
.censuslandsurveys {
  background-position: 0 -336px;
}
.educationwork {
  background-position: 0 -485px;
}
.institutionsorganisations {
  background-position: 0 -636px;
}
.lifeeventsbmds,
.birthsmarriagesdeaths {
  background-position: 0 -37px;
}
.newspapersdirectoriessocialhistory {
  background-position: 0 -790px;
}
.travelmigration {
  background-position: 0 -938px;
}
.churchesreligion {
  background-position: 0 100px;
}
.directoriesalmanacs {
  background-position: 0 100px;
}
.membertrees {
  background-position: 0 -100px;
}
.britishnewspaperarchive {
  background-position: 0 -790px;
}
.keepsafe {
  background-position: 0 -1385px;
}
.defaultBsopAssetBg {
  width: 200px;
  height: 131px;
  background: url(/_Resources/images/keepsafe_dummy_image.jpg) -10px 0;
}
[class$="_BsopRecord"] {
  background: url(/_Resources/images/keepsafe/dummy_BsopRecord.jpg) 0 0;
}
.censuslandsurveys_BsopImage,
.censuslandsurveys_BsopRecord {
  background: url(/_resources/images/keepsafe/censuslandsurveys_BsopImage.jpg) 0 0;
}
.armedforcesconflict_BsopImage,
.armedforcesconflict_BsopRecord {
  background: url(/_resources/images/keepsafe/armedforcesconflict_BsopImage.jpg) 0 0;
}
.educationwork_BsopImage,
.educationwork_BsopRecord {
  background: url(/_resources/images/keepsafe/educationwork_BsopImage.jpg) 0 0;
}
.institutionsorganisations_BsopImage,
institutionsorganisations_BsopRecord {
  background: url(/_resources/images/keepsafe/institutionsorganisations_BsopImage.jpg) 0 0;
}
.lifeeventsbmds_BsopImage,
.lifeeventsbmds_BsopRecord,
.birthsmarriagesdeaths_BsopImage,
.birthsmarriagesdeaths_BsopRecord {
  background: url(/_resources/images/keepsafe/lifeevents_BsopImage.jpg) 0 0;
}
.newspapersdirectoriessocialhistory_BsopImage,
.newspapersdirectoriessocialhistory_BsopRecord {
  background: url(/_resources/images/keepsafe/newspapersdirectoriessocialhistory_BsopImage.jpg) 0 0;
}
.travelmigration_BsopImage,
.travelmigration_BsopRecord {
  background: url(/_resources/images/keepsafe/travelmigration_BsopImage.jpg) 0 0;
}
.census_1901_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/census_1901_220x.jpg) -10px 0;
}
.bmd_overseas_birth_BsopRecord,
.bmd_overseas_birth_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bm_doverseas_birth_220x.jpg) -10px 0;
}
.bmd_overseas_birth_page_BsopRecord,
.bmd_overseas_birth_page_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmd_overseas_birth_page_220x.jpg) -10px 0;
}
.bmd_overseas_death_BsopRecord,
.bmd_overseas_death_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmd_overseas_death_220x.jpg) -10px 0;
}
.bmd_overseas_death_page_BsopRecord,
.bmd_overseas_death_page_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmd_overseas_death_page_220x.jpg) -10px 0;
}
.bmd_overseas_marriage_BsopRecord,
.bmd_overseas_marriage_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmd_overseas_marriage_220x.jpg) -10px 0;
}
.bmd_overseas_marriage_page_BsopRecord,
.bmd_overseas_marriage_page_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmd_overseas_marriage_page_220x.jpg) -10px 0;
}
.bmd_post_1983_birth_BsopRecord,
.bmd_post_1983_birth_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmd_post_1983_birth_220x.jpg) -10px 0;
}
.bmd_post_1983_death_BsopRecord,
.bmd_post_1983_death_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmd_post_1983_death_220x.jpg) -10px 0;
}
.bmd_post_1983_marriage_BsopRecord,
.bmd_post_1983_marriage_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmd_post_1983_marriage_220x.jpg) -10px 0;
}
.bmd_pre_1984_birth_BsopRecord,
.bmd_pre_1984_birth_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmd_pre_1984_birth_220x.jpg) -10px 0;
}
.bmd_pre_1984_death_BsopRecord,
.bmd_pre_1984_death_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmd_pre_1984_death_220x.jpg) -10px 0;
}
.bmd_pre_1984_marriage_BsopRecord,
.bmd_pre_1984_marriage_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmd_pre_1984_marriage_220x.jpg) -10px 0;
}
.bmdIndexedBirths_BsopRecord,
.bmdIndexedBirths_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmdindexedbirths_220x.jpg) -10px 0;
}
.bmdIndexedDeaths_BsopRecord,
.bmdIndexedDeaths_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmdindexeddeaths_220x.jpg) -10px 0;
}
.bmdIndexedMarriages_BsopRecord,
.bmdIndexedMarriages_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/bmdindexedmarriages_220x.jpg) -10px 0;
}
.BritishNewspaperArchives_BsopRecord,
.BritishNewspaperArchives_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/britishnewspaperarchives_220x.jpg) -10px 0;
}
.census_1841_BsopRecord,
.census_1841_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/census_1841_220x.jpg) -10px 0;
}
.census_1851_BsopRecord,
.census_1851_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/census_1851_220x.jpg) -10px 0;
}
.census_1861_BsopRecord,
.census_1861_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/census_1861_220x.jpg) -10px 0;
}
.census_1871_BsopRecord,
.census_1871_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/census_1871_220x.jpg) -10px 0;
}
.census_1881_BsopRecord,
.census_1881_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/census_1881_220x.jpg) -10px 0;
}
.census_1891_BsopRecord,
.census_1891_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/census_1891_220x.jpg) -10px 0;
}
.census_1901_BsopRecord,
.census_1901_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/census_1901_220x.jpg) -10px 0;
}
.census_1911_BsopRecord,
.census_1911_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/census_1911_220x.jpg) -10px 0;
}
.ConvictArrivalsInNewSouthWales_BsopRecord,
.ConvictArrivalsInNewSouthWales_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/convictarrivalsinnewsouthwales_220x.jpg) -10px 0;
}
.Military_BsopRecord,
.Military_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/military_220x.jpg) -10px 0;
}
.ParishBaptism_BsopRecord,
.ParishBaptism_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/parishbaptism_220x.jpg) -10px 0;
}
.ParishBurial_BsopRecord,
.ParishBurial_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/parishburial_220x.jpg) -10px 0;
}
.ParishMarriage_BsopRecord,
.ParishMarriage_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/parishmarriage_220x.jpg) -10px 0;
}
.PassengerListsDepartUk1890To1960_BsopRecord,
.PassengerListsDepartUk1890To1960_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/passengerlistsdepartuk1890to1960_220x.jpg) -10px 0;
}
.sco_census1871_BsopRecord,
.sco_census1871_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/sco_census1871_220x.jpg) -10px 0;
}
.sco_census_1841_BsopRecord,
.sco_census_1841_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/sco_census_1841_220x.jpg) -10px 0;
}
.sco_census_1851_BsopRecord,
.sco_census_1851_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/sco_census_1851_220x.jpg) -10px 0;
}
.sco_census_1861_BsopRecord,
.sco_census_1861_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/sco_census_1861_220x.jpg) -10px 0;
}
.sco_census_1871_BsopRecord,
.sco_census_1871_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/sco_census_1871_220x.jpg) -10px 0;
}
.sco_census_1881_BsopRecord,
.sco_census_1881_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/sco_census_1881_220x.jpg) -10px 0;
}
.sco_census_1891_BsopRecord,
.sco_census_1891_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/sco_census_1891_220x.jpg) -10px 0;
}
.sco_census_1901_BsopRecord,
.sco_census_1901_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/sco_census_1901_220x.jpg) -10px 0;
}
.sco_census_1991_BsopRecord,
.sco_census_1991_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/sco_census_1991_220x.jpg) -10px 0;
}
.UkTravelOverseasIndianRecords_BsopRecord,
.UkTravelOverseasIndianRecords_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/uktraveloverseasindianrecords_220x.jpg) -10px 0;
}
.UkTravelOverseasPassportApplications_BsopRecord,
.UkTravelOverseasPassportApplications_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/uktraveloverseaspassportapplications_220x.jpg) -10px 0;
}
.ww1_deaths_BsopRecord,
.ww1_deaths_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/ww1_deaths_220x.jpg) -10px 0;
}
.ww2_deaths_BsopRecord,
.ww2_deaths_BsopImage {
  background: url(http://cdn.genesreunited.co.uk/_resources/images/keepsafe/datavolumes/ww2_deaths_220x.jpg) -10px 0;
}
.lifeeventsbmds-small,
.armedforcesconflict-small,
.censuslandsurveys-small,
.directoriesalmanacs-small,
.educationwork-small,
.institutionsorganisations-small,
.newspapersdirectoriessocialhistory-small,
.travelmigration-small,
.searchall-small,
.trees-small,
.britishnewspaperarchive-small,
.keepsafe-small,
.popularsearch-small,
.quickfamilyfinder-small {
  background-image: url(/_Resources/images/icons/category-sprite-35px.png);
  background-repeat: no-repeat;
  padding-left: 48px !important;
  margin-left: 20px !important;
}
.lifeeventsbmds-small {
  background-position: -500px -5px;
}
a:hover.lifeeventsbmds-small {
  background-position: 0 -5px;
}
.armedforcesconflict-small {
  background-position: -500px -68px;
}
a:hover.armedforcesconflict-small {
  background-position: 0 -68px;
}
.censuslandsurveys-small {
  background-position: -500px -130px;
}
a:hover.censuslandsurveys-small {
  background-position: 0 -130px;
}
.educationwork-small {
  background-position: -500px -193px;
}
a:hover.educationwork-small {
  background-position: 0 -193px;
}
.institutionsorganisations-small {
  background-position: -500px -253px;
}
a:hover.institutionsorganisations-small {
  background-position: 0 -253px;
}
.newspapersdirectoriessocialhistory-small {
  background-position: -500px -316px;
}
a:hover.newspapersdirectoriessocialhistory-small {
  background-position: 0 -316px;
}
.travelmigration-small {
  background-position: -500px -378px;
}
a:hover.travelmigration-small {
  background-position: 0 -378px;
}
.popularsearch-small {
  background-position: -500px -696px;
}
a:hover.popularsearch-small {
  background-position: 0px -696px;
}
.searchall-small {
  background-position: -500px -626px;
}
a:hover.searchall-small {
  background-position: 0 -626px;
}
.trees-small {
  background-position: -500px -450px;
}
a:hover.trees-small {
  background-position: 0 -450px;
}
.keepsafe-small {
  background-position: -500px -563px;
}
a:hover.keepsafe-small {
  background-position: 0 -563px;
}
.quickfamilyfinder-small {
  background-position: -500px -741px;
}
a:hover.quickfamilyfinder-small {
  background-position: 0 -741px;
}
.britishnewspaperarchive-small {
  background-position: -500px -316px;
}
a:hover.britishnewspaperarchive-small {
  background-position: 0 -316px;
}
.credits {
  font-weight: bold;
}
/* END record count page */

/* START PPV promo credits page */

.grid_12 .iconpromo h2 {
  font-size: 18px;
}
.grid_12 .iconpromo .lifeeventsbmds,
.grid_12 .iconpromo .birthsmarriagesdeaths {
  background-position: 0 -4px;
}
.grid_12 .iconpromo .armedforcesconflict {
  background-position: 0 -154px;
}
.grid_12 .iconpromo .travelmigration {
  background-position: 0 -905px;
}
.grid_12 .iconpromo .newspapersdirectoriessocialhistory {
  background-position: 0 -756px;
}
.grid_12 .iconpromo .cat-icon {
  height: 140px;
  width: 20%;
}
.grid_12 .iconpromo .cat-icon p {
  font-size: 15px;
}
/* END PPV promo credits page */

/* LLF landing pages */

/*.heading-ebook, .heading-community, .heading-search, .heading-tree, .heading-picchat, .heading-modern {
    background-image: url(/_Resources/images/icons/site-icons-100px-purple.png);
    background-position: top center;
    background-repeat: no-repeat;

    .header
        {
            padding-bottom: 0;
        }
    h2
        {
            padding-right: 80px;
            margin-bottom: 10px;
            font-size: 17px;
        }
    p {
        margin-bottom: 0;
    }
}
.heading-community {
    background-position: 228px -333px;
}
.heading-search {
    background-position: 228px -796px;
}
.heading-tree {
    background-position: 228px 5px;
}
.heading-ebook {
    background-position: 228px -1114px;
}
.heading-picchat {
    background-position: 228px 5px;
}
.heading-modern {
    background-position: 228px 5px;
}*/

.splash-link .seeMore {
  display: none !important;
}
.splash-link.active .seeMore {
  font-size: 14px;
  color: #a45ba9;
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: block!important;
}
.splash-link-understandingwhy.active .seeMore,
.splash-link-familyseparation.active .seeMore,
.splash-link-familylegacy.active .seeMore {
  left: 0;
}
#get-started-llf a:link {
  font-size: 19px;
  position: relative;
  padding: 10px;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  height: 65px;
  /* light-main-dark */
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #f0f0f0 50%, #e0e0e0 80%, #cdcdcd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(50%, #f0f0f0), color-stop(80%, #e0e0e0), color-stop(100%, #cdcdcd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #f0f0f0 50%, #e0e0e0 80%, #cdcdcd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #f0f0f0 50%, #e0e0e0 80%, #cdcdcd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #f0f0f0 50%, #e0e0e0 80%, #cdcdcd 100%);
  /* IE10+ */
  background: linear-gradient(top, #fefefe 0%, #f0f0f0 50%, #e0e0e0 80%, #cdcdcd 100%);
  /* W3C */

  border: 1px solid #00716f;
}
#get-started-llf a:link img {
  display: inline;
}
#get-started-llf a:link .get-started-icon {
  width: 80px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
#get-started-llf a:hover {
  /* light-main-dark */
  background: #e0e0e0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cdcdcd 0%, #e0e0e0 50%, #f0f0f0 80%, #fefefe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdcdcd), color-stop(50%, #e0e0e0), color-stop(80%, #f0f0f0), color-stop(100%, #fefefe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cdcdcd 0%, #e0e0e0 50%, #f0f0f0 80%, #fefefe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cdcdcd 0%, #e0e0e0 50%, #f0f0f0 80%, #fefefe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cdcdcd 0%, #e0e0e0 50%, #f0f0f0 80%, #fefefe 100%);
  /* IE10+ */
  background: linear-gradient(top, #cdcdcd 0%, #e0e0e0 50%, #f0f0f0 80%, #fefefe 100%);
  /* W3C */

}
/* LLF splash pages */

.splash-content-4 .heading-ebook,
.splash-content-4 .heading-community,
.splash-content-4 .heading-search,
.splash-content-4 .heading-tree,
.splash-content-4 .heading-picchat,
.splash-content-4 .heading-modern,
.splash-content-4 .heading-quickfamilyfinder {
  margin: 10px !important;
  background-position: top center;
  background-repeat: repeat-x;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  height: 62px;
}
.splash-content-4 .heading-ebook h2,
.splash-content-4 .heading-community h2,
.splash-content-4 .heading-search h2,
.splash-content-4 .heading-tree h2,
.splash-content-4 .heading-picchat h2,
.splash-content-4 .heading-modern h2,
.splash-content-4 .heading-quickfamilyfinder h2 {
  font-size: 22px !important;
  color: white;
  padding-right: 80px;
}
.splash-content-4 .heading-community {
  background-image: url(/_Resources/images/landingpages/community.jpg);
}
.splash-content-4 .heading-search {
  background-image: url(/_Resources/images/landingpages/search.jpg);
}
.splash-content-4 .heading-tree {
  background-image: url(/_Resources/images/landingpages/tree.jpg);
  background-position: -18px 0;
}
.splash-content-4 .heading-ebook {
  background-image: url(/_Resources/images/landingpages/ebook.jpg);
}
.splash-content-4 .heading-picchat {
  background-image: url(/_Resources/images/landingpages/pics-chat.jpg);
}
.splash-content-4 .heading-modern {
  background-image: url(/_Resources/images/landingpages/modern-records.jpg);
}
.splash-content-4 .heading-quickfamilyfinder {
  background-image: url(/_Resources/images/landingpages/quick-family-finder.jpg);
}
/* quick reward June 2013*/

.qrsplashwords1,
.qrsplashwords2,
.qrsplashwords3 {
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 17px;
  color: #555555;
  position: relative;
}
.qrsplashwords1 b,
.qrsplashwords2 b,
.qrsplashwords3 b {
  color: #a45ba9;
  font-size: 20px;
}
.qrsplashwords1 {
  top: 16px;
  left: 11px;
  width: 261px;
}
.qrsplashwords2 {
  top: 251px;
  left: 345px;
  width: 230px;
}
.qrsplashwords3 {
  top: -195px;
  left: 640px;
  width: 296px;
}
.qrsplashbutton {
  position: relative;
  top: 86px;
  left: 640px;
}
#quick-reward-wrapper li[class*='step'] {
  color: #888888;
}
#quick-reward-wrapper li[class*='step'] span {
  color: #6f2c74;
}
.stage-1 .step1 {
  background: url(/_Resources/images/quickreward/arrow-1st.png) no-repeat 0 0;
}
.stage-2 .step2,
.stage-3 .step3,
.stage-4 .step4,
.stage-5 .step5,
.stage-6 .step6,
.stage-7 .step7,
.stage-8 .step8,
.stage-9 .step9,
.stage-10 .step10,
.stage-11 .step11,
.stage-12 .step12 {
  background: url(/_Resources/images/quickreward/arrow.png) no-repeat 0 0;
}
/* step 1 completed - except stage 1*/

.stage-2 .step1,
.stage-3 .step1,
.stage-4 .step1,
.stage-5 .step1,
.stage-6 .step1,
.stage-7 .step1,
.stage-8 .step1,
.stage-9 .step1,
.stage-10 .step1,
.stage-11 .step1,
.stage-12 .step1 {
  background: url(/_Resources/images/quickreward/wiggly-1st.png) no-repeat 0 0;
}
/* step 2 completed */

.stage-3 .step2,
.stage-4 .step2,
.stage-5 .step2,
.stage-6 .step2,
.stage-7 .step2,
.stage-8 .step2,
.stage-9 .step2,
.stage-10 .step2,
.stage-11 .step2,
.stage-12 .step2 {
  background: url(/_Resources/images/quickreward/wiggly.png) no-repeat 0 0;
}
/* step 3 completed */

.stage-4 .step3,
.stage-5 .step3,
.stage-6 .step3,
.stage-7 .step3,
.stage-8 .step3,
.stage-9 .step3,
.stage-10 .step3,
.stage-11 .step3,
.stage-12 .step3 {
  background: url(/_Resources/images/quickreward/wiggly.png) no-repeat 0 0;
}
/* step 4 completed  */

.stage-5 .step4,
.stage-6 .step4,
.stage-7 .step4,
.stage-8 .step4,
.stage-9 .step4,
.stage-10 .step4,
.stage-11 .step4,
.stage-12 .step4 {
  background: url(/_Resources/images/quickreward/wiggly.png) no-repeat 0 0;
}
/* step 5 completed  */

.stage-6 .step5,
.stage-7 .step5,
.stage-8 .step5,
.stage-9 .step5,
.stage-10 .step5,
.stage-11 .step5,
.stage-12 .step5 {
  background: url(/_Resources/images/quickreward/wiggly.png) no-repeat 0 0;
}
/* step 6 completed  */

.stage-7 .step6,
.stage-8 .step6,
.stage-9 .step6,
.stage-10 .step6,
.stage-11 .step6,
.stage-12 .step6 {
  background: url(/_Resources/images/quickreward/wiggly.png) no-repeat 0 0;
}
/* step 7 completed */

.stage-8 .step7,
.stage-9 .step7,
.stage-10 .step7,
.stage-11 .step7,
.stage-12 .step7 {
  background: url(/_Resources/images/quickreward/wiggly.png) no-repeat 0 0;
}
/* step 8 completed */

.stage-9 .step8,
.stage-10 .step8,
.stage-11 .step8,
.stage-12 .step8 {
  background: url(/_Resources/images/quickreward/wiggly.png) no-repeat 0 0;
}
/* step 9 completed */

.stage-10 .step9,
.stage-11 .step9,
.stage-12 .step9 {
  background: url(/_Resources/images/quickreward/wiggly.png) no-repeat 0 0;
}
/* step 10 completed */

.stage-11 .step10,
.stage-12 .step10 {
  background: url(/_Resources/images/quickreward/wiggly.png) no-repeat 0 0;
}
/* step 11 completed */

.stage-12 .step11 {
  background: url(/_Resources/images/quickreward/wiggly.png) no-repeat 0 0;
}
#quick-reward-wrapper #quick-reward-breadcrumb .step20 {
  float: right;
}
#birth-index-fail-help-one,
#birth-index-fail-help-two {
  display: none;
}
#quick-reward-container h1,
#quick-reward-container .h2 {
  color: #6f2c74;
  /*margin: 10px 0;*/

}
#quick-reward-breadcrumb {
  height: 120px;
  /*background: url(/_Resources/images/quickreward/loopyNav.png) no-repeat;*/
  background: url(/_Resources/images/quickreward/dashed.png) repeat-x;
  margin-top: -25px;
}
#quick-reward-breadcrumb li {
  padding-top: 53px;
  display: block;
  text-align: center;
  width: 128px;
  float: left;
  color: #cccccc;
}
#quick-reward-breadcrumb li span {
  color: #cccccc;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
#quick-reward-container .record-section-primary h2 {
  margin-right: 20px;
  font-size: 22px;
  margin-top: 7px;
}
#quick-reward-container .record-section-primary.confirmDetails h2 {
  margin-right: 0;
}
#quick-reward-container .record-section-primary .button-large.alt,
#quick-reward-container .button-large {
  width: auto;
}
.record-section-form label:first-letter,
#birth-record-info h1:first-letter,
.record-section-primary td:first-letter {
  text-transform: capitalize;
}
.record-section-form {
  width: 70%;
}
.record-section-form .retry {
  border: 1px solid #a45ba9;
  color: #a45ba9;
}
.loading-spinnner {
  background: url(/_Resources/images/themes/airlock/ui/activity-loader.gif) no-repeat 0 50%;
  padding-left: 20px;
}
.blockOverlay {
  background-color: #888888 !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #888888;
}
.blockMsg h2 {
  background-color: white;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #6f2c74;
  border: 4px solid #6f2c74;
}
#quick-reward-container .panel.record.large td {
  font-size: 14px;
}
#quick-reward-container .panel.record td {
  padding: 10px 0 10px 10px;
}
#quick-reward-container .panel.record td:first-child {
  width: auto;
  padding: 10px 10px 10px 0;
}
#quick-reward-container .record-thumbnail {
  width: 128px;
  border: 1px solid #cccccc;
  margin: 0 auto;
}
.sofar {
  color: #6f2c74;
  font-size: 20px;
  font-family: 'Museo500Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  margin-bottom: 2px;
  letter-spacing: -1px;
  font-size: 18px !important;
}
#quick-reward-container .panel.tabular td .button {
  float: right;
}
#quick-reward-container h3.extraInfoIcon {
  color: #cccccc;
  font-size: 16px;
  padding: 2px 0 0 60px;
  height: 50px;
  font-weight: bold;
}
#quick-reward-container h3.extraInfoIcon span {
  color: #6f2c74;
  font-size: 20px;
  display: block;
}
#quick-reward-container h3.extraInfoIcon.locationFact {
  background: url(/_Resources/images/quickreward/place.png) no-repeat top left;
}
#quick-reward-container h3.extraInfoIcon.yearFact {
  background: url(/_Resources/images/quickreward/married.png) no-repeat top left;
}
#quick-reward-container h3.extraInfoIcon.nameFact {
  background: url(/_Resources/images/quickreward/family.png) no-repeat top left;
}
#quick-reward-container h3.extraInfoIcon.locationFact:first-letter,
#quick-reward-container h3.extraInfoIcon.yearFact:first-letter,
#quick-reward-container h3.extraInfoIcon.nameFact:first-letter {
  text-transform: capitalize;
}
#frmParentBirthRecordSearch,
#frmCensusSearch,
#frmMarriageSearch {
  float: right;
}
.lookline,
.arrowline,
.guessedline {
  display: block;
  position: relative;
}
.lookline span,
.arrowline span,
.guessedline span {
  position: absolute;
  display: block;
}
.lookline span {
  background: url(/_Resources/images/quickreward/lookline.png) no-repeat bottom left;
  width: 300px;
  height: 28px;
  top: 10px;
  left: 5px;
}
.stickytext4 {
  display: block;
  height: 60px;
  width: 185px;
  padding-top: 20px;
  text-indent: -5000px;
  background: url(/_Resources/images/quickreward/noteline.png) no-repeat 0 20px transparent;
  margin-bottom: 100px !important;
}
h1.foundit {
  background: url(/_Resources/images/quickreward/foundit-arrow.png) transparent 10px 18px no-repeat;
  padding-left: 52px;
  padding-bottom: 60px;
  margin-bottom: -58px;
}
#member-facts-container h2 {
  color: #6f2c74;
  font-size: 24px;
  padding-bottom: 10px;
}
.record-saved {
  border: 1px solid #cccccc;
  width: 360px;
  font-size: 9px;
  position: relative;
  bottom: 0;
  right: -151px;
  background: white;
  box-shadow: 0px 0px 10px #d6d6d6;
}
.record-saved ul {
  padding: 12px 10px 6px 10px;
}
.record-saved ul li {
  padding: 0 0 6px 45px;
  color: #555555;
}
.record-saved ul .icon-generictick {
  background: url(/_Resources/images/quickreward/greentick.png) no-repeat top left;
  width: 90%;
  height: 100%;
}
.record-saved ul .icon-recordsaved {
  background: url(/_Resources/images/general/icon_addedprofileinfoPurple.png) no-repeat left -2px;
  width: 90%;
  height: 100%;
}
.record-saved ul .icon-addedtree {
  background: url(/_Resources/images/general/icon_addedtreendePurple.png) no-repeat left -4px;
  width: 90%;
  height: 100%;
}
.record-saved ul li strong {
  color: #6f2c74;
}
.stickysavedit-right {
  height: 70px;
  position: absolute;
  right: -20px;
  top: -50px;
  width: 145px;
  background: url(/_Resources/images/general/saveditlabel.png) no-repeat;
}
#tblResults {
  margin-bottom: 25px;
}
.panel.tabular input.button {
  width: auto!important;
}
#cookie-bar {
  padding: 10px 10px;
  background-color: #464646;
  color: white;
  font-size: 14px;
  position: relative;
}
#cookie-bar h2 {
  float: left;
  margin-right: 15px;
}
#cookie-bar .cookie-text {
  min-height: 0px;
  margin: 0 auto;
  float: none;
  position: relative;
  display: block;
  width: 650px;
}
#cookie-bar .cookie-links {
  float: right;
  font-size: 12px;
  text-align: left;
}
#cookie-bar .cookie-links span {
  font-size: 17px;
  font-weight: bold;
}
#cookie-bar a,
#cookie-bar a:visited,
#cookie-bar a:active {
  color: #18a0a0;
}
#cookie-bar a:hover {
  color: white;
}
#cookie-bar p {
  margin-bottom: 0px;
  text-align: left;
  margin-top: 3px;
}
#cookie-bar-accept {
  font-weight: bold;
  /*position:absolute;*/

  /*top:10px;
	right:10px;*/

}
@media (max-width: 728px) {
  .mh {
    display: none;
  }
  #quick-reward-breadcrumb {
    display: none;
  }
  #quick-reward-container .record-section-form {
    width: 100%;
  }
  #quick-reward-container .record-section-primary.action h2 {
    font-size: 12px;
    margin: 0;
  }
  h1.foundit {
    background: none;
    padding: 0;
    margin: 0;
  }
  #quick-reward-container .record-thumbnail {
    display: none;
  }
  .lookline span {
    background: none;
  }
}
.panelanchor {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background: white;
  display: block;
}
.panelanchor p {
  color: #555555;
}
.panelanchor h2 {
  font-size: 22px;
}
.panelanchor:hover {
  /* light-main-dark */
  background: #055654;
  /* Old browsers */
  background: -moz-linear-gradient(top, #18a0a0 0%, #00716f 50%, #055654 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18a0a0), color-stop(50%, #00716f), color-stop(100%, #055654));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #18a0a0 0%, #00716f 50%, #055654 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #18a0a0 0%, #00716f 50%, #055654 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #18a0a0 0%, #00716f 50%, #055654 100%);
  /* IE10+ */
  background: linear-gradient(top, #18a0a0 0%, #00716f 50%, #055654 100%);
  /* W3C */

  cursor: pointer;
  color: white;
}
.panelanchor:hover p {
  color: white;
}
/* importing the media queries stylesheet - comment out to turn off responsive stuff */

/*  RESPONSIVE/FLUID GRID PERCENTAGES  */

/*  This is a temporary home, so that fluid can be turned off and on easily - SEE BOTTOM OF GR_STYLE_CSS.LESS. Should eventually live inside 960_12_col.css  */

.Fluid .container_12 {
  width: 90%;
}
.Fluid .container_12 .grid_1 {
  width: 6.382978723%/* 60px */;
}
.Fluid .container_12 .grid_2 {
  width: 14.893617021%/* 140px */;
}
.Fluid .container_12 .grid_3 {
  width: 23.404255319%/*  220px */;
}
.Fluid .container_12 .grid_4 {
  width: 31.914893617%/* 300px */;
}
.Fluid .container_12 .grid_5 {
  width: 40.425531915%/* 380px */;
}
.Fluid .container_12 .grid_6 {
  width: 48.936170213%/* 460px */;
}
.Fluid .container_12 .grid_7 {
  width: 57.446808511%/* 540px */;
}
.Fluid .container_12 .grid_8 {
  width: 65.957446809%/* 620px */;
}
.Fluid .container_12 .grid_9 {
  /* width: 74.46808510638297%  700px ;*/
  width: 71%;
}
.Fluid .container_12 .grid_10 {
  width: 82.97872340425532% ;
  /* having this percentage was making the top nav menu drop down on ipad landscape and smaller desktops - so set to px*/

  /*width: 780px;*/

}
.Fluid .container_12 .grid_11 {
  width: 91.489361702%/* 860px */;
}
.Fluid .container_12 .grid_12 {
  width: 99%/* 940px */;
}
#header .grid_2 {
  width: 140px;
  /* specially for the logo on fluid pages */

}
.Fluid #zoomcontainer,
.Fluid .zoomapp,
.Fluid .brightViewer {
  width: 100% !important;
}
/*end fluid*/

/*UNCOMMENT THIS SECTION TO SEE BREAKPOINTS*/

/*@media (max-width:728px) {
	.Fluid {
	   border: 3px solid green;    	
    }
}
@media (min-width:320px) and (max-width:480px) { 
    .Fluid {
    	 border: 3px solid red;     	
    }
}
@media (min-width:729px) and (max-width:829px) { 
    .Fluid {
    	border: 3px solid pink;     	
    }
}
@media (min-width:830px) and (max-width:1024px) { 
    .Fluid {
	    border: 3px solid orange;	
	} 
}
@media (min-width:1025px) and (max-width:1600px) { 
    .Fluid {
        	border: 3px solid blue;    	
    }
}
 @media (min-width:1601px) { 
    .Fluid {
    	 border: 3px solid yellow;   
   }
}*/

/* RESPONSIVE CHUNK - ACTUAL AMENDMENTS */

@media (max-width: 728px) {
  /* smartphone GREEN */
  
  .Fluid .container_12 {
    width: 100%;
  }
  #cookie-bar .cookie-text {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  /* smartphone landscape RED */
  
  .Fluid .container_12 {
    width: 100%;
  }
}
@media (min-width: 729px) and (max-width: 829px) {
  /* tablet portrait PINK */
  
  .Fluid .container_12 {
    width: 100%;
  }
}
@media (min-width: 830px) and (max-width: 1024px) {
  /* tablet landscape ORANGE */
  
  .Fluid .container_12 {
    width: 100%;
  }
  .Fluid .container_12 .grid_10 {
    width: 80%;
  }
  .Fluid #standardSearch {
    margin: 0 0 10px -30px;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  /* netbook BLUE */
  
  .Fluid .container_12 {
    width: 100%;
  }
  .Fluid .container_12 .grid_10 {
    width: 82%;
  }
  .Fluid #standardSearch {
    margin: 0 0 10px -30px;
  }
}
@media (min-width: 1601px) {
  /* desktop YELLOW */
  
  .Fluid #standardSearch {
    margin: 0 30px 10px -30px;
  }
}
/******* Add FluidMax to body to restrict max width by Emma *********/

.FluidMax .container_12 {
  max-width: 1058px;
}
/******* Mobile bits by Emma *********/

@media (max-width: 728px) {
  /* smartphone */
  
  body.Fluid.FluidMax {
    min-width: 320px;
    max-width: 480px;
  }
  .Fluid.FluidMax {
    background: #eeeeee;
  }
  .Fluid.FluidMax .container_12 {
    margin: 0;
  }
  .Fluid.FluidMax .grid_1,
  .Fluid.FluidMax .grid_2,
  .Fluid.FluidMax .grid_3,
  .Fluid.FluidMax .grid_4,
  .Fluid.FluidMax .grid_5,
  .Fluid.FluidMax .grid_6,
  .Fluid.FluidMax .grid_7,
  .Fluid.FluidMax .grid_8,
  .Fluid.FluidMax .grid_9,
  .Fluid.FluidMax .grid_10,
  .Fluid.FluidMax .grid_11,
  .Fluid.FluidMax .grid_12,
  .Fluid.FluidMax .container_12,
  .Fluid.FluidMax grid_10,
  .Fluid.FluidMax grid_12,
  .Fluid.FluidMax grid_2,
  .Fluid.FluidMax .container_12 .grid_12,
  .Fluid.FluidMax .container_12 grid_4,
  .Fluid.FluidMax .container_12 .grid_10 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .Fluid.FluidMax #wrapper,
  .Fluid.FluidMax #footer {
    max-width: 460px;
    padding: 10px;
  }
  .Fluid.FluidMax #content {
    background-image: none;
  }
  .Fluid.FluidMax #header {
    padding: 0;
    background: none;
    border: none;
  }
  .Fluid.FluidMax #main-nav {
    display: none;
  }
  .Fluid.FluidMax .Fluid .container_12 .grid_8 {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .Fluid.FluidMax #header {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    background: -webkit-linear-gradient(#eeeee5, #d9d8d1 100px);
    background: -moz-linear-gradient(#eeeee5, #d9d8d1 100px);
    background: -ms-linear-gradient(#eeeee5, #d9d8d1 100px);
    background: -o-linear-gradient(#eeeee5, #d9d8d1 100px);
    background: linear-gradient(#eeeee5, #d9d8d1 100px);
  }
  .Fluid.FluidMax #header .container_12 .grid_2 a,
  .Fluid.FluidMax #header .grid_2 {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .Fluid.FluidMax #header .container_12 .grid_2 img {
    width: 150px;
    margin: 0 auto;
  }
  .Fluid.FluidMax h1,
  .Fluid.FluidMax .h1 {
    font-size: 28px;
    line-height: 1.1em;
    padding: 10px 0;
  }
  .Fluid.FluidMax #header .account {
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
  }
  .Fluid.FluidMax #header .account #Fullname {
    color: red;
    display: none;
  }
  .Fluid.FluidMax #header .account a,
  .Fluid.FluidMax #header .account li {
    font-size: 16px;
    padding: 0;
  }
  .Fluid.FluidMax #main-nav {
    float: none;
  }
  .Fluid.FluidMax #main-nav .main-nav-item {
    width: 100%;
    border-top: 1px solid #e0e0e0;
  }
  .Fluid.FluidMax #main-nav .main-nav-item a {
    float: none;
    padding: 0;
  }
  .Fluid.FluidMax #footer .pfp-list-inline {
    text-align: center;
    padding-top: 20px;
  }
  .Fluid.FluidMax #footer ul li {
    padding: 0;
    font-weight: normal;
    font-size: 15px;
  }
  .Fluid.FluidMax #footer ul li a {
    text-align: center;
  }
  .Fluid.FluidMax #footer p {
    float: left;
  }
  .Fluid.FluidMax .pfp-ad-leaderboard {
    display: none!important;
  }
  .Fluid.FluidMax .panel fieldset.quad label,
  .Fluid.FluidMax .panel fieldset.tri label {
    margin-right: 0;
    margin-top: 5px;
    text-align: left;
    width: 100%;
    font-size: 16px;
  }
  .Fluid.FluidMax .panel fieldset.quad .note,
  .modal fieldset.quad .note {
    margin-left: 0;
    padding-left: 0;
  }
  .Fluid.FluidMax .panel fieldset.quad input,
  .Fluid.FluidMax .panel fieldset.quad textarea,
  .Fluid.FluidMax .panel fieldset.tri input,
  .Fluid.FluidMax .panel fieldset.tri textarea {
    width: 98%;
  }
  .Fluid.FluidMax .panel fieldset.quad input.checkbox,
  .Fluid.FluidMax .panel fieldset.tri input.checkbox,
  .Fluid.FluidMax .panel fieldset.quad label.checkbox {
    width: 20px;
    margin: 0;
  }
  .Fluid.FluidMax .panel fieldset.tri label.checkbox {
    width: auto;
    margin: 0 0 0 5px;
  }
  .Fluid.FluidMax .panel fieldset.quad input[type="text"] {
    padding-right: 0;
  }
  .panel fieldset.tri label.checkbox.small,
  .panel fieldset.quad input.checkbox.small {
    font-size: 12px;
    width: auto;
    margin: 0 0 10px 0;
  }
  .Fluid.FluidMax .panel fieldset.quad .button {
    margin: 0 auto;
    left: 0;
    width: 70% !important;
    display: block;
  }
  .Fluid.FluidFix .panel fieldset.tri .button,
  .Fluid.FluidFix .panel fieldset.quad .button {
    width: auto;
    left: 0;
    min-width: 150px;
    margin-left: 0;
  }
  .Fluid.FluidFix .panel fieldset.tri select {
    display: block;
    clear: both;
  }
  /******Genes mobile only *********/
  
  .Fluid.FluidFix .genesExtrasHeader {
    margin-top: 10px!important;
  }
  .Fluid.FluidFix .genesExtrasHeader h2 {
    clear: both!important;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 15px;
  }
  .Fluid.FluidFix #splash-content-container {
    display: none;
  }
  .Fluid.FluidFix .splash-emotion-heading {
    margin-right: 10px;
  }
  .Fluid.FluidFix .splash-selector-item {
    display: block;
    margin: 0 auto 10px;
    width: 235px;
  }
  .Fluid.FluidFix .splash-selector-item a {
    height: 85px;
    padding-top: 0;
    width: 235px;
  }
  .Fluid.FluidFix .heading-community {
    background-position: right -333px;
  }
  .Fluid.FluidFix .heading-search {
    background-position: right -796px;
  }
  .Fluid.FluidFix .heading-tree {
    background-position: right 5px;
  }
  .Fluid.FluidFix .heading-ebook {
    background-position: right -1114px;
  }
  .Fluid.FluidFix .heading-picchat {
    background-position: right 5px;
  }
  .Fluid.FluidFix .heading-modern {
    background-position: right 5px;
  }
}
/******* Genes Extras bits by Emma *********/

@media (min-width: 729px) {
  .Fluid .extra-fixed-height {
    min-height: 350px;
  }
  .Fluid .competition-fixed-height {
    min-height: 600px;
  }
}
/******* FluidFix bits by Emma *********/

/******* These are needed by IE8  *********/

.Fluid.FluidFix .container_12 .grid_3 {
  margin-left: 0.7%;
  margin-right: 0.8%;
}
.Fluid.FluidFix .container_12 .grid_4 {
  margin-left: 0.4%;
  margin-right: 0.4%;
}
.Fluid.FluidFix .container_12 .grid_5 {
  margin-left: 0.3%;
  margin-right: 0.3%;
}
.Fluid.FluidFix .container_12 .grid_6 {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.Fluid.FluidFix .container_12 .grid_7 {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.Fluid.FluidFix .container_12 .grid_8 {
  margin-left: 0.3%;
  margin-right: 0.3%;
}
/*********** for responsive pages on IE9 and up plus proper browsers *****************/

@media (min-width: 1025px) and (max-width: 1600px) {
  .Fluid.FluidFix .container_12 .grid_3 {
    margin-left: 0.7%;
    margin-right: 0.8%;
  }
  .Fluid.FluidFix .container_12 .grid_4 {
    margin-left: 0.7%;
    margin-right: 0.7%;
  }
  .Fluid.FluidFix .container_12 .grid_5 {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .Fluid.FluidFix .container_12 .grid_6 {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .Fluid.FluidFix .container_12 .grid_7 {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .Fluid.FluidFix .container_12 .grid_8 {
    margin-left: 0.3%;
    margin-right: 0.3%;
  }
}
@media (min-width: 1601px) {
  .Fluid.FluidFix .container_12 .grid_3 {
    margin-left: 0.7%;
    margin-right: 0.8%;
  }
  .Fluid.FluidFix .container_12 .grid_4 {
    margin-left: 0.7%;
    margin-right: 0.7%;
  }
  .Fluid.FluidFix .container_12 .grid_5 {
    margin-left: 0.3%;
    margin-right: 0.3%;
  }
  .Fluid.FluidFix .container_12 .grid_6 {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .Fluid.FluidFix .container_12 .grid_7 {
    margin-left: 0.3%;
    margin-right: 0.3%;
  }
  .Fluid.FluidFix .container_12 .grid_8 {
    margin-left: 0.3%;
    margin-right: 0.3%;
  }
}
@media (min-width: 830px) and (max-width: 1024px) {
  .Fluid.FluidFix .container_12 .grid_3 {
    margin-left: 0.7%;
    margin-right: 0.8%;
  }
  .Fluid.FluidFix .container_12 .grid_4 {
    margin-left: 0.4%;
    margin-right: 0.4%;
  }
  .Fluid.FluidFix .container_12 .grid_5 {
    margin-left: 0.3%;
    margin-right: 0.3%;
  }
  .Fluid.FluidFix .container_12 .grid_6 {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .Fluid.FluidFix .container_12 .grid_7 {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .Fluid.FluidFix .container_12 .grid_8 {
    margin-left: 0.3%;
    margin-right: 0.3%;
  }
}
@media (min-width: 729px) and (max-width: 829px) {
  .Fluid.FluidFix .container_12 .grid_3 {
    margin-left: 0.7%;
    margin-right: 0.8%;
  }
  .Fluid.FluidFix .container_12 .grid_4 {
    margin-left: 0.4%;
    margin-right: 0.4%;
  }
  .Fluid.FluidFix .container_12 .grid_5 {
    margin-left: 0.4%;
    margin-right: 0.4%;
  }
  .Fluid.FluidFix .container_12 .grid_6 {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .Fluid.FluidFix .container_12 .grid_7 {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .Fluid.FluidFix .container_12 .grid_8 {
    margin-left: 0.3%;
    margin-right: 0.3%;
  }
}
.Fluid.FluidFix .panel fieldset.quad input.button {
  width: auto;
}
/****EMMA NEW STYLES****/

.strap {
  background: url(/_resources/images/extra/transPurple.png) repeat;
  color: white;
  padding: 10px;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
#header #xmass {
  background: url(/_resources/images/events/xmas-header.jpg) top center no-repeat;
}
