/* =============================================================================
   
   a bunch of normalizing elements from htmlboilerplate
   ========================================================================== */
/* HTML5 display definitions*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* better IE and iOS behaviors */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 1. Improve image quality when scaled in IE7: h5bp.com/d */
img {
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow not hidden in IE9
*/
svg:not(:root) {
  overflow: hidden;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
*/
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
*/
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
*/
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
*/
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: "";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.clearfix,
.container,
.container-fluid,
.row {
  *zoom: 1;
}
/* ======================================================
 *That's the end of the boilerplate fixes.
 * ======================================================
*/
body {
  font-family: Lucida Sans Unicode, Lucida Grande, Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65em;
  color: #333333;
}
/*lucida sans unicode doens't do bold/italics well */
strong,
em,
b,
i {
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
pre {
  font-family: "Andale Mono", "Courier New", Courier, monospace;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
/* --------base styles for standard elements -------------*/
h1 {
  color: #2E5E88;
  font-weight: normal;
  font-size: 240%;
  line-height: 1.2em;
  margin-bottom: 0;
}
h2 {
  color: #587B58;
  font-weight: normal;
  font-size: 190%;
  margin-bottom: 4px;
  line-height: 1.2em;
}
h3 {
  color: #2E5E88;
  font-weight: normal;
  font-size: 135%;
  margin-bottom: 0;
}
h4,
h4 a,
h4 a:visited {
  color: #2E5E88;
  margin-bottom: 0;
}
h2 a,
h3 a,
h2 a:visited,
h3 a:visited {
  color: #587B58;
}
h2 a:hover,
h3 a:hover {
  color: #2E5E88;
}
/* link colors */
a {
  color: #428bca;
}
a:visited {
  color: #ee7777;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
}
ol {
  margin: 1%;
  padding-left: 7%;
}
ul {
  margin: 1%;
  padding-left: 7%;
}
li {
  margin: 1%;
}
img {
  border: 0px;
  max-width: 100%;
  height: auto;
}
.original-image-container {
  max-width: 100%;
}
hr {
  height: 1px;
}
dt {
  font-weight: bold;
  margin-left: 1.5em;
}
dd {
  margin-bottom: 1em;
  margin-left: 1.5em;
}
fieldset {
  margin-top: 2em;
  margin-bottom: 2em;
}
legend {
  color: #000;
  font-weight: bold;
  font-size: 110%;
}
th {
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #dedede;
  padding-left: 2px;
}
#header {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  background-repeat: no-repeat;
  width: auto;
}
#titlebar {
  position: absolute;
  right: 5px;
  top: 10px;
}
#header img {
  border: 0;
}
.headerimagelink {
  display: block;
  width: auto;
  margin: 0px;
}
/*--display by default in new chrome's set display:none in local chrome if we don't want it --*/
#serc-account-bar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  display: block;
  background: #ccc;
  width: 100%;
  height: 20px;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}
