/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	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;
}@charset "UTF-8";

/* ----- MEDICA BRAND ----- */

/* ----- SOCIAL BRANDS ----- */

h1,
h2 {
  font-size: 1.6em;
  margin: 0.5em 0;
  font-weight: bold;
  color: #03533e;
}

h1:first-child,
h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: 1.15em;
  font-weight: bold;
}

blockquote {
  padding-left: 1em;
  border-left: 3px solid #03533e;
}

p,
ul {
  line-height: 1.8em;
  margin: 1.4em 0;
  max-width: 700px;
}

.content ul {
  list-style: disc;
  margin-left: 1em;
}

p.hours {
  margin: 0;
}

p.hours span {
  display: block;
  font-weight: bold;
}

@media (min-width: 500px) {
  p.hours span {
    width: 40%;
    display: inline-block;
  }
}

html {
  background-color: #f8f8f8;
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

body,
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
}

@font-face {
  font-family: 'fontello';
  src: url(/fonts/fontello.eot?7b0f0e121e637dba28a15b6d28c6f11f);
  src: url(/fonts/fontello.eot?7b0f0e121e637dba28a15b6d28c6f11f#iefix) format("embedded-opentype"), url(/fonts/fontello.woff2?55a9d62ff970b5ba3e4faf42475dad4b) format("woff2"), url(/fonts/fontello.woff?e46225358aa4d90fb902c1a93cc4a91f) format("woff"), url(/fonts/fontello.ttf?87eaf18700110a8e59505f63083a8a19) format("truetype"), url(/fonts/fontello.svg?4a37bc8a38bae07a85771123f30c5b12#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  font-size: 1.5rem;
}

.icon-twitter:before {
  content: '\F099';
}

/* '' */

.icon-instagram:before {
  content: '\F16D';
}

/* '' */

.icon-facebook-official:before {
  content: '\F230';
}

/* '' */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #03533e;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #11735a;
}

nav.sidebar {
  z-index: 10;
  width: 100%;
  padding: 1em 0;
  background: #85cdb9;
  font-size: 1.1em;
}

@media (min-width: 800px) {
  nav.sidebar {
    font-size: 1.19em;
    height: 100vh;
    position: fixed;
    top: 0;
    -webkit-box-shadow: #2e8069 2px 0 10px 0px;
            box-shadow: #2e8069 2px 0 10px 0px;
  }

  nav.sidebar div {
    padding: 0 1em;
  }
}

nav.sidebar .logo {
  margin-left: 1em;
  float: left;
}

nav.sidebar .logo img {
  height: 45px;
  margin-top: -9px;
}

@media (min-width: 800px) {
  nav.sidebar .logo {
    margin: 1em 0;
    float: none;
  }

  nav.sidebar .logo img {
    height: auto;
    margin-top: 0;
    width: 100%;
  }
}

nav.sidebar ul {
  overflow: hidden;
  margin: 0;
  margin-left: 6em;
  padding-left: 0;
}

@media (min-width: 800px) {
  nav.sidebar ul {
    margin: 2em 0;
  }
}

nav.sidebar ul li {
  float: left;
  width: auto;
  padding: 0 1em 0 0.3em;
}

nav.sidebar ul li:first-of-type {
  display: none;
}

@media (min-width: 600px) {
  nav.sidebar ul li:first-of-type {
    display: block;
  }
}

@media (min-width: 800px) {
  nav.sidebar ul li {
    background: #97dcc9;
    width: 100%;
    float: none;
    padding: 0;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border-bottom: 1px solid #73b6a3;
  }

  nav.sidebar ul li a {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
  }

  nav.sidebar ul li a:link,
  nav.sidebar ul li a:visited {
    color: #03533e;
  }

  nav.sidebar ul li.active {
    background: #bbf7e6;
  }

  nav.sidebar ul li.active a:link,
  nav.sidebar ul li.active a:visited {
    color: #02281e;
  }

  nav.sidebar ul li:hover {
    background: #d1fff2;
  }

  nav.sidebar ul li:hover a:link,
  nav.sidebar ul li:hover a:visited {
    color: #03533e;
  }

  nav.sidebar ul li:last-of-type {
    border-bottom: 0;
  }
}

main .content {
  background: white;
  -webkit-box-shadow: 0 0 2px 1px #ebebeb;
          box-shadow: 0 0 2px 1px #ebebeb;
  padding: 1em;
  margin: 1em;
}

@media (min-width: 800px) {
  main .content {
    padding: 2em;
  }
}

