@charset "UTF-8";
/* Gathering Minds : gathering-minds.net */
/* font converted using font-converter.net. thank you! */
/*
    'xs': (min-width : 480px),
    'sm': (min-width : 768px),
    'md': (min-width : 992px),
    'lg': (min-width : 1200px)
*/
/**
 * Conditional Media Query Mixin.
 * Usage: @include media(xs) { ... }, @include media(sm) { ... }, ...
 *
 * Other elegant and nice solutions:
 * http://css-tricks.com/approaches-media-queries-sass
 *
 * The best solution to get total control of the conditions:
 * https://github.com/eduardoboucas/include-media
 * http://davidwalsh.name/sass-media-query
 */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* Gathering Minds : gathering-minds.net */
@font-face {
  font-family: "icomoon";
  src: url("font/icomoon/icomoon.eot") format("eot"), url("font/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("font/icomoon/icomoon.otf") format("opentype"), url("font/icomoon/icomoon.svg") format("svg"), url("font/icomoon/icomoon.ttf") format("truetype"), url("font/icomoon/icomoon.woff") format("woff"), url("font/icomoon/icomoon.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Palatino";
  src: url("font/Palatino/Palatino.eot") format("eot"), url("font/Palatino/Palatino.eot?#iefix") format("embedded-opentype"), url("font/Palatino/Palatino.otf") format("opentype"), url("font/Palatino/Palatino.svg") format("svg"), url("font/Palatino/Palatino.ttf") format("truetype"), url("font/Palatino/Palatino.woff") format("woff"), url("font/Palatino/Palatino.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("font/Montserrat-Regular/Montserrat-Regular.eot") format("eot"), url("font/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("font/Montserrat-Regular/Montserrat-Regular.otf") format("opentype"), url("font/Montserrat-Regular/Montserrat-Regular.svg") format("svg"), url("font/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype"), url("font/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("font/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("font/OpenSans/OpenSans.eot") format("eot"), url("font/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), url("font/OpenSans/OpenSans.otf") format("opentype"), url("font/OpenSans/OpenSans.svg") format("svg"), url("font/OpenSans/OpenSans.ttf") format("truetype"), url("font/OpenSans/OpenSans.woff") format("woff"), url("font/OpenSans/OpenSans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("font/CormorantGaramond/CormorantGaramond.eot") format("eot"), url("font/CormorantGaramond/CormorantGaramond.eot?#iefix") format("embedded-opentype"), url("font/CormorantGaramond/CormorantGaramond.otf") format("opentype"), url("font/CormorantGaramond/CormorantGaramond.svg") format("svg"), url("font/CormorantGaramond/CormorantGaramond.ttf") format("truetype"), url("font/CormorantGaramond/CormorantGaramond.woff") format("woff"), url("font/CormorantGaramond/CormorantGaramond.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato-Regular";
  src: url("font/Lato-Regular/Lato-Regular.eot") format("eot"), url("font/Lato-Regular/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("font/Lato-Regular/Lato-Regular.otf") format("opentype"), url("font/Lato-Regular/Lato-Regular.svg") format("svg"), url("font/Lato-Regular/Lato-Regular.ttf") format("truetype"), url("font/Lato-Regular/Lato-Regular.woff") format("woff"), url("font/Lato-Regular/Lato-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Baskerville";
  src: url("font/Baskerville/Baskerville.eot") format("eot"), url("font/Baskerville/Baskerville.eot?#iefix") format("embedded-opentype"), url("font/Baskerville/Baskerville.otf") format("opentype"), url("font/Baskerville/Baskerville.svg") format("svg"), url("font/Baskerville/Baskerville.ttf") format("truetype"), url("font/Baskerville/Baskerville.woff") format("woff"), url("font/Baskerville/Baskerville.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* Gathering Minds : gathering-minds.net */
header {
  display: block;
  width: 80vw;
  margin: 0 auto;
  padding: 1.1em 1em 1.5em 1em;
  text-align: center;
  font-family: "Palatino", sans-serif;
}

#logo a:link,
#logo a:visited {
  text-decoration: none;
  color: #7395b8;
}
#logo a:hover,
#logo a:focus {
  border-bottom: 2px solid #7395b8;
}
#logo .gm {
  font-style: normal;
  font-size: 1.15rem;
  font-size: -webkit-calc(1.15rem + 0.5vw);
  font-size: calc(1.15rem + 0.5vw);
  line-height: calc(1em + 0.5vw);
  letter-spacing: 0.25em;
  margin-right: 2vw;
}
#logo .blurb {
  font-style: italic;
  letter-spacing: normal;
  font-size: 0.3rem;
  font-size: -webkit-calc(0.3rem + 0.5vw);
  font-size: calc(0.3rem + 0.5vw);
  line-height: calc(0.3em + 0.5vw);
}
#logo .blurb a {
  color: #aaa;
}

.menu {
  margin-top: 1.5em;
  height: 2em;
  padding: 2px 0 10px 0;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
  /*
  	.mnavdropdown {
  	  //float: left;
  	  display: inline;
  	  overflow: hidden;
  	  position: relative;
  	  height: 1em;
  	  padding-left: 15px;

  	  	img {
  			padding-right: .5em;
  		}
  	}
  	& .mnavdropbtn {
  		border: none;
  		@include border-radius(8, 8, 0, 0);
  		outline: none;
  		color: #c2c2c2;
  		//padding: 1vw 1.5vw;
  		padding: 0 0 6px 15px;
  		background-color: inherit;
  		font-size: .9em;
  		margin: 0; 				// Important for vertical align on mobile phones
  	}
  //	.navdropdown 
  	& .mnavdropbtn::after {
  		content: "";
  		width: 0;
  		height: 0;
  		border-left: 5px solid transparent;
  		border-right: 5px solid transparent;
  		border-top: 5px solid #c2c2c2;
  		float: right;
  		margin-top: 6px;
  	}

  	// Add a red background color to navbar links on hover
  	.mnavdropdown:hover .mnavdropbtn {
  		color: $cNavHover;
  		//background-color: #45454a;
  		border-bottom: 2px solid #206bb9;
  	}

  	// Dropdown content (hidden by default)
  	.mnavdropdown-content {
  		@include border-radius(0, 8, 8, 8);
  		display: none;
  		position: absolute;
  		background-color: #45454A;
  		min-width: 140px;
  		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  		z-index: 10;
  	}

  	// Links inside the dropdown
  	.mnavdropdown-content a {
  		float: none;
  		color: $cNavDropDownLink;
  		padding: 8px 16px;
  		text-decoration: none;
  		display: block;
  		text-align: left;
  	}

  	// Show the dropdown menu on hover
  	.mnavdropdown:hover .mnavdropdown-content {
  		display: block;
  	}

  	.mnavdropdownselected {
  		background-color: $cNavDropDownHoverBg;
  	}
  */
}
.menu a:link,
.menu a:visited {
  margin: 0 3vw;
  padding: 0 15px 6px 15px;
  font-size: 0.6rem;
  font-size: -webkit-calc(0.6rem + 0.5vw);
  font-size: calc(0.6rem + 0.5vw);
  line-height: calc(0.6em + 0.5vw);
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.1em;
  color: #484848;
  text-decoration: none;
}
.menu a:hover,
.menu a:focus {
  color: #206bb9;
  border-bottom: 2px solid #206bb9;
  text-decoration: none;
}

.dropbtn {
  background-color: transparent;
  border: none;
  font-family: "Palatino", sans-serif;
  font-size: 0.6rem;
  font-size: -webkit-calc(0.6rem + 0.5vw);
  font-size: calc(0.6rem + 0.5vw);
  line-height: calc(1em + 0.5vw);
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.1em;
}
.dropbtn a.profile {
  margin: 0;
  padding-right: 0.25em;
}
.dropbtn a.signout {
  margin: 0;
  padding-left: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 3vw;
  padding: 0 0 6px 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  background-color: #e6e3db;
  min-width: 12em;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #4d2f17;
  -webkit-border-radius: 8px  8px  8px  8px;
  -khtml-border-radius: 8px  8px  8px  8px;
  -moz-border-radius: 8px  8px  8px  8px;
  -ms-border-radius: 8px  8px  8px  8px;
  -o-border-radius: 8px  8px  8px  8px;
  border-radius: 8px  8px  8px  8px;
  text-align: left;
}
.dropdown-content a:link, .dropdown-content a:visited {
  margin: 0;
  padding: 0.25em 0.5em;
  border-bottom: 1px solid transparent;
  color: #000;
  text-decoration: none;
  display: block;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 0.5rem;
  font-size: -webkit-calc(0.5rem + 0.5vw);
  font-size: calc(0.5rem + 0.5vw);
  line-height: calc(1em + 0.5vw);
  font-variant: normal;
  text-transform: none;
}
.dropdown-content a:hover {
  background-color: #4d2f17;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media only screen and (max-width: 768px) {
  .blurb {
    display: block;
  }
  .menu {
    height: 1.9em;
  }
  .menu a:link,
  .menu a:visited {
    padding: 2px 0 5px 0;
    font-size: 0.7rem;
    font-size: -webkit-calc(0.7rem + 0.5vw);
    font-size: calc(0.7rem + 0.5vw);
    line-height: calc(0.7em + 0.5vw);
  }
}
@media print {
  header {
    width: 100%;
  }
  #logo a:link,
  #logo a:visited {
    color: #000;
  }
  #logo .gm,
  #logo .blurb a {
    color: #000;
  }
  .menu,
  #quotey {
    display: none;
  }
}
.hdropdown {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.hdropdown:before {
  font-family: "icomoon";
  color: #949494;
  content: "\e986";
}

.hdropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}
.hdropdown-content input[type=text] {
  padding: 0.25em 0.5em;
  border: 1px solid #4d2f17;
  width: 10em;
  -webkit-border-radius: 8px  8px  8px  8px;
  -khtml-border-radius: 8px  8px  8px  8px;
  -moz-border-radius: 8px  8px  8px  8px;
  -ms-border-radius: 8px  8px  8px  8px;
  -o-border-radius: 8px  8px  8px  8px;
  border-radius: 8px  8px  8px  8px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
  background-color: #e6e3db;
}
.hdropdown-content ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888;
}
.hdropdown-content :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888;
  opacity: 1;
}
.hdropdown-content ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888;
  opacity: 1;
}
.hdropdown-content ::-ms-input-placeholder { /* Microsoft Edge */
  color: #888;
}
.hdropdown-content :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888;
}
.hdropdown-content input[type=text]:focus {
  background-color: #fff;
}

