/*
	Document   : main
	Created on : Jul 9, 2013, 1:00:06 PM
	Author	 : Shane Cody
	Description:
	Main stylsheet for site.
*/
.colorGuide {
  color: #6dabc2;
  color: #6dc284;
  color: #6dc2af;
  color: #6d81c2;
  color: #846dc2;
  color: #f66c39;
  color: #3a3a3a;
  color: #a4a4a4;
  color: #787878;
  color: #f4f4f4;
  color: #000000;
  color: #dedede;
  color: #ababab;
  color: #787878;
  color: #454545;
  color: #3a3a3a;
  color: #ebebeb;
  color: #6dabc2;
  color: #4a96b2;
  color: #a8ea9c;
  color: #62af56;
  color: #b5d4e0;
  color: #91c0d1;
  color: #85e573;
  color: #4ca83d;
}

@font-face {
  font-family: berlinsmallcapsregular;
  src: url("../files/berlinsmallcaps-webfont.eot");
  src: url("../files/berlinsmallcaps-webfont.eot?#iefix") format("embedded-opentype"), url("../files/berlinsmallcaps-webfont.woff") format("woff"), url("../files/berlinsmallcaps-webfont.ttf") format("truetype"), url("../files/berlinsmallcaps-webfont.svgberlinsmallcapsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

.clearfloats {
  clear: both;
  width: 0;
  height: 0;
}

#footer-spacer {
  clear: both;
  width: 100%;
  height: 30px;
}

.hidden {
  display: none;
  visibility: hidden;
}

p {
  margin-top: 9px;
}

ul {
  list-style: none;
}

strong {
  color: #6dabc2;
}

.bold {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  color: #6dabc2;
}

body {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  color: #000000;
  font-family: "lucida grande", "verdana", "helvetica", "arial", "sans-serif";
  font-size: 100%;
  width: 100%;
  overflow-x: hidden;
}

#bg-wrap {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 100%;
  border-top: 3px solid #6dabc2;
  /* W3C */
  background-image: url("../img/back-ground-roots.png"), linear-gradient(to right, #dedede 0%, #f4f4f4 20%, #f4f4f4 80%, #dedede 100%);
  background-color: #dedede;
  background-repeat: no-repeat;
  background-position: center top;
  height: auto !important;
  min-height: 560px;
  margin-top: -1px;
}

a {
  color: #846dc2;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #6d81c2;
  text-decoration: none;
}

.red {
  color: #f66c39;
}

.green {
  color: #6dc284;
}

/* User account view */
.user-view {
  position: relative;
}

.user-view-header {
  background: linear-gradient(135deg, #f4f4f4 0%, #dedede 100%);
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}

.user-view-title .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #787878;
  font-size: 70%;
  margin: 0 0 6px 0;
}

.user-view-subhead {
  color: #616161;
  font-size: 95%;
  margin-top: 6px;
}

.user-view-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.user-view-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pill {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 80%;
  color: #333333;
}

.pill-status {
  color: #ffffff;
  border-color: transparent;
}

.pill-active {
  background: #6dc284;
}

.pill-canceled {
  background: #f66c39;
}

.pill-expired {
  background: #787878;
}

.pill-paused {
  background: #6dabc2;
}

.user-view-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.user-panel {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.user-panel-wide {
  margin-bottom: 18px;
}

.user-panel h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.user-panel-actions {
  margin-top: 12px;
}

.user-kv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px 16px;
  margin: 0;
}

.user-kv dt {
  font-weight: bold;
  color: #454545;
}

.user-kv dd {
  margin: 0;
}

.user-kv div {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding: 8px 10px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #6dabc2;
  text-decoration: none;
  font-weight: normal;
}

.btn-primary {
  background: #6dabc2;
  color: #ffffff;
  border-color: #6dabc2;
}

.btn-ghost {
  background: #ffffff;
  color: #003d4c;
}

.user-table {
  width: 100%;
}

.user-table th,
.user-table td {
  padding: 6px 8px;
}

.user-table th {
  background: #f4f4f4;
  text-align: left;
}

@media (max-width: 980px) {
  .user-view-header {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .user-view-badges,
  .user-view-actions {
    justify-content: flex-start;
  }

  .user-view-grid {
    grid-template-columns: 1fr;
  }
}

a img {
  border: none;
}

/* Page Container */
#container {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 970px;
  margin: 40px auto 0 auto;
}

.wrapper {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 1011px;
  margin: 0 auto;
}

/* Page Header Elements */
#header-wrap {
  background-color: #f4f4f4;
  background-image: url("../img/back-ground-tree.png");
  background-repeat: no-repeat;
  background-position: center top;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 100%;
}