.footer {
  padding: 0 1em 1em;
  z-index: 50;
  width: 100%;
}

.footer footer {
  margin-bottom: 1em;
}

.footer span:not(:last-of-type):after {
  content: ',';
}

.footer .social-links {
  margin-top: 0.6em;
}

.footer .social-links [class^="icon-"] {
  display: inline-block;
  font-size: 0;
}

.footer .social-links a {
  text-decoration: none;
  margin-right: 0.6em;
}

@media (min-width: 800px) {
  .footer {
    position: fixed;
    bottom: 1em;
    width: 33%;
    font-size: 1.1em;
  }

  .footer span {
    display: block;
  }

  .footer span:not(:last-of-type):after {
    content: '';
  }

  .footer .social-links {
    margin-top: 1em;
  }

  .footer [class^="icon-"] {
    color: #e6fef7;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }

  .footer [class^="icon-"]:hover {
    color: white;
  }
}

@media (min-width: 1200px) {
  .footer {
    width: 25%;
  }
}

@media (min-width: 1500px) {
  .footer {
    width: 20%;
  }
}

@media (min-width: 800px) {
  nav.sidebar {
    width: 26%;
  }

  main {
    margin-left: 26%;
  }
}

@media (min-width: 1200px) {
  nav.sidebar {
    width: 25%;
  }

  main {
    margin-left: 25%;
  }

  main .content {
    margin: 2em auto;
    width: 75%;
    max-width: 700px;
  }
}

@media (min-width: 1500px) {
  nav.sidebar {
    width: 20%;
  }

  main {
    margin-left: 20%;
  }
}

.homepage-banner {
  background-image: url("/images/shop.jpg");
  background-size: cover;
  height: 400px;
  width: 100%;
  max-width: 700px;
  background-position: top center;
  display: block;
  overflow: hidden;
  text-indent: -8888px;
}

.bottom-block {
  margin: 1em 0;
}

.button-link {
  display: inline-block;
  border: 1px solid #023b2c;
  padding: 0.7em;
  margin-right: 1em;
  margin-bottom: 0.3em;
  background: #03533e;
  color: #f3fffb;
  text-decoration: none;
}

.button-link:hover {
  color: #bbf7e6;
}

label {
  display: none;
  margin: 1em 0 0.3em;
}

input,
textarea {
  width: 100%;
  max-width: 400px;
  padding: 0.6em;
  border: 1px solid white;
  background: #f4fefb;
  border: 1px solid #26745f;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0.6em;
}

button,
input[type="submit"],
.button-link {
  display: inline-block;
  border: 1px solid #023b2c;
  padding: 0.7em;
  margin-right: 1em;
  margin-bottom: 0.3em;
  background: #03533e;
  color: #f3fffb;
  text-decoration: none;
}

button:hover,
input[type="submit"]:hover,
.button-link:hover {
  color: #bbf7e6;
}

button {
  margin-top: 1em;
}

small {
  display: block;
}

.service {
  margin-top: 1.4em;
}

.service h1,
.service h2 {
  display: inline-block;
  margin: 0;
}

.service h1 {
  width: 400px;
  max-width: 100%;
  font-weight: normal;
  color: black;
}

.service p:first-of-type {
  margin-top: 1em;
}

.service h3 {
  margin: 0.8em 0;
}

table.other-services {
  width: 100%;
  max-width: 700px;
  border-collapse: separate;
  border-spacing: 0.2em;
  margin-left: -0.2em;
}

table.other-services td {
  background: #e6fbf5;
  color: #02281e;
  padding: 0.6em 1em;
  line-height: 2em;
  display: block;
}

table.other-services td small {
  color: #47514e;
  font-size: 0.85em;
}

table.other-services td:nth-of-type(2) {
  font-weight: bold;
}

table.other-services td:nth-of-type(2) small {
  display: inline;
  font-weight: initial;
}

@media (min-width: 500px) {
  table.other-services td {
    display: table-cell;
    width: 65%;
  }

  table.other-services td small {
    color: #47514e;
    font-size: 0.75em;
  }

  table.other-services td:nth-of-type(2) {
    font-weight: initial;
  }
}

.alert {
  border: 1px solid #d56767;
  padding: 1em;
  background: #ffe8e8;
  margin: 1em 0;
  max-width: 700px;
}

.alert.good {
  background: #e8ffef;
  color: #163e15;
  border: 1px solid #378135;
}

.alert p {
  margin: 0;
}

.alert p:not(:last-of-type) {
  margin-bottom: 0.6em;
}

.alert h3 {
  margin-bottom: 0.6em;
}


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