.hdropdown:hover .hdropdown-content {
  display: block;
}

* {
  margin: 0 auto;
  padding: 0;
  word-wrap: break-word;
}

html,
body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #f4f1e6 url(_bkn.jpg) top left no-repeat fixed;
  text-align: center;
}

main {
  display: block;
  margin-top: 8vh;
  text-align: center;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.25em;
}

.usericons {
  float: right;
}
.usericons img {
  margin-right: 1em;
  opacity: 0.35;
}
.usericons img:last-child {
  margin-right: 0;
}
.usericons img:hover {
  opacity: 1;
}

input.back {
  padding-right: 1em;
  opacity: 0.35;
}
input.back:hover {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 0.5em 0;
  font-family: "Palatino", sans-serif;
  font-style: italic;
  font-variant: small-caps;
  color: #4d2f17;
  text-align: left;
  opacity: 0.65;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #4d2f17;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
  color: #005493;
}

.pagehead {
  width: 55vw;
  margin-bottom: 1em;
  text-align: left;
}
.pagehead h1 {
  display: block;
  margin: 0.25em 0 1.25em 0;
  font-size: 1.5rem;
  font-size: -webkit-calc(1.5rem + 0.5vw);
  font-size: calc(1.5rem + 0.5vw);
  line-height: calc(1.5em + 0.5vw);
  letter-spacing: 0.1em;
  color: #4d2f17;
  border: 0;
}

