/*
 * Colours
 */
/*
 * SCSS (Compass) Mixins 
 */
/*
 * Overrides
 */
/* body {
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  font-size: 16px;
}

body,
h1, h2, h3, h4, h5, h6,
p {
  font-family: "Varela Round", sans-serif;
}

p.center {
  text-align: center;
}

h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

a,
a:link,
a:visited {
  color: #009cec;
  font-weight: bold;
}

a:hover,
a:active {
  color: #008cd4;
}

.row {
  margin-bottom: 1.5rem;
}

.column,
.columns {
  padding-left: 0;
} */

@media print, screen and (min-width: 40em) {
  .columns:last-child:not(:first-child) {
    float: left;
  }

  aside,
  main {
    /* max-width: 800px; */
  }
}
@media print, screen and (min-width: 63em) {
  aside {
    max-width: 600px;
  }

  main {
    /* max-width: 800px; */
  }
}
/* header {
  background: #fff;
  box-shadow: 3px 2px 20px #bbb;
  padding: 2rem;
  text-align: center;
}

.panel {
  background: #fff;
  color: #444;
  box-shadow: 3px 2px 20px #bbb;
  padding: 2rem;
  margin: 1rem;
}

aside .panel {
  background: #f8f8f8;
}

.side-wrap p,
.side-wrap ul {
  font-size: 1rem;
  color: #444;
  line-height: 1.3rem;
} */

/*
 * Custom Classes
 */
.relative {
  position: relative;
}

.centered {
  margin: auto;
  max-width: 1200px;
}

/* Forms */
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  margin: 0 0 0.3rem;
}

label {
  color: #444;
  margin-bottom: 0.4rem;
}

label.is-invalid {
  color: #ff0022;
}

input, input.form-control {
  font-size: 1rem;
  color: #999;
  border: 1px solid rgb(169, 169, 169);
  border-radius: 0px;
  padding: 0 0 0 1rem;
  height: 2rem;
  width: calc(100% - 1rem);
  -webkit-box-shadow: inset 0 0 1px #bbb;
  -moz-box-shadow: inset 0 0 1px #bbb;
  box-shadow: inset 0 0 1px #bbb;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

input[type=color] {
  width: 100px;
  height: 100px;
}

textarea {
  height: 5rem;
  padding-top: 0.5rem;
}

select, input, input.form-control {
  height: 2.4375rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 0.8rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 0.8rem;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 0.8rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 0.8rem;
}

/* Icons */
.hide {
  display: none;
}

.icon.validation {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  line-height: 0.9rem;
  color: #fff;
}

.icon.success {
  background: #00aa11;
}

.icon.error {
  background: #ff0022;
}

.success {
  color: #00aa11;
}

/* Fields */
.input-wrap.is-invalid input, .input-wrap.is-invalid select, .input-wrap.is-invalid textarea {
  border: 1px solid #ff0022;
}

/* Helper/Error */
.is-helpful {
  color: #999;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

.is-helpful.error-message {
  color: #ff0022;
}
span.fa {
    top: 1px;
    position: relative;
}
input[type=checkbox], input[type=radio] {
  height: 1.25rem;
  width: 1.25rem;
}
textarea#address {
  width: 100%;
}