html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

b,
strong {
    font-weight: bold;
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

small {
    font-size: 80%
}

img {
    border: 0
}

a img {
    max-width: 100%;
    height: auto;
    border: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td,
th {
    padding: 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

th {
    background-color: #f4d200;
    color: white;
    font-style: bold;
    border-bottom: none;
}

tr:hover {
    background-color: #f5f5f5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 14px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2b2b3d;
    text-rendering: optimizeLegibility
}

h1,
.h1 {
    font-size: 1.6875rem;
    line-height: 29.7px
}

h2,
.h2 {
    font-size: 1.4375rem;
    line-height: 25.3px
}

h3,
.h3 {
    font-size: 1.0625rem;
    line-height: 18.7px
}

h4,
.h4 {
    font-size: .875rem;
    line-height: 15.8px
}

a {
    color: #00CCD7;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

a:active,
a:hover {
    outline: 0
}

p {
    margin-bottom: 17px;
    font-family: inherit;
    font-weight: normal
}

hr {
    margin: 22px 0 21px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

textarea {
    resize: vertical
}

html {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    html {
        height: auto
    }

}

body {
    position: relative;
    background-color: #F8F8F8;
    color: #3d3d50;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    body {
        height: auto
    }

}

.main-container {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    .main-container {
        height: auto
    }

}

.content {
    display: block;
    opacity: 0;
    margin: 0 0 3.75rem
}

.content::after {
    clear: both;
    content: "";
    display: table
}

.content:last-child {
    margin: 0
}

.content__inner {
    width: 75%;
    max-width: 33.75rem;
    float: left
}

@media screen and (max-width: 1140px) {
    .content__inner {
        width: 100%;
        max-width: 100%
    }

}

.content__inner p {
    font-size: .9375rem;
    line-height: 1.818;
    font-weight: 300;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .content__inner {
        width: 100%;
        display: block;
        float: none
    }

}

.blocks {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    .blocks {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        height: auto
    }

}

.block {
    height: 100%
}

.block--left {
    width: 30%;
    text-align: center;
    overflow: hidden;
    position: fixed;
    left: 0;
    opacity: 0;
    background-color: #FFDB00;
}

@media screen and (max-width: 768px) {
    .block--left {
        width: 100%;
        position: relative
    }

}

.block--right {
    width: 70%;
    height: auto;
    position: absolute;
    right: 0
}

@media screen and (max-width: 768px) {
    .block--right {
        width: 100%;
        height: auto;
        position: static
    }

}

.block-content {
    margin: 0 0 0
}

.block__title {
    overflow: hidden;
    color: #fff;
    line-height: 1.35;
    font-weight: 500;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 540px) {
    .block__title:nth-child(2) {
        font-size: 1rem
    }

}

.block__title:nth-child(3) {
    /*font-size: 1.25rem;*/
    max-width: 25rem;
    margin: .25rem auto 1.75rem
}

@media screen and (max-width: 1320px) {
    .block__title:nth-child(3) {
        /*font-size: 1.125rem;*/
        max-width: 21.25rem
    }

}

@media screen and (max-width: 540px) {
    .block__title:nth-child(3) {
        font-size: .875rem;
        max-width: 16.875rem
    }

}

.block__title span {
    opacity: 0;
    display: block;
    color: #fff
}

.block__title em {
    color: #3ee6bf;
    font-style: normal;
    position: relative;
    font-weight: 700
}

.block__inner {
    padding: 3.125rem;
    width: 100%;
    height: 100%
}

.block--left .block__inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 1.25rem
}

@media screen and (max-width: 768px) {
    .block__inner {
        padding: 1.5625rem
    }

    .block--left .block__inner {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end
    }

}

#prof-pic {
    width: 100%;
}

#prof-pic > a {
    display: block;
}

img.logo-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 9px solid #fff099
}
#prof-pic > a:hover img.logo-img,
#prof-pic > a:focus img.logo-img {
    border-color: #FFF8CB
}

.block__social__link,
.btn {
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.btn {
    color: #FFF;
    border: 2px #FFF solid;
    border-radius: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
}

.btn.blue {
    color: #00CCD7;
    border: 2px #00CCD7 solid;
}

.btn:hover {
    color: #FFDB00;
    background-color: #FFF;
}

.btn.blue:hover {
    color: #FFF;
    background-color: #00CCD7;
}

.block__social {
    position: relative;
    z-index: 20;
    margin-top: 1.75rem
}

.block__social__link {
    color: #FFF3AB;
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    height: auto;
    padding: .3125rem;
    opacity: 0
}

.block__social__link:hover {
    color: #FFF;
}


.hidden {
    display: none;
}

.content--header {
    text-align: center;
    margin-bottom: 25px;
}

.content--header > h1 {
    color: #00CCD7;
    font-weight: 100;
    letter-spacing: 3px;
    overflow: visible;
    display: inline-block;
    max-width: 60%;
}
.content--header > h1:before,
.content--header > h1:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin: 0 .5em 0 -55%;
    border-bottom: 2px solid;
}

.content--header > h1:after {
  margin: 0 -55% 0 .5em;
}
.content--header > h1 > span {
  display: inline-block;
  vertical-align: middle;
}

article {
    display: block;
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.05);
}

.image-carousel {
    position:relative;
}
.image-carousel img {
    position:absolute;
    z-index:1
}
.image-carousel img.active{
    z-index:3
}

.post-image {
    width: 100%;
}

a.morelink {
    font-size: .875rem;
}

.row {
    display: block;
    margin-top: 30px;
    clear:both;
    text-align: center;
}

form {
    text-align: center;
}

input[type="text"]{
    width: 100%;
    height: 35px;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #e8ebed;
    color: #576366;
    font-family: inherit;
}

input[type="submit"]{
    width: 50%;
    height: 35px;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
    background: #00CCD7;
    color: #fff;
    margin: 10px 10px 10px 10px;
    cursor: pointer;
    font-family: inherit;
}

input[type="submit"]:focus {
    outline: 0;
}

input[type="submit"]:active {
    background: #18BAC3;
}

#model-results-loading {
    color: #e8ebed;
    width: 100%;
    text-align: center;
}

#model-result {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

#model-result>h3 {
    font-weight: 100;
    margin-bottom: 5px;
}
#model-result>div {
    font-size: 0.9rem;
}


#aroma_wheel {
    max-width: 500px;
}

.map {
    width: 100%;
    height: 100%;
}

.dc-chart .axis text {
    font-size: 12px;
}

.resize {
    width: 100%;
}

.legend {
    line-height: 18px;
    color: #555;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.chart-container {
    text-align: center;
    width: 100%;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}

.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

div.dc-chart {
    float: none !important; 
}

.float-chart {
    display: inline-block;
}

#wine-data-table {
    font-size: .875rem;
}

#attribution{
    color: #fff3ab;
    font-size: 80%;
    text-align: center;
    margin-bottom: 30px;
}