@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700|Amatic+SC|Playfair+Display');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html{line-height:1.15;-webkit-text-size-adjust:100%}  body{margin:0}  main{display:block}  h1{font-size:2em;margin:0.67em 0}  hr{box-sizing:content-box;height:0;overflow:visible}  pre{font-family:monospace,monospace;font-size:1em}  a{background-color:transparent}  abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}  b,strong{font-weight:bolder}  code,kbd,samp{font-family:monospace,monospace;font-size:1em}  small{font-size:80%}  sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}  sub{bottom:-0.25em}  sup{top:-0.5em}  img{border-style:none}  button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}  button,input{overflow:visible}  button,select{text-transform:none}  button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}  button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}  button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}  fieldset{padding:0.35em 0.75em 0.625em}  legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}  progress{vertical-align:baseline}  textarea{overflow:auto}  [type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}  [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}  [type="search"]{-webkit-appearance:textfield;outline-offset:-2px}  [type="search"]::-webkit-search-decoration{-webkit-appearance:none}  ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}  details{display:block}  summary{display:list-item}  template{display:none}  [hidden]{display:none}

*, html {
    box-sizing: border-box;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 100%;
    letter-spacing: 1px;
}

body {
    position: relative;
    top: 0;
    min-height: 100vh;
    background-color: #f7f7f7;
}

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

h1,h2,h3,h4,h5 {
    margin: 0;
}
h2 {
    font-size: 1.5em;
}
a.decoration:hover {
    text-decoration: underline;
    font-weight: 600;
}

.underline {
    text-decoration: underline;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.image-wrapper-50 {
    width: 50%;
    margin: 0 auto;
}

.ta-c {
    text-align: center;
}

.number-list {
    list-style-type: decimal !important;
}
.square-list {
    list-style-type: square !important;
}

.side-nav {
    top: 0;
    right: -250px;
    background: white;
    width: 250px;
    height: 100%;
    z-index: 20;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 20px;
    transition: right 300ms, width 300ms; /* setting width too so it resizes slower immediately when resizing window so menu doesn't show if it is hidden*/
    overflow: auto
}

.side-nav.is-active {
    right: 0 !important;
}

.side-nav > .logo-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.side-nav > .logo-wrapper > .logo {
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 50px;
    font-weight: 300;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2em;
}

.side-nav > .bar {
    margin-bottom: 20px;
}

.side-nav > .bar > .block {
    background: black;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.side-nav > .items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-weight: 300;
}

.side-nav > .items > .item {
    margin-bottom: 20px;
    cursor: pointer;
}

.side-nav > .items > .item:hover {
    font-weight: 400;
    text-decoration: underline;
}

.nav {
    position: fixed;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    height: 50px;
    text-transform: uppercase;
    background: transparent;
    transition: background-color 500ms;
    font-size: 1.2em;
    text-align: left;
}

a {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: inherit;
}

.nav.background {
    background: #ffffff;
    box-shadow: 0 1px 15px -5px lightgrey;
}

.nav .item {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1.2em;
    width: 33%;
}

@media all and (max-width: 500px) {
    .nav .item {
        font-size: 1em;
    }
}

.nav .item.left-button {
    text-align: left;
    width: 25%;
}

.nav .item.home {
    text-align: center;
    width: 50%;
}

.nav .item.menu {
    text-align: right;
    width: 25%;
}

.bold {
    font-weight: 600;
}

.banner {
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    padding-top: 50px;
    box-sizing: content-box;
    background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0.35) 65%, rgba(247, 247, 247, 0.55) 75%, rgba(247, 247, 247, 1.00) 100%), url("../images/background_image.jpg");
    margin-bottom: 35px;
}

@media all and (min-width: 800px) {
    .banner {
        /*min-height: 220px;*/
    }
}

@media all and (min-width: 1000px) {
    .banner {
        /*min-height: 280px;*/
    }
}

@media all and (min-width: 1200px) {
    .banner {
        min-height: 350px;
    }
}

.banner .title {
    text-transform: uppercase;
    color: white;
    font-size: 2em;
    letter-spacing: 5px;
    font-weight: 400;
    text-align: center;
}

.logo {
    font-size: 1.2em;
}

.intro {
    margin-bottom: 100px;
}

.intro > .bar {
    margin-bottom: 35px;
}

.intro > .bar > .block {
    background: black;
    height: 1px;
    width: 100px;
    margin: 0 auto;
    border-radius: 5px;
}

