/* SITE SPECIFIC COLORS */
/* PRIMARY COLORS */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a {
  text-decoration: none; }

h1 {
  margin: 0.5em 0; }

h2 {
  line-height: 1.1em; }

button {
  background: none;
  border: none;
  padding: 0; }

/*
* PAGE
*/
body,
html {
  line-height: 1.1;
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  *:focus {
    outline: none; }

/*
* CONTAINER WIDTH
*/
.container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .container {
      max-width: 640px; } }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 750px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 970px; } }
  @media only screen and (min-width: 1280px) {
    .container {
      max-width: 920px; } }
  @media only screen and (min-width: 1450px) {
    .container {
      max-width: 1170px; } }

/*
* HEADINGS
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10.5px;
  letter-spacing: -0.5px;
  color: #333333;
  font-family: inherit; }

h1 {
  font-size: 3rem;
  margin-bottom: 20px; }

h2 {
  font-size: 1.875rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem;
  text-transform: uppercase; }

/*
* PARAGRAPHS
*/
p {
  margin: 0 0 10.5px; }

/*
* LINKS
*/
a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  a:hover {
    text-decoration: underline; }

/*
* FIGCAPTION
*/
figcaption {
  margin: 5px 0;
  font-size: 90%; }

/*
* FIGURE
*/
figure {
  display: inline-block;
  margin: 0 0 1rem; }

/*
* QUOTES
*/
blockquote,
q {
  quotes: "\00BB" "\00AB" "\203A" "\2039"; }
  blockquote:before,
  q:before {
    content: open-quote; }
  blockquote:after,
  q:after {
    content: close-quote; }

blockquote {
  quotes: "\0022" "\0022" "\0027" "\0027";
  margin-bottom: 1rem;
  font-size: 125%; }

/*
* SMALL
*/
small {
  font-size: 85%; }

/*
* MARKER
*/
.marker {
  color: #DE388E; }

/*
* LISTS
*/
ol,
ul {
  list-style: initial;
  padding: 0;
  margin: 0 0 0.75em; }
  ol ul,
  ul ul {
    list-style: circle; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

li {
  margin: 0 0 0.3em 1.5em;
  padding: 0; }

li.vertical-tabs__menu-item {
  margin: 0; }

/*
* FORM ACTIONS
*/
.form-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

/*
* TABLE
*/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  table caption {
    margin: 10px; }
  table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #cccccc; }
  table tr.even {
    background-color: #e6e6e6; }
  table tr.odd {
    background-color: #f2f2f2; }
  table td,
  table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #cccccc; }
  table td.is-active {
    background-color: transparent; }

/* Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0; }

/* Other */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 80%; }
  @media only screen and (min-width: 768px) {
    .container {
      max-width: 640px; } }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 750px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 970px; } }
  @media only screen and (min-width: 1280px) {
    .container {
      max-width: 920px; } }
  @media only screen and (min-width: 1450px) {
    .container {
      max-width: 1170px; } }

/* Buttons */
.button {
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  border-radius: 2px;
  padding: 15px 30px;
  border: 1px solid black;
  background-color: black;
  color: white; }
  .button:hover {
    background-color: white;
    color: black; }

/*# sourceMappingURL=../stylesheets/application.css.map */
