/* Site.css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
a[href] {
  color: #d75d0b;
}
body {
  font-family: 'Open Sans', Tahoma, sans-serif;
  font-size: 14.4px;
}
img {
  border: 0px;
}
.top-container h1 {
  color: #d75d0b;
  position: absolute;
  top: 60px;
}
.section h2 {
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 1.1em;
  padding: 5px;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: linear-gradient(#404040, #121212);
}
.full-width-section h2,
.two-thirds-left-section h2 {
  text-align: left;
  padding-left: 10px;
}
.ie9 h2 {
  filter: none;
}
h2 a[href] {
  color: white;
  text-decoration: none;
}
h3 {
  margin: 10px;
}
h4,
h5,
h6 {
  margin: 5px 10px;
}
p,
.p-like {
  margin: 10px;
}
#very-top {
  background: #eee;
  padding: 0.1em 0em;
}
#very-top .very-top-container {
  width: 100%;
  max-width: 900px;
  margin: auto;
  text-align: right;
}
#very-top .tel {
  font-weight: bold;
  font-size: 1.1em;
}
#top,
#very-top {
  width: 100%;
}
#top div.top-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: flex;
}
#top div.top-container a.logo-link {
  flex: 1;
}
#top div.top-container div.ducky-container {
  flex: 0 1 110px;
  margin-top: 5px;
}
#top div.top-container img.logo {
  width: 100%;
  max-width: 516px;
}
.ducky-container {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 140px;
}
.ducky-normal {
  background-image: url('../Images/Ducky/normal_mirror140.png');
}
.ducky-easter {
  background-image: url('../Images/Ducky/easter_mirror140.png');
}
.ducky-halloween {
  background-image: url('../Images/Ducky/halloween_mirror140.png');
}
.ducky-xmas {
  background-image: url('../Images/Ducky/xmas_mirror140.png');
}
#body {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
#body-wide {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
#body-very-wide {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
.compact #body {
  width: 100% !important;
}
#body-inner {
  margin: 15px 0px 0px;
}
.logged-in-as {
  float: right;
  white-space: nowrap;
  clear: right;
  font-weight: bold;
  color: black;
  margin: 2px;
}
.logged-in-as a {
  color: inherit;
}
ul.indented {
  margin: 10px 10px 10px 25px;
}
table.indented {
  margin: 10px 10px 10px 25px;
}
#breadcrumbs {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
#breadcrumbs ul {
  display: block;
  border-bottom: 1px silver solid;
  background-color: white;
}
#breadcrumbs li {
  margin: 2px 2px;
  display: inline-block;
  list-style: none;
  text-decoration: none;
  font-weight: bold;
  color: black;
}
#breadcrumbs li.first:before {
  content: '';
}
#breadcrumbs li:before {
  content: '\0020\25B6\FE0E\0020';
}
#breadcrumbs li.first {
  margin-left: 5px;
}
#breadcrumbs li a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
.ie6 #breadcrumbs li,
.ie7 #breadcrumbs li {
  display: inline;
}
#nav-bar {
  width: 100%;
  color: white;
  background: linear-gradient(#404040, #121212);
}
#nav-bar div {
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 900px) {
  #nav-bar div {
    flex-direction: column;
  }
}
#nav-bar div ul {
  display: flex;
  flex-wrap: wrap;
}
#nav-bar div ul#main-nav {
  flex-grow: 1;
}
#nav-bar div ul#social-nav {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-end;
  align-items: flex-end;
}
#nav-bar li.last {
  padding-right: 0.1em;
}
#nav-bar li {
  font-size: 1.1em;
  line-height: 37px;
  height: 37px;
  font-weight: bold;
  list-style: none;
  padding-right: 1.3em;
  padding-left: 1.3em;
  cursor: pointer;
}
@media (max-width: 900px) {
  #nav-bar li {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }
}
#nav-bar li a {
  vertical-align: middle;
  color: white;
  text-decoration: none;
}
#nav-bar li:hover {
  background: linear-gradient(#404040, #4c4c4c);
}
#social-nav li {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  flex: 0 0 42px;
}
#social-nav a {
  width: 32px;
  height: 37px;
  margin-top: 3px;
  display: block;
}
.one-third-section {
  flex: 1;
}
.clear {
  clear: both;
}
.two-thirds-left-section {
  text-align: justify;
  margin-bottom: 15px;
}
.funky_banner {
  width: 100%;
  max-width: 900px;
  height: 237px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .funky_banner {
    display: none;
  }
}
.full-width-section {
  max-width: 890px;
  width: 100%;
}
.compact .full-width-section {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.full-width-section,
.one-third-section,
.two-thirds-left-section,
.section {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: whitesmoke;
  border-radius: 5px;
  border: 1px solid #a7a7a7;
}
.full-width-section,
.one-third-section,
.two-thirds-left-section,
.section {
  line-height: 1.5em;
}
form button,
.playit-btn {
  padding: 4px 10px;
  border: 1px solid gray;
  cursor: pointer;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 11px;
  background-color: white;
  border-radius: 3px;
  line-height: normal;
  text-align: center;
  color: inherit !important;
  text-decoration: none;
  display: inline-block;
}
form button:hover,
.playit-btn:hover {
  background-color: #fdfdfd;
  box-shadow: 0px 0px 1px black;
}
#footer {
  font-size: 0.8em;
  margin: 5px auto;
  width: 100%;
  max-width: 900px;
  text-align: center;
  color: #555;
  border-top: 1px #e6b87c solid;
  padding-top: 2px;
}
.overlay {
  opacity: 0.8;
  background-color: black;
  cursor: pointer;
}
.log-in-overlay {
  opacity: 0.2;
  background-color: black;
}
body.has-overlay {
  overflow: hidden;
}
.email-address {
  text-decoration: underline;
}
.email-address:after {
  content: '*';
}
.error-message a {
  color: black;
}
.error-message {
  padding: 5px;
  margin: 5px;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
  border-radius: 4px;
}
.error-message li {
  list-style-type: none;
}
.success-message {
  padding: 5px;
  margin: 5px;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
  border-radius: 4px;
}
.success-message li {
  list-style-type: none;
}
.neutral-message {
  padding: 0.5em 2em;
  margin: 5px;
  background-color: #e7e7e7;
  border: 1px solid #ccc;
  color: black;
  border-radius: 4px;
}
.neutral-message li {
  list-style-type: none;
}
.neutral-message a[href] {
  color: inherit;
}
#keywords {
  display: block;
}
#terms-links a,
#keywords a,
#powered-by-memset a,
#additional-links a {
  color: #aaa;
  white-space: nowrap;
}
#keywords a:after {
  content: ' | ';
}
#keywords a:last-child:after {
  content: '';
}
#powered-by-memset p,
#additional-links p {
  margin: 0px;
}
.popup-close-button {
  display: none;
  cursor: pointer;
  float: right;
}
.popup .popup-close-button {
  display: block;
}
.fb_button {
  cursor: pointer;
}
.terms-small {
  font-size: 0.8em;
}
input[type=text],
input[type=password],
input[type=number],
select,
textarea {
  padding: 2px;
}
.no-wrap {
  white-space: nowrap;
}
.disabled,
.disabled select,
.disabled input {
  color: silver;
}
.disabled select,
.disabled input,
input:disabled,
select:disabled {
  border: 1px solid #A9A9A9;
  background-color: white;
}
.section-row {
  display: flex;
}
@media (max-width: 900px) {
  .section-row {
    flex-direction: column;
  }
}
.section-row-1-1-1 .section {
  flex: 1;
}
.section-row .section {
  flex: 1;
}
#mixpanel-analytics {
  margin-top: 1em;
  opacity: 0.5;
}
.compact .ngdialog.ngdialog-theme-default {
  padding-bottom: 0px;
  padding-top: 100px;
}
#login-icon {
  display: inline-block;
}
.login-loading #login-icon {
  display: none;
}
#login-loading-icon {
  display: none;
}
.login-loading #login-loading-icon {
  display: inline-block;
}
.eula {
  white-space: pre-line;
  margin: 1em 2em;
  font-family: monospace;
  line-height: 1.5em;
}
@media (max-width: 900px) {
  #home-facebook-section {
    display: none;
  }
}
table.padded {
  margin: 10px;
}
table.padded th {
  text-align: left;
}
table.padded td,
table.padded th {
  padding: 0 0.25em;
}
.powered-by-badge-grid {
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  display: grid;
}
@media (max-width: 900px) {
  .powered-by-badge-grid {
    grid-template-columns: 100%;
  }
}
.powered-by-badge-grid p {
  text-align: center;
}
#pmo {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1.5em;
  padding: 0.5em;
  background-color: black;
  color: white;
  text-align: center;
  z-index: 1000;
}
.grecaptcha-badge {
  opacity: 0.5;
}