.intro > .title {
    font-size: 3em;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Amatic SC", sans-serif;
}

.intro > .text {
    font-size: 1em;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    width: 95%;
    max-width: 600px;
    margin: 0 auto 40px;
    font-weight: 300;
    line-height: 1.5;
}

.intro > .text {

}

.services-wrapper {
    width: 95%;
    max-width: 700px;
    margin: 0 auto 80px;
    /*min-width: 300px;*/
    text-align: center;
    border-radius: 1px;
    background: #ffffff;
    box-shadow: 6px 6px 10px 2px #e7e7e7;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    /*min-height: 200px;*/
}

.services-wrapper > .services-block {
    padding: 20px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -45px;
    width: 75%;
    background: white;
    box-shadow: 6px 6px 10px 2px #e7e7e7;
    border-radius: 1px;
}

.services-wrapper > .services-block > h1 {
    font-size: 1.5em;
    /*margin-bottom: 10px;*/
    font-weight: 400;
    margin: 0;
}

.services-wrapper > .options-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 75px;
    padding-bottom: 40px;
}

.services-wrapper > .options-wrapper > .option {
    width: 90%;
    /*max-width: 225px;*/
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #7d7d7d;
    padding: 30px 10px 20px;
    /*box-shadow: 6px 6px 10px 2px #e7e7e7;*/
    box-shadow: none;
    transition: border 300ms, box-shadow 300ms;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

@media all and (min-width: 400px) {
    .services-wrapper > .options-wrapper > .option {
        padding: 30px 30px 20px;
        width: 44%;
    }
}

@media all and (min-width: 600px) {
    .services-wrapper > .options-wrapper > .option {
        padding: 30px 30px 20px;
        width: 40%;
    }
}

.services-wrapper > .options-wrapper > .option > svg {
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
}

.services-wrapper > .options-wrapper > .option > h1 {
    margin-bottom: 20px;
    font-size: 1.1em;
    font-weight: 400;
}

.services-wrapper > .options-wrapper > .option > p {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.button {
    font-weight: 400;
    color: black;
    background-color: transparent;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 2px;
    transition: background-color 300ms, color 300ms;
    text-transform: uppercase;
    font-size: 12px;
}

.button:hover {
    background-color: black;
    color: white;
}

.services-wrapper > .options-wrapper > .option > .bar {
    width: 60px;
    margin: 0 auto 20px;
}

.services-wrapper > .options-wrapper > .option > .bar > .block {
    background: black;
    height: 1px;
    width: 50px;
    margin: 0 auto;
    border-radius: 5px;
}

.services-wrapper > .options-wrapper > .option:hover {
    border: none;
    border: 1px solid transparent;
    box-shadow: 6px 6px 10px 2px #e7e7e7;
}

.footer {
    background: #ffffff;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 20px 20px;
}

.footer > .logo-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer > .logo-wrapper > .logo {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer > .terms {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5;
}

.footer > .copyright {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 0.8em
}

/* Hamburger */

.hamburger {
    /*padding: 15px 15px;*/
    height: 30px;
    width: 20px;
    padding: 5px 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    /*outline: none;*/
    z-index: 30;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    /*width: 40px;*/
    /*height: 24px;*/
    width: 20px;
    height: 15px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    /*width: 40px;*/
    /*height: 4px;*/
    width: 20px;
    height: 1px;

    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    /*top: -10px;*/
    top: -7px;
}

.hamburger-inner::after {
    /*bottom: -10px;*/
    bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.2s 0.12s ease, opacity 0.2s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.2s 0.12s ease, transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.2s ease, opacity 0.2s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.2s ease, transform 0.2s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.error-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}

.error-wrapper > h1 {
    margin-bottom: 40px;
    font-size: 2em;
}

.error-wrapper > p {
    margin-bottom: 40px
}

/* LIGHTBOX */

.lightbox {
    background-color: rgba(244, 248, 255, 0.9);
    z-index: 2000;
    transition: opacity 300s ease-in-out;
    overflow: scroll;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.lightbox--inner {
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
.lightbox--close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
.lightbox--close:before,
.lightbox--close:after {
     position: absolute;
     left: 15px;
     content: ' ';
     height: 33px;
     width: 2px;
     background-color: #333;
 }
.lightbox--close:before {
     transform: rotate(45deg);
 }
.lightbox--close:after {
     transform: rotate(-45deg);
 }
.lightbox--close:hover {
     opacity: 1;
 }
.lightbox-content {
     width: 95%;
    max-width: 500px;
    text-align: justify;
    line-height: 1.5;
 }

.lightbox-content p {
    margin-bottom: 20px;
}

.lightbox-content .buttons {
    text-align: center;
}

.lightbox-content .buttons .button:first-child {
    margin-right: 20px;
}


/* BMD */
.bdm-wrapper {
    width: 95%;
    max-width: 700px;
    margin: 0 auto 80px;
    min-width: 300px;
    text-align: center;
    border-radius: 1px;
    background: #ffffff;
    box-shadow: 6px 6px 10px 2px #e7e7e7;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    /*min-height: 200px;*/
    padding: 20px;
}

.bdm-wrapper .sections {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.bdm-wrapper .sections .section {
    display: flex;
    flex-direction: column;
    width: 33%;
    padding: 0 5px;
}

.bdm-wrapper .sections .section .title,
.bdm-wrapper .extras .title {
    margin-bottom: 15px;
    font-size: 1.25em;
    font-weight: 400;
}

.bdm-wrapper .sections .section .inputs {
    display: flex;
    flex-direction: column;
}

.bdm-wrapper .sections .section .inputs .input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
}

.bdm-wrapper .sections .section .inputs .input label,
.bdm-wrapper .sections .section .inputs .input input {
    width: 50%;
    padding: 2px;
}

.bdm-wrapper .sections .section .inputs .input label {
    text-align: right;
    padding-right: 5px;
}
.bdm-wrapper .sections .section .inputs .input input {
    border-radius: 0px;
    border: 1px solid lightgrey;
}

.bdm-wrapper .extras {
    margin-bottom: 20px;
}

.bdm-wrapper .extras .inputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bdm-wrapper .extras .inputs .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*width: auto;*/
}

.bdm-wrapper .extras .inputs .row .input {
    margin-bottom: 5px;
    text-align: left;
}

.bdm-wrapper .extras .inputs .row .input:first-child {
    margin-right: 20px;
}

.bdm-wrapper .extras .inputs .row .input input,
.bdm-wrapper .extras .inputs .row .input label {
    cursor: pointer;
}

.bdm-wrapper .buttons .button {
    font-size: 1.1em;
    padding: 10px 20px;
    margin: 0 20px;
}

.bdm-wrapper .buttons .button.submit {
    border-color: green;
    color: green;
}

.bdm-wrapper .buttons .button.submit:hover {
    background-color: green;
    color: white;
}

.bdm-wrapper .buttons .button.reset {
    border-color: orange;
    color: orange;
}

.bdm-wrapper .buttons .button.reset:hover {
    background-color: orange;
    color: white;
}


/* REPORT */
.report-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
}

.report {
    width: 90%;
    max-width: 500px;
    margin: 20px;
}

@media all and (min-width: 500px) {
    .report {
        width: 95%;
    }
}

.report h1 {
    text-align: center;
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;

}

.report .content p {
    margin-bottom: 10px;
    line-height: 1.5em;
    text-align: justify;
}

.report .content p:last-child {
    margin-bottom: 40px;
}

.lifestyle h2 {
    padding: 10px;
    border: 1px solid black;
    border-radius: 3px;
    letter-spacing: 0;
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

.lifestyle .change {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}

.lifestyle .change:last-child {
    margin-bottom: 40px;
}

.lifestyle .change svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
}

.lifestyle .change p {
    width: calc(100% - 25px);
}
.food {
    border-radius: 1px;
    background: #ffffff;
    box-shadow: 6px 6px 10px 2px #e7e7e7;
    padding: 20px;
}
.food .heading {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: normal;
}

.food li {
    margin-bottom: 10px;
}

.food li:last-child {
    margin-bottom: 20px;
}

.food li span {
    text-transform: uppercase;
    font-weight: 600;
}

/* LOCATOR */
.locator-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    /*background-color: white;*/
}

.locator-wrapper .list,
.locator-wrapper .map {
    width: 100%;
    background-color: white;
}

.locator-wrapper .list {
    padding: 50px 30px;
}

.locator-wrapper .map {
    min-height: 655px;
}

@media all and (min-width: 1000px) {
    .locator-wrapper {
        flex-direction: row;
    }
    .locator-wrapper .list {
        width: 50%;
        min-height: 655px;
    }
    .locator-wrapper .map {
        width: 50%;
        min-height: 655px;
    }
}

@media all and (min-width: 1200px) {
    .locator-wrapper .list {
        width: 33%;
        min-height: 655px;
    }
    .locator-wrapper .map {
        width: 67%;
        min-height: 655px;
    }
}

.locator-wrapper .list--inner {
    /*padding: 20px 0 0 0;*/
}

.locator-wrapper .list--inner h1 {
    font-family: "Playfair Display", serif;
    font-size: 1.5em;
    margin-bottom: 40px;
}

.locator-wrapper .list--inner input {
    margin: 0;
}

.locator-wrapper .list--inner .validation-message {
    letter-spacing: 0;
    color: red;
    margin-bottom: 30px;
}

/* search options */
.locator-wrapper .list--inner .search-options input {
    margin-right: 10px;
}
.locator-wrapper .list--inner .search-options label {
    font-family: "Playfair Display", serif;
}
.locator-wrapper .list--inner .search-options .search-option {
    margin-right: 20px;
    margin-bottom: 10px
}
.locator-wrapper .list--inner .search-options {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-bottom: 5px;
}
.locator-wrapper .list--inner .search-option {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-size: .8em;
}

/* search */
.locator-wrapper .list--inner .search {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.locator-wrapper .list--inner .search input,
.locator-wrapper .list--inner .search button {
    border: 1px solid black;
    font-family: "Playfair Display", serif;
    padding: 10px;
}

.locator-wrapper .list--inner .search input {
    border-right: none;
}

.locator-wrapper .list--inner .search .km {
    width: 70px;
}
.locator-wrapper .list--inner .search button {
    width: 70px;
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    cursor:pointer;
}
.locator-wrapper .list--inner .search button:hover {
    background-color: black;
    color: white;
}
.locator-wrapper .list--inner .search .city {
    width: calc(100% - 140px);
}

/* locations */
.locator-wrapper .locations {
    overflow: scroll;
    max-height: 400px;
}

.locator-wrapper .location {
    padding: 20px 0;
    margin-right: 20px;
    border-bottom: 1px solid lightgrey;
}
.locator-wrapper .location .name {
    font-family: "Playfair Display", serif;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.locator-wrapper .location .address {
    font-family: "Playfair Display", serif;
    color: dimgrey;
    margin-bottom: 5px;
}
.locator-wrapper .location .phone {
    font-family: "Playfair Display", serif;
    color: dimgrey;
    margin-bottom: 10px;
}

.locator-wrapper .location .directions {
    font-family: "Playfair Display", serif;
    color: black;
    cursor: pointer;
}

.locator-wrapper .location .directions:hover {
    text-decoration: underline;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* google maps alterations */
.pac-container {
    font-family: "Playfair Display", serif;
}

.pac-container::after {
    display: none;
}


/* TERMS & CONDITIONS */
/* USEFUL LINKS */
.outter {
    padding-top: 80px;
    margin-bottom: 80px;
    min-height: 73vh;
}

.inner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 80px;
    /*min-width: 300px;*/
    text-align: center;
    /*border-radius: 5px;*/
    /*background: #ffffff;*/
    /*box-shadow: 6px 6px 10px 2px #e7e7e7;*/
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    text-align: left;
}

.inner.links-wrapper {
    max-width: 600px;
}

.inner.links-wrapper .links li {
    margin-bottom: 10px;
    font-weight: 400;
    display: flex;
    align-content: center;
    flex-direction: row;
}

.inner.links-wrapper .links li span svg {
    height: 20px;
    width: 20px;
    margin-right: 20px;
}

.inner.links-wrapper .links li:hover {
    margin-bottom: 10px;
    font-weight: 400;
    text-decoration: underline;
}

.content {
    margin-bottom: 30px;
}

.content h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
}

.content h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.content p {
    margin-bottom: 10px;
}

.emphasis {
    font-weight: 700;
}


/* CONVERTOR */

.form-wrapper {
    width: 95%;
    margin: 0 auto 80px;
    text-align: center;
    border-radius: 1px;
    background: #ffffff;
    box-shadow: 6px 6px 10px 2px #e7e7e7;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    padding: 20px;
    max-width: 650px;
}

.conversion-table-wrapper {
    max-width: 1000px;
}


.convertor .input-wrapper,
.convertor .output-wrapper {
    margin-bottom: 40px;
}

.input-wrapper .title,
.output-wrapper .title {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 400;
}

.convertor {
    display: flex;
    flex-direction: column;
}

.input-wrapper--inner,
.output-wrapper--inner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border: 1px solid black;
}

.input-block,
.output-block {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
    align-content: center;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid black;
}

.input-block:last-child,
.output-block:last-child {
    border-right: none;
    border-bottom: none;
}

.input-block .sub-title,
.output-block .sub-title {
    font-weight: 400;
    padding: 5px;
    width: 50%;
    border-bottom: none;
    border-right: 1px solid black;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
}

.input-block--inner,
.output-block--inner {
    display: flex;
    flex-direction: row;
    margin: 0;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.input-block--inner.select-field {
    width: 40%;
    margin: auto;
}

.input-block--inner.select-field select {
    letter-spacing: 0;
    border: 1px solid lightgrey;
    border-radius: 0;
    background: white;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFW…zTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);*/
    padding: 5px;
    letter-spacing: 0;
    width: 100%;
    color: black;
}

.input-block--inner.select-field select.alert {
    border-color: red;
    color: red;
}

.input-block--inner.input-field input {
    width: 50%;
    border: 1px solid lightgrey;
    padding: 5px;
    margin-right: 5px;
}

.input-block--inner.input-field input::-webkit-inner-spin-button,
.input-block--inner.input-field input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.input-block--inner.input-field > input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.output-wrapper--inner {
    margin-bottom: 20px;
}

.output-wrapper--inner:last-child {
    margin-bottom: 0;
}

.conversion-value {
    margin-right: 5px;
}

@media all and (min-width: 600px) {
    .input-block,
    .output-block {
        flex-direction: column;
        width: 20%;
        border-right: 1px solid black;
        border-bottom: none;
    }

    .input-wrapper--inner,
    .output-wrapper--inner{
        flex-direction: row;
    }

    .input-block .sub-title,
    .output-block .sub-title {
        border-bottom: 1px solid black;
        border-right: none;
        width: 100%;
        height: 60px;
    }

    .input-block--inner,
    .output-block--inner {
        width: auto;
        margin: 10px 0;
    }

    .input-block--inner.input-field input {
        width: 50px;
    }

    .input-block--inner.select-field {
        width: auto;
        margin: auto;
    }
}

.content-outter {
    width: 95%;
    margin: 0 auto 80px;
    text-align: center;
    border-radius: 1px;
    background: #ffffff;
    box-shadow: 6px 6px 10px 2px #e7e7e7;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    padding: 20px;
    max-width: 650px;
}

.button-wrapper {
    text-align: center;
}

.education .intro {
    margin-bottom: 50px;
}
.education .text {
    text-align: left;
    margin-bottom: 0;
}
.education .content-outter {
    text-align: left;
    max-width: 400px;
}
.education .button:hover {
    font-weight: 400;
}

.test .intro {
    margin-bottom: 50px;
}
.test .text {
    margin-bottom: 0;
}
.test .content-outter {
    max-width: 400px;
}
.test .button:hover {
    font-weight: 400;
}
.test .button:last-child {
    margin-left: 20px
}


/* EDUCATION / DOCUMENTATION */

.documentation-outter {
    padding-top: 50px;
    background-color: white;
    width: 100%;
    min-height: calc(100vh - 50px - 50px);
}

.documentation-inner {
    /*border-top: 1px solid black;*/
    /*border-bottom: 1px solid black;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: calc(100vh - 50px - 50px);
}

@media all and (max-width: 867px) {
    .documentation-inner {
        justify-content: center;
    }
}

.documentation-filter {
    /*border-right: 1px solid black;*/
    /*background-color: #f7f7f7;*/
}

@media all and (max-width: 867px) {
    .documentation-filter--desktop {
        display: none;
    }
}

.documentation-filter--inner {
    height: 100%;
    overflow: auto;
    padding: 20px;
    width: 250px;
}

.documentation-filter--inner > .item {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.documentation-filter--inner > a > .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.documentation-filter--inner > a > .content-option {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    border-left: 1px solid #a5b0ba;
    padding-left: 20px;
    transition: all 100ms;
}

.documentation-filter--inner > a:hover > .content-option {
    border-left-width: 4px;
}

.documentation-filter > .a {}

.documentation-content {
    width: 70%;
}

@media all and (max-width: 867px) {
    .documentation-content {
        width: 100%;
    }
}

.documentation-content--inner {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.documentation-content--inner > .essentials-section {

}

.documentation-spacer {
    width: 15%;
    display: none;
}

@media all and (min-width: 868px) {
    .documentation-spacer {
        display: block;
    }
}

.essentials-section .divider-image {
    margin-bottom: 40px;
}

.essentials-section .essentials-image {
    width: 100%;
    margin-bottom: 20px;
}

.essentials-section .essentials-image.no-margin {
    margin-bottom: 0;
}

/*.essentials-section .step-0-heading {*/
/*    color: #FF5E0F;*/
/*    margin-bottom: 100px;*/
/*    font-size: 36px;*/
/*}*/

/*.essentials-section .step-0-subheading {*/
/*    color: #FF5E0F;*/
/*    size: 20px;*/
/*}*/

/*.essentials-section .step-0-subheading:last-child {*/
/*    margin-bottom: 100px;*/
/*}*/

.essentials-section .step-heading {
    color: #FF5E0F;
    margin-bottom: 100px;
    font-size: 36px;
}

.essentials-section .step-subheading {
    color: #FF5E0F;
    size: 20px;
}

.essentials-section .step-subheading {
    margin-bottom: 20px;
}

.essentials-section h3 {
    size: 18px;
}

.essentials-section .step-subheading.no-margin {
    margin-bottom: 0;
}

.essentials-section .step-subheading.big-margin {
    margin-bottom: 100px;
}

.essentials-section button.orange-empty {
    border-color: #FF5E0F;
    background-color: white;
    color: #FF5E0F;
}
.essentials-section button.orange-empty:hover {
    background-color: #FF5E0F;
    color: white;
}
.essentials-section button.orange-full {
    border-color: #FF5E0F;
    background-color: #FF5E0F;
    color: white;
}

.essentials-section button.orange-full:hover {
    background-color: white;
    color: #FF5E0F;
}

.essentials-section .buttons-block {
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.essentials-section .buttons-block button {
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 40px;
    min-width: 100px;
    font-size: 14px;
}

.essentials-section .buttons-block > .home-button-block {

}

.essentials-section .buttons-block > .section-button-block {

}

.essentials-section ul {
    list-style-type: upper-alpha;
    margin: 0;
    margin-bottom: 20px;
}

.essentials-section ul li {
    margin-bottom: 10px;
}

.essentials-section p,
.essentials-section h3 {
    margin: 0;
    margin-bottom: 16px;
}

.essentials-section p,
.essentials-section p strong,
.essentials-section p i,
.essentials-section p u,
.essentials-section ul li {
    /*text-align: justify;*/
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.essentials-section .bone-comparison-image-text {
    margin-bottom: 16px;
}

.essentials-section .bone-comparison-image-text-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px;
}

.essentials-section .bone-comparison-image-text p {
    margin: 0;
}

.essentials-section .orange-link {
    color: #FF5E0F;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.essentials-section .orange-text-link {
    color: #FF5E0F;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.essentials-section cite {
    font-style: normal;
}

.orange-button--empty {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-color: #FF5E0F;
    background-color: white;
    color: #FF5E0F !important;
}

.orange-button--empty:hover {
    background-color: #FF5E0F;
    color: white !important;
}

.orange-button--full {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-color: #FF5E0F;
    color: white;
    background-color: #FF5E0F !important;
}

.orange-button--full:hover {
    color: #FF5E0F;
    background-color: white !important;
}

.essentials-section .orange-button--empty {
    height: 40px;
    min-width: 100px;
    font-size: 14px;
}


.toc {
    top: 0;
    left: -250px;
    background: #f7f7f7;
    width: 250px;
    height: 100%;
    z-index: 20;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*padding: 0 20px;*/
    transition: left 300ms, width 300ms; /* setting width too so it resizes slower immediately when resizing window so menu doesn't show if it is hidden*/
    overflow: auto
}

@media all and (min-width: 868px) {
    .toc {
        display: none;
    }
}

.toc.is-active {
    left: 0 !important;
}

.toc--button {
    display: block;
    width: 100px;
    padding: 3px 5px;
}

@media all and (max-width: 500px) {
    .toc--button {
        width: 67px;
        font-size: 10px;
    }
}

@media all and (min-width: 868px) {
    .toc--button {
        display: none;
    }
}