#serc-account-bar #serc-quick-links {
  display: inline-block;
  float: right;
  margin-right: 0px;
  text-align: right;
}
@media (max-width: 650px) {
  #serc-account-bar #serc-quick-links {
    display: none;
  }
}
#serc-account-link {
  float: right;
  margin-right: 0px;
  display: block;
  width: 300px;
}
#serc-account-link:hover {
  z-index: 100;
  cursor: pointer;
}
#serc-account-link a {
  text-decoration: none;
}
#serc-account-link a:hover {
  text-decoration: underline;
}
#accountMenuTitle {
  padding: 1px;
  display: block;
  margin: 0px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #777;
}
#accountMenuTitle a,
#accountMenuTitle a:visited,
#serc-quick-links a,
#serc-quick-links a:visited {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #777;
}
#serc-account-link #accountMenuTitle a:hover {
  color: #fff;
  background: #333;
  margin-bottom: 0;
  text-decoration: none;
}
#favAddedAlert {
  display: block;
  font-weight: bold;
  color: #fff;
  background: #fff;
  position: relative;
  font-size: 12px;
  padding: 10px;
  background-color: rgba(100, 100, 100, 0.7);
}
#serc-account-link #fullAccountMenu a {
  text-decoration: none;
  color: #557;
}
#serc-account-link #fullAccountMenu ul {
  margin: 0;
  padding: 0;
}
#serc-account-link #fullAccountMenu li {
  border: 1px solid #fff;
  color: #333;
  padding: 1px;
  padding-left: 3px;
  list-style-type: none;
}
#serc-account-link #fullAccountMenu li:hover {
  border: 1px solid #ddd;
  padding: 1px;
  padding-left: 3px;
  background: #f7f7f7;
}
#serc-account-link #fullAccountMenu {
  display: none;
  padding: 3px;
  border: 1px solid #555;
  padding-right: 0;
  border-right: 0;
  border-top: 0;
  background: #fff;
  z-index: 100;
  border-radius: 0px 0 5px 5px;
  box-shadow: 0px 2px 4px 2px #aaa;
  margin-left: 0;
  width: 196px;
}
/* breadcrumb styles */
#crumbs {
  border-bottom: 1px solid #cccccc;
  border-top: 2px solid #2E5E88;
  margin: 0;
  padding: 3px;
  line-height: 1em;
  font-size: 0.8em;
  color: #777777;
}
#crumbs a {
  text-decoration: none;
  color: #428bca;
}
#crumbs a:hover {
  text-decoration: underline;
}
#crumbs em {
  font-weight: normal;
  font-style: normal;
}
/*-- includes default left margin to leave space for nav ---*/
.serc-content {
  padding: 0px;
  margin-left: 165px;
  padding-left: 20px;
  margin-right: 30px;
  padding-top: 0px;
  padding-bottom: 50px;
  max-width: 990px;
}
.navexpander {
  color: #777;
  font-size: 85%;
  text-align: center;
}
.nextprev {
  float: right;
  margin-right: 20px;
}
.nextprev a {
  text-decoration: none;
}
.relatedlinks {
  width: 170px;
  float: right;
  padding: 0px;
  margin: 10px 0px 5px 5px;
  clear: all;
  z-index: 1;
}
/*-------default width nav --------------*/
#nav {
  line-height: 1.3em;
  margin-top: 1.4em;
  padding: 0;
  position: absolute;
  left: 15px;
  top: 160px;
  background: #fff;
  width: 150px;
}
#nav a {
  display: block;
  padding: 3px;
  text-decoration: none;
  color: #333333;
  margin: 0;
  font-size: 0.9em;
  padding: 7px 2px 3px 6px;
  border-bottom: 1px solid #cccccc;
}
#nav .fullnavelement .topnavelement a {
  background: #2E5E88;
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  margin-left: -0.5em;
}
#nav .fullnavelement .topnavelement a:hover {
  color: #ffffff;
}
#nav a.currentlocation,
#nav .fullnavelement a.currentlocation,
#nav .fullnavelement a:hover {
  background: #587B58;
  color: #ffffff;
}
#nav a:hover {
  background: #2E5E88;
  color: #ffffff;
}
#nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 0.5em;
}
#nav #localnav ul {
  padding-left: 1em;
}
#nav li {
  margin: 0;
  padding: 0;
}
.navelement {
  padding-left: 0px;
}
#nav li.navsubelement {
  padding-left: 0.5em;
}
#nav li.navsubsubelement {
  padding-left: 1em;
}
#nav li.navsubsubsubelement {
  padding-left: 1.5em;
}
.nav-heading {
  color: #ffffff;
  background: #587B58;
}
#footer {
  height: 60px;
  margin: 0;
  padding: 0;
  margin-top: 100px;
  width: auto;
  z-index: 1;
  clear: both;
}
#footer img {
  border: 0;
}
#subfooter {
  color: #777777;
  margin: 0;
  padding: 1px;
  padding-left: 14px;
  border-top: 2px solid #2E5E88;
  border-bottom: 7px solid #2E5E88;
  width: auto;
  z-index: 1;
  clear: both;
  font-size: x-small;
  line-height: 1em;
}
#subfooter .label {
  color: #777;
}
#subfooter a {
  color: #777;
  text-decoration: none;
}
/* 2014 footer */
#subfooter-2014 {
  background: #eee;
  font-size: 14px;
  line-height: 16px;
  padding-left: 10%;
  padding-bottom: 50px;
  z-index: 1;
  clear: both;
  word-wrap: break-word;
}
#subfooter-2014 abbr {
  border-bottom: 1px grey dotted;
}
#subfooter-2014 .col {
  width: 100px;
  min-height: 100px;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
}
#subfooter-2014 .col-150 {
  width: 150px;
}
#subfooter-2014 .col-200 {
  width: 200px;
}
#subfooter-2014 .col-300 {
  width: 300px;
}
#subfooter-2014 .col-400 {
  width: 400px;
}
#subfooter-2014 .col h3 {
  padding: 10px;
  padding-left: 0;
}
#subfooter-2014 .col ul {
  margin: 0;
  padding: 0;
}
#subfooter-2014 .col ul li,
#subfooter-2014 #media_reuse_list ul li {
  list-style: none;
  padding: 3px;
  padding-left: 0;
}
#subfooter-2014 #media_reuse_list,
#subfooter-2014 #page_reuse_text {
  display: none;
}
#subfooter-2014 #media_reuse_list ul li {
  padding: 4px;
  margin-bottom: 10px;
}
#subfooter-2014 #media_reuse_list h5,
#subfooter-2014 #page_reuse_text h5 {
  margin: 8px 0 0;
}
#subfooter-2014 #page_reuse_text {
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  #subfooter-2014 {
    padding-left: 2%;
  }
}
@media screen and (max-width: 480px) {
  #subfooter-2014 .col-400,
  #subfooter-2014 .col-300,
  #subfooter-2014 .col-150 {
    width: 90%;
  }
}
/* only the required parts of dijit+claro styles for the tooltips */
/* dijit.css */
.dijitTooltip {
  position: absolute;
  z-index: 2000;
  display: block;
  left: 0;
  top: -10000px;
  overflow: visible;
}
.dijitTooltipContainer {
  border: solid black 2px;
  background: #b8b5b5;
  color: black;
  font-size: small;
}
.dijitTooltipFocusNode {
  padding: 2px 2px 2px 2px;
}
.dijitTooltipConnector {
  position: absolute;
}
.dijit_a11y .dijitTooltipConnector {
  display: none;
}
.dijitTooltipData {
  display: none;
}
.dijitBackgroundIframe {
  /* IMPORTANT: iframe used to prevent problems with PDF or other applets overlaying menus etc */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 0;
  padding: 0;
  margin: 0;
}
/* end dijit.css */
/* Dialog.css (all) */
.claro .dijitDialog {
  border: 1px solid #769dc0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.claro .dijitDialogPaneContent {
  background: #ffffff repeat-x top left;
  border-top: 1px solid #769dc0;
  padding: 10px 8px;
  position: relative;
}
.claro .dijitDialogPaneContentArea {
  margin: -10px -8px;
  padding: 10px 8px;
}
.claro .dijitDialogPaneActionBar {
  background-color: #efefef;
  padding: 3px 5px 2px 7px;
  text-align: right;
  border-top: 1px solid #d3d3d3;
  margin: 10px -8px -10px;
}
.claro .dijitDialogPaneActionBar .dijitButton {
  float: none;
}
.claro .dijitDialogTitleBar {
  border: 1px solid #ffffff;
  border-top: none;
  background-color: #abd6ff;
  background-image: url("images/titlebar.png");
  background-repeat: repeat-x;
  padding: 5px 7px 4px 7px;
}
.claro .dijitDialogTitle {
  padding: 0 1px;
  font-size: 1.091em;
}
.claro .dijitDialogCloseIcon {
  background: url("images/dialogCloseIcon.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  height: 15px;
  width: 21px;
}
.dj_ie6 .claro .dijitDialogCloseIcon {
  background-image: url("images/dialogCloseIcon8bit.png");
}
.claro .dijitDialogCloseIconHover {
  background-position: -21px;
}
.claro .dijitDialogCloseIconActive {
  background-position: -42px;
}
.claro .dijitTooltip,
.claro .dijitTooltipDialog {
  background: transparent;
}
.dijitTooltipBelow {
  padding-top: 13px;
  padding-left: 3px;
  padding-right: 3px;
}
.dijitTooltipAbove {
  padding-bottom: 13px;
  padding-left: 3px;
  padding-right: 3px;
}
.claro .dijitTooltipContainer {
  background-color: #ffffff;
  background-image: url("images/tooltipGradient.png");
  background-repeat: repeat-x;
  background-position: bottom;
  border: 1px solid #769dc0;
  padding: 6px 8px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}
.dj_ie6 .claro .dijitTooltipContainer {
  background-image: none;
}
.claro .dijitTooltipConnector {
  border: 0;
  z-index: 2;
  background-image: url("images/tooltip.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
}
.dj_ie6 .claro .dijitTooltipConnector {
  background-image: url("images/tooltip8bit.png");
}
.claro .dijitTooltipABRight .dijitTooltipConnector {
  left: auto !important;
  right: 3px;
}
.claro .dijitTooltipBelow .dijitTooltipConnector {
  top: 0;
  left: 3px;
  background-position: -31px 0;
  width: 16px;
  height: 14px;
}
.claro .dijitTooltipAbove .dijitTooltipConnector {
  bottom: 0;
  left: 3px;
  background-position: -15px 0;
  width: 16px;
  height: 14px;
}
.dj_ie7 .claro .dijitTooltipAbove .dijitTooltipConnector,
.dj_ie6 .claro .dijitTooltipAbove .dijitTooltipConnector {
  bottom: -1px;
}
.claro .dijitTooltipLeft {
  padding-right: 14px;
}
.claro .dijitTooltipLeft .dijitTooltipConnector {
  right: 0;
  background-position: 0 0;
  width: 16px;
  height: 14px;
}
.claro .dijitTooltipRight {
  padding-left: 14px;
}
.claro .dijitTooltipRight .dijitTooltipConnector {
  left: 0;
  background-position: -48px 0;
  width: 16px;
  height: 14px;
}
.claro .dijitDialogUnderlay {
  background: #ffffff;
}
/* end Dialog.css */
.dropshadow {
  box-shadow: 1px 1px 2px #ddd;
}
.dropshadow-dark {
  box-shadow: 1px 1px 2px #777;
}
ol.arabic-numbers {
  list-style-type: arabic-numbers;
}
ol.lower-alpha {
  list-style-type: lower-alpha;
}
ol.upper-alpha {
  list-style-type: upper-alpha;
}
ol.lower-roman {
  list-style-type: lower-roman;
}
ol.upper-roman {
  list-style-type: upper-roman;
}
/* ----------support for standard cms tag generate styles------------ */
.skiplinks {
  font-size: 50%;
  color: #fff;
}
.skiplinks a {
  font-size: 50%;
  color: #fff;
}
.disclaimer {
  font-size: 80%;
  line-height: 100%;
}
.small {
  font-size: 70%;
  line-height: 140%;
}
.smallpale {
  font-size: 9px;
  color: #aaa;
  text-decoration: none;
}
.em2 {
  color: #a77;
  font-style: normal;
}
.mediumsmall {
  font-size: 80%;
  line-height: 160%;
}
.small .small,
.small .mediumsmall,
.mediumsmall .small,
.mediumsmall .mediumsmall {
  font-size: inherit;
}
.mediumpale {
  font-size: 11px;
  line-height: 14px;
  color: #aaa;
}
img.thumbnail {
  margin: 10px;
}
.floating {
  margin: 10px;
  float: left;
}
.floatingright {
  margin: 10px;
  float: right;
}
.textcenter {
  text-align: center;
}
.inline-block {
  display: inline-block;
}
.inline-block h1 {
  text-align: left;
}
dev.floating {
  margin: 10px;
  float: left;
}
div.floating p {
  text-align: center;
}
.halfcolumnright {
  float: right;
  width: 48%;
  margin-left: 2%;
}
@media screen and (max-width: 700px) {
  .halfcolumnright {
    float: none;
    margin-left: 0;
    width: 100%;
    clear: both;
  }
}
.column-element-no-wrap {
  display: inline-block;
  width: 100%;
}
/* put around content to autoflow over two or three columns*/
.twocolumn {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  padding: 15px;
}
.twocolumn h2,
.twocolumn h3,
.twocolumn h4 {
  margin-top: 0;
}
.threecolumn {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  padding: 15px;
}
.threecolumn h2,
.threecolumn h3,
.threecolumn h4 {
  margin-top: 0;
}
.threecolumn ul li,
.twocolumn ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
       break-inside: avoid;
}
/* total hack to deal with FF not doing break-inside
 * FF won't break tables, need to wrap li content in a
 * p so that the li retains its marker
 */
.threecolumn ul li p,
.twocolumn ul li p {
  display: inline-table;
}
.link-bar-left .twocolumn,
.link-bar-left .threecolumn {
  padding: 5px;
}
.relatedlinks {
  font-size: 11px;
  line-height: 11px;
  color: #000;
  border: 1px solid #d22;
  border-bottom: 1px solid #d22;
  background: #fff;
  position: relative;
}
.relatedlinks h3 {
  font-size: 16px;
  line-height: 16px;
  border: 0;
  margin: 0;
  color: #fff;
  background: #b22;
  font-weight: normal;
}
.relatedlinks p {
  padding: 2px;
  margin: 0;
}
.relatedlinks ul {
  list-style-type: none;
  padding: 2px;
  margin: 0;
}
.relatedlinks li {
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}
.author {
  color: #777777;
  margin-bottom: 0;
}
.clearboth {
  clear: both;
}
.rightcolumn {
  float: right;
  width: 250px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-left: 10px;
  margin-bottom: 5px;
  padding-left: 8px;
  padding-bottom: 5px;
  background: #fff;
}
.rightlink {
  float: right;
  font-weight: bold;
  font-size: 80%;
  margin-bottom: 5px;
}
/* Some standard contextbox definitions */
.pullquote {
  color: #4d4d4d;
  float: center;
  background-color: #e5ede5;
  border: 3px solid #587B58;
  padding: 10px;
  margin: 10px 40px 10px 40px;
  border-radius: 3px;
}
.descriptionpullquote {
  font-size: 1.1em;
  float: center;
  background-color: #ffffff;
  border: 2px solid #587B58;
  border-bottom: 3px solid #587B58;
  padding: 5px;
  padding-top: 0px;
  margin: 15px 10px 10px 5px;
  color: #333333;
  overflow: auto;
  border-radius: 4px;
}
.descriptionpullquote h4 {
  margin-top: 0;
  color: #ffffff;
  background: #587B58;
  display: block;
  border-bottom: 1px solid #587B58;
  padding: 2px;
  margin-left: -5px;
  margin-right: -5px;
}
.descriptionpullquote p {
  padding: 5px;
  margin: 0px;
}
.descriptionpullquote .thumbimage {
  margin-right: 15px;
}
.context,
.context3 {
  color: #030403;
}
.context > h2:first-child,
.context3 > h2:first-child {
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context > p:first-child:empty + h2,
.context3 > p:first-child:empty + h2 {
  margin-top: -26px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context > br:first-child + h2,
.context3 > br:first-child + h2 {
  margin-top: -36px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context > h3:first-child,
.context3 > h3:first-child {
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context > p:first-child:empty + h3,
.context3 > p:first-child:empty + h3 {
  margin-top: -26px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context > br:first-child + h3,
.context3 > br:first-child + h3 {
  margin-top: -36px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context > h4:first-child,
.context3 > h4:first-child {
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context > p:first-child:empty + h4,
.context3 > p:first-child:empty + h4 {
  margin-top: -26px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context > br:first-child + h4,
.context3 > br:first-child + h4 {
  margin-top: -36px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context > h2:first-child,
.context3 > h2:first-child,
.context > p:first-child:empty + h2,
.context3 > p:first-child:empty + h2,
.context > br:first-child + h2,
.context3 > br:first-child + h2 {
  background: #587B58;
  color: #030403;
}
.context > h2:first-child a,
.context3 > h2:first-child a,
.context > p:first-child:empty + h2 a,
.context3 > p:first-child:empty + h2 a,
.context > br:first-child + h2 a,
.context3 > br:first-child + h2 a {
  color: inherit;
}
.context > h3:first-child,
.context3 > h3:first-child,
.context > p:first-child:empty + h3,
.context3 > p:first-child:empty + h3,
.context > br:first-child + h3,
.context3 > br:first-child + h3 {
  background: #587B58;
  color: #030403;
}
.context > h3:first-child a,
.context3 > h3:first-child a,
.context > p:first-child:empty + h3 a,
.context3 > p:first-child:empty + h3 a,
.context > br:first-child + h3 a,
.context3 > br:first-child + h3 a {
  color: inherit;
}
.context > h4:first-child,
.context3 > h4:first-child,
.context > p:first-child:empty + h4,
.context3 > p:first-child:empty + h4,
.context > br:first-child + h4,
.context3 > br:first-child + h4 {
  background: #587B58;
  color: #030403;
}
.context > h4:first-child a,
.context3 > h4:first-child a,
.context > p:first-child:empty + h4 a,
.context3 > p:first-child:empty + h4 a,
.context > br:first-child + h4 a,
.context3 > br:first-child + h4 a {
  color: inherit;
}
.context2 {
  border: 5px solid #2E5E88;
  border-radius: 4px;
  background: #c8dced;
  margin-left: 0;
  margin-right: 0;
  color: #000000;
}
.context2 > h2:first-child {
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context2 > p:first-child:empty + h2 {
  margin-top: -26px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context2 > br:first-child + h2 {
  margin-top: -36px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context2 > h3:first-child {
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context2 > p:first-child:empty + h3 {
  margin-top: -26px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context2 > br:first-child + h3 {
  margin-top: -36px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context2 > h4:first-child {
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context2 > p:first-child:empty + h4 {
  margin-top: -26px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context2 > br:first-child + h4 {
  margin-top: -36px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}
.context2 > h2:first-child,
.context2 > p:first-child:empty + h2,
.context2 > br:first-child + h2 {
  background: #2E5E88;
  color: #c8dced;
}
.context2 > h2:first-child a,
.context2 > p:first-child:empty + h2 a,
.context2 > br:first-child + h2 a {
  color: inherit;
}
.context2 > h3:first-child,
.context2 > p:first-child:empty + h3,
.context2 > br:first-child + h3 {
  background: #2E5E88;
  color: #c8dced;
}
.context2 > h3:first-child a,
.context2 > p:first-child:empty + h3 a,
.context2 > br:first-child + h3 a {
  color: inherit;
}
.context2 > h4:first-child,
.context2 > p:first-child:empty + h4,
.context2 > br:first-child + h4 {
  background: #2E5E88;
  color: #c8dced;
}
.context2 > h4:first-child a,
.context2 > p:first-child:empty + h4 a,
.context2 > br:first-child + h4 a {
  color: inherit;
}
.context3 {
  background: #e5ede5;
  float: right;
  width: 38%;
}
.context4 {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 6px;
  margin: 0;
  box-shadow: 1px 1px 2px #ddd;
}
.context6 {
  margin: 15px 10px 10px 5px;
  font-size: 22px;
  color: #587B58;
  border: none;
  background: none;
  line-height: 26px;
}
.context6:before {
  content: '\201C';
  font-size: 50px;
  float: left;
  color: #cccccc;
  font-family: Georgia, serif;
}
.context6:after {
  content: '\201D';
  font-size: 50px;
  line-height: 0;
  position: relative;
  top: 23px;
  color: #cccccc;
}
a.linkbutton {
  box-shadow: 1px 1px 2px #ddd;
  background: -webkit-linear-gradient(top, #3d7eb6, #2E5E88);
  background: linear-gradient(to bottom, #3d7eb6, #2E5E88);
  background-color: #2E5E88;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 100%;
  font-weight: normal;
  padding: 5px 12px;
  text-decoration: none;
}
a.linkbutton:hover,
a.linkbutton:visited,
a.linkbutton:active {
  color: #ffffff;
}
a.linkbutton:hover {
  background: #2E5E88;
}
a.linkbutton:active {
  position: relative;
  top: 1px;
}
a.biglinkbutton {
  font-size: 130%;
  padding: 6px 20px;
}
.shownversion {
  display: none;
}
.hiddenversion {
  display: block;
}
.hiddenversion h3 {
  display: inline-block;
}
/*--if it has class showatstart  then don't hide to start--*/
.showatstart.shownversion {
  display: block;
}
.showatstart.hiddenversion {
  display: none;
}
.shownbody {
  border: 1px solid #bbb;
  padding: 8px;
}
.showntitle {
  position: relative;
  top: 10px;
  background-color: none;
  padding: 8px;
}
.showntitle a {
  text-decoration: none;
}
.hiddenversion a {
  text-decoration: none;
}
H4.hiddenheader {
  margin-top: 0;
}
.rightfloat {
  float: right;
}
.leftfloat {
  float: left;
}
.bigfirstline:first-line {
  font-size: 133%;
}
.narrowbox {
  font-size: 1.3em;
  font-weight: bold;
  float: right;
  width: 300px;
  padding: 0px;
  margin: 2px;
  margin-right: 0;
  margin-bottom: 10px;
  clear: both;
  color: #555;
}
.red {
  color: #f00;
}
.green {
  color: #0f0;
}
.blue {
  color: #00f;
}
.vocabprefix {
  color: #999;
}
.form-file-upload {
  max-width: 600px;
  padding: 10px;
  background: #eff3ef;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 2px solid #353;
}
.form-file-upload .shownbody {
  background: #fafafa;
}
/* lots of styles for faceted search display */
.facetwrapper {
  width: 300px;
  float: right;
  margin-left: 10px;
}
.searchtrivia {
  color: #333;
}
p.searchhit {
  margin-bottom: 0px;
}
.searchhitdiv {
  clear: left;
  padding-bottom: 5px;
}
.searchreturndetails {
  font-size: 11px;
  color: #7a7;
}
.searchnextprev {
  float: right;
  margin-right: 20px;
  font-size: 1.1em;
}
.limitbox {
  border: 1px solid #aaa;
  border-top: none;
  margin-bottom: 10px;
  border-radius: 0 0 3px 3px;
  box-shadow: 2px 2px 4px 1px #eee;
}
.currentsearchlimits {
  font-weight: bold;
  font-size: .85em;
  line-height: 1.1em;
  text-align: center;
  padding: 0px;
  padding-right: 20px;
  margin: 0px;
  border: 1px solid #aaa;
  background: #f1f1f1;
  color: #a8a8a8;
  border-radius: 3px 3px 0 0 ;
}
.browseshowall a,
.browseshowall a:visited {
  font-size: .85em;
  font-weight: normal;
  color: #777777;
  text-decoration: none;
}
.browseshowall a:hover {
  text-decoration: underline;
  color: #428bca;
}
/* need to rework these to reduce redundancy with a common browselimit */
/* class and  separate limit1, limit2.... classes to hold the different colors */
.browselimit {
  font-size: 0.85em;
  margin: 0;
  color: #777777;
}
.browselimit h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 2px;
  display: inline;
  border: none;
}
.browselimit em {
  font-weight: bold;
  font-size: 1.2em;
  font-style: normal;
}
.browsevocab {
  font-size: 0.85em;
  border: 1px solid #ccd;
  line-height: 1em;
  background: #fff;
  float: right;
  width: 300px;
  padding: 0px;
  margin: 5px;
  margin-right: 0;
  clear: both;
  color: #333;
  box-shadow: 2px 2px 4px 1px #eee;
  border-radius: 3px;
}
.browsevocab ul {
  list-style-type: none;
  padding: 0;
  margin: 4px;
  margin-left: 7px;
}
.browsevocab li {
  margin: 3px;
  padding: 1px;
}
.browsevocab h1 {
  display: block;
  margin: 0;
  background: #ccd;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.2em;
  padding-left: 4px;
}
.browsevocab h1 a,
.browsevocab h1 a:visited {
  color: #fff;
  font-weight: normal;
  font-size: 0.9em;
}
.browsevocab h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0;
  padding-top: 2px;
  color: #333;
  border: none;
}
/*-- browse colors --*/
.browsevocab1 h1,
.browselimit1 h2 {
  background: #2E5E88;
}
.browsevocab1 {
  border: 1px solid #2E5E88;
}
.browsevocab2 h1,
.browselimit2 h2 {
  background: #587B58;
}
.browsevocab2 {
  border: 1px solid #587B58;
}
.browsevocab3 h1,
.browselimit3 h2 {
  background: #587B58;
}
.browsevocab3 {
  border: 1px solid #587B58;
}
.browsevocab4 h1,
.browselimit4 h2 {
  background: #582e88;
}
.browsevocab4 {
  border: 1px solid #582e88;
}
.browsevocab5 h1,
.browselimit5 h2 {
  background: #2e8858;
}
.browsevocab5 {
  border: 1px solid #2e8858;
}
table.cms {
  background: #aaa;
  margin: 5px;
  border-collapse: collapse;
}
caption.cms {
  caption-side: bottom;
  font-size: .85em;
  line-height: 1em;
}
table.cms th {
  padding: 5px;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
}
table.cms th {
  background: #73869e;
  color: #fff;
}
table.cms tr:hover td {
  background: #c9daef;
}
table.cms tr:hover th {
  background: #c9daef;
  color: #111;
}
table.cms td {
  padding: 5px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  text-align: center;
}
table.cms tbody tr {
  background-color: #fff;
}
table.cms tbody tr:nth-child(odd) {
  background-color: #eee;
}
#content .hl0 {
  background-color: #FFFFcf;
}
#content .hl1 {
  background-color: #FFFFcf;
}
#content .hl2 {
  background-color: #FFFFcf;
}
#content .hl3 {
  background-color: #FFFFcf;
}
#content .hl4 {
  background-color: #FFFFcf;
}
.img-shadow {
  background: url(/images/dropshadow/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/dropshadow/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 5px 10px !important;
  margin: 10px 10px 5px 5px;
  position: relative;
}
.img-shadow img {
  display: block;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
.tooltip,
.tooltip:visited {
  position: relative;
  z-index: 24;
  text-decoration: none;
  color: #333;
  border: 1px solid #fff;
  border: none;
}
.tooltip:hover {
  z-index: 25;
  border: 1px solid #ccc;
}
.tooltip span.thetip {
  display: none;
}
.tooltip:hover span.thetip,
.tooltip:hover span.righttip,
.tooltip:hover span.belowtip {
  /*the span will display just on :hover state*/
  display: block;
  position: absolute;
  width: 300px;
  margin: 2px;
  padding: 8px;
  background-color: #fff;
  color: #000;
  border: 2px solid #ccc;
  text-decoration: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.tooltip:hover span.thetip {
  top: 0.5em;
  left: -325px;
}
.tooltip span.righttip {
  display: none;
}
.tooltip:hover span.righttip {
  /*the span will display just on :hover state*/
  top: 10px;
  left: 30px;
}
.tooltip span.belowtip {
  display: none;
}
.tooltip:hover span.belowtip {
  /*the span will display just on :hover state*/
  top: 1.0em;
  left: 10px;
}
.shownlink {
  text-decoration: underline;
  color: #22f;
}
/* threaded discussion related tags */
.discussionlogin {
  padding: 10px;
  border: 2px solid #ccc;
}
.discussiontable {
  border-radius: 6px;
}
table.discussiontable {
  background: #ddd;
}
.discussiontable th {
  padding: 5px;
  background: #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.discussiontable th a {
  text-decoration: none;
  color: #fff;
}
.discussiontable th a .sortlink {
  font-size: 7px;
  text-decoration: underline;
}
.discussiontable td {
  padding: 7px;
}
.discussiontable tr {
  background: #fff;
}
table.discussiontable tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.discussiontable tr:hover td {
  background: #ded;
}
.discussion-post-row {
  margin-top: 5px;
  min-height: 125px;
}
.discussion-cell {
  display: table-cell;
}
.discussion-post-user-info {
  min-width: 150px;
  min-height: 100px;
  max-height: 130px;
}
.discussion-post-user-info p {
  text-align: center;
}
.discussion-post-user-info img {
  max-height: 50px;
  max-width: 50px;
}
a.discussion-author,
a.discussion-author:visited {
  color: #50728A;
  font-weight: bold;
}
a.discussion-author:hover {
  color: #5C9ECC;
}
.discussion-carrot {
  width: 0;
  height: 0;
  margin-top: 10px;
  float: left;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid rgba(0, 0, 0, 0.17);
}
.discussion-post-content {
  width: 100%;
  word-wrap: break-word;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.17);
}
.discussion-post-text {
  min-height: 90px;
  padding: 10px;
}
.discussion-post-media {
  padding-left: 10px;
  border-top: 1px solid #D9D9D9;
  background-color: #F7F7F7;
}
.discussion-post-actions {
  text-align: right;
  padding: 0 10px;
  background-color: #F7F7F7;
  overflow: hidden;
  height: 26px;
}
.discussion-post-id {
  margin: 3px;
}
div[id^='discussion-post-delete'] {
  display: none;
}
.discussion-button {
  display: inline-block;
  padding: 4px 8px;
  background: #609CD1;
  color: white;
  text-decoration: none;
  border-left: 1px solid #F7F7F7;
  margin-right: 8px;
  font-size: 13px;
  border: 0;
}
.discussion-button:hover {
  background: #7BB5E8;
}
.discussion-button:visited {
  color: white;
}
.discussion-button-post {
  background: #0DA30D;
}
.discussion-button-post:hover {
  background: #52D152;
}
.discussion-button-edit,
.discussion-button-share {
  background: #0DA38F;
}
.discussion-button-edit:hover,
.discussion-button-share:hover {
  background: #58C7B8;
}
.discussion-button-delete {
  background: #b22;
}
.discussion-button-delete:hover {
  background: lightcoral;
}
.discussion-quote-container {
  width: 100%;
  height: auto;
}
.discussion-quote-carrot {
  width: 0;
  height: 0;
  float: left;
  margin-top: 4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #99BBF2;
}
/* .discussion-quote-message and .discussion-quote-carrot have some precise pixel
	properties. Careful to change margin/padding/borders */
.discussion-quote-message {
  background-color: #D9E7FF;
  border: 1px solid #99BBF2;
  border-radius: 5px;
  padding: 5px;
  margin-left: 5px;
  font-style: italic;
}
.discussion-quote-message:before {
  content: '\201C';
  float: left;
  font-size: 200%;
  color: #87B3FA;
  margin-right: 10px;
}
.discussion-quote-message:after {
  content: '\201D';
  float: right;
  font-size: 200%;
  color: #87B3FA;
  margin-left: 10px;
  margin-top: -8px;
}
.discussion-quote-message > p {
  width: 93%;
  margin: 5px 0;
}
.discussion-post-edit {
  background: #eeffee;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #383;
}
#notification-form {
  border: 1px solid #bbb;
  margin: 10px;
  border-radius: 6px;
  box-shadow: 1px 1px 2px #ccc;
  margin-bottom: 10px;
}
/* the not often used pop-up survey box */
#popupsurvey {
  position: absolute;
  top: 125px;
  right: -600px;
  width: 600px;
  border: 2px solid #e99;
  background: #fdd;
  padding: 3px;
  font-size: 11px;
  z-index: 100;
}
.attribuition {
  margin-top: 5px;
  font-size: 90%;
  line-height: 110%;
  color: #553;
  overflow: display;
}
.workspace-edit {
  float: right;
  width: 138px;
  padding: 2px;
  margin: 5px;
  border: 1px solid #a55;
  background: #feeeee;
  font-size: 80%;
  line-height: 100%;
  clear: both;
}
.workspace-edit .shownbody {
  border: none;
}
.workspace-edit .showntitle {
  background: #feeeee;
  padding: 1px;
}
.workspace-edit .shownversion {
  padding: 0px;
  margin: 0;
}
.deactivateLiveEdit input {
  font-size: 11px;
  color: #383;
  border: 1px solid #383;
  text-decoration: none;
}
.content-squeezed-for-liveedit {
  margin-right: 180px;
  margin-left: 10px;
}
.nav-squeezed-for-liveedit {
  width: 0px;
}
.liveEditButton {
  font-size: 11px;
  color: #383;
  border: 1px solid #383;
  text-decoration: none;
  margin-left: 5px;
  background: #fefefe;
  width: auto;
  overflow: visible;
  padding-left: 5px;
  padding-right: 5px;
}
/*only some of the liveEditButtons are actually buttons
to appease IE */
div.liveEditButton {
  padding: 5px;
}
.liveEditButton:hover {
  color: #a30;
  border: 1px solid #a30;
  background: #fff;
  cursor: pointer;
}
.workspace .dijitButton {
  border: 1px solid #383;
}
.workspace-edit h3 {
  color: #a55;
  background: #fcc;
  padding: 3px;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 5px;
  padding-left: 15px;
}
.serc-pagelist h4,
.serc-filelist h4 {
  font-size: 11px;
  margin-bottom: 3px;
}
#editFormContainer .saving {
  color: #f00;
  font: 24px;
  font-weight: bold;
  position: fixed;
  top: 250px;
  right: 150px;
}
#editFormContainer .saved {
  color: #3a3;
  font: 48px;
  font-weight: bold;
  position: fixed;
  top: 250px;
  right: 150px;
}
.editFormSubmit {
  position: fixed;
  top: 140px;
  right: 150px;
  width: 50px;
  border: 3px solid #55f;
  color: #55f;
  background: #fff;
  padding: 2px;
  font-weight: bold;
}
.uploadbutton,
.newpagebutton,
.newentrybutton {
  border: 2px solid #777;
  background: #fff;
  padding: 2px;
}
.uploadbutton:hover {
  color: #493;
  border: 2px solid #493;
}
.workspace-newpagebox {
  position: absolute;
  top: 100px;
  right: 170px;
  width: 300px;
  display: none;
  border: 1px solid #a55;
  background: #feeeee;
  padding: 10px;
  z-index: 1000000;
}
#workspace-newpage-alert {
  position: absolute;
  top: 100px;
  right: 170px;
  width: 350px;
  display: none;
  border: 1px solid #a55;
  background: #feeeee;
  padding: 5px;
  font-size: 9px;
}
.workspace-uploadbox {
  position: absolute;
  top: 100px;
  right: 170px;
  width: 430px;
  display: none;
  border: 1px solid #a55;
  background: #feeeee;
  padding: 10px;
  z-index: 1000000;
}
#workspace-uploadbox-alert,
#creatingformalert {
  position: fixed;
  top: 100px;
  right: 170px;
  width: 250px;
  display: none;
  border: 1px solid #a55;
  background: #feeeee;
  padding: 5px;
  z-index: 10000;
}
#creatingformalert {
  width: 400px;
  top: 150px;
  left: 35%;
}
#workspace-help {
  position: absolute;
  top: 100px;
  right: 170px;
  width: 400px;
  display: none;
  border: 1px solid #a55;
  background: #feeeee;
  padding: 10px;
  z-index: 1000000;
}
#form_creation_dialog,
.create_dialog {
  position: fixed;
  top: 150px;
  left: 20%;
  width: 650px;
  display: none;
  border: 3px solid #4D673F;
  background: #fff;
  padding: 15px;
  padding-top: 5px;
  z-index: 10000;
  line-height: 1.4em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 1px 1px 5px #aaa;
}
.contentUndo {
  margin-left: 10px;
  float: right;
  width: 140px;
  margin-right: 45px;
}
.contentDeactivate {
  margin-left: 10px;
  float: right;
  width: 60px;
  margin-right: 0px;
}
.contenthints,
.contentUndo,
.contentDeactivate {
  font-size: 0.8em;
}
.contentUndo,
.contentDeactivate {
  margin-top: -20px;
}
.contentUndo a:hover,
.contentDeactivate a:hover {
  text-decoration: underline;
}
.contenthints a,
.contentUndo a,
.contentDeactivate a {
  color: #66f;
}
.closeButton {
  float: right;
  width: 43px;
  border: 2px solid #ccc;
  background: #fff;
  padding: 1px;
  font-size: 10px;
  border-radius: 4px 4px 4px 4px;
}
.closeButton img {
  margin-bottom: -2px;
}
.modalCloseButton {
  margin-left: 50%;
  width: 60px;
  border: 2px solid #777;
  background: #fff;
  padding: 5px;
}
.modalCloseButton:hover,
.closeButton:hover {
  border: 2px solid #f33;
  color: #f33;
  background: #faa;
}
.definitionterm {
  color: #383;
}
.file-archive-item {
  padding: 5px;
  border: 1px solid #ccc;
  background: #f3f3f3;
  margin-bottom: 10px;
}
.file-archive-item:hover {
  border: 1px solid #555;
  background: #fff;
}
.live-edit-link {
  float: right;
  width: 40px;
  color: #f00;
  clear: both;
}
.live-edit-link:hover {
  cursor: pointer;
}
.live-edit-box {
  float: right;
  width: 138px;
  padding: 2px;
  margin: 5px;
  border: 1px solid #709670;
  background: #e5f1e5;
  font-size: 80%;
  line-height: 100%;
  clear: both;
}
.live-edit-box h2 {
  font-size: 14px;
  background: #95b695;
  color: #fff;
  padding: 5px;
  margin: -2px;
  margin-bottom: 15px;
  text-align: center;
}
.live-edit-box h3.divider {
  color: #5a5;
  background: #cadbca;
  padding: 5px;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #709670;
  border-right: none;
  border-left: none;
}
.live-edit-box .mediaentry {
  line-height: 12px;
  background: #f5fef5;
  padding: 2px;
  border: 1px solid #999;
}
.serc-editable {
  display: inline;
}
.serc-editable-clickable {
  border: 1px solid #333;
  padding: 3px;
  margin: 3px;
  background: #f3f3f3;
  padding-top: 20px;
  display: block;
}
.serc-editable-active {
  display: block;
  padding-top: 20px;
  width: auto;
}
.serc-resourcelist {
  margin-top: 10px;
}
.serc-content-name {
  position: relative;
  top: -15px;
  color: #bbb;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: -15px;
  width: 75%;
}
#nav-edit-controls {
  border: 2px solid #aaa;
  border-top: none;
  padding: 0px;
  position: absolute;
  background: #fff;
  border-radius: 0 5px 5px 0 ;
  box-shadow: 2px 2px 4px #aaa;
  border-left: none;
  margin-left: -3px;
  text-align: center;
  top: 200px;
  left: 410px;
  backgposition: fixed;
  width: 145px;
}
#nav-edit-controls h4 {
  background: #aaa;
  color: #fff;
  margin-top: 0px;
}
a.nav-edit-controls-button,
a.nav-edit-controls-button:visited {
  display: inline-block;
  color: #fff;
  width: 75px;
  background: #aaa;
  margin: 3px;
  padding: 3px;
  font-size: 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 1px 1px 3px #aaa;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
a.nav-edit-controls-button:hover {
  background: #999;
}
.claro .serc-editable-active .dijitTextArea {
  font-size: 14px;
  font-family: Verdana;
}
#favoritesDisplay a {
  display: block;
  text-decoration: none;
  color: #557;
}
#favoritesDisplay ul {
  margin: 0;
  padding: 0;
}
#favoritesDisplay li {
  list-style-type: none;
  padding: 2px;
  padding-left: 4px;
  margin-bottom: 1px;
}
#favoritesDisplay li:hover {
  border: 1px solid #ddd;
  padding: 1px;
  padding-left: 3px;
  background: #f7f7f7;
}
#favoritesDisplay .toggle-display {
  font-size: 9px;
  margin-top: 0px;
  margin-left: 5px;
}
.favoriteEditBox {
  position: absolute;
  top: 10px;
  margin-left: -400px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 3px solid #555555;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 1px 3px #888888;
  display: none;
  padding: 10px;
  width: 400px;
}
.favoritesEditDelete {
  border: 2px solid #f00;
  color: #f00;
}
.blog h2 {
  display: inline;
}
.blog h2 a {
  text-decoration: none;
  color: #333;
}
.blog h2 a:hover {
  text-decoration: underline;
}
.event_date_span {
  font-style: italic;
}
.event_date_current {
  font-weight: bold;
  color: #f00;
}
.serc-radiobuttonpair {
  padding: 2px;
}
.serc-radiobuttonpair:hover {
  background: #eee;
}
ul.review_item_list li {
  margin-bottom: 20px;
  list-style-type: none;
  border: 1px solid #ccc;
  padding: 5px;
}
.activityidea {
  font-weight: bold;
}
div[id^='widget_departmentCombo'] {
  width: 420px;
}
div[id^='widget_institutionCombo'] {
  width: 420px;
}
/* 17% allows up to 5 cols of thumbimages... 18+ wraps */
.thumbimage {
  width: 17%;
  max-width: 200px;
}
.quarterimage {
  width: 27%;
  max-width: 324px;
}
.narrowimage {
  width: 38%;
  max-width: 456px;
}
.largeimage {
  width: 62%;
  max-width: 744px;
}
.fullimage {
  width: 100%;
  max-width: 1200px;
}
.centerfloat {
  margin: 0 auto;
}
.image-left-margin {
  margin-right: 2.5%;
}
.image-right-margin {
  margin-left: 2.5%;
}
.image-caption,
.caption-text {
  font-size: 9px;
  line-height: 11px;
}
.caption-text {
  min-height: 16px;
}
div[id^='image-'] {
  margin-bottom: 10px;
  position: relative;
  word-break: break-word;
}
.original-image-container.leftfloat ~ ul li,
div[id^='image-'].leftfloat ~ ul li {
  list-style-position: inside;
}
/* if the the image is wrapped in a link, reset the link's style (/serc/site_guides/people.html)*/
div[id^='image-'] > a,
.link-reset {
  border: 0 !important;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
div[id^='image-'] .main-image {
  width: 100%;
  cursor: pointer;
  margin-bottom: 7px;
}
.shadow {
  box-shadow: 3px 3px 5px #ccc;
  background: #ffffff;
}
.shadow-dark {
  box-shadow: 3px 3px 5px #777;
  background: #ffffff;
}
.border {
  padding: 3px;
  border: 1px solid #ccc;
  background: #ffffff;
}
div[id^='image-'] div.hover {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 6px;
  width: 100%;
  color: #fff;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
div[id^='image-']:hover div.hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa000000', endColorstr='#aa000000');
}
div[id^='image-'] div.hover a {
  float: right;
  padding: 5px 10px;
}
div[id^='image-'] div.hover span {
  display: block;
  padding: 5px 8px;
}
/* push new image tags a little to the left (inside the context box) */
.descriptionpullquote div[id^='image-'],
.pullquote div[id^='image-'] {
  margin-right: 1.5%;
}
div[class^=twocolgm] div[id^=image-],
div[class^=twocoleven] div[id^=image-],
div[class^=threecoleven] div[id^=image-],
div[class^=fourcoleven] div[id^=image-] {
  max-width: 90% !important;
}
div[class^=twocolgm] div[id^=image-] > img.main-image:first-of-type,
div[class^=twocoleven] div[id^=image-] > img.main-image:first-of-type,
div[class^=threecoleven] div[id^=image-] > img.main-image:first-of-type,
div[class^=fourcoleven] div[id^=image-] > img.main-image:first-of-type {
  max-width: 95% !important;
}
.toggle-display {
  color: #ee7777;
}
div[id^="modal-"] {
  display: none;
}
div.underlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 979;
  background-color: grey;
  opacity: 0.5;
  /*IE... order matters */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: pointer;
  /*	background: #000;
	background: rgba(0,0,0,0.8);
	background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.45) 1%, rgba(0,0,0,0.8) 100%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.45) 1%, rgba(0,0,0,0.8) 100%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.45) 1%, rgba(0,0,0,0.8) 100%);
	background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.45) 1%, rgba(0,0,0,0.8) 100%);
	filter: alpha(opacity = 80);
	opacity: .8;
	-webkit-transition: 400ms opacity ease;
	-moz-transition: 400ms opacity ease;
	transition: 400ms opacity ease;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
}
div.contents {
  position: fixed;
  top: 5%;
  bottom: 5%;
  z-index: 980;
  max-width: 80%;
  max-height: 90%;
  /* on modal image only */
  background: #D9D9D9;
  padding: 6px;
  overflow: hidden;
}
div.contents img {
  height: 100%;
  width: 100%;
  z-index: 981;
}
div.contents div.modal-exit {
  position: absolute;
  right: 6px;
  top: 5px;
  padding: 3px 6px 9px;
  background: #D9D9D9;
  z-index: 982;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
div.contents div.modal-exit .exit-click {
  font-size: 3.6em;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px 4px;
  width: 45px;
}
div.contents div.modal-exit:hover {
  text-shadow: 0px 0px 10px #5c5c5c;
  -webkit-filter: dropshadow(color=#5c5c5c, offx=0, offy=0);
          filter: dropshadow(color=#5c5c5c, offx=0, offy=0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  cursor: pointer;
}
span.assessment-question {
  display: block;
  margin: 5px 0;
}
div.assessment-item {
  margin-bottom: 15px;
}
div.assessment-item input {
  float: left;
  margin: 5px 8px 0 15px;
}
div.assessment-item label {
  /**/
}
div.assessment-choice {
  min-height: 18px;
  display: block;
  margin: 5px;
}
span.question-feedback {
  display: none;
  margin-left: 25px;
  padding: 0px 3px;
}
.question-feedback-icon {
  float: left;
  padding: 1px 6px;
}
/*add padding to new images in the feedback block
 other elements may need it too but it is
 risky to apply this padding to all children */
span.question-feedback > div[id^='image-'] {
  padding: 5px 25px 5px 5px;
}
img.slideshare-thumb {
  cursor: pointer;
  padding: 3px;
  border: 1px solid #ccc;
}
.slideshare-click-msg {
  text-align: center;
  margin-left: 6px;
  width: 170px;
  display: block;
}
.slideshare-content.leftfloat {
  margin-right: 15px;
}
.slideshare-content.rightfloat {
  margin-left: 15px;
}
/******************/
/**responsive css**/
/******************/
@media screen and (max-width: 600px) {
  div[id^='image-'] div.hover {
    position: relative;
    width: 100%;
    opacity: 1;
    float: none;
    border: 1px solid #ccc;
    background: none;
    min-height: 25px;
    color: black;
    padding: 3px;
  }
  .thumbimage,
  .quarterimage,
  .narrowimage,
  .largeimage {
    width: 100%;
  }
}
/* temp fix for Chrome (browser) until Dojo 1.8+
   http://bugs.dojotoolkit.org/ticket/15599 */
.dijitButton,
.dijitButtonNode {
  -webkit-transition-duration: 0s, 0s !important;
}
/**
* 1.8 dijit tree style fixes (keep past 1.8 unless unneeded)
**/
.dijitTree {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dijitTree .dijitTreeRow {
  width: 100%;
}
/* When activating plugins (view source and find/replace that change the height
of the editor toolbar or something else, it incorrectly sets heights to parent nodes
which stops auto expanding */
.dijitEditor,
.dijitEditor .dijitEditorIFrameContainer {
  height: auto !important;
}
.authorprofilelink {
  display: inline-block;
  color: #fff;
  background: #aaa;
  margin: 3px;
  margin-bottom: 8px;
  padding: 0px 3px;
  font-size: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 1px 1px 3px #aaa;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  float: right;
}
.author .authorprofilelink {
  float: none;
}
.authorprofile {
  float: right;
}
.authorprofilelink:visited {
  color: #fff;
}
/*supress toggle image in front of 'about the authors' button */
.authorprofile-hideshow img {
  display: none;
}
.authorprofile-hideshow {
  display: inline;
}
.authorprofile-hideshow .shownversion {
  background: #fff;
}
.person-card {
  width: 120px;
  padding: 12px;
}
.person-card.large {
  width: 200px;
  padding: 15px;
}
.person-card.medium {
  width: 120px;
  padding: 12px;
}
.person-card.small {
  width: 80px;
  padding: 10px;
}
.person-card.rightfloat {
  margin-left: 15px;
}
.person-card.leftfloat {
  margin-right: 15px;
}
.person-card .person-image {
  display: table-cell;
  float: none;
  width: 120px;
}
.person-card .person-image.large {
  width: 200px;
}
.person-card .person-image.medium {
  width: 120px;
}
.person-card .person-image.small {
  width: 80px;
}
.person-card .person-image IMG {
  width: 120px;
  height: auto;
  border-radius: 50%;
  box-shadow: 1px 1px 2px #ddd;
  -webkit-filter: brightness(110%) contrast(110%) grayscale(100%);
  filter: brightness(110%) contrast(110%) grayscale(100%);
}
.person-card .person-image IMG.large {
  width: 200px;
}
.person-card .person-image IMG.medium {
  width: 120px;
}
.person-card .person-image IMG.small {
  width: 80px;
}
.person-card .person-spacer {
  height: 12px;
}
.person-card .person-spacer.large {
  height: 15px;
}
.person-card .person-spacer.medium {
  height: 12px;
}
.person-card .person-spacer.small {
  height: 10px;
}
.person-card .person-name {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  line-height: 1.3em;
  float: none;
}
.person-card .person-name.large {
  font-size: 1.3em;
}
.person-card .person-name.medium {
  font-size: 1em;
}
.person-card .person-name.small {
  font-size: 0.95em;
}
.person-card .person-name .person-institution {
  font-size: 0.9em;
}
/* added 8/12 ml - use css for input width, not col attr or inline */
.serc-form input[type='text'] {
  width: 40%;
  /*min-width here breaks dijits like DateTextbox and Combobox applied on input[type='text'] nodes*/
}
.serc-form textarea {
  width: 60%;
  min-width: 250px;
}
:required label {
  font-weight: bold;
}
.serc-form .required_field {
  color: #e32;
  font-size: 9px;
}
.best-bets {
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 320px;
  margin-top: 10px;
  background: #eef;
}
.best-bets h3 {
  background: #aac;
  color: #fff;
  padding: 3px;
  margin: -5px;
  margin-bottom: 5px;
  font-size: 1em;
}
.best-bets .searchhitdiv {
  margin-top: 6px;
  background: #fafaff;
  padding: 4px;
  min-height: 80px;
}
.searchhitdiv div.reviewed-label {
  color: #777;
  background: #eee;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1em;
  text-align: center;
  border: 2px solid #ddd;
  padding: 4px;
  float: left;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 3px;
  margin-right: 10px;
  border-radius: 5px 5px 5px 5px;
}
.searchhitdiv div.reviewed-label .righttip {
  font-weight: normal;
  text-align: left;
  line-height: 1.3em;
}
.searchhitdiv div.reviewid-38 {
  color: #797;
  background: #eef4ee;
  border: 2px solid #ded;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.searchhitdiv div.reviewid-9 {
  color: #bad761;
  background: #111;
  border: 2px solid #e9742e;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
}
.searchhitdiv div.reviewid-3 {
  color: #ecbd45;
  background: #fcf9ef;
  border: 2px solid #f3d179;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
}
.searchhitdiv div.reviewid-40,
.searchhitdiv div.reviewid-41 {
  color: #11528a;
  background: #dfeaf5;
  border: 2px solid #11528a;
}
.searchhitdiv {
  padding: 6px;
  border: 2px solid #f6f6f6;
  margin-bottom: 10px;
  border-radius: 3px;
}
.searchhitdiv:hover {
  border: 2px solid #eee;
  background: #fafafa;
}
/* Dropdown icon (downwards arrow) via pseudo element: use with empty <span> */
/* From Atlassian UI framework: https://developer.atlassian.com/display/AUI/AUI+Dropdown2#AUIDropdown2-Whatisit? */
.aui-icon-dropdown,
.aui-icon-dropdown-white {
  border: 4px solid transparent;
  border-top-color: #333;
  content: "";
  display: inline-block;
  height: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  vertical-align: baseline;
  width: 0;
  color: black;
}
.aui-icon-dropdown-white {
  border-top-color: #fff;
}
.animate-bounce {
  /* This class bounces the element 10 times */
  /* name duration timing-function delay iteration-count direction */
  -webkit-animation: bounce 1s ease-out 1s 10;
  animation: bounce 1s ease-out 1s 10;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-20%);
  }
  20% {
    -webkit-transform: translateY(-30%);
  }
  30% {
    -webkit-transform: translateY(-40%);
  }
  40% {
    -webkit-transform: translateY(-30%);
  }
  50% {
    -webkit-transform: translateY(-20%);
  }
  60% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  20% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  30% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  40% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  50% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* page-wide image as with [imagebanner] tag */
.imagebanner {
  top: 0;
  /*this one should be over-riden in local chrome */
  width: 100%;
  position: relative;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background-repeat: no-repeat;
  z-index: 0;
}
.imagebanner-transparent-fade {
  position: absolute;
  top: 0px;
  z-index: -2;
  background: transparent;
}
/* Show/hide divs based on user's NAGT membership status */
body div[class^=nagt_] {
  display: none;
}
body.nagt_member div.nagt_member,
body.nagt_not_member div.nagt_not_member,
body.nagt_status_active div.nagt_status_active,
body.nagt_status_lapsed div.nagt_status_lapsed,
body.nagt_status_waiting div.nagt_status_waiting,
body.nagt_status_in_progress div.nagt_status_in_progress {
  display: block;
}
/* Do the same for logged in and not */
body div.logged_in,
body div.not_logged_in {
  display: none;
}
body.logged_in div.logged_in,
body.nagt_not_member div.nagt_not_member,
body.not_logged_in div.not_logged_in {
  display: block;
}
/* image-block-bottom is linked image rectangle with text overlayed in transparent block at bottom 
 *image-block-tall is like bottom but the image is only at the top of the
 * block and the text area is larger
 */
a.image-block-bottom,
a.image-block-tall {
  display: inline-block;
  position: relative;
  margin: 15px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-clip: padding-box;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #ddd;
}
a.image-block-bottom:hover,
a.image-block-tall:hover,
a.image-block-bottom:visited,
a.image-block-tall:visited,
a.image-block-bottom:active,
a.image-block-tall:active {
  color: #fff;
}
.image-block-bottom .image-block-content,
.image-block-tall .image-block-content {
  position: absolute;
  bottom: 0;
  background: #333;
  padding: 10px;
  line-height: 1.2em;
  overflow: hidden;
}
.image-block-content .image-block-rollover {
  display: none;
  font-size: 85%;
  padding: 5px 10px 10px 10px;
  margin: 5px -10px -10px -10px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.image-block-bottom .image-block-content {
  background-color: rgba(17, 17, 17, 0.7);
}
a.image-block-bottom {
  background-size: cover;
}
a.image-block-tall {
  background-size: auto 38%;
}
.image-block-tall .image-block-content {
  background-color: #2E5E88;
}
/*support different sized image-blocks
 * set heights here for image-block-bottom
 * and then override for image-block-tall
*/
.image-block-small {
  width: 150px;
  font-size: 85%;
}
.image-block-small .image-block-content {
  width: 140px;
  padding: 5px;
}
.image-block-medium {
  width: 290px;
  font-size: 100%;
}
.image-block-medium .image-block-content {
  width: 270px;
  padding: 10px;
}
.image-block-large {
  width: 450px;
  font-size: 120%;
}
.image-block-large .image-block-content {
  width: 430px;
  padding: 10px;
}
.image-block-bottom.image-block-small {
  height: 100px;
}
.image-block-bottom.image-block-medium {
  height: 200px;
}
.image-block-bottom.image-block-large {
  height: 290px;
}
.image-block-tall.image-block-small {
  height: 300px;
}
.image-block-tall.image-block-medium {
  height: 610px;
}
.image-block-tall.image-block-large {
  height: 700px;
}
.image-block-tall .image-block-content {
  height: 30%;
}
/* link-bar-left is a full width linked bar with image at left edge
*  image-block-left-clear is the same but with a clear background, no rounded corner
*  and the entire image always visible (image floating next to text as a link)
*/
a.link-bar-left,
.link-bar-left {
  background: #2E5E88;
  border-radius: 50px 50px 50px 50px;
  box-shadow: 1px 1px 2px #777;
}
a.link-bar-left,
.link-bar-left {
  width: 97%;
  display: block;
  position: relative;
  margin: 15px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-position: 0 10%;
  background-size: auto 120%;
  text-decoration: none;
  min-height: 100px;
  color: #ffffff;
}
a.link-bar-left:hover,
.link-bar-left:hover {
  box-shadow: 1px 1px 2px #777;
}
a.link-bar-left:visited {
  color: #ffffff;
}
a.link-bar-left img,
.link-bar-left img {
  float: left;
  margin-right: 15px;
  width: 5%;
}
a.link-bar-left .link-bar-content,
.link-bar-left .link-bar-content {
  padding: 10px;
  margin-left: 22%;
  border-radius: 0px 50px 50px 0px;
  min-height: 100px;
}
.ie8 a.link-bar-left .link-bar-content,
.ie8 .link-bar-left .link-bar-content {
  margin-left: 0%;
}
a.link-bar-left h2,
.link-bar-left h2 {
  color: #e5ede5;
}
a.link-bar-left h3,
.link-bar-left h3 {
  font-size: 155%;
  line-height: 1.2em;
  margin-top: 0;
  color: #c8dced;
}
a.link-bar-left h3 b,
.link-bar-left h3 b {
  font-weight: bold;
}
a.image-block-left-clear .image-block-content h2,
a.image-block-left-clear .image-block-content h3 {
  margin-top: 0;
}
a.image-block-left-clear {
  width: 97%;
  display: block;
  position: relative;
  margin: 15px;
  margin-bottom: 30px;
  text-decoration: none;
  min-height: 100px;
  color: #333333;
}
a.image-block-left-clear .image-block-content {
  padding: 10px;
  min-height: 100px;
}
a.image-block-left-clear img {
  margin-right: 10px;
}
a.image-block-left-clear:hover {
  border: 1px solid #eee;
}
@media screen and (max-width: 800px) {
  a.link-bar-left .link-bar-content,
  .link-bar-left .link-bar-content {
    margin-left: 0;
    border-radius: 50px 50px 50px 50px;
    padding-left: 20px;
  }
}
.abs-center {
  width: 100%;
  height: 50%;
  overflow: visible;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/*--standard faceted search form ---*/
.facetedsearch {
  padding: 10px;
  background: #f6f6f6;
  border-radius: 3px;
  max-width: 350px;
}
.facetedsearch input {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  font-size: 1.1em;
  border-radius: 3px;
}
.facetedsearch input[type='text'] {
  width: 70%;
}
.facetedsearch input[type='submit'] {
  width: 25%;
}
.facetedsearch input:-webkit-input-placeholder {
  color: #aaa;
}
.facetedsearch input::-moz-placeholder {
  color: #aaa;
}
.facetedsearch + a.searchhelp {
  margin-top: -10px;
  display: block;
  float: left;
}
.padded2 {
  padding: 2%;
}
.padded10 {
  padding: 10%;
}
.padding-box2 {
  padding: 2%;
}
.padding-box3 {
  padding: 3%;
}
.padding-box6 {
  padding: 6%;
}
.padding-box10 {
  padding: 10%;
}
.horizontal-padding-box2 {
  padding-left: 2%;
  padding-right: 2%;
}
.horizontal-padding-box10 {
  padding-left: 10%;
  padding-right: 10%;
}
.floatbox > * {
  float: left;
  margin-right: 3%;
}
/*---equal height columns--*/
/*  two-column layout */
.twocoleven-bg2 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
}
.twocoleven-bg1 {
  float: left;
  width: 100%;
  position: relative;
  right: 50%;
}
.twocoleven-col1 {
  float: left;
  width: 46%;
  position: relative;
  left: 52%;
  overflow: hidden;
}
.twocoleven-col2 {
  float: left;
  width: 46%;
  position: relative;
  left: 56%;
  overflow: hidden;
}
@media screen and (max-width: 555px) {
  .twocoleven-col1,
  .twocoleven-col2 {
    width: 96%;
    left: 2%;
    height: auto;
  }
  .twocoleven-bg1 {
    right: 0;
    background: #fff;
  }
}
/*  two-column golden mean layout */
.twocolgm-bg2 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
}
.twocolgm-bg1 {
  float: left;
  width: 100%;
  position: relative;
  right: 38%;
}
.twocolgm-col1 {
  float: left;
  width: 58%;
  position: relative;
  left: 40%;
  overflow: hidden;
}
.twocolgm-col2 {
  float: left;
  width: 34%;
  position: relative;
  left: 44%;
  overflow: hidden;
}
@media screen and (max-width: 555px) {
  .twocolgm-col1,
  .twocolgm-col2 {
    width: 96%;
    left: 2%;
    height: auto;
  }
  .twocolgm-bg1 {
    right: 0;
    background: #none;
  }
}
/* three-column layout */
.threecoleven-bg3 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
}
.threecoleven-bg2 {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
  right: 33.333%;
}
.threecoleven-bg1 {
  float: left;
  width: 100%;
  position: relative;
  right: 33.33%;
}
.threecoleven-col1 {
  float: left;
  width: 29.33%;
  position: relative;
  left: 68.67%;
  overflow: hidden;
}
.threecoleven-col2 {
  float: left;
  width: 29.33%;
  position: relative;
  left: 72.67%;
  overflow: hidden;
}
.threecoleven-col3 {
  float: left;
  width: 29.33%;
  position: relative;
  left: 76.67%;
  overflow: hidden;
}
@media screen and (max-width: 555px) {
  .threecoleven-col1,
  .threecoleven-col2,
  .threecoleven-col3 {
    width: 96%;
    left: 2%;
    height: auto;
  }
  .threecoleven-bg1,
  .threecoleven-bg2 {
    right: 0;
    background: #fff;
  }
}
/* four-column layout */
.fourcoleven-bg4 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
}
.fourcoleven-bg3 {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
  right: 25%;
}
.fourcoleven-bg2 {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
  right: 25%;
}
.fourcoleven-bg1 {
  float: left;
  width: 100%;
  position: relative;
  right: 25%;
}
.fourcoleven-col1 {
  float: left;
  width: 21%;
  position: relative;
  left: 77%;
  overflow: hidden;
}
.fourcoleven-col2 {
  float: left;
  width: 21%;
  position: relative;
  left: 81%;
  overflow: hidden;
}
.fourcoleven-col3 {
  float: left;
  width: 21%;
  position: relative;
  left: 85%;
  overflow: hidden;
}
.fourcoleven-col4 {
  float: left;
  width: 21%;
  position: relative;
  left: 89%;
  overflow: hidden;
}
.drop-menu-block {
  /* container */
}
.drop-menu-block > a {
  display: none;
}
.drop-menu-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.drop-menu-block li {
  position: relative;
  margin: 0;
}
/* first level */
.drop-menu-block > ul {
  /*height: 3.75em;*/
}
.drop-menu-block > ul > li {
  float: left;
}
/* second level */
.drop-menu-block li ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #2E5E88;
}
.drop-menu-block li:hover ul {
  display: block;
}
@media screen and (max-width: 655px) {
  .fourcoleven-col1,
  .fourcoleven-col2,
  .fourcoleven-col3,
  .fourcoleven-col4 {
    width: 96%;
    left: 2%;
    height: auto;
  }
  .fourcoleven-bg1,
  .fourcoleven-bg2,
  .fourcoleven-bg3 {
    right: 0;
    background: #fff;
  }
}
/*-- Fixed height hero boxes for front pages --*/
.hero200 {
  float: left;
  width: 100%;
  height: 200px;
  border-bottom: 2px solid #111;
}
.hero300 {
  float: left;
  width: 100%;
  height: 300px;
  border-bottom: 2px solid #111;
}
.hero400 {
  float: left;
  width: 100%;
  height: 400px;
  border-bottom: 2px solid #111;
}
.blocklist li {
  list-style: none;
  display: block;
  padding: 3px;
}
.blocklist li:hover {
  background: #fafafa;
}
/*--style for the rotator --*/
.bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  box-sizing: padding-box;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*---generic phone width linearization ---*/
@media screen and (max-width: 480px) {
  #nav {
    position: static;
    width: 90%;
    margin: 1em auto;
  }
  .serc-content {
    margin-left: 5px;
  }
  #searchbox {
    position: relative;
    width: 95%;
    top: 0;
  }
}
/*---bump up everthing at very wide screens --*/
@media screen and (min-width: 1400px) {
  .serc-content {
    max-width: 1200px;
    margin-left: 260px;
  }
  body {
    font-size: 1.0em;
  }
  #nav {
    width: 215px;
    font-size: 1.0em;
  }
}
#recommend-block {
  min-height: 230px;
  background: #fafcfd;
  border-bottom: 1px solid #2E5E88;
  padding-bottom: 50px;
}
#recommend-block .label {
  line-height: inherit;
}
#recommend-block .recommend-element {
  margin-top: 20px;
  padding-left: 3%;
  float: left;
  width: 16%;
  min-width: 120px;
  min-height: 300px;
  font-size: 14px;
}
#recommend-block h3 {
  font-size: 14px;
  margin-top: 0;
  color: #fff;
  background: #2E5E88;
  padding: 2px;
  padding-left: 40px;
}
#recommend-block .recommend-description {
  padding-left: 40px;
}
#recommend-block .quarterimage {
  width: auto;
  max-width: 200px;
}
#recommend-block .module-context {
  font-size: 70%;
  line-height: 140%;
}
#recommend-block .module-context #recommend-block .module-context {
  font-size: inherit;
}
#recommend-block .recommendation-admin {
  display: none;
}
@media screen and (min-width: 1100px) {
  #recommend-block a {
    font-size: 1.3em;
  }
}
/** START SEARCHBOX **/
#searchbox {
  position: absolute;
  color: #2E5E88;
  background: #c8dced;
  background: rgba(255, 255, 255, 0.5);
  font-size: 80%;
  padding: 6px;
  width: 170px;
  border-radius: 9px 0 0 0;
  z-index: 4;
  padding-bottom: 0;
}
#searchbox form {
  margin: 0;
}
#searchbox input {
  font-size: 10px;
}
#searchbox .searchboxsubmit {
  background: #2E5E88;
  color: #ffffff;
  border: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.search-group {
  display: table;
  background: #eee;
  padding: 10px;
}
.search-nav,
.search-input,
.search-action {
  display: inline-block;
  float: left;
  border-collapse: separate;
}
.search-input input,
.search-action button {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #eee;
  vertical-align: top;
}
/* Amazon.com uses a hidden stacked <select> menu to drive a more visually appealing select menu */
.search-nav {
  float: left;
  display: inline-block;
  overflow: hidden;
  height: 32px;
  position: relative;
  border: 1px solid #ccc;
  min-width: 140px;
}
.search-nav .visible-text {
  display: table-cell;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #888888;
  line-height: 32px;
  /* vertically center text */
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* helps keep in all in one line */
}
.search-nav .visible-text .text {
  display: table-cell;
}
.search-nav .hidden-select {
  -webkit-appearance: menulist-button;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  min-width: 140px;
  opacity: 0;
  visibility: visible;
  cursor: pointer;
  width: inherit;
}
.search-nav .aui-icon-dropdown {
  position: absolute;
  top: 0;
  right: -15px;
  margin-top: 14px;
}
.search-input input[type='text'] {
  width: 350px;
  color: black;
  background-color: #fff;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAb0lEQVR42p2RMQ7AIAhFWXsG1h7Gtffo6urqyJGpwyetomnwJ38BH/wgfZSaS7PABbVOqkqm3Fzx6IQTatlDb5PJi21YBy1iuNgjJIgzFXqyCcXj1Z1DXNGTiw01aP252DCCgH7Fk41h8KaAGMDxADnaOPucd/m3AAAAAElFTkSuQmCC');
  background-position: 8px 9px;
  background-repeat: no-repeat;
  padding-left: 28px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.search-group input:focus {
  border-color: #333;
  outline: 0;
}
.search-action button {
  color: black;
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.search-action button:hover {
  /*background-color: white;*/
  border: 1px solid #555;
}
.search-action button:active {
  background: #ccc;
}
.search-radio-buttons {
  color: #777;
}
.search-radio-buttons label {
  display: inline-block;
  margin: 4px 4px 0;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
}
.tt-dropdown-menu {
  width: 450px;
  color: black;
  margin-top: 0;
  padding: 0px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  background-color: #eee;
}
.tt-suggestion p {
  margin: 0;
}
/** END SEARCHBOX **/
div.paywall {
  position: relative;
  background: #f7f7f7;
}
div.paywall .message {
  position: absolute;
  top: 10px;
  left: 10%;
  right: 10%;
  min-height: 100px;
  padding: 10px;
  z-index: 10;
}
div.paywall span {
  opacity: .5;
  display: inline-block;
  background: #cccccc;
  margin: 2px 3px;
}
form.serc-form .form-fields {
  width: 73%;
  display: inline-block;
}
form.serc-form .form-nav {
  margin: 10px -15px 10px 10px;
  width: 22%;
  border: 1px solid #DDD;
  padding: 15px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
}
form.serc-form .form-nav p {
  text-align: center;
  font-size: 80%;
  line-height: 160%;
  color: #AAA;
}
form.serc-form .form-nav p form.serc-form .form-nav p {
  font-size: inherit;
}
form.serc-form .form-nav ol.pages li.current-page {
  font-weight: bold;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
form.serc-form .form-nav ol.pages li:not(.current-page):not(.prev-page) {
  opacity: 0.5;
}
.payment-confirmation-box {
  display: inline-block;
  border: 1px solid #DDD;
  padding: 15px;
  border-radius: 4px;
  margin: 20px 0px;
  width: 70%;
}
.payment-confirmation-box .review-selections {
  font-weight: bold;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
.payment-confirmation-box ul.items {
  padding-left: 0;
  margin-left: 0;
}
.payment-confirmation-box ul.items li {
  margin-left: 0;
  display: inline-table;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.payment-confirmation-box ul.items .cost {
  margin-left: 25px;
  float: right;
}
.payment-confirmation-box .total {
  padding-right: 1%;
  text-align: right;
}
input[type="submit"]:before {
  content: " ";
  display: block;
  clear: both;
}
div#nagt_discount_status_msg {
  width: 66%;
  min-width: 300px;
  margin-top: 10px;
}
.payment-error-message {
  font-weight: bold;
  color: red;
}
.community_list ul {
  list-style-type: none;
}
.fadeboxmore {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.fadeboxmore .fadeboxmorelink,
.fadeboxless .fadeboxlesslink {
  border-radius: 20px;
  display: inline-block;
  padding: 1px 5px 1px 5px;
  background-color: #c8dced;
}
.fadeboxless {
  display: none;
  text-align: center;
  width: 100%;
  bottom: 0px;
}
.fadeboxmore:hover,
.fadeboxless:hover {
  cursor: pointer;
}
#nav .tte-box a:hover {
  background-color: #fff !important;
  text-decoration: underline;
}
#nav .tte-box a {
  border-bottom: none;
}
.tte-box h2 {
  color: #587B58;
  font-size: 1.0em;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.tte-box img {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ttclose {
  float: right;
  margin: -3px -9px 0 0;
  clear: both;
}
.sharetool {
  position: fixed;
  z-index: 1000;
  right: -2000px;
  font-family: Lucida Sans Unicode, Lucida Grande, Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65em;
  color: #333333;
}
.sharetool.align-horizontal {
  bottom: 0;
}
.sharetool.align-horizontal UL {
  box-shadow: -2px -1px 3px 0 rgba(153, 153, 153, 0.25);
  border-radius: 10px 0 0 0;
  height: 36px;
  background: #eee;
}
.sharetool.align-horizontal LI#sharetool_closer {
  background: none;
  border-radius: 10px 0 0 0;
  display: inline-block;
  width: 30px;
}
.sharetool.align-horizontal #sharetool_close {
  display: inline-block;
  border: 1px solid #eee;
  border-width: 1px 0 0 0;
  border-radius: 10px 0 0 0;
  padding: 5px 4px 8px 10px;
  background: #ccc;
  font-size: 15px;
  line-height: 15px;
}
.sharetool.align-horizontal #sharetool_open {
  display: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #eee;
  border-radius: 10px 0 0 0;
  padding: 3px 15px 9px 6px;
  margin: -5px 0 0 -10px;
  background: #e5e5e5;
  box-shadow: -1px 1px 5px 0 rgba(153, 153, 153, 0.25);
}
.sharetool.align-horizontal #sharetool_close,
.sharetool.align-horizontal #sharetool_open {
  height: 30px;
  width: 21px;
  cursor: pointer;
}
.sharetool.align-horizontal #sharetool_close:hover,
.sharetool.align-horizontal #sharetool_open:hover {
  background: #99c;
  color: #fff;
}
.sharetool.align-horizontal #sharetool_mover {
  display: none;
  cursor: ew-resize;
  padding: 0;
}
.sharetool.align-horizontal LI.sharetool_buttons {
  display: inline-block;
  width: 95px;
  border-left: 1px solid #eee;
}
.sharetool.align-horizontal LI.sharetool_buttons:last-child {
  width: 100px;
}
.sharetool.align-horizontal A {
  border-width: 1px 1px 0 0;
  margin: 0;
}
.sharetool.align-horizontal A:hover {
  position: relative;
  top: -3px;
  padding-bottom: 3px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-top: -1px;
}
.sharetool.align-horizontal.icon-only #sharetool_close {
  float: left;
}
.sharetool.align-horizontal.icon-only LI.sharetool_buttons {
  width: 35.85px;
}
.sharetool.align-horizontal.icon-only LI.sharetool_buttons:last-child {
  width: 40.8px;
}
.sharetool.align-vertical {
  top: 220px;
}
.sharetool.align-vertical LI#sharetool_closer {
  box-shadow: none;
  background: none;
  height: 20px;
}
.sharetool.align-vertical #sharetool_close {
  display: block;
  border: 1px solid #eee;
  border-width: 1px 0 0 0;
  border-radius: 10px 0 0 0;
  padding: 2px 8px;
  background: #ccc;
  font-size: 15px;
  line-height: 15px;
}
.sharetool.align-vertical #sharetool_open {
  display: none;
  border: 1px solid #eee;
  border-top: 1px solid #fff;
  border-width: 1px 0 1px 1px;
  border-radius: 10px 0 0 10px;
  padding: 3px;
  background: #e5e5e5;
  box-shadow: -1px 1px 5px 0 rgba(153, 153, 153, 0.25);
}
.sharetool.align-vertical #sharetool_close,
.sharetool.align-vertical #sharetool_open {
  float: right;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
}
.sharetool.align-vertical #sharetool_close:hover,
.sharetool.align-vertical #sharetool_open:hover {
  background: #99c;
  color: #fff;
}
.sharetool.align-vertical #sharetool_mover {
  display: none;
  cursor: ns-resize;
  padding: 0;
  text-align: right;
  letter-spacing: -0.5em;
  margin-left: -5px;
}
.sharetool.align-vertical LI {
  box-shadow: -3px 2px 3px 0 rgba(153, 153, 153, 0.25);
}
.sharetool.align-vertical LI:nth-child(2) {
  border-radius: 5px 0 0 0;
}
.sharetool.align-vertical LI:nth-child(2) A {
  border: 1px solid #ddd;
  border-width: 1px 0 0 0;
  border-radius: 5px 0 0 0;
  height: 29px;
}
.sharetool.align-vertical LI:last-child {
  border-radius: 0 0 0 5px;
}
.sharetool.align-vertical LI:last-child A {
  border-radius: 0 0 0 5px;
}
.sharetool.align-vertical LI A:hover {
  position: relative;
  right: 2px;
  padding-right: 5px;
  border-left: 1px solid #ddd;
  margin-left: -1px;
}
.sharetool.icon-only LI.sharetool_buttons {
  width: 40.8px;
}
.sharetool.icon-only A {
  margin: 0;
  width: 30px;
}
.sharetool.icon-only A .text {
  display: none;
}
.sharetool.icon-only .icon {
  margin: 4.5px;
}
.sharetool .icon {
  background-repeat: no-repeat;
  display: inline-block;
  height: 21px;
  width: 21px;
  float: left;
  margin: 4.5px 9px;
}
.sharetool .icon-share {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA3CAYAAAC8TkynAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfxJREFUeNrsWd1thDAMjtoOwAgZgcc+MgIjpBOUEdjgRkCd4G4DRqAbMAJsQIOUSCgKakjskL9P8sM9EJ0/2/Fnh5CCgoKc8Z6ADxW3T25U/F5zCNzudM9t5rYptnAbDoQkh1Y4uRnYIzXnmaHjRxtScb6xcD6pTJgdCNgEgVmlvmrPmAkYAAjYck7/0zJ4i4QAtJ7+EYHj3zlK9F3sjEBpf7Q69Gj3gPWuk8jBCpwnktOoirAWf76xuKT2YaZDjLbOKFS0znryLFK4svwe0zqI8fNxodZa5VvmGO1ZONFcmATBUn93YLJkfbD4w6p8bTWlNxkGgoUkQ69Euzeo2VYQpBI8CvKru0fQqzZCRQwS2O1pEXdLsOsrLMenEKONnf5yWRmUHPU1DH1xe5EAV9a+xmEKdSv7RI1Q+7q+HjQWgtvrg88KHyJoCHljSz0rQFsFV2OS2N0wvf3XLuU4PZ0QCS6urpaCnAhdNzxSMFWKPjE9s4fe05lciqOG/dZRVksR1ZGbN0Fyth8VMmbDy4yK9Fw8l1SQb4MMafMb3UaYAixOkngml+U1IZIQlQzHEGENiQwVsA6JjgDoxUxz1zjsil+gc9acCVh158RCwA/AGS8SOVxFE42dgNpBLPUkETByw9tgiJlg+jbYkYTBTkbsKZZ9Y0FBwf34E2AAGHyQaKqnf3EAAAAASUVORK5CYII=");
  background-size: 21px 18.046875px;
  margin: 0;
  padding: 0;
}
.sharetool .icon-fb-like {
  background-image: url("data:image/png;base64,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");
  background-size: 21px 17.390625px;
}
.sharetool .icon-fb-share {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAACoFBMVEUAAAA7Vp07WJs7WJ47V507V5w7V547V506V5w6V507V507V54AAIwAAI0AIJAAI5AAKJEAKZEAKpEAK5EALJEALJIALZIALpIAL5IAL5MAMJIAMpMANJMANZMANpMAN5MAOJQAOZQAOpYAPJUAPpUAP5cAQpcAQ5kARZoBQZYCRZkDQpYJQ5cNSJsSQ5YWRpcaRpcbR5ceSJgfSZggSZghSJgiSpkjS5kkS5klS5klTpwmS5goTZkpTpsrTporUp4sTpouUp0vUJowT5kxUZozUps0U5w1U5s1U5w1VJw2U5s2VJw4VZw5Vpw6Vp06V507V508V5w8V508WJ08WaE9WJ09WJ49WZ49WaE9WqI9W6E+WJ0+WZ0+WZ4/WZ4/Wp5AWp1AWp5BWp1BWp5BW55BXaFCW55CXqFDW55DXJ9EXJ5EXJ9EXZ9FXZ5FXZ9FXp9GXp9HXqBHX6BJYKBJZKVJZaZLYqFMYqFPZKJPZqRTaaZZbKZabaZecKdfda5ic6hida1jc6hldalnea9neq9od6pqeattfa9tfrFxf6+AjLaFk7uJlr6KlLmdqcqfqMakq8akrMmqsMmsssqtssuts8uutMuvtcyvtc6wts2wuNKwuNOyt82yt86zuc60uc+1us+2u9C6wde9wdTAxNbAyNzByNzCxtfDxtjDx9jEydrEydzFy9/Iy9rJzNvKzd3L0eHL0ePP0t/P1eXQ1OHR1uXZ3enZ3uva3+vb3+vh5O/j5e7j5/Hk6PHq7fTr7fTu8PXv8fbw8fXw8vfx8vXx8vby8vby9Pn09fj19/r3+Pn3+Pr4+Pr4+fv5+fr5+fv5+vv5+v36+vv6+vz6+/z6+/37+/z8/P38/f39/f39/f79/v7+/v7+/v///v7////wHtlQAAAADHRSTlMAVldX09TU/P39/v7oPjZSAAACrElEQVR42u3X51PTYBzA8VQtgTiwoICguHDvhXuLlKq0UCJVoTVSUWwtCCpuFBX3RJyouDfuvQute2OR+ITfv2LSksgbLmlyh77g+6aX5+73ueeeJL0LhqnUgQaZ4WoVhjVLmUPIBQhTigpTm3CD7HBTCyyIMCiIwDGDwhoVMJJmi8VsTieNyXKA1Kz5ukmjR42bME2XtCBN7y+Qlqnr2nfR2oJN69etXji51/h5er+ARErXfcW+iw9fffz09vXzR7ev7xxC+QPoM8fOPf4S6lWqyfED0FsHb3kMUEsjxCCuaigOd/CAlPkR218A+g1CNJSE+QGkxi9/AjUAsgFrj7PsiHyAGrrtHSAFgDXmhDCP6Boujz+HaCTHPOWBv/s42VbybUyfuqECUN38m/s3y9lu3NnT3yoVsA7c/c0HIHiweUCHEI1GExI8zJwoFbB1PgC1wMZAxcboJXYHV7YwLw44Io4B8h39rd5LZwvr0oF2ZUD7gKtRNoMc4DQPXAl1KAMuaZQCIY0LJJPeciOEQ7wctoz0ZZQCzNImaNmo4FPCDtpQWq6E6VoJQKLZbmPLyu9yRrgL0fk275ojRy8K2Dvt/+p0udyVbucHqOuz0+2udLlczvf3elrEgOzQI8DH8D9CF2IyxABHeDFUI1/8GOKDvX2s4kAJ0NBQu/opARj4uWNQhgIAwbM1U9LFgUNAMwwgBtUb5a4ZGu5OTCJFgbDD0GDXui02iAKRB+GLx+Op8lT94udqfnivv8PRjnZRwDhj1dZCrqLcc/yTWJ5TVOht5cxkEYAT4oaPjGWLa13KA+dbxcV6i5f0MpGUhSsvqkx4FyLzvEsU+e/+kZqAJkA20L7pDP57oKXyHQQRSgACxwJMuHwAN6nZj28TIQcQPr6x5gGBcoHAABX2B9x1iNeo1jNvAAAAAElFTkSuQmCC");
  background-size: 100% 100%;
}
.sharetool .icon-twitter {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA0CAYAAAA62j4JAAALSUlEQVR4Ab2be2wcV/XH0/7a/sqjvAUVf6BSgYQQSCCoKloQEQUJEBIUMJDEs7N2EjdVEx6I9g8iwIICEhIggSoIaomKSHb32nmkKSmhTUME4gGpUEGhSXZm1onTpGkeaWhDbcfucD6zc5LbvXs9mcTrlY7Guzs7955zvudxzj1e0PnqM+n/LUjTyxbM90vXXnB+7aqJ3xk24q+E9djI9bFKPTpdacSp0LjQLvnsZ0E9+sKi9ckb9DcLd+68wt4/fw/vTK8YWrP7Snut6s7W1S9avJPp4TS9fD6ZXzgsG9fNrdv/LmHwl0LPLNv6dLr8N8fTpQ8cTcORMZh/YWDjoXTZ1mPy+Yl0YNMhPtsbNKK7hkz8ymzvw+nlfWbPVUNr0is7+QpqrRtFkD+o1lrXOcyKlF4aNqKbV21r/j/vkdx8Mx82Wl8Uhk4u33YqHdg4DnPTsuEpuUIzCKD9WayfvYBwlj14LK2Y5C/9I9FNLrL2vLzfJB+pNJJ7wpEW921+0Q1Iqi2d/TeyuGziLhuWPYd9/pIN/mTplqfSwc2HU4H3hGj1LAwWEEKZrJj47PJtJxDYqaCe9AUbo9cHjfjjQSP5jnz2R2H6zIqHn0tljWkxm3eogjO4WBv49oqHz6TthZP+XgvBXlsY/vGyB4+noWnBxIRQChUwr5SqIBCeXM8I7QM5mBAIqY4e4Ir277RRdw7mg1v2XlNpRH8e3HwkzWAiQuivx0ts59Ir7QvTQwObnlQbn1TGy1GigphSZqsbDmZ8YC6YlAi5ZgvdFkDmceXHJ9iIXP/LFbgIjFbovbknnZMIoV6530RvkU0+ObjlCJudnXmT2Mz6KMUcEKQKM0fFfbo2yiZ6VE2rmmsBAUQf5eZMC3WBE5LcMJ5BB9OwHVafMZdkEnhm9c4i4B8BU4SdwdjMBnNLAMYSgiuUlGtokjR3oD+v1JrvrtSiW+X9T+V9InSYiHDODism+jwM82MEoHBCIDim0MRGJHatrUGYuBTtC7NvEk3EPN8LfYthJWV2dlNJZvAnoYRS+fsf8tkxlHnb9tPt0GmiW9lDhwAOqgBUE7zPPDEOiniLZ7WdGMxcNPzrzSX4G4Scr5O6kLehbZtAhzC6IgIhJJkJIAzMmqskVgO6l+4mQJxtRKkFvWkiw9IHMk2lwAjt2WZRLAg34RJB/xD4s57Hs0MwZwnAIjUL63uPACdInrjH9mmYchcnmN2I3aTOg8SeEBCZGdCt1JNVi9cdeDW/tzMwrhcU9028AWR1hb8Nd2MhgL+Ny7Reu9B0bmL/CYlqNvPdwiAZVahx2O9hp/KEhfd/DxrNO2z/YKOChWytazitrm1dLc/Z0VUAlr07n7km4N5vMS9mDT97qiPJBxzmbR+Qe+Tv5RuaKkg6uE6yOBBuwyv6t0D6+8Fo60b7mfaiaB/GNT2V3/+e9ZzwZ2sYjUP238Z2gnqfYwYzEPmAoHW1pvzsw+uUltT33YDXxAyKEhIrWiCIlIVyH3EazUo6uhqpL173TzUR5yUmtRlz8iGgPKk5COV1Qxv+0Tdmy2g70uH4HqosUIAXdTbW3VFNw4RWaksFFWIeCOh5cZ57KGeDevxNIg3F1uCGA9cP3rf3GvHQ94IgjTSQC22PQOz7nLwgShFAcE4A8bfa/hdThGapyAY37L9eftAEmjBQIhc/l0BpSMP+yPBAB9d2UiXPNPFR2fReQdtTsnEXZbZjs2DvmIDXB0S6l9xPRXc6tu8JTYqCDxM6QAIh0M+4P3TlvzsL6TOIwQiBMpeN8Tco65bTuz7AHwUc+89RSQ4wQHI30rqtsJ4JTOuDlVq8OPjV4y9rv48+JA85wCaRpsNsOWHM8IxcEG0imvC5m9eXNwE3AmRFEHvPBfNZ9XVe7YuNfhnbJRSK5O4OR+Jb5OFfpw2l9YE3JBUIQzXk2KtL9vclEOAKgAoQfyQ+6Fn5zfvzyHOVw7/aRWUk/gQ2C+yx/zwtPswDutiparZbTC6JFNfubQY9qbD1ffd7cco4QFHsGE7Xbvx0LYfpkuCcwtGxrBwmR8dO0b5jp8ax2Y74nHSksjYKXLv10CUigGbIMdb7Q58Zf4nl6K2X5Rg+Jn1Agc0jICDPBNWjc039WnM9spPKQsZLXuFcKAKU7EoQP0OIlRB8r8fZW23j4eG8Ioy/lMdNnFMx48aTjrrm4N4P+QXkFaDH7Jx0nYhDtCFNV6QXlqeDWw6+kZI3c4b+esDNyf1NCcgxC6eas79zTcip/e3feNbNHCBZbbUe35DxuNu1/27OEF/Q7s+ZxK0KvSbg0X7PyEWFvS9K97wB+ietPeDvQtvTCOH+IWkiYkeOELzk1OIXZwLOvU4a7vodyzlr0oUph1LcFTPfJSIs+XXzFUEjeWjoIYSQqDk4sHQpmQ8B+D/TBIgQTiRrHLjZNvFSQuiTYyZ5yHpyeChPayc83ZsCJ9UTE/CYZQz82e+jOHi72CvdswM6HCTIYkdAA0Ru3WVRf1grCnVFYdDETq7vEYDCP21ngMlyO/aXftlZE20vSSxWyQK/lQWeZgPFfmAeTMClsyRvWSQz468pZf/6sutlWsdBrRlUTPN91VpzYRsN8W71A4EnIrghL75oBLjnAl74ZwUXTZmwkXxNoX8xrfvL1GbEoXw3zwnsiOD6AOMKwNXwXIU7LxKmcl+1t7Lx0GtLa98NidociY6TUlIbYFtcC3IC3s+tE3RNytE+aORcU3KA5R7tlzMDRQETGm27itD+hFUYueTWAlCvfUDWVM16iyZ+BAc+JyfadFDVi8qDtxIB8vP6ads2SwjjonxAMfOkveNZ3O+vRTfNCfPuqdGea2WBvyIE7QQ7FZqHSiPAOAjw0bkDVUw0MMlqu8k75+MrgzUplEyynYOT/Ah9EureM/QlKX5Y++19ViFMUr6D0IUkcD2ZY7AeSmMhrEd3y4KnWJh8m7JTm58luj0e8iY6joDpWaB5QeR+HXhS++/Jy66ng1r8Xtkk5+xRdla47SRDSnr46PEFF+YDOu7vRhzVT+Qh7xn6ffM00OXCq1p74rpgJP60JB53MODE4arTQLVhXOwDCjM+aw5oqtpofUrj/bzNNur5np0xcsojTPyiYvSMv7wAihxeYDFPNBITWHS+o9XjmUYWgPHO8LIq6yMmyzAFkhBhwmLe7wM8Z/o+SnUuMK/ynhXmPzNnA5065QG8YRCvjz0pdUsnQQB1AiUnMTjvI6beJMmfERbO+cA4z82O6kw8Vh1pLdRkTZmfN+gvMc23c4DC4YmOorFRIOk/PUp8fXx/FWkduCLgvB7ZwUSZKm3OYL9o/b7XQbaj4+yegYdsaqTe/CQnu3SImCKFaYhOkX3uVzTgVGbgUQc0dFiDuQVOdXR/c+rwGGgI6tEa2SjT17+T6xbR8KNMVYhWT+LVgR+5NsVQzvCUX+NlKbFmDaJJBIDG82RrV1iLb2GfPY3ztI5Fw/ezoZW7ZtLbdzyf2TXMa5cVOHY5x3fs3JsNeg4wzj87YQK8vW4jEuFHK0m81NM7+X1PBDHaehtwYz6AKRGdsbV6Abmts/HSmgYxMzpxxvN4BppmyDmf5XmM6nMO5hHLTW12npoGZuzNotGVlJcMHpNyYgaDmzgrbKm31/N/pWmNAvmcof2d+goEipYxKR1hPcoMb9hofs6eOEPjmb3P14vjMdvG9DSlnfbGX2XGXhgbQ4ukoTgoIKvTH3jr0LSEEmHyIMzBKB48v1eHqZjkjv4lNcXawETV6mj81k6FFNl6z5MeH+yoCInDYT2+nRlf0dwop68ioMfb/8aSPEddTuNUhPWEfP83uW4PTby2UouH5b7FoYneU93UelW3/gN5x3z/u87/AMH6Ft+p6rN3AAAAAElFTkSuQmCC");
  background-size: 21px 17.0625px;
  background-position-y: 1.8046875px;
}
.sharetool .icon-mail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAyCAMAAADbXS0mAAABzlBMVEUAAAAAAAAAAAAAAAAAAABAQEAzMzMrKyskJCQgICAcHBwaGhoXFxcuLi4rKysnJyciIiIgICAeHh4mJiYkJCQgICAdHR0nJyckJCQjIyMhISEfHx8nJyciIiIhISEgICAlJSUhISElJSUkJCQgICAiIiIhISEhISEkJCQiIiIkJCQiIiIhISEkJCQkJCQjIyMiIiIiIiIhISEiIiIjIyMjIyMiIiIjIyMiIiIjIyMiIiIiIiIiIiIhISEhISEiIiIiIiIiIiIhISEhISEjIyMjIyMiIiIiIiIiIiIhISEjIyMjIyMjIyMiIiIiIiIiIiIiIiIjIyMiIiIiIiIiIiIjIyMjIyMiIiIiIiIiIiIhISEjIyMjIyMjIyMiIiIiIiIhISEiIiIiIiIhISEhISEiIiIiIiIiIiIiIiIiIiIjIyMjIyMiIiIiIiIiIiIiIiIhISEiIiIiIiIiIiIiIiIiIiIiIiIjIyMjIyMiIiIiIiIiIiIjIyMiIiIiIiIiIiIiIiIhISEjIyMiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIjIyMiIiIiIiIiIiIiIiIjIyMkJCQlJSWWBaEmAAAAlnRSTlMAAQIDBAQFBgcICQoLCwwNDxARFBUYGhocHR8hISUnKCkvMDE3PD0+QERHSk5OT1BSU1RbX2BhZWpub3Fyc3R3eHl6e3x9fn+BgoOEhYaHjY6TlJWWmpucpqeoqKmqq7a3ur6/wMHCw8TFxsfJy8zNzs/Q0tPU1dXW2drc3d7f4ePl5ebn6Onq7vLz9fb3+Pn6+/v8/f7T2BGNAAADcElEQVR42qVWB1vTUBS9fSXFwRbcoigKiHtvEbVocSAO3Ip74SoOFEVxIJCkiUneu/233vfalH5fP2hfPV9H8tp7cs65eV8uADD5rtSGKgNCFKC9/879e7q4099ODOoV97EseD0ZDQdR2FYZsAUekgQrf+E0xzLATfF7BQDsFB73r/ecPaOD3nMnb3o8ELuI4Aja+H4eaKP6o3Cwiw660MLXNRBjUQ2wSqh6gQ6eJIKjaIvvy6ibWjCgIUkEJxSBw4N2XYJKaPkjQgLXw15gEdBBFI6h5yuCLnRd8alBT0IMmkbQ5iGB72McKjQkMIDzJDxHELhiegPZKhWRGGzl3PODHEHg4udVECtRA4vB2l/C4V4egefgSAtEoiXlF4F1nzHlBzMKfC5cBye2ARil3AGwbQJTnuC5DBzxbQxdW/A4kI2i9iHOhe3i2DgPsveBhY/Wf0i7lsDbjRBlc9qPQuNtFJabHm57iE6O4C0sfYbcCnC4lTTOKb91GAOT4/Ml8CaP4HUd1FwSwnJwcg/ZmP32gT2T6FhCXKyFhld5BK+q6GDvlPqtz6AgZrFv9KmrTO2l09qXkiDczlUwj9QllbrB5dJqASic5YPIzQCT5HM+1M4oUASMihbdoHw8/NIh3Rba7/iKninw+iIiixYQRFWHugO0U5jaT34L7B9wMGVj0K16bcwQdIUE6iqbfqBLQVypBiOSZ9+A6iuyezi+OaOuopAg67P5CfWT49PVuSDU8uqnavlxc3a5otBCmHTVQOZSG8Mg5NfGcSkMB6ql/LkIQG7qg740m9pHZlkkwsj+vpSMxj+ksihCIP/S+VMFcbmeJNEF6y4LqelnZ1g/ewbhdl0zhAE5Tm4Bwpak6v7QGrXdiyogMAPqb6EwXeT3Eon7HF3q/q161ZfiCkIbCY6OyTPPQAd5IpRfXEHIsGME0Zs2zWkPcWR72JISFYA8beoZxTRiWoz2NMkFLQIVBCzePTA4OLBrMWTsa1hQUEWMZe5kgqYCVceUFsWkr0BRMHqSU7k2QSGKE7D/I6ilyLQQg7r8EIcWkAWdejBg4VB2xDksh6wFoI2ad3LICse8q8dPnz6lg0T3tb88ELtBDprC5KiNNHJLDZpq1LXMMmCpUVcN2zyNZSDtxwGY2mZtF+4+0MbdCxtUffbD0Ea29B8UK4Xfr9M0QAAAAABJRU5ErkJggg==");
  background-size: 21px 16.40625px;
  background-position-y: 2.296875px;
}
.sharetool UL {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sharetool UL LI {
  margin: 0;
  padding: 0 !important;
  display: block;
  height: 35px;
  background-color: #eee;
}
.sharetool UL LI A {
  width: 90px;
  height: 30px;
  margin: 0;
  font-size: 13.33333333px;
  color: #444;
  background: white;
  text-decoration: none;
  display: inline-block;
  padding: 2px 5px;
}
.sharetool UL LI A .text {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}
.sharetool UL LI A:hover {
  background-color: #eee;
}
nav {
  font-family: Helvetica, arial;
  /* Dropdown icon (downwards arrow) via pseudo element: use with empty <span> */
  /* From Atlassian UI framework: https://developer.atlassian.com/display/AUI/AUI+Dropdown2#AUIDropdown2-Whatisit? */
}
nav .nav-left {
  float: left;
}
nav .nav-right {
  float: right;
}
nav .serckit-title {
  color: white;
  display: inline-block;
  font-size: 160%;
  line-height: 180%;
  vertical-align: middle;
}
nav ul.nav-set {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
nav ul.nav-set li.nav-link {
  display: table-cell;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
}
nav ul.nav-set li.nav-link > a {
  text-decoration: none;
  color: #fff !important;
  display: table-cell;
  padding: 0 15px;
  height: 40px;
  position: relative;
  vertical-align: middle;
}
nav ul.nav-set li.nav-link > a:hover {
  background-color: #3b78ae;
}
nav ul.nav-set li.nav-link > a:active {
  background-color: #3d7eb6;
}
nav ul.nav-set li.nav-link.my-account img.user-pic {
  position: absolute;
  top: 4px;
  height: 75%;
  border-radius: 20px;
  background-size: contain;
}
nav ul.nav-set li.nav-link.my-account.has-image img {
  border: 1px solid #fff;
}
nav ul.nav-set li.nav-link.my-account span.text {
  margin-left: 34px;
  padding: 0 8px;
  vertical-align: top;
}
nav ul.nav-sub-menu {
  display: none;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  background: #ccc;
  color: black;
  border: 1px solid black;
}
nav ul.nav-sub-menu li.sub-nav-link > a {
  text-decoration: none;
  color: #fff !important;
  padding: 0 15px;
  min-height: 25px;
  position: relative;
}
nav ul.nav-sub-menu li.sub-nav-link > a:hover {
  background-color: #b3b3b3;
}
nav ul.nav-sub-menu li.sub-nav-link > a:active {
  background-color: #adadad;
}
nav .plus {
  padding: 3px;
  font-size: 130%;
  line-height: normal;
}
nav .aui-icon-dropdown,
nav .aui-icon-dropdown-white {
  border: 4px solid transparent;
  border-top-color: #333;
  content: "";
  display: inline-block;
  height: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  vertical-align: baseline;
  width: 0;
  color: black;
}
nav .aui-icon-dropdown-white {
  border-top-color: #fff;
}
.qe-activate-toggle {
  float: right;
  margin: 3px;
}
.qe-nav-bar {
  font-family: Helvetica,arial;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  z-index: 1000;
  width: 100%;
  min-height: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM8AAAEoCAMAAADIaVXjAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAABBxJREFUeAHt3UGOMjkUBOGM+196bjDSTz7bwaNjT6W+Bai65YKcif8tggpH5fJL/Cr6dJYVJqbTYfpsmD6/xk3iRkaMX8TV/ByViBf5NQ4Q75JrBCBep9UIQCgycgQiRMk4AhCyRBwBCGESjgCENAFHABoefw06N/kGdHjtNujC0k2PaqZfuvi5cwV0QdOLzi6k6DDowX28zJO+HjTPUYKKi5Y5PIkK1HPcoKucXjR+PTno6/7xL+BcBAk4icAjAHk5icAjAHk5icDjAxUco4fCYwSpOInAIwDt9VB4jCAdJ9F6/B49iD+PALTWw3d4ss2TX/VQcP48RVc8+Dx8iSc/6knh8YGSTZ6k93hAyYAHiyeZ8WDwJNF4elAy6eGxJxn28NKTeDw9KCk8ureQ6whfKfp3/g0QcPRF3AUVLz3soVhTeijGRJ4CBKtA+J/OLoaUHoodpYdiRumhWHnsKUT0HhNIei5w/jDnO08hMh5ELUCwCoTQU4j4Xg89Rwai17g89BwZCAEnjNZzXB56jgzEIAd472GS4wQVHCeo4Cg9BccFKjgFyM1xggqOClRwCpCYIwBVHMANKjgFyM7pQTJOD5JxNKCKU4D0nB4k4whAPafw5A6H/kTvK1C/W3GSZZxkGSdZxkmWcRInp8jPuQ2KipPYOHU2Tp+M0yfj9Mk4fTZOn4zTZ+P0yTh9Mk6fjdMn4/Td5+RwlznAMg4s4wDLOLCMA8s4gJbDhy3jwDIOGDldyziwjAPLOLCMA8s4sIwDyzhg4BhASDngv6G+AHJxepCR04N6jgnUc0yeyDg9qObIQC1HB6o4Qk8ajhJUcJygguMEFRylJwXHCSo4Sk8KjhNUcJygWDmYOH4Quzy86DVn2v2c4wL1nGnRQw3JPEjAmRUJOKMgAWcUJOB4QD1nXiTgjIIEnFGQgOMB9Zx5kIAzCnJxepCL04NcnB4k4/QgF6cHuTg9yMXpPS5ODzJykjMegEeP7xzwjP2MWAyeuXt8wQPWAFOgPPcAc6DkLujwT/HlrWf6z8oU9R5gFpSHnuZ9UHCmQTMfU41m3gMwDsoTz9g9WMGZ9cAJUCZ66knBueCpQHnoyZgnDWfe04MKjtKTktN7knFQvslTZPTwFZ78rge3J1GB/B6/B7WnAAk9KTxCDhGABB6knkQN4sc9iRrETQ9GTweyc4IA1HhqkJwTPCAKjxFUcIwgHnlAwxGDeOnBwfGC+KDhywk4UhDz63BBdHObz5JxehDDGsEZ9fsanMc3Dw/SdFOD74z6nSXabN98S5Hy4SWmkjycib1kFShZBconLeMkyziJn7MAlCa1ZgEofTJOn1KzAJS5ZJoFoExn0/TJNH02TZ9b4xflQk6Nn5SbiTB+Ul4lwLhJUSSwyExxVkjMvYP8B7xpd6AQLwniAAAAAElFTkSuQmCC);
  background-color: #2E5E88;
  background-size: 20px 30px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
  position: fixed;
}
.qe-nav-bar nav.align-left {
  float: left;
}
.qe-nav-bar nav.align-right {
  float: right;
  margin-right: 50px;
}
.qe-nav-bar div.nav-title {
  padding-right: 40px;
  display: table-cell;
  color: white;
  vertical-align: middle;
  height: 40px;
  font-size: 20px;
}
.qe-nav-bar ul.nav-set {
  display: table-cell;
}
.qe-nav-bar li.nav-link {
  height: 40px;
}
.qe-nav-bar li.nav-link.link-has-dropdown {
  position: relative;
}
.qe-nav-bar li.nav-link.link-has-dropdown ul {
  position: absolute;
  left: 0;
  width: auto;
}
.qe-nav-bar li.nav-link.link-has-dropdown ul.nav-sub-menu {
  background: #3b78ae;
  border: none;
  text-align: left;
  z-index: 10;
}
.qe-nav-bar li.nav-link.link-has-dropdown ul.nav-sub-menu li {
  margin: 0;
}
.qe-nav-bar li.nav-link.link-has-dropdown ul.nav-sub-menu a {
  display: block;
}
.qe-nav-bar li.nav-link.link-has-dropdown ul.nav-sub-menu a:hover {
  background: #699ecc;
}
.qe-nav-bar li.nav-link.link-has-dropdown .sub-nav-link a {
  white-space: nowrap;
}
.qe-nav-bar li.nav-link .aui-icon-dropdown-white {
  margin-left: 4px;
}
.qe-nav-bar li.nav-button {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}
.qe-nav-bar li.nav-button .btn {
  margin: 0 15px;
}
.qe-nav-bar li.nav-link.my-account {
  margin-right: 15px;
}
body.quickeditor-enabled {
  /*div#header  {
		a img, & > img {
			margin-top: @header-height;
		}

	}*/
}
body.quickeditor-enabled #content {
  margin: 10px 25% auto 5px;
  max-width: 75%;
}
body.quickeditor-enabled #nav,
body.quickeditor-enabled #searchbox {
  display: none;
}
body.quickeditor-enabled #nagttopbar,
body.quickeditor-enabled #nagttopbar-menu {
  display: none;
}
body.quickeditor-enabled div[id^="richTextArea"].dijitEditor > div:nth-child(1) {
  top: 40px !important;
  z-index: 10 !important;
}
body.quickeditor-enabled #qe-right-column {
  font-family: Helvetica,arial;
  font-size: 13px;
  line-height: 130%;
  width: 21%;
  padding: 1%;
  height: 85%;
  overflow-y: scroll;
  padding-bottom: 15%;
  position: fixed;
  top: 0px;
  padding-top: 40px;
  right: 0;
  z-index: 100;
  background: #eff4f9;
  color: black;
  border-left: 1px solid #e1e1e1;
}
@media (max-width: 1060px) {
  body.quickeditor-enabled #qe-right-column {
    padding-top: 80px;
  }
}
body.quickeditor-enabled .notification {
  border-radius: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 3px 0;
}
body.quickeditor-enabled .notification[data-status="complete"] {
  border-top: 1px solid rgba(34, 139, 34, 0.5);
  border-right: 1px solid rgba(34, 139, 34, 0.5);
  border-bottom: 4px solid rgba(34, 139, 34, 0.5);
  border-left: 1px solid rgba(34, 139, 34, 0.5);
}
body.quickeditor-enabled .notification.has-file[data-status="new"].age-10s {
  border: 5px solid #c9c607;
}
body.quickeditor-enabled .notification.has-file[data-status="new"].age-1m {
  border: 5px solid #c9070a;
}
body.quickeditor-enabled .notification .timestamp {
  color: rgba(0, 0, 0, 0.33);
  margin-right: 5px;
  line-height: 100%;
  font-size: 85%;
  float: right;
}
body.quickeditor-enabled .notification .close-btn {
  line-height: 100%;
  margin-top: -2px;
  float: right;
}
body.quickeditor-enabled .progress-bar {
  background: #e5ede5;
  border: 1px solid #587B58;
  border-radius: 1px;
  height: 8px;
}
body.quickeditor-enabled .file-title {
  font-weight: bold;
  color: #2E5E88;
  margin-bottom: 5px;
  overflow-wrap: break-word;
}
body.quickeditor-enabled .file-info-form {
  line-height: 135%;
}
body.quickeditor-enabled .file-info-form input[type="text"],
body.quickeditor-enabled .file-info-form textarea {
  width: 100%;
  margin-top: 3px;
}
body.quickeditor-enabled .file-info-form input[type="checkbox"] {
  margin-right: 3px;
}
body.quickeditor-enabled .file-info-form select {
  width: 100%;
}
body.quickeditor-enabled .file-info-form .description {
  padding: 6px 0;
}
body.quickeditor-enabled .file-info-form .customProvReuse {
  padding: 6px;
  border-radius: 5px;
  padding: 3px;
  border: 1px solid #ccc;
  background: #ffffff;
  margin: 5px 0;
}
body.quickeditor-enabled .file-info-form .helperText {
  color: #bbb;
  margin-left: 10px;
}
body.quickeditor-enabled .qe-control-box {
  padding: 1%;
}
body.quickeditor-enabled .qe-upload-prompt {
  margin-top: 10px;
}
body.quickeditor-enabled .qe-feed {
  padding: 1% 0;
}
body.quickeditor-enabled .dz-drop-notification {
  display: none;
}
body.quickeditor-enabled .dz-drag-hover .dz-drop-notification {
  display: block;
  border: 4px dashed #a2c3e0;
  height: 60px;
  margin: 10px 0;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 140%;
  color: #a2c3e0;
}
body.quickeditor-enabled .dz-overlay {
  background: rgba(150, 150, 150, 0.9) none repeat scroll 0% 0%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  text-align: center;
}
body.quickeditor-enabled #dz-overlay.dz-drag-hover {
  display: block;
}
body.quickeditor-enabled .qe-pane-carrot {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  border-top: 0;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  top: 43px;
  left: 40px;
  z-index: 2002;
  position: fixed;
}
body.quickeditor-enabled .nav-panes {
  font-family: Helvetica,arial;
  font-size: 80%;
  line-height: 130%;
}
body.quickeditor-enabled .nav-panes .qe-nav-pane {
  margin-top: 10px;
  position: fixed;
  top: 40px;
  left: 3%;
  width: 70%;
  background: white;
  z-index: 2001;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 3px;
  border: 1px solid #ccc;
  background: #ffffff;
}
body.quickeditor-enabled .nav-panes .qe-nav-pane-title {
  padding: 20px 10px 20px 30px;
  font-size: 150%;
  border-bottom: 1px solid #ccc;
}
body.quickeditor-enabled .nav-panes .qe-nav-pane-exit {
  float: right;
  width: 50px;
  margin: 15px 2% 0 0;
  text-align: right;
}
body.quickeditor-enabled .nav-panes .qe-pane-left-nav {
  width: 17%;
  float: left;
}
body.quickeditor-enabled .nav-panes .qe-pane-left-nav a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 5%;
  margin: 3%;
  width: 82%;
  vertical-align: middle;
  font-size: 120%;
  line-height: 180%;
}
body.quickeditor-enabled .nav-panes .qe-pane-left-nav a:hover {
  background-color: #e5ede5;
  color: #030403;
}
body.quickeditor-enabled .nav-panes .qe-pane-left-nav a.active {
  background-color: #c8d7c8;
  color: #000000;
}
body.quickeditor-enabled .nav-panes .qe-pane-right-content {
  width: 82%;
  float: right;
  border-left: 1px solid #ccc;
}
body.quickeditor-enabled .nav-panes .pane-inner-toggles {
  border-bottom: 1px solid #ccc;
}
body.quickeditor-enabled .nav-panes .pane-inner-toggles a {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 5px;
  color: #555;
  text-decoration: none;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
body.quickeditor-enabled .nav-panes .pane-inner-toggles a:hover {
  border-bottom: 4px solid #587B58;
}
body.quickeditor-enabled .nav-panes .pane-inner-toggles a.active {
  color: black;
  border-bottom: 4px solid #6e986e;
}
body.quickeditor-enabled .nav-panes .pane-contents {
  max-height: 360px;
  min-height: 60px;
  overflow: scroll;
}
body.quickeditor-enabled .nav-panes .new-page-pane .pane-contents {
  font-size: 120%;
  padding: 10px;
}
body.quickeditor-enabled .nav-panes .new-page-pane button {
  margin-left: 5px;
  margin-bottom: 10px;
}
body.quickeditor-enabled .nav-panes .media-pane .pane-single-file,
body.quickeditor-enabled .nav-panes .media-pane .pane-single-image {
  display: inline-block;
  margin: 10px 5px;
  padding: 3px;
  border: 1px solid #ccc;
  background: #ffffff;
  vertical-align: top;
  max-width: 160px;
  overflow-wrap: break-word;
}
body.quickeditor-enabled .nav-panes .media-pane .pane-single-image img {
  max-height: 75%;
}
body.quickeditor-enabled .qe-modal-frame {
  position: fixed;
  top: 80px;
  margin: 0 auto;
  left: 25%;
  width: 50%;
  min-width: 300px;
  min-height: 200px;
  background: white;
  z-index: 5001;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 3px;
  border: 1px solid #ccc;
  background: #ffffff;
}
body.quickeditor-enabled .qe-modal-frame .qe-modal-title {
  padding: 20px 10px 20px 30px;
  font-size: 150%;
  border-bottom: 1px solid #ccc;
}
body.quickeditor-enabled .qe-modal-frame .qe-modal-exit {
  float: right;
  width: 50px;
  margin: 15px 2% 0 0;
  text-align: right;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.label-primary-serc {
  background-color: #2E5E88;
}
.label-primary-serc[href]:hover,
.label-primary-serc[href]:focus {
  background-color: #214462;
}
.label-secondary-serc {
  background-color: #587B58;
}
.label-secondary-serc[href]:hover,
.label-secondary-serc[href]:focus {
  background-color: #435d43;
}
.label-tertiary-serc {
  background-color: #587B58;
}
.label-tertiary-serc[href]:hover,
.label-tertiary-serc[href]:focus {
  background-color: #435d43;
}
.label-quaternary-serc {
  background-color: #882e5e;
}
.label-quaternary-serc[href]:hover,
.label-quaternary-serc[href]:focus {
  background-color: #622144;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-primary-serc {
  background-color: #eff4f9;
  border-color: #2E5E88;
  color: #000000;
}
.alert-primary-serc hr {
  border-top-color: #285175;
}
.alert-primary-serc .alert-link {
  color: #000000;
}
.alert-secondary-serc {
  background-color: #ffffff;
  border-color: #587B58;
  color: #030403;
}
.alert-secondary-serc hr {
  border-top-color: #4d6c4d;
}
.alert-secondary-serc .alert-link {
  color: #000000;
}
.alert-tertiary-serc {
  background-color: #ffffff;
  border-color: #587B58;
  color: #e5ede5;
}
.alert-tertiary-serc hr {
  border-top-color: #4d6c4d;
}
.alert-tertiary-serc .alert-link {
  color: #c8d7c8;
}
.alert-quaternary-serc {
  background-color: #f9eff4;
  border-color: #882e5e;
  color: #edc8dc;
}
.alert-quaternary-serc hr {
  border-top-color: #752851;
}
.alert-quaternary-serc .alert-link {
  color: #e0a2c3;
}
/*@import '../bootstrap/3.2.0/scaffolding.less';*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=(65));
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary-serc {
  color: #fff;
  background-color: #2E5E88;
  border-color: #214462;
}
.btn-primary-serc:hover,
.btn-primary-serc:focus,
.btn-primary-serc:active,
.btn-primary-serc.active,
.open > .dropdown-toggle.btn-primary-serc {
  color: #fff;
  background-color: #214462;
  border-color: #122434;
}
.btn-primary-serc:active,
.btn-primary-serc.active,
.open > .dropdown-toggle.btn-primary-serc {
  background-image: none;
}
.btn-primary-serc.disabled,
.btn-primary-serc[disabled],
fieldset[disabled] .btn-primary-serc,
.btn-primary-serc.disabled:hover,
.btn-primary-serc[disabled]:hover,
fieldset[disabled] .btn-primary-serc:hover,
.btn-primary-serc.disabled:focus,
.btn-primary-serc[disabled]:focus,
fieldset[disabled] .btn-primary-serc:focus,
.btn-primary-serc.disabled:active,
.btn-primary-serc[disabled]:active,
fieldset[disabled] .btn-primary-serc:active,
.btn-primary-serc.disabled.active,
.btn-primary-serc[disabled].active,
fieldset[disabled] .btn-primary-serc.active {
  background-color: #2E5E88;
  border-color: #214462;
}
.btn-primary-serc .badge {
  color: #2E5E88;
  background-color: #fff;
}
.btn-secondary-serc {
  color: #fff;
  background-color: #587B58;
  border-color: #435d43;
}
.btn-secondary-serc:hover,
.btn-secondary-serc:focus,
.btn-secondary-serc:active,
.btn-secondary-serc.active,
.open > .dropdown-toggle.btn-secondary-serc {
  color: #fff;
  background-color: #435d43;
  border-color: #293a29;
}
.btn-secondary-serc:active,
.btn-secondary-serc.active,
.open > .dropdown-toggle.btn-secondary-serc {
  background-image: none;
}
.btn-secondary-serc.disabled,
.btn-secondary-serc[disabled],
fieldset[disabled] .btn-secondary-serc,
.btn-secondary-serc.disabled:hover,
.btn-secondary-serc[disabled]:hover,
fieldset[disabled] .btn-secondary-serc:hover,
.btn-secondary-serc.disabled:focus,
.btn-secondary-serc[disabled]:focus,
fieldset[disabled] .btn-secondary-serc:focus,
.btn-secondary-serc.disabled:active,
.btn-secondary-serc[disabled]:active,
fieldset[disabled] .btn-secondary-serc:active,
.btn-secondary-serc.disabled.active,
.btn-secondary-serc[disabled].active,
fieldset[disabled] .btn-secondary-serc.active {
  background-color: #587B58;
  border-color: #435d43;
}
.btn-secondary-serc .badge {
  color: #587B58;
  background-color: #fff;
}
.btn-tertiary-serc {
  color: #fff;
  background-color: #587B58;
  border-color: #435d43;
}
.btn-tertiary-serc:hover,
.btn-tertiary-serc:focus,
.btn-tertiary-serc:active,
.btn-tertiary-serc.active,
.open > .dropdown-toggle.btn-tertiary-serc {
  color: #fff;
  background-color: #435d43;
  border-color: #293a29;
}
.btn-tertiary-serc:active,
.btn-tertiary-serc.active,
.open > .dropdown-toggle.btn-tertiary-serc {
  background-image: none;
}
.btn-tertiary-serc.disabled,
.btn-tertiary-serc[disabled],
fieldset[disabled] .btn-tertiary-serc,
.btn-tertiary-serc.disabled:hover,
.btn-tertiary-serc[disabled]:hover,
fieldset[disabled] .btn-tertiary-serc:hover,
.btn-tertiary-serc.disabled:focus,
.btn-tertiary-serc[disabled]:focus,
fieldset[disabled] .btn-tertiary-serc:focus,
.btn-tertiary-serc.disabled:active,
.btn-tertiary-serc[disabled]:active,
fieldset[disabled] .btn-tertiary-serc:active,
.btn-tertiary-serc.disabled.active,
.btn-tertiary-serc[disabled].active,
fieldset[disabled] .btn-tertiary-serc.active {
  background-color: #587B58;
  border-color: #435d43;
}
.btn-tertiary-serc .badge {
  color: #587B58;
  background-color: #fff;
}
.btn-quaternary-serc {
  color: #fff;
  background-color: #882e5e;
  border-color: #622144;
}
.btn-quaternary-serc:hover,
.btn-quaternary-serc:focus,
.btn-quaternary-serc:active,
.btn-quaternary-serc.active,
.open > .dropdown-toggle.btn-quaternary-serc {
  color: #fff;
  background-color: #622144;
  border-color: #341224;
}
.btn-quaternary-serc:active,
.btn-quaternary-serc.active,
.open > .dropdown-toggle.btn-quaternary-serc {
  background-image: none;
}
.btn-quaternary-serc.disabled,
.btn-quaternary-serc[disabled],
fieldset[disabled] .btn-quaternary-serc,
.btn-quaternary-serc.disabled:hover,
.btn-quaternary-serc[disabled]:hover,
fieldset[disabled] .btn-quaternary-serc:hover,
.btn-quaternary-serc.disabled:focus,
.btn-quaternary-serc[disabled]:focus,
fieldset[disabled] .btn-quaternary-serc:focus,
.btn-quaternary-serc.disabled:active,
.btn-quaternary-serc[disabled]:active,
fieldset[disabled] .btn-quaternary-serc:active,
.btn-quaternary-serc.disabled.active,
.btn-quaternary-serc[disabled].active,
fieldset[disabled] .btn-quaternary-serc.active {
  background-color: #882e5e;
  border-color: #622144;
}
.btn-quaternary-serc .badge {
  color: #882e5e;
  background-color: #fff;
}
body {
  font-size: 13.5px;
}
#right-column {
  border-left: 1px solid #2E5E88;
}
h1 {
  border-bottom: 2px solid #2E5E88;
}
h2,
.bigfirstline:first-line {
  color: #2E5E88;
}
#nav {
  border-top: 1px solid #2E5E88;
  border-right: 1px solid #2E5E88;
  border-bottom: 8px solid #2E5E88;
  left: 0;
  border-radius: 0 5px 5px 0;
  background: #fbfbfb;
  box-shadow: 1px 1px 2px #ddd;
}
#nav a {
  color: #888;
  bottom-border: 1px solid #ddd;
}
.context3 {
  float: none;
  width: auto;
}
.author {
  font-size: 100%;
}
.relatedlinks {
  font-size: 11px;
  line-height: 11px;
  color: #000;
  border: 1px solid #d22;
  border-bottom: 1px solid #d22;
  background: #fff;
}
.relatedlinks h3 {
  font-size: 16px;
  line-height: 16px;
  border: 0;
  margin: 0;
  color: #fff;
  background: #b22;
  font-weight: normal;
}
.relatedlinks p {
  padding: 2px;
  margin: 0;
}
.relatedlinks ul {
  list-style-type: none;
  padding: 2px;
  margin: 0;
}
.relatedlinks li {
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}
#logo {
  position: absolute;
  left: 0px;
  top: 0px;
}
#header {
  height: 105px;
  padding: 0px;
  margin: 0px;
  z-index: 1;
}
#tagandtitle {
  left: 117px;
  position: absolute;
  font-size: 11px;
  text-align: right;
  font-style: italic;
  z-index: 1;
}
#tagandtitle a {
  color: #2E5E88;
  text-decoration: none;
}
#tagandtitle a:visited {
  text-decoration: none;
}
#tagandtitle a:hover {
  text-decoration: underline;
  color: #66d;
}
#titlebar {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 250%;
  line-height: 100%;
  color: #76A293;
  border-top: 3px solid #76A293;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  z-index: 1;
  color: #2E5E88;
  border-top: 3px solid #2E5E88;
  padding-left: 15px;
  position: relative;
  top: 0;
}
#subtitle {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: .6em;
  line-height: 120%;
  z-index: 1;
  color: #587B58;
}
#searchbox {
  position: absolute;
  right: 0;
  top: 93px;
  padding: 5px;
  background: #2E5E88;
  width: 110px;
  z-index: 5;
}
.context2 {
  float: right;
  width: 200px;
  border: 2px solid #999;
  background: #eee;
}
.context3 {
  border: 5px solid #999;
  background: #efefef;
  margin-left: 0;
  margin-right: 0;
}
.pullquote {
  background-color: #fff;
}
.descriptionpullquote {
  font-size: 1.1em;
  float: center;
  background-color: #fff;
  border: 1px solid #888;
  border-bottom: 3px solid #888;
  padding: 0;
  margin: 15px 10px 10px 5px;
  color: #000;
}
.descriptionpullquote h4 {
  margin: 0;
  color: #000;
  background: #ccc;
  display: block;
  border-bottom: 1px solid #888;
  padding: 2px;
}
.descriptionpullquote p {
  padding: 5px;
  margin: 0px;
}
.content-squeezed-for-liveedit {
  margin-right: 195px;
  margin-left: 10px;
}
a.ceassessmentlink {
  display: block;
  background: #eef;
  border: 1px solid #aab;
  padding: 2px;
  padding-bottom: 4px;
  margin: 3px;
  width: 330px;
  text-align: center;
}
a.ceassessmentlink:hover {
  border: 1px solid #119;
  background: #779;
  color: #fff;
}
#serc-account-bar {
  display: block;
}
#header {
  margin-top: 20px;
}
#logo,
#tagandtitle {
  top: 20px;
}
#nav {
  top: 140px;
}
#nagttopbar {
  background: #ddd;
  color: #587B58;
  padding: 10px;
  line-height: 1.1em;
  font-size: 90%;
}
#nagttopbar img {
  float: left;
  margin-right: 5px;
  margin-left: 0px;
}
#nagttopbar .rightfloat a img {
  float: right;
  margin-left: 10px;
  margin-top: -5px;
}
#nagttopbar p {
  display: inline-block;
  margin-bottom: 0;
}
#nagttopbar p a,
#nagttopbar p a:visited {
  text-decoration: none;
  color: #587B58;
}
#nagttopbar-title {
  overflow: hidden;
  background-color: #2E5E88;
}
#nagttopbar-title h1 {
  font-size: 200%;
  color: #2E5E88;
  background-color: #fff;
  margin-top: 0;
  padding-left: 2%;
  margin-left: 82px;
  padding-right: 275px;
  padding-top: 5px;
  border: none;
  text-shadow: 1px 1px 1px #ddd;
  min-height: 65px;
}
#nagttopbar-title img {
  border: 0;
  margin: 0;
  width: 80px;
  height: auto;
}
#nagttopbar-title h1 #subtitle {
  font-size: 70%;
  color: #587B58;
}
#nagttopbar-menu {
  position: relative;
  clear: both;
  background: #2E5E88;
  color: #ffffff;
  padding: 7px;
  line-height: 1.1em;
  font-size: 80%;
}
.nagttopbar-menu-title {
  display: inline-block;
  padding: 0px;
  margin-right: 4px;
}
#nagttopbar-menu .rightfloat a,
#nagttopbar-menu .rightfloat a:hover,
.nagttopbar-menu-title a {
  color: #ffffff;
  display: inline-block;
  padding: 6px;
  margin-right: 6px;
  text-decoration: none;
}
#nagttopbar-menu .rightfloat a,
.nagttopbar-menu-title a {
  box-shadow: 0 0px 2px #4385bf;
  background: #2b5980;
  border-radius: 4px;
}
#nagttopbar-menu .drop-menu-block {
  display: inline-block;
}
#nagttopbar-menu .drop-menu-block li ul {
  background-color: #2E5E88;
  padding: 15px;
  min-width: 150px;
  border-radius: 0 0 4px 4px;
  box-shadow: 1px 1px 2px #777;
  z-index: 20;
}
#nagttopbar-menu .drop-menu-block li ul a {
  color: #ffffff;
  text-decoration: none;
}
#nagttopbar-menu .drop-menu-block li ul li {
  margin-bottom: 6px;
  padding: 4px;
}
#nagttopbar-menu .drop-menu-block li ul li:hover {
  box-shadow: 0 0px 2px #699ecc;
}
.ce-adbox .nagt-block .thumbimage {
  margin-right: 15px;
}
.gsablock .image-left-margin {
  margin-right: 50px;
}
#header {
  height: auto;
}
#nav {
  top: 230px;
}
#searchbox {
  top: 102px;
  width: 265px;
  background-color: #2E5E88;
  border-radius: 0 0 0 12px;
  padding: 7px;
  padding-top: 0px;
}
#searchbox input {
  background-color: #ffffff;
  border: 1px solid #2E5E88;
  font-size: 1em;
  border-radius: 3px;
}
#searchbox .search-input input {
  padding: 0px;
  height: 20px;
}
#searchbox .search-input input[type='text'] {
  width: 100px;
  padding: 0;
  padding-left: 28px;
  background-position: 4px 4px;
  border: none;
  font-size: 120%;
}
#searchbox .search-action button,
#searchbox input[type='submit'] {
  width: 35px;
  height: 22px;
  font-size: 12px;
  padding: 0;
}
#searchbox input::webkit-input-placeholder {
  color: #aaa;
}
#searchbox input::-moz-placeholder {
  color: #aaa;
}
#searchbox .search-group {
  padding: 0;
}
#searchbox .search-nav {
  min-width: 80px;
  width: 95px;
  height: 20px;
}
#searchbox .search-nav .visible-text {
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
}
#searchbox .search-nav .aui-icon-dropdown {
  margin-top: 9px;
}
#searchbox .tt-dropdown-menu {
  position: absolute;
  right: -65px !important;
  left: auto !important;
}
#serc-account-bar {
  box-shadow: 1px 1px 2px #bbb;
}
#crumbs {
  box-shadow: 1px 1px 2px #ddd;
}
.ce-adbox {
  font-size: 110%;
  line-height: 150%;
  background: #C4CBD6;
  color: #47427E;
  border-top: 1px solid #47427E;
  clear: both;
  padding: 3%;
}
.ce-adbox img {
  max-width: 200px;
  margin-left: 15px;
}
.ce-adbox h2 {
  color: #47427E;
  font-size: 1.4em;
}
@media screen and (max-width: 990px) {
  #searchbox {
    width: 175px;
  }
  #searchbox .search-nav {
    display: none;
  }
  #nagttopbar-title h1 {
    padding-right: 190px;
  }
}
@media screen and (max-width: 690px) {
  #nagttopbar-menu .drop-menu-block,
  #nagttopbar-menu .rightfloat {
    display: none;
  }
  #searchbox {
    display: none;
  }
  #nagttopbar-title h1 {
    padding-right: 1%;
    margin-left: 1%;
    width: 90%;
  }
  #nagttopbar-title img {
    display: none;
  }
  #nagttopbar .rightfloat {
    display: none;
  }
}
#ttetopbar {
  background: #ddd;
  color: #587B58;
  padding: 0px;
  line-height: 1.1em;
  font-size: 90%;
}
#ttetopbar img {
  float: left;
  margin-right: 5px;
  margin-left: 0px;
}
#ttetopbar .rightfloat a img {
  float: right;
  margin-left: 10px;
  margin-top: -5px;
}
#ttetopbar p {
  display: inline-block;
  margin-bottom: 0;
}
#ttetopbar p a,
#ttetopbar p a:visited {
  text-decoration: none;
  color: #587B58;
}
#ttetopbar-title {
  overflow: hidden;
  background-color: #2E5E88;
}
#ttetopbar-title h1 {
  font-size: 200%;
  color: #2E5E88;
  background-color: #fff;
  margin-top: 0;
  padding-left: 2%;
  margin-left: 82px;
  padding-right: 275px;
  padding-top: 5px;
  border: none;
  text-shadow: 1px 1px 1px #ddd;
  min-height: 65px;
}
#ttetopbar-title img {
  border: 0;
  margin: 0;
  width: 80px;
  height: auto;
}
#ttetopbar-title h1 #subtitle {
  font-size: 70%;
  color: #587B58;
}
#ttetopbar-menu {
  position: relative;
  clear: both;
  background: #2E5E88;
  color: #ffffff;
  padding: 7px;
  line-height: 1.1em;
  font-size: 80%;
}
.ttetopbar-menu-title {
  display: inline-block;
  padding: 0px;
  margin-right: 4px;
}
#ttetopbar-menu .rightfloat a,
#ttetopbar-menu .rightfloat a:hover,
.ttetopbar-menu-title a {
  color: #ffffff;
  display: inline-block;
  padding: 6px;
  margin-right: 6px;
  text-decoration: none;
}
#ttetopbar-menu .rightfloat a,
.ttetopbar-menu-title a {
  box-shadow: 0 0px 2px #4385bf;
  background: #2b5980;
  border-radius: 4px;
}
#ttetopbar-menu .drop-menu-block {
  display: inline-block;
}
#ttetopbar-menu .drop-menu-block li ul {
  background-color: #2E5E88;
  padding: 15px;
  min-width: 150px;
  border-radius: 0 0 4px 4px;
  box-shadow: 1px 1px 2px #777;
  z-index: 20;
}
#ttetopbar-menu .drop-menu-block li ul a {
  color: #ffffff;
  text-decoration: none;
}
#ttetopbar-menu .drop-menu-block li ul li {
  margin-bottom: 6px;
  padding: 4px;
}
#ttetopbar-menu .drop-menu-block li ul li:hover {
  box-shadow: 0 0px 2px #699ecc;
}
#ttetopbar img {
  margin-top: -10px;
}
#ttetopbar em {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3em;
}
#ttetopbar {
  background-color: #fff;
}
#ttetopbar .theme-list + ul {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
}
#ttetopbar .theme-list + ul li strong {
  font-size: 1.1em;
}
/*stuff for Dec 2016 TTE revamp  may need to be down here to override stuff up there */
#nagttopbar img {
  margin-top: -10px;
}
#nagttopbar em {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3em;
}
#nagttopbar {
  background-color: #fff;
}
#nagttopbar {
  padding: 10px;
}
#footer {
  margin-top: 0px;
}
.newsbox {
  border-top: 4px solid #2E5E88;
  padding-left: 50px;
  padding-right: 20px;
}
h2 .titlelink {
  font-size: 0.4em;
  display: inline-block;
}
.theme-list + ul {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
}
.theme-list + ul li strong {
  font-size: 1.1em;
}
