/*
 * Based on HTML5 Boilerplate - h5bp.com
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================
 */
html,
body,
button,
input,
select,
textarea,
label,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #222;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
 * Chrome Frame prompt
 * ==========================================================================
 */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
 * Custom styles
 * ==========================================================================
 */
/* Helpful mixins
 *
 * They prefer to live here, somewhere at the top of this document,
 * in order to be used further down the road.
 */
a,
button {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
a:hover,
button:hover {
  cursor: pointer;
}
a {
  color: #3f8eb2;
}
a img {
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
a:hover {
  cursor: pointer;
  opacity: 0.5;
}
body {
  background: #eee;
  color: #262626;
  margin: 0;
}
button:hover {
  cursor: pointer;
  opacity: 0.75;
}
button:disabled:hover {
  cursor: default;
  opacity: 1;
}
html {
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
h1 {
  font-size: 4em;
  font-weight: normal;
}
h2 {
  font-size: 2.5em;
  line-height: 1.25em;
  margin-bottom: 0.6em;
}
h3 {
  font-size: 1.75em;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-bottom: 1em;
}
blockquote,
dir,
menu,
ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
#account {
  width: 100%;
}
#account .inner {
  line-height: 0;
  margin: 0.625em 0;
}
#account .inner .account {
  clear: both;
  margin: 0 0 0.625em;
  width: 100%;
}
#account .inner .account p {
  color: #888f9a;
  font-size: 0.675em;
  margin: 0;
  padding: 0;
  text-align: right;
}
#account .inner .account p a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
#account .inner .account p.reader {
  background-color: #fafafa;
  line-height: 1.75em;
  padding: 1.25em 2em;
  max-width: 88%;
}
#account .inner .account p.reader span {
  color: #888;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#account .inner .nav {
  color: #666;
  font-size: 1em;
}
#account .inner .nav a {
  text-decoration: none;
}
#account .inner .nav a.button {
  margin: 0 0.75em;
}
#account .inner .nav a:first-child {
  margin-left: 0;
}
#account .inner .nav a:last-child {
  margin-right: 0;
}
#account .inner .nav ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
#account .inner .nav ul li {
  display: inline-block;
  margin: 0 1em 1.75em;
}
#account .inner .nav ul li a {
  color: #262626;
}
@media (max-width: 480px) {
  #account {
    position: relative;
    margin-bottom: 1em;
  }
  #account .inner .title img {
    max-width: 100%;
    padding: 0.125em;
  }
  #account .inner .account a {
    margin-right: 1em;
  }
}
#logo .inner .title {
  font-size: 1em;
  line-height: 0;
  margin: 1em 0;
  opacity: 0.2;
  text-align: center;
  width: 100%;
}
#logo .inner .title img {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  max-width: 16.5625em;
opacity
  text-decoration: none;
  -webkit-transition: all 0.125s ease-out;
  -moz-transition: all 0.125s ease-out;
  -o-transition: all 0.125s ease-out;
  transition: all 0.125s ease-out;
}
.tools {
  display: block;
  float: left;
  list-style: none;
  margin-bottom: 1.5em;
  width: 100%;
}
.tools li.pull-left {
  margin-left: 0.125em;
}
.tools li.pull-right {
  margin-right: 0.125em;
}
.tools .hgGrayLink {
  display: block;
  float: left;
  line-height: 1em;
  padding: 0;
}
#footer {
  background-color: #fff;
  background-color: rgba(255,255,255,0.85);
  bottom: 0;
  margin: 0;
  position: fixed;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
  z-index: 99;
}
#footer a {
  color: #888f9a;
}
#footer a.logo {
  position: relative;
}
#footer a.logo img {
  line-height: 0;
  max-width: 3em;
  padding: 0.5em;
}
#footer a,
#footer p,
#footer li,
#footer ul {
  list-style: none;
  text-align: center;
}
#footer nav,
#footer ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#footer nav a,
#footer ul a,
#footer nav li,
#footer ul li {
  display: inline-block;
}
#footer nav li a,
#footer ul li a {
  font-size: 0.75em;
  padding: 0 0.5em;
}
#footer nav {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  margin-left: -4em;
}
@media (max-height: 640px), (max-width: 480px) and (orientation: landscape) {
  #footer {
    position: relative;
  }
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 47.5em;
  position: relative;
  width: 100%;
}
.wrapper .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0 1.25em;
  width: 100%;
  max-width: 100%;
}
.divider {
  clear: both;
  color: #ccc;
  font-size: 2em;
  text-align: center;
  width: 100%;
}
#master {
  margin-bottom: 6.75em;
  margin-top: 0;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}