#header {
  height: 152px;
  font-family: berlinsmallcapsregular;
  letter-spacing: 0.2em;
  font-size: 120%;
  width: 1044px;
  margin: 0 auto 0 auto;
  font-weight: normal;
}

#header-logo {
  margin: 20px 0 0 20px;
  float: left;
  width: 309px;
  height: 110px;
}

#header-nav {
  width: 560px;
  margin: 30px 0 20px 60px;
  overflow: hidden;
  float: left;
}

#header-nav li {
  line-height: 2em;
  float: left;
  display: inline;
}

#header-nav li a {
  text-decoration: none;
  font-weight: normal;
  color: #787878;
}

#header-nav li a:before {
  content: " ";
  line-height: 2em;
  font-size: 80%;
}

#header-nav li a:hover {
  color: #787878;
}

#header-nav li a:hover:after, #header-nav li a:hover:before {
  content: "-";
  line-height: 2em;
  font-size: 80%;
  color: #6dabc2;
}

#header-nav li a:hover:before {
  margin-left: -0.3em;
}

nav#main-nav, nav#chart-bar {
  width: 100%;
  height: 34px;
  clear: both;
  position: relative;
}

nav#chart-bar {
  background-color: #3a3a3a;
  color: #6dabc2;
}

nav#main-nav {
  background-color: #ababab;
  z-index: 1000;
  height: 28px;
}

nav#main-nav ul {
  position: relative;
  display: inline-table;
  margin: 0;
  padding: 0;
}

nav#main-nav ul:after {
  content: "";
  clear: both;
  display: block;
}

nav#main-nav ul li {
  float: left;
}

nav#main-nav ul li:hover {
  background: #6dabc2;
}

nav#main-nav ul li:hover a {
  color: #f4f4f4;
}

nav#main-nav ul li:hover > ul, nav#main-nav ul li a {
  display: block;
}

nav#main-nav ul li a {
  padding: 6px 10px;
  color: #f4f4f4;
  text-decoration: none;
}

nav#main-nav ul ul {
  background: #2a3430;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  display: none;
}

nav#main-nav ul ul li {
  float: none;
  border-bottom: 2px solid #3a3a3a;
  position: relative;
}

nav#main-nav ul ul li a {
  padding: 6px 10px;
  color: #f4f4f4;
  width: 200px;
}

nav#main-nav ul ul li a:hover {
  background: #3a3a3a;
}

nav#main-nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

.hline {
  width: 100%;
  margin-top: 5px;
  height: 2px;
  background: #6dabc2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #6dabc2 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  margin-bottom: 9px;
}

#user {
  position: relative;
  color: #000000;
  font-size: 80%;
  right: 0;
  top: 2px;
  margin: -3px 0 0 0;
  width: 400px;
  padding: 0;
  text-transform: capitalize;
  float: right;
  font-family: "lucida grande", "verdana", "helvetica", "arial", "sans-serif";
}

#user ul {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  float: right;
}

#user ul:after {
  content: "";
  clear: both;
  display: block;
}

#user ul li {
  float: left;
  margin-right: 10px;
  font-size: 90%;
}

#user ul li:hover {
  background: #f4f4f4;
}

#user ul li:hover a {
  color: #6dabc2;
}

#user ul li:hover > ul {
  display: block;
}

#user ul li a {
  display: block;
  padding: 0;
  color: #6dabc2;
  text-decoration: none;
}

#user ul li.no-hover:hover {
  background: #f4f4f4;
}

#user ul ul {
  position: absolute;
  top: 100%;
  left: 190px;
  display: none;
  background-color: #dedede;
}

#user ul ul li {
  float: none;
  border-top: 1px solid #3a3a3a;
  position: relative;
}

#user ul ul li a {
  padding: 6px 3px;
  color: #6dabc2;
  width: 180px;
}

#user ul ul li a:hover {
  background-color: #dedede;
}

#user ul ul ul {
  position: absolute;
  left: -100%;
  top: 0;
}

#login {
  display: inline-block;
  vertical-align: top;
  width: 44.9%;
}

#register {
  display: inline-block;
  vertical-align: top;
  width: 44.9%;
}

/* Page Content Elements */
#content {
  margin: 0 0 0 9px;
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 10px 0 40px 0;
}

#normal-content {
  width: 1011px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  float: left;
  padding: 10px 0 40px 0;
  border-radius: 7px;
  margin: 9px 0 9px 0;
  min-height: 600px;
}

/* Page Footer Elements */
#footer {
  position: relative;
  bottom: 0;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  background: #3a3a3a;
  width: 100%;
  height: 273px;
  border-top: 5px solid #6dabc2;
  display: inline-block;
  margin-bottom: -40px;
  color: #f4f4f4;
  padding-top: 30px;
}