h3 {
  margin: 0 0 0.25em 0;
  font-size: 1.3rem;
  font-size: -webkit-calc(1.3rem + 0.5vw);
  font-size: calc(1.3rem + 0.5vw);
  line-height: calc(0.7em + 0.5vw);
  letter-spacing: 1px;
}

.user {
  padding-bottom: 4em;
  padding: 0;
}
.user h1 {
  margin: 0 0 4vh 0;
  font-size: 1.5rem;
  font-size: -webkit-calc(1.5rem + 0.5vw);
  font-size: calc(1.5rem + 0.5vw);
  line-height: calc(1.5em + 0.5vw);
}
.user input[type=text],
.user input[type=password] {
  width: 10em;
}
.user .pic {
  float: left;
}
.user .ubox {
  float: left;
  max-width: 36vw;
  margin: 0 0 4em 4vw;
}
.user .ubox h1 {
  margin-top: 0;
}
.user .otherinfo {
  display: block;
  margin-top: 2em;
  font-family: "Montserrat-Regular", Georgia, "Times New Roman", serif;
  font-size: 0.8rem;
  font-size: -webkit-calc(0.8rem + 0.5vw);
  font-size: calc(0.8rem + 0.5vw);
  line-height: calc(1em + 0.5vw);
  color: #777;
}
.user .otherinfo a {
  color: #777;
}
.user .otherinfo a:hover {
  color: #000;
}
.user .imgerr {
  vertical-align: middle;
}
.user .errmsgi,
.user .errmsgq,
.user .errmsgok {
  margin-top: 2vh;
  background-position: 2% 50%;
}
.user .frameless {
  width: 100%;
  height: auto;
}

