﻿/* from legacy,  this is not the modern version */
@import url(nlt.css);

/* appears to be web-specific override */
@import url(nlt-web.css);

/* line 6, ../../dev/scss/util/_box-sizing.scss */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 8, ../../dev/scss/util/_accessibility.scss */
.assist {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* line 20, ../../dev/scss/util/_accessibility.scss */
.focusable.assist:active,
.focusable.assist:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* line 6, ../../dev/scss/util/_clearfix.scss */
.group {
    *zoom: 1;
}
    /* line 10, ../../dev/scss/util/_clearfix.scss */
    .group:before,
    .group:after {
        content: " ";
        display: table;
    }
    /* line 15, ../../dev/scss/util/_clearfix.scss */
    .group:after {
        clear: both;
    }

@font-face {
    font-family: "nltto";
    src: url("../fonts/nltto.eot");
    src: url("../fonts/nltto.eot?#iefix") format("embedded-opentype"), url("../fonts/nltto.ttf") format("truetype"), url("../fonts/nltto.woff") format("woff"), url("../fonts/nltto.svg#nltto") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* line 15, ../../dev/scss/core/_reset.scss */
html {
    height: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 31, ../../dev/scss/core/_reset.scss */
body {
    height: 100%;
    font: normal normal normal 18px/1 "Proxima Nova Regular", "proxima-nova", "Helvetica Neue", Calibri, "Droid Sans", Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 0;
}

/* line 48, ../../dev/scss/core/_reset.scss */
input::-webkit-calendar-picker-indicator {
    display: none;
}

/* line 52, ../../dev/scss/core/_reset.scss */
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

/* line 72, ../../dev/scss/core/_reset.scss */
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* line 79, ../../dev/scss/core/_reset.scss */
h1,
h2,
h3,
h4,
p,
blockquote {
    margin: 0;
}

/* line 83, ../../dev/scss/core/_reset.scss */
cite {
    font-style: normal;
}

/* line 89, ../../dev/scss/core/_reset.scss */
dl,
dd {
    margin: 0;
}

/* line 95, ../../dev/scss/core/_reset.scss */
menu {
    padding: 0;
    margin: 0;
}

/* line 107, ../../dev/scss/core/_reset.scss */
button {
    font: inherit;
    line-height: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border: none;
}

    /* line 117, ../../dev/scss/core/_reset.scss */
    button:disabled {
        color: inherit;
    }

/* line 121, ../../dev/scss/core/_reset.scss */
i {
    font-style: italic;
}

/* line 125, ../../dev/scss/core/_reset.scss */
input {
    margin: 0;
}

    /* line 129, ../../dev/scss/core/_reset.scss */
    input[type="text"] {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    /* line 142, ../../dev/scss/core/_reset.scss */
    input[type="search"] {
        -webkit-appearance: none;
    }

/* line 146, ../../dev/scss/core/_reset.scss */
fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

/* line 152, ../../dev/scss/core/_reset.scss */
legend {
    font: inherit;
    padding: 0;
}

/* line 157, ../../dev/scss/core/_reset.scss */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: inherit;
    color: inherit;
    margin: 0;
    border: none;
}

/* line 171, ../../dev/scss/core/_reset.scss */
option:checked {
    background-color: white !important;
    color: inherit !important;
}

/* line 176, ../../dev/scss/core/_reset.scss */
input[type="checkbox"] {
    padding: 0;
}

/* line 180, ../../dev/scss/core/_reset.scss */
input[type="radio"] {
    padding: 0;
}

/* line 189, ../../dev/scss/core/_reset.scss */
abbr {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-bottom: 1px dotted #ca9c42;
    cursor: help;
    line-height: 1.1;
}

/* line 15, ../../dev/scss/core/_util.scss */
.flex-image {
    max-width: 100%;
    height: auto !important;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

/* line 19, ../../dev/scss/core/_util.scss */
.fleximg {
    max-width: 100%;
    height: auto !important;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

/* line 24, ../../dev/scss/core/_util.scss */
.text {
    line-height: 1.22222;
}

/* line 7, ../../dev/scss/base/_button.scss */
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    cursor: pointer;
}

/* line 19, ../../dev/scss/base/_button.scss */
.button {
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
    /* line 30, ../../dev/scss/base/_button.scss */
    .button:focus {
        outline: 1px solid #e4e4e4;
    }
    /* line 33, ../../dev/scss/base/_button.scss */
    .button:hover {
        background-color: #333333;
        color: white;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    /* line 38, ../../dev/scss/base/_button.scss */
    .button:active {
        background-color: #333333;
        color: #d5b16a;
        outline: none;
    }
    /* line 44, ../../dev/scss/base/_button.scss */
    .button.__disabled {
        background-color: #e4e4e4;
        color: #989898;
        outline: 1px solid #cbcbcb;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -ms-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }
        /* line 50, ../../dev/scss/base/_button.scss */
        .button.__disabled:hover {
            background-color: #d7d7d7;
            -webkit-transition: background-color 0.3s ease-out;
            -moz-transition: background-color 0.3s ease-out;
            -ms-transition: background-color 0.3s ease-out;
            -o-transition: background-color 0.3s ease-out;
            transition: background-color 0.3s ease-out;
        }
    /* line 56, ../../dev/scss/base/_button.scss */
    .button.__link {
        text-decoration: none;
    }

/* line 66, ../../dev/scss/base/_button.scss */
.button__gold {
    background-color: #ca9c42;
    color: white;
    font-size: 0;
    padding: 0 4px 0 12px;
}

/* line 75, ../../dev/scss/base/_button.scss */
.button__nav {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-color: #ca9c42;
    color: white;
    padding: 0 0.44444em;
}

/* line 82, ../../dev/scss/base/_button.scss */
.button--text {
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 34px;
    padding-right: 8px;
}

/* line 89, ../../dev/scss/base/_button.scss */
.button--icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 34px;
    padding-right: 8px;
}

/* line 102, ../../dev/scss/base/_button.scss */
.button__link {
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-decoration: none;
}

/* line 118, ../../dev/scss/base/_button.scss */
.button__submit {
    width: 28px;
    height: 28px;
    background-color: #e4e4e4;
    color: #333333;
    text-align: center;
}

/* line 126, ../../dev/scss/base/_button.scss */
.button__submit--icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.5em 0.64286em 0.63636em 0.78571em;
}

/* line 139, ../../dev/scss/base/_button.scss */
.button__large {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}
    /* line 143, ../../dev/scss/base/_button.scss */
    .button__large.icon__down {
        font-size: 36px;
        font-size: 3.6rem;
    }

/* line 15, ../../dev/scss/base/_form.scss */
.form--status {
    border: 1px solid #b71132;
    padding: 15px 20px 15px 15px;
    margin-top: 20px;
}
    /* line 20, ../../dev/scss/base/_form.scss */
    .form--status.__visible {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

/* line 25, ../../dev/scss/base/_form.scss */
.form--status--heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0.4em;
}

/* line 30, ../../dev/scss/base/_form.scss */
.form--status--deck {
    font-size: 17px;
    font-size: 1.7rem;
    color: #999999;
    color: #ad102f;
    margin-bottom: 0.58824em;
}

/* line 39, ../../dev/scss/base/_form.scss */
.form--status--list {
    padding-left: 15px;
    counter-reset: foo;
    display: table;
}

/* line 47, ../../dev/scss/base/_form.scss */
.form--status--item {
    counter-increment: foo;
    display: table-row;
}
    /* line 54, ../../dev/scss/base/_form.scss */
    .form--status--item:before {
        content: counter(foo) ".";
        display: table-cell;
        text-align: right;
        padding-right: 0.5em;
    }

/* line 62, ../../dev/scss/base/_form.scss */
.form--status--link {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    color: #ca9c42;
    line-height: 1.17647;
    margin-bottom: 0.29412em;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
    /* line 72, ../../dev/scss/base/_form.scss */
    .form--status--link:hover {
        color: #333333;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
        text-decoration: none;
    }

/* line 84, ../../dev/scss/base/_form.scss */
.form--response {
    max-width: 430px;
}

/* line 89, ../../dev/scss/base/_form.scss */
.form--response--success {
    border: 1px solid #ca9c42;
    padding: 15px 15px 5px 15px;
}

/* line 94, ../../dev/scss/base/_form.scss */
.form--response--heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0.4em;
}

/* line 99, ../../dev/scss/base/_form.scss */
.form--response--content {
    line-height: 1.22222;
    margin-bottom: 0.55556em;
}
    /* line 103, ../../dev/scss/base/_form.scss */
    .form--response--content .poet2 {
        margin-left: 2em;
        padding-bottom: 0.27778em;
    }
    /* line 108, ../../dev/scss/base/_form.scss */
    .form--response--content .vn {
        display: none;
    }

/* line 113, ../../dev/scss/base/_form.scss */
.form--response--subhead {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0.27778em;
}

/* line 118, ../../dev/scss/base/_form.scss */
.form--response--link {
    color: #ca9c42;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
    /* line 122, ../../dev/scss/base/_form.scss */
    .form--response--link:hover {
        color: #999999;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
        text-decoration: none;
    }

/* line 129, ../../dev/scss/base/_form.scss */
.form--response--imgbin {
    max-width: 300px;
    margin-top: 15px;
}

/* line 138, ../../dev/scss/base/_form.scss */
.form--response--image {
    display: block;
    max-width: 100%;
    height: auto !important;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    box-shadow: 0 2px 5px 1px #4d4d4d;
}

/* line 149, ../../dev/scss/base/_form.scss */
.form--response--error {
    border: 1px solid #ce1338;
    padding: 15px 20px 10px 15px;
}

/* line 159, ../../dev/scss/base/_form.scss */
.form--loadbin {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin-left: 10px;
}

/* line 165, ../../dev/scss/base/_form.scss */
.form--loading {
    display: none;
}

/* line 6, ../../dev/scss/base/_icon.scss */
.icon,
.-icon {
    font-family: "nltto";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 23, ../../dev/scss/base/_icon.scss */
.icon-tweet:before {
    content: "\e600";
}

/* line 27, ../../dev/scss/base/_icon.scss */
.icon-down:before {
    content: "\e601";
}

/* line 31, ../../dev/scss/base/_icon.scss */
.icon-facebook:before {
    content: "\e602";
}

/* line 35, ../../dev/scss/base/_icon.scss */
.icon-youtube:before {
    content: "\e603";
}

/* line 39, ../../dev/scss/base/_icon.scss */
.-icon._updown:before,
.icon-updown:before {
    content: "\e604";
}

/* line 43, ../../dev/scss/base/_icon.scss */
.icon-twitter:before {
    content: "\e605";
}

/* line 47, ../../dev/scss/base/_icon.scss */
.icon-trigram:before {
    content: "\e606";
}

/* line 51, ../../dev/scss/base/_icon.scss */
.icon-search:before {
    content: "\e607";
}

/* line 55, ../../dev/scss/base/_icon.scss */
.icon-googleplus:before {
    content: "\e608";
}

/* line 59, ../../dev/scss/base/_icon.scss */
.icon-pinterest:before {
    content: "\e609";
}

/* line 63, ../../dev/scss/base/_icon.scss */
.icon-remove:before {
    content: "\e60a";
}

/* line 7, ../../dev/scss/base/_placeholder.scss */
input::-webkit-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem;
    color: #403e3e;
    font-weight: 300;
}

/* line 13, ../../dev/scss/base/_placeholder.scss */
input:-moz-placeholder {
    font-size: 18px;
    font-size: 1.8rem;
    color: #403e3e;
    opacity: 1;
    font-weight: 300;
}

/* line 20, ../../dev/scss/base/_placeholder.scss */
input::-moz-placeholder {
    font-size: 18px;
    font-size: 1.8rem;
    color: #403e3e;
    opacity: 1;
    font-weight: 300;
}

/* line 27, ../../dev/scss/base/_placeholder.scss */
input:-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem;
    color: #403e3e;
    opacity: 1;
    font-weight: 300;
}

@media only screen and (min-width: 1250px) {
    /* line 38, ../../dev/scss/base/_placeholder.scss */
    #searchbox input::-webkit-input-placeholder {
        font-size: 24px;
        font-size: 2.4rem;
    }
    /* line 42, ../../dev/scss/base/_placeholder.scss */
    #searchbox input:-moz-placeholder {
        font-size: 24px;
        font-size: 2.4rem;
    }
    /* line 46, ../../dev/scss/base/_placeholder.scss */
    #searchbox input::-moz-placeholder {
        font-size: 24px;
        font-size: 2.4rem;
    }
    /* line 50, ../../dev/scss/base/_placeholder.scss */
    #searchbox input:-ms-input-placeholder {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 450px) {
    /* line 27, ../../dev/scss/base/_radio.scss */
    .radios {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
    }
}

/* line 35, ../../dev/scss/base/_radio.scss */
.radio {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
    padding: 0.04167em 0 0.04167em 0.11111em;
    vertical-align: middle;
}

/* line 44, ../../dev/scss/base/_radio.scss */
.radio--label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
}

/* line 51, ../../dev/scss/base/_radio.scss */
.radio--button {
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    width: 0.77778em;
    height: 0.77778em;
    line-height: 1.33333;
    margin-right: 0.22222em;
}

/* line 38, ../../dev/scss/base/_select.scss */
.select {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100%;
    cursor: pointer;
}
    /* line 44, ../../dev/scss/base/_select.scss */
    .select:after {
        content: "▾";
        position: absolute;
        right: 1px;
        top: 1px;
        bottom: 0;
        width: 1.875em;
        height: 2em;
        line-height: 30px;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        pointer-events: none;
        cursor: pointer;
    }

/* line 65, ../../dev/scss/base/_select.scss */
.select--menu {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100%;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77778;
    min-height: 34px;
    outline: none;
    border: 1px solid #666666;
    -webkit-border-radius: 0;
    padding: 0 0 0 0.33333em;
    cursor: pointer;
}

/* line 80, ../../dev/scss/base/_select.scss */
.select--option {
    background-color: white;
}

/* line 43, ../../dev/scss/base/_textfield.scss */
.textfield {
    width: 100%;
    vertical-align: middle;
    line-height: 1.77778;
    min-height: 34px;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #666666;
    padding: 0 0 0 0.33333em;
}

/* line 6, ../../dev/scss/lib/_gradient.scss */
.gradient {
    background: #e7e7e7;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAApCAAAAADYarx0AAAAS0lEQVQI133OQQ7DQAzDwBGg/38zv6hzWGybFEiuJAW7h9BAh6hYJDoyKqIROhlqlZNRe7tsNsHFxl+5mxfisfxdudnLP+7ll38iThqZHoQsF115AAAAAElFTkSuQmCC);
    background: -moz-linear-gradient( top, #e7e7e7 0%, #e8e8e8 18%, #e5e5e5 40%, #d7d7d7 100% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(18%, #e8e8e8), color-stop(40%, #e5e5e5), color-stop(100%, #d7d7d7) );
    background: -webkit-linear-gradient( top, #e7e7e7 0%, #e8e8e8 18%, #e5e5e5 40%, #d7d7d7 100% );
    background: -o-linear-gradient( top, #e7e7e7 0%, #e8e8e8 18%, #e5e5e5 40%, #d7d7d7 100% );
    background: -ms-linear-gradient( top, #e7e7e7 0%, #e8e8e8 18%, #e5e5e5 40%, #d7d7d7 100% );
    background: linear-gradient( to bottom, #e7e7e7 0%, #e8e8e8 18%, #e5e5e5 40%, #d7d7d7 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#d7d7d7',GradientType=0 );
}

/* line 18, ../../dev/scss/lib/_gradient.scss */
.linear {
    background: #dbdbdb;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAaCAAAAABahMl3AAAAJklEQVQIW2O5zQAELExIJDOYZERiMyGJMOEgGTHYuEgGHOR/dDYAyGcDYMOZrBkAAAAASUVORK5CYII=);
    background: -moz-linear-gradient( top, #dbdbdb 0%, #e8e8e8 24%, #f4f4f4 52%, #f9f9f9 72%, #f7f7f7 100% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(24%, #e8e8e8), color-stop(52%, #f4f4f4), color-stop(72%, #f9f9f9), color-stop(100%, #f7f7f7) );
    background: -webkit-linear-gradient( top, #dbdbdb 0%, #e8e8e8 24%, #f4f4f4 52%, #f9f9f9 72%, #f7f7f7 100% );
    background: -o-linear-gradient( top, #dbdbdb 0%, #e8e8e8 24%, #f4f4f4 52%, #f9f9f9 72%, #f7f7f7 100% );
    background: -ms-linear-gradient( top, #dbdbdb 0%, #e8e8e8 24%, #f4f4f4 52%, #f9f9f9 72%, #f7f7f7 100% );
    background: linear-gradient( to bottom, #dbdbdb 0%, #e8e8e8 24%, #f4f4f4 52%, #f9f9f9 72%, #f7f7f7 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#f7f7f7',GradientType=0 );
}

/* line 59, ../../dev/scss/lib/_gradient.scss */
#html.ie9 .gradient,
#html.ie9 .linear {
    filter: none;
}

/* line 10, ../../dev/scss/unit/_accordion.scss */
.accordion--tab {
    font-size: 15px;
    font-size: 1.5rem;
    background-color: #ca9c42;
    color: white;
    cursor: pointer;
    padding: 0.55556em 0.83333em 0.44444em;
    line-height: 1.33333;
    margin-bottom: 10px;
    outline: none;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    letter-spacing: 0.01em;
}
    /* line 24, ../../dev/scss/unit/_accordion.scss */
    .accordion--tab:before {
        content: "▸";
        display: inline-block;
        zoom: 1;
        *display: inline;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
        margin-right: 0.55em;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -ms-transition: -ms-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
    }
    /* line 33, ../../dev/scss/unit/_accordion.scss */
    .accordion--tab.__active:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        writing-mode: lr-tb;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -ms-transition: -ms-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        color: #ca9c42;
    }
    /* line 39, ../../dev/scss/unit/_accordion.scss */
    .accordion--tab:hover,
    .accordion--tab.__active {
        background-color: #403e3e;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -ms-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }

@media only screen and (min-width: 450px) {
    /* line 10, ../../dev/scss/unit/_accordion.scss */
    .accordion--tab {
        font-size: 19px;
        font-size: 1.9rem;
    }
}

/* line 49, ../../dev/scss/unit/_accordion.scss */
.accordion--panel {
    display: none;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.22222em 0.27778em 0.66667em;
}
    /* line 55, ../../dev/scss/unit/_accordion.scss */
    .accordion--panel > p,
    .accordion--panel > ul {
        line-height: 1.33333;
        margin-bottom: 1.11111em;
    }
    /* line 60, ../../dev/scss/unit/_accordion.scss */
    .accordion--panel > ul {
        margin-top: -0.27778em;
    }
        /* line 63, ../../dev/scss/unit/_accordion.scss */
        .accordion--panel > ul > li {
            margin-bottom: 0.55556em;
            padding: 0 1em;
        }
            /* line 67, ../../dev/scss/unit/_accordion.scss */
            .accordion--panel > ul > li:before {
                content: "•";
                color: #ca9c42;
                margin-left: -1em;
                padding-right: 0.5em;
            }

@media only screen and (min-width: 450px) {
    /* line 49, ../../dev/scss/unit/_accordion.scss */
    .accordion--panel {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 0.33333em 0.83333em 0.55556em;
    }
}

/* line 6, ../../dev/scss/unit/_datalist.scss */
.datalist {
    position: relative;
    font-size: 0;
}

/* line 15, ../../dev/scss/unit/_datalist.scss */
.datalist--input {
    width: 100%;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: -29px;
    min-height: 34px;
}

/* line 25, ../../dev/scss/unit/_datalist.scss */
.datalist--button {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    background-color: #e4e4e4;
    width: 28px;
    height: 32px;
    outline: none;
    border-top: 2px solid #fbfbfb;
    border-right: 2px solid #969696;
    border-bottom: 2px solid #969696;
    border-left: 2px solid #fbfbfb;
}

/* line 45, ../../dev/scss/unit/_datalist.scss */
.datalist--dropdown {
    display: none;
    position: absolute;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #cbcbcb;
    border-top: none;
    z-index: 99;
}

/* line 54, ../../dev/scss/unit/_datalist.scss */
.datalist--years {
    max-height: 17.22222em;
    overflow: scroll;
    width: 100%;
}

/* line 62, ../../dev/scss/unit/_datalist.scss */
.datalist--item {
    width: 218px;
    background-color: white;
    padding: 0.33333em;
    cursor: pointer;
    border-bottom: 1px solid #e4e4e4;
}
    /* line 69, ../../dev/scss/unit/_datalist.scss */
    .datalist--item:hover {
        background-color: #e4e4e4;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -ms-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }
    /* line 73, ../../dev/scss/unit/_datalist.scss */
    .datalist--item:active {
        background-color: #333333;
        color: white;
    }

/* line 79, ../../dev/scss/unit/_datalist.scss */
.datalist--year {
    width: 100%;
}

/* line 83, ../../dev/scss/unit/_datalist.scss */
.datalist--item__region {
    background-color: #f1f1f1;
}

/* line 89, ../../dev/scss/unit/_datalist.scss */
.datalist--region:after {
    content: "⌄";
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: right;
    vertical-align: middle;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 0.66667;
    padding-right: 0.08333em;
}

/* line 101, ../../dev/scss/unit/_datalist.scss */
.datalist--country {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 1em;
}

/* line 6, ../../dev/scss/unit/_endo.scss */
.endo {
    margin-bottom: 30px;
}

/* line 10, ../../dev/scss/unit/_endo.scss */
.endo--quote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 0.35em;
}

/* line 21, ../../dev/scss/unit/_endo.scss */
.endo--name {
    display: block;
    font-weight: bold;
    margin-bottom: 0.22222em;
}

/* line 27, ../../dev/scss/unit/_endo.scss */
.endo--bio {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
}

/* line 6, ../../dev/scss/unit/_field.scss */
.field {
    position: relative;
    height: 100%;
    outline: none;
}
    /* line 13, ../../dev/scss/unit/_field.scss */
    .field:after {
        content: "";
        position: absolute;
        bottom: -1.25em;
        right: 0;
        font-size: 14px;
        font-size: 1.4rem;
        color: transparent;
        font-style: italic;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }
    /* line 26, ../../dev/scss/unit/_field.scss */
    .field.__required:after {
        content: "Required";
    }
    /* line 30, ../../dev/scss/unit/_field.scss */
    .field.__email:after {
        content: "Required: name@email.com";
    }
    /* line 34, ../../dev/scss/unit/_field.scss */
    .field.__error:after {
        color: #ce1338;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }

/* line 40, ../../dev/scss/unit/_field.scss */
.field--label {
    position: relative;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
    margin-bottom: 0.11111em;
}
    /* line 48, ../../dev/scss/unit/_field.scss */
    .field--label:before {
        content: "✻";
    }
    /* line 52, ../../dev/scss/unit/_field.scss */
    .field--label:after {
        content: "✔";
    }
    /* line 57, ../../dev/scss/unit/_field.scss */
    .field--label:before,
    .field--label:after {
        position: absolute;
        top: 0;
        left: -1.1em;
        font-size: 16px;
        font-size: 1.6rem;
        color: transparent;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }
    /* line 66, ../../dev/scss/unit/_field.scss */
    .field--label.__required:before {
        color: gainsboro;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }
    /* line 71, ../../dev/scss/unit/_field.scss */
    .field--label.__invalid:before {
        color: crimson;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }
    /* line 76, ../../dev/scss/unit/_field.scss */
    .field--label.__valid:after {
        content: "✔";
        color: #ca9c42;
        -webkit-transition: color 0.6s ease-out;
        -moz-transition: color 0.6s ease-out;
        -ms-transition: color 0.6s ease-out;
        -o-transition: color 0.6s ease-out;
        transition: color 0.6s ease-out;
    }

/* line 109, ../../dev/scss/unit/_field.scss */
.field--other {
    display: none;
}

@media only screen and (min-width: 450px) {
    /* line 113, ../../dev/scss/unit/_field.scss */
    .field--specify {
        width: 300px;
    }
}

/* line 125, ../../dev/scss/unit/_field.scss */
.field--status {
    position: absolute;
    top: 0.1875em;
    left: -0.9375em;
    font-size: 16px;
    font-size: 1.6rem;
    color: gainsboro;
}
    /* line 133, ../../dev/scss/unit/_field.scss */
    .field--status.__invalid {
        color: crimson;
    }
    /* line 137, ../../dev/scss/unit/_field.scss */
    .field--status.__valid {
        color: #ca9c42;
    }

@media only screen and (min-width: 550px) {
    /* line 125, ../../dev/scss/unit/_field.scss */
    .field--status {
        left: -1.1em;
    }
}

/* line 151, ../../dev/scss/unit/_field.scss */
.field--message {
    position: absolute;
    bottom: -1.25em;
    right: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #ce1338;
    font-style: italic;
}

/* line 163, ../../dev/scss/unit/_field.scss */
.field--message__old {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #ce1338;
    font-style: italic;
    padding-top: 0.25em;
    padding-left: 0.28571em;
}
    /* line 172, ../../dev/scss/unit/_field.scss */
    .field--message__old.__radio {
        vertical-align: top;
    }

@media only screen and (min-width: 450px) and (max-width: 549px) {
    /* line 177, ../../dev/scss/unit/_field.scss */
    .field--message__old.__textarea {
        position: absolute;
        top: 100%;
        right: 0;
        padding-right: 10%;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1049px) {
    /* line 186, ../../dev/scss/unit/_field.scss */
    .field--message__old.__textarea {
        position: absolute;
        top: 100%;
        left: 375px;
        padding-top: 0.375em;
    }
}

@media only screen and (min-width: 450px) {
    /* line 163, ../../dev/scss/unit/_field.scss */
    .field--message__old {
        float: none;
        display: inline-block;
        zoom: 1;
        *display: inline;
        padding-left: 0.75em;
    }
}

@media only screen and (min-width: 650px) {
    /* line 163, ../../dev/scss/unit/_field.scss */
    .field--message__old {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
/* line 205, ../../dev/scss/unit/_field.scss */
.field--message__old.__row {
    position: absolute;
    bottom: -1.25em;
    right: 0;
}

/* line 219, ../../dev/scss/unit/_field.scss */
.field--submit {
    position: relative;
}

/* line 6, ../../dev/scss/unit/_follow.scss */
.follow {
    font-size: 0;
}

@media only screen and (min-width: 1150px) {
    /* line 10, ../../dev/scss/unit/_follow.scss */
    .follow--bin {
        width: 180px;
    }
}

/* line 17, ../../dev/scss/unit/_follow.scss */
.follow--heading {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    color: white;
    padding-right: 0.3125em;
    margin-top: 2px;
    font-weight: normal;
}

@media only screen and (min-width: 1150px) {
    /* line 17, ../../dev/scss/unit/_follow.scss */
    .follow--heading {
        float: right;
        font-size: 17px;
        font-size: 1.7rem;
        color: #333333;
        line-height: 1.41176em;
    }
}

/* line 37, ../../dev/scss/unit/_follow.scss */
.follow--items {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/* line 43, ../../dev/scss/unit/_follow.scss */
.follow--link {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    color: white;
    background-color: #edca6f;
    width: 24px;
    height: 24px;
    text-decoration: none;
    margin-left: 9px;
    border-radius: 2px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
    /* line 60, ../../dev/scss/unit/_follow.scss */
    .follow--link:active {
        background-color: white;
        color: #403e3e;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

@media only screen and (min-width: 750px) {
    /* line 68, ../../dev/scss/unit/_follow.scss */
    .follow--link:hover {
        background-color: #403e3e;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -ms-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }
    /* line 73, ../../dev/scss/unit/_follow.scss */
    .follow--link:active {
        color: white;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 43, ../../dev/scss/unit/_follow.scss */
    .follow--link {
        margin: 0 9px 0 0;
    }
}

/* line 83, ../../dev/scss/unit/_follow.scss */
.follow--icon {
    font-size: 18px;
    font-size: 1.8rem;
}

/* line 87, ../../dev/scss/unit/_follow.scss */
.follow--facebook {
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 20px;
    font-size: 2rem;
}

/* line 94, ../../dev/scss/unit/_follow.scss */
.follow--twitter {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}

/* line 101, ../../dev/scss/unit/_follow.scss */
.follow--youtube {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    line-height: 1.33333;
    text-align: center;
    padding-top: 1px;
}

@media only screen and (min-width: 1150px) {
    /* line 6, ../../dev/scss/unit/_footer.scss */
    .footer--columns {
        margin-left: -240px;
    }
}

/* line 13, ../../dev/scss/unit/_footer.scss */
.footer--main {
    margin-bottom: 15px;
}

@media only screen and (min-width: 650px) {
    /* line 13, ../../dev/scss/unit/_footer.scss */
    .footer--main {
        float: left;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 13, ../../dev/scss/unit/_footer.scss */
    .footer--main {
        margin: 0 65px 0 0;
    }
}

/* line 26, ../../dev/scss/unit/_footer.scss */
.footer--notice {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 0.55556em;
}

/* line 32, ../../dev/scss/unit/_footer.scss */
.footer--links {
    font-size: 0;
}

/* line 37, ../../dev/scss/unit/_footer.scss */
.footer--link {
    font-size: 14px;
    font-size: 1.4rem;
    color: #ca9c42;
    text-decoration: none;
    font-weight: bold;
}

/* line 46, ../../dev/scss/unit/_footer.scss */
.footer--trademark:after {
    content: "|";
    color: #333333;
    padding: 0 0.38889em;
}

/* line 53, ../../dev/scss/unit/_footer.scss */
.footer--visit {
    font-size: 0;
}

@media only screen and (min-width: 650px) and (max-width: 949px) {
    /* line 53, ../../dev/scss/unit/_footer.scss */
    .footer--visit {
        float: right;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 53, ../../dev/scss/unit/_footer.scss */
    .footer--visit {
        float: left;
        padding-left: 120px;
    }
}
/* line 66, ../../dev/scss/unit/_footer.scss */
.footer--visit > span {
    font-size: 18px;
    font-size: 1.8rem;
}

/* line 73, ../../dev/scss/unit/_footer.scss */
.footer--visit--link {
    font-size: 18px;
    font-size: 1.8rem;
    color: #ca9c42;
    text-decoration: none;
    font-weight: bold;
}

/* line 27, ../../dev/scss/unit/_hybrid.scss */
.hybrid--flex {
    float: left;
    width: 100%;
}

/* line 32, ../../dev/scss/unit/_hybrid.scss */
.hybrid--fixed {
    float: left;
}

    /* line 47, ../../dev/scss/unit/_hybrid.scss */
    .hybrid--fixed.switch--control {
        margin-right: -8.33333em;
    }

/* line 52, ../../dev/scss/unit/_hybrid.scss */
.hybrid--label {
    line-height: inherit;
}

/* line 59, ../../dev/scss/unit/_hybrid.scss */
.hybrid--input {
    height: 1em;
    vertical-align: middle;
}

/* line 6, ../../dev/scss/unit/_logo.scss */
.logo {
    font-size: 0;
}

/* line 12, ../../dev/scss/unit/_logo.scss */
.logo--link {
    text-decoration: none;
    outline: none;
    border: none;
    margin-top: 5px;
}

@media only screen and (min-width: 1150px) {
    /* line 12, ../../dev/scss/unit/_logo.scss */
    .logo--link {
        float: right;
        width: 250px;
        padding-left: 6px;
        font-size: 0;
        margin-top: 8px;
    }
}

/* line 25, ../../dev/scss/unit/_logo.scss */
.logo--image {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 90px;
    margin: 5px auto;
    outline: none;
    border: none;
}

/* line 34, ../../dev/scss/unit/_logo.scss */
.logo--text {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin-left: 6px;
}

@media only screen and (min-width: 1150px) {
    /* line 34, ../../dev/scss/unit/_logo.scss */
    .logo--text {
        height: 68px;
    }
}

/* line 6, ../../dev/scss/unit/_menu.scss */
.menu {
    position: relative;
    font-size: 0;
    margin-bottom: 20px;
}

/* line 12, ../../dev/scss/unit/_menu.scss */
.menu--input {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 260px;
    font: inherit;
    color: #403e3e;
    border: 1px solid #c3c3c3;
    border-right-color: transparent;
    border-radius: 3px 0 0 3px;
    outline: none;
    font-size: 24px;
    font-size: 2.4rem;
    height: 43px;
    line-height: 43px;
    padding: 0 0 0 0.5em;
}

@media only screen and (min-width: 1250px) {
    /* line 12, ../../dev/scss/unit/_menu.scss */
    .menu--input {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 43px;
        height: 43px;
        padding: 0 0 0 0.5em;
    }
}

/* line 38, ../../dev/scss/unit/_menu.scss */
.menu--button {
    vertical-align: middle;
    width: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #a2a2a2;
    line-height: 41px;
    height: 43px;
    border: 1px solid #c3c3c3;
    border-radius: 0 3px 3px 0;
    margin-left: -3px;
    outline: none;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
    /* line 53, ../../dev/scss/unit/_menu.scss */
    .menu--button:hover {
        color: #403e3e;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }

/* line 59, ../../dev/scss/unit/_menu.scss */
.menu--icon {
    display: block;
    line-height: 41px;
}

/* line 64, ../../dev/scss/unit/_menu.scss */
.menu--dropdowns {
    display: none;
    position: absolute;
    width: 278px;
    background-color: #403e3e;
    border: 1px solid #bebebe;
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 2;
}

/* line 78, ../../dev/scss/unit/_menu.scss */
.menu--dropdown {
    top: 100%;
    float: left;
    height: 460px;
    overflow: scroll;
    font-family: "Proxima Nova Regular", "proxima-nova", "Helvetica Neue", Calibri, "Droid Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: white;
    line-height: 1.88889;
    padding-top: 0.33333em;
}
    /* line 95, ../../dev/scss/unit/_menu.scss */
    .menu--dropdown.__books {
        width: 210px;
        border-right: 2px solid #bebebe;
    }
    /* line 102, ../../dev/scss/unit/_menu.scss */
    .menu--dropdown.__chapters {
        display: none;
        left: 210px;
        width: 66px;
        text-align: center;
    }

/* line 113, ../../dev/scss/unit/_menu.scss */
.menu--item {
    cursor: pointer;
    letter-spacing: 0.02em;
}
    /* line 117, ../../dev/scss/unit/_menu.scss */
    .menu--item.__book {
        padding-left: 1em;
    }
    /* line 122, ../../dev/scss/unit/_menu.scss */
    .menu--item:hover,
    .menu--item.__vivo {
        color: #424141;
        background-color: #edca6f;
    }

/* line 6, ../../dev/scss/unit/_modal.scss */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
    /* line 27, ../../dev/scss/unit/_modal.scss */
    .modal.__vivo {
        visibility: visible;
    }

@media only screen and (min-width: 550px) and (max-width: 749px) {
    /* line 6, ../../dev/scss/unit/_modal.scss */
    .modal {
        width: 480px;
    }
}

@media only screen and (min-width: 750px) {
    /* line 6, ../../dev/scss/unit/_modal.scss */
    .modal {
        width: 630px;
    }
}

/* line 40, ../../dev/scss/unit/_modal.scss */
.modal--body {
    background-color: white;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
    border: 10px solid rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
    /* line 55, ../../dev/scss/unit/_modal.scss */
    .modal--body.__vivo {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

/* line 64, ../../dev/scss/unit/_modal.scss */
.modal--heading {
    text-align: center;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
}

/* line 71, ../../dev/scss/unit/_modal.scss */
.modal--content {
    padding: 15px 40px 30px;
}

/* line 75, ../../dev/scss/unit/_modal.scss */
.modal--deck {
    padding: 10px 0;
}

/* line 79, ../../dev/scss/unit/_modal.scss */
.modal--list {
    padding: 0 0 30px 20px;
}

/* line 83, ../../dev/scss/unit/_modal.scss */
.modal--close {
    display: block;
    margin: 0 auto;
    padding: 0.6em 1.2em;
    background-color: #c0392b;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    outline: none;
}

/* line 96, ../../dev/scss/unit/_modal.scss */
.modal--overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
    /* line 109, ../../dev/scss/unit/_modal.scss */
    .modal--overlay.__vivo {
        opacity: 1;
        visibility: visible;
    }

/* line 115, ../../dev/scss/unit/_modal.scss */
body.modal--perspective {
    background-color: #222222;
    perspective: 600px;
}

/* line 120, ../../dev/scss/unit/_modal.scss */
.modal--container {
    background-color: #e74c3c;
    min-height: 100%;
}

/* line 6, ../../dev/scss/unit/_nav.scss */
.nav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    font-family: "Proxima Nova Regular", "proxima-nova", "Helvetica Neue", Calibri, "Droid Sans", Helvetica, Arial, sans-serif;
    background-color: #201f1f;
    line-height: 1.33333;
    z-index: 2;
    padding: 10px 0 15px 20px;
}

@media only screen and (min-width: 750px) {
    /* line 6, ../../dev/scss/unit/_nav.scss */
    .nav {
        position: static;
        width: auto;
        background-color: transparent;
        line-height: 1;
        padding: 0;
    }
}

/* line 31, ../../dev/scss/unit/_nav.scss */
.nav--button {
    font-size: 0;
    color: white;
    outline: none;
}
    /* line 36, ../../dev/scss/unit/_nav.scss */
    .nav--button:active {
        color: #edca6f;
    }

@media only screen and (min-width: 750px) {
    /* line 31, ../../dev/scss/unit/_nav.scss */
    .nav--button {
        display: none;
    }
}

/* line 45, ../../dev/scss/unit/_nav.scss */
.nav--trigram {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2.94118;
}

@media only screen and (min-width: 1150px) {
    /* line 55, ../../dev/scss/unit/_nav.scss */
    .nav--items {
        padding-left: 65px;
    }
}

@media only screen and (min-width: 750px) {
    /* line 62, ../../dev/scss/unit/_nav.scss */
    .nav--item {
        position: relative;
        float: left;
    }
}

@media only screen and (min-width: 750px) and (max-width: 949px) {
    /* line 62, ../../dev/scss/unit/_nav.scss */
    .nav--item {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2.77778;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 62, ../../dev/scss/unit/_nav.scss */
    .nav--item {
        font-size: 20px;
        font-size: 2rem;
        line-height: 3;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 62, ../../dev/scss/unit/_nav.scss */
    .nav--item {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 68px;
        min-height: 68px;
    }
}

/* line 88, ../../dev/scss/unit/_nav.scss */
.nav--link {
    display: block;
    color: #edca6f;
    text-decoration: none;
    cursor: pointer;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
    /* line 97, ../../dev/scss/unit/_nav.scss */
    .nav--link:active {
        color: #f1e3ba;
    }

@media only screen and (min-width: 750px) {
    /* line 88, ../../dev/scss/unit/_nav.scss */
    .nav--link {
        padding: 0 0.63636em 0 0.63636em;
    }
        /* line 105, ../../dev/scss/unit/_nav.scss */
        .nav--link.__vivo,
        .nav--link:hover {
            color: white;
            background-color: #201f1f;
            -webkit-transition: color 0.3s ease-out;
            -moz-transition: color 0.3s ease-out;
            -ms-transition: color 0.3s ease-out;
            -o-transition: color 0.3s ease-out;
            transition: color 0.3s ease-out;
            -webkit-transition: background-color 0.3s ease-out;
            -moz-transition: background-color 0.3s ease-out;
            -ms-transition: background-color 0.3s ease-out;
            -o-transition: background-color 0.3s ease-out;
            transition: background-color 0.3s ease-out;
        }
        /* line 112, ../../dev/scss/unit/_nav.scss */
        .nav--link.__vivo {
            border-left: 1px solid #403e3e;
            border-right: 1px solid #403e3e;
        }
}

@media only screen and (min-width: 750px) and (max-width: 849px) {
    /* line 119, ../../dev/scss/unit/_nav.scss */
    .nav--abbr {
        display: none;
    }
}

/* line 126, ../../dev/scss/unit/_nav.scss */
.nav--dropdown {
    cursor: default;
}

@media only screen and (min-width: 750px) {
    /* line 126, ../../dev/scss/unit/_nav.scss */
    .nav--dropdown {
        cursor: pointer;
    }
        /* line 132, ../../dev/scss/unit/_nav.scss */
        .nav--dropdown:after {
            content: "\e601";
            font-family: "nltto";
            font-size: 9px;
            font-size: 0.9rem;
            padding-left: 11px;
            display: inline-block;
            zoom: 1;
            *display: inline;
            vertical-align: middle;
            line-height: 16px;
            margin-top: -2px;
        }
}

/* line 154, ../../dev/scss/unit/_nav.scss */
.nav--menu {
    padding-left: 10px;
    margin-bottom: 4px;
}

@media only screen and (min-width: 750px) and (max-width: 1149px) {
    /* line 154, ../../dev/scss/unit/_nav.scss */
    .nav--menu {
        width: 320px;
    }
}

@media only screen and (min-width: 750px) {
    /* line 154, ../../dev/scss/unit/_nav.scss */
    .nav--menu {
        display: none;
        position: absolute;
        z-index: 1;
        background-color: #e4e4e4;
        padding: 8px 0 12px 0;
        margin: 0 0 0 1px;
    }
}

/* line 173, ../../dev/scss/unit/_nav.scss */
.nav--menu--link {
    display: block;
    font-family: "Proxima Nova Regular", "proxima-nova", "Helvetica Neue", Calibri, "Droid Sans", Helvetica, Arial, sans-serif;
    color: white;
    text-decoration: none;
    letter-spacing: -0.02em;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
    /* line 180, ../../dev/scss/unit/_nav.scss */
    .nav--menu--link:active {
        color: #edca6f;
    }

@media only screen and (min-width: 750px) and (max-width: 1149px) {
    /* line 173, ../../dev/scss/unit/_nav.scss */
    .nav--menu--link {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 750px) {
    /* line 173, ../../dev/scss/unit/_nav.scss */
    .nav--menu--link {
        color: #333333;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.8;
    }
        /* line 197, ../../dev/scss/unit/_nav.scss */
        .nav--menu--link:hover {
            color: white;
            background-color: #333333;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
        /* line 203, ../../dev/scss/unit/_nav.scss */
        .nav--menu--link:active {
            color: #edca6f;
        }
        /* line 207, ../../dev/scss/unit/_nav.scss */
        .nav--menu--link.__vivo {
            cursor: default;
            background-color: #333333;
            color: #edca6f;
            border-top: 1px solid #e4e4e4;
            border-bottom: 1px solid #e4e4e4;
        }
            /* line 214, ../../dev/scss/unit/_nav.scss */
            .nav--menu--link.__vivo:hover {
                color: white;
            }
}

@media only screen and (min-width: 1150px) {
    /* line 173, ../../dev/scss/unit/_nav.scss */
    .nav--menu--link {
        width: 340px;
        padding: 0 15px;
    }
}

/* line 6, ../../dev/scss/unit/_preview.scss */
.preview--modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 320px;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    max-height: 425px;
    z-index: 2000;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
    /* line 28, ../../dev/scss/unit/_preview.scss */
    .preview--modal.__vivo {
        visibility: visible;
    }

@media only screen and (min-width: 450px) and (max-width: 649px) {
    /* line 6, ../../dev/scss/unit/_preview.scss */
    .preview--modal {
        width: 450px;
    }
}

@media only screen and (min-width: 650px) {
    /* line 6, ../../dev/scss/unit/_preview.scss */
    .preview--modal {
        width: 630px;
        max-height: none;
    }
}

/* line 42, ../../dev/scss/unit/_preview.scss */
.preview--body {
    background-color: white;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
    border: 10px solid rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding-bottom: 15px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
    /* line 59, ../../dev/scss/unit/_preview.scss */
    .preview--body.__vivo {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

/* line 68, ../../dev/scss/unit/_preview.scss */
.preview--banner {
    background-color: #403e3e;
    padding: 0 20px;
    margin-bottom: 10px;
}

/* line 74, ../../dev/scss/unit/_preview.scss */
.preview--heading {
    vertical-align: middle;
    color: #edca6f;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 8px;
    padding-top: 5px;
}

@media only screen and (min-width: 650px) {
    /* line 74, ../../dev/scss/unit/_preview.scss */
    .preview--heading {
        display: inline-block;
        zoom: 1;
        *display: inline;
        float: left;
        font-size: 20px;
        font-size: 2rem;
        text-align: left;
        line-height: 48px;
        padding-top: 0;
        margin-bottom: 0;
    }
}

/* line 96, ../../dev/scss/unit/_preview.scss */
.preview--imgbin {
    text-align: center;
}

/* line 102, ../../dev/scss/unit/_preview.scss */
.preview--image {
    max-height: 405px;
}

@media only screen and (min-width: 650px) {
    /* line 102, ../../dev/scss/unit/_preview.scss */
    .preview--image {
        max-height: none;
    }
}

/* line 110, ../../dev/scss/unit/_preview.scss */
.preview--buttons {
    margin-bottom: 10px;
    text-align: center;
}

@media only screen and (min-width: 650px) {
    /* line 110, ../../dev/scss/unit/_preview.scss */
    .preview--buttons {
        float: right;
        line-height: 48px;
        margin-bottom: 0;
    }
}

/* line 121, ../../dev/scss/unit/_preview.scss */
.preview--subscribe {
    background-color: #ca9c42;
    border: 1px solid #d0a656;
    font-size: 14px;
    font-size: 1.4rem;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    margin-right: 6px;
    line-height: 20px;
    padding: 0 8px;
}

@media only screen and (min-width: 450px) {
    /* line 121, ../../dev/scss/unit/_preview.scss */
    .preview--subscribe {
        line-height: 26px;
        padding: 0 10px;
    }
}

/* line 145, ../../dev/scss/unit/_preview.scss */
.preview--close {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    border: 1px solid;
    border-color: #cdced0 #c5c6c8 #b6b7b9;
    color: #646f82;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #d9dee2;
    line-height: 20px;
    padding: 0 8px;
}

@media only screen and (min-width: 450px) {
    /* line 145, ../../dev/scss/unit/_preview.scss */
    .preview--close {
        line-height: 26px;
        padding: 0 10px;
    }
}

/* line 6, ../../dev/scss/unit/_searchbox.scss */
.searchbox {
    padding-right: 45px;
}

@media only screen and (min-width: 550px) {
    /* line 6, ../../dev/scss/unit/_searchbox.scss */
    .searchbox {
        padding-right: 60px;
    }
}

/* line 14, ../../dev/scss/unit/_searchbox.scss */
.searchbox--fixed {
    width: 45px;
    margin-right: -45px;
    padding-left: 10px;
}

@media only screen and (min-width: 550px) {
    /* line 14, ../../dev/scss/unit/_searchbox.scss */
    .searchbox--fixed {
        width: 60px;
        margin-right: -60px;
        padding-left: 10px;
    }
}

/* line 27, ../../dev/scss/unit/_searchbox.scss */
.searchbox--input {
    width: 100%;
    font: inherit;
    font-size: 17px;
    font-size: 1.7rem;
    color: #403e3e;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    line-height: 2.05882 !important;
    min-height: 35px;
    padding: 0 0 0 0.29412em;
    outline: none;
}

@media only screen and (min-width: 1150px) {
    /* line 27, ../../dev/scss/unit/_searchbox.scss */
    .searchbox--input {
        height: 45px;
    }
}

@media only screen and (min-width: 1250px) {
    /* line 27, ../../dev/scss/unit/_searchbox.scss */
    .searchbox--input {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.70833 !important;
        /*padding: 0.125em 0 0 0.20833em;*/
    }
}

/* line 51, ../../dev/scss/unit/_searchbox.scss */
input.searchbox--input,
input#search {
    line-height: 1.94444 !important;
}

@media only screen and (min-width: 1250px) {
    /* line 51, ../../dev/scss/unit/_searchbox.scss */
    input.searchbox--input,
    input#search {
        line-height: 1.70833 !important;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 60, ../../dev/scss/unit/_searchbox.scss */
    html.lt-ie10 #search_text {
        height: 46px;
    }
}
/* line 65, ../../dev/scss/unit/_searchbox.scss */
.searchbox--button {
    outline: none;
    font-size: 0;
}

/* line 74, ../../dev/scss/unit/_searchbox.scss */
.searchbox--icon {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.16667;
}

@media only screen and (min-width: 1250px) {
    /* line 74, ../../dev/scss/unit/_searchbox.scss */
    .searchbox--icon {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.25;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 6, ../../dev/scss/unit/_share.scss */
    .share {
        background-color: #ca9c42;
    }
}

/* line 13, ../../dev/scss/unit/_share.scss */
.share--mobile {
    position: relative;
    background-color: #ca9c42;
    width: 30px;
    height: 60px;
    cursor: pointer;
}

@media only screen and (min-width: 550px) {
    /* line 13, ../../dev/scss/unit/_share.scss */
    .share--mobile {
        width: auto;
        height: auto;
    }
}

/* line 27, ../../dev/scss/unit/_share.scss */
.share--toggle {
    position: absolute;
    top: 5px;
    right: -42px;
    font-family: sans-serif;
    color: white;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media only screen and (min-width: 550px) and (max-width: 1149px) {
    /* line 27, ../../dev/scss/unit/_share.scss */
    .share--toggle {
        color: #403e3e;
        cursor: default;
    }
}

@media only screen and (min-width: 550px) and (max-width: 1149px) {
    /* line 27, ../../dev/scss/unit/_share.scss */
    .share--toggle {
        right: -30px;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 27, ../../dev/scss/unit/_share.scss */
    .share--toggle {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        filter: none;
        font-weight: 600;
        text-align: center;
        margin-bottom: 16px;
    }
}

/* line 77, ../../dev/scss/unit/_share.scss */
.share--items {
    display: none;
}

@media only screen and (min-width: 550px) and (max-width: 1149px) {
    /* line 77, ../../dev/scss/unit/_share.scss */
    .share--items {
        display: block;
        line-height: 56px;
        padding-right: 45px;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 77, ../../dev/scss/unit/_share.scss */
    .share--items {
        display: block;
    }
}

/* line 91, ../../dev/scss/unit/_share.scss */
.share--button {
    position: relative;
    display: block;
    font-size: 0;
    color: white;
    border-radius: 50%;
    z-index: 1;
    margin: 0 auto 16px;
    outline: none;
}
    /* line 101, ../../dev/scss/unit/_share.scss */
    .share--button:before {
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    /* line 109, ../../dev/scss/unit/_share.scss */
    .share--button:hover:after {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
        -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    }
    /* line 117, ../../dev/scss/unit/_share.scss */
    .share--button:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        pointer-events: none;
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -moz-transform: -moz-transform 0.2s, opacity 0.2s;
    }

@media only screen and (min-width: 550px) and (max-width: 1149px) {
    /* line 91, ../../dev/scss/unit/_share.scss */
    .share--button {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }
}

/* line 141, ../../dev/scss/unit/_share.scss */
.share--facebook {
    box-shadow: 0 0 0 3px #3c5b9b;
}
    /* line 144, ../../dev/scss/unit/_share.scss */
    .share--facebook:before {
        font-size: 24px;
        font-size: 2.4rem;
    }
    /* line 148, ../../dev/scss/unit/_share.scss */
    .share--facebook:after {
        background-color: #3c5b9b;
    }

@media only screen and (min-width: 550px) and (max-width: 1149px) {
    /* line 153, ../../dev/scss/unit/_share.scss */
    .share--facebook:hover:before {
        color: #3c5b9b;
    }
}

/* line 159, ../../dev/scss/unit/_share.scss */
.share--twitter {
    box-shadow: 0 0 0 3px #2daae1;
}
    /* line 162, ../../dev/scss/unit/_share.scss */
    .share--twitter:before {
        font-size: 20px;
        font-size: 2rem;
    }
    /* line 166, ../../dev/scss/unit/_share.scss */
    .share--twitter:after {
        background-color: #2daae1;
    }

@media only screen and (min-width: 550px) and (max-width: 1149px) {
    /* line 171, ../../dev/scss/unit/_share.scss */
    .share--twitter:hover:before {
        color: #2daae1;
    }
}

/* line 177, ../../dev/scss/unit/_share.scss */
.share--pinterest {
    box-shadow: 0 0 0 3px #cb2027;
}
    /* line 180, ../../dev/scss/unit/_share.scss */
    .share--pinterest:before {
        font-size: 24px;
        font-size: 2.4rem;
    }
    /* line 184, ../../dev/scss/unit/_share.scss */
    .share--pinterest:after {
        background-color: #cb2027;
    }

@media only screen and (min-width: 550px) and (max-width: 1149px) {
    /* line 189, ../../dev/scss/unit/_share.scss */
    .share--pinterest:hover:before {
        color: #cb2027;
    }
}

/* line 195, ../../dev/scss/unit/_share.scss */
.share--google {
    box-shadow: 0 0 0 3px #2d2e2d;
}
    /* line 198, ../../dev/scss/unit/_share.scss */
    .share--google:before {
        font-size: 22px;
        font-size: 2.2rem;
    }
    /* line 202, ../../dev/scss/unit/_share.scss */
    .share--google:after {
        background-color: #2d2e2d;
    }

@media only screen and (min-width: 550px) and (max-width: 1149px) {
    /* line 207, ../../dev/scss/unit/_share.scss */
    .share--google:hover:before {
        color: #2d2e2d;
    }
}

/* line 227, ../../dev/scss/unit/_share.scss */
.share--tabs {
    font-size: 0;
    margin-bottom: 10px;
}

/* line 232, ../../dev/scss/unit/_share.scss */
.share--tab {
    position: relative;
    width: 25%;
    font-size: 20px;
    font-size: 2rem;
    color: white;
    line-height: 1.8;
    outline: none;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
    /* line 242, ../../dev/scss/unit/_share.scss */
    .share--tab:hover {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
        /* line 246, ../../dev/scss/unit/_share.scss */
        .share--tab:hover:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 10px;
            background-color: transparent;
            -webkit-transition: background-color 0.3s ease-out;
            -moz-transition: background-color 0.3s ease-out;
            -ms-transition: background-color 0.3s ease-out;
            -o-transition: background-color 0.3s ease-out;
            transition: background-color 0.3s ease-out;
        }
    /* line 258, ../../dev/scss/unit/_share.scss */
    .share--tab.__facebook {
        background-color: #3c5b9b;
    }
        /* line 261, ../../dev/scss/unit/_share.scss */
        .share--tab.__facebook:after {
            background-color: #3c5b9b;
            opacity: 0.5;
        }
    /* line 267, ../../dev/scss/unit/_share.scss */
    .share--tab.__twitter {
        background-color: #2daae1;
    }
        /* line 270, ../../dev/scss/unit/_share.scss */
        .share--tab.__twitter:after {
            background-color: #2daae1;
            opacity: 0.5;
        }
    /* line 276, ../../dev/scss/unit/_share.scss */
    .share--tab.__pinterest {
        background-color: #cb2027;
    }
        /* line 279, ../../dev/scss/unit/_share.scss */
        .share--tab.__pinterest:after {
            background-color: #cb2027;
            opacity: 0.5;
        }
    /* line 285, ../../dev/scss/unit/_share.scss */
    .share--tab.__google {
        background-color: #2d2e2d;
    }
        /* line 288, ../../dev/scss/unit/_share.scss */
        .share--tab.__google:after {
            background-color: #2d2e2d;
            opacity: 0.5;
        }
    /* line 294, ../../dev/scss/unit/_share.scss */
    .share--tab.__vivo {
        opacity: 1;
    }
        /* line 297, ../../dev/scss/unit/_share.scss */
        .share--tab.__vivo:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 10px;
            background-color: #ca9c42;
            opacity: 1;
        }

/* line 310, ../../dev/scss/unit/_share.scss */
.share--tab--icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

/* line 320, ../../dev/scss/unit/_share.scss */
.share--banner {
    height: 42px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    font-size: 0;
    line-height: 42px;
    padding: 0 0 0 7.37705%;
}
    /* line 328, ../../dev/scss/unit/_share.scss */
    .share--banner.__facebook {
        background-color: #3c5b9b;
    }
    /* line 332, ../../dev/scss/unit/_share.scss */
    .share--banner.__twitter {
        background-color: #2daae1;
    }

@media only screen and (max-width: 550px) {
    /* line 332, ../../dev/scss/unit/_share.scss */
    .share--banner.__twitter {
        padding-left: 8px;
    }
}
/* line 340, ../../dev/scss/unit/_share.scss */
.share--banner.__pinterest {
    background-color: #cb2027;
}
/* line 344, ../../dev/scss/unit/_share.scss */
.share--banner.__google {
    background-color: #2d2e2d;
}

/* line 349, ../../dev/scss/unit/_share.scss */
.share--banner--icobin {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-color: white;
    border-radius: 2px;
}

/* line 359, ../../dev/scss/unit/_share.scss */
.share--banner--icon {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
    /* line 363, ../../dev/scss/unit/_share.scss */
    .share--banner--icon.icon-facebook {
        position: absolute;
        bottom: 0;
        right: 4px;
        font-size: 18px;
        font-size: 1.8rem;
        color: #3c5b9b;
    }
    /* line 371, ../../dev/scss/unit/_share.scss */
    .share--banner--icon.icon-twitter {
        color: #2daae1;
        font-size: 14px;
        font-size: 1.4rem;
        display: block;
        line-height: 1.57143;
        text-align: center;
    }
    /* line 379, ../../dev/scss/unit/_share.scss */
    .share--banner--icon.icon-pinterest {
        color: #cb2027;
        font-size: 16px;
        font-size: 1.6rem;
        display: block;
        line-height: 1.375;
        text-align: center;
    }
    /* line 387, ../../dev/scss/unit/_share.scss */
    .share--banner--icon.icon-googleplus {
        color: #2d2e2d;
        font-size: 16px;
        font-size: 1.6rem;
        display: block;
        line-height: 1.375;
        text-align: center;
    }

/* line 396, ../../dev/scss/unit/_share.scss */
.share--banner--heading {
    font-family: "Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
    letter-spacing: -0.02em;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    padding-left: 11px;
}

/* line 416, ../../dev/scss/unit/_share.scss */
.share--tabpanel {
    position: relative;
    display: none;
}

/* line 421, ../../dev/scss/unit/_share.scss */
.share--panel {
    width: 85.2459%;
    margin: 20px auto 15px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}
    /* line 427, ../../dev/scss/unit/_share.scss */
    .share--panel.__facebook {
        padding: 10px 15px 15px;
        border: 1px solid #e2e2e2;
        background-color: #f7f7f7;
        height: 325px;
    }

@media only screen and (min-width: 550px) and (max-width: 749px) {
    /* line 427, ../../dev/scss/unit/_share.scss */
    .share--panel.__facebook {
        height: 280px;
    }
}

@media only screen and (min-width: 750px) {
    /* line 427, ../../dev/scss/unit/_share.scss */
    .share--panel.__facebook {
        height: 150px;
        padding: 12px 18px 10px 100px;
    }
}
/* line 443, ../../dev/scss/unit/_share.scss */
.share--panel.__twitter {
    height: 75px;
}
/* line 447, ../../dev/scss/unit/_share.scss */
.share--panel.__google {
    height: 280px;
    background-color: #f1f1f1;
    padding: 10px;
}

@media only screen and (min-width: 750px) {
    /* line 447, ../../dev/scss/unit/_share.scss */
    .share--panel.__google {
        height: 200px;
    }
}

/* line 458, ../../dev/scss/unit/_share.scss */
.slider--panel {
    font-size: 0;
}

/* line 467, ../../dev/scss/unit/_share.scss */
.share--controls {
    font-family: "Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
    padding: 0 7.37705% 10px;
}

/* line 472, ../../dev/scss/unit/_share.scss */
.share--navs {
    float: left;
    font-size: 0;
}

/* line 477, ../../dev/scss/unit/_share.scss */
.share--submit {
    float: right;
    font-size: 0;
}

/* line 482, ../../dev/scss/unit/_share.scss */
.share--control {
    border: 1px solid;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 26px;
    padding: 0 10px;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    margin-right: 6px;
    outline: none;
}
    /* line 496, ../../dev/scss/unit/_share.scss */
    .share--control.__facebook {
        background-color: #3c5b9b;
        border-color: #435a8b #3c5488 #334c83;
    }
    /* line 501, ../../dev/scss/unit/_share.scss */
    .share--control.__twitter {
        background-color: #2daae1;
        border-color: #2288cc;
    }
    /* line 506, ../../dev/scss/unit/_share.scss */
    .share--control.__pinterest {
        background-color: #cb2027;
        border-bottom-color: #820a0f;
        border-left-color: #9a1015;
        border-right-color: #9a1015;
        border-top-color: #af151b;
    }
    /* line 514, ../../dev/scss/unit/_share.scss */
    .share--control.__google {
        background-color: #2d2e2d;
        border-color: #3a3b3a;
    }

/* line 520, ../../dev/scss/unit/_share.scss */
.share--cancel {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding: 0 10px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    border: 1px solid;
    border-color: #cdced0 #c5c6c8 #b6b7b9;
    color: #4e5665;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #f6f7f8;
}

/* line 541, ../../dev/scss/unit/_share.scss */
.share--count {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 0 0;
    text-align: center;
    padding-right: 6px;
}

@media only screen and (min-width: 750px) {
    /* line 541, ../../dev/scss/unit/_share.scss */
    .share--count {
        display: inline-block;
        zoom: 1;
        *display: inline;
        padding: 0;
        margin: 0 0 0 5px;
    }
}

/* line 568, ../../dev/scss/unit/_share.scss */
.facebook--imgbin {
    width: 90px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 750px) {
    /* line 568, ../../dev/scss/unit/_share.scss */
    .facebook--imgbin {
        float: left;
        margin-left: -90px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 750px) {
    /* line 583, ../../dev/scss/unit/_share.scss */
    .facebook--message {
        float: left;
        width: 100%;
        padding-left: 10px;
    }
}

/* line 597, ../../dev/scss/unit/_share.scss */
.facebook--link {
    display: block;
    color: #3b5998;
    text-decoration: none;
    font-weight: bold;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.28;
    margin-bottom: 0.3125em;
}

/* line 608, ../../dev/scss/unit/_share.scss */
.facebook--caption {
    color: gray;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    margin-bottom: 0.57143em;
}

/* line 615, ../../dev/scss/unit/_share.scss */
.facebook--desc {
    color: gray;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.33333em;
}
    /* line 622, ../../dev/scss/unit/_share.scss */
    .facebook--desc p,
    .facebook--desc img {
        display: block;
        max-width: 100%;
        height: auto !important;
        -ms-interpolation-mode: bicubic;
        vertical-align: bottom;
        margin-bottom: 12px;
    }

/* line 634, ../../dev/scss/unit/_share.scss */
.twitter--fieldbin {
    background-color: #eaeaea;
    background-color: rgba(200, 200, 200, 0.4);
    padding: 4px;
    border-radius: 4px;
}

/* line 641, ../../dev/scss/unit/_share.scss */
.twitter--tweet {
    display: block;
    background-color: white;
    resize: vertical;
    font-family: sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333333;
    padding: 4px;
    width: 100%;
    height: 65px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
    -webkit-font-smoothing: antialiased;
}

/* line 662, ../../dev/scss/unit/_share.scss */
.pinterest--imgbin {
    width: 250px;
    height: 200px;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #b1b1b1;
    border-radius: 3px;
    overflow: hidden;
}
    /* line 671, ../../dev/scss/unit/_share.scss */
    .pinterest--imgbin:after {
        content: "";
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.33) inset;
        border-radius: 0;
        height: 202px;
        width: 252px;
        position: absolute;
        top: 0;
    }

@media only screen and (min-width: 550px) and (max-width: 749px) {
    /* line 671, ../../dev/scss/unit/_share.scss */
    .pinterest--imgbin:after {
        width: 390px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 749px) {
    /* line 662, ../../dev/scss/unit/_share.scss */
    .pinterest--imgbin {
        width: 390px;
    }
}

@media only screen and (min-width: 750px) {
    /* line 662, ../../dev/scss/unit/_share.scss */
    .pinterest--imgbin {
        float: left;
    }
}

/* line 694, ../../dev/scss/unit/_share.scss */
.pinterest--image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 200px;
}

/* line 704, ../../dev/scss/unit/_share.scss */
.pinterest--label {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #555555;
    margin-bottom: 0.53333em;
    display: block;
    margin-top: -2px;
}

/* line 715, ../../dev/scss/unit/_share.scss */
.pinterest--descbin {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 260px;
    padding-right: 12px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 550px) and (max-width: 749px) {
    /* line 715, ../../dev/scss/unit/_share.scss */
    .pinterest--descbin {
        width: 402px;
    }
}

@media only screen and (min-width: 750px) {
    /* line 715, ../../dev/scss/unit/_share.scss */
    .pinterest--descbin {
        float: left;
        width: 270px;
        margin-bottom: 0;
    }
}

/* line 732, ../../dev/scss/unit/_share.scss */
.pinterest--desc {
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color: #f0f0f0;
    border-radius: 1px;
    color: #717171;
    display: block;
    padding: 8px;
    height: 110px;
    line-height: 20px;
    resize: vertical;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 750px) {
    /* line 732, ../../dev/scss/unit/_share.scss */
    .pinterest--desc {
        height: 175px;
    }
}

/* line 756, ../../dev/scss/unit/_share.scss */
.google--inner {
    height: 260px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    padding: 15px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 750px) {
    /* line 756, ../../dev/scss/unit/_share.scss */
    .google--inner {
        height: 180px;
    }
}

/* line 768, ../../dev/scss/unit/_share.scss */
.google--imgbin {
    text-align: center;
    margin-bottom: 10px;
    max-height: 150px;
}

@media only screen and (min-width: 750px) {
    /* line 768, ../../dev/scss/unit/_share.scss */
    .google--imgbin {
        float: left;
        width: 50%;
        margin-bottom: 0;
    }
}

/* line 780, ../../dev/scss/unit/_share.scss */
.google--image {
    max-height: 150px;
}

@media only screen and (min-width: 750px) {
    /* line 784, ../../dev/scss/unit/_share.scss */
    .google--desc {
        float: left;
        width: 50%;
        padding-left: 10px;
    }
}

/* line 793, ../../dev/scss/unit/_share.scss */
.google--title {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #404040;
    font-weight: normal;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4;
    margin-bottom: 15px;
}

/* line 804, ../../dev/scss/unit/_share.scss */
.google--link {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 6, ../../dev/scss/unit/_sidebar.scss */
    .sidebar {
        padding: 25px 20px 0 25px;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 6, ../../dev/scss/unit/_sidebar.scss */
    .sidebar {
        float: right;
        clear: right;
        max-width: 250px;
        padding: 0 20px 0 10px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 950px) {
    /* line 21, ../../dev/scss/unit/_sidebar.scss */
    .sidebar--heading {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.08333;
        margin-bottom: 0.41667em;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 21, ../../dev/scss/unit/_sidebar.scss */
    .sidebar--heading {
        max-width: 200px;
        font-size: 28px;
        font-size: 2.8rem;
    }
}

@media only screen and (min-width: 950px) {
    /* line 35, ../../dev/scss/unit/_sidebar.scss */
    .sidebar--content {
        margin-bottom: 0.83333em;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 35, ../../dev/scss/unit/_sidebar.scss */
    .sidebar--content {
        line-height: 1.33333;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 35, ../../dev/scss/unit/_sidebar.scss */
    .sidebar--content {
        line-height: 1.22222;
    }
}

/* line 50, ../../dev/scss/unit/_sidebar.scss */
.sidebar--byline {
    font-weight: bold;
    line-height: 1.33333;
    margin-bottom: 0.16667em;
}

/* line 56, ../../dev/scss/unit/_sidebar.scss */
.sidebar--bio {
    line-height: 1.33333;
    margin-bottom: 0.83333em;
}

@media only screen and (min-width: 950px) {
    /* line 62, ../../dev/scss/unit/_sidebar.scss */
    .sidebar--link {
        color: #ca9c42;
        text-decoration: none;
        font-weight: 700;
    }
}

/* line 6, ../../dev/scss/unit/_switch.scss */
.switch {
    position: relative;
}

/* line 10, ../../dev/scss/unit/_switch.scss */
.switch--input {
    position: absolute;
    opacity: 0;
}

/* line 15, ../../dev/scss/unit/_switch.scss */
.switch--control {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: padding;
    -moz-transition-property: padding;
    -o-transition-property: padding;
    -ms-transition-property: padding;
    transition-property: padding;
    width: 54px;
    height: 28px;
    padding: 3px;
}

    /* line 36, ../../dev/scss/unit/_switch.scss */
    .switch--control:before {
        content: "";
        width: 20px;
        height: 20px;
        float: left;
        border-radius: 3px;
        background: #6a6a6a;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAUCAMAAAByOwfpAAAAXVBMVEUhICA+PT1dXV1mZmY5ODhra2tnZ2c9PDxeXl44NzdqamphYWFHR0dCQkJkZGRZWVlWVVUkIyMoJydRUFBpaWk0NDRoaGgzMzMrKipgYGBMS0svLi4wLy8sKytNTEw2PwgaAAAAQklEQVQIHQXBAQ6CMAAEsN520QTQ/791Zkibw49eNzKZesI49947g5d+oIFO6LvIBQ10WXSY9HujDcZOkq6F/gF4AEIXDYvtL1RtAAAAAElFTkSuQmCC);
        background: -moz-linear-gradient( top, #6a6a6a 0%, #646464 16%, #565555 37%, #2f2e2e 79%, #212020 100% );
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #6a6a6a), color-stop(16%, #646464), color-stop(37%, #565555), color-stop(79%, #2f2e2e), color-stop(100%, #212020) );
        background: -webkit-linear-gradient( top, #6a6a6a 0%, #646464 16%, #565555 37%, #2f2e2e 79%, #212020 100% );
        background: -o-linear-gradient( top, #6a6a6a 0%, #646464 16%, #565555 37%, #2f2e2e 79%, #212020 100% );
        background: -ms-linear-gradient( top, #6a6a6a 0%, #646464 16%, #565555 37%, #2f2e2e 79%, #212020 100% );
        background: linear-gradient( to bottom, #6a6a6a 0%, #646464 16%, #565555 37%, #2f2e2e 79%, #212020 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a6a6a', endColorstr='#212020',GradientType=0 );
    }

/* line 49, ../../dev/scss/unit/_switch.scss */
.switch--input:checked + .switch--control {
    padding-left: 29px;
}
    /* line 52, ../../dev/scss/unit/_switch.scss */
    .switch--input:checked + .switch--control:before {
        background: #c19845;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxOTg0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2E4N2YzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzhlNmIyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2I1ODQyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNTc5MjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient( top, #c19845 0%, #a87f39 16%, #8e6b25 37%, #b58423 79%, #a57921 100% );
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #c19845), color-stop(16%, #a87f39), color-stop(37%, #8e6b25), color-stop(79%, #b58423), color-stop(100%, #a57921) );
        background: -webkit-linear-gradient( top, #c19845 0%, #a87f39 16%, #8e6b25 37%, #b58423 79%, #a57921 100% );
        background: -o-linear-gradient( top, #c19845 0%, #a87f39 16%, #8e6b25 37%, #b58423 79%, #a57921 100% );
        background: -ms-linear-gradient( top, #c19845 0%, #a87f39 16%, #8e6b25 37%, #b58423 79%, #a57921 100% );
        background: linear-gradient( to bottom, #c19845 0%, #a87f39 16%, #8e6b25 37%, #b58423 79%, #a57921 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c19845', endColorstr='#a57921',GradientType=0 );
    }

/* line 57, ../../dev/scss/unit/_switch.scss */
.switch--label {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/* line 6, ../../dev/scss/unit/_typeahead.scss */
.tt-dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: white;
    line-height: 1.55556;
    border: 1px solid #666666;
}

/* line 19, ../../dev/scss/unit/_typeahead.scss */
.tt-suggestion {
    padding-left: 0.33333em;
    border-bottom: 1px dotted #bebebe;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
    /* line 24, ../../dev/scss/unit/_typeahead.scss */
    .tt-suggestion:hover {
        background-color: #d5d5d5;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -ms-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }

/* line 30, ../../dev/scss/unit/_typeahead.scss */
.tt-is-under-cursor {
    background-color: #eddaa5;
}

/* line 6, ../../dev/scss/layout/_page.scss */
.l-page {
    background-color: #fdfaf0;
    padding-bottom: 60px;
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 6, ../../dev/scss/layout/_page.scss */
    .l-page {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 6, ../../dev/scss/layout/_page.scss */
    .l-page {
        height: 100%;
    }
}

/* line 24, ../../dev/scss/layout/_page.scss */
.l-page--header {
    background-color: #403e3e;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 750px) and (max-width: 949px) {
    /* line 24, ../../dev/scss/layout/_page.scss */
    .l-page--header {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 24, ../../dev/scss/layout/_page.scss */
    .l-page--header {
        height: 60px;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 24, ../../dev/scss/layout/_page.scss */
    .l-page--header {
        float: right;
        width: 73.33333%;
        height: auto;
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
    }
}

/* line 48, ../../dev/scss/layout/_page.scss */
.l-page--nav {
    display: none;
    margin-left: -1px;
    padding-left: 1px;
}

@media only screen and (min-width: 750px) {
    /* line 48, ../../dev/scss/layout/_page.scss */
    .l-page--nav {
        display: block;
        background-color: #403e3e;
    }
}

@media only screen and (min-width: 750px) and (max-width: 1149px) {
    /* line 48, ../../dev/scss/layout/_page.scss */
    .l-page--nav {
        float: left;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 48, ../../dev/scss/layout/_page.scss */
    .l-page--nav {
        height: 60px;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 48, ../../dev/scss/layout/_page.scss */
    .l-page--nav {
        height: 73px;
    }
}

/* line 73, ../../dev/scss/layout/_page.scss */
.l-page--follow {
    float: right;
    line-height: 50px;
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 73, ../../dev/scss/layout/_page.scss */
    .l-page--follow {
        line-height: 60px;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 73, ../../dev/scss/layout/_page.scss */
    .l-page--follow {
        display: block;
        float: none;
        background-color: #fdfaf0;
        clear: right;
        line-height: inherit;
        padding: 30px 0 30px 80px;
    }
}

/* line 96, ../../dev/scss/layout/_page.scss */
.l-page--banner {
    background-color: #403e3e;
    padding: 6px 0 6px 9px;
    margin-bottom: 15px;
    *zoom: 1;
}
    /* line 24, ../../dev/scss/util/_clearfix.scss */
    .l-page--banner:before,
    .l-page--banner:after {
        content: " ";
        display: table;
    }
    /* line 29, ../../dev/scss/util/_clearfix.scss */
    .l-page--banner:after {
        clear: both;
    }

@media only screen and (min-width: 550px) and (max-width: 949px) {
    /* line 96, ../../dev/scss/layout/_page.scss */
    .l-page--banner {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 1149px) {
    /* line 96, ../../dev/scss/layout/_page.scss */
    .l-page--banner {
        padding: 6px 0 6px 30px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 96, ../../dev/scss/layout/_page.scss */
    .l-page--banner {
        background-color: #403e3e;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 96, ../../dev/scss/layout/_page.scss */
    .l-page--banner {
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
    }
        /* line 38, ../../dev/scss/util/_clearfix.scss */
        .l-page--banner:before,
        .l-page--banner:after {
            content: none;
        }
        /* line 42, ../../dev/scss/util/_clearfix.scss */
        .l-page--banner:after {
            clear: none;
        }
}

/* line 123, ../../dev/scss/layout/_page.scss */
.l-page--logo {
    float: left;
}

@media only screen and (min-width: 1150px) {
    /* line 123, ../../dev/scss/layout/_page.scss */
    .l-page--logo {
        background-color: #403e3e;
        width: 26.66667%;
        height: 73px;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 133, ../../dev/scss/layout/_page.scss */
    path {
        fill: white;
    }
}

/* line 145, ../../dev/scss/layout/_page.scss */
.l-page--share {
    float: right;
    height: 59px;
}

@media only screen and (min-width: 1150px) {
    /* line 145, ../../dev/scss/layout/_page.scss */
    .l-page--share {
        position: fixed;
        right: 0;
        top: 100px;
        width: 60px;
        height: auto;
        padding: 15px 0 3px;
    }
}

@media only screen and (min-width: 950px) {
    /* line 168, ../../dev/scss/layout/_page.scss */
    .l-page--columns {
        background-color: #f1e3ba;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 168, ../../dev/scss/layout/_page.scss */
    .l-page--columns {
        border-bottom: 9px solid #201f1f;
    }
}

/* line 179, ../../dev/scss/layout/_page.scss */
.l-page--side {
    display: none;
}

@media only screen and (min-width: 950px) {
    /* line 179, ../../dev/scss/layout/_page.scss */
    .l-page--side {
        display: block;
        background-color: #f1e3ba;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 179, ../../dev/scss/layout/_page.scss */
    .l-page--side {
        float: right;
        width: 29.29688%;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 179, ../../dev/scss/layout/_page.scss */
    .l-page--side {
        float: left;
        width: 26.66667%;
        padding-top: 30px;
    }
}

/* line 200, ../../dev/scss/layout/_page.scss */
.l-page--main {
    padding-bottom: 40px;
}

@media only screen and (min-width: 950px) {
    /* line 200, ../../dev/scss/layout/_page.scss */
    .l-page--main {
        float: left;
        background-color: #fdfaf0;
        min-height: 750px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 200, ../../dev/scss/layout/_page.scss */
    .l-page--main {
        width: 70.70313%;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 200, ../../dev/scss/layout/_page.scss */
    .l-page--main {
        width: 73.33333%;
        padding: 0 0 125px 80px;
    }
}

/* line 219, ../../dev/scss/layout/_page.scss */
.l-page--content {
    max-width: 620px;
    padding: 0 10px;
}

@media only screen and (min-width: 750px) and (max-width: 1149px) {
    /* line 219, ../../dev/scss/layout/_page.scss */
    .l-page--content {
        padding: 0 34px;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 219, ../../dev/scss/layout/_page.scss */
    .l-page--content {
        width: 620px;
        padding: 0;
    }
}

/* line 238, ../../dev/scss/layout/_page.scss */
.l-page--searchbox {
    max-width: 620px;
    padding: 0 10px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 750px) {
    /* line 238, ../../dev/scss/layout/_page.scss */
    .l-page--searchbox {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 949px) {
    /* line 238, ../../dev/scss/layout/_page.scss */
    .l-page--searchbox {
        padding: 0 34px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 238, ../../dev/scss/layout/_page.scss */
    .l-page--searchbox {
        padding: 25px 34px 0;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 238, ../../dev/scss/layout/_page.scss */
    .l-page--searchbox {
        padding: 0;
    }
}

/* line 265, ../../dev/scss/layout/_page.scss */
.l-page--menu {
    width: 320px;
    padding: 0 10px;
}

@media only screen and (min-width: 750px) and (max-width: 949px) {
    /* line 265, ../../dev/scss/layout/_page.scss */
    .l-page--menu {
        width: 368px;
        padding: 0 34px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 265, ../../dev/scss/layout/_page.scss */
    .l-page--menu {
        width: 368px;
        padding: 0 34px 0;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 265, ../../dev/scss/layout/_page.scss */
    .l-page--menu {
        padding: 0;
    }
}

/* line 291, ../../dev/scss/layout/_page.scss */
.l-page--heading {
    max-width: 620px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.14286;
    margin-bottom: 0.42857em;
    font-weight: bold;
}

@media only screen and (min-width: 550px) and (max-width: 749px) {
    /* line 291, ../../dev/scss/layout/_page.scss */
    .l-page--heading {
        margin-bottom: 0.71429em;
    }
}

@media only screen and (min-width: 750px) {
    /* line 291, ../../dev/scss/layout/_page.scss */
    .l-page--heading {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.16667;
        margin: 0.76923em 0 0.63889em;
    }
}

/* line 315, ../../dev/scss/layout/_page.scss */
.l-page--footer {
    background-color: #fdfaf0;
    border-top: 5px solid #201f1f;
    padding: 20px 10px 0;
    margin-top: 20px;
}

@media only screen and (min-width: 750px) and (max-width: 1149px) {
    /* line 315, ../../dev/scss/layout/_page.scss */
    .l-page--footer {
        padding: 20px 34px 0;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 315, ../../dev/scss/layout/_page.scss */
    .l-page--footer {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 315, ../../dev/scss/layout/_page.scss */
    .l-page--footer {
        float: right;
        width: 73.33333%;
        background-color: transparent;
        border-top: none;
        padding: 25px 0 40px;
        margin-top: 0;
    }
}

/* line 6, ../../dev/scss/layout/_about.scss */
.l-about--deck {
    max-width: 620px;
    margin-bottom: 1.38889em;
}

@media only screen and (min-width: 1250px) {
    /* line 6, ../../dev/scss/layout/_about.scss */
    .l-about--deck {
        margin-bottom: 2.11111em;
    }
}

/* line 6, ../../dev/scss/layout/_devotionals.scss */
.l-devo--deck {
    margin-bottom: 1.11111em;
}

@media only screen and (min-width: 1250px) {
    /* line 6, ../../dev/scss/layout/_devotionals.scss */
    .l-devo--deck {
        margin-bottom: 2.11111em;
    }
}

/* line 19, ../../dev/scss/layout/_devotionals.scss */
.l-devo--switches {
    margin-bottom: 25px;
}

@media only screen and (min-width: 1250px) {
    /* line 19, ../../dev/scss/layout/_devotionals.scss */
    .l-devo--switches {
        margin-bottom: 43px;
    }
}

/* line 27, ../../dev/scss/layout/_devotionals.scss */
.l-devo--switch {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1250px) {
    /* line 27, ../../dev/scss/layout/_devotionals.scss */
    .l-devo--switch {
        margin-bottom: 15px;
    }
}

/* line 35, ../../dev/scss/layout/_devotionals.scss */
.l-devo--title {
    color: #ca9c42;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding-left: 10px;
    cursor: pointer;
    max-width: 246px;
}
    /* line 43, ../../dev/scss/layout/_devotionals.scss */
    .l-devo--title:hover {
        text-decoration: underline;
    }

@media only screen and (min-width: 450px) {
    /* line 35, ../../dev/scss/layout/_devotionals.scss */
    .l-devo--title {
        max-width: 400px;
        line-height: 28px;
    }
}

/* line 53, ../../dev/scss/layout/_devotionals.scss */
.l-devo--title--abbr {
    display: none;
}

@media only screen and (min-width: 450px) {
    /* line 53, ../../dev/scss/layout/_devotionals.scss */
    .l-devo--title--abbr {
        display: inline;
    }
}

/* line 66, ../../dev/scss/layout/_devotionals.scss */
.l-devo--fields {
    max-width: 450px;
    border: 1px solid #666666;
    border-bottom: none;
    padding: 5px 0 10px 25px;
}

@media only screen and (min-width: 750px) {
    /* line 66, ../../dev/scss/layout/_devotionals.scss */
    .l-devo--fields {
        max-width: 550px;
        border: none;
        padding: 0;
        margin-bottom: 25px;
    }
}

/* line 80, ../../dev/scss/layout/_devotionals.scss */
.l-devo--subhead {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0 8px;
    margin: 0 0 0.45455em -12px;
}

@media only screen and (min-width: 1250px) {
    /* line 80, ../../dev/scss/layout/_devotionals.scss */
    .l-devo--subhead {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0;
        margin: 0 0 0.625em 0;
    }
}

/* line 93, ../../dev/scss/layout/_devotionals.scss */
.l-devo--field {
    width: 260px;
    margin-bottom: 15px;
}

/* line 98, ../../dev/scss/layout/_devotionals.scss */
.l-devo--fieldrow {
    font-size: 0;
}

/* line 103, ../../dev/scss/layout/_devotionals.scss */
.l-devo--month {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 160px;
    margin-right: 20px;
}

/* line 109, ../../dev/scss/layout/_devotionals.scss */
.l-devo--year {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 80px;
}

/* line 114, ../../dev/scss/layout/_devotionals.scss */
.l-devo--note {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 0.33333em;
}

@media only screen and (min-width: 750px) {
    /* line 114, ../../dev/scss/layout/_devotionals.scss */
    .l-devo--note {
        margin-bottom: 0;
    }
}

/* line 124, ../../dev/scss/layout/_devotionals.scss */
.l-devo--submit {
    max-width: 450px;
    border: 1px solid #666666;
    border-top: none;
    padding: 5px 0 20px 20px;
}

@media only screen and (min-width: 750px) {
    /* line 124, ../../dev/scss/layout/_devotionals.scss */
    .l-devo--submit {
        border: none;
        padding: 0;
    }
}

/* line 6, ../../dev/scss/layout/_endorsements.scss */
.l-endos--endos {
    max-width: 620px;
}

/* line 7, ../../dev/scss/layout/_faq.scss */
.l-faq--link {
    color: #ca9c42;
}
    /* line 10, ../../dev/scss/layout/_faq.scss */
    .l-faq--link:hover {
        text-decoration: none;
    }

/* line 6, ../../dev/scss/layout/_scholars.scss */
.l-scholars--searchbox {
    max-width: 620px;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 750px) {
    /* line 6, ../../dev/scss/layout/_scholars.scss */
    .l-scholars--searchbox {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 949px) {
    /* line 6, ../../dev/scss/layout/_scholars.scss */
    .l-scholars--searchbox {
        padding: 0 34px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1149px) {
    /* line 6, ../../dev/scss/layout/_scholars.scss */
    .l-scholars--searchbox {
        padding: 25px 34px 0;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 6, ../../dev/scss/layout/_scholars.scss */
    .l-scholars--searchbox {
        padding: 0;
    }
}

/* line 28, ../../dev/scss/layout/_scholars.scss */
.l-scholars--main {
    padding: 0 10px;
}

@media only screen and (min-width: 750px) and (max-width: 1149px) {
    /* line 28, ../../dev/scss/layout/_scholars.scss */
    .l-scholars--main {
        padding: 0 34px;
    }
}

@media only screen and (min-width: 1150px) {
    /* line 28, ../../dev/scss/layout/_scholars.scss */
    .l-scholars--main {
        width: 620px;
        padding: 0;
    }
}

/* line 42, ../../dev/scss/layout/_scholars.scss */
.l-scholars--heading {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 0.92857;
}

@media only screen and (min-width: 750px) {
    /* line 42, ../../dev/scss/layout/_scholars.scss */
    .l-scholars--heading {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: inherit;
        margin-bottom: 0.63889em;
    }
}

/* line 53, ../../dev/scss/layout/_scholars.scss */
.l-scholars--deck {
    margin-bottom: 1.38889em;
}

@media only screen and (min-width: 1150px) {
    /* line 53, ../../dev/scss/layout/_scholars.scss */
    .l-scholars--deck {
        margin-bottom: 2.11111em;
    }
}

/* line 66, ../../dev/scss/layout/_scholars.scss */
.l-scholars--list {
    line-height: 1.22222;
}

/* line 70, ../../dev/scss/layout/_scholars.scss */
.scholar--book {
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0 0.16667em;
}

/* line 76, ../../dev/scss/layout/_scholars.scss */
.scholar--name {
    font-weight: 700;
}

/* line 80, ../../dev/scss/layout/_scholars.scss */
.scholar--bio {
    font-style: italic;
}

/* line 237, ../../dev/scss/layout/_scripture.scss */
/*remove per matt re::after DEV.NLT.TO & DEVAPI.NLT.TO 2018.04.02*/
span.sc {
    /*text-transform: uppercase;*/
}

/* line 6, ../../dev/scss/layout/_search.scss */
.l-search--results {
    line-height: 1.22222;
}

/* line 11, ../../dev/scss/layout/_search.scss */
.l-search--link {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #ca9c42;
    text-decoration: none;
    margin-bottom: 0.11111em;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
    /* line 19, ../../dev/scss/layout/_search.scss */
    .l-search--link:hover {
        color: #403e3e;
        text-decoration: underline;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }

/* line 26, ../../dev/scss/layout/_search.scss */
.l-search--result {
    margin-bottom: 1.11111em;
}

/* line 30, ../../dev/scss/layout/_search.scss */
.highlight {
    background-color: #f1e3ba;
}

/* line 38, ../../dev/scss/layout/_search.scss */
.l-search--more {
    background-color: #ca9c42;
    font-size: 22px;
    font-size: 2.2rem;
    color: white;
    padding: 10px 15px 8px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    outline: none;
    display: none;
}
    /* line 46, ../../dev/scss/layout/_search.scss */
    .l-search--more:hover {
        background-color: #403e3e;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -ms-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }

/* line 6, ../../dev/scss/layout/_translations.scss */
.l-trans--deck {
    max-width: 620px;
    margin-bottom: 1.38889em;
}

@media only screen and (min-width: 1250px) {
    /* line 6, ../../dev/scss/layout/_translations.scss */
    .l-trans--deck {
        margin-bottom: 2.11111em;
    }
}

/* line 19, ../../dev/scss/layout/_translations.scss */
.l-trans--chart--image {
    max-width: 100%;
    height: auto !important;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

@media only screen and (min-width: 1250px) {
    /* line 19, ../../dev/scss/layout/_translations.scss */
    .l-trans--chart--image {
        max-width: 629px;
    }
}

.l-page--side .sidebar > * {
    visibility: hidden;
}