#footer .spacer {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 150px;
}

#footer .spacer .inner-space {
  vertical-align: middle;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #6dabc2 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  width: 2px;
  margin: 0 auto;
}

#footer #address {
  display: inline-block;
  vertical-align: top;
  width: 170px;
}

#footer #mc_embed_signup {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}

#footer #mc_embed_signup div {
  display: inline;
}

#footer #mc_embed_signup label {
  display: inline;
  font-size: 100%;
}

#footer #mc_embed_signup input[type=text], #footer #mc_embed_signup input[type=email] {
  margin-top: 3px;
  font-size: 80%;
  font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
  padding: 0.5ex 0.2em;
  border-radius: 7px;
  width: 100%;
}

#footer #mc_embed_signup input[type=submit], #footer #mc_embed_signup button, #footer #mc_embed_signup .submit button {
  margin-top: 3px;
  float: right;
  background: #6dabc2;
  background: linear-gradient(to bottom, #6dabc2, #2a3430);
  border-color: #787878;
  color: #f4f4f4;
  text-shadow: none;
  padding: 0.5ex 0.5em;
  font-weight: bold;
  font-size: 80%;
  display: inline;
  width: auto;
  border-radius: 7px;
}

#footer #mc_embed_signup input[type=submit]:hover, #footer #mc_embed_signup button:hover, #footer #mc_embed_signup .submit button:hover {
  background: #2a3430;
  background: linear-gradient(to bottom, #2a3430, #dedede);
}

#footer #mc_embed_signup input:focus, #footer #mc_embed_signup select:focus, #footer #mc_embed_signup textarea:focus {
  border-color: #2a3430;
  box-shadow: 0 0 5px #2a3430;
  outline: 0;
  border-radius: 7px;
}

#footer #footer-nav {
  width: 500px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0;
  overflow: hidden;
}

#footer #footer-nav li {
  line-height: 2em;
  float: left;
  display: inline;
}

#footer #footer-nav li a {
  text-decoration: none;
  font-weight: normal;
  color: #f4f4f4;
}

#footer #footer-nav li a:hover {
  color: #dedede;
}

#footer #footer-nav li a:hover:after, #footer #footer-nav li a:hover:before {
  content: "-";
  line-height: 2em;
  font-size: 80%;
  color: #6dabc2;
}

#footer #footer-nav li a:hover:before {
  margin-left: -0.3em;
}

#footer #footer-nav li a:before {
  content: " ";
  line-height: 2em;
  font-size: 80%;
}

#footer #footer-info {
  clear: both;
  font-size: 80%;
  width: 100%;
  text-align: center;
  color: #dedede;
  padding-top: 20px;
}

#page_title {
  color: #6dabc2;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

#page_title .smaller {
  font-size: 80%;
  color: #000000;
}

.center {
  width: 100%;
  text-align: center;
}

/** Notices and Errors **/
div.message, div.error-message {
  clear: both;
  color: #f4f4f4;
  font-size: 150%;
  font-weight: bold;
  background: #f66c39;
  padding: 7px 10px 7px 10px;
  width: 100%;
  margin: 0 0 9px;
  line-height: 1em;
  border-radius: 7px;
}

p.error {
  background-color: #FF4242;
  color: #f4f4f4;
  font-family: Courier, monospace;
  font-size: 100%;
  line-height: 140%;
  padding: 0.8em;
  margin: 1em 0;
}

p.error em {
  color: #000000;
  font-weight: normal;
  line-height: 100%;
}

.notice {
  background: #f66c39;
  color: #000000;
  display: block;
  font-family: Courier, monospace;
  font-size: 100%;
  line-height: 140%;
  padding: 0.8em;
  margin: 1em 0;
}

.success {
  background: #6dc284;
  color: #f4f4f4;
}

/** Paging **/
.paging {
  background: #f4f4f4;
  color: #787878;
  margin-top: 1em;
  clear: both;
  font-size: 80%;
}

.pagebar {
  border-radius: 7px;
  width: 100%;
  white-space: nowrap;
}

.pagebar > span {
  display: inline-block;
}

.paging .current, .paging .disabled, .paging .next, .paging .prev, .paging a, .paging .numbers {
  display: inline-block;
}

.paging .current, .paging .disabled, .paging a {
  text-decoration: none;
  padding: 0.5ex 0.5em;
}

.paging .next, .paging .prev {
  width: 5%;
  vertical-align: middle;
}

.paging .prev {
  padding: 0.5ex 0 0.5ex 0.5em;
}

.paging .next {
  width: 5%;
  padding: 0.5ex 0.5em 0.5ex 0;
}

.paging .disabled {
  color: #dedede;
  font-weight: bold;
}