.ulist {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.25em;
}
.ulist li {
  text-decoration: none;
}
.ulist a {
  text-decoration: none;
  color: #4d2f17;
}
.ulist a:hover {
  border-bottom: 1px solid #333;
}

@media only screen and (max-width: 768px) {
  main.user {
    font-family: Verdana, Tahoma, Arial, sans-serif;
  }
  main.user h1,
  main.user p {
    font-family: Verdana, Tahoma, Arial, sans-serif;
  }
}
@media print {
  article.user {
    display: none;
  }
}
label {
  display: inline-block;
  width: 10em;
  color: 777555;
}

/*-------------------------------------------
    I N P U T   F O R M S   A N D   B U T T O N S   - - >
-------------------------------------------*/
input[type=text],
input[type=password] {
  display: inline-block;
  padding: 0.2em 0.4em;
  width: 16em;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px  6px  6px  6px;
  -khtml-border-radius: 6px  6px  6px  6px;
  -moz-border-radius: 6px  6px  6px  6px;
  -ms-border-radius: 6px  6px  6px  6px;
  -o-border-radius: 6px  6px  6px  6px;
  border-radius: 6px  6px  6px  6px;
  background-color: #f4f1e6;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #000;
}
input[type=text]:focus,
input[type=password]:focus {
  background-color: #fff;
  outline: none;
  border: 1px solid #4195fc;
  -webkit-box-shadow: 0 0 5 #4195fc;
  -khtml-box-shadow: 0 0 5 #4195fc;
  -moz-box-shadow: 0 0 5 #4195fc;
  -ms-box-shadow: 0 0 5 #4195fc;
  -o-box-shadow: 0 0 5 #4195fc;
  box-shadow: 0 0 5 #4195fc;
}
input[type=text]:hover,
input[type=password]:hover {
  background-color: #fff;
  border: 1px solid #4195fc;
}
input[type=text] ::-webkit-input-placeholder,
input[type=password] ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-size: 0.9em !important;
  color: #b3b3b3 !important;
}
input[type=text] :-moz-placeholder,
input[type=password] :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 0.9em !important;
  color: #b3b3b3 !important;
  opacity: 1 !important;
}
input[type=text] ::-moz-placeholder,
input[type=password] ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #b3b3b3 !important;
  opacity: 1 !important;
}
input[type=text] :-ms-input-placeholder,
input[type=password] :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 0.9em !important;
  color: #b3b3b3 !important;
}
input[type=text] ::-ms-input-placeholder,
input[type=password] ::-ms-input-placeholder { /* Microsoft Edge */
  color: #b3b3b3 !important;
}

input::placeholder {
  font-size: 0.9em;
  color: #b3b3b3;
  opacity: 0.8;
}

.btnsubmit {
  display: block;
  margin: 1em 0;
  text-align: center;
}
.btnsubmit [type=submit] {
  margin: 0 auto;
  padding: 0.5em 0.75em;
  border: 1px solid #5a8311;
  background-color: #04B404;
  -webkit-border-radius: 6px  6px  6px  6px;
  -khtml-border-radius: 6px  6px  6px  6px;
  -moz-border-radius: 6px  6px  6px  6px;
  -ms-border-radius: 6px  6px  6px  6px;
  -o-border-radius: 6px  6px  6px  6px;
  border-radius: 6px  6px  6px  6px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
}
.btnsubmit [type=submit]:hover {
  color: #333;
  background-color: #01df01;
}

/*
[type="submit"] {
	margin: 0 auto;
	padding: 0.5em 1.75em;
	border: 1px solid #5a8311;
	background-color: #04b404;
	@include border-radius(6);
	// - - - font - - - >
	font-family: $fontFamilyVerdana;
	font-size: 1em;
	line-height: 1em;
	color: #fff;
	// < - - - font - - -

	&:hover {
		color: #333;
		background-color: #01df01;
	}

	@media only screen and (max-width: 768px) {
		font-weight: 200;
	}
}
*/
.databox {
  margin-top: 2px;
  padding: 12px;
  border: 1px solid #537DA4;
  -webkit-border-radius: 8px  8px  8px  8px;
  -khtml-border-radius: 8px  8px  8px  8px;
  -moz-border-radius: 8px  8px  8px  8px;
  -ms-border-radius: 8px  8px  8px  8px;
  -o-border-radius: 8px  8px  8px  8px;
  border-radius: 8px  8px  8px  8px;
  font-size: 1em;
  line-height: 1.25em;
}

label {
  font-size: 1em;
  line-height: 1.25em;
  opacity: 0.65;
}

.datafield,
input {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}