#master .divider,
.modal-dialog .divider {
  margin: 20px 0;
}
#master #account .title,
.modal-dialog #account .title {
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
}
#master #account .title a,
.modal-dialog #account .title a {
  float: left;
}
#master .box,
.modal-dialog .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.05);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.05);
  margin: auto;
}
#master .box.app-store-banner.comment,
.modal-dialog .box.app-store-banner.comment {
  background-color: #fafafa;
  clear: both;
  color: #999ea6;
  margin: 5em 0 1em;
}
#master .box.app-store-banner.comment header,
.modal-dialog .box.app-store-banner.comment header,
#master .box.app-store-banner.comment .content,
.modal-dialog .box.app-store-banner.comment .content {
  max-width: 50%;
}
#master .box.app-store-banner.comment header,
.modal-dialog .box.app-store-banner.comment header {
  margin: 0 0 0.5em;
}
#master .box.app-store-banner.comment header h4,
.modal-dialog .box.app-store-banner.comment header h4 {
  color: inherit;
  font-size: 1.125em;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
#master .box.app-store-banner.comment .content,
.modal-dialog .box.app-store-banner.comment .content {
  margin: 1.25em;
}
#master .box.app-store-banner.comment .content p,
.modal-dialog .box.app-store-banner.comment .content p {
  color: inherit;
  margin-bottom: 1em;
}
#master .box.app-store-banner.comment .content p:last-child,
.modal-dialog .box.app-store-banner.comment .content p:last-child {
  -webkit-margin-after: 0;
  margin-bottom: 0;
}
#master .box.app-store-banner.comment aside,
.modal-dialog .box.app-store-banner.comment aside {
  display: block;
  position: relative;
}
#master .box.app-store-banner.comment aside img,
.modal-dialog .box.app-store-banner.comment aside img {
  display: block;
  position: static;
  bottom: 0;
  right: 0;
  margin-top: -4.25em;
}
#master .box.transparent,
.modal-dialog .box.transparent {
  background-color: transparent;
  border: 0 solid transparent;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
#master .box.transparent label,
.modal-dialog .box.transparent label {
  display: none;
  visibility: hidden;
}
#master .box.transparent p,
.modal-dialog .box.transparent p {
  text-align: center;
  font-size: 0.75em;
}
#master .box .inner,
.modal-dialog .box .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 1.25em 7%;
  max-width: 86%;
  min-width: 86%;
}
#master .box .inner .inner,
.modal-dialog .box .inner .inner {
  padding: 0;
}
#master .box p,
.modal-dialog .box p {
  color: #4d4d4d;
  font-size: 0.875em;
  line-height: 1.75em;
  margin-bottom: 1.5em;
}
#master .box form,
.modal-dialog .box form,
#master .box .form-holder,
.modal-dialog .box .form-holder {
  clear: both;
  float: left;
  width: 100%;
}
#master .box .divider,
.modal-dialog .box .divider {
  margin: 0 0 10px;
}
#master .box label,
.modal-dialog .box label,
#master .box .field,
.modal-dialog .box .field,
#master .box .field input,
.modal-dialog .box .field input,
#master .box .field textarea,
.modal-dialog .box .field textarea,
#master .box .actions,
.modal-dialog .box .actions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  float: left;
}
#master .box label,
.modal-dialog .box label {
  color: #777;
  font-size: 0.75em;
  letter-spacing: 1px;
  margin: 0 6px 6px;
  width: 100%;
}
#master .box label .terms,
.modal-dialog .box label .terms {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
}
#master .box label .terms span,
.modal-dialog .box label .terms span {
  display: inline-block;
  margin-left: 8px;
}
#master .box .field,
.modal-dialog .box .field {
  border: 1px solid #d5d5d5;
  margin-bottom: 1em;
  width: 100%;
}
#master .box .field.error,
.modal-dialog .box .field.error {
  border: 1px solid #e34500;
}
#master .box .field input,
.modal-dialog .box .field input,
#master .box .field textarea,
.modal-dialog .box .field textarea {
  background-color: #fff;
  border: 0;
  color: #4d4d4d;
  font-size: 0.75em;
  line-height: 22px;
  margin: 0;
  padding: 9px 3.5%;
  width: 100%;
}
#master .box .field textarea,
.modal-dialog .box .field textarea {
  min-height: 112px;
  overflow: auto;
}
#master .box .actions,
.modal-dialog .box .actions {
  margin-bottom: 2em;
  width: 100%;
}
#master .public.box,
.modal-dialog .public.box {
  margin-bottom: 30px;
  margin-top: 0;
  max-width: 300px;
}
#master .public.box .field,
.modal-dialog .public.box .field {
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}
#master .public.box .extras,
.modal-dialog .public.box .extras {
  clear: both;
  display: block;
}
#master .public.box .accept-terms,
.modal-dialog .public.box .accept-terms {
  margin: 0 auto 1em;
}
#master .houston p,
.modal-dialog .houston p {
  color: #900;
  margin-left: 21px;
  margin-top: 21px;
  margin-right: 21px;
  text-align: center;
}
.app-store-button a {
  display: inline-block;
}
.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.125em;
  line-height: 1.5em;
  margin: 0;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  vertical-align: middle;
  -webkit-transition: background-image 0.125s linear;
  -moz-transition: background-image 0.125s linear;
  -o-transition: background-image 0.125s linear;
  transition: background-image 0.125s linear;
}
.button.create {
  background-color: #707580;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#707580), to(#7d828d));
  background-image: -webkit-linear-gradient(top, #707580, #7d828d);
  background-image: -moz-linear-gradient(top, #707580, #7d828d);
  background-image: -o-linear-gradient(top, #707580, #7d828d);
  background-image: -ms-linear-gradient(top, #707580, #7d828d);
  background-image: linear-gradient(top, #707580, #7d828d);
  border: 1px solid #717681;
  color: #fafafa;
  text-shadow: 0 -1px 2px rgba(0,0,0,0.4);
  font-size: 1em;
  padding: 0.0625em 0.3125em;
}
.button.create img {
  display: block;
  -webkit-transition: opacity 0.125s linear;
  -moz-transition: opacity 0.125s linear;
  -o-transition: opacity 0.125s linear;
  transition: opacity 0.125s linear;
}
.button.create:hover {
  background-color: #7d828d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7d828d), to(#707580));
  background-image: -webkit-linear-gradient(top, #7d828d, #707580);
  background-image: -moz-linear-gradient(top, #7d828d, #707580);
  background-image: -o-linear-gradient(top, #7d828d, #707580);
  background-image: -ms-linear-gradient(top, #7d828d, #707580);
  background-image: linear-gradient(top, #7d828d, #707580);
}
.button.create:hover img {
  opacity: 0.75;
}
.button.reply,
.button.submit {
  width: 100%;
}
.button.small {
  font-size: 0.75em;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 8px;
}
.button:hover {
  opacity: 1;
}
.hgWhiteButton {
  background: #fafafa;
  border: 1px solid #d5d5d5;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
  color: #707580;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 1em;
  width: 100%;
}
.link {
  border-bottom: 1px dotted;
  color: #999;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.link.cancel,
.link.forgot,
.link.register,
.link.resend {
  text-decoration: none;
}
.link.user {
  border-bottom: 0;
  margin-right: 1em;
}
.user-detail {
  background-color: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #888f9a;
  cursor: default;
  display: inline-block;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.625em;
  font-weight: bold;
  letter-spacing: 0.1125em;
  line-height: 1em;
  padding: 0.75em;
  text-transform: uppercase;
}
.timestamp {
  background-color: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #888f9a;
  cursor: default;
  display: inline-block;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.625em;
  font-weight: bold;
  letter-spacing: 0.1125em;
  line-height: 1em;
  padding: 0.75em;
  text-transform: uppercase;
  background-color: transparent;
  color: rgba(0,0,0,0.5);
}
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="reset"]:disabled,
input[type="text"]:disabled,
input[type="file"]:disabled::-webkit-file-upload-button,
input:disabled,
button:disabled,
select:disabled,
keygen:disabled,
optgroup:disabled,
option:disabled,
.disabled,
input.disabled,
#master .box .field input:disabled,
.modal-dialog .box .field input:disabled,
#master .box .field textarea:disabled,
.modal-dialog .box .field textarea:disabled,
#master .box .field input.disabled,
.modal-dialog .box .field input.disabled,
#master .box .field [disabled],
.modal-dialog .box .field [disabled] {
  background-color: #f2f2f2 !important;
  color: #999 !important;
  cursor: default;
  cursor: not-allowed;
}
[disabled] {
  background-color: #f2f2f2 !important;
  color: #999 !important;
  cursor: default;
  cursor: not-allowed;
}
/* ==========================================================================
 * goog.ui.Dialog
 * ==========================================================================
 */
/* The .modal-dialog is currently used for:

    - Adding recipients
    - Adding comments
    - Showing error messages (.notice)
    - Unhandled errors (#unhandled-error-*)

*/
.modal-dialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.05);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.05);
  margin: auto;
  min-width: 16em;
  max-width: 75%;
  position: absolute;
  z-index: 200;
/*
     * [h162] > Notices -- status and error feedback messages
     *
     *   Note -- currently nested inside .modal-dialog
     *
     */
}
.modal-dialog .comment {
  border: 0 solid #fff;
  box-shadow: 0 0 0 #fff;
  margin: 0 1em;
}
.modal-dialog .comment .inner {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.modal-dialog .comment .inner .content {
  float: left;
  min-width: 30em;
  width: 100%;
}
.modal-dialog .comment .inner .field {
  border: 0 solid #fff;
  margin-bottom: 10px;
}
.modal-dialog .comment .inner .field textarea {
  background: #fff;
  border: 0 solid #fff;
  font-size: 0.875em;
  min-height: 15em;
  padding: 0;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
}
.modal-dialog .comment .inner .field textarea:focus {
  background: #f7f7f7;
  color: #4d4d4d;
  padding: 1em;
}
.modal-dialog .notice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0 auto;
  max-width: 20em;
  width: 100%;
/*
        &.failure
            p
                color #bf3030

        &.success
            p
                color #48bf30
        */
}
.modal-dialog .notice p {
  color: rgba(0,0,0,0.5);
  font-size: 0.875em;
  text-align: center;
}
.modal-dialog .notice p span {
  background-color: #ffffe0;
  font-weight: bold;
}
.modal-dialog .modal-dialog-title {
  color: #666;
  cursor: move;
  font-size: 120%;
  font-weight: bold;
  margin: 0;
  padding: 1.5em 1em 1em;
  position: relative;
  text-align: center;
  _zoom: 1;
/* We're not using this right now.
        .modal-dialog-title-close
            //- Client apps may override the URL at which they serve the sprite
            background #e0edfe //- url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -528px 0
            cursor default
            height 15px
            position absolute
            right 10px
            top 8px
            width 15px
            vertical-align middle
         */
}
.modal-dialog .modal-dialog-content,
.modal-dialog .modal-dialog-buttons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  width: 100%;
}
.modal-dialog .modal-dialog-buttons {
  margin: 1em 0 1.5em;
  text-align: center;
}
.modal-dialog .modal-dialog-buttons button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.125em;
  line-height: 1.5em;
  margin: 0;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  vertical-align: middle;
  -webkit-transition: background-image 0.125s linear;
  -moz-transition: background-image 0.125s linear;
  -o-transition: background-image 0.125s linear;
  transition: background-image 0.125s linear;
  float: left;
  margin: 0 1em;
  min-width: 25%;
}
.modal-dialog .modal-dialog-buttons button:disabled:hover {
  cursor: default;
  opacity: 1;
}
.modal-dialog .modal-dialog-buttons button.goog-buttonset-default {
  float: right;
}
.modal-dialog .modal-dialog-buttons button.goog-buttonset-default:only-child {
  display: inline-block;
  float: none;
  margin: 0 auto;
}
.modal-dialog-bg {
  background: #666;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}
#unhandled-error-outer p {
  font-size: 0.75em;
}
#unhandled-error-details-control {
  font-weight: bold;
  outline: none;
}
#unhandled-error-details-control:hover {
  cursor: pointer;
}
#unhandled-error-details {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #eee;
  float: left;
  overflow: auto;
  padding: 0.5em 0;
  width: 100%;
}
#unhandled-error-details code {
  float: left;
  font-family: courier, monospace;
  font-size: 0.875em;
  margin: 0;
  padding: 0;
  white-space: pre;
}
/* ==========================================================================
 * Helper classes
 * ==========================================================================
 */
/*
 * Float left and right
 */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*
 * Alignment classes
 */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
/*
     * Extends the .visuallyhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
 * Media Queries for Responsive Design.
 * Theses examples override the primary ('mobile first') styles.
 * ==========================================================================
 */
/*
 * =Responsive structure
 */
@media (max-width: 1024px), (max-width: 800px), (max-width: 768px), (max-width: 600px), (max-width: 480px), (max-width: 320px), (max-width: 300px), (max-width: 240px) {
  body.mq::before {
    color: #fafafa;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(0,0,255,0.5);
    padding: 1.25em 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
  }
}
@media (max-width: 1024px) {
  & {
    white-space: normal;
  }
}
@media (max-width: 1024px) {
  body.mq::before {
    content: "max-width: 1024";
  }
}
@media (max-width: 800px) {
  body.mq::before {
    content: "max-width: 800";
  }
}
@media (max-width: 768px) {
  #master {
    margin-top: 1em;
  }
  body.mq::before {
    content: "max-width: 768";
  }
}
@media (max-width: 600px) {
  body.mq::before {
    content: "max-width: 600";
  }
}
@media (max-width: 480px) {
  body.mq::before {
    content: "max-width: 480";
  }
}
@media (max-width: 320px) {
  body.mq::before {
    content: "max-width: 320";
  }
}
@media (max-width: 300px) {
  body.mq::before {
    content: "max-width: 300";
  }
}
@media (max-width: 240px) {
  body.mq::before {
    content: "max-width: 240";
  }
}
textarea.hgTextarea {
  background-color: #fff;
  width: 100%;
  height: 3.75em;
  padding: 1.25em;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #707580;
  overflow-wrap: break-word;
  outline: none;
  border: 1px solid #d5d5d5;
}
textarea.hgTextarea:focus {
  box-shadow: inset 0px 0px 5px 0px #d5d5d5;
}
input.hgGrayTextField {
  outline: none;
  border: 1px solid #d5d5d5;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.75em;
  padding: 0 1.25em;
  font-size: 16px;
  color: #707580;
}
input.hgGrayTextField:focus {
  box-shadow: inset 0px 0px 5px 0px #d5d5d5;
}
input.hgGrayTextField:focus {
  background-color: #fff;
}
a.hgGrayLink,
button.hgGrayLink {
  color: #707580;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-size: 18px;
  text-decoration: none;
}
a.hgGrayLink:disabled,
button.hgGrayLink:disabled {
  color: rgba(112,117,128,0.5) !important;
  background-color: transparent !important;
}
a.hgGrayLink:focus,
button.hgGrayLink:focus {
  color: rgba(112,117,128,0.5);
}
