/**
 * @file
 * Action bar Styling. This is for all the icons that appear top right.
 * - print icon.
 * - textsize icons.
 * - social icons.
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/**
 * Print Icon.
 */
/* line 17, ../sass/actions.scss */
.print-icon-wrapper a {
  margin-left: 10px;
  margin-top: 2px;
  display: block;
  float: left;
  cursor: pointer;
}
/* line 20, ../sass/actions.scss */
.print-icon-wrapper a span {
  display: none;
}

/**
 * Social Icons.
 */
/* line 37, ../sass/actions.scss */
.social-icons {
  float: left;
  margin-top: 30px;
}
/* line 40, ../sass/actions.scss */
.social-icons .addthis_button_compact .at16nc {
  display: block;
  line-height: 40px !important;
}
/* line 46, ../sass/actions.scss */
.social-icons a {
  cursor: pointer;
  color: #fff !important;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 35px;
  border: solid 1px #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
/* line 61, ../sass/actions.scss */
.social-icons a:hover, .social-icons a:focus {
  text-decoration: none !important;
  background: #fff;
  color: #012920 !important;
}
/* line 66, ../sass/actions.scss */
.social-icons a .icon-youtube {
  position: relative;
  top: 2px;
}

/* Text size */
/* line 79, ../sass/actions.scss */
.textsize_list {
  margin-top: 0;
  padding: 0;
  float: left;
}
/* line 83, ../sass/actions.scss */
.textsize_list .textsize_current_list {
  position: relative;
  padding: 0;
  margin: 0;
}
/* line 88, ../sass/actions.scss */
.textsize_list .ts_clear {
  clear: none;
}
/* line 91, ../sass/actions.scss */
.textsize_list .ts_increase_variable, .textsize_list .ts_decrease_variable, .textsize_list .ts_normal_variable {
  float: left;
  padding: 3px;
  margin: 0;
  width: auto;
  height: auto;
}
/* line 97, ../sass/actions.scss */
.textsize_list .ts_increase_variable a, .textsize_list .ts_decrease_variable a, .textsize_list .ts_normal_variable a {
  color: #111111;
  padding: 0;
  position: relative;
  display: block;
  text-decoration: none;
}
/* line 104, ../sass/actions.scss */
.textsize_list .ts_increase_variable :focus, .textsize_list .ts_decrease_variable :focus, .textsize_list .ts_normal_variable :focus {
  position: relative;
  z-index: 999;
}
/* line 109, ../sass/actions.scss */
.textsize_list .ts_decrease_variable {
  margin-top: 5px;
  font-size: 14px;
}
/* line 113, ../sass/actions.scss */
.textsize_list .ts_normal_variable {
  font-size: 16px;
  margin-top: 3px;
}
/* line 117, ../sass/actions.scss */
.textsize_list .ts_increase_variable {
  font-size: 18px;
  margin-top: 2px;
}

/* line 123, ../sass/actions.scss */
.pane-gateway-theme-meta .ts_clear {
  clear: none;
}