.paging .disabled:hover {
  background: transparent;
}

.paging .current {
  border-radius: 7px;
  background: #dedede;
  color: #f66c39;
  font-weight: bold;
  padding: 1ex 1em;
}

.paging .numbers {
  text-align: center;
  width: 89%;
  vertical-align: middle;
}

.pagenumber {
  width: 100%;
  text-align: center;
}

.pagenumber .first {
  margin: 0 40px 0 0;
}

.pagenumber .last {
  margin: 0 0 0 40px;
}

.double li {
  width: 50%;
  float: left;
}

/* 2 col */
.triple li {
  width: 33.333%;
  float: left;
}

/* 3 col */
.quad li {
  width: 25%;
  float: left;
}

/* 4 col */
.five li {
  width: 20%;
  float: left;
}

/* 5 col */
.six li {
  width: 16.666%;
  float: left;
}

/* 6 col */
/** Forms **/
form.login {
  clear: none;
  display: inline;
  margin: 0 50px 0 0;
  padding: 0;
  float: right;
}

form.login div {
  clear: none;
  display: inline;
  margin: 0 0 0 5px;
  padding: 0;
  vertical-align: text-top;
  float: left;
}

form.login div .submit {
  border: 0;
  clear: none;
  margin-top: 0;
  display: inline;
}

form.login .input {
  color: #dedede;
  border-radius: 7px;
}

form.login .required {
  font-weight: bold;
}

form.login .required label:after {
  color: #6dabc2;
  content: "";
  display: inline;
}

form.login label {
  display: inline;
  font-size: 90%;
  margin: 0;
  font-weight: normal;
  float: left;
  padding: 0.25ex 0 0 0;
}

form.login input[type=text], form.login input[type=password], form.login input[type=email] {
  clear: none;
  font-size: 90%;
  border: none;
  font-family: "lucida grande", "verdana", "helvetica", "arial", "sans-serif";
  padding: 0.25ex 0.1em;
  border-radius: 0 0 7px 7px;
  width: 150px;
  background: rgba(200, 200, 200, 0.8);
  margin: 0;
  float: left;
}

form.login input[type=checkbox] + label {
  display: inline-block;
  padding-left: 0;
  float: left;
  margin: 0;
}

form.login option {
  font-size: 90%;
}

form.login input[type=checkbox] {
  clear: left;
  float: left;
  margin: 3px 6px 7px 2px;
  width: auto;
}

form.login input[type=submit], form.login button, form.login .submit button {
  display: inline;
  font-size: 90%;
  width: auto;
  font-weight: normal;
  letter-spacing: 0.2em;
  border: none rgb(198.9275362319, 222.7391304348, 231.5724637681);
  color: #6dabc2;
  text-shadow: #8cee7c 0 0 0;
  padding: 0.2ex 0.1em;
  margin: 0 0 0 3px;
  background: #f4f4f4;
  /* FF3.6+ */
  border-radius: 0;
  float: left;
  cursor: pointer;
}

form.login input[type=submit]:hover, form.login button:hover, form.login .submit button:hover {
  background: #3a3a3a;
  color: #f4f4f4;
}

#user {
  position: relative;
  right: -20px;
  width: 50%;
}

/** Scaffold View **/
dl {
  line-height: 2em;
  margin: 0 0;
  width: 60%;
}

dl dl:nth-child(4n+2),
dl dt:nth-child(4n+1) {
  background: #dedede;
}

dt {
  font-weight: bold;
  padding-left: 4px;
  vertical-align: top;
  width: 10px;
}

dd {
  margin-left: 10px;
  margin-top: -2em;
  vertical-align: top;
}

.subsection {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  border: 1px solid #dedede;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 16px 20px;
  width: 100%;
}

.subsection .right {
  float: right;
  margin: 0 0 9px 9px;
  border-radius: 7px;
  max-width: 250px;
}

.subsection h3 {
  position: relative;
  top: -25px;
  padding: 0 9px;
  display: inline-block;
  background: #f4f4f4;
  color: #6dc284;
  font-size: 100%;
  font-weight: bold;
}

.subsection p:first-of-type {
  display: block;
  width: 100%;
  margin-top: -20px;
}

.subsection:first-of-type {
  margin-top: 20px;
}

.vline {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}

.vline .inner-space {
  vertical-align: middle;
  height: 300px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #6dabc2 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  width: 2px;
  margin: 0 auto;
}

/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #f4f4f4;
  color: #f4f4f4;
}

/* Modal Body */
.modal-body {
  padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #f4f4f4;
  color: #f4f4f4;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #dedede;
  margin: auto;
  padding: 0;
  border: 1px solid #2a3430;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -500px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/*# sourceMappingURL=main.css.map */
