/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Again borrowed from Skeleton V2.0.4. Copyright 2014, Dave Gamache
* www.getskeleton.com. Free to use under the MIT license.
*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #222; }

a {
  color: #1eaedb; }
  a:hover {
    color: #1b9cc5; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #F4F4F4; }

@font-face {
  font-family: "Raleway";
  src: url("./fonts/raleway/Raleway-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Raleway-Bold";
  src: url("./fonts/raleway/Raleway-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Raleway-Light";
  src: url("./fonts/raleway/Raleway-Light.ttf") format("truetype"); }
@font-face {
  font-family: "Raleway-Thin";
  src: url("./fonts/raleway/Raleway-Thin.ttf") format("truetype"); }
@font-face {
  font-family: "Ubuntu-Mono";
  src: url("./fonts/Ubuntu_Mono/UbuntuMono-Regular.ttf"); }
.f-full-width {
  width: 100%;
  box-sizing: border-box; }

.f-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.f-pull-right {
  margin-right: auto; }

.f-pull-left {
  margin-left: auto; }

.border {
  border: 1px #333 solid; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway-Light", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: 0; }

h1 {
  letter-spacing: -.1rem;
  line-height: 1.2;
  font-size: 4.0rem;
  color: #B9C9CC; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0;
  word-wrap: break-word; }

blockquote {
  box-sizing: border-box;
  background-color: #F4F4F4;
  border-left: 5px solid #8ED1C5;
  padding: 1.5em 1em 1.5em 1em;
  width: 98%;
  margin-left: 2%;
  white-space: normal; }

@media (min-width: 400px) {
  blockquote p {
    box-sizing: border-box;
    width: 95%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    white-space: normal;
    overflow: auto; } }
@media (min-width: 1000px) {
  blockquote {
    width: 90%;
    margin: 0 auto; } }
/* Modules */
.mainheader {
  grid-area: header; }

.content {
  grid-area: content; }

.panel {
  grid-area: sidebar; }

.mainfooter {
  grid-area: footer; }

.basic-wrapper {
  display: grid;
  margin: 0 0;
  padding: 0 0;
  width: 100%;
  max-width: 300px;
  grid-row-gap: 10px;
  grid-template-areas: "header" "sidebar" "content" "footer"; }

@media (min-width: 400px) {
  .basic-wrapper {
    padding: 1em 1em;
    max-width: 400px;
    grid-template-areas: "header" "sidebar" "content" "footer"; } }
@media (min-width: 550px) {
  .basic-wrapper {
    margin: 0 auto;
    padding: 1em 1em;
    max-width: 500px;
    grid-template-areas: "header" "sidebar" "content" "footer"; } }
@media (min-width: 750px) {
  .basic-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 20px;
    max-width: 600px;
    padding: 2em 2em;
    grid-template-areas: "header" "sidebar" "content" "footer"; } }
@media (min-width: 1000px) {
  .basic-wrapper {
    max-width: 1120px;
    padding: 2em 2em 2em 10em;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "header  header" "content sidebar" "footer footer"; } }
.f-column {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between; }

.f-col-1 {
  flex: 0 1 auto;
  text-align-last: left; }

.f-col-2 {
  flex: 0 1 auto;
  text-align-last: left; }

.f-col-3 {
  flex: 0 1 auto;
  text-align-last: left; }

.f-col-4 {
  flex: 0 1 auto;
  text-align-last: left; }

.flex-form {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%; }

@media (min-width: 750px) {
  .f-column {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between; }

  .f-col-1 {
    flex: 0 1 auto;
    text-align-last: center; }

  .f-col-2 {
    flex: 0 1 48%;
    text-align-last: left; }

  .f-col-3 {
    flex: 0 1 30%;
    text-align-last: left; }

  .f-col-4 {
    flex: 0 1 20%;
    text-align-last: left; }

  .flex-form {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    justify-content: flex-start; } }
.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  box-sizing: border-box; }

input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  color: #555555;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-size: 11px;
  font-weight: 800;
  font-family: "Raleway-Bold", Helvetica, Arial, sans-serif;
  height: 38px;
  letter-spacing: .1rem;
  line-height: 38px;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }

@media (min-width: 400px) {
  input[type="submit"], input[type="reset"], input[type="button"] {
    max-width: 30%;
    padding: 0 10px; } }
@media (min-width: 750px) {
  input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 0 30px; } }
.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #727e7e;
  outline: 0; }

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #8ED1C5;
  border-color: #8ED1C5; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #8ED1C5;
  border-color: #8ED1C5; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #333;
  border-color: #1eaedb; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #333;
  border-color: #1eaedb; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

textarea,
select {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  height: 38px;
  padding: 6px 10px; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  position: relative;
  appearance: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }

@media (min-width: 550px) {
  input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
    width: 100%; } }
@media (min-width: 1000px) {
  input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
    width: 50%; } }
textarea {
  position: relative;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 0; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #8ED1C5;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #8ED1C5;
  outline: 0; }

label,
legend {
  color: #b9c9cc;
  display: block;
  font-weight: 600;
  margin-bottom: .0rem; }

fieldset {
  align-content: space-between;
  background-color: #fcfcfc;
  border-width: 0;
  border: 1px solid #b8cacb;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 3rem;
  position: relative;
  justify-content: flex-start;
  align-content: flex-start;
  width: inherit;
  z-index: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem; }

label.animate {
  position: relative;
  z-index: -1;
  transform: translate(1rem, 1.85rem);
  transition: transform 180ms ease-out; }

label.animate.active {
  position: relative;
  z-index: -1;
  transform: translate(1rem, 0rem); }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

pre {
  background: #2d2d2d;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  margin: 0 0;
  max-width: 100%;
  overflow: auto;
  width: 100%;
  border-left: 5px solid #8ED1C5; }

pre > code {
  display: block;
  white-space: pre-wrap; }

code {
  color: #F4F4F4;
  background: #2d2d2d;
  border-radius: 4px;
  font-family: "Ubuntu-Mono", monospace;
  font-size: 90%;
  letter-spacing: 0.15rem;
  margin: 0 0;
  padding: .2rem .5rem;
  white-space: pre-wrap; }

@media (min-width: 400px) {
  pre {
    width: 98%;
    margin-left: 2%; }

  pre > code {
    display: initial;
    white-space: pre-wrap; }

  code {
    white-space: pre-wrap; } }
@media (min-width: 1000px) {
  pre {
    background: #2d2d2d;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 2rem 3.5rem;
    margin: 0 auto;
    max-width: 100%;
    overflow: auto;
    width: 90%;
    border-left: 5px solid #8ED1C5; }

  pre > code {
    display: block;
    white-space: pre; }

  code {
    color: #F4F4F4;
    background: #2d2d2d;
    border-radius: 4px;
    font-family: "Ubuntu-Mono", monospace;
    font-size: 90%;
    letter-spacing: 0.15rem;
    margin: 0 0;
    padding: .2rem .5rem;
    white-space: nowrap; } }
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #F4F4F4; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

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