/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align: baseline;*/
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
/* remember to define focus styles!*/
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* GENERAL */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222;
  height: 100%;
  width: 100%;
  font-weight: 300;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a,
a:visited {
  color: #222;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
}
.content img {
  display: block;
}
p {
  line-height: 26px;
  margin: 5px 0 20px 0;
}
h1 {
  font-size: 28px;
  margin: 25px 0;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  margin: 25px 0;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  margin: 25px 0;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  margin: 25px 0;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  margin: 25px 0;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  margin: 25px 0;
  font-weight: 700;
}
ul {
  overflow: hidden;
  list-style: circle inside;
}
ul li {
  font-size: 16px;
  padding: 8px 0 4px 8px;
  margin: 0;
  position: relative;
  line-height: 20px;
}
ol {
  list-style: decimal inside;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding-left: 25px;
  list-style-position: outside;
  list-style-type: decimal;
}
ol li {
  margin: 0;
  padding: 8px 0 4px 8px;
  font-size: 16px;
  line-height: 20px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 10px 0 0 14px;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  font-size: 90%;
}
blockquote {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  margin: 30px 0;
  padding: 15px 20px;
  background-color: #F0F0F0;
}
blockquote span {
  font-size: 11px;
  display: block;
}
::-webkit-input-placeholder {
  color: #333;
}
:-moz-placeholder {
  color: #333;
}
::-moz-placeholder {
  color: #333;
}
:-ms-input-placeholder {
  color: #333;
}
/* Grid */
.row:after {
  content: "";
  display: table;
  clear: both;
}
*[class*="col-"] {
  width: 100%;
  float: left;
  margin-left: 4%;
}
*[class*="col-"]:first-child {
  margin-left: 0;
}
.col-1 {
  width: 4.66666667%;
}
.col-2 {
  width: 13.33333333%;
}
.col-3 {
  width: 22%;
}
.col-4 {
  width: 30.66666667%;
}
.col-5 {
  width: 39.33333333%;
}
.col-6 {
  width: 48%;
}
.col-7 {
  width: 56.66666667%;
}
.col-8 {
  width: 65.33333333%;
}
.col-9 {
  width: 74%;
}
.col-10 {
  width: 82.66666667%;
}
.col-11 {
  width: 91.33333333%;
}
.col-12 {
  width: 100%;
  margin-left: 0;
}
/* Offsets */
.offset-.col-1 {
  margin-left: 8.66666667%;
}
.offset-.col-2 {
  margin-left: 17.33333333%;
}
.offset-.col-3 {
  margin-left: 26%;
}
.offset-.col-4 {
  margin-left: 34.66666667%;
}
.offset-.col-5 {
  margin-left: 43.33333333%;
}
.offset-.col-6 {
  margin-left: 52%;
}
.offset-.col-7 {
  margin-left: 60.66666667%;
}
.offset-.col-8 {
  margin-left: 69.33333333%;
}
.offset-.col-9 {
  margin-left: 78%;
}
.offset-.col-10 {
  margin-left: 86.66666667%;
}
.offset-.col-11 {
  margin-left: 95.33333333%;
}
/* Forms */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 42px;
  padding: 6px 10px;
  background-color: #F4F6FA;
  border: 1px solid #D9DFE7;
  border-radius: 2px;
  box-shadow: none;
  width: 100%;
  color: #666;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
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,
textarea:focus,
select:focus {
  border: 1px solid #7A93B4;
  outline: 0;
}
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
label {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 400;
  float: left;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
}
textarea {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 180px;
}
input:invalid,
textarea:invalid {
  background-image: url(../images/validate-input.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 14px;
}

/* Spacing */
button,
.button {
  margin-bottom: 1.5rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 2rem;
}
pre,
blockquote,
dl,
figure,
table,
form {
  margin-bottom: 2.5rem;
}
/* Buttons */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 54px;
  padding: 0 30px;
  color: #0A1A2F;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 54px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ECF2FF;
  border-radius: 4px;
  border: 1px solid #ECF2FF;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #f2f6ff;
  outline: 0;
  background-color: #f2f6ff;
  transition: all .3s ease;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #00C6BC;
  border-color: #00C6BC;
  transition: all .3s ease;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #009c95;
  border-color: #009c95;
}
/* Tables */
table {
  width: 100%;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* Aligning & floating */
.required {
  color: #c2000c;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-center {
  margin: 0 auto;
}
/* CUSTOM WIDTH */
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
/* EXTRA MARGIN */
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
/* EXTRA PADDING */
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
/* MEDIA QUERY */
@media only screen and (max-width: 600px) {
  *[class*="col-"] {
    width: 100%;
    margin-left: 0;
  }
  .responsive-image {
    width: 100%;
    height: auto;
    max-width: 80%;
    float: none;
    margin-right: 0;
  }

  .button { height: 42px; line-height: 42px; font-size: 18px;}